🌐 Dictionaries update

This commit is contained in:
Timothee
2025-02-07 15:36:58 +01:00
parent 14346e0895
commit e93d909a38
894 changed files with 107458 additions and 78345 deletions

View File

@@ -20,12 +20,9 @@
* You should have received a copy of the GNU Affero General Public License
* along with iTop. If not, see <http://www.gnu.org/licenses/>
*/
Dict::Add('ZH CN', 'Chinese', '简体中文', [
Dict::Add('ZH CN', 'Chinese', '简体中文', array(
'bkp-backup-running' => '备份正在进行, 请稍候...',
'bkp-restore-running' => '还原正在进行, 请稍等...',
'Menu:BackupStatus' => '定时备份',
'bkp-status-title' => '定时备份',
'bkp-status-checks' => '设置与检查',
@@ -58,4 +55,4 @@ Dict::Add('ZH CN', 'Chinese', '简体中文', [
'bkp-wait-backup' => '请等待备份完成...',
'bkp-wait-restore' => '请等待还原完成...',
'bkp-success-restore' => '还原成功.',
]);
));