Skip to content

Commit b3addd8

Browse files
committed
Add Japanese translation for circle
1 parent b7f4b77 commit b3addd8

File tree

1 file changed

+21
-0
lines changed
  • app/javascript/mastodon/locales

1 file changed

+21
-0
lines changed

app/javascript/mastodon/locales/ja.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"account.account_note_header": "メモ",
3+
"account.add_or_remove_from_circle": "サークルから追加または外す",
34
"account.add_or_remove_from_list": "リストから追加または外す",
45
"account.badges.bot": "Bot",
56
"account.badges.group": "Group",
@@ -57,8 +58,21 @@
5758
"bundle_modal_error.close": "閉じる",
5859
"bundle_modal_error.message": "コンポーネントの読み込み中に問題が発生しました。",
5960
"bundle_modal_error.retry": "再試行",
61+
"circle.add_new_circle": "(新しいサークルを追加)",
62+
"circle.open_circle_column": "サークルカラムを開く",
63+
"circle.reply": "(現在のサークルにリプライ)",
64+
"circle.select": "対象のサークルを選択",
65+
"circle.unselect": "(サークルを選択する)",
66+
"circles.account.add": "サークルに追加",
67+
"circles.account.remove": "サークルから外す",
68+
"circles.edit.submit": "タイトルを変更",
69+
"circles.new.create": "サークルを作成",
70+
"circles.new.title_placeholder": "新規サークル名",
71+
"circles.search": "フォローされている人の中から検索",
72+
"circles.subheading": "あなたのサークル",
6073
"column.blocks": "ブロックしたユーザー",
6174
"column.bookmarks": "ブックマーク",
75+
"column.circles": "サークル",
6276
"column.community": "ローカルタイムライン",
6377
"column.direct": "ダイレクトメッセージ",
6478
"column.directory": "ディレクトリ",
@@ -85,6 +99,7 @@
8599
"compose_form.direct_message_warning": "このトゥートはメンションされた人にのみ送信されます。",
86100
"compose_form.direct_message_warning_learn_more": "もっと詳しく",
87101
"compose_form.hashtag_warning": "このトゥートは公開設定ではないのでハッシュタグの一覧に表示されません。公開トゥートだけがハッシュタグで検索できます。",
102+
"compose_form.limited_message_warning": "このトゥートはサークルに含まれるユーザーにのみ送信されます。",
88103
"compose_form.lock_disclaimer": "あなたのアカウントは{locked}になっていません。誰でもあなたをフォローすることができ、フォロワー限定の投稿を見ることができます。",
89104
"compose_form.lock_disclaimer.lock": "承認制",
90105
"compose_form.placeholder": "今なにしてる?",
@@ -108,6 +123,8 @@
108123
"confirmations.block.message": "本当に{name}さんをブロックしますか?",
109124
"confirmations.delete.confirm": "削除",
110125
"confirmations.delete.message": "本当に削除しますか?",
126+
"confirmations.delete_circle.confirm": "削除",
127+
"confirmations.delete_circle.message": "本当にこのサークルを完全に削除しますか?",
111128
"confirmations.delete_list.confirm": "削除",
112129
"confirmations.delete_list.message": "本当にこのリストを完全に削除しますか?",
113130
"confirmations.domain_block.confirm": "ドメイン全体をブロック",
@@ -271,6 +288,7 @@
271288
"navigation_bar.apps": "アプリ",
272289
"navigation_bar.blocks": "ブロックしたユーザー",
273290
"navigation_bar.bookmarks": "ブックマーク",
291+
"navigation_bar.circles": "サークル",
274292
"navigation_bar.community_timeline": "ローカルタイムライン",
275293
"navigation_bar.compose": "トゥートの新規作成",
276294
"navigation_bar.direct": "ダイレクトメッセージ",
@@ -331,6 +349,8 @@
331349
"privacy.change": "公開範囲を変更",
332350
"privacy.direct.long": "送信した相手のみ閲覧可",
333351
"privacy.direct.short": "ダイレクト",
352+
"privacy.limited.long": "サークルで指定したユーザーのみ閲覧可",
353+
"privacy.limited.short": "サークル",
334354
"privacy.private.long": "フォロワーのみ閲覧可",
335355
"privacy.private.short": "フォロワー限定",
336356
"privacy.public.long": "誰でも閲覧可、公開TLに表示",
@@ -401,6 +421,7 @@
401421
"status.share": "共有",
402422
"status.show_less": "隠す",
403423
"status.show_less_all": "全て隠す",
424+
"status.show_member_list": "メンバーリストを表示",
404425
"status.show_more": "もっと見る",
405426
"status.show_more_all": "全て見る",
406427
"status.show_thread": "スレッドを表示",

0 commit comments

Comments
 (0)