Mercurial Hosting > sceditor
comparison src/languages/ja.js @ 0:4c4fc447baea
start with sceditor-3.1.1
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 04 Aug 2022 15:21:29 -0600 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4c4fc447baea |
---|---|
1 /** | |
2 * @author <Yoshihiro Misawa> <myoshi321go@gmail.com> | |
3 * @license [MIT](http://www.opensource.org/licenses/mit-license.php) | |
4 */ | |
5 (function () { | |
6 'use strict'; | |
7 | |
8 sceditor.locale['ja'] = { | |
9 'Bold': '太字', | |
10 'Italic': '斜字', | |
11 'Underline': '下線', | |
12 'Strikethrough': '取り消し線', | |
13 'Subscript': '下付き文字', | |
14 'Superscript': '上付き文字', | |
15 'Align left': '左揃え', | |
16 'Center': '中央揃え', | |
17 'Align right': '右揃え', | |
18 'Justify': '均等揃え', | |
19 'Font Name': 'フォント名', | |
20 'Font Size': 'フォントサイズ', | |
21 'Font Color': 'フォントの色', | |
22 'Remove Formatting': '書式解除', | |
23 'Cut': '切り取り', | |
24 'Your browser does not allow the cut command. Please use the keyboard shortcut Ctrl/Cmd-X': 'お使いのブラウザではカットコマンドを許可されていません。 キーボードショートカットの Ctrl/Cmd-X をお使いください。', | |
25 'Copy': 'コピー', | |
26 'Your browser does not allow the copy command. Please use the keyboard shortcut Ctrl/Cmd-C': 'お使いのブラウザではコピーコマンドを許可されていません。 キーボードショートカットの Ctrl/Cmd-C をお使いください。', | |
27 'Paste': '貼り付け', | |
28 'Your browser does not allow the paste command. Please use the keyboard shortcut Ctrl/Cmd-V': 'お使いのブラウザでは貼り付けコマンドを許可されていません。 キーボードショートカットの Ctrl/Cmd-V をお使いください。', | |
29 'Paste your text inside the following box:': '以下にテキストを貼り付けてください。', | |
30 'Paste Text': 'テキストを貼り付け', | |
31 'Bullet list': '箇条書き', | |
32 'Numbered list': '段落番号', | |
33 'Undo': '元に戻す', | |
34 'Redo': 'やり直す', | |
35 'Rows:': '行数', | |
36 'Cols:': '列数', | |
37 'Insert a table': '表を挿入', | |
38 'Insert a horizontal rule': '水平線を挿入', | |
39 'Code': 'コード', | |
40 'Width (optional):': '幅 (オプション)', | |
41 'Height (optional):': '高さ (オプション)', | |
42 'Insert an image': '画像を挿入', | |
43 'E-mail:': 'メールアドレス', | |
44 'Insert an email': 'メールアドレスを挿入', | |
45 //'URL:': ', | |
46 'Insert a link': 'リンクを挿入', | |
47 'Unlink': 'リンクを解除', | |
48 //'More': ', | |
49 'Insert an emoticon': '顔文字を挿入', | |
50 'Video URL:': '動画URL', | |
51 'Insert': '挿入', | |
52 'Insert a YouTube video': 'Youtubeを挿入', | |
53 'Insert current date': '現在の日付を挿入', | |
54 'Insert current time': '現在の時間を挿入', | |
55 'Print': '印刷', | |
56 'View source': 'ソースを表示', | |
57 'Description (optional):': '説明 (オプション)', | |
58 'Enter the image URL:': '画像URLを入力してください。', | |
59 'Enter the e-mail address:': 'メールアドレスを入力してください。', | |
60 'Enter the displayed text:': '表示テキストを入力してください。', | |
61 'Enter URL:': 'URLを入力してください。', | |
62 'Enter the YouTube video URL or ID:': 'Youtubeの動画URLまたはIDを入力してください。', | |
63 'Insert a Quote': '引用を挿入', | |
64 'Invalid YouTube video': '不正なYoutube動画', | |
65 'Left-to-Right': '左から右へ', | |
66 'Right-to-Left': '右から左へ', | |
67 'Maximize': '最大化', | |
68 | |
69 dateFormat: 'year-month-day' | |
70 }; | |
71 })(); |