更新翻譯
This commit is contained in:
parent
142d787436
commit
9f4ece9302
@ -6,8 +6,4 @@ return [
|
|||||||
'blockSearchEngineIndexing' => 'Block Search Engine Indexing',
|
'blockSearchEngineIndexing' => 'Block Search Engine Indexing',
|
||||||
'googleApiKey' => 'Google API Key',
|
'googleApiKey' => 'Google API Key',
|
||||||
'fbAppId' => 'Facebook APP ID',
|
'fbAppId' => 'Facebook APP ID',
|
||||||
'categoryName' => 'Category Name',
|
|
||||||
'parentCategory' => 'Parent Category',
|
|
||||||
'featureImage' => 'Feature Image',
|
|
||||||
'showInFrontSearch' => 'Show In Searchbar List',
|
|
||||||
];
|
];
|
||||||
|
|||||||
9
resources/lang/zh-tw/adminOptionLabels.php
Normal file
9
resources/lang/zh-tw/adminOptionLabels.php
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
<?php
|
||||||
|
return [
|
||||||
|
'logo' => 'Logo',
|
||||||
|
'siteName' => '網站名稱',
|
||||||
|
'siteDescription' => '網站描述',
|
||||||
|
'blockSearchEngineIndexing' => '阻擋搜尋引擎',
|
||||||
|
'googleApiKey' => 'Google API Key',
|
||||||
|
'fbAppId' => 'Facebook APP ID',
|
||||||
|
];
|
||||||
15
resources/lang/zh-tw/adminPageHeader.php
Normal file
15
resources/lang/zh-tw/adminPageHeader.php
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'options' => [
|
||||||
|
'general' => '一般設定',
|
||||||
|
'development' => '開發設定',
|
||||||
|
'platform' => '平台設定',
|
||||||
|
],
|
||||||
|
'articles' => [
|
||||||
|
'articles' => '文章'
|
||||||
|
],
|
||||||
|
'portfolios' => [
|
||||||
|
'portfolios' => '作品集'
|
||||||
|
]
|
||||||
|
];
|
||||||
19
resources/lang/zh-tw/auth.php
Normal file
19
resources/lang/zh-tw/auth.php
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
|
||||||
|
/*
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
| Authentication Language Lines
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
| The following language lines are used during authentication for various
|
||||||
|
| messages that we need to display to the user. You are free to modify
|
||||||
|
| these language lines according to your application's requirements.
|
||||||
|
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
'failed' => '登入失敗',
|
||||||
|
'throttle' => '嘗試登入失敗,請在:seconds秒後重試',
|
||||||
|
|
||||||
|
];
|
||||||
21
resources/lang/zh-tw/form.php
Normal file
21
resources/lang/zh-tw/form.php
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
<?php
|
||||||
|
return [
|
||||||
|
'buttons' => [
|
||||||
|
'update' => '更新',
|
||||||
|
'select' => '選擇',
|
||||||
|
'remove' => '移除',
|
||||||
|
'create' => '建立',
|
||||||
|
'delete' => '刪除',
|
||||||
|
'logout' => '登出',
|
||||||
|
],
|
||||||
|
'titles' => [
|
||||||
|
'title' => '標題',
|
||||||
|
'author' => '作者',
|
||||||
|
'created' => '建立時間',
|
||||||
|
'updated' => '更新時間',
|
||||||
|
'operations' => '操作',
|
||||||
|
'excerpt' => '摘要',
|
||||||
|
'content' => '內容',
|
||||||
|
'featureImage' => '主圖'
|
||||||
|
]
|
||||||
|
];
|
||||||
19
resources/lang/zh-tw/message.php
Normal file
19
resources/lang/zh-tw/message.php
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
<?php
|
||||||
|
return [
|
||||||
|
'categoryNameHasBeenAdded' => '分類 :name 已建立',
|
||||||
|
'categoryNameHasBeenUpdated' => '分類 :name 已更新',
|
||||||
|
'categoryNameHasBeenDeleted' => '分類 :name 已刪除',
|
||||||
|
'descriptionHasBeenUpdated' => '描述已更新',
|
||||||
|
'failToUpdateDescription' => '更新描述失敗',
|
||||||
|
'failToUpdateCategoryName' => '更新分類名稱失敗',
|
||||||
|
'failToAddCategory' => '新增分類失敗',
|
||||||
|
'failToDeleteMedia' => '刪除媒體失敗',
|
||||||
|
'failToDeleteCategory' => '刪除分類失敗',
|
||||||
|
'failToMoveMediaToCategory' => '移動媒體分類失敗',
|
||||||
|
'failToReOrderCategory' => '重新排序分類失敗',
|
||||||
|
'givenCategoryIdDoesNotExist' => '分類id不存在',
|
||||||
|
'mediaHasBeenDeleted' => '媒體已刪除',
|
||||||
|
'mediaHasBeenMoveToCategory' => '媒體已移動到分類 :NAME',
|
||||||
|
'mediaHasBeenSetToUncategorized' => '媒體已設定成未分類',
|
||||||
|
'success' => '成功'
|
||||||
|
];
|
||||||
19
resources/lang/zh-tw/pagination.php
Normal file
19
resources/lang/zh-tw/pagination.php
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
|
||||||
|
/*
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
| Pagination Language Lines
|
||||||
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
| The following language lines are used by the paginator library to build
|
||||||
|
| the simple pagination links. You are free to change them to anything
|
||||||
|
| you want to customize your views to better match your application.
|
||||||
|
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
'previous' => '« 上一頁',
|
||||||
|
'next' => '下一頁 »',
|
||||||
|
|
||||||
|
];
|
||||||
Loading…
Reference in New Issue
Block a user