Merge branch 'master' of https://github.com/easysoft/zentaopms
This commit is contained in:
@@ -34,6 +34,7 @@ $lang->action->original = '原始格式';
|
||||
$lang->action->confirmHideAll = '您確定要全部隱藏這些記錄嗎?';
|
||||
$lang->action->needEdit = '要還原%s的名稱或代號已經存在,請編輯更改。';
|
||||
$lang->action->historyEdit = '歷史記錄編輯不能為空。';
|
||||
$lang->action->noDynamic = '暫無動態';
|
||||
|
||||
$lang->action->history = new stdclass();
|
||||
$lang->action->history->action = '關聯日誌';
|
||||
|
||||
@@ -50,7 +50,7 @@ $lang->block->editBlock = '编辑区块';
|
||||
$lang->block->ordersSaved = '排序已保存';
|
||||
$lang->block->confirmRemoveBlock = '确定移除区块吗?';
|
||||
$lang->block->closeForever = '永久关闭';
|
||||
$lang->block->confirmClose = '确定永久关闭该区块吗?闭后所有人都将无法使用该区块,可以在后台自定义中打开';
|
||||
$lang->block->confirmClose = '确定永久关闭该区块吗?关闭后所有人都将无法使用该区块,可以在后台自定义中打开。';
|
||||
$lang->block->remove = '移除';
|
||||
$lang->block->refresh = '刷新';
|
||||
$lang->block->hidden = '隐藏';
|
||||
|
||||
@@ -50,7 +50,7 @@ $lang->block->editBlock = '編輯區塊';
|
||||
$lang->block->ordersSaved = '排序已保存';
|
||||
$lang->block->confirmRemoveBlock = '確定移除區塊嗎?';
|
||||
$lang->block->closeForever = '永久關閉';
|
||||
$lang->block->confirmClose = '確定永久關閉該區塊嗎?閉後所有人都將無法使用該區塊,可以在後台自定義中打開';
|
||||
$lang->block->confirmClose = '確定永久關閉該區塊嗎?關閉後所有人都將無法使用該區塊,可以在後台自定義中打開。';
|
||||
$lang->block->remove = '移除';
|
||||
$lang->block->refresh = '刷新';
|
||||
$lang->block->hidden = '隱藏';
|
||||
|
||||
@@ -23,6 +23,7 @@ $lang->file->applyTemplate = "應用模板";
|
||||
$lang->file->tplTitle = "模板名稱";
|
||||
$lang->file->setPublic = "設置公共模板";
|
||||
$lang->file->exportFields = "要導出欄位";
|
||||
$lang->file->exportRange = "要導出的數據";
|
||||
$lang->file->defaultTPL = "預設模板";
|
||||
$lang->file->setExportTPL = "設置";
|
||||
$lang->file->preview = "預覽";
|
||||
@@ -32,8 +33,11 @@ $lang->file->uploadSuccess = '上傳成功';
|
||||
|
||||
$lang->file->pathname = '路徑';
|
||||
$lang->file->title = '標題';
|
||||
$lang->file->fileName = '檔案名';
|
||||
$lang->file->untitled = '未命名';
|
||||
$lang->file->extension = '副檔名';
|
||||
$lang->file->size = '大小';
|
||||
$lang->file->encoding = '編碼';
|
||||
$lang->file->addedBy = '由誰添加';
|
||||
$lang->file->addedDate = '添加時間';
|
||||
$lang->file->downloads = '下載次數';
|
||||
|
||||
Reference in New Issue
Block a user