mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fixed translations (#6794)
* Update app_menu.php * Update app_menu.php * Update app_menu.php * Update app_menu.php * Update app_menu.php * Update app_menu.php * Update app_menu.php * Update app_menu.php * Update app_languages.php
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Dashboard";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Tableau de bord";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Tableau de bord de l'utilisateur";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "ממשק משתמש";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "לוּחַ מַחווָנִים";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Pannello di Controllo";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Dashboard";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Panel użytkowników";
|
||||
|
||||
@@ -3,25 +3,25 @@
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Default Settings";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Default Settings";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "Default Settings";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "الإعدادات الافتراضية";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Standardeinstellungen";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Standardeinstellungen";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Conf. Predeterminada";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Ajustes predeterminados";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Paramètres par défaut";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Confs par Défaut";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "הגדרות Default Settings";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "הגדרות ברירת מחדל";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Parametri di Default";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Standaard instellingen";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Ustawienia domyślne";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Configurações Padrão";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Predefinições";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Setări implicite";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Настройки по умолчанию";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Standard Inställningar";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Налаштування за замовчуванням";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "违约情况";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "デフォルト設定";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "默认设置";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "デフォルトの設定";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "기본 설정";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "834b2739-9e99-4345-9b0b-7ec3ca332b67";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Domains";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Domains";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "Domains";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "المجالات";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Domänen";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Domänen";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Dominios";
|
||||
@@ -16,13 +16,13 @@
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Domeny";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Domínios";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Domínios";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Domenii";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Домены";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Domäner";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Домени";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "领域";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "域名";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "ドメイン";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "이름 *";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "도메인";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "4fa7e90b-6d6c-12d4-712f-62857402b801";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
|
||||
@@ -3,17 +3,24 @@
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Group Manager";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Group Manager";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "مدير مجموعة";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Gruppenleiter";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "Gruppenleiter";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Gruppenleiter";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Administración de Grupos";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Administración de Grupos";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Gestion des groupes";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Gestion des groupes";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "'Gestão de Grupos";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "מנהל קבוצה";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "'Gestão de Grupos";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Menedżer grup";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Gerente de grupo";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Gerenciar grupos";
|
||||
$apps[$x]['menu'][$y]['title']['pl'] = "Menedżer grup";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Manager de grup";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Управление группами";
|
||||
$apps[$x]['menu'][$y]['title']['uk'] = "Групи";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Grupp Inställningar";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Gruppenverwaltung";
|
||||
$apps[$x]['menu'][$y]['title']['he'] = "מנהל קבוצה";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "一般事务/其他职等";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Групи";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "集团经理";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "グループマネージャー";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "그룹 관리자";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "3b4acc6d-827b-f537-bf21-0093d94ffec7";
|
||||
|
||||
@@ -11,13 +11,13 @@
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Notificaciones";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Notifications";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Notifications";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "Notifications";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "התראות";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Notifiche";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Verklaringen";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Powiadomienia";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Notificações";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Notificações";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Notificări";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Уведомления";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Meddelanden";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Сповіщення";
|
||||
|
||||
@@ -16,13 +16,13 @@
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Aktualizacja";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Atualização";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Actualizar BD";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Actualizare";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Обновление";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Uppgardera";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Оновлення";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "升级";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "アップグレード";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "지원하다";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "업그레이드";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "8c826e92-be3c-0944-669a-24e5b915d562";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
|
||||
@@ -7,23 +7,23 @@
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Benutzerprotokolle";
|
||||
$apps[$x]['menu'][$y]['title']['de-ch'] = "Benutzerprotokolle";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Benutzerprotokolle";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "User Logs";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "User Logs";
|
||||
$apps[$x]['menu'][$y]['title']['es-cl'] = "Registros de usuario";
|
||||
$apps[$x]['menu'][$y]['title']['es-mx'] = "Registros de usuario";
|
||||
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Connexions utilisateur";
|
||||
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Connexions utilisateur";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "User Logs";
|
||||
$apps[$x]['menu'][$y]['title']['he-il'] = "יומני משתמשים";
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Log utente";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Gebruiker logs";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Logos";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Dzienniki użytkowników";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Logs de usuário";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Logs de usuário";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Jurnalele utilizatorilor";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Журналы пользователей";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Användarloggar";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Логи користувачів";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "用户";
|
||||
$apps[$x]['menu'][$y]['title']['zh-cn'] = "用户日志";
|
||||
$apps[$x]['menu'][$y]['title']['ja-jp'] = "ユーザーログ";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "사용자 로그인";
|
||||
$apps[$x]['menu'][$y]['title']['ko-kr'] = "사용자 로그";
|
||||
$apps[$x]['menu'][$y]['uuid'] = "88e5773a-2e33-43dc-9a6e-07d46d200e9c";
|
||||
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
||||
$apps[$x]['menu'][$y]['category'] = "internal";
|
||||
|
||||
@@ -59,7 +59,7 @@ $text['title-user_import']['es-cl'] = "Importar";
|
||||
$text['title-user_import']['es-mx'] = "Importar";
|
||||
$text['title-user_import']['fr-ca'] = "Importer";
|
||||
$text['title-user_import']['fr-fr'] = "Importer";
|
||||
$text['title-user_import']['he-il'] = "Userייבוא";
|
||||
$text['title-user_import']['he-il'] = "ייבוא משתמשים";
|
||||
$text['title-user_import']['it-it'] = "Importazione utente";
|
||||
$text['title-user_import']['nl-nl'] = "Gebruik Import";
|
||||
$text['title-user_import']['pl-pl'] = "Importuj";
|
||||
@@ -476,7 +476,7 @@ $text['message-password_blank']['fr-ca'] = "Mot de Passe Incorrect";
|
||||
$text['message-password_blank']['fr-fr'] = "Mot de Passe Incorrect";
|
||||
$text['message-password_blank']['he-il'] = "סיסמא לא קיימת";
|
||||
$text['message-password_blank']['it-it'] = "Password non valida";
|
||||
$text['message-password_blank']['nl-nl'] = "Invalid";
|
||||
$text['message-password_blank']['nl-nl'] = "ongeldig wachtwoord";
|
||||
$text['message-password_blank']['pl-pl'] = "Nieprawidłowe hasło";
|
||||
$text['message-password_blank']['pt-br'] = "Senha Inválida";
|
||||
$text['message-password_blank']['pt-pt'] = "Senha Inválida";
|
||||
@@ -1979,7 +1979,7 @@ $text['header-user_import']['es-cl'] = "Importar";
|
||||
$text['header-user_import']['es-mx'] = "Importar";
|
||||
$text['header-user_import']['fr-ca'] = "Importer";
|
||||
$text['header-user_import']['fr-fr'] = "Importer";
|
||||
$text['header-user_import']['he-il'] = "Userייבוא";
|
||||
$text['header-user_import']['he-il'] = "ייבוא משתמשים";
|
||||
$text['header-user_import']['it-it'] = "Importazione utente";
|
||||
$text['header-user_import']['nl-nl'] = "Gebruik Import";
|
||||
$text['header-user_import']['pl-pl'] = "Importuj";
|
||||
@@ -2094,7 +2094,7 @@ $text['description-user_language']['ko-kr'] = "언어 선택";
|
||||
|
||||
$text['description-user_edit']['en-us'] = "Edit user information and group membership. ";
|
||||
$text['description-user_edit']['en-gb'] = "Edit user information and group membership. ";
|
||||
$text['description-user_edit']['ar-eg'] = "(إديت)";
|
||||
$text['description-user_edit']['ar-eg'] = "تحرير معلومات المستخدم وعضوية المجموعة.";
|
||||
$text['description-user_edit']['de-at'] = "Benutzerinformationen und Gruppen verwalten.";
|
||||
$text['description-user_edit']['de-ch'] = "Benutzerinformationen und Gruppen verwalten.";
|
||||
$text['description-user_edit']['de-de'] = "Benutzerinformationen und Gruppen verwalten.";
|
||||
@@ -2368,7 +2368,7 @@ $text['label-user_totp_secret']['es-cl'] = "totp";
|
||||
$text['label-user_totp_secret']['es-mx'] = "totp";
|
||||
$text['label-user_totp_secret']['fr-ca'] = "totp";
|
||||
$text['label-user_totp_secret']['fr-fr'] = "totp";
|
||||
$text['label-user_totp_secret']['he-il'] = "TP";
|
||||
$text['label-user_totp_secret']['he-il'] = "TOTP";
|
||||
$text['label-user_totp_secret']['it-it'] = "TOTALE";
|
||||
$text['label-user_totp_secret']['nl-nl'] = "Top";
|
||||
$text['label-user_totp_secret']['pl-pl'] = "tort";
|
||||
@@ -2490,7 +2490,7 @@ $text['button-show_all']['fr-ca'] = "Tout Montrer";
|
||||
$text['button-show_all']['fr-fr'] = "Tout Montrer";
|
||||
$text['button-show_all']['he-il'] = "הצג הכל";
|
||||
$text['button-show_all']['it-it'] = "Mostra Tutto";
|
||||
$text['button-show_all']['nl-nl'] = "Show";
|
||||
$text['button-show_all']['nl-nl'] = "Toon alles";
|
||||
$text['button-show_all']['pl-pl'] = "Pokaż wszystkie";
|
||||
$text['button-show_all']['pt-br'] = "Mostrar Todos";
|
||||
$text['button-show_all']['pt-pt'] = "Mostrar Todos";
|
||||
|
||||
@@ -16,7 +16,7 @@ $y=0;
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Menedżer użytkowników";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Gerenciar Usuários";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Gestão de Utilizadores";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Utilizatori";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Пользователи";
|
||||
$apps[$x]['menu'][$y]['title']['sv-se'] = "Användar Inställningar";
|
||||
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Користувачі";
|
||||
|
||||
Reference in New Issue
Block a user