Skip to content

Commit

Permalink
Merge pull request #10 from xmlf/patch-2
Browse files Browse the repository at this point in the history
Chinese added
  • Loading branch information
UksusoFF authored Jan 12, 2020
2 parents 5e20d64 + ed7f648 commit ff349f8
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 0 deletions.
40 changes: 40 additions & 0 deletions resources/langs/zh-Hans.php
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' => '禁用',
];
40 changes: 40 additions & 0 deletions resources/langs/zh-Hant.php
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' => '禁用',
];

0 comments on commit ff349f8

Please sign in to comment.