-
Notifications
You must be signed in to change notification settings - Fork 9
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
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
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,40 @@ | ||
<?php | ||
|
||
//Note: Commented keys already exist in webtrees translations. | ||
|
||
use Fisharebest\Webtrees\I18N; | ||
|
||
return [ | ||
//Frontend: Modals | ||
'Enter individuals id or something else' => '輸入個人編號或姓名等資訊', | ||
'This operation can not be undone' => '此操作無法撤銷', | ||
'Are you sure that want delete %s from image?' => '你確定要將%s從這張圖像中刪除?', | ||
//Config: JavaScript | ||
'Are you sure?' => '確定嗎?', | ||
'Read more' => '讀取更多', | ||
//Config: Missed | ||
'Missed' => '已丢失', | ||
//'Remove' => '刪除', | ||
'Remove all records without media' => '移除所有沒有媒體的記錄', | ||
'Find' => '查找', | ||
'Try to find missed records by filename' => '通過檔案名查找丟失的檔', | ||
//Config: Settings | ||
'Settings' => '設置', | ||
'Read XMP data' => '讀取XMP資料', | ||
'Read and show XMP data (such as Goggle Picasa face tags) from media file' => '從媒體檔案中讀取並顯示XMP資料(例如Goggle Picasa中臉部標籤)', | ||
'Create links' => '創建連結', | ||
'Link individual with media when mark them on photo' => '在照片上標記個人時,將他們與媒體檔案連結起來', | ||
'Show meta' => '显示meta', | ||
'Load and show information from linked fact' => '從已連結的事件中載入並顯示資訊', | ||
//Config: Table | ||
//'Media' => 'Media', | ||
//'Notes' => 'Notes', | ||
//'Status' => 'Status', | ||
'Actions' => '操作', | ||
//Config: Messages | ||
'%s record' . I18N::PLURAL . '%s records' => '%s記錄' . I18N::PLURAL . '%s記錄', | ||
'has been deleted' . I18N::PLURAL . 'have been deleted' => '已刪除' . I18N::PLURAL . '已刪除', | ||
'has been repaired' . I18N::PLURAL . 'have been repaired' => '已修復' . I18N::PLURAL . '已修復', | ||
//'Enabled' => 'Включено', | ||
'Disabled' => '禁用', | ||
]; |