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 17:59:02 +02:00
committed by GitHub
parent 5702102850
commit aabc2f33a8
212 changed files with 4389 additions and 869 deletions

View File

@@ -21,6 +21,7 @@
$apps[$x]['description']['fr-fr'] = "Fournit un cadre d'authentification avec des plugins pour vérifier si un utilisateur est autorisé à se connecter.";
$apps[$x]['description']['he-il'] = "מספק מסגרת אימות עם תוספים כדי לבדוק אם משתמש מורשה להתחבר.";
$apps[$x]['description']['it-it'] = "Fornisce un framework di autenticazione con plug-in per verificare se un utente è autorizzato ad accedere.";
$apps[$x]['description']['ka-ge'] = "მოგაწვდით ავთენტიკაციის პლატფორმას დამატებებით, რომ შეამოწმოთ, შეუძლია მომხმარებელს შესვლა, თუ არა.";
$apps[$x]['description']['nl-nl'] = "Biedt een authenticatiekader met plug-ins om te controleren of een gebruiker geautoriseerd is om in te loggen.";
$apps[$x]['description']['pl-pl'] = "Zapewnia strukturę uwierzytelniania z wtyczkami do sprawdzania, czy użytkownik jest upoważniony do logowania.";
$apps[$x]['description']['pt-br'] = "Fornece uma estrutura de autenticação com plug-ins para verificar se um usuário está autorizado a fazer login.";

View File

@@ -13,6 +13,7 @@ $text['label-authentication_code']['fr-ca'] = "code d'identification";
$text['label-authentication_code']['fr-fr'] = "code d'identification";
$text['label-authentication_code']['he-il'] = "קוד אימות";
$text['label-authentication_code']['it-it'] = "Codice di Autenticazione";
$text['label-authentication_code']['ka-ge'] = "ავთენტიკაციის კოდი";
$text['label-authentication_code']['nl-nl'] = "Verificatiecode";
$text['label-authentication_code']['pl-pl'] = "Kod weryfikacyjny";
$text['label-authentication_code']['pt-br'] = "Código de Autenticação";
@@ -39,6 +40,7 @@ $text['label-verify']['fr-ca'] = "Vérifier";
$text['label-verify']['fr-fr'] = "Vérifier";
$text['label-verify']['he-il'] = "תאשר";
$text['label-verify']['it-it'] = "Verificare";
$text['label-verify']['ka-ge'] = "გადამოწმება";
$text['label-verify']['nl-nl'] = "Verifiëren";
$text['label-verify']['pl-pl'] = "Zweryfikować";
$text['label-verify']['pt-br'] = "Verificar";
@@ -65,6 +67,7 @@ $text['label-email_description']['fr-ca'] = "Vérifiez votre e-mail pour le code
$text['label-email_description']['fr-fr'] = "Vérifiez votre e-mail pour le code de vérification.";
$text['label-email_description']['he-il'] = 'בדוק את קוד האימות בדוא"ל שלך.';
$text['label-email_description']['it-it'] = "Controlla la tua email per il codice di verifica";
$text['label-email_description']['ka-ge'] = "შეამოწმეთ თქვენი ელფოსტა გადამოწმების კოდისთვის.";
$text['label-email_description']['nl-nl'] = "Controleer je e-mail voor de verificatiecode";
$text['label-email_description']['pl-pl'] = "Sprawdź swoją skrzynkę e-mail, aby otrzymać kod weryfikacyjny";
$text['label-email_description']['pt-br'] = "Verifique seu e-mail para obter o código de verificação.";
@@ -91,6 +94,7 @@ $text['label-totp_description']['fr-ca'] = "Entrez votre code de vérification."
$text['label-totp_description']['fr-fr'] = "Entrez votre code de vérification.";
$text['label-totp_description']['he-il'] = "הזן את קוד האימות שלך.";
$text['label-totp_description']['it-it'] = "Inserisci il tuo codice di verifica.";
$text['label-totp_description']['ka-ge'] = "შეიყვანეთ თქვენი გადამოწმების კოდი.";
$text['label-totp_description']['nl-nl'] = "Voer uw verificatie code in.";
$text['label-totp_description']['pl-pl'] = "Wpisz swój kod weryfikacyjny.";
$text['label-totp_description']['pt-br'] = "Digite seu código de verificação.";
@@ -117,6 +121,7 @@ $text['label-password_description']['fr-ca'] = "Tapez votre mot de passe.";
$text['label-password_description']['fr-fr'] = "Tapez votre mot de passe.";
$text['label-password_description']['he-il'] = "הכנס את הסיסמה שלך.";
$text['label-password_description']['it-it'] = "Inserisci la tua password.";
$text['label-password_description']['ka-ge'] = "შეიყვანეთ თქვენი პაროლი.";
$text['label-password_description']['nl-nl'] = "Voer uw wachtwoord in.";
$text['label-password_description']['pl-pl'] = "Wprowadź hasło.";
$text['label-password_description']['pt-br'] = "Coloque sua senha.";
@@ -143,6 +148,7 @@ $text['description-totp']['fr-ca'] = "Scannez le code avec une application d'aut
$text['description-totp']['fr-fr'] = "Scannez le code avec une application d'authentification ou un gestionnaire de mot de passe. Ensuite, utilisez-le pour générer le jeton pour le login.";
$text['description-totp']['he-il'] = "סרוק את הקוד באמצעות יישום אימות או מנהל סיסמאות. לאחר מכן השתמש בו כדי ליצור את האסימון עבור הכניסה.";
$text['description-totp']['it-it'] = "Scansiona il codice con un'applicazione di autenticazione o un gestore di password. Quindi utilizzare per generare il token per il login.";
$text['description-totp']['ka-ge'] = "დაასკანერეთ კოდი ავთენტიკაციის აპლიკაციით ან პაროლების მმართველით. შემდეგ გამოიყენეთ ის, რომ შესვლისთვის კოდი დააგენერიროთ.";
$text['description-totp']['nl-nl'] = "Scan de code met een authenticatietoepassing of wachtwoordbeheerder. Gebruik het vervolgens om het token voor de login te genereren.";
$text['description-totp']['pl-pl'] = "Zeskanuj kod za pomocą aplikacji uwierzytelniającej lub menedżera haseł. Następnie użyj go do wygenerowania tokena do logowania.";
$text['description-totp']['pt-br'] = "Escaneie o código com um aplicativo de autenticação ou gerenciador de senhas. Em seguida, use-o para gerar o token para o login.";