feat: update locale (ja) (#4071)
This commit is contained in:
parent
d6a02636cd
commit
1f2029f527
@ -34,7 +34,9 @@ const ja = {
|
|||||||
collection: {
|
collection: {
|
||||||
sidebar: {
|
sidebar: {
|
||||||
collections: 'コレクション',
|
collections: 'コレクション',
|
||||||
|
allCollections: 'すべてのコレクション',
|
||||||
searchAll: '検索',
|
searchAll: '検索',
|
||||||
|
searchIn: '検索対象',
|
||||||
},
|
},
|
||||||
collectionTop: {
|
collectionTop: {
|
||||||
sortBy: 'ソート',
|
sortBy: 'ソート',
|
||||||
@ -42,6 +44,9 @@ const ja = {
|
|||||||
newButton: '%{collectionLabel}を作成',
|
newButton: '%{collectionLabel}を作成',
|
||||||
ascending: '昇順',
|
ascending: '昇順',
|
||||||
descending: '降順',
|
descending: '降順',
|
||||||
|
searchResults: '「%{searchTerm}」の検索結果',
|
||||||
|
searchResultsInCollection: '%{collection}内の「%{searchTerm}」の検索結果',
|
||||||
|
filterBy: '絞り込み',
|
||||||
},
|
},
|
||||||
entries: {
|
entries: {
|
||||||
loadingEntries: 'エントリを読み込み中',
|
loadingEntries: 'エントリを読み込み中',
|
||||||
@ -76,6 +81,8 @@ const ja = {
|
|||||||
rangeCountExact: '%{fieldLabel}はちょうど%{count}個選択してください。',
|
rangeCountExact: '%{fieldLabel}はちょうど%{count}個選択してください。',
|
||||||
minCount: '%{fieldLabel}は%{minCount}個以上選択してください。',
|
minCount: '%{fieldLabel}は%{minCount}個以上選択してください。',
|
||||||
maxCount: '%{fieldLabel}は%{maxCount}個以下選択してください。',
|
maxCount: '%{fieldLabel}は%{maxCount}個以下選択してください。',
|
||||||
|
invalidPath: `'%{path}'は有効なパスではありません。`,
|
||||||
|
pathExists: `'%{path}'というパスはすでに存在しています。`,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
editor: {
|
editor: {
|
||||||
@ -210,7 +217,7 @@ const ja = {
|
|||||||
onFailToPersist: 'エントリの保存に失敗しました。%{details}',
|
onFailToPersist: 'エントリの保存に失敗しました。%{details}',
|
||||||
onFailToDelete: 'エントリの削除に失敗しました。%{details}',
|
onFailToDelete: 'エントリの削除に失敗しました。%{details}',
|
||||||
onFailToUpdateStatus: 'エントリのステータス更新に失敗しました。%{details}',
|
onFailToUpdateStatus: 'エントリのステータス更新に失敗しました。%{details}',
|
||||||
missingRequiredField: '全ての必須項目を入力してください。',
|
missingRequiredField: 'すべての必須項目を入力してください。',
|
||||||
entrySaved: '保存しました。',
|
entrySaved: '保存しました。',
|
||||||
entryPublished: '公開しました。',
|
entryPublished: '公開しました。',
|
||||||
entryUnpublished: '未公開にしました。',
|
entryUnpublished: '未公開にしました。',
|
||||||
@ -219,6 +226,8 @@ const ja = {
|
|||||||
entryUpdated: 'エントリのステータスを更新しました。',
|
entryUpdated: 'エントリのステータスを更新しました。',
|
||||||
onDeleteUnpublishedChanges: '未公開の変更を削除しました。',
|
onDeleteUnpublishedChanges: '未公開の変更を削除しました。',
|
||||||
onFailToAuth: '%{details}',
|
onFailToAuth: '%{details}',
|
||||||
|
onLoggedOut: 'ログアウトされています。データをバックアップし、再度ログインしてください。',
|
||||||
|
onBackendDown: 'バックエンドのシステムが停止しています。%{details}',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
workflow: {
|
workflow: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user