浏览代码

Merge pull request #1 from alexdcrane/patch-1

Fixed wrong translations
FusionPBX 2 年之前
父节点
当前提交
66a7b1f119
共有 2 个文件被更改,包括 489 次插入489 次删除
  1. 482 482
      app_languages.php
  2. 7 7
      app_menu.php

文件差异内容过多而无法显示
+ 482 - 482
app_languages.php


+ 7 - 7
app_menu.php

@@ -2,14 +2,14 @@
 
 $apps[$x]['menu'][0]['title']['en-us'] = 'Messages';
 $apps[$x]['menu'][0]['title']['en-gb'] = 'Messages';
-$apps[$x]['menu'][0]['title']['es-cl'] = '';
-$apps[$x]['menu'][0]['title']['fr-fr'] = '';
-$apps[$x]['menu'][0]['title']['fr-ca'] = '';
+$apps[$x]['menu'][0]['title']['es-cl'] = 'Mensajes';
+$apps[$x]['menu'][0]['title']['fr-fr'] = 'Messages';
+$apps[$x]['menu'][0]['title']['fr-ca'] = 'Messages';
 $apps[$x]['menu'][0]['title']['nl-nl'] = 'Boodschappen';
-$apps[$x]['menu'][0]['title']['pl'] = '';
-$apps[$x]['menu'][0]['title']['sv-se'] = '';
-$apps[$x]['menu'][0]['title']['uk'] = '';
-$apps[$x]['menu'][0]['title']['de-at'] = '';
+$apps[$x]['menu'][0]['title']['pl'] = 'Wiadomości';
+$apps[$x]['menu'][0]['title']['sv-se'] = 'Meddelanden';
+$apps[$x]['menu'][0]['title']['uk'] = 'Повідомлення';
+$apps[$x]['menu'][0]['title']['de-at'] = 'Mitteilungen';
 $apps[$x]['menu'][0]['uuid'] = 'b2f6a2e0-cf25-4bd5-8079-6385f6871047';
 $apps[$x]['menu'][0]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5';
 $apps[$x]['menu'][0]['category'] = 'internal';

部分文件因为文件数量过多而无法显示