Quellcode durchsuchen

i18n: Add ja translations (#9261)

* Run yarn manage:translations

* Add Japanese translations.
master
mayaeh vor 5 Jahren
committed by Eugen Rochko
Ursprung
Commit
208d278cbc
3 geänderte Dateien mit 66 neuen und 8 gelöschten Zeilen
  1. +47
    -0
      app/javascript/mastodon/locales/defaultMessages.json
  2. +7
    -5
      app/javascript/mastodon/locales/en.json
  3. +12
    -3
      app/javascript/mastodon/locales/ja.json

+ 47
- 0
app/javascript/mastodon/locales/defaultMessages.json Datei anzeigen

@@ -349,6 +349,10 @@
{
"defaultMessage": "{name} boosted",
"id": "status.reblogged_by"
},
{
"defaultMessage": "Show thread",
"id": "status.show_thread"
}
],
"path": "app/javascript/mastodon/components/status.json"
@@ -474,6 +478,15 @@
{
"descriptors": [
{
"defaultMessage": "No toots here!",
"id": "empty_column.account_timeline"
}
],
"path": "app/javascript/mastodon/features/account_timeline/index.json"
},
{
"descriptors": [
{
"defaultMessage": "Mention @{name}",
"id": "account.mention"
},
@@ -578,6 +591,7 @@
"id": "account.unendorse"
},
{
"defaultMessage": "Add or Remove from lists",
"id": "account.add_or_remove_from_list"
},
{
@@ -1278,6 +1292,39 @@
{
"descriptors": [
{
"defaultMessage": "Any of these",
"id": "hashtag.column_settings.tag_mode.any"
},
{
"defaultMessage": "All of these",
"id": "hashtag.column_settings.tag_mode.all"
},
{
"defaultMessage": "None of these",
"id": "hashtag.column_settings.tag_mode.none"
},
{
"defaultMessage": "Include additional tags in this column",
"id": "hashtag.column_settings.tag_toggle"
}
],
"path": "app/javascript/mastodon/features/hashtag_timeline/components/column_settings.json"
},
{
"descriptors": [
{
"defaultMessage": "or {additional}",
"id": "hashtag.column_header.tag_mode.any"
},
{
"defaultMessage": "and {additional}",
"id": "hashtag.column_header.tag_mode.all"
},
{
"defaultMessage": "without {additional}",
"id": "hashtag.column_header.tag_mode.none"
},
{
"defaultMessage": "There is nothing in this hashtag yet.",
"id": "empty_column.hashtag"
}


+ 7
- 5
app/javascript/mastodon/locales/en.json Datei anzeigen

@@ -112,6 +112,7 @@
"emoji_button.search_results": "Search results",
"emoji_button.symbols": "Symbols",
"emoji_button.travel": "Travel & Places",
"empty_column.account_timeline": "No toots here!",
"empty_column.blocks": "You haven't blocked any users yet.",
"empty_column.community": "The local timeline is empty. Write something publicly to get the ball rolling!",
"empty_column.direct": "You don't have any direct messages yet. When you send or receive one, it will show up here.",
@@ -137,13 +138,13 @@
"getting_started.open_source_notice": "Mastodon is open source software. You can contribute or report issues on GitHub at {github}.",
"getting_started.security": "Security",
"getting_started.terms": "Terms of service",
"hashtag.column_settings.tag_toggle": "Include additional tags for this column",
"hashtag.column_settings.tag_mode.any": "Any of these",
"hashtag.column_settings.tag_mode.all": "All of these",
"hashtag.column_settings.tag_mode.none": "None of these",
"hashtag.column_header.tag_mode.any": "{tag} or {additional}",
"hashtag.column_header.tag_mode.all": "{tag} and {additional}",
"hashtag.column_header.tag_mode.any": "{tag} or {additional}",
"hashtag.column_header.tag_mode.none": "{tag} without {additional}",
"hashtag.column_settings.tag_mode.all": "All of these",
"hashtag.column_settings.tag_mode.any": "Any of these",
"hashtag.column_settings.tag_mode.none": "None of these",
"hashtag.column_settings.tag_toggle": "Include additional tags for this column",
"home.column_settings.basic": "Basic",
"home.column_settings.show_reblogs": "Show boosts",
"home.column_settings.show_replies": "Show replies",
@@ -320,6 +321,7 @@
"status.show_less_all": "Show less for all",
"status.show_more": "Show more",
"status.show_more_all": "Show more for all",
"status.show_thread": "Show thread",
"status.unmute_conversation": "Unmute conversation",
"status.unpin": "Unpin from profile",
"suggestions.dismiss": "Dismiss suggestion",


+ 12
- 3
app/javascript/mastodon/locales/ja.json Datei anzeigen

@@ -1,5 +1,5 @@
{
"account.add_or_remove_from_list": "Add or Remove from lists",
"account.add_or_remove_from_list": "リストに追加または外す",
"account.badges.bot": "Bot",
"account.block": "@{name}さんをブロック",
"account.block_domain": "{domain}全体を非表示",
@@ -112,6 +112,7 @@
"emoji_button.search_results": "検索結果",
"emoji_button.symbols": "記号",
"emoji_button.travel": "旅行と場所",
"empty_column.account_timeline": "トゥートがありません!",
"empty_column.blocks": "まだ誰もブロックしていません。",
"empty_column.community": "ローカルタイムラインはまだ使われていません。何か書いてみましょう!",
"empty_column.direct": "ダイレクトメッセージはまだありません。ダイレクトメッセージをやりとりすると、ここに表示されます。",
@@ -137,6 +138,13 @@
"getting_started.open_source_notice": "Mastodonはオープンソースソフトウェアです。誰でもGitHub({github})から開発に参加したり、問題を報告したりできます。",
"getting_started.security": "セキュリティ",
"getting_started.terms": "プライバシーポリシー",
"hashtag.column_header.tag_mode.all": " と {additional}",
"hashtag.column_header.tag_mode.any": " か {additional}",
"hashtag.column_header.tag_mode.none": " ({additional} を除く)",
"hashtag.column_settings.tag_mode.all": "すべてを含む",
"hashtag.column_settings.tag_mode.any": "いずれかを含む",
"hashtag.column_settings.tag_mode.none": "これらを除く",
"hashtag.column_settings.tag_toggle": "このカラムに追加のタグを含める",
"home.column_settings.basic": "基本設定",
"home.column_settings.show_reblogs": "ブースト表示",
"home.column_settings.show_replies": "返信表示",
@@ -313,10 +321,11 @@
"status.show_less_all": "全て隠す",
"status.show_more": "もっと見る",
"status.show_more_all": "全て見る",
"status.show_thread": "続きを読む",
"status.unmute_conversation": "会話のミュートを解除",
"status.unpin": "プロフィールの固定表示を解除",
"suggestions.dismiss": "Dismiss suggestion",
"suggestions.header": "You might be interested in…",
"suggestions.dismiss": "隠す",
"suggestions.header": "興味あるかもしれません…",
"tabs_bar.federated_timeline": "連合",
"tabs_bar.home": "ホーム",
"tabs_bar.local_timeline": "ローカル",


Laden…
Abbrechen
Speichern