Skip to content

Update strings_ja_JP.i18n.json #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 14 additions & 8 deletions assets/i18n/strings_ja_JP.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"patchedSubtitle": "パッチ済みのアプリ",
"changeLaterSubtitle": "この設定は後から変更できます",
"noUpdates": "利用可能な更新はありません",
"WIP": "制作中",
"WIP": "処理中...",
"noInstallations": "パッチ済みのアプリはインストールされていません",
"installUpdate": "更新を適用しますか?",
"updateSheetTitle": "ReVanced Managerを更新",
"updateDialogTitle": "新しいアップデートが利用可能",
"updateDialogTitle": "新しいアップデートが利用可能です",
"updatePatchesSheetTitle": "ReVancedパッチを更新",
"updateChangelogTitle": "変更履歴",
"updateDialogText": "${file} の更新が利用可能です。\n現在のバージョン: ${version} ",
Expand All @@ -59,8 +59,8 @@
"latestCommitCard": {
"loadingLabel": "読み込み中...",
"timeagoLabel": "${time} 前",
"patcherLabel": "Patcher: ",
"managerLabel": "Manager: ",
"patcherLabel": "パッチャー: ",
"managerLabel": "マネージャー: ",
"updateButton": "アップデートマネージャー"
},
"patcherView": {
Expand Down Expand Up @@ -203,6 +203,12 @@
"showUpdateDialogHint": "新しいアップデートが利用可能な場合にダイアログを表示する",
"universalPatchesLabel": "共通パッチの表示",
"universalPatchesHint": "すべてのアプリと共通パッチを表示します(アプリ一覧の読み込みが遅くなる可能性があります)",
"ripLibsLabel": "未使用のライブラリを削除",
"ripLibsHint": "arm64-v8aアーキテクチャのみをコンパイルします",
"preReleasesLabel": "プレリリースを使用",
"preReleasesHint": "安定版よりプレリリース版が最新の場合、プレリリース版を優先して使用します",
"preReleasesDialogText": "プレリリースはまだ開発途中のバージョンであるため予期しない問題を引き起こす可能性があります。",
"preReleasesDialogText2": "ReVanced Managerの現在のバージョンと互換性がないかもしれません。パッチのエラーが発生する可能性があります。\n\n続行しますか?",
"versionCompatibilityCheckLabel": "バージョンの互換性の確認",
"versionCompatibilityCheckHint": "選択したアプリのバージョンと互換性のないパッチの選択を防止",
"requireSuggestedAppVersionLabel": "推奨バージョンの使用を強制",
Expand Down Expand Up @@ -275,7 +281,7 @@
},
"installErrorDialog": {
"mount_version_mismatch": "バージョンが一致しません",
"mount_no_root": "ルート権限がありません",
"mount_no_root": "Root権限が付与されていません",
"mount_missing_installation": "インストールが見つかりませんでした",
"status_failure_blocked": "インストールはブロックされました",
"install_failed_verification_failure": "検証に失敗しました",
Expand All @@ -284,10 +290,10 @@
"status_failure_conflict": "インストールが競合しています",
"status_failure_storage": "インストールストレージの問題",
"status_failure_incompatible": "インストールは互換性がありません",
"status_failure_timeout": "インストール・タイムアウト",
"status_failure_timeout": "インストールがタイムアウトしました",
"status_unknown": "インストールに失敗しました",
"mount_version_mismatch_description": "インストールされたアプリがパッチを当てたアプリとは異なるバージョンであるため、インストールに失敗しました。\n\nマウントしているアプリのバージョンをインストールし、再度お試しください。",
"mount_no_root_description": "ルートアクセスが許可されていないためインストールに失敗しました。\n\nReVanced Managerへのルートアクセスを許可し、もう一度お試しください。",
"mount_no_root_description": "Root権限が付与されていないためインストールに失敗しました。\n\nReVanced ManagerへのRoot権限を付与し、もう一度お試しください。",
"mount_missing_installation_description": "パッチが適用されていないアプリがマウントされていないためインストールに失敗しました。\n\nマウントする前にパッチが適用されていないアプリをインストールし、もう一度お試しください。",
"status_failure_timeout_description": "インストールに時間がかかりすぎました。\n\nもう一度やり直しますか?",
"status_failure_storage_description": "ストレージが不足しているためインストールに失敗しました。\n\n空き領域を解放して再度お試し下さい。",
Expand All @@ -299,4 +305,4 @@
"install_failed_version_downgrade_description": "インストールに失敗しました。パッチを当てたアプリがインストールされたアプリよりも低いバージョンであるためです。\n\nアプリをアンインストールしてもう一度お試しください。",
"status_unknown_description": "不明な理由によりインストールに失敗しました。もう一度やり直してください。"
}
}
}