From 0b1d98fbabb178ccecbfd9a2a732809122215051 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Fri, 27 Aug 2021 01:15:06 +0900 Subject: [PATCH] New translations translation.json (Polish) --- src/config/locales/pl/translation.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/pl/translation.json b/src/config/locales/pl/translation.json index 40295516..6aaa1fed 100644 --- a/src/config/locales/pl/translation.json +++ b/src/config/locales/pl/translation.json @@ -496,7 +496,8 @@ }, "new_toot": { "toot_length": "Długość wpisu może wynosić od {{min}} do {{max}}", - "attach_length": "Możesz załączyć maksymalnie {{max}} obrazów", + "attach_length": "You can only attach up to {{max}} image", + "attach_length_plural": "You can only attach up to {{max}} images", "attach_image": "Możesz załączyć tylko obrazy lub filmy", "poll_invalid": "Invalid poll choices" }