Commit Graph

548 Commits

Author SHA1 Message Date
Zhicheng Wang a2a0ff34c8 review 2016-05-09 19:56:20 +08:00
Zhicheng Wang 53a55f2db3 翻译了小抄。
增加了翻译的About。
2016-05-09 18:45:50 +08:00
Zhicheng Wang 48e03ae748 完成了模板语法章 2016-05-09 09:58:40 +08:00
Zhicheng Wang a2d6add5fe 翻译了大部分“模板语法”章 2016-05-08 21:00:37 +08:00
Zhimin(Rex) YE 9a512ddf06 partial style-guide.jade translation. 2016-05-07 20:29:06 +01:00
Zhimin(Rex) YE ece8eda68c set-document-title.jade draft translation is done. 2016-05-07 18:20:40 +01:00
Zhimin(Rex) YE 205014e5f0 first draft translation of dependency-injection.jade is completed. 2016-05-07 15:11:29 +01:00
Zhicheng Wang efd0a42eac 翻译完了DI 2016-05-05 23:32:48 +08:00
Zhicheng Wang 296afedd4a 翻译了一点DI的内容 2016-05-04 23:12:25 +08:00
Rex 594780411b bit more di translation. 2016-05-04 14:55:49 +01:00
Rex 3bf116dcde bit more DI translation. 2016-05-04 10:09:57 +01:00
Rex a9034b1c26 a bit more di translation 2016-05-04 09:34:03 +01:00
Rex 772b5f0418 Merge branch 'master' of https://github.com/angular-live/angular.io 2016-05-03 15:38:06 +01:00
Rex bd6ac20bb9 little big of di translation. 2016-05-03 15:37:56 +01:00
Zhicheng Wang 583247f0f9 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	public/_data.json
#	public/_includes/_footer.jade
#	public/_includes/_hero-home.jade
#	public/_includes/_main-nav.jade
#	public/docs/_includes/_side-nav.jade
#	public/docs/ts/latest/_data.json
#	public/docs/ts/latest/cookbook/_data.json
#	public/docs/ts/latest/glossary.jade
#	public/docs/ts/latest/guide/_data.json
#	public/docs/ts/latest/guide/architecture.jade
#	public/docs/ts/latest/guide/displaying-data.jade
#	public/docs/ts/latest/guide/forms.jade
#	public/docs/ts/latest/guide/user-input.jade
#	public/docs/ts/latest/index.jade
#	public/docs/ts/latest/quickstart.jade
#	public/docs/ts/latest/tutorial/toh-pt2.jade
#	public/docs/ts/latest/tutorial/toh-pt5.jade
#	public/features.jade
#	public/index.jade
2016-05-03 22:33:20 +08:00
Zhicheng Wang 40346025b2 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	public/_includes/_main-nav.jade
#	public/_includes/_version-dropdown.jade
#	public/docs/_includes/_side-nav.jade
2016-05-03 20:21:29 +08:00
Foxandxss 3f50248940 docs(style-guide): revisions for New World (repack)
closes #1260
2016-05-03 00:42:02 -06:00
Ward Bell cadd6c9823 docs: switch to commonjs module generation 2016-05-03 00:01:55 -06:00
Ward Bell 3d5302adce chore: update to rc.0 2016-05-02 19:57:28 -07:00
Robert Messerle 49908bb1b4 converts docs landing template to use layout classnames rather than attribute syntax 2016-05-02 19:55:59 -07:00
Eric Jimenez 5ce56598f5 feat(docs landing): new docs landing 2016-05-02 19:55:59 -07:00
Foxandxss d941353957 docs(style-guide): fix merge issues
closes #1244
2016-05-02 08:57:35 -07:00
Foxandxss 66764fec7e docs: fix a few typos
closes #1239
2016-05-01 16:17:05 -07:00
John Papa bbd7d79a76 docs(style-guide): add style-guide - v.6 2016-05-01 16:08:45 -07:00
Foxandxss 6c0c6357a9 docs: rename heros to heroes 2016-05-01 23:04:47 +02:00
John Papa ddfbbb5ebb docs(style-guide): add style-guide - v.5 2016-04-30 23:03:19 -07:00
Patrice Chalin ff20b55975 chore(dart & ts): update to beta.17
Change `ngFor=“#…”` to `ngFor=“let…` in code. All are .dart files
except for `app_component.html` which also has changes for:
- `<inpuf var-foo…`> to `<input ref-foo…>`
- `#docregion` tag name updates from var-foo to ref-foo.
- Other misc updates to minimize diffs with TS version of file,
whitespace differences were ignored.

+ Minor update to sync up Dart prose with TS prose.

+ Used
https://github.com/angular/angular/wiki/Angular-2-Dart-Transformer#resol
ved_identifiers to solve
https://github.com/angular/angular.io/issues/1033

