Skip to content
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
204 changes: 204 additions & 0 deletions src/lib/lang/ja/help_ja.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,204 @@
@[toc](Catalog)

Markdown Guide
===
> Detailed: [http://commonmark.org/help/](http://commonmark.org/help/)

## **太字**
```
**太字**
__太字__
```
## *イタリック*
```
*イタリック*
_イタリック_
```
## 見出し
```
# h1 #
h1
====
## h2 ##
h2
----
### h3 ###
#### h4 ####
##### h5 #####
###### h6 ######
```
## 横線
```
***
---
```
****
## ^上付き^文字 & ~添~文
```
super x^2^
sub H~2~0
```
## ++下線++ & ~~取り消し線~~
```
++underline++
~~strikethrough~~
```
## ==マーク==
```
==mark==
```
## 引用

```
> quote 1
>> quote 2
>>> quote 3
...
```

## リスト
```
ol
1.
2.
3.
...

ul
-
-
...
```

## Todoリスト

- [x] task 1
- [ ] task 2

```
- [x] task 1
- [ ] task 2
```

## リンク
```
Text Link
[Text](www.baidu.com)

Image Link
![Text](http://www.image.com)
```
## コード
\``` type

code block

\```

\` code \`

```c++
int main()
{
printf("hello world!");
}
```
`code`

## 表
```
| th1 | th2 | th3 |
| :-- | :--: | ----: |
| left | center | right |
```
| th1 | th2 | th3 |
| :-- | :--: | ----: |
| left | center | right |
| ---------------------- | ------------- | ----------------- |
## 脚注
```
hello[^hello]
```

Look at the bottom[^hello]

[^hello]: footnote

## 絵文字
Detailed: [https://www.webpagefx.com/tools/emoji-cheat-sheet/](https://www.webpagefx.com/tools/emoji-cheat-sheet/)
```
:laughing:
:blush:
:smiley:
:)
...
```
:laughing::blush::smiley::)

## $\KaTeX$ Mathematics

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)

## レイアウト

::: hljs-left
`::: hljs-left`
`left`
`:::`
:::

::: hljs-center
`::: hljs-center`
`center`
`:::`
:::

::: hljs-right
`::: hljs-right`
`right`
`:::`
:::

## deflist

Term 1

: Definition 1

Term 2 with *inline markup*

: Definition 2

{ some code, part of Definition 2 }

Third paragraph of definition 2.

```
Term 1

: Definition 1

Term 2 with *inline markup*

: Definition 2

{ some code, part of Definition 2 }

Third paragraph of definition 2.

```

## abbr
*[HTML]: Hyper Text Markup Language
*[W3C]: World Wide Web Consortium
The HTML specification
is maintained by the W3C.
```
*[HTML]: Hyper Text Markup Language
*[W3C]: World Wide Web Consortium
The HTML specification
is maintained by the W3C.
```
54 changes: 54 additions & 0 deletions src/lib/lang/ja/words_ja.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"start_editor": "編集を始てね!",
"navigation_title": "ナビゲーション",
"tl_bold": "太字",
"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_underline": "下線",
"tl_strikethrough": "取り消し線",
"tl_mark": "マーク",
"tl_superscript": "上付き文字",
"tl_subscript": "添字",
"tl_quote": "引用",
"tl_ol": "Ol",
"tl_ul": "Ul",
"tl_link": "ハイパーリンク",
"tl_image": "画像のリンク",
"tl_code": "コード",
"tl_table": "テーブル",
"tl_undo": "戻る",
"tl_redo": "進む",
"tl_trash": "消去",
"tl_save": "保存",
"tl_navigation_on": "ナビゲーションオン",
"tl_navigation_off": "ナビゲーションオフ",
"tl_preview": "プレビュー",
"tl_aligncenter": "真ん中のテキスト",
"tl_alignleft": "テキストを左に固定",
"tl_alignright": "テキストを右に固定",
"tl_edit": "編集",
"tl_single_column": "一列",
"tl_double_column": "二列",
"tl_fullscreen_on": "フルスクリーンオン",
"tl_fullscreen_off": "フルスクリーンオフ",
"tl_read": "モデルの読み込み",
"tl_html_on": "HTML ON",
"tl_html_off": "HTML OFF",
"tl_help": "ヘルプ",
"tl_upload": "画像をアップロード",
"tl_upload_remove": "削除",
"tl_popup_link_title": "リンクの追加",
"tl_popup_link_text": "テキストのリンク",
"tl_popup_link_addr": "アドレスのリンク",
"tl_popup_img_link_title": "画像の追加",
"tl_popup_img_link_text": "画像の名前",
"tl_popup_img_link_addr": "画像のアドレス",
"tl_popup_link_sure": "OK",
"tl_popup_link_cancel": "戻る"
}