New translations app.json (Japanese)
This commit is contained in:
parent
447e6cecbd
commit
a8d450d94e
@ -46,7 +46,7 @@
|
|||||||
},
|
},
|
||||||
"delete_post": {
|
"delete_post": {
|
||||||
"title": "この投稿を消去しますか?",
|
"title": "この投稿を消去しますか?",
|
||||||
"delete": "消去"
|
"message": "Are you sure you want to delete this post?"
|
||||||
},
|
},
|
||||||
"clean_cache": {
|
"clean_cache": {
|
||||||
"title": "キャッシュを消去",
|
"title": "キャッシュを消去",
|
||||||
@ -140,7 +140,8 @@
|
|||||||
"unreblog": "ブーストを戻す",
|
"unreblog": "ブーストを戻す",
|
||||||
"favorite": "お気に入り",
|
"favorite": "お気に入り",
|
||||||
"unfavorite": "お気に入り登録を取り消す",
|
"unfavorite": "お気に入り登録を取り消す",
|
||||||
"menu": "メニュー"
|
"menu": "メニュー",
|
||||||
|
"hide": "Hide"
|
||||||
},
|
},
|
||||||
"tag": {
|
"tag": {
|
||||||
"url": "URL",
|
"url": "URL",
|
||||||
@ -149,6 +150,12 @@
|
|||||||
"hashtag": "ハッシュタグ",
|
"hashtag": "ハッシュタグ",
|
||||||
"email": "メール",
|
"email": "メール",
|
||||||
"emoji": "絵文字"
|
"emoji": "絵文字"
|
||||||
|
},
|
||||||
|
"visibility": {
|
||||||
|
"unlisted": "Everyone can see this post but not display in the public timeline.",
|
||||||
|
"private": "Only their followers can see this post.",
|
||||||
|
"private_from_me": "Only my followers can see this post.",
|
||||||
|
"direct": "Only mentioned user can see this post."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"friendship": {
|
"friendship": {
|
||||||
@ -412,16 +419,26 @@
|
|||||||
"segmented_control": {
|
"segmented_control": {
|
||||||
"posts": "投稿",
|
"posts": "投稿",
|
||||||
"replies": "リプライ",
|
"replies": "リプライ",
|
||||||
"media": "メディア"
|
"posts_and_replies": "Posts and Replies",
|
||||||
|
"media": "メディア",
|
||||||
|
"about": "About"
|
||||||
},
|
},
|
||||||
"relationship_action_alert": {
|
"relationship_action_alert": {
|
||||||
|
"confirm_mute_user": {
|
||||||
|
"title": "Mute Account",
|
||||||
|
"message": "Confirm to mute %s"
|
||||||
|
},
|
||||||
"confirm_unmute_user": {
|
"confirm_unmute_user": {
|
||||||
"title": "ミュートを解除",
|
"title": "ミュートを解除",
|
||||||
"message": "%sをミュートしますか?"
|
"message": "%sをミュートしますか?"
|
||||||
},
|
},
|
||||||
"confirm_unblock_usre": {
|
"confirm_block_user": {
|
||||||
"title": "ブロックを解除",
|
"title": "Block Account",
|
||||||
"message": "%sのブロックを解除しますか?"
|
"message": "Confirm to block %s"
|
||||||
|
},
|
||||||
|
"confirm_unblock_user": {
|
||||||
|
"title": "Unblock Account",
|
||||||
|
"message": "Confirm to unblock %s"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -472,12 +489,14 @@
|
|||||||
"Everything": "すべて",
|
"Everything": "すべて",
|
||||||
"Mentions": "メンション"
|
"Mentions": "メンション"
|
||||||
},
|
},
|
||||||
"user_followed_you": "%s にフォローされました",
|
"notification_description": {
|
||||||
"user_favorited your post": "%s がお気に入り登録しました",
|
"followed_you": "followd you",
|
||||||
"user_reblogged_your_post": "%s がブーストしました",
|
"favorited_your_post": "favorited your post",
|
||||||
"user_mentioned_you": "%s に返信されました",
|
"reblogged_your_post": "reblogged your post",
|
||||||
"user_requested_to_follow_you": "%s がフォローリクエストを送信しました",
|
"mentioned_you": "mentioned you",
|
||||||
"user_your_poll_has_ended": "%s 投票が終了しました",
|
"request_to_follow_you": "request to follow you",
|
||||||
|
"poll_has_ended": "poll has ended"
|
||||||
|
},
|
||||||
"keyobard": {
|
"keyobard": {
|
||||||
"show_everything": "すべて見る",
|
"show_everything": "すべて見る",
|
||||||
"show_mentions": "メンションを見る"
|
"show_mentions": "メンションを見る"
|
||||||
@ -496,6 +515,13 @@
|
|||||||
"light": "ライト",
|
"light": "ライト",
|
||||||
"dark": "ダーク"
|
"dark": "ダーク"
|
||||||
},
|
},
|
||||||
|
"look_and_feel": {
|
||||||
|
"title": "Look and Feel",
|
||||||
|
"use_system": "Use System",
|
||||||
|
"really_dark": "Really Dark",
|
||||||
|
"sorta_dark": "Sorta Dark",
|
||||||
|
"light": "Light"
|
||||||
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"title": "通知",
|
"title": "通知",
|
||||||
"favorites": "お気に入り登録",
|
"favorites": "お気に入り登録",
|
||||||
@ -537,14 +563,17 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"report": {
|
"report": {
|
||||||
|
"title_report": "Report",
|
||||||
"title": "%sを報告",
|
"title": "%sを報告",
|
||||||
"step1": "ステップ 1/2",
|
"step1": "ステップ 1/2",
|
||||||
"step2": "ステップ 2/2",
|
"step2": "ステップ 2/2",
|
||||||
"content1": "他に報告したい投稿はありますか?",
|
"content1": "他に報告したい投稿はありますか?",
|
||||||
"content2": "この報告についてモデレーターに言いたいことはありますか?",
|
"content2": "この報告についてモデレーターに言いたいことはありますか?",
|
||||||
|
"report_sent_title": "Thanks for reporting, we’ll look into this.",
|
||||||
"send": "報告を送信",
|
"send": "報告を送信",
|
||||||
"skip_to_send": "コメントなしで送信",
|
"skip_to_send": "コメントなしで送信",
|
||||||
"text_placeholder": "追加コメントを入力"
|
"text_placeholder": "追加コメントを入力",
|
||||||
|
"reported": "REPORTED"
|
||||||
},
|
},
|
||||||
"preview": {
|
"preview": {
|
||||||
"keyboard": {
|
"keyboard": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user