Guide/pipes not updated as it will be rolled back to
beta.15 in PR #1220.
2016-04-30 15:01:16 +01:00
Filipe Silva ebc022e475 docs: update prose for the `let` change to ngFor 2016-04-28 18:37:45 -07:00
Filipe Silva 216120daba chore: update to beta.17
closes #1213, 1205
2016-04-28 18:31:00 -07:00
Patrice Chalin 1e64d9e57a docs(guide/dart): hierarchical-dependency-injection without copying
closes #1207
This uses a simpler way to render Dart prose from TS prose without
making a copy. This will make it _much_ easier to keep the two in sync.
2016-04-28 17:03:28 -07:00
Rex 338490a776 a bit more translation for d-i.jade 2016-04-28 16:40:09 +01:00
John Papa d5e909bde0 docs(style-guide): add style-guide - v.4 2016-04-28 00:52:20 -07:00
Naomi Black 097505b4e8 docs(title): update a parenthetical comment in the title cookbook 2016-04-26 10:55:31 -07:00
Rex e03faf373d tiny progress on dependency-injection. 2016-04-26 17:09:37 +01:00
Rex 7e386533cc dependency-injection.jade, a little more translation. 2016-04-26 12:30:30 +01:00
Filipe Silva 0a606a1b41 chore(ts): updating to beta.16 2016-04-26 00:22:25 -07:00
John Papa 3bc94147a7 docs(style-guide): add style-guide - v.3
closes #1170
2016-04-25 22:24:37 -07:00
Eric Jimenez 8f158f2241 docs(sidenav reorg): remove glossary and cheatsheet from REFERENCE. Move glossary to BASICS. Rename REFERENCE to API REFERENCE 2016-04-25 14:10:57 -07:00
Ward Bell c9efac746c docs(style-guide): add style-guide - v.2 2016-04-25 09:18:23 -07:00
Rex fd4f934fd5 a bit more translation on dependency-injection.jade. 2016-04-25 12:25:16 +01:00
Zhicheng Wang 01e3e99f95 小修改 2016-04-25 08:57:53 +08:00
Zhimin(Rex) YE ecc549e34e dependency-injection translation - partial. 2016-04-24 19:13:04 +01:00
Zhicheng Wang 1102c021f7 表单一章快翻译完了 2016-04-24 22:53:59 +08:00
Zhimin(Rex) YE 91a2278157 removed provider translation. 2016-04-24 11:46:09 +01:00
Zhimin(Rex) YE 0df0ba171e removed translation of Provider. 2016-04-24 11:45:24 +01:00
Zhimin(Rex) YE c82e705640 cookbook/index.jade
./dependency-injection.jade partial.
2016-04-24 11:21:07 +01:00
Ben Nadel c9d405062d docs(cb-set-document-title): new "Set Title" cookbook chapter
closes #1069
2016-04-23 14:56:56 -07:00
unexge 634e50aaca docs(architecture): small tweaks
closes #1101
2016-04-23 14:44:38 -07:00
Patrice Chalin 11b6fefa7b docs(guide/ts): hierarchical-dependency-injection copyedits
closes #1146
Copyedits found during creation of Dart version.
2016-04-23 14:26:36 -07:00
Foxandxss 4097c67b59 chore: rename Elvis to safe navigation operator
closes #1139
2016-04-23 14:22:57 -07:00
Zhicheng Wang 6943fd58a9 一些小的修订 2016-04-23 22:23:31 +08:00
Zhicheng Wang 9ecd6699cd 一些小的修订 2016-04-23 22:16:28 +08:00
Zhicheng Wang 3eff091759 翻译完了用户输入一章 2016-04-23 22:00:43 +08:00
Zhicheng Wang de46beef2d 翻译完了displaying-data 2016-04-23 14:54:01 +08:00
Rex 2d62a9e70e first-app-tests partial translation. 2016-04-22 11:40:58 +01:00
Rex 1eef462903 application-under-test transaction draft: done. 2016-04-22 11:02:50 +01:00
Rex 001905fff3 jasmine-testing-101 translation draft done. 2016-04-22 10:54:30 +01:00
Zhicheng Wang 41d9204727 Merge branch 'master' of github.com:angular/angular.io
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2016-04-21 22:48:35 +08:00
Zhicheng Wang bac0839cf1 翻译完了“架构” 2016-04-21 22:47:13 +08:00
Aristeidis Bampakos 8a49b4a41c docs(component-styles): Small typo fixes
Small typo fixes
2016-04-20 13:16:22 -07:00
Aristeidis Bampakos c9b66ea04d docs(upgrade): Small typo fix
Small typo fix
2016-04-20 13:15:50 -07:00
Zhicheng Wang 3d2e51fd9b 架构篇翻了一半儿 2016-04-20 23:20:58 +08:00
Zhicheng Wang b007e835db Merge branch 'master' of github.com:angular/angular.io
# Conflicts:
#	public/docs/ts/latest/tutorial/toh-pt5.jade
2016-04-20 20:09:50 +08:00
Zhicheng Wang d21325fa55 完成了指南首页
处理了排列不规范的列表翻译,以便将来可以统一实现对照翻译
2016-04-20 20:07:39 +08:00
Kara 258014c9de docs(forms): fix bootstrap typo 2016-04-19 20:48:21 -07:00
Naomi Black 89b49c8bae links(test): fix broken links in the devguide 2016-04-19 19:02:34 -07:00
Naomi Black 6d13db472a chore(links): make links to API docs relative 2016-04-19 17:44:38 -07:00
Zhicheng Wang da8bf0efb9 Guide首页完成了大部分 2016-04-20 00:18:04 +08:00
Zhicheng Wang 54bd7655c4 略作修改 2016-04-19 23:11:19 +08:00
Rex bce52dc696 testing.jade - done.
Jasmine-testing-101.jade: started.

Minor corrections in component-communication.jade and dynamic-form.jade.
2016-04-19 16:07:22 +01:00
Rex cb09d97c96 component-communication translation is done.
change translation of `mothod` to `class method`
2016-04-19 12:06:15 +01:00
Rex beda56a830 Merge branch 'master' of https://github.com/angular-live/angular.io 2016-04-18 17:02:28 +01:00
Rex 7f6a9be1ee a bit more work on component-communication.jade. 2016-04-18 17:02:14 +01:00
Zhicheng Wang b510dbcdcd 翻译完了教程第五章 2016-04-18 22:59:24 +08:00
Zhimin(Rex) YE 0127ed177d component-communication 2016-04-17 21:54:07 +01:00
Zhimin(Rex) YE 60d4b32064 just started component-communication. 2016-04-17 21:52:03 +01:00
Zhicheng Wang bc9f46722f 教程第五章翻译了多一半儿,把黑板报批量改为仪表盘,把英雄之旅批量改为英雄指南 2016-04-17 23:31:22 +08:00
Zhicheng Wang 5e58b0a095 翻译完第四章 2016-04-17 10:24:39 +08:00
Zhicheng Wang 3cf6ca5f7e 第四章翻译了一半儿 2016-04-16 16:43:13 +08:00
Zhicheng Wang 9a63bdff21 教程第三章译完 2016-04-16 11:54:04 +08:00
Rex 50f8e27b15 Dynamic-form draft translation. 2016-04-15 14:13:18 +01:00
Zhimin(Rex) YE 999ca24577 finished off glossary's translation, need spell check. 2016-04-14 22:33:59 +01:00
Rex e53183d127 almost done the glossary, draft. 2016-04-14 17:03:32 +01:00
Rex 0012b34c6d Merge branch 'master' of https://github.com/angular-live/angular.io 2016-04-14 16:30:55 +01:00
Rex 5bf1d4f248 more glossary translation. 2016-04-14 16:30:46 +01:00
Zhicheng Wang e42953db5c 教程第三章译了一点点 2016-04-14 22:35:42 +08:00
Rex 1fe5d7ccf1 Merge branches 'master' and 'master' of https://github.com/angular-live/angular.io 2016-04-14 14:47:42 +01:00
Rex c6c981887f translation - lifecycle hooks. 2016-04-14 14:47:29 +01:00
Zhicheng Wang 37d5fbcf1c 把display的译法从“展示”批量改为“显示”
译完第二章
2016-04-14 21:45:12 +08:00
Zhicheng Wang 0bb5c4f37b 修饰器改为装饰器 2016-04-14 19:36:12 +08:00
Rex 674d9eece8 more glossary translation. 2016-04-14 12:32:25 +01:00
Zhicheng Wang ed26e26657 文字微调
修改部分词汇
2016-04-14 14:25:36 +08:00
Zhicheng Wang 90ca91e24a 文字微调 2016-04-14 13:58:04 +08:00
Zhicheng Wang 09f861fd77 文字微调 2016-04-14 13:53:19 +08:00
Zhicheng Wang 5f56e08434 merge from origin/master 2016-04-14 13:49:09 +08:00
Zhicheng Wang ae2aec218c 终于找到了stable of heroes的正确译法 2016-04-14 11:49:26 +08:00
Ken Dale 205cc28f25 docs(lifecycle-hooks): change ngOnit references to ngOnInit
closes #1084
2016-04-13 19:41:44 -07:00
Ward Bell f2f5d9f9ae docs(ts): update to beta.15
also restore accidentally deleted router sample files
2016-04-13 19:26:48 -07:00
Ward Bell 353abff084 docs(server-communication): fix http after testing chapter discoveries 2016-04-13 14:02:48 -07:00
Rex f4e2da1628 more translation on glossary. 2016-04-13 17:18:12 +01:00