Skip to content

Commit

Permalink
New translations popup.json (Chinese Simplified) (#7523)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeMiD authored Dec 20, 2024
1 parent 9b4fcee commit 804d4d5
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions zh-CN/Extension/popup.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,22 @@
"description": "Shown when application is outdated",
"message": "你的 PreMiD 应用程序需要更新,请更新它以继续使用 PreMiD。"
},
"popup.info.extensionDisabled": {
"description": "Shown when the extension has been disabled in the settings",
"message": "扩展已禁用"
},
"popup.info.extensionDisabled.message": {
"description": "Shown when the extension has been disabled in the settings",
"message": "PreMiD扩展已在设置中禁用,请启用它以继续使用 PreMiD。"
},
"popup.info.discordStatusSetting.message": {
"description": "Shown on the troubleshooting page when the user might have to change their Discord status setting",
"message": "请确保您已在Discord设置中启用“将当前活动显示为状态消息”设置。"
},
"popup.info.presenceNotSetMessage.message": {
"description": "Shown on the troubleshooting page when PreMiD has not found a presence for the current tabs",
"message": "PreMiD无法找到您当前的标签页。请确保您已安装当前访问的网站的状态。如果您已安装状态,请尝试重新加载状态的网站,并确保您已在设置中启用状态。"
},
"popup.navigation.credits": {
"description": "Title of the 'credits' section at the navigation in the popup",
"message": "制作人员名单"
Expand All @@ -119,6 +135,10 @@
"description": "Title of the 'information' section at the navigation in the popup",
"message": "信息"
},
"popup.navigation.diagnostics": {
"description": "Title of the 'diagnostics' section at the navigation in the popup",
"message": "诊断"
},
"popup.presences.done": {
"description": "Done button",
"message": "完成"
Expand All @@ -143,6 +163,10 @@
"description": "Enable/Disable PreMiD (location: extension popup -> discord icon/profile picture -> 'settings' section)",
"message": "启用"
},
"popup.setting.developerMode": {
"description": "Enable/Disable developer mode (location: extension popup -> discord icon/profile picture -> 'settings' section)",
"message": "开发者模式"
},
"popup.setting.mediaControl": {
"description": "Enable/Disable media keys (location: extension popup -> discord icon/profile picture -> 'settings' section)",
"message": "媒体控制"
Expand All @@ -151,6 +175,14 @@
"description": "Enable/Disable the indicator in the menu bar (location: extension popup -> discord icon/profile picture -> 'settings' section)",
"message": "标题菜单栏"
},
"popup.setting.syncLanguage": {
"description": "Enable/Disable syncing the language of the extension with the language of presences (location: extension popup -> discord icon/profile picture -> 'language' section)",
"message": "同步语言"
},
"popup.setting.failedToFetchUser": {
"description": "Shown when the user is logged in but we could not get their profile data (location: extension popup -> discord icon/profile picture)",
"message": "获取用户失败"
},
"popup.information.notYou": {
"description": "Is shown next to popup.information.discordUser, is a link to unlink the current Discord account",
"message": "不是你?"
Expand Down

0 comments on commit 804d4d5

Please sign in to comment.