Skip to content

Commit

Permalink
Merge pull request #233 from reindex-ot/master
Browse files Browse the repository at this point in the history
Fix Japanese Typo
  • Loading branch information
DerGoogler authored Sep 2, 2024
2 parents c7b71e4 + 3598811 commit fa31c10
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions src/locales/ja.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,18 @@ export const ja = {
installed: "インストール済み",
remove: "削除",
restore: "復元",
module_enabled_LOG: "{name} は有効化されています",
module_disabled_LOG: "{name} は無効化されています",
module_enabled_LOG: "{name} は有効化されています",
module_disabled_LOG: "{name} は無効化されています",
add: "追加",
cancel: "キャンセル",
confirm_repo_delete: "{name} のリポジトリを削除してもよろしいですか?",
submit_module: "モジュールを送信",
donate: "寄付",
support: "サポート",
website: "Web サイト",
no_root: "ルート権限なし",
no_root: "root 権限なし",
failed: "失敗",
no_root_message: "少なくとも 1 個のルートマネージャーがあることを確認してください。そうでない場合、MMRL は使用できません。",
no_root_message: "少なくとも 1 個の root マネージャーがあることを確認してください。そうでない場合、MMRL は使用できません。",
open_magisk: "Magisk を開く",
development: "開発",
enabled: "有効化",
Expand All @@ -55,15 +55,15 @@ export const ja = {
explore_repositories: "リポジトリを探す",
overview: "概要",
about_this_module: "このモジュールについて",
about: "アプリについて",
about: "情報",
updated_on: "更新日",
requirements: "要件",
access: "アクセス",
minimum: "最小",
recommended: "おすすめ",
source: "ソース",
require_sdk: "モジュールには {sdk} が必要です",
unsupported: "非サポート",
require_sdk: "モジュールには {sdk} が必要です",
unsupported: "非対応",
images: "画像",
unset: "設定を解除",
yes: "はい",
Expand Down Expand Up @@ -93,15 +93,15 @@ export const ja = {
// no translate
modfs: "ModFS",
enable_install: "インストールを有効化",
enable_install_subtitle: "バージョン 1.8.5 以降では MMRL Install Tools が必要です",
enable_install_subtitle: "バージョン 1.8.5 以降では MMRL Install Tools が必要です",
scroll_to_bottom: "下までスクロール",
scroll_to_bottom_subtitle: "ターミナル内で自動的に下までスクロールする",
scroll_to_bottom_subtitle: "ターミナル内で自動的に下までスクロールします。",
scroll_behavior: "スクロールの動作",
terminal: "ターミナル",
eruda_console: "Eruda コンソール",
eruda_console_subtitle: "開発やバグハンティングに役立ちます",
eruda_console_subtitle: "開発やバグハンティングに役立ちます",
share_device_infos: "デバイス情報を共有する",
share_device_infos_subtilte: "デバイスの仕様、構成された ModConf、アプリ情報、インストールされたモジュール",
share_device_infos_subtilte: "デバイスの仕様、構成された ModConf、アプリ情報、インストールされたモジュールを共有します。",
storage: "ストレージ",
clear_repos: "リポジトリを消去",
patch_settings: "パッチの設定",
Expand Down Expand Up @@ -132,13 +132,13 @@ export const ja = {
reboot_device_desc: "デバイスを再起動してもよろしいですか?",
word_wrap_title: "文章の折り返し",
numberic_lines_title: "行の番号",
numberic_lines_desc: "インストーラーの各行に番号を追加します",
numberic_lines_desc: "インストーラーの各行に番号を追加します",

privacy_privacy: "プライバシーポリシー",
hoc_with_require_new_version: "この構成には、{versionCode} 以上の MMRL が必要です。 (versionCode){br}最新の {url} を確認してください",
hoc_with_require_new_version: "この構成には、{versionCode} 以上の MMRL が必要です。 (versionCode){br}最新の {url} を確認してください",

print_errors: "プリントエラー",
print_errors_desc: "ターミナルと MMRL Install Tools のエラーをコンソールに出力します",
print_errors_desc: "ターミナルと MMRL Install Tools のエラーをコンソールに出力します",

blacklisted_modules: "ブラックリストされたモジュール",

Expand All @@ -155,5 +155,5 @@ export const ja = {
open_logcat: "Logcat を開く",
try_again: "再試行",

file_downloaded: "ファイルは {path} にダウンロードされました",
file_downloaded: "ファイルは {path} にダウンロードされました",
};

0 comments on commit fa31c10

Please sign in to comment.