mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-11 00:54:50 +00:00
New translations web.php (Chinese Traditional)
[ci skip]
This commit is contained in:
parent
a8b6aa9eea
commit
8878fdb3d9
1 changed files with 8 additions and 8 deletions
|
@ -133,9 +133,9 @@ return [
|
||||||
'viewProfile' => 'View Profile',
|
'viewProfile' => 'View Profile',
|
||||||
'moderationTools' => 'Moderation Tools',
|
'moderationTools' => 'Moderation Tools',
|
||||||
'report' => '檢舉',
|
'report' => '檢舉',
|
||||||
'archive' => 'Archive',
|
'archive' => '封存',
|
||||||
'unarchive' => 'Unarchive',
|
'unarchive' => '取消封存',
|
||||||
'embed' => 'Embed',
|
'embed' => '嵌入',
|
||||||
|
|
||||||
'selectOneOption' => '選擇以下選項之一',
|
'selectOneOption' => '選擇以下選項之一',
|
||||||
'unlistFromTimelines' => '不在時間軸中上顯示',
|
'unlistFromTimelines' => '不在時間軸中上顯示',
|
||||||
|
@ -173,22 +173,22 @@ return [
|
||||||
'embedConfirmText' => '使用此嵌入式內容即表示您同意我們的',
|
'embedConfirmText' => '使用此嵌入式內容即表示您同意我們的',
|
||||||
|
|
||||||
'deletePostConfirm' => '你確定要刪除此貼文?',
|
'deletePostConfirm' => '你確定要刪除此貼文?',
|
||||||
'archivePostConfirm' => 'Are you sure you want to archive this post?',
|
'archivePostConfirm' => '您確定要封存此貼文嗎?',
|
||||||
'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?',
|
'unarchivePostConfirm' => '您確定要解除封存此貼文嗎?',
|
||||||
],
|
],
|
||||||
|
|
||||||
'story' => [
|
'story' => [
|
||||||
'add' => 'Add Story'
|
'add' => '新增故事'
|
||||||
],
|
],
|
||||||
|
|
||||||
'timeline' => [
|
'timeline' => [
|
||||||
'peopleYouMayKnow' => '你可能認識',
|
'peopleYouMayKnow' => '你可能認識',
|
||||||
|
|
||||||
'onboarding' => [
|
'onboarding' => [
|
||||||
'welcome' => 'Welcome',
|
'welcome' => '歡迎',
|
||||||
'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
|
'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
|
||||||
'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
|
'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
|
||||||
'refreshFeed' => 'Refresh my feed',
|
'refreshFeed' => '更新我的源',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue