Skip to content

Commit

Permalink
Add Japanese translation for circle
Browse files Browse the repository at this point in the history
  • Loading branch information
noellabo committed Sep 5, 2020
1 parent b7f4b77 commit b3addd8
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions app/javascript/mastodon/locales/ja.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"account.account_note_header": "メモ",
"account.add_or_remove_from_circle": "サークルから追加または外す",
"account.add_or_remove_from_list": "リストから追加または外す",
"account.badges.bot": "Bot",
"account.badges.group": "Group",
Expand Down Expand Up @@ -57,8 +58,21 @@
"bundle_modal_error.close": "閉じる",
"bundle_modal_error.message": "コンポーネントの読み込み中に問題が発生しました。",
"bundle_modal_error.retry": "再試行",
"circle.add_new_circle": "(新しいサークルを追加)",
"circle.open_circle_column": "サークルカラムを開く",
"circle.reply": "(現在のサークルにリプライ)",
"circle.select": "対象のサークルを選択",
"circle.unselect": "(サークルを選択する)",
"circles.account.add": "サークルに追加",
"circles.account.remove": "サークルから外す",
"circles.edit.submit": "タイトルを変更",
"circles.new.create": "サークルを作成",
"circles.new.title_placeholder": "新規サークル名",
"circles.search": "フォローされている人の中から検索",
"circles.subheading": "あなたのサークル",
"column.blocks": "ブロックしたユーザー",
"column.bookmarks": "ブックマーク",
"column.circles": "サークル",
"column.community": "ローカルタイムライン",
"column.direct": "ダイレクトメッセージ",
"column.directory": "ディレクトリ",
Expand All @@ -85,6 +99,7 @@
"compose_form.direct_message_warning": "このトゥートはメンションされた人にのみ送信されます。",
"compose_form.direct_message_warning_learn_more": "もっと詳しく",
"compose_form.hashtag_warning": "このトゥートは公開設定ではないのでハッシュタグの一覧に表示されません。公開トゥートだけがハッシュタグで検索できます。",
"compose_form.limited_message_warning": "このトゥートはサークルに含まれるユーザーにのみ送信されます。",
"compose_form.lock_disclaimer": "あなたのアカウントは{locked}になっていません。誰でもあなたをフォローすることができ、フォロワー限定の投稿を見ることができます。",
"compose_form.lock_disclaimer.lock": "承認制",
"compose_form.placeholder": "今なにしてる?",
Expand All @@ -108,6 +123,8 @@
"confirmations.block.message": "本当に{name}さんをブロックしますか?",
"confirmations.delete.confirm": "削除",
"confirmations.delete.message": "本当に削除しますか?",
"confirmations.delete_circle.confirm": "削除",
"confirmations.delete_circle.message": "本当にこのサークルを完全に削除しますか?",
"confirmations.delete_list.confirm": "削除",
"confirmations.delete_list.message": "本当にこのリストを完全に削除しますか?",
"confirmations.domain_block.confirm": "ドメイン全体をブロック",
Expand Down Expand Up @@ -271,6 +288,7 @@
"navigation_bar.apps": "アプリ",
"navigation_bar.blocks": "ブロックしたユーザー",
"navigation_bar.bookmarks": "ブックマーク",
"navigation_bar.circles": "サークル",
"navigation_bar.community_timeline": "ローカルタイムライン",
"navigation_bar.compose": "トゥートの新規作成",
"navigation_bar.direct": "ダイレクトメッセージ",
Expand Down Expand Up @@ -331,6 +349,8 @@
"privacy.change": "公開範囲を変更",
"privacy.direct.long": "送信した相手のみ閲覧可",
"privacy.direct.short": "ダイレクト",
"privacy.limited.long": "サークルで指定したユーザーのみ閲覧可",
"privacy.limited.short": "サークル",
"privacy.private.long": "フォロワーのみ閲覧可",
"privacy.private.short": "フォロワー限定",
"privacy.public.long": "誰でも閲覧可、公開TLに表示",
Expand Down Expand Up @@ -401,6 +421,7 @@
"status.share": "共有",
"status.show_less": "隠す",
"status.show_less_all": "全て隠す",
"status.show_member_list": "メンバーリストを表示",
"status.show_more": "もっと見る",
"status.show_more_all": "全て見る",
"status.show_thread": "スレッドを表示",
Expand Down

0 comments on commit b3addd8

Please sign in to comment.