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
49
web/metronic/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.ja-JP.js
vendored
Normal file
49
web/metronic/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.ja-JP.js
vendored
Normal file
|
@ -0,0 +1,49 @@
|
|||
/**
|
||||
* Japanese translation for bootstrap-wysihtml5
|
||||
*/
|
||||
(function($){
|
||||
$.fn.wysihtml5.locale["ja-JP"] = {
|
||||
font_styles: {
|
||||
normal: "通常の文字",
|
||||
h1: "見出し1",
|
||||
h2: "見出し2",
|
||||
h3: "見出し3"
|
||||
},
|
||||
emphasis: {
|
||||
bold: "太字",
|
||||
italic: "斜体",
|
||||
underline: "下線"
|
||||
},
|
||||
lists: {
|
||||
unordered: "点字リスト",
|
||||
ordered: "数字リスト",
|
||||
outdent: "左寄せ",
|
||||
indent: "右寄せ"
|
||||
},
|
||||
link: {
|
||||
insert: "リンクの挿入",
|
||||
cancel: "キャンセル"
|
||||
},
|
||||
image: {
|
||||
insert: "画像の挿入",
|
||||
cancel: "キャンセル"
|
||||
},
|
||||
html: {
|
||||
edit: "HTMLを編集"
|
||||
},
|
||||
colours: {
|
||||
black: "黒色",
|
||||
silver: "シルバー",
|
||||
gray: "グレー",
|
||||
maroon: "栗色",
|
||||
red: "赤色",
|
||||
purple: "紫色",
|
||||
green: "緑色",
|
||||
olive: "オリーブ",
|
||||
navy: "ネイビー",
|
||||
blue: "青色",
|
||||
orange: "オレンジ"
|
||||
}
|
||||
|
||||
};
|
||||
}(jQuery));
|
Loading…
Add table
Add a link
Reference in a new issue