Localization: Add full support for Georgian language (#7110)

* Translating apps to Georgian

* Translating apps to Georgian

* Translating more apps to Georgian

* Translating more apps to Georgian

* Translating more apps to Georgian

* Translating more apps to Georgian

* Translating more apps to Georgian

* Translating theme to Georgian

* Translating core to Georgian

* Translating core to Georgian

* Translating core to Georgian by Marie

* Translating core to Georgian

* Translating resources to Georgian by Marie

* Translating core to Georgian

* fix app_languages.php
This commit is contained in:
NorwayFun
2024-08-28 09:59:02 -06:00
committed by GitHub
parent 5702102850
commit aabc2f33a8
212 changed files with 4389 additions and 869 deletions
+11
View File
@@ -13,6 +13,7 @@ $text['title-streams']['fr-ca'] = "Courants";
$text['title-streams']['fr-fr'] = "Courants";
$text['title-streams']['he-il'] = "זרמים";
$text['title-streams']['it-it'] = "Flussi";
$text['title-streams']['ka-ge'] = "ნაკადები";
$text['title-streams']['nl-nl'] = "Stromen";
$text['title-streams']['pl-pl'] = "Strumienie";
$text['title-streams']['pt-br'] = "Fluxos";
@@ -39,6 +40,7 @@ $text['title-stream']['fr-ca'] = "Courant";
$text['title-stream']['fr-fr'] = "Courant";
$text['title-stream']['he-il'] = "זרם";
$text['title-stream']['it-it'] = "Flusso";
$text['title-stream']['ka-ge'] = "ნაკადი";
$text['title-stream']['nl-nl'] = "Stroom";
$text['title-stream']['pl-pl'] = "Strumień";
$text['title-stream']['pt-br'] = "Fluxo";
@@ -65,6 +67,7 @@ $text['title_description-stream']['fr-ca'] = "Définir les détails pour le stre
$text['title_description-stream']['fr-fr'] = "Définir les détails pour le streaming audio";
$text['title_description-stream']['he-il'] = "הגדר פרטים להזרמת אודיו.";
$text['title_description-stream']['it-it'] = "Definire i dettagli per lo streaming audio.";
$text['title_description-stream']['ka-ge'] = "აღწერეთ დეტალები ხმის ნაკადისთვის.";
$text['title_description-stream']['nl-nl'] = "Definieer details voor streaming audio.";
$text['title_description-stream']['pl-pl'] = "Zdefiniuj szczegóły dla strumieniowania audio";
$text['title_description-stream']['pt-br'] = "Defina detalhes para streaming de áudio.";
@@ -91,6 +94,7 @@ $text['label-stream_name']['fr-ca'] = "Nom";
$text['label-stream_name']['fr-fr'] = "Nom";
$text['label-stream_name']['he-il'] = "שֵׁם";
$text['label-stream_name']['it-it'] = "Nome";
$text['label-stream_name']['ka-ge'] = "სახელი";
$text['label-stream_name']['nl-nl'] = "Naam";
$text['label-stream_name']['pl-pl'] = "Nazwa";
$text['label-stream_name']['pt-br'] = "Nome";
@@ -117,6 +121,7 @@ $text['description-stream_name']['fr-ca'] = "Entrez le nom";
$text['description-stream_name']['fr-fr'] = "Entrez le nom";
$text['description-stream_name']['he-il'] = "הזן את השם.";
$text['description-stream_name']['it-it'] = "Inserisci il nome.";
$text['description-stream_name']['ka-ge'] = "შეიყვანეთ სახელი.";
$text['description-stream_name']['nl-nl'] = "Voer de naam in.";
$text['description-stream_name']['pl-pl'] = "Wprowadź nazwę";
$text['description-stream_name']['pt-br'] = "Digite o nome.";
@@ -143,6 +148,7 @@ $text['label-stream_location']['fr-ca'] = "Emplacement";
$text['label-stream_location']['fr-fr'] = "Emplacement";
$text['label-stream_location']['he-il'] = "מקום";
$text['label-stream_location']['it-it'] = "Posizione";
$text['label-stream_location']['ka-ge'] = "მდებარეობა";
$text['label-stream_location']['nl-nl'] = "Plaats";
$text['label-stream_location']['pl-pl'] = "Lokalizacja";
$text['label-stream_location']['pt-br'] = "Localização";
@@ -169,6 +175,7 @@ $text['description-stream_location']['fr-ca'] = "entrez l'emplacement";
$text['description-stream_location']['fr-fr'] = "entrez l'emplacement";
$text['description-stream_location']['he-il'] = "הזן את המיקום.";
$text['description-stream_location']['it-it'] = "Inserisci la posizione.";
$text['description-stream_location']['ka-ge'] = "შეიყვანეთ მდებარეობა.";
$text['description-stream_location']['nl-nl'] = "Voer de locatie in.";
$text['description-stream_location']['pl-pl'] = "Wprowadź lokalizację";
$text['description-stream_location']['pt-br'] = "Insira o local.";
@@ -195,6 +202,7 @@ $text['label-stream_enabled']['fr-ca'] = "Activé";
$text['label-stream_enabled']['fr-fr'] = "Activé";
$text['label-stream_enabled']['he-il'] = "מופעל";
$text['label-stream_enabled']['it-it'] = "Abilitato";
$text['label-stream_enabled']['ka-ge'] = "ჩართულია";
$text['label-stream_enabled']['nl-nl'] = "Ingeschakeld";
$text['label-stream_enabled']['pl-pl'] = "Włączony";
$text['label-stream_enabled']['pt-br'] = "Habilitado";
@@ -221,6 +229,7 @@ $text['description-stream_enabled']['fr-ca'] = "Activer ou désactiver ce couran
$text['description-stream_enabled']['fr-fr'] = "Activer ou désactiver ce courant";
$text['description-stream_enabled']['he-il'] = "הפעל או השבת את הזרם הזה.";
$text['description-stream_enabled']['it-it'] = "Abilita o disabilita questo flusso.";
$text['description-stream_enabled']['ka-ge'] = "ჩართეთ ან გამორთეთ ეს ნაკადი.";
$text['description-stream_enabled']['nl-nl'] = "Schakel deze stream in of uit.";
$text['description-stream_enabled']['pl-pl'] = "Włącz lub wyłącz ten strumień.";
$text['description-stream_enabled']['pt-br'] = "Ative ou desative este fluxo.";
@@ -247,6 +256,7 @@ $text['label-stream_description']['fr-ca'] = "Description";
$text['label-stream_description']['fr-fr'] = "Description";
$text['label-stream_description']['he-il'] = "תיאור";
$text['label-stream_description']['it-it'] = "Descrizione";
$text['label-stream_description']['ka-ge'] = "აღწერა";
$text['label-stream_description']['nl-nl'] = "Beschrijving";
$text['label-stream_description']['pl-pl'] = "Opis";
$text['label-stream_description']['pt-br'] = "Descrição";
@@ -273,6 +283,7 @@ $text['description-stream_description']['fr-ca'] = "Entrez la description";
$text['description-stream_description']['fr-fr'] = "Entrez la description";
$text['description-stream_description']['he-il'] = "הזן את התיאור.";
$text['description-stream_description']['it-it'] = "Inserisci la descrizione.";
$text['description-stream_description']['ka-ge'] = "შეიყვანეთ აღწერა.";
$text['description-stream_description']['nl-nl'] = "Voer de beschrijving in.";
$text['description-stream_description']['pl-pl'] = "Wprowadź opis.";
$text['description-stream_description']['pt-br'] = "Digite a descrição.";