summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-10-17 18:53:21 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-10-17 18:53:21 -0400
commit0d5c86d7508c04f638715459dbccac66dd5acfb7 (patch)
treeba9388a3404625889c9950aec11f631a3de62bb0 /src
parent50fdc7bb34975e4be1d5781964785bdd3f05a923 (diff)
parentdb89ff0fcdbecf5dc69033157f03f586e2311ad7 (diff)
downloadSMAPI-0d5c86d7508c04f638715459dbccac66dd5acfb7.tar.gz
SMAPI-0d5c86d7508c04f638715459dbccac66dd5acfb7.tar.bz2
SMAPI-0d5c86d7508c04f638715459dbccac66dd5acfb7.zip
Merge pull request #808 from Zangorr/beta
Add Polish translations
Diffstat (limited to 'src')
-rw-r--r--src/SMAPI.Mods.ErrorHandler/i18n/pl.json4
-rw-r--r--src/SMAPI/i18n/pl.json6
2 files changed, 10 insertions, 0 deletions
diff --git a/src/SMAPI.Mods.ErrorHandler/i18n/pl.json b/src/SMAPI.Mods.ErrorHandler/i18n/pl.json
new file mode 100644
index 00000000..05a9d411
--- /dev/null
+++ b/src/SMAPI.Mods.ErrorHandler/i18n/pl.json
@@ -0,0 +1,4 @@
+{
+ // warning messages
+ "warn.invalid-content-removed": "Nieprawidłowa zawartość została usunięta, aby zapobiec awarii (zobacz konsolę SMAPI po więcej informacji)."
+}
diff --git a/src/SMAPI/i18n/pl.json b/src/SMAPI/i18n/pl.json
new file mode 100644
index 00000000..b9c788fc
--- /dev/null
+++ b/src/SMAPI/i18n/pl.json
@@ -0,0 +1,6 @@
+{
+ // short date format for SDate
+ // tokens: {{day}} (like 15), {{season}} (like Spring), {{seasonLowercase}} (like spring), {{year}} (like 2)
+ "generic.date": "{{day}} {{seasonLowercase}}",
+ "generic.date-with-year": "{{day}} {{seasonLowercase}} w roku {{year}}"
+}