Fixed translations for Brazilian Portuguese (#4920)
* Fixed translations for Brazilian Portuguese * Update app_config.php * Fixed Translations for pt-br * Fixed Translations for pt-br * Fixed Translations for pt-br * Update app_config.php * Update app_languages.php * Update app_menu.php * app_config Domain * app_languages.php - Domains * app_menu - domains * app_config - default settings * app_languages - - default settings * app_menu - default settings * app_config - databases * app_languages - databases * app_menu - - databases * app_config - upgrade * app_languages - upgrade * app_menu - upgrade * app_config - users * app_languages - users * app_menu - users * app_config - usersettings * app_languages - usersettings * app_menu - usersettings * app_language - Reources
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Gestione dei Menu";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Menedżer menu";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Menu Admistrador";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Gerenciador de Menus";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Gestor de Menus";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Управление меню";
|
||||
@@ -36,7 +36,7 @@
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Home";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Dom";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Casa";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Principal";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Casa";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Основные";
|
||||
@@ -92,7 +92,7 @@
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Stato";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Status ";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Estados";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Estado";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Estado";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Статус";
|
||||
@@ -146,7 +146,7 @@
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Login";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = "Entrar";
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Entrar";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Войти";
|
||||
@@ -172,7 +172,7 @@
|
||||
$apps[$x]['menu'][$y]['title']['it-it'] = "Logout";
|
||||
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['pl-pl'] = 'Wyloguj';
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = 'Sair';
|
||||
$apps[$x]['menu'][$y]['title']['pt-br'] = 'Sair';
|
||||
$apps[$x]['menu'][$y]['title']['pt-pt'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['ru-ru'] = 'Выйти';
|
||||
|
||||
Reference in New Issue
Block a user