Finish Japanese translation
This commit is contained in:
parent
989a6de51a
commit
5508f942d2
@ -1,118 +1,117 @@
|
|||||||
{
|
{
|
||||||
"editor": {
|
"editor": {
|
||||||
"codeblockinsert": "Insert Code Block",
|
"codeblockinsert": "コードブロックを挿入する",
|
||||||
"codeblocklanguage": "Language",
|
"codeblocklanguage": "言語",
|
||||||
"codeblockloading": "Loading code syntax for {{name}}",
|
"codeblockloading": "{{name}}言語の構文を読み込み中",
|
||||||
"codeblockloadingerror": "Error: Unable to load language syntax.",
|
"codeblockloadingerror": "エラー:言語の構文を読み込めません。",
|
||||||
"codeblocksuccess": "Your code block has been inserted.",
|
"codeblocksuccess": "コードブロックが挿入されました。",
|
||||||
"codeblocktitle": "Insert Code Block",
|
"codeblocktitle": "コードブロックを挿入する",
|
||||||
"discard": "Discard",
|
"discard": "キャンセル",
|
||||||
"filedeleteaction": "Delete",
|
"filedeleteaction": "削除",
|
||||||
"filedeleteloading": "Deleting file...",
|
"filedeleteloading": "ファイルを削除中...",
|
||||||
"filedeletedefault": "this file",
|
"filedeletedefault": "このファイル",
|
||||||
"filedeletesuccess": "File deleted successfully.",
|
"filedeletesuccess": "ファイルが削除されました。",
|
||||||
"fileerror": "Unable to fetch updated listing.",
|
"fileerror": "更新されたリスティングを読み込むことはできませんでした。",
|
||||||
"filefolderempty": "This folder is empty.",
|
"filefolderempty": "このフォルダは空いています。",
|
||||||
"fileinsert": "Insert Link to File",
|
"fileinsert": "ファイルのリンクを挿入する",
|
||||||
"fileloading": "Fetching files...",
|
"fileloading": "ファイルを読み込み中...",
|
||||||
"filemoveaction": "Move to...",
|
"filemoveaction": "移動...",
|
||||||
"filemoveerror": "Move error: {{err}}",
|
"filemoveerror": "移動エラー:{{err}}",
|
||||||
"filemoveloading": "Moving file...",
|
"filemoveloading": "ファイルを移動中...",
|
||||||
"filemovesuccess": "File moved successfully.",
|
"filemovesuccess": "ファイルが移動されました。",
|
||||||
"fileprocessing": "Processing...",
|
"fileprocessing": "処理中...",
|
||||||
"filerenameaction": "Rename",
|
"filerenameaction": "名称の変更",
|
||||||
"filesuccess": "File link has been inserted.",
|
"filesuccess": "ファイルリンクが挿入されました。",
|
||||||
"filetitle": "Insert File",
|
"filetitle": "ファイルを挿入する",
|
||||||
"fileupload": "Upload File(s)",
|
"fileupload": "ファイルをアップロードする",
|
||||||
"fileuploaderror": "Upload Error: {{err}}",
|
"fileuploaderror": "アップロードエラー:{{err}}",
|
||||||
"fileuploadsuccess": "File(s) uploaded successfully.",
|
"fileuploadsuccess": "ファイルがアップロードされました。",
|
||||||
"folders": "Folders",
|
"folders": "フォルダ",
|
||||||
"foldersloading": "Fetching folders list...",
|
"foldersloading": "フォルダリストを読み込み中...",
|
||||||
"imagetitle": "Insert Image",
|
"imagetitle": "画像を挿入する",
|
||||||
"imageinsert": "Insert Image",
|
"imageinsert": "画像を挿入する",
|
||||||
"imagesuccess": "Image has been inserted.",
|
"imagesuccess": "画像が挿入されました。",
|
||||||
"imageupload": "Upload Image(s)",
|
"imageupload": "画像をアップロードする",
|
||||||
"imagealignleft": "Left (default)",
|
"imagealignleft": "左(デフォルト)",
|
||||||
"imagealigncenter": "Centered",
|
"imagealigncenter": "中",
|
||||||
"imagealignright": "Right",
|
"imagealignright": "右",
|
||||||
"imagealignlogo": "Page Logo",
|
"imagealignlogo": "ページロゴ",
|
||||||
"newfolder": "New Folder",
|
"newfolder": "新しいフォルダ",
|
||||||
"videoanymp4file": "Any standard MP4 file",
|
"videoanymp4file": "標準MP4ファイル",
|
||||||
"videoinsert": "Insert Video",
|
"videoinsert": "ビデオを挿入する",
|
||||||
"videolinktitle": "Enter the link to the video to be embedded:",
|
"videolinktitle": "埋め込むビデオへのリンクを入力してください:",
|
||||||
"videonotsupported": "This URL is invalid or not supported!",
|
"videonotsupported": "このURLは無効かサポートされていません。",
|
||||||
"videosuccess": "The video code has been inserted.",
|
"videosuccess": "ビデオコードが挿入されました。",
|
||||||
"videosupportedtitle": "The following are supported:",
|
"videosupportedtitle": "以下がサポートされています:",
|
||||||
"videotitle": "Insert Video"
|
"videotitle": "ビデオを挿入する"
|
||||||
},
|
},
|
||||||
"history": {
|
"history": {
|
||||||
"pastversions": "Past Versions",
|
"pastversions": "過去のバージョン",
|
||||||
"timestamp": "Timestamp",
|
"timestamp": "タイムスタンプ",
|
||||||
"author": "Author",
|
"author": "著者",
|
||||||
"commit": "Commit",
|
"commit": "コミット",
|
||||||
"comparewith": "Compare With...",
|
"comparewith": "比べる...",
|
||||||
"view": "View",
|
"view": "見る",
|
||||||
"reverttoversion": "Revert to Version",
|
"reverttoversion": "バージョンに戻す",
|
||||||
"sidebyside": "Side-by-side View"
|
"sidebyside": "サイドバイサイド画面"
|
||||||
},
|
},
|
||||||
"modal": {
|
"modal": {
|
||||||
"abort": "Abort",
|
"abort": "中止する",
|
||||||
"anchorerror": "Clipboard copy failed. Copy the URL manually.",
|
"anchorerror": "クリップボードからのコピーが失敗しました。手動でURLをコピーしてください。",
|
||||||
"anchorsuccess": "The URL has been copied to your clipboard.",
|
"anchorsuccess": "URLがクリップボードにコピーされました。",
|
||||||
"anchortitle": "Copy link to this section",
|
"anchortitle": "このセクションへのリンクをコピーする",
|
||||||
"copyclipboard": "Copy to Clipboard",
|
"copyclipboard": "クリップボードにコピーする",
|
||||||
"create": "Create",
|
"create": "作成",
|
||||||
"createpageinvalid": "This page path is invalid!",
|
"createpageinvalid": "ページパスは無効です。",
|
||||||
"createpagepath": "Enter the new page path:",
|
"createpagepath": "新しいページパスを入力してください:",
|
||||||
"createpagetitle": "Create New Page",
|
"createpagetitle": "新しいページを作成する",
|
||||||
"createuser": "Create User",
|
"createuser": "ユーザーを作成する",
|
||||||
"createuserauthorize": "Authorize User",
|
"createuserauthorize": "ユーザーを承認する",
|
||||||
"createuseremail": "Email address:",
|
"createuseremail": "Eメール:",
|
||||||
"createuseremailplaceholder": "e.g. john.doe@company.com",
|
"createuseremailplaceholder": "例:taro.yamada@company.com",
|
||||||
"createusername": "Full Name:",
|
"createusername": "名前:",
|
||||||
"createusernameplaceholder": "e.g. John Doe",
|
"createusernameplaceholder": "例:山田 太郎",
|
||||||
"createuserpassword": "Password:",
|
"createuserpassword": "パスポート:",
|
||||||
"createuserprovider": "Provider:",
|
"createuserprovider": "プロバイダ:",
|
||||||
"createusertitle": "Create / Authorize User",
|
"createusertitle": "ユーザーを作成・承認する",
|
||||||
"delete": "削除",
|
"delete": "削除",
|
||||||
"deletefiletitle": "を削除する?",
|
"deletefiletitle": "を削除する?",
|
||||||
"deletefilewarn": "本当に削除しますか?",
|
"deletefilewarn": "本当に削除しますか?",
|
||||||
"deletepagewarning": "Are you sure you want to delete this page? This action cannot be undone!",
|
"deletepagewarning": "本当にこのページを削除しますか?この操作は元に戻すことはできません!",
|
||||||
"deletepagetitle": "Delete this page?",
|
"deletepagetitle": "このページを削除しますか?",
|
||||||
"deleteusertitle": "Delete User Account?",
|
"deleteusertitle": "ユーザーアカウントの削除しますか?",
|
||||||
"deleteuserwarning": "Are you sure you want to delete this user account? This action cannot be undone!",
|
"deleteuserwarning": "本当にこのユーザーアカウントを削除しますか?この操作は元に戻すことはできません!",
|
||||||
"discard": "Discard",
|
"discard": "キャンセル",
|
||||||
"discardpagecreate": "Are you sure you want to leave this page and lose anything you wrote so far?",
|
"discardpagecreate": "本当にこのページを離れますか?これまでの書いたものは失われます!",
|
||||||
"discardpageedit": "Are you sure you want to leave this page and lose any modifications?",
|
"discardpageedit": "本当にこのページを離れますか?これまでの変更は失われます!",
|
||||||
"discardpagestay": "Stay on page",
|
"discardpagestay": "ページに留まる",
|
||||||
"discardpagetitle": "Discard?",
|
"discardpagetitle": "キャンセル?",
|
||||||
"move": "Move",
|
"move": "移動する",
|
||||||
"movepageinvalid": "This page path is invalid or not allowed!",
|
"movepageinvalid": "このページパスは無効又は許可されていません。",
|
||||||
"movepagepath": "Enter the new page path:",
|
"movepagepath": "新しいページパスを入力してください:",
|
||||||
"movepageplaceholder": "page-name",
|
"movepageplaceholder": "page-name",
|
||||||
"movepagetitle": "Move Page",
|
"movepagetitle": "ページを移動する",
|
||||||
"movepagewarning": "Note that moving or renaming pages can lead to broken links. Make sure to edit any page that links to this page afterwards!",
|
"movepagewarning": "ページを移動又はページ名を変更する場合、リンクが壊れる可能性があります。その後、このページにリンクしているページは必ず編集してください。",
|
||||||
"newfolderinvalid": "This folder name is invalid!",
|
"newfolderloading": "新しいフォルダを作成中...",
|
||||||
"newfolderloading": "Creating new folder...",
|
"newfoldername": "新しいフォルダ名を入力してください:",
|
||||||
"newfoldername": "Enter the new folder name:",
|
"newfoldernameplaceholder": "folder-name",
|
||||||
"newfoldernameplaceholder": "folder name",
|
"newfoldersuccess": "新しいフォルダ{{name}}が作成されました。",
|
||||||
"newfoldersuccess": "New folder {{name}} created.",
|
"newfoldertitle": "新しいフォルダ",
|
||||||
"newfoldertitle": "New Folder",
|
"renamefile": "ファイル名を変更する",
|
||||||
"renamefile": "Rename",
|
"renamefileerror": "ファイル名の変更エラー:{{err}}",
|
||||||
"renamefileerror": "Rename error: {{err}}",
|
"renamefileinvalid": "ファイル名は無効です",
|
||||||
"renamefileinvalid": "This filename is invalid!",
|
"renamefileloading": "ファイル名を変更中...",
|
||||||
"renamefileloading": "Renaming file...",
|
"renamefilename": "新しいファイル名(拡張子なし)を入力してください:",
|
||||||
"renamefilename": "Enter the new filename (without the extension) of the file:",
|
"renamefilenameplaceholder": "ファイル名",
|
||||||
"renamefilenameplaceholder": "filename",
|
"renamefiletitle": "ファイルの名前を変更する"
|
||||||
"renamefiletitle": "Rename File"
|
|
||||||
},
|
},
|
||||||
"nav": {
|
"nav": {
|
||||||
"home": "ホーム"
|
"home": "ホーム"
|
||||||
},
|
},
|
||||||
"search": {
|
"search": {
|
||||||
"didyoumean": "Did you mean...?",
|
"didyoumean": "もしかして...?",
|
||||||
"nomatch": "No results matching your query",
|
"nomatch": "一致する結果はありません",
|
||||||
"placeholder": "Search...",
|
"placeholder": "検査...",
|
||||||
"results": "Search Results"
|
"results": "検査結果"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user