forked from fusionpbx/fusionpbx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp_languages.php
159 lines (152 loc) · 14.3 KB
/
app_languages.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<?php
$text['label-authentication_code']['en-us'] = "Authentication Code";
$text['label-authentication_code']['en-gb'] = "Authentication Code";
$text['label-authentication_code']['ar-eg'] = "رمز الدخول";
$text['label-authentication_code']['de-at'] = "Authentication Code";
$text['label-authentication_code']['de-ch'] = "Authentication Code";
$text['label-authentication_code']['de-de'] = "Authentication Code";
$text['label-authentication_code']['el-gr'] = "Κωδικός ελέγχου ταυτότητας";
$text['label-authentication_code']['es-cl'] = "Código de autenticación";
$text['label-authentication_code']['es-mx'] = "Código de autenticación";
$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']['nl-nl'] = "Verificatiecode";
$text['label-authentication_code']['pl-pl'] = "Kod weryfikacyjny";
$text['label-authentication_code']['pt-br'] = "Código de Autenticação";
$text['label-authentication_code']['pt-pt'] = "Código de Autenticação";
$text['label-authentication_code']['ro-ro'] = "cod de autentificare";
$text['label-authentication_code']['ru-ru'] = "Код аутентификации";
$text['label-authentication_code']['sv-se'] = "Autentiseringskod";
$text['label-authentication_code']['uk-ua'] = "Код автентифікації";
$text['label-authentication_code']['tr-tr'] = "Kimlik Doğrulama Kodu";
$text['label-authentication_code']['zh-cn'] = "验证码";
$text['label-authentication_code']['ja-jp'] = "認証コード";
$text['label-authentication_code']['ko-kr'] = "인증 코드";
$text['label-verify']['en-us'] = "Verify";
$text['label-verify']['en-gb'] = "Verify";
$text['label-verify']['ar-eg'] = "يؤكد";
$text['label-verify']['de-at'] = "Verifizieren";
$text['label-verify']['de-ch'] = "Verifizieren";
$text['label-verify']['de-de'] = "Verifizieren";
$text['label-verify']['el-gr'] = "Επαληθεύω";
$text['label-verify']['es-cl'] = "Verificar";
$text['label-verify']['es-mx'] = "Verificar";
$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']['nl-nl'] = "Verifiëren";
$text['label-verify']['pl-pl'] = "Zweryfikować";
$text['label-verify']['pt-br'] = "Verificar";
$text['label-verify']['pt-pt'] = "Verificar";
$text['label-verify']['ro-ro'] = "Verifica";
$text['label-verify']['ru-ru'] = "Проверять";
$text['label-verify']['sv-se'] = "Verifica";
$text['label-verify']['uk-ua'] = "Підтвердити";
$text['label-verify']['tr-tr'] = "Doğrulamak";
$text['label-verify']['zh-cn'] = "核实";
$text['label-verify']['ja-jp'] = "確認";
$text['label-verify']['ko-kr'] = "확인하다";
$text['label-email_description']['en-us'] = "Check your email for the verification code.";
$text['label-email_description']['en-gb'] = "Check your email for the verification code.";
$text['label-email_description']['ar-eg'] = "تحقق من بريدك الإلكتروني للحصول على رمز التحقق.";
$text['label-email_description']['de-at'] = "Überprüfen Sie Ihre E-Mail auf den Bestätigungscode.";
$text['label-email_description']['de-ch'] = "Überprüfen Sie Ihre E-Mail auf den Bestätigungscode.";
$text['label-email_description']['de-de'] = "Überprüfen Sie Ihre E-Mail auf den Bestätigungscode.";
$text['label-email_description']['el-gr'] = "Ελέγξτε το email σας για τον κωδικό επαλήθευσης.";
$text['label-email_description']['es-cl'] = "Revisa tu correo electrónico para ver el código de verificación.";
$text['label-email_description']['es-mx'] = "Revisa tu correo electrónico para ver el código de verificación.";
$text['label-email_description']['fr-ca'] = "Vérifiez votre e-mail pour le code de vérification.";
$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']['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.";
$text['label-email_description']['pt-pt'] = "Verifique seu e-mail para obter o código de verificação.";
$text['label-email_description']['ro-ro'] = "Verificați e-mailul pentru codul de verificare.";
$text['label-email_description']['ru-ru'] = "Проверьте свою электронную почту на наличие кода подтверждения.";
$text['label-email_description']['sv-se'] = "Verificați e-mailul pentru codul de verificare.";
$text['label-email_description']['uk-ua'] = "Перевірте свою електронну пошту на наявність коду підтвердження.";
$text['label-email_description']['tr-tr'] = "Doğrulama kodu için e-postanızı kontrol edin.";
$text['label-email_description']['zh-cn'] = "检查您的电子邮件以获取验证码。";
$text['label-email_description']['ja-jp'] = "メールで確認コードを確認してください。";
$text['label-email_description']['ko-kr'] = "이메일에서 확인 코드를 확인하세요.";
$text['label-totp_description']['en-us'] = "Enter your Authenticator code.";
$text['label-totp_description']['en-gb'] = "Enter your Authenticator code.";
$text['label-totp_description']['ar-eg'] = "أدخل رمز التحقق الخاص بك.";
$text['label-totp_description']['de-at'] = "Geben Sie Ihren Bestätigungs-Code ein.";
$text['label-totp_description']['de-ch'] = "Geben Sie Ihren Bestätigungs-Code ein.";
$text['label-totp_description']['de-de'] = "Geben Sie Ihren Bestätigungs-Code ein.";
$text['label-totp_description']['el-gr'] = "Εισαγάγετε τον κωδικό επαλήθευσης.";
$text['label-totp_description']['es-cl'] = "Ingrese su código de verificación.";
$text['label-totp_description']['es-mx'] = "Ingrese su código de verificación.";
$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']['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.";
$text['label-totp_description']['pt-pt'] = "Digite seu código de verificação.";
$text['label-totp_description']['ro-ro'] = "Introdu codul de verificare.";
$text['label-totp_description']['ru-ru'] = "Введите Ваш верификационный код.";
$text['label-totp_description']['sv-se'] = "Skriv In Din Verifikationskod.";
$text['label-totp_description']['uk-ua'] = "Введіть код підтвердження.";
$text['label-totp_description']['tr-tr'] = "Doğrulama kodunuzu girin.";
$text['label-totp_description']['zh-cn'] = "輸入您的驗證碼。";
$text['label-totp_description']['ja-jp'] = "確認コードを入力してください。";
$text['label-totp_description']['ko-kr'] = "인증 코드를 입력하세요.";
$text['label-password_description']['en-us'] = "Enter your password.";
$text['label-password_description']['en-gb'] = "Enter your password.";
$text['label-password_description']['ar-eg'] = "ادخل رقمك السري.";
$text['label-password_description']['de-at'] = "Geben Sie Ihr Passwort ein.";
$text['label-password_description']['de-ch'] = "Geben Sie Ihr Passwort ein.";
$text['label-password_description']['de-de'] = "Geben Sie Ihr Passwort ein.";
$text['label-password_description']['el-gr'] = "Εισάγετε τον κωδικό σας.";
$text['label-password_description']['es-cl'] = "Ingresa tu contraseña.";
$text['label-password_description']['es-mx'] = "Ingresa tu contraseña.";
$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']['nl-nl'] = "Voer uw wachtwoord in.";
$text['label-password_description']['pl-pl'] = "Wprowadź hasło.";
$text['label-password_description']['pt-br'] = "Coloque sua senha.";
$text['label-password_description']['pt-pt'] = "Coloque sua senha.";
$text['label-password_description']['ro-ro'] = "Introduceți parola.";
$text['label-password_description']['ru-ru'] = "Введите ваш пароль.";
$text['label-password_description']['sv-se'] = "Ange ditt lösenord.";
$text['label-password_description']['uk-ua'] = "Введіть ваш пароль.";
$text['label-password_description']['tr-tr'] = "Şifrenizi girin.";
$text['label-password_description']['zh-cn'] = "輸入您的密碼。";
$text['label-password_description']['ja-jp'] = "パスワードを入力してください。";
$text['label-password_description']['ko-kr'] = "비밀번호를 입력하세요.";
$text['description-totp']['en-us'] = "Scan the code with an authentication application or password manager. Then use it to generate the token for the login.";
$text['description-totp']['en-gb'] = "Scan the code with an authentication application or password manager. Then use it to generate the token for the login.";
$text['description-totp']['ar-eg'] = "امسح الرمز ضوئيًا باستخدام تطبيق المصادقة أو مدير كلمات المرور. ثم استخدمه لإنشاء الرمز المميز لتسجيل الدخول.";
$text['description-totp']['de-at'] = "Scannen Sie den Code mit einer Authentifizierungs-Anwendung oder einem Passwort-Manager. Dann verwenden Sie es, um das Token für den Login zu generieren.";
$text['description-totp']['de-ch'] = "Scannen Sie den Code mit einer Authentifizierungs-Anwendung oder einem Passwort-Manager. Dann verwenden Sie es, um das Token für den Login zu generieren.";
$text['description-totp']['de-de'] = "Scannen Sie den Code mit einer Authentifizierungs-Anwendung oder einem Passwort-Manager. Dann verwenden Sie es, um das Token für den Login zu generieren.";
$text['description-totp']['el-gr'] = "Βάλτε τον κωδικό με μια εφαρμογή πιστοποίησης ή password manager. Στη συνέχεια χρησιμοποιήστε το για να δημιουργήσετε το token για τη σύνδεση.";
$text['description-totp']['es-cl'] = "Analice el código con una aplicación de autenticación o gestor de contraseñas. A continuación, utilizarlo para generar la ficha para el login.";
$text['description-totp']['es-mx'] = "Analice el código con una aplicación de autenticación o gestor de contraseñas. A continuación, utilizarlo para generar la ficha para el login.";
$text['description-totp']['fr-ca'] = "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']['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']['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.";
$text['description-totp']['pt-pt'] = "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.";
$text['description-totp']['ro-ro'] = "Scanați codul cu o aplicație de autentificare sau un manager de parole. Apoi utilizați-l pentru a genera simbolul pentru autentificare.";
$text['description-totp']['ru-ru'] = "Отсканируйте код с помощью приложения для аутентификации или менеджера паролей. Затем используйте его для создания токена для входа в систему.";
$text['description-totp']['sv-se'] = "Skanna koden med en autentiseringsapplikation eller lösenordshanterare. Använd sedan den för att generera token för inloggningen.";
$text['description-totp']['uk-ua'] = "Відскануйте код за допомогою програми автентифікації або менеджера паролів. Потім використовуйте його, щоб створити маркер для входу.";
$text['description-totp']['tr-tr'] = "Kodu bir kimlik doğrulama uygulaması veya parola yöneticisi ile tarayın. Ardından, oturum açma için belirteci oluşturmak için kullanın.";
$text['description-totp']['zh-cn'] = "载有认证申请或密码管理员的编码。 然后使用该标识生成标识。";
$text['description-totp']['ja-jp'] = "認証アプリケーションまたはパスワードマネージャでコードをスキャンします。 ログイン時にトークンを生成します。";
$text['description-totp']['ko-kr'] = "인증 신청서 또는 비밀번호 관리자로 코드를 스캔합니다. 그런 다음 로그인 토큰을 생성합니다.";
?>