Skip to content

Commit

Permalink
chore(locales): multiple updates to the Japanese localization files a…
Browse files Browse the repository at this point in the history
…cross various parts of the application. (RSSNext#2345)

* chore: update ja.json

* chore: update 6 ja.json files

chore: update and bump 6 ja.json files.

* chore: update error/ja.json

fix locale/error/ja.json

* chore: auto-fix linting and formatting issues

* chore: update app/ja.json

* chore: update ja.json

* chore: update ja.json

* chore: update ja.json and tested local.

* chore: update ja.json

update settings/ja.json

* feat(i18n): update Japanese locale files with new error messages and dialog options

* chore(vscode): set default formatter for JSON and JSONC files

* Remove JSON and JSONC formatter settings

so sorry, @hyoban 😢

Perhaps my local settings are in. I have restored it to the original. Thanks for your kindness. 
You have always been a great help.

* chore: auto-fix linting and formatting issues

* chore: update ja.json

sync and update settings/ja.json

* chore: update Japanese translations for clarity and consistency

* chore: update some ja.json

* chore(locales): update Japanese translations with new entry actions and settings

* fix: update Japanese translations for user actions and login prompts

* feat(locales): add Japanese translations for login and registration features

---------

Co-authored-by: dai <[email protected]>
  • Loading branch information
dai and dai authored Dec 27, 2024
1 parent 865b3d4 commit c72c576
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
21 changes: 19 additions & 2 deletions locales/app/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,14 @@
"feed_view_type.pictures": "画像",
"feed_view_type.social_media": "ソーシャルメディア",
"feed_view_type.videos": "動画",
"login.confirm_password.label": "パスワードの確認",
"login.continueWith": "{{provider}} で続ける",
"login.email": "Email",
"login.forget_password.note": "パスワードをお忘れですか?",
"login.password": "パスワード",
"login.signUp": "メールでサインアップ",
"login.submit": "ログイン",
"login.with_email.title": "メールでログイン",
"mark_all_read_button.auto_confirm_info": "{{countdown}} 秒後に自動的に確認されます。",
"mark_all_read_button.confirm": "確認",
"mark_all_read_button.confirm_mark_all": "<which />を既読にしますか?",
Expand Down Expand Up @@ -271,6 +279,7 @@
"notify.update_info": "{{app_name}} は更新可能です!",
"notify.update_info_1": "クリックして再起動",
"notify.update_info_2": "クリックして再読み込み",
"notify.update_info_3": "タッチして再読み込み",
"player.back_10s": "10 秒戻る",
"player.close": "閉じる",
"player.download": "ダウンロード",
Expand All @@ -286,7 +295,14 @@
"player.volume": "音量",
"quick_add.placeholder": "フィードをクイックフォローします、フィードのurlをここに入力してください...",
"quick_add.title": "クイックフォロー",
"resize.tooltip.double_click_to_collapse": "<b>ダブルクリックk</b> でたたみます",
"register.confirm_password": "パスワードを確認する",
"register.email": "Email",
"register.label": "{{app_name}} アカウントを作成する",
"register.login": "ログイン",
"register.note": "既にアカウントをお持ちですか? <LoginLink />",
"register.password": "パスワード",
"register.submit": "作成",
"resize.tooltip.double_click_to_collapse": "<b>ダブルクリック</b> してたたみます",
"resize.tooltip.drag_to_resize": "<b>ドラッグ</b> してリサイズできます",
"search.empty.no_results": "結果が見つかりませんでした。",
"search.group.entries": "エントリー",
Expand Down Expand Up @@ -392,6 +408,7 @@
"words.browser": "ブラウザー",
"words.confirm": "確認",
"words.discover": "発見",
"words.email": "Email",
"words.feeds": "フィード",
"words.import": "インポート",
"words.inbox": "受信トレイ",
Expand All @@ -408,7 +425,7 @@
"words.rss3": "RSS3",
"words.rsshub": "RSSHub",
"words.search": "検索",
"words.show_more": "Show more",
"words.show_more": "さらに表示",
"words.starred": "スター付き",
"words.title": "タイトル",
"words.transform": "カスタマイズ",
Expand Down
3 changes: 2 additions & 1 deletion locales/external/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,6 @@
"register.login": "ログイン",
"register.note": "アカウントを既にお持ちですか? <LoginLink />",
"register.password": "パスワード",
"register.submit": "アカウントを作成"
"register.submit": "アカウントを作成",
"words.email": "Email"
}
3 changes: 2 additions & 1 deletion locales/settings/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"about.changelog": "変更履歴",
"about.feedbackInfo": "{{appName}} ({{commitSha}}) は開発の初期段階にあります。フィードバックや提案があれば、気軽に <OpenIssueLink>GitHub で課題を報告してください</OpenIssueLink> <ExternalLinkIcon />。",
"about.iconLibrary": "使用されているアイコンライブラリは <IconLibraryLink /> <ExternalLinkIcon /> によって著作権が保護されており、再配布できません。",
"about.licenseInfo": "Copyright © 2024 {{appName}}. All rights reserved.",
"about.sidebar_title": "about",
"about.socialMedia": "ソーシャルメディア",
"actions.actionName": "アクション {{number}}",
Expand Down Expand Up @@ -256,7 +257,7 @@
"lists.submit": "送信",
"lists.subscriptions": "購読者",
"lists.title": "タイトル",
"lists.view": "画像",
"lists.view": "表示",
"profile.avatar.label": "アバター",
"profile.change_password.label": "パスワードを変更",
"profile.confirm_password.label": "パスワードの確認",
Expand Down

0 comments on commit c72c576

Please sign in to comment.