Skip to content

Commit

Permalink
Add zh_HK\zh_TW Language
Browse files Browse the repository at this point in the history
  • Loading branch information
cklei-carly committed Oct 24, 2024
1 parent db717cd commit 1cdb703
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 0 deletions.
Empty file added resources/lang/zh_HK/.gitkeep
Empty file.
30 changes: 30 additions & 0 deletions resources/lang/zh_HK/filament-tree.php
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 added resources/lang/zh_TW/.gitkeep
Empty file.
30 changes: 30 additions & 0 deletions resources/lang/zh_TW/filament-tree.php
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' => '你確定要刪除這條記錄及其子記錄嗎?',
];

0 comments on commit 1cdb703

Please sign in to comment.