Skip to content

Commit f7538da

Browse files
committed
修改
1 parent 5329894 commit f7538da

File tree

2 files changed

+1
-197
lines changed

2 files changed

+1
-197
lines changed

CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
###更新说明
2-
- v4.0.0 (2015-08-22)
3-
4-
1.内容与3.2.3一致,因为3.2.3始终无法发布
5-
62
- v3.2.3 (2015-08-21)
73

84
1.优化翻译

package.json

Lines changed: 1 addition & 193 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "simplified-chinese-menu",
33
"main": "./lib/main",
4-
"version": "4.0.1",
4+
"version": "3.2.3",
55
"description": "Atom 的简体中文语言包,完整汉化,兼容所有已发布版本 Atom",
66
"repository": {
77
"type": "git",
@@ -18,197 +18,5 @@
1818
],
1919
"engines": {
2020
"atom": ">=0.174.0 <2.0.0"
21-
},
22-
"dependencies": {
23-
"cson": "3.0.1"
24-
},
25-
"readme": "# Atom - Chinese(Simplified) Menu\n\nAtom 的简体中文汉化语言包\n\n![screenshot](https://github.com/chinakids/atom-chinese-menu/raw/master/screenshot.png)\n\n![screenshot](https://github.com/chinakids/atom-chinese-menu/raw/master/screenshot2.png)\n\n![screenshot](https://github.com/chinakids/atom-chinese-menu/raw/master/screenshot3.png)\n\n###更新说明\n\n- v3.2.0 (2015-08-17)\n\n\t1.增加了部分遗漏翻译\n\t\n\t2.增加了 Setting 部分的汉化,时间匆忙,可能有理解或者翻译错误的地方,请到 [Issues](https://github.com/chinakids/atom-simplified-chinese-menu/issues) 告诉我~十分感谢。部分理解模糊的地方没有翻译...等待测试后再翻译,本次翻译部分参考[微软术语检索](http://www.microsoft.com/Language/zh-cn/Search.aspx),以及感谢好基友岩岩的帮助\n\n\t\n\n- v3.1.6 (2015-08-06)\n\n\t优化 mac 下部分翻译,另外做个统计,是否需要汉化第三方插件扩展的菜单 or Setting菜单?有需要的请到 [Issues](https://github.com/chinakids/atom-simplified-chinese-menu/issues) 告诉我~\n\n- v3.1.5 (2015-08-05)\n\n\t优化部分翻译,代码完全 coffee 化,修复 bug\n\n- v3.1.0 (2015-07-21)\n\n\t优化部分翻译,本地化翻译内容\n\n- v3.0.8 (2015-07-10)\n\n\t解决官方1.0.2升级造成的4处汉化失效(设置,打开,打开文件夹,另存为)\n\tbug 产生 因为官方 menu 中这几处的 label 值中`...`变为了`…`(查证后为官方正常改动,后期均为`…`)\n\t解决方案:在 main.coffee 中对`…` 确认,替换为`...`,从而兼容后期 atom 官方的更改`...` -> `…`\n\t目前版本兼容Atom 所有已发布版本,请放心使用,建议所有用户更新\n\n###说明\n- 基于 syon 的 japanese-menu 的衍生的中文解决方案(完整汉化)。\n\n\t[japanese-menu](https://atom.io/packages/japanese-menu)\n\n\tSetting 部分并未汉化,第一考虑到部分朋友熟悉了 Setting的英文设置,第二考虑到官方并未给出完美的setting 设置接口\n\n\n- 翻译参考\n\n\tsublime 的汉化方案\n\t以及其他来自网络的资料\n\n###其他\n\n- 繁体中文(Sheng-Bo):\n\n\t[cht-menu](https://atom.io/packages/cht-menu)\n\n- 日文(syon):\n\n\t[japanese-menu](https://atom.io/packages/japanese-menu)\n\n###平台测试\n\nlinux,mac,win 均通过测试\n\n\n###LICENSE\n[MIT](https://github.com/chinakids/atom-chinese-menu/raw/master/LICENSE.md)\n",
26-
"readmeFilename": "README.md",
27-
"bugs": {
28-
"url": "https://github.com/chinakids/atom-simplified-chinese-menu/issues"
29-
},
30-
"homepage": "https://github.com/chinakids/atom-simplified-chinese-menu",
31-
32-
"_shasum": "5962612b41a90f545d6729d45f86a376c0f601f0",
33-
"_resolved": "file:../d-115717-13995-5gg8j6/package.tgz",
34-
"_from": "../d-115717-13995-5gg8j6/package.tgz",
35-
"_atomModuleCache": {
36-
"version": 1,
37-
"dependencies": [
38-
{
39-
"name": "cson",
40-
"version": "3.0.1",
41-
"path": "node_modules/cson/out/lib/cson.js"
42-
},
43-
{
44-
"name": "coffee-script",
45-
"version": "1.9.3",
46-
"path": "node_modules/cson/node_modules/coffee-script/lib/coffee-script/coffee-script.js"
47-
},
48-
{
49-
"name": "cson-parser",
50-
"version": "1.1.1",
51-
"path": "node_modules/cson/node_modules/cson-parser/lib/cson-parser.js"
52-
},
53-
{
54-
"name": "coffee-script",
55-
"version": "1.9.0",
56-
"path": "node_modules/cson/node_modules/cson-parser/node_modules/coffee-script/lib/coffee-script/coffee-script.js"
57-
},
58-
{
59-
"name": "extract-opts",
60-
"version": "3.0.1",
61-
"path": "node_modules/cson/node_modules/extract-opts/out/lib/extract-opts.js"
62-
},
63-
{
64-
"name": "typechecker",
65-
"version": "2.0.8",
66-
"path": "node_modules/cson/node_modules/extract-opts/node_modules/typechecker/out/lib/typechecker.js"
67-
},
68-
{
69-
"name": "requirefresh",
70-
"version": "2.0.0",
71-
"path": "node_modules/cson/node_modules/requirefresh/out/lib/requirefresh.js"
72-
},
73-
{
74-
"name": "safefs",
75-
"version": "3.1.3",
76-
"path": "node_modules/cson/node_modules/safefs/out/lib/safefs.js"
77-
},
78-
{
79-
"name": "graceful-fs",
80-
"version": "3.0.8",
81-
"path": "node_modules/cson/node_modules/safefs/node_modules/graceful-fs/graceful-fs.js"
82-
}
83-
],
84-
"extensions": {
85-
".coffee": [
86-
"lib/main.coffee"
87-
],
88-
".js": [
89-
"node_modules/cson/docs/assets/biscotto.js",
90-
"node_modules/cson/docs/assets/search_data.js",
91-
"node_modules/cson/node_modules/coffee-script/lib/coffee-script/browser.js",
92-
"node_modules/cson/node_modules/coffee-script/lib/coffee-script/cake.js",
93-
"node_modules/cson/node_modules/coffee-script/lib/coffee-script/coffee-script.js",
94-
"node_modules/cson/node_modules/coffee-script/lib/coffee-script/command.js",
95-
"node_modules/cson/node_modules/coffee-script/lib/coffee-script/grammar.js",
96-
"node_modules/cson/node_modules/coffee-script/lib/coffee-script/helpers.js",
97-
"node_modules/cson/node_modules/coffee-script/lib/coffee-script/index.js",
98-
"node_modules/cson/node_modules/coffee-script/lib/coffee-script/lexer.js",
99-
"node_modules/cson/node_modules/coffee-script/lib/coffee-script/nodes.js",
100-
"node_modules/cson/node_modules/coffee-script/lib/coffee-script/optparse.js",
101-
"node_modules/cson/node_modules/coffee-script/lib/coffee-script/parser.js",
102-
"node_modules/cson/node_modules/coffee-script/lib/coffee-script/register.js",
103-
"node_modules/cson/node_modules/coffee-script/lib/coffee-script/repl.js",
104-
"node_modules/cson/node_modules/coffee-script/lib/coffee-script/rewriter.js",
105-
"node_modules/cson/node_modules/coffee-script/lib/coffee-script/scope.js",
106-
"node_modules/cson/node_modules/coffee-script/lib/coffee-script/sourcemap.js",
107-
"node_modules/cson/node_modules/coffee-script/register.js",
108-
"node_modules/cson/node_modules/coffee-script/repl.js",
109-
"node_modules/cson/node_modules/cson-parser/lib/cson-parser.js",
110-
"node_modules/cson/node_modules/cson-parser/lib/parse.js",
111-
"node_modules/cson/node_modules/cson-parser/lib/stringify.js",
112-
"node_modules/cson/node_modules/cson-parser/node_modules/coffee-script/lib/coffee-script/browser.js",
113-
"node_modules/cson/node_modules/cson-parser/node_modules/coffee-script/lib/coffee-script/cake.js",
114-
"node_modules/cson/node_modules/cson-parser/node_modules/coffee-script/lib/coffee-script/coffee-script.js",
115-
"node_modules/cson/node_modules/cson-parser/node_modules/coffee-script/lib/coffee-script/command.js",
116-
"node_modules/cson/node_modules/cson-parser/node_modules/coffee-script/lib/coffee-script/grammar.js",
117-
"node_modules/cson/node_modules/cson-parser/node_modules/coffee-script/lib/coffee-script/helpers.js",
118-
"node_modules/cson/node_modules/cson-parser/node_modules/coffee-script/lib/coffee-script/index.js",
119-
"node_modules/cson/node_modules/cson-parser/node_modules/coffee-script/lib/coffee-script/lexer.js",
120-
"node_modules/cson/node_modules/cson-parser/node_modules/coffee-script/lib/coffee-script/nodes.js",
121-
"node_modules/cson/node_modules/cson-parser/node_modules/coffee-script/lib/coffee-script/optparse.js",
122-
"node_modules/cson/node_modules/cson-parser/node_modules/coffee-script/lib/coffee-script/parser.js",
123-
"node_modules/cson/node_modules/cson-parser/node_modules/coffee-script/lib/coffee-script/register.js",
124-
"node_modules/cson/node_modules/cson-parser/node_modules/coffee-script/lib/coffee-script/repl.js",
125-
"node_modules/cson/node_modules/cson-parser/node_modules/coffee-script/lib/coffee-script/rewriter.js",
126-
"node_modules/cson/node_modules/cson-parser/node_modules/coffee-script/lib/coffee-script/scope.js",
127-
"node_modules/cson/node_modules/cson-parser/node_modules/coffee-script/lib/coffee-script/sourcemap.js",
128-
"node_modules/cson/node_modules/cson-parser/node_modules/coffee-script/register.js",
129-
"node_modules/cson/node_modules/cson-parser/node_modules/coffee-script/repl.js",
130-
"node_modules/cson/node_modules/extract-opts/example.js",
131-
"node_modules/cson/node_modules/extract-opts/node_modules/typechecker/cyclic.js",
132-
"node_modules/cson/node_modules/extract-opts/node_modules/typechecker/out/lib/typechecker.js",
133-
"node_modules/cson/node_modules/extract-opts/out/lib/extract-opts.js",
134-
"node_modules/cson/node_modules/requirefresh/out/lib/requirefresh.js",
135-
"node_modules/cson/node_modules/safefs/cyclic.js",
136-
"node_modules/cson/node_modules/safefs/node_modules/graceful-fs/fs.js",
137-
"node_modules/cson/node_modules/safefs/node_modules/graceful-fs/graceful-fs.js",
138-
"node_modules/cson/node_modules/safefs/node_modules/graceful-fs/polyfills.js",
139-
"node_modules/cson/node_modules/safefs/out/lib/safefs.js",
140-
"node_modules/cson/out/bin/cson-cli.js",
141-
"node_modules/cson/out/lib/cson.js"
142-
],
143-
".json": [
144-
"node_modules/cson/node_modules/coffee-script/bower.json",
145-
"node_modules/cson/node_modules/coffee-script/package.json",
146-
"node_modules/cson/node_modules/cson-parser/node_modules/coffee-script/bower.json",
147-
"node_modules/cson/node_modules/cson-parser/node_modules/coffee-script/package.json",
148-
"node_modules/cson/node_modules/cson-parser/package.json",
149-
"node_modules/cson/node_modules/extract-opts/node_modules/typechecker/package.json",
150-
"node_modules/cson/node_modules/extract-opts/package.json",
151-
"node_modules/cson/node_modules/requirefresh/package.json",
152-
"node_modules/cson/node_modules/safefs/node_modules/graceful-fs/package.json",
153-
"node_modules/cson/node_modules/safefs/package.json",
154-
"node_modules/cson/package.json",
155-
"package.json"
156-
]
157-
},
158-
"folders": [
159-
{
160-
"paths": [
161-
"def",
162-
"lib",
163-
"",
164-
"tools"
165-
],
166-
"dependencies": {
167-
"cson": "3.0.1"
168-
}
169-
},
170-
{
171-
"paths": [
172-
"node_modules/cson/docs/assets",
173-
"node_modules/cson/out/bin",
174-
"node_modules/cson/out/lib",
175-
"node_modules/cson"
176-
],
177-
"dependencies": {
178-
"coffee-script": "~1.9.0",
179-
"cson-parser": "^1.0.6",
180-
"extract-opts": "^3.0.1",
181-
"requirefresh": "^2.0.0",
182-
"safefs": "^3.1.2"
183-
}
184-
},
185-
{
186-
"paths": [
187-
"node_modules/cson/node_modules/cson-parser/lib",
188-
"node_modules/cson/node_modules/cson-parser"
189-
],
190-
"dependencies": {
191-
"coffee-script": "1.9.0"
192-
}
193-
},
194-
{
195-
"paths": [
196-
"node_modules/cson/node_modules/extract-opts",
197-
"node_modules/cson/node_modules/extract-opts/out/lib"
198-
],
199-
"dependencies": {
200-
"typechecker": "^2.0.8"
201-
}
202-
},
203-
{
204-
"paths": [
205-
"node_modules/cson/node_modules/safefs",
206-
"node_modules/cson/node_modules/safefs/out/lib"
207-
],
208-
"dependencies": {
209-
"graceful-fs": "^3.0.6"
210-
}
211-
}
212-
]
21321
}
21422
}

0 commit comments

Comments
 (0)