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