New translations translation.json (Japanese)

This commit is contained in:
AkiraFukushima 2023-02-14 22:37:38 +09:00
parent 79acdca82f
commit aef64cea8b
1 changed files with 25 additions and 25 deletions

View File

@ -461,11 +461,11 @@
"domain_format": "ドメイン名のみを入力してください" "domain_format": "ドメイン名のみを入力してください"
}, },
"compose": { "compose": {
"toot_length": "Post length should be between {{min}} and {{max}}", "toot_length": "投稿の長さは {{min}} から {{max}} の間でなければなりません",
"attach_length": "You can only attach up to {{max}} image", "attach_length": "添付ファイルは {{max}} 個までです",
"attach_length_plural": "You can only attach up to {{max}} images", "attach_length_plural": "添付ファイルは {{max}} 個までです",
"attach_image": "You can only attach images or videos", "attach_image": "画像または動画のみ添付できます",
"poll_invalid": "Invalid poll choices" "poll_invalid": "アンケートに不正な選択肢が含まれています"
} }
}, },
"notification": { "notification": {
@ -507,30 +507,30 @@
} }
}, },
"compose": { "compose": {
"title": "New post", "title": "投稿",
"cw": "Write your warning here", "cw": "ここに警告を書いてください",
"status": "What's on your mind?", "status": "今なにしてる?",
"cancel": "Cancel", "cancel": "キャンセル",
"toot": "Post", "toot": "投稿",
"description": "Add alternate text for this media", "description": "メディアの説明を追加",
"footer": { "footer": {
"add_image": "Add images", "add_image": "画像を添付",
"poll": "Add a poll", "poll": "アンケートを追加",
"change_visibility": "Change visibility", "change_visibility": "公開範囲を変更",
"change_sensitive": "Mark media as sensitive", "change_sensitive": "メディアを閲覧注意にする",
"add_cw": "Add content warnings", "add_cw": "コンテンツ警告を追加",
"pined_hashtag": "Pinned hashtag" "pined_hashtag": "ハッシュタグを固定する"
}, },
"poll": { "poll": {
"add_choice": "Add an option", "add_choice": "選択肢を追加",
"expires": { "expires": {
"5_minutes": "5 minutes", "5_minutes": "5分後",
"30_minutes": "30 minutes", "30_minutes": "30分後",
"1_hour": "1 hour", "1_hour": "1時間後",
"6_hours": "6 hours", "6_hours": "6時間後",
"1_day": "1 day", "1_day": "1日後",
"3_days": "3 days", "3_days": "3日後",
"7_days": "7 days" "7_days": "7日後"
} }
} }
} }