mirror of
https://github.com/Combodo/iTop.git
synced 2026-09-07 13:58:19 +02:00
18 lines
469 B
PHP
18 lines
469 B
PHP
<?php
|
|
/**
|
|
* Localized data
|
|
*
|
|
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
|
* @license https://opensource.org/licenses/AGPL-3.0
|
|
*
|
|
*/
|
|
/**
|
|
*
|
|
*/
|
|
Dict::Add('ZH CN', 'Chinese', '简体中文', [
|
|
'UI:Component:Input:ChangeNotAllowed' => '不允许修改',
|
|
'UI:Component:Input:Password:DoesNotMatch' => '密码不匹配',
|
|
'UI:Component:Input:Set:MinimumItems' => '至少需要 %1$s 项',
|
|
'UI:Component:Input:Select:Select_item' => 'Select an item...~~',
|
|
]);
|