blob: 29cf33bcc0d542684b0457086719f749aa5c31fb [file] [log] [blame]
avm9996351cae202020-12-28 22:40:59 +01001{
2 "appName": {
3 "message": "应用程序名称",
4 "description": "The app name"
5 },
6 "appBetaName": {
7 "message": "应用程序名称 (Beta)",
8 "description": "The beta app name"
9 },
10 "contextmenu_title": {
11 "message": "将所选内容转换为...",
12 "description": "Title of the context menu that appears when a right click is done. Inside this parent menu there are the menus"
13 },
14 "contextmenu_title2": {
15 "message": "将所选内容转换为 \"$language$\"",
16 "description": "Title of the context menu that appears when a right click is done and there's only one language available.",
17 "placeholders": {
18 "language": {
19 "content": "$1",
20 "example": "Language to translate into."
21 }
22 }
23 },
24 "contextmenu_edit": {
25 "message": "编辑语言...",
26 "description": "Title of the option inside the 'Translate section into...' context menu."
27 },
28 "options_welcome": {
29 "message": "欢迎!",
30 "description": "Title of the options page"
31 },
32 "options_introduction": {
33 "message": "请在 \"翻译\" 菜单中选择要显示的语言。",
34 "description": "Introduction paragraph to the options pages"
35 },
36 "options_languageselectheader": {
37 "message": "语言:",
38 "description": "Header of the language select option."
39 },
40 "options_otheroptionsheader": {
41 "message": "其他选项:",
42 "description": "Header of the options page."
43 },
44 "options_tabsoption_1": {
45 "message": "为每一个翻译在一个新的标签打开谷歌翻译。",
46 "description": "Option which defines how should the app behave in relation to tabs."
47 },
48 "options_tabsoption_2": {
49 "message": "在唯一标签中打开Google翻译,并覆盖最后一次翻译,而不是打开多个标签。",
50 "description": "Option which defines how should the app behave in relation to tabs."
51 },
52 "options_tabsoption_3": {
53 "message": "在面板中打开Google翻译(您需要激活<a href='chrome://flags/#enable-panels' id='panelsflag'>--enable-panels</a> flag). <sup style='color:red; font-weight: bold;'> 实验L</sup>",
54 "description": "Option which defines how should the app behave in relation to tabs."
55 },
56 "options_savebutton": {
57 "message": "保存",
58 "description": "Save button in the settings page"
59 },
60 "options_addlanguage": {
61 "message": "添加语言",
62 "description": "Title for the 'Add language' dialog"
63 },
64 "options_addlanguage_addbutton": {
65 "message": "添加",
66 "description": "Add button in the footer of the languages list"
67 },
68 "options_language_label": {
69 "message": "语言:",
70 "description": "Label for the language selector in the 'Add language' dialog"
71 },
72 "options_credits": {
73 "message": "贡献人员",
74 "description": "Title for the credits link and dialog"
75 },
76 "options_credits_homepage": {
77 "message": "主页",
78 "description": "Homepage link for an item in the credits. NOTE: put in in lowercase letters"
79 },
80 "options_credits_by": {
81 "message": "由",
82 "description": "Fragment of the author statement in an item of the credits. NOTE: put in in lowercase letters. EXAMPLE: '{{options_credits_by}} Adrià Vilanova Martínez'"
83 },
84 "options_ok": {
85 "message": "好的",
86 "description": "OK button in the dialogs"
87 },
88 "options_cancel": {
89 "message": "取消",
90 "description": "Cancel button in the dialogs"
91 },
92 "notification_install_title": {
93 "message": "感谢您安装“翻译所选文本”"
94 },
95 "notification_install_message": {
96 "message": "单击此通知将其设置。"
97 },
98 "notification_upgradedtostorage_title": {
99 "message": "\"翻译所选文本\" 更新为 v0.6!"
100 },
101 "notification_upgradedtostorage_message": {
102 "message": "现在您的选项将在所有设备上同步! \n不好的一面是你必须再次设置扩展名:-(点击这个通知进行设置。"
103 },
104 "notification_reorder_title": {
105 "message": "\"翻译所选文本\" 更新为 v0.7!"
106 },
107 "notification_reorder_message": {
108 "message": "现在您可以按照您希望语言出现在上下文菜单中的顺序进行配置。 "
109 }
110}