mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-20 15:52:24 +02:00
Automated dictionaries synchronization with english reference
This commit is contained in:
@@ -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('PT BR', 'Brazilian', 'Brazilian', [
|
||||
'UI:WelcomePopup:Button:RemindLater' => 'Remind me later~~',
|
||||
'UI:WelcomePopup:Button:Acknowledge' => 'Got it~~',
|
||||
]);
|
||||
|
||||
// Message
|
||||
Dict::Add('PT BR', 'Brazilian', 'Brazilian', [
|
||||
'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>Parabéns, você desembarcou no '.ITOP_APPLICATION.' '.ITOP_VERSION_NAME.'!</div>
|
||||
<br>
|
||||
<div>Esta versão apresenta um novo design de backoffice moderno e acessível.</div>
|
||||
@@ -21,4 +20,5 @@ Dict::Add('PT BR', 'Brazilian', 'Brazilian', [
|
||||
Esperamos que você goste desta versão tanto quanto gostamos de imaginá-la e criá-la.</div>
|
||||
<br>
|
||||
<div>Personalize as preferências de seu '.ITOP_APPLICATION.' para uma experiência personalizada.</div>',
|
||||
'UI:WelcomePopup:Message:320_01:Title' => ITOP_APPLICATION_SHORT.' 3: Introducing fullmoon design~~',
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user