Skip to content

Commit b8bf03f

Browse files
committed
Fix name of GitHub
1 parent 38c83ec commit b8bf03f

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

locales/en.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ site:
6464
- To insert a few words of code, use the <code>&lt;code&gt;</code> tag, for several lines – use <code>&lt;pre&gt;</code>, for more than 10 lines – use a sandbox (<a href='http://plnkr.co/edit/?p=preview'>plnkr</a>, <a href='http://jsbin.com'>JSBin</a>, <a href='http://codepen.io'>codepen</a>…)
6565
- If you can't understand something in the article – please elaborate.
6666

67-
edit_on_github: Edit on Github
67+
edit_on_github: Edit on GitHub
6868
error: error
6969
close: close
7070

locales/ja.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ site:
6464
- 数語のコードを挿入するには、<code>&lt;code&gt;</code> タグを使ってください。複数行の場合は <code>&lt;pre&gt;</code> を、10行を超える場合にはサンドボックスを使ってください(<a href='http://plnkr.co/edit/?p=preview'>plnkr</a>, <a href='http://jsbin.com'>JSBin</a>, <a href='http://codepen.io'>codepen</a>…)。
6565
- あなたが記事の中で理解できないことがあれば、詳しく説明してください。
6666

67-
edit_on_github: Githubで編集
67+
edit_on_github: GitHubで編集
6868
error: エラー
6969
close: 閉じる
7070

locales/ru.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ site:
6666
meta:
6767
description: 'Современный учебник JavaScript, начиная с основ, включающий в себя много тонкостей и фишек JavaScript/DOM.'
6868

69-
edit_on_github: Редактировать на Github
69+
edit_on_github: Редактировать на GitHub
7070
error: ошибка
7171
close: закрыть
7272

locales/zh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ site:
6464
- 使用 <code>&lt;code&gt;</code> 标签插入几行代码,对于多行代码 — 可以使用 <code>&lt;pre&gt;</code>,对于超过十行的代码 — 建议使用沙箱(<a href='http://plnkr.co/edit/?p=preview'>plnkr</a>、<a href='http://jsbin.com'>JSBin</a> 和 <a href='http://codepen.io'>codepen</a> 等)。
6565
- 如果你无法理解文章中的内容 — 请详细说明。
6666

67-
edit_on_github: Github 上编辑
67+
edit_on_github: GitHub 上编辑
6868
error: 错误
6969
close: 关闭
7070

modules/frontpage/locales/en.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
modern_javascript_tutorial: "The Modern JavaScript Tutorial"
2-
view_github: "view on Github"
2+
view_github: "view on GitHub"
33
search_placeholder: "Search in the tutorial"
44
search_button: "Search"
55
share_text: "Share"

modules/frontpage/locales/ja.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
modern_javascript_tutorial: "現代の JavaScript チュートリアル"
2-
view_github: "Githubで見る"
2+
view_github: "GitHubで見る"
33
search_placeholder: "チュートリアル内を検索"
44
search_button: "検索"
55
share_text: "シェア"

modules/frontpage/locales/ru.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
modern_javascript_tutorial: "Современный учебник JavaScript"
2-
view_github: "смотреть на Github"
2+
view_github: "смотреть на GitHub"
33
search_placeholder: "Поиск по учебнику"
44
search_button: "Найти"
55
share_text: "Поделиться"

modules/frontpage/locales/zh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
modern_javascript_tutorial: "现代 JavaScript 教程"
2-
view_github: "Github 上查看"
2+
view_github: "GitHub 上查看"
33
search_placeholder: "在教程中搜索"
44
search_button: "搜索"
55
share_text: "分享"

0 commit comments

Comments
 (0)