浏览代码

Add additional translations

FusionPBX 2 年之前
父节点
当前提交
d82993a13f
共有 1 个文件被更改,包括 27 次插入16 次删除
  1. 27 16
      core/user_logs/app_menu.php

+ 27 - 16
core/user_logs/app_menu.php

@@ -1,20 +1,31 @@
 <?php
 
-$apps[$x]['menu'][0]['title']['en-us'] = 'User Logs';
-$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']['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']['nl-nl'] = 'Gebruiker logs';
-$apps[$x]['menu'][0]['uuid'] = '88e5773a-2e33-43dc-9a6e-07d46d200e9c';
-$apps[$x]['menu'][0]['parent_uuid'] = '0438b504-8613-7887-c420-c837ffb20cb1';
-$apps[$x]['menu'][0]['category'] = 'internal';
-$apps[$x]['menu'][0]['path'] = '/core/user_logs/user_logs.php';
-$apps[$x]['menu'][0]['groups'][] = 'superadmin';
-//$apps[$x]['menu'][0]['groups'][] = 'admin';
-//$apps[$x]['menu'][0]['groups'][] = 'user';
+$y = 0;
+$apps[$x]['menu'][$y]['title']['en-us'] = "User Logs";
+$apps[$x]['menu'][$y]['title']['en-gb'] = "User Logs";
+$apps[$x]['menu'][$y]['title']['ar-eg'] = "المستعمل";
+$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']['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']['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']['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']['ru-ru'] = "Журналы пользователей";
+$apps[$x]['menu'][$y]['title']['sv-se'] = "Användarloggar";
+$apps[$x]['menu'][$y]['title']['uk-ua'] = "Логи користувачів";
+$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";
+$apps[$x]['menu'][$y]['path'] = "/core/user_logs/user_logs.php";
+$apps[$x]['menu'][$y]['groups'][] = "superadmin";
+$y++;
 
 ?>