refs #969 Update translation files for poll validations

This commit is contained in:
AkiraFukushima 2019-07-20 22:25:49 +09:00
parent d44651e9e9
commit 3756cd5347
6 changed files with 27 additions and 1 deletions

View File

@ -92,5 +92,10 @@
"follow_request_accept_error": "Failed to accept the request", "follow_request_accept_error": "Failed to accept the request",
"follow_reuqest_reject_error": "failed to reject the request", "follow_reuqest_reject_error": "failed to reject the request",
"start_all_streamings_error": "Failed to start streaming of {{domain}}" "start_all_streamings_error": "Failed to start streaming of {{domain}}"
},
"validation": {
"new_toot": {
"poll_invalid": "Invalid poll choices"
}
} }
} }

View File

@ -59,5 +59,10 @@
"follow_request_accept_error": "Failed to accept the request", "follow_request_accept_error": "Failed to accept the request",
"follow_reuqest_reject_error": "failed to reject the request", "follow_reuqest_reject_error": "failed to reject the request",
"start_all_streamings_error": "Failed to start streaming of {{domain}}" "start_all_streamings_error": "Failed to start streaming of {{domain}}"
},
"validation": {
"new_toot": {
"poll_invalid": "Invalid poll choices"
}
} }
} }

View File

@ -48,5 +48,10 @@
"follow_request_accept_error": "Failed to accept the request", "follow_request_accept_error": "Failed to accept the request",
"follow_reuqest_reject_error": "failed to reject the request", "follow_reuqest_reject_error": "failed to reject the request",
"start_all_streamings_error": "Failed to start streaming of {{domain}}" "start_all_streamings_error": "Failed to start streaming of {{domain}}"
},
"validation": {
"new_toot": {
"poll_invalid": "Invalid poll choices"
}
} }
} }

View File

@ -406,7 +406,8 @@
"new_toot": { "new_toot": {
"toot_length": "トゥートの長さは {{min}} から {{max}}文字である必要があります", "toot_length": "トゥートの長さは {{min}} から {{max}}文字である必要があります",
"attach_length": "添付ファイルは {{max}} つまでです", "attach_length": "添付ファイルは {{max}} つまでです",
"attach_image": "画像かビデオしか添付できません" "attach_image": "画像かビデオしか添付できません",
"poll_invalid": "アンケートに不正な選択肢が含まれています"
} }
} }
} }

View File

@ -68,5 +68,10 @@
"follow_request_accept_error": "Failed to accept the request", "follow_request_accept_error": "Failed to accept the request",
"follow_reuqest_reject_error": "failed to reject the request", "follow_reuqest_reject_error": "failed to reject the request",
"start_all_streamings_error": "Failed to start streaming of {{domain}}" "start_all_streamings_error": "Failed to start streaming of {{domain}}"
},
"validation": {
"new_toot": {
"poll_invalid": "Invalid poll choices"
}
} }
} }

View File

@ -92,5 +92,10 @@
"follow_request_accept_error": "Failed to accept the request", "follow_request_accept_error": "Failed to accept the request",
"follow_reuqest_reject_error": "failed to reject the request", "follow_reuqest_reject_error": "failed to reject the request",
"start_all_streamings_error": "Failed to start streaming of {{domain}}" "start_all_streamings_error": "Failed to start streaming of {{domain}}"
},
"validation": {
"new_toot": {
"poll_invalid": "Invalid poll choices"
}
} }
} }