Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Japanese sentences #430

Merged
merged 6 commits into from
Jun 12, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 15 additions & 14 deletions src/lib/lang/ja/help_ja.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@[toc](Catalog)
@[toc](目次)

Markdown Guide
Markdown 文法ガイド
===
> Detailed: [http://commonmark.org/help/](http://commonmark.org/help/)

Expand All @@ -9,10 +9,10 @@ Markdown Guide
**太字**
__太字__
```
## *イタリック*
## *斜体*
```
*イタリック*
_イタリック_
*斜体*
_斜体_
```
## 見出し
```
Expand All @@ -33,7 +33,7 @@ h2
---
```
****
## ^上付き^文字 & ~添~文
## ^上付き^文字 & ~下付き~文字
```
super x^2^
sub H~2~0
Expand All @@ -43,7 +43,7 @@ sub H~2~0
++underline++
~~strikethrough~~
```
## ==マーク==
## ==蛍光ペン==
```
==mark==
```
Expand All @@ -58,13 +58,13 @@ sub H~2~0

## リスト
```
ol
番号付きリスト
1.
2.
3.
...

ul
箇条書きリスト
-
-
...
Expand Down Expand Up @@ -115,6 +115,7 @@ int main()
| :-- | :--: | ----: |
| left | center | right |
| ---------------------- | ------------- | ----------------- |

## 脚注
```
hello[^hello]
Expand All @@ -125,7 +126,7 @@ Look at the bottom[^hello]
[^hello]: footnote

## 絵文字
Detailed: [https://www.webpagefx.com/tools/emoji-cheat-sheet/](https://www.webpagefx.com/tools/emoji-cheat-sheet/)
> Detailed: [https://www.webpagefx.com/tools/emoji-cheat-sheet/](https://www.webpagefx.com/tools/emoji-cheat-sheet/)
```
:laughing:
:blush:
Expand All @@ -135,12 +136,12 @@ Detailed: [https://www.webpagefx.com/tools/emoji-cheat-sheet/](https://www.webpa
```
:laughing::blush::smiley::)

## $\KaTeX$ Mathematics
## $\KaTeX$ 数式
> Detailed: [KaTeXマニュアル](http://www.intmath.com/cg5/katex-mathjax-comparison.php)、[KaTeX function](https://github.com/Khan/KaTeX/wiki/Function-Support-in-KaTeX)、[LaTeXマニュアル](https://math.meta.stackexchange.com/questions/5020/mathjax-basic-tutorial-and-quick-reference)

We can render formulas for example:$x_i + y_i = z_i$ and $\sum_{i=1}^n a_i=0$
We can render formulas for example:$x_i + y_i = z_i$ and $\sum_{i=1}^n a_i=0$
We can also single-line rendering
$$\sum_{i=1}^n a_i=0$$
Detailed: [katex](http://www.intmath.com/cg5/katex-mathjax-comparison.php)和[katex function](https://github.com/Khan/KaTeX/wiki/Function-Support-in-KaTeX)以及[latex](https://math.meta.stackexchange.com/questions/5020/mathjax-basic-tutorial-and-quick-reference)

## レイアウト

Expand All @@ -162,7 +163,7 @@ Detailed: [katex](http://www.intmath.com/cg5/katex-mathjax-comparison.php)和[ka
`:::`
:::

## deflist
## 定義リスト

Term 1

Expand Down
48 changes: 24 additions & 24 deletions src/lib/lang/ja/words_ja.json
Original file line number Diff line number Diff line change
@@ -1,54 +1,54 @@
{
"start_editor": "編集を始てね!",
"start_editor": "編集を始めてね!",
"navigation_title": "ナビゲーション",
"tl_bold": "太字",
"tl_italic": "イタリック",
"tl_italic": "斜体",
"tl_header": "見出し",
"tl_header_one": "見出し1",
"tl_header_two": "見出し2",
"tl_header_three": "見出し3",
"tl_header_four": "見出し4",
"tl_header_five": "見出し5",
"tl_header_six": "見出 6",
"tl_header_six": "見出し6",
"tl_underline": "下線",
"tl_strikethrough": "取り消し線",
"tl_mark": "マーク",
"tl_mark": "蛍光ペン",
"tl_superscript": "上付き文字",
"tl_subscript": "添字",
"tl_subscript": "下付き文字",
"tl_quote": "引用",
"tl_ol": "Ol",
"tl_ul": "Ul",
"tl_ol": "番号付きリスト",
"tl_ul": "箇条書きリスト",
"tl_link": "ハイパーリンク",
"tl_image": "画像のリンク",
"tl_code": "コード",
"tl_table": "テーブル",
"tl_code": "コードの挿入",
"tl_table": "表の挿入",
"tl_undo": "戻る",
"tl_redo": "進む",
"tl_trash": "消去",
"tl_trash": "削除",
"tl_save": "保存",
"tl_navigation_on": "ナビゲーションオン",
"tl_navigation_off": "ナビゲーションオフ",
"tl_navigation_on": "ナビゲーションを表示",
"tl_navigation_off": "ナビゲーションを非表示",
"tl_preview": "プレビュー",
"tl_aligncenter": "真ん中のテキスト",
"tl_alignleft": "テキストを左に固定",
"tl_alignright": "テキストを右に固定",
"tl_aligncenter": "中央揃え",
"tl_alignleft": "左揃え",
"tl_alignright": "右揃え",
"tl_edit": "編集",
"tl_single_column": "一列",
"tl_double_column": "二列",
"tl_fullscreen_on": "フルスクリーンオン",
"tl_fullscreen_off": "フルスクリーンオフ",
"tl_fullscreen_on": "全画面表示",
"tl_fullscreen_off": "全画面表示の終了",
"tl_read": "モデルの読み込み",
"tl_html_on": "HTML ON",
"tl_html_off": "HTML OFF",
"tl_html_on": "HTMLで表示",
"tl_html_off": "HTML表示の終了",
"tl_help": "ヘルプ",
"tl_upload": "画像をアップロード",
"tl_upload_remove": "削除",
"tl_upload_remove": "画像の削除",
"tl_popup_link_title": "リンクの追加",
"tl_popup_link_text": "テキストのリンク",
"tl_popup_link_addr": "アドレスのリンク",
"tl_popup_link_text": "リンクテキスト",
"tl_popup_link_addr": "リンク先のURL",
"tl_popup_img_link_title": "画像の追加",
"tl_popup_img_link_text": "画像の名前",
"tl_popup_img_link_addr": "画像のアドレス",
"tl_popup_img_link_text": "画像タイトル",
"tl_popup_img_link_addr": "画像URL",
"tl_popup_link_sure": "OK",
"tl_popup_link_cancel": "戻る"
}