Skip to content

Commit

Permalink
chore: Update 3 ja.json (RSSNext#2107)
Browse files Browse the repository at this point in the history
* 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

---------

Co-authored-by: dai <[email protected]>
  • Loading branch information
dai and dai authored Dec 12, 2024
1 parent 6d9212e commit 06c7730
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
9 changes: 8 additions & 1 deletion locales/app/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@
"feed_item.claimed_by_unknown": "その所有者によってクレームされています。",
"feed_item.claimed_by_you": "あなたによってクレームされています",
"feed_item.claimed_feed": "クレームされたフィード",
"feed_item.claimed_list": "クレームされたリスト",
"feed_item.error_since": "エラー発生時刻",
"feed_item.not_publicly_visible": "プロフィールページに公開されていません",
"feed_view_type.articles": "記事",
Expand Down Expand Up @@ -335,14 +336,19 @@
"sidebar.feed_actions.unfollow_feed_many": "選択したすべてのフィードを解除",
"sidebar.feed_actions.unfollow_feed_many_confirm": "選択したすべてのフィードを解除してもよろしいですか?",
"sidebar.feed_actions.unfollow_feed_many_warning": "警告: この操作は選択したすべてのフィードのフォローを解除し元には戻せません。",
"sidebar.feed_column.context_menu.add_feeds_to_category": "カテゴリーに移動",
"sidebar.feed_column.context_menu.add_feeds_to_list": "フィードをリストに追加",
"sidebar.feed_column.context_menu.change_to_other_view": "他のビューに切り替え",
"sidebar.feed_column.context_menu.create_category": "新規カテゴリーを作成",
"sidebar.feed_column.context_menu.delete_category": "カテゴリーを削除",
"sidebar.feed_column.context_menu.delete_category_confirmation": "カテゴリー{{folderName}} を削除しますか?",
"sidebar.feed_column.context_menu.mark_as_read": "既読にする",
"sidebar.feed_column.context_menu.rename_category": "カテゴリーの名前を変更",
"sidebar.feed_column.context_menu.new_category_modal.category_name": "カテゴリー名",
"sidebar.feed_column.context_menu.new_category_modal.create": "作成",
"sidebar.feed_column.context_menu.rename_category": "カテゴリーをリネーム",
"sidebar.feed_column.context_menu.rename_category_error": "カテゴリーのリネームに失敗しました",
"sidebar.feed_column.context_menu.rename_category_success": "カテゴリーのリネームに成功しました",
"sidebar.feed_column.context_menu.title": "新規カテゴリーに移動する",
"sidebar.select_sort_method": "並べ替え方法を選択",
"signin.continue_with": "{{provider}} で続ける",
"signin.sign_in_to": "サインイン",
Expand Down Expand Up @@ -400,6 +406,7 @@
"words.rss3": "RSS3",
"words.rsshub": "RSSHub",
"words.search": "検索",
"words.show_more": "Show more",
"words.starred": "スター付き",
"words.title": "タイトル",
"words.transform": "カスタマイズ",
Expand Down
3 changes: 3 additions & 0 deletions locales/external/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,16 @@
"feed.follower_other": "フォロー",
"feed.followsAndFeeds": "{{subscriptionCount}} {{subscriptionNoun}} と {{feedsCount}} {{feedsNoun}} on {{appName}}",
"feed.followsAndReads": "{{appName}} で {{subscriptionCount}} {{subscriptionNoun}} と {{readCount}} {{readNoun}}",
"feed.madeby": "作成者",
"feed.preview": "プレビュー",
"feed.read_one": "読む",
"feed.read_other": "読む",
"feed.view_feed_url": "フィードの URL を表示",
"feed_item.claimed_by_owner": "このフィードのクレーム者",
"feed_item.claimed_by_unknown": "所有者によるクレーム",
"feed_item.claimed_by_you": "あなたのクレーム",
"feed_item.claimed_feed": "フィードをクレーム",
"feed_item.claimed_list": "リストをクレーム",
"feed_item.error_since": "エラー",
"feed_item.not_publicly_visible": "あなたのプロファイルページでは非公開です",
"header.app": "アプリ",
Expand Down
2 changes: 2 additions & 0 deletions locales/settings/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@
"feeds.tableHeaders.subscriptionCount": "購読者",
"feeds.tableHeaders.tipAmount": "受け取った報酬",
"general.app": "アプリ",
"general.auto_expand_long_social_media.description": "ソーシャルメディアに含まれる長いテキストを展開して表示します。",
"general.auto_expand_long_social_media.label": "ソーシャルメディアを展開",
"general.auto_group.description": "サイトのドメインごとに自動でグループ化する。",
"general.auto_group.label": "自動グループ化",
"general.cache": "キャッシュ",
Expand Down

0 comments on commit 06c7730

Please sign in to comment.