Skip to content

Commit

Permalink
feat(locale): add ja locale
Browse files Browse the repository at this point in the history
  • Loading branch information
yutak23 authored and dziraf committed Sep 20, 2023
1 parent a7923c9 commit 96f6b07
Show file tree
Hide file tree
Showing 10 changed files with 136 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/locale/de/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"en": "Englisch",
"es": "Spanisch",
"it": "Italienisch",
"ja": "Japanisch",
"pl": "Polnisch",
"pt-BR": "Portugiesisch (Brasilien)",
"ua": "Ukrainisch",
Expand Down
1 change: 1 addition & 0 deletions src/locale/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"en": "English",
"es": "Spanish",
"it": "Italian",
"ja": "Japanese",
"pl": "Polish",
"pt-BR": "Portuguese (Brazil)",
"ua": "Ukrainian",
Expand Down
1 change: 1 addition & 0 deletions src/locale/es/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"en": "Inglés",
"es": "Español",
"it": "Italiano",
"ja": "Japonés",
"pl": "Polaco",
"pt-BR": "Portugués (Brasil)",
"ua": "Ucranio",
Expand Down
2 changes: 2 additions & 0 deletions src/locale/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import deLocale from './de/translation.json' assert { type: 'json' }
import enLocale from './en/translation.json' assert { type: 'json' }
import esLocale from './es/translation.json' assert { type: 'json' }
import itLocale from './it/translation.json' assert { type: 'json' }
import jaLocale from './ja/translation.json' assert { type: 'json' }
import plLocale from './pl/translation.json' assert { type: 'json' }
import ptBrLocale from './pt-BR/translation.json' assert { type: 'json' }
import uaLocale from './ua/translation.json' assert { type: 'json' }
Expand All @@ -17,6 +18,7 @@ export const locales: Record<string, LocaleTranslations> = {
en: enLocale,
es: esLocale,
it: itLocale,
ja: jaLocale,
pl: plLocale,
'pt-BR': ptBrLocale,
ua: uaLocale,
Expand Down
1 change: 1 addition & 0 deletions src/locale/it/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"en": "Inglese",
"es": "spagnolo",
"it": "Italiano",
"ja": "Giapponese",
"pl": "Polacco",
"pt-BR": "Portoghese (Brasile)",
"ua": "ucraino",
Expand Down
126 changes: 126 additions & 0 deletions src/locale/ja/translation.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,126 @@
{
"actions": {
"new": "新規作成",
"edit": "編集",
"show": "表示",
"delete": "削除",
"bulkDelete": "すべて削除",
"list": "一覧"
},
"buttons": {
"save": "保存",
"addNewItem": "新しいアイテムを追加",
"filter": "フィルタ",
"applyChanges": "変更を適用",
"resetFilter": "リセット",
"confirmRemovalMany": "{{count}} 件のレコードを削除しますか",
"confirmRemovalMany_plural": "{{count}} 件のレコードを削除しますか",
"logout": "ログアウト",
"login": "ログイン",
"seeTheDocumentation": "参照: <1>ドキュメンテーション</1>",
"createFirstRecord": "最初のレコードを作成",
"cancel": "キャンセル",
"confirm": "確認"
},
"components": {
"DropZone": {
"placeholder": "ファイルをここにドロップするか、クリックしてブラウズ",
"acceptedSize": "最大サイズ: {{maxSize}}",
"acceptedType": "サポート: {{mimeTypes}}",
"unsupportedSize": "ファイル {{fileName}} は大きすぎます",
"unsupportedType": "ファイル {{fileName}} の種類はサポートされていません: {{fileType}}"
},
"LanguageSelector": {
"availableLanguages": {
"de": "ドイツ語",
"en": "英語",
"es": "スペイン語",
"it": "イタリア語",
"ja": "日本語",
"pl": "ポーランド語",
"pt-BR": "ポルトガル語(ブラジル)",
"ua": "ウクライナ語",
"zh-CN": "中国語"
}
},
"Login": {
"welcomeHeader": "ようこそ",
"welcomeMessage": "AdminJSへようこそ。これは、Node.jsアプリケーションのための世界トップクラスのオープンソースの自動生成管理パネルで、すべてのデータを1つの場所で管理できます。",
"properties": {
"email": "メールアドレス",
"password": "パスワード"
},
"loginButton": "ログイン"
}
},
"labels": {
"navigation": "ナビゲーション",
"pages": "ページ",
"selectedRecords": "選択済み({{selected}})",
"filters": "フィルタ",
"adminVersion": "管理者: {{version}}",
"appVersion": "アプリ: {{version}}",
"dashboard": "ダッシュボード"
},
"properties": {
"length": "長さ",
"from": "から",
"to": "まで"
},
"resources": {},
"messages": {
"successfullyBulkDeleted": "{{count}} 件のレコードを正常に削除しました",
"successfullyBulkDeleted_plural": "{{count}} 件のレコードを正常に削除しました",
"successfullyDeleted": "指定されたレコードを正常に削除しました",
"successfullyUpdated": "指定されたレコードを正常に更新しました",
"thereWereValidationErrors": "検証エラーがあります - 以下を確認してください",
"forbiddenError": "{{actionName}} アクションを {{resourceId}} で実行することはできません",
"anyForbiddenError": "指定されたアクションは実行できません",
"successfullyCreated": "新しいレコードを正常に作成しました",
"bulkDeleteError": "レコードの削除中にエラーが発生しました。詳細についてはコンソールを確認してください",
"errorFetchingRecords": "レコードの取得中にエラーが発生しました。詳細についてはコンソールを確認してください",
"errorFetchingRecord": "レコードの取得中にエラーが発生しました。詳細についてはコンソールを確認してください",
"noRecordsSelected": "レコードが選択されていません",
"theseRecordsWillBeRemoved": "以下のレコードが削除されます",
"theseRecordsWillBeRemoved_plural": "以下のレコードが削除されます",
"pickSomeFirstToRemove": "レコードを削除するには、まずそれらを選択する必要があります",
"error404Resource": "指定されたIDのリソースは見つかりません: {{resourceId}}",
"error404Action": "指定されたIDのリソースには {{actionName}} という名前のアクションが存在しないか、使用する権限がありません!",
"error404Record": "指定されたIDのリソースには {{recordId}} というIDのレコードが存在しないか、使用する権限がありません!",
"seeConsoleForMore": "詳細情報は開発コンソールを参照してください...",
"noActionComponent": "アクションに対するアクションコンポーネントを実装する必要があります",
"noRecordsInResource": "このリソースにはレコードがありません",
"noRecords": "レコードがありません",
"confirmDelete": "本当にこのアイテムを削除しますか?",
"welcomeOnBoard_title": "ようこそ!",
"welcomeOnBoard_subtitle": "これで私たちの一員です!始めるためのいくつかのヒントを用意しました:",
"addingResources_title": "リソースの追加",
"addingResources_subtitle": "サイドバーに新しいリソースを追加する方法",
"customizeResources_title": "リソースのカスタマイズ",
"customizeResources_subtitle": "動作の定義、プロパティの追加など...",
"customizeActions_title": "アクションのカスタマイズ",
"customizeActions_subtitle": "既存のアクションの変更と新規追加",
"writeOwnComponents_title": "コンポーネントの作成",
"writeOwnComponents_subtitle": "AdminJSの外観と操作性を変更する方法",
"customDashboard_title": "カスタムダッシュボード",
"customDashboard_subtitle": "このビューの変更とサイドバーに新しいページを追加する方法",
"roleBasedAccess_title": "ロールベースのアクセス制御",
"roleBasedAccess_subtitle": "AdminJSでユーザーロールとアクセス権を作成する方法",
"community_title": "Slackコミュニティに参加",
"community_subtitle": "AdminJSのクリエーターおよび他のAdminJSユーザーとの会話",
"foundBug_title": "バグを見つけましたか?改善が必要ですか?",
"foundBug_subtitle": "GitHubリポジトリで問題を提起してください",
"needMoreSolutions_title": "より高度なソリューションが必要ですか?",
"needMoreSolutions_subtitle": "美しいUX/UIデザインと、AdminJSをベースにした(だけでない)ソフトウェアを提供します",
"invalidCredentials": "間違ったメールアドレスと/またはパスワード",
"keyPlaceholder": "キー",
"valuePlaceholder": "",
"initialKey": "キー-{{number}}",
"keyInUse": "オブジェクトキーは一意でなければなりません",
"keyValuePropertyDefaultDescription": "すべての値はテキストとして保存されます。キーは一意でなければならず、重複するキーは保存されません。",
"pageNotFound_title": "ページが見つかりません",
"pageNotFound_subtitle": "ページ <strong>\"{{pageName}}\"</strong> は存在しません",
"componentNotFound_title": "指定されたコンポーネントがありません",
"componentNotFound_subtitle": "この要素をレンダリングするコンポーネントを指定する必要があります"
}
}
1 change: 1 addition & 0 deletions src/locale/pl/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"en": "Angielski",
"es": "Hiszpański",
"it": "Włoski",
"ja": "Japoński",
"pl": "Polski",
"pt-BR": "Portugalski (Brazylia)",
"ua": "Ukraiński",
Expand Down
1 change: 1 addition & 0 deletions src/locale/pt-BR/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"en": "Inglês",
"es": "Espanhol",
"it": "Italiano",
"ja": "Japonês",
"pl": "Polonês",
"pt-BR": "Português (Brasil)",
"ua": "Ucraniano",
Expand Down
1 change: 1 addition & 0 deletions src/locale/ua/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"en": "англійська",
"es": "Іспанська",
"it": "італійська",
"ja": "японський",
"pl": "польський",
"pt-BR": "португальська (Бразилія)",
"ua": "українська",
Expand Down
1 change: 1 addition & 0 deletions src/locale/zh-CN/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"en": "英语",
"es": "西班牙语",
"it": "意大利语",
"ja": "日语",
"pl": "抛光",
"pt-BR": "葡萄牙语(巴西)",
"ua": "乌克兰",
Expand Down

0 comments on commit 96f6b07

Please sign in to comment.