mirror of
https://github.com/janickiy/yii2-nomer
synced 2025-03-09 15:39:59 +00:00
add files to project
This commit is contained in:
commit
5cac498444
3729 changed files with 836998 additions and 0 deletions
29
web/metronic/global/plugins/bootstrap-markdown/locale/bootstrap-markdown.ja.js
vendored
Normal file
29
web/metronic/global/plugins/bootstrap-markdown/locale/bootstrap-markdown.ja.js
vendored
Normal file
|
@ -0,0 +1,29 @@
|
|||
/**
|
||||
* Japanese translation for bootstrap-markdown
|
||||
* Kenta Murakami <kntmrkm@gmail.com>
|
||||
*/
|
||||
(function ($) {
|
||||
$.fn.markdown.messages['ja'] = {
|
||||
'Bold': "太字",
|
||||
'Italic': "斜体",
|
||||
'Heading': "見出し",
|
||||
'URL/Link': "リンク",
|
||||
'Image': "画像",
|
||||
'Unordered List': "リスト",
|
||||
'Ordered List': "数字リスト",
|
||||
'Code': "コード",
|
||||
'Quote': "引用",
|
||||
'Preview': "プレビュー",
|
||||
'strong text': "太字",
|
||||
'emphasized text': "強調",
|
||||
'heading text': "見出し",
|
||||
'enter link description here': "リンク説明",
|
||||
'Insert Hyperlink': "リンク挿入",
|
||||
'enter image description here': "画像説明",
|
||||
'Insert Image Hyperlink': "画像挿入",
|
||||
'enter image title here': "画像タイトル",
|
||||
'list text here': "リスト挿入",
|
||||
'code text here': "コード",
|
||||
'quote here': "引用挿入"
|
||||
};
|
||||
}(jQuery));
|
Loading…
Add table
Add a link
Reference in a new issue