You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

83 lines
5.2 KiB

fix Japanese translation (#1623) * add device.ja.yml * update device.ja.yml * add file simple_form.ja.yml * 👍Added doorkeeper.ja.yml * add ja.yml * Update doorkeeper.ja.yml fixed url to uri * update ja.yml * fix some translations * fix japanese grammar of a translate * fix some translates * fix ja.yml * add ja.jsx * add Japanese user mail views * Added japanese translate locales * Added :ja to available_locales こっちも * Added "日本語" to HUMAN_LOCALES * Imported/Added ja to addLocaleData * update ja.jsx * fix translations 翻訳の誤りの修正と改善 * freeの訳修正 * いいねをお気に入りに統一 * Revert "いいねをお気に入りに統一" This reverts commit 568d5cccfa0b6620ccb6c9db8346c52c0396d99f. 間違ってtranslateブランチにコミットしたため取り消し * Revert "freeの訳修正" This reverts commit 565658a60583ff7e1e7a63ef597bf3ac6118e1bf. * revertでミスったので戻す * Revert "ミスったので戻す" This reverts commit 00be7a748a6a2ae85a62be847172424278c52ec7, reversing changes made to b4e1e06503c77e079cb2569a53ab4d6fcfcfd116. * freeの訳修正 * いいねをお気に入りに統一 * 一回戻す * 戻しきれてなかった * 再度変更 * 戻す * 再度変更 * 再度変更 * Update doorkeeper.ja.yml Fixed a lot of unnatural translations * Update ja.yml 資格情報 isn't easy to understanding. so fixed to ログイン情報. * Update ja.yml fixed some unnatural translations * Update simple_form.ja.yml Fixed wrong translate 「アカウント」 to 「アイコン画像」 * Update simple_form.ja.yml * Update doorkeeper.ja.yml * Revert "多くの不自然な翻訳を解消しました。" * Update ja.jsx fixed typo * 文字化け修正
7 years ago
fix Japanese translation (#1623) * add device.ja.yml * update device.ja.yml * add file simple_form.ja.yml * 👍Added doorkeeper.ja.yml * add ja.yml * Update doorkeeper.ja.yml fixed url to uri * update ja.yml * fix some translations * fix japanese grammar of a translate * fix some translates * fix ja.yml * add ja.jsx * add Japanese user mail views * Added japanese translate locales * Added :ja to available_locales こっちも * Added "日本語" to HUMAN_LOCALES * Imported/Added ja to addLocaleData * update ja.jsx * fix translations 翻訳の誤りの修正と改善 * freeの訳修正 * いいねをお気に入りに統一 * Revert "いいねをお気に入りに統一" This reverts commit 568d5cccfa0b6620ccb6c9db8346c52c0396d99f. 間違ってtranslateブランチにコミットしたため取り消し * Revert "freeの訳修正" This reverts commit 565658a60583ff7e1e7a63ef597bf3ac6118e1bf. * revertでミスったので戻す * Revert "ミスったので戻す" This reverts commit 00be7a748a6a2ae85a62be847172424278c52ec7, reversing changes made to b4e1e06503c77e079cb2569a53ab4d6fcfcfd116. * freeの訳修正 * いいねをお気に入りに統一 * 一回戻す * 戻しきれてなかった * 再度変更 * 戻す * 再度変更 * 再度変更 * Update doorkeeper.ja.yml Fixed a lot of unnatural translations * Update ja.yml 資格情報 isn't easy to understanding. so fixed to ログイン情報. * Update ja.yml fixed some unnatural translations * Update simple_form.ja.yml Fixed wrong translate 「アカウント」 to 「アイコン画像」 * Update simple_form.ja.yml * Update doorkeeper.ja.yml * Revert "多くの不自然な翻訳を解消しました。" * Update ja.jsx fixed typo * 文字化け修正
7 years ago
  1. const ja = {
  2. "column_back_button.label": "戻る",
  3. "lightbox.close": "閉じる",
  4. "loading_indicator.label": "読み込み中...",
  5. "status.mention": "@{name} さんへの返信",
  6. "status.delete": "削除",
  7. "status.reply": "返信",
  8. "status.reblog": "ブースト",
  9. "status.favourite": "お気に入り",
  10. "status.reblogged_by": "{name} さんにブーストされました",
  11. "status.sensitive_warning": "不適切なコンテンツ",
  12. "status.sensitive_toggle": "クリックして表示",
  13. "status.show_more": "もっと見る",
  14. "status.show_less": "隠す",
  15. "status.open": "Expand this status",
  16. "status.report": "@{name} さんを報告",
  17. "video_player.toggle_sound": "音の切り替え",
  18. "account.mention": "@{name} さんに返信",
  19. "account.edit_profile": "プロフィールを編集",
  20. "account.unblock": "@{name} さんのブロックを解除",
  21. "account.unfollow": "フォロー解除",
  22. "account.block": "@{name} さんをブロック",
  23. "account.mute": "ミュート",
  24. "account.unmute": "ミュート解除",
  25. "account.follow": "フォロー",
  26. "account.posts": "投稿",
  27. "account.follows": "フォロー",
  28. "account.followers": "フォロワー",
  29. "account.follows_you": "フォローされています",
  30. "account.requested": "承認待ち",
  31. "getting_started.heading": "スタート",
  32. "getting_started.about_addressing": "ドメインとユーザー名を知っているなら検索フォームに入力すればフォローできます。",
  33. "getting_started.about_shortcuts": "対象のアカウントがあなたと同じドメインのユーザーならばユーザー名のみで検索できます。これは返信のときも一緒です。",
  34. "getting_started.open_source_notice": "Mastodon はオープンソースソフトウェアです。誰でも GitHub({github})から開発に参加したり、問題を報告したりできます。 {apps}",
  35. "column.home": "ホーム",
  36. "column.community": "ローカルタイムライン",
  37. "column.public": "連合タイムライン",
  38. "column.notifications": "通知",
  39. "tabs_bar.compose": "投稿",
  40. "tabs_bar.home": "ホーム",
  41. "tabs_bar.mentions": "返信",
  42. "tabs_bar.local_timeline": "ローカル",
  43. "tabs_bar.federated_timeline": "連合",
  44. "tabs_bar.notifications": "通知",
  45. "compose_form.placeholder": "今なにしてる?",
  46. "compose_form.publish": "トゥート",
  47. "compose_form.sensitive": "メディアを不適切なコンテンツとしてマークする",
  48. "compose_form.spoiler": "テキストを隠す",
  49. "compose_form.private": "非公開にする",
  50. "compose_form.privacy_disclaimer": "あなたの非公開トゥートは返信先のユーザー(at {domains})に公開されます。{domainsCount, plural, one {that server} other {those servers}}を信頼しますか?投稿のプライバシー保護はMastodonサーバー内でのみ有効です。 もし{domains} {domainsCount, plural, one {is not a Mastodon instance} other {are not Mastodon instances}}ならばあなたの投稿のプライバシーは保護されず、ブーストされたり予期しないユーザーに見られる可能性があります。",
  51. "compose_form.unlisted": "公開タイムラインに表示しない",
  52. "navigation_bar.edit_profile": "プロフィールを編集",
  53. "navigation_bar.preferences": "ユーザー設定",
  54. "navigation_bar.community_timeline": "ローカルタイムライン",
  55. "navigation_bar.public_timeline": "連合タイムライン",
  56. "navigation_bar.logout": "ログアウト",
  57. "navigation_bar.favourites": "お気に入り",
  58. "navigation_bar.blocks": "ブロックしたユーザー",
  59. "navigation_bar.info": "サーバー情報",
  60. "reply_indicator.cancel": "キャンセル",
  61. "search.placeholder": "検索",
  62. "search.account": "アカウント",
  63. "search.hashtag": "ハッシュタグ",
  64. "upload_button.label": "メディアを追加",
  65. "upload_form.undo": "やり直す",
  66. "notification.follow": "{name} さんにフォローされました",
  67. "notification.favourite": "{name} さんがあなたのトゥートをお気に入りに登録しました",
  68. "notification.reblog": "{name} さんがあなたのトゥートをブーストしました",
  69. "notification.mention": "{name} さんがあなたに返信しました",
  70. "notifications.column_settings.alert": "デスクトップ通知",
  71. "notifications.column_settings.show": "カラムに表示",
  72. "notifications.column_settings.follow": "新しいフォロワー",
  73. "notifications.column_settings.favourite": "お気に入り",
  74. "notifications.column_settings.mention": "返信",
  75. "notifications.column_settings.reblog": "ブースト",
  76. "notifications.column_settings.sound": "通知音を再生",
  77. "empty_column.home": "まだ誰もフォローしていません。{public}を見に行くか、検索を使って他のユーザーを見つけましょう。",
  78. "empty_column.home.public_timeline": "連合タイムライン",
  79. "empty_column.notifications": "まだ通知がありません。他の人とふれ合って会話を始めましょう。",
  80. "empty_column.public": "ここにはまだ何もありません!公開で何かを投稿したり、他のインスタンスのユーザーをフォローしたりしていっぱいにしましょう!",
  81. };
  82. export default ja;