File tree Expand file tree Collapse file tree 4 files changed +60
-0
lines changed
Expand file tree Collapse file tree 4 files changed +60
-0
lines changed Original file line number Diff line number Diff line change 1+ <?php
2+
3+ return [
4+ 'root ' => '根 ' ,
5+
6+ /*
7+ |--------------------------------------------------------------------------
8+ | Buttons
9+ |--------------------------------------------------------------------------
10+ */
11+ 'button.save ' => '保存 ' ,
12+ 'button.expand_all ' => '全部展開 ' ,
13+ 'button.collapse_all ' => '全部折叠 ' ,
14+
15+ /*
16+ |--------------------------------------------------------------------------
17+ | Form
18+ |--------------------------------------------------------------------------
19+ */
20+ 'components.tree.buttons.select_all.label ' => '選擇全部 ' ,
21+ 'components.tree.buttons.deselect_all.label ' => '取消全選 ' ,
22+ 'components.tree.buttons.expand_all.label ' => '全部展開 ' ,
23+ 'components.tree.buttons.collapse_all.label ' => '全部折叠 ' ,
24+ /*
25+ |--------------------------------------------------------------------------
26+ | Message
27+ |--------------------------------------------------------------------------
28+ */
29+ 'actions.delete.confirmation.with_children ' => '你確定要刪除這條記錄及其子記錄嗎? ' ,
30+ ];
Original file line number Diff line number Diff line change 1+ <?php
2+
3+ return [
4+ 'root ' => '根 ' ,
5+
6+ /*
7+ |--------------------------------------------------------------------------
8+ | Buttons
9+ |--------------------------------------------------------------------------
10+ */
11+ 'button.save ' => '保存 ' ,
12+ 'button.expand_all ' => '全部展開 ' ,
13+ 'button.collapse_all ' => '全部折叠 ' ,
14+
15+ /*
16+ |--------------------------------------------------------------------------
17+ | Form
18+ |--------------------------------------------------------------------------
19+ */
20+ 'components.tree.buttons.select_all.label ' => '選擇全部 ' ,
21+ 'components.tree.buttons.deselect_all.label ' => '取消全選 ' ,
22+ 'components.tree.buttons.expand_all.label ' => '全部展開 ' ,
23+ 'components.tree.buttons.collapse_all.label ' => '全部折叠 ' ,
24+ /*
25+ |--------------------------------------------------------------------------
26+ | Message
27+ |--------------------------------------------------------------------------
28+ */
29+ 'actions.delete.confirmation.with_children ' => '你確定要刪除這條記錄及其子記錄嗎? ' ,
30+ ];
You can’t perform that action at this time.
0 commit comments