Skip to content

Commit 1cdb703

Browse files
committedOct 24, 2024
Add zh_HK\zh_TW Language
1 parent db717cd commit 1cdb703

File tree

4 files changed

+60
-0
lines changed

4 files changed

+60
-0
lines changed
 

‎resources/lang/zh_HK/.gitkeep

Whitespace-only changes.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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+
];

‎resources/lang/zh_TW/.gitkeep

Whitespace-only changes.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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+
];

0 commit comments

Comments
 (0)