@codingame/monaco-vscode-language-pack-zh-hans 7.0.7 → 7.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/translations/extensions/vscode.css-language-features.i18n.json +2 -0
- package/translations/extensions/vscode.git.i18n.json +4 -4
- package/translations/extensions/vscode.github-authentication.i18n.json +6 -0
- package/translations/extensions/vscode.markdown-language-features.i18n.json +0 -1
- package/translations/main.i18n.json.js +1954 -1954
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-language-pack-zh-hans",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.8",
|
|
4
4
|
"keywords": [],
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "CodinGame",
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
"module": "index.js",
|
|
19
19
|
"types": "index.d.ts",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"vscode": "npm:@codingame/monaco-vscode-api@7.0.
|
|
21
|
+
"vscode": "npm:@codingame/monaco-vscode-api@7.0.8"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -88,6 +88,8 @@
|
|
|
88
88
|
"Includes the styles defined by another mixin into the current rule.": "包括其他 mixin 在当前规则中定义的样式。",
|
|
89
89
|
"Increases or decreases one or more components of a color.": "提高或降低颜色的一个或多个分量。",
|
|
90
90
|
"Inherits the styles of another selector.": "继承另一个选择器的样式。",
|
|
91
|
+
"Insert url() Function": "Insert url() Function",
|
|
92
|
+
"Insert url() Functions": "Insert url() Functions",
|
|
91
93
|
"Inserts $insert into $string at $index.": "在 $index 处将 $insert 插入到 $string 中。",
|
|
92
94
|
"Invalid number of parameters": "参数数目无效",
|
|
93
95
|
"Joins together two lists into one.": "将两个列表联接成一个。",
|
|
@@ -143,7 +143,6 @@
|
|
|
143
143
|
"Keep Our Version": "保留“我们”的版本",
|
|
144
144
|
"Keep Their Version": "保留“他们”的版本",
|
|
145
145
|
"Learn More": "了解详细信息",
|
|
146
|
-
"Log level: {0}": "日志级别: {0}",
|
|
147
146
|
"Make sure you configure your \"user.name\" and \"user.email\" in git.": "请确保已在 Git 中配置你的 \"user.name\" 和 \"user.email\"。",
|
|
148
147
|
"Manage Unsafe Repositories": "管理不安全的存储库",
|
|
149
148
|
"Merge Changes": "合并更改",
|
|
@@ -227,7 +226,6 @@
|
|
|
227
226
|
"Select as Repository Destination": "选择为存储库目标",
|
|
228
227
|
"Show Changes": "显示更改",
|
|
229
228
|
"Show Command Output": "显示命令输出",
|
|
230
|
-
"Skipped found git in: \"{0}\"": "{0} 已跳过在“{0}”中找到的 git",
|
|
231
229
|
"Staged Changes": "暂存的更改",
|
|
232
230
|
"Stash & Checkout": "储藏并签出",
|
|
233
231
|
"Stash Anyway": "仍要储藏",
|
|
@@ -280,8 +278,6 @@
|
|
|
280
278
|
"Untracked": "未跟踪的",
|
|
281
279
|
"Untracked Changes": "未跟踪的更改",
|
|
282
280
|
"Update Git": "更新 GIT",
|
|
283
|
-
"Using git \"{0}\" from \"{1}\"": "将使用位于 \"{0}\" 的 Git \"{1}\"",
|
|
284
|
-
"Validating found git in: \"{0}\"": "正在验证在以下位置找到的 git: \"{0}\"",
|
|
285
281
|
"Would you like to add \"{0}\" to .gitignore?": "是否要将“{0}”添加到 .gitignore?",
|
|
286
282
|
"Would you like to open the cloned repository, or add it to the current workspace?": "您是希望打开克隆的仓库,还是将其添加到当前工作区?",
|
|
287
283
|
"Would you like to open the cloned repository?": "是否要打开已克隆仓库?",
|
|
@@ -300,6 +296,10 @@
|
|
|
300
296
|
"Your repository has no remotes configured to pull from.": "仓库未配置任何从其中进行拉取的远程仓库。",
|
|
301
297
|
"Your repository has no remotes configured to push to.": "仓库未配置任何要推送到的远程仓库。",
|
|
302
298
|
"Your repository has no remotes.": "您的仓库没有远程仓库。",
|
|
299
|
+
"[main] Log level: {0}": "[main] Log level: {0}",
|
|
300
|
+
"[main] Skipped found git in: \"{0}\"": "[main] Skipped found git in: \"{0}\"",
|
|
301
|
+
"[main] Using git \"{0}\" from \"{1}\"": "[main] Using git \"{0}\" from \"{1}\"",
|
|
302
|
+
"[main] Validating found git in: \"{0}\"": "[main] Validating found git in: \"{0}\"",
|
|
303
303
|
"branches": "分支",
|
|
304
304
|
"no": "否",
|
|
305
305
|
"remote branches": "远程分支",
|
|
@@ -9,16 +9,22 @@
|
|
|
9
9
|
"version": "1.0.0",
|
|
10
10
|
"contents": {
|
|
11
11
|
"bundle": {
|
|
12
|
+
"Choose an account that you would like to log in to": "Choose an account that you would like to log in to",
|
|
12
13
|
"Continue to GitHub": "继续访问 GitHub",
|
|
13
14
|
"Continue to GitHub to create a Personal Access Token (PAT)": "继续转到 GitHub 以创建个人访问令牌 (PAT)",
|
|
14
15
|
"Copy & Continue to GitHub": "复制并继续访问 GitHub",
|
|
15
16
|
"GitHub Enterprise Server URI is not a valid URI: {0}": "GitHub Enterprise 服务器 URI 不是有效的 URI: {0}",
|
|
16
17
|
"Having trouble logging in? Would you like to try a different way? ({0})": "登录时遇到问题? 是否要尝试其他方式? ({0})",
|
|
18
|
+
"Incorrect account detected": "Incorrect account detected",
|
|
19
|
+
"Keep {0}": "Keep {0}",
|
|
20
|
+
"Login with {0}": "Login with {0}",
|
|
21
|
+
"New account...": "New account...",
|
|
17
22
|
"No": "否",
|
|
18
23
|
"Open [{0}]({0}) in a new tab and paste your one-time code: {1}/The [{0}]({0}) will be a url and the {1} will be a code, e.g. 123-456{Locked=\"[{0}]({0})\"}": "在新选项卡中打开 [{0}]({0}),并粘贴一次性代码: {1}",
|
|
19
24
|
"Sign in failed: {0}": "登录失败: {0}",
|
|
20
25
|
"Sign out failed: {0}": "注销失败: {0}",
|
|
21
26
|
"Signing in to {0}.../The {0} will be a url, e.g. github.com": "正在登录到 {0}...",
|
|
27
|
+
"The chosen account, {0}, does not match the requested account, {1}.": "The chosen account, {0}, does not match the requested account, {1}.",
|
|
22
28
|
"To finish authenticating, navigate to GitHub and paste in the above one-time code.": "要完成身份验证,请导航到 GitHub 并粘贴以上一次性代码。",
|
|
23
29
|
"To finish authenticating, navigate to GitHub to create a PAT then paste the PAT into the input box.": "若要完成身份验证,请导航到 GitHub 以创建 PAT,然后将 PAT 粘贴到输入框中。",
|
|
24
30
|
"Yes": "是",
|
|
@@ -58,7 +58,6 @@
|
|
|
58
58
|
"No link definition found: '{0}'": "找不到链接定义:“{0}”",
|
|
59
59
|
"Not on link": "不在链接上",
|
|
60
60
|
"Only load secure content": "仅载入安全内容",
|
|
61
|
-
"Organize link definitions": "组织链接定义",
|
|
62
61
|
"Paste and update pasted links": "粘贴和更新已粘贴的链接",
|
|
63
62
|
"Potentially unsafe or insecure content has been disabled in the Markdown preview. Change the Markdown preview security setting to allow insecure content or enable scripts": "已禁用此 Markdown 预览中的可能不安全的内容。更改 Markdown 预览安全设置以允许不安全内容或启用脚本",
|
|
64
63
|
"Preview {0}": "预览 {0}",
|