From a802e275f6cf435b19e0a43dac9c4ffc1d2a6dba Mon Sep 17 00:00:00 2001 From: Ben <70598281+cranben@users.noreply.github.com> Date: Wed, 3 May 2023 11:27:35 -0600 Subject: [PATCH] Addedlanguages and translations for Turkish, German-CH (#6651) Co-authored-by: FusionPBX --- core/dashboard/app_menu.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/dashboard/app_menu.php b/core/dashboard/app_menu.php index 1931ecddd3..a158cd8b81 100644 --- a/core/dashboard/app_menu.php +++ b/core/dashboard/app_menu.php @@ -5,6 +5,7 @@ $apps[$x]['menu'][$y]['title']['en-gb'] = "Dashboard"; $apps[$x]['menu'][$y]['title']['ar-eg'] = "الصفحه الرئيسيه للمستخدم"; $apps[$x]['menu'][$y]['title']['de-at'] = "Benutzerübersicht"; + $apps[$x]['menu'][$y]['title']['de-ch'] = "Benutzerübersicht"; $apps[$x]['menu'][$y]['title']['de-de'] = "Benutzerübersicht"; $apps[$x]['menu'][$y]['title']['es-cl'] = "Dashboard Usuario"; $apps[$x]['menu'][$y]['title']['es-mx'] = "Dashboard"; @@ -20,6 +21,7 @@ $apps[$x]['menu'][$y]['title']['ru-ru'] = "Панель пользователя"; $apps[$x]['menu'][$y]['title']['sv-se'] = "Användarpanel"; $apps[$x]['menu'][$y]['title']['uk-ua'] = "Панель користувача"; + $apps[$x]['menu'][$y]['title']['tr-tr'] = "Gösterge Paneli"; $apps[$x]['menu'][$y]['title']['zh-cn'] = "仪表板"; $apps[$x]['menu'][$y]['title']['ja-jp'] = "ダッシュボード"; $apps[$x]['menu'][$y]['title']['ko-kr'] = "대시보드";