Automated dictionaries synchronization with english reference

This commit is contained in:
Timothee
2024-06-11 16:38:40 +02:00
parent ae83a11a8c
commit 09a5d7a35f
728 changed files with 75718 additions and 104679 deletions

View File

@@ -1,18 +1,17 @@
<?php
/*
* @copyright Copyright (C) 2010-2024 Combodo SAS
* @license http://opensource.org/licenses/AGPL-3.0
/**
* Localized data
*
* @copyright Copyright (C) 2010-2024 Combodo SAS
* @license https://opensource.org/licenses/AGPL-3.0
*
*/
/**
*
*/
// UI elements
Dict::Add('RU RU', 'Russian', 'Русский', [
'UI:WelcomePopup:Button:RemindLater' => 'Remind me later~~',
'UI:WelcomePopup:Button:Acknowledge' => 'Got it~~',
]);
// Message
Dict::Add('RU RU', 'Russian', 'Русский', [
'UI:WelcomePopup:Message:320_01:Title' => ITOP_APPLICATION_SHORT . ' 3: Introducing fullmoon design~~',
'UI:WelcomePopup:Button:RemindLater' => 'Remind me later~~',
'UI:WelcomePopup:Message:320_01:Description' => '<div>Поздравляем, вы приземлились на '.ITOP_APPLICATION.' '.ITOP_VERSION_NAME.'!</div>
<br>
<div>Эта версия имеет совершенно новый современный и отзывчивый дизайн бэк-офиса.</div>
@@ -21,4 +20,5 @@ Dict::Add('RU RU', 'Russian', 'Русский', [
Мы надеемся, что вам понравится эта версия так же, как нам понравилось ее придумывать и создавать.</div>
<br>
<div>Обновите свои персональные <a href="/pages/preferences.php">предпочтения</a> для более комфортной работы в '.ITOP_APPLICATION.'.</div>',
'UI:WelcomePopup:Message:320_01:Title' => ITOP_APPLICATION_SHORT.' 3: Introducing fullmoon design~~',
]);