Skip to content

Commit b787092

Browse files
authored
Merge pull request #84 from satoryu/add-i18n-messages-for-Chinese
Add Chinese language packs
2 parents 6a4eb1b + c9f98fb commit b787092

2 files changed

Lines changed: 84 additions & 0 deletions

File tree

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"extensionName": {
3+
"message": "Copy for Scrapbox",
4+
"description": "The name of the extension"
5+
},
6+
"extensionDescription": {
7+
"message": "用户可以以 Scrapbox 格式获取当前标签页的链接。",
8+
"description": "The description of the extension"
9+
},
10+
"copyAllTabsButtonName": {
11+
"message": "复制所有标签页",
12+
"description": "The name of the button to copy all tabs"
13+
},
14+
"copyAllTabsMessage": {
15+
"message": "已复制所有标签页!",
16+
"description": "The message shown when all tabs are copied"
17+
},
18+
"copyCurrentTabButtonName": {
19+
"message": "复制当前标签页",
20+
"description": "The name of the button to copy the current tab"
21+
},
22+
"copyCurrentTabMessage": {
23+
"message": "已复制当前标签页!",
24+
"description": "The message shown when the current tab is copied"
25+
},
26+
"copySelectedTabsButtonName": {
27+
"message": "复制已选标签页",
28+
"description": "The name of the button to copy selected tabs"
29+
},
30+
"copySelectedTabsMessage": {
31+
"message": "已复制已选标签页!",
32+
"description": "The message shown when selected tabs are copied"
33+
},
34+
"contextMenuTitle": {
35+
"message": "复制 [网址 页面标题]",
36+
"description": "The title of the context menu"
37+
},
38+
"contextMenuQuotationTitle": {
39+
"message": "复制为引用",
40+
"description": "The title of the context menu for quotation"
41+
}
42+
}
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"extensionName": {
3+
"message": "Copy for Scrapbox",
4+
"description": "The name of the extension"
5+
},
6+
"extensionDescription": {
7+
"message": "使用者可以以 Scrapbox 格式獲取當前分頁的連結。",
8+
"description": "The description of the extension"
9+
},
10+
"copyAllTabsButtonName": {
11+
"message": "複製所有分頁",
12+
"description": "The name of the button to copy all tabs"
13+
},
14+
"copyAllTabsMessage": {
15+
"message": "已複製所有分頁!",
16+
"description": "The message shown when all tabs are copied"
17+
},
18+
"copyCurrentTabButtonName": {
19+
"message": "複製當前分頁",
20+
"description": "The name of the button to copy the current tab"
21+
},
22+
"copyCurrentTabMessage": {
23+
"message": "已複製當前分頁!",
24+
"description": "The message shown when the current tab is copied"
25+
},
26+
"copySelectedTabsButtonName": {
27+
"message": "複製選取的分頁",
28+
"description": "The name of the button to copy selected tabs"
29+
},
30+
"copySelectedTabsMessage": {
31+
"message": "已複製選取的分頁!",
32+
"description": "The message shown when selected tabs are copied"
33+
},
34+
"contextMenuTitle": {
35+
"message": "複製 [網址 頁面標題]",
36+
"description": "The title of the context menu"
37+
},
38+
"contextMenuQuotationTitle": {
39+
"message": "複製為引用",
40+
"description": "The title of the context menu for quotation"
41+
}
42+
}

0 commit comments

Comments
 (0)