-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
db717cd
commit 1cdb703
Showing
4 changed files
with
60 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<?php | ||
|
||
return [ | ||
'root' => '根', | ||
|
||
/* | ||
|-------------------------------------------------------------------------- | ||
| Buttons | ||
|-------------------------------------------------------------------------- | ||
*/ | ||
'button.save' => '保存', | ||
'button.expand_all' => '全部展開', | ||
'button.collapse_all' => '全部折叠', | ||
|
||
/* | ||
|-------------------------------------------------------------------------- | ||
| Form | ||
|-------------------------------------------------------------------------- | ||
*/ | ||
'components.tree.buttons.select_all.label' => '選擇全部', | ||
'components.tree.buttons.deselect_all.label' => '取消全選', | ||
'components.tree.buttons.expand_all.label' => '全部展開', | ||
'components.tree.buttons.collapse_all.label' => '全部折叠', | ||
/* | ||
|-------------------------------------------------------------------------- | ||
| Message | ||
|-------------------------------------------------------------------------- | ||
*/ | ||
'actions.delete.confirmation.with_children' => '你確定要刪除這條記錄及其子記錄嗎?', | ||
]; |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<?php | ||
|
||
return [ | ||
'root' => '根', | ||
|
||
/* | ||
|-------------------------------------------------------------------------- | ||
| Buttons | ||
|-------------------------------------------------------------------------- | ||
*/ | ||
'button.save' => '保存', | ||
'button.expand_all' => '全部展開', | ||
'button.collapse_all' => '全部折叠', | ||
|
||
/* | ||
|-------------------------------------------------------------------------- | ||
| Form | ||
|-------------------------------------------------------------------------- | ||
*/ | ||
'components.tree.buttons.select_all.label' => '選擇全部', | ||
'components.tree.buttons.deselect_all.label' => '取消全選', | ||
'components.tree.buttons.expand_all.label' => '全部展開', | ||
'components.tree.buttons.collapse_all.label' => '全部折叠', | ||
/* | ||
|-------------------------------------------------------------------------- | ||
| Message | ||
|-------------------------------------------------------------------------- | ||
*/ | ||
'actions.delete.confirmation.with_children' => '你確定要刪除這條記錄及其子記錄嗎?', | ||
]; |