Skip to content

Commit

Permalink
Create messages.json (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
XHXIAIEIN authored Aug 30, 2022
1 parent 8847b7e commit e30b51a
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions app/_locales/zh/messages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"appName": {
"message": "Motrix WebExtension",
"description": "The name of the application"
},
"appShortName": {
"message": "Motrix WebExt",
"description": "The short_name (maximum of 12 characters recommended) is a short version of the app's name."
},
"appDescription": {
"message": "WebExtension for Motrix download manager",
"description": "The description of the application"
},
"browserActionTitle": {
"message": "Motrix WebExtension",
"description": "The title of the browser action button"
},
"extensionStatus": {
"message": "扩展状态:",
"description": "扩展状态"
},
"enableNotifications": {
"message": "允许桌面通知:",
"description": "允许桌面通知"
},
"promptBeforeDownload": {
"message": "下载前确认:",
"description": "下载前确认"
},
"setKey": {
"message": "设置密钥",
"description": "设置密钥"
},
"setMinSize": {
"message": "设置最小下载文件 (mb)",
"description": "设置最小下载文件"
},
"setSize": {
"message": "设置大小",
"description": "设置大小"
},
"keyInputPlaceholder": {
"message": "Motrix API 密钥",
"description": "Motrix API 密钥"
},
"blacklist": {
"message": "黑名单",
"description": "不自动下载这些站点的链接"
},
"saveBlacklist": {
"message": "保存黑名单",
"description": "保存黑名单"
},
"darkMode": {
"message": "深色模式",
"description": "深色模式"
}
}

0 comments on commit e30b51a

Please sign in to comment.