From cb75cfa2e198fd79a89c23964b660b868fa8ea45 Mon Sep 17 00:00:00 2001 From: Piotr Date: Wed, 19 Jan 2022 15:15:37 +0000 Subject: [PATCH] Translated using Weblate (Polish) Currently translated at 47.0% (16 of 34 strings) Translation: MapComplete/shared-questions Translate-URL: https://hosted.weblate.org/projects/mapcomplete/shared-questions/pl/ --- langs/shared-questions/pl.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/langs/shared-questions/pl.json b/langs/shared-questions/pl.json index 6715900e9..3ff37e937 100644 --- a/langs/shared-questions/pl.json +++ b/langs/shared-questions/pl.json @@ -33,6 +33,24 @@ }, "website": { "question": "Jaka jest strona internetowa {name}?" + }, + "payment-options": { + "mappings": { + "0": { + "then": "Płatność gotówkowa jest tutaj dostępna" + }, + "1": { + "then": "Płatność kartą jest tutaj dostępna" + } + }, + "question": "Jakie metody płatności są tutaj dostępne?" + }, + "dog-access": { + "mappings": { + "1": { + "then": "Psom wstęp wzbroniony" + } + } } } -} \ No newline at end of file +}