+ Add comment language item for required tip.

This commit is contained in:
tianshujie
2024-03-27 11:06:53 +08:00
committed by liyang
parent ca27a5d4ae
commit ad8ffeabae
4 changed files with 36 additions and 32 deletions
+9 -8
View File
@@ -36,14 +36,15 @@ $lang->action->new = 'New';
$lang->action->to = 'To';
$lang->action->superReviewer = 'Super Reviewer';
$lang->action->trash = 'Aufräumen';
$lang->action->undelete = 'Wiederherstellen';
$lang->action->hideOne = 'Verstecken';
$lang->action->hideAll = 'Alle verstecken';
$lang->action->editComment = 'Bearbeiten';
$lang->action->create = 'Kommentar hinzufügen';
$lang->action->comment = 'Kommentar';
$lang->action->byQuery = 'Search';
$lang->action->trash = 'Aufräumen';
$lang->action->undelete = 'Wiederherstellen';
$lang->action->hideOne = 'Verstecken';
$lang->action->hideAll = 'Alle verstecken';
$lang->action->editComment = 'Bearbeiten';
$lang->action->create = 'Kommentar hinzufügen';
$lang->action->comment = 'Kommentar';
$lang->action->actioncomment = 'Kommentar';
$lang->action->byQuery = 'Search';
$lang->action->trashAction = 'Recycle List';
$lang->action->undeleteAction = 'Reset Data';
+9 -8
View File
@@ -36,14 +36,15 @@ $lang->action->new = 'New';
$lang->action->to = 'To';
$lang->action->superReviewer = 'Super Reviewer';
$lang->action->trash = 'Recycle';
$lang->action->undelete = 'Restore';
$lang->action->hideOne = 'Hide';
$lang->action->hideAll = 'Hide All';
$lang->action->editComment = 'Edit Comment';
$lang->action->create = 'Add Comment';
$lang->action->comment = 'Comment';
$lang->action->byQuery = 'Search';
$lang->action->trash = 'Recycle';
$lang->action->undelete = 'Restore';
$lang->action->hideOne = 'Hide';
$lang->action->hideAll = 'Hide All';
$lang->action->editComment = 'Edit Comment';
$lang->action->create = 'Add Comment';
$lang->action->comment = 'Comment';
$lang->action->actioncomment = 'Comment';
$lang->action->byQuery = 'Search';
$lang->action->trashAction = 'Recycle List';
$lang->action->undeleteAction = 'Reset Data';
+9 -8
View File
@@ -36,14 +36,15 @@ $lang->action->new = 'New';
$lang->action->to = 'To';
$lang->action->superReviewer = 'Super Reviewer';
$lang->action->trash = 'Corbeille';
$lang->action->undelete = 'Restaurer';
$lang->action->hideOne = 'Masquer';
$lang->action->hideAll = 'Masquer Tout';
$lang->action->editComment = 'Editer commentaire';
$lang->action->create = 'Ajouter commentaire';
$lang->action->comment = 'Commentaire';
$lang->action->byQuery = 'Search';
$lang->action->trash = 'Corbeille';
$lang->action->undelete = 'Restaurer';
$lang->action->hideOne = 'Masquer';
$lang->action->hideAll = 'Masquer Tout';
$lang->action->editComment = 'Editer commentaire';
$lang->action->create = 'Ajouter commentaire';
$lang->action->comment = 'Commentaire';
$lang->action->actioncomment = 'Commentaire';
$lang->action->byQuery = 'Search';
$lang->action->trashAction = 'Recycle List';
$lang->action->undeleteAction = 'Reset Data';
+9 -8
View File
@@ -36,14 +36,15 @@ $lang->action->new = '新值为';
$lang->action->to = '到';
$lang->action->superReviewer = '超级评审人';
$lang->action->trash = '回收站';
$lang->action->undelete = '还原';
$lang->action->hideOne = '隐藏';
$lang->action->hideAll = '全部隐藏';
$lang->action->editComment = '修改备注';
$lang->action->create = '添加备注';
$lang->action->comment = '备注';
$lang->action->byQuery = '搜索';
$lang->action->trash = '回收站';
$lang->action->undelete = '还原';
$lang->action->hideOne = '隐藏';
$lang->action->hideAll = '全部隐藏';
$lang->action->editComment = '修改备注';
$lang->action->create = '添加备注';
$lang->action->comment = '备注';
$lang->action->actioncomment = '备注';
$lang->action->byQuery = '搜索';
$lang->action->trashAction = '回收站列表';
$lang->action->undeleteAction = '还原数据';