New translations app.json (Galician)

This commit is contained in:
Eugen Rochko 2022-04-21 18:37:20 +02:00
parent 92bb233766
commit 583c570d36
1 changed files with 11 additions and 11 deletions

View File

@ -2,28 +2,28 @@
"common": { "common": {
"alerts": { "alerts": {
"common": { "common": {
"please_try_again": "Please try again.", "please_try_again": "Inténtao de novo.",
"please_try_again_later": "Please try again later." "please_try_again_later": "Inténtao de novo máis tarde."
}, },
"sign_up_failure": { "sign_up_failure": {
"title": "Sign Up Failure" "title": "Fallou o rexistro"
}, },
"server_error": { "server_error": {
"title": "Server Error" "title": "Erro do servidor"
}, },
"vote_failure": { "vote_failure": {
"title": "Vote Failure", "title": "Fallou a votación",
"poll_ended": "The poll has ended" "poll_ended": "A enquisa rematou"
}, },
"discard_post_content": { "discard_post_content": {
"title": "Discard Draft", "title": "Descartar Borrador",
"message": "Confirm to discard composed post content." "message": "Confirma que queres descartar o contido do borrador."
}, },
"publish_post_failure": { "publish_post_failure": {
"title": "Publish Failure", "title": "Fallou a publicación",
"message": "Failed to publish the post.\nPlease check your internet connection.", "message": "Fallou a publicación.\nComproba a conexión a internet.",
"attachments_message": { "attachments_message": {
"video_attach_with_photo": "Cannot attach a video to a post that already contains images.", "video_attach_with_photo": "Non podes anexar un vídeo a unha publicación que xa contén imaxes.",
"more_than_one_video": "Cannot attach more than one video." "more_than_one_video": "Cannot attach more than one video."
} }
}, },