From f4e9069cec48bfbd2a736d506dd2525752416115 Mon Sep 17 00:00:00 2001 From: Ben <70598281+cranben@users.noreply.github.com> Date: Fri, 28 Apr 2023 16:09:44 -0600 Subject: [PATCH] added translations (#6643) --- core/domains/app_config.php | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/core/domains/app_config.php b/core/domains/app_config.php index 9fb54afd56..97f0f4e7a2 100644 --- a/core/domains/app_config.php +++ b/core/domains/app_config.php @@ -10,24 +10,24 @@ $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "Manage a single domain or multiple domains for multi-tenant."; $apps[$x]['description']['en-gb'] = "Manage a single domain or multiple domains for multi-tenant."; - $apps[$x]['description']['ar-eg'] = ""; + $apps[$x]['description']['ar-eg'] = "إدارة مجال واحد أو مجالات متعددة للمستأجرين المتعددين."; $apps[$x]['description']['de-at'] = "Verwalte eine einzelne Domäne oder mehrere Domänen für Multi-Mandanten."; - $apps[$x]['description']['de-ch'] = ""; + $apps[$x]['description']['de-ch'] = "Verwalten Sie eine einzelne Domäne oder mehrere Domänen für mehrere Mandanten."; $apps[$x]['description']['de-de'] = "Verwalte eine einzelne Domäne oder mehrere Domänen für Multi-Mandanten."; $apps[$x]['description']['es-cl'] = "Administre un único dominio o múltiples dominios"; - $apps[$x]['description']['es-mx'] = ""; - $apps[$x]['description']['fr-ca'] = ""; + $apps[$x]['description']['es-mx'] = "Administre un solo dominio o múltiples dominios para múltiples inquilinos."; + $apps[$x]['description']['fr-ca'] = "Gérez un domaine unique ou plusieurs domaines pour le multi-locataire."; $apps[$x]['description']['fr-fr'] = "Gestion d'un domaine ou plusieurs dans le cas d'un système multi-parties."; - $apps[$x]['description']['he-il'] = ""; - $apps[$x]['description']['it-it'] = ""; - $apps[$x]['description']['nl-nl'] = ""; - $apps[$x]['description']['pl-pl'] = ""; + $apps[$x]['description']['he-il'] = "נהל דומיין בודד או מספר דומיינים עבור ריבוי דיירים."; + $apps[$x]['description']['it-it'] = "Gestisci un singolo dominio o più domini per multi-tenant."; + $apps[$x]['description']['nl-nl'] = "Beheer een enkel domein of meerdere domeinen voor meerdere huurders."; + $apps[$x]['description']['pl-pl'] = "Zarządzaj pojedynczą domeną lub wieloma domenami dla wielu dzierżawców."; $apps[$x]['description']['pt-br'] = "Gerencie um único ou múltiplos domínios para multi-locatários"; $apps[$x]['description']['pt-pt'] = "Gerir um único domínio ou vários domínios para multi-tenant."; - $apps[$x]['description']['ro-ro'] = ""; + $apps[$x]['description']['ro-ro'] = "Gestionați un singur domeniu sau mai multe domenii pentru multi-locatari."; $apps[$x]['description']['ru-ru'] = "Управление одним доменом или несколькими доменами для нескольких пользователей"; - $apps[$x]['description']['sv-se'] = ""; - $apps[$x]['description']['uk-ua'] = ""; + $apps[$x]['description']['sv-se'] = "Hantera en enda domän eller flera domäner för flera hyresgäster."; + $apps[$x]['description']['uk-ua'] = "Керуйте одним або декількома доменами для кількох орендарів."; //permission details $y=0; @@ -127,4 +127,5 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; + ?>