Merge pull request #808 from Zangorr/beta

Add Polish translations
This commit is contained in:
Jesse Plamondon-Willard 2021-10-17 18:53:21 -04:00
commit 0d5c86d750
No known key found for this signature in database
GPG Key ID: CF8B1456B3E29F49
2 changed files with 10 additions and 0 deletions

View File

@ -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)."
}

6
src/SMAPI/i18n/pl.json Normal file
View File

@ -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}}"
}