refs #969 Update translation files for poll validations
This commit is contained in:
parent
d44651e9e9
commit
3756cd5347
|
@ -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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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": "アンケートに不正な選択肢が含まれています"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue