New translations app.json (Dutch)

This commit is contained in:
Eugen Rochko 2022-11-14 20:02:19 +01:00
parent a2d0e15218
commit 80d830d074
1 changed files with 12 additions and 4 deletions

View File

@ -385,8 +385,10 @@
"description_video": "Omschrijf de video voor mensen met een visuele beperking...", "description_video": "Omschrijf de video voor mensen met een visuele beperking...",
"load_failed": "Load Failed", "load_failed": "Load Failed",
"upload_failed": "Upload Failed", "upload_failed": "Upload Failed",
"can_not_recognize_this_media_attachment": "Can not regonize this media attachment", "can_not_recognize_this_media_attachment": "Can not recognize this media attachment",
"attachment_too_large": "Attachment too large" "attachment_too_large": "Attachment too large",
"compressing_state": "Compressing...",
"server_processing_state": "Server Processing..."
}, },
"poll": { "poll": {
"duration_time": "Duur: %s", "duration_time": "Duur: %s",
@ -396,7 +398,9 @@
"one_day": "1 Dag", "one_day": "1 Dag",
"three_days": "3 Dagen", "three_days": "3 Dagen",
"seven_days": "7 Dagen", "seven_days": "7 Dagen",
"option_number": "Optie %ld" "option_number": "Optie %ld",
"the_poll_is_invalid": "The poll is invalid",
"the_poll_has_empty_option": "The poll has empty option"
}, },
"content_warning": { "content_warning": {
"placeholder": "Schrijf hier een nauwkeurige waarschuwing..." "placeholder": "Schrijf hier een nauwkeurige waarschuwing..."
@ -444,6 +448,10 @@
"placeholder": { "placeholder": {
"label": "Etiket", "label": "Etiket",
"content": "Inhoud" "content": "Inhoud"
},
"verified": {
"short": "Verified on %s",
"long": "Ownership of this link was checked on %s"
} }
}, },
"segmented_control": { "segmented_control": {
@ -711,4 +719,4 @@
"title": "Bookmarks" "title": "Bookmarks"
} }
} }
} }