Skip to content

Commit

Permalink
feat: update locale (ja) (#5084)
Browse files Browse the repository at this point in the history
  • Loading branch information
trfv authored Mar 9, 2021
1 parent 776e2a2 commit bebf4a8
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions packages/netlify-cms-locales/src/ja/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const ja = {
login: 'ログイン',
loggingIn: 'ログインしています...',
loginWithNetlifyIdentity: 'Netlify Identity でログインする',
loginWithAzure: 'Azure でログインする',
loginWithBitbucket: 'Bitbucket でログインする',
loginWithGitHub: 'GitHub でログインする',
loginWithGitLab: 'GitLab でログインする',
Expand Down Expand Up @@ -47,13 +48,18 @@ const ja = {
searchResults: '「%{searchTerm}」の検索結果',
searchResultsInCollection: '%{collection}内の「%{searchTerm}」の検索結果',
filterBy: '絞り込み',
groupBy: 'グルーピング',
},
entries: {
loadingEntries: 'エントリを読み込み中',
cachingEntries: 'エントリをキャッシュ中',
longerLoading: '少々お待ちください',
noEntries: 'エントリがありません',
},
groups: {
other: 'その他',
negateLabel: '%{label}以外',
},
defaultFields: {
author: {
label: '作成者',
Expand Down Expand Up @@ -84,6 +90,9 @@ const ja = {
invalidPath: `'%{path}'は有効なパスではありません。`,
pathExists: `'%{path}'というパスはすでに存在しています。`,
},
i18n: {
writingInLocale: '言語: %{locale}',
},
},
editor: {
onLeavePage: 'このページから遷移しますか?',
Expand All @@ -103,6 +112,11 @@ const ja = {
loadingEntry: 'エントリの読込中...',
confirmLoadBackup: 'ローカルのバックアップが復旧できました。利用しますか?',
},
editorInterface: {
toggleI18n: '言語を切り替える',
togglePreview: 'プレビュー表示を切り替える',
toggleScrollSync: 'スクロール同期を切り替える',
},
editorToolbar: {
publishing: '公開しています...',
publish: '公開',
Expand Down Expand Up @@ -134,16 +148,32 @@ const ja = {
},
editorWidgets: {
markdown: {
bold: '太字',
italic: '斜体',
code: 'コード',
link: 'リンク',
linkPrompt: 'リンクのURLを入力してください',
headings: '見出し',
quote: '引用',
bulletedList: '箇条書き',
numberedList: '番号付きリスト',
addComponent: 'コンポーネント追加',
richText: 'リッチテキスト',
markdown: 'マークダウン',
},
image: {
choose: '画像を選択',
chooseUrl: 'URLを入力する',
replaceUrl: 'URLを変更する',
promptUrl: '画像のURLを入力してください',
chooseDifferent: '他の画像を選択',
remove: '画像を削除',
},
file: {
choose: 'ファイルを選択',
chooseUrl: 'URLを入力する',
replaceUrl: 'URLを変更する',
promptUrl: 'ファイルのURLを入力してください',
chooseDifferent: '他のファイルを選択',
remove: 'ファイルを削除',
},
Expand All @@ -169,6 +199,11 @@ const ja = {
mediaLibrary: {
mediaLibraryCard: {
draft: '下書き',
copy: 'コピー',
copyUrl: 'URLをコピー',
copyPath: 'パスをコピー',
copyName: '名前をコピー',
copied: 'コピーしました',
},
mediaLibrary: {
onDelete: '選択しているデータを削除しますか?',
Expand Down

0 comments on commit bebf4a8

Please sign in to comment.