From d9e050173cd8ce483221eb20ebfc4303bb96fe68 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Fri, 27 Aug 2021 01:15:12 +0900 Subject: [PATCH] New translations translation.json (German) --- src/config/locales/de/translation.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/de/translation.json b/src/config/locales/de/translation.json index 1191c238..77394faa 100644 --- a/src/config/locales/de/translation.json +++ b/src/config/locales/de/translation.json @@ -496,7 +496,8 @@ }, "new_toot": { "toot_length": "Länge des Toots sollte zwischen {{min}} und {{max}} sein", - "attach_length": "Du kannst maximal {{max}} Bilder anhängen", + "attach_length": "You can only attach up to {{max}} image", + "attach_length_plural": "You can only attach up to {{max}} images", "attach_image": "Du kannst nur Bilder oder Videos anhängen", "poll_invalid": "Ungültige Umfragen-Auswahl" }