From 5e9ab3d943aba1928128984f22e3876e777bbcb6 Mon Sep 17 00:00:00 2001 From: AnotherPillow Date: Thu, 23 Nov 2023 18:12:44 +0000 Subject: [PATCH] Polish translation - @amonochromatic on discord --- README.md | 3 ++- i18n/pl.json | 28 ++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 i18n/pl.json diff --git a/README.md b/README.md index e74ae65..b842a80 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ This is yet another rewrite of [XNB2CP-js](https://github.com/anotherpillow/xnb2 - XNB-js by [lybell-art](https://github.com/lybell-art/xnb-js) - [Custom Menu Background](https://www.nexusmods.com/stardewvalley/mods/7416) by [herbivoor](https://www.nexusmods.com/stardewvalley/users/78936668) +- Polish translation by @amonochromatic on Discord. ## Translations @@ -22,4 +23,4 @@ This is yet another rewrite of [XNB2CP-js](https://github.com/anotherpillow/xnb2 2. Clone `i18n/en.json`, and rename it to `[language code].json` - The "language code" is the first half of `window.navigator` (check by just running this in your browser console) 3. Replace the English text with it of your language. -4. Create a pull request. \ No newline at end of file +4. Create a pull request. diff --git a/i18n/pl.json b/i18n/pl.json new file mode 100644 index 0000000..405a69d --- /dev/null +++ b/i18n/pl.json @@ -0,0 +1,28 @@ +{ + "choose-content-folder.h1": "Wybierz folder \"Content\" zawierający mod XNB który chcesz przemienić.", + "file-upload-dialog-opened.h2": "Otworzyło się okno przesyłania plików.", + "background-credits.p": "Tło jest stworzone dzięki zasobom z Custom Menu Background.", + "text-mod-credits.p": "XNB2CP Web jest możliwe dzięki xnb-js stworzone przez lybell-art, co jest bazowane na xnbcli stworzone przez LeonBlade. Content Patcher jest stworzony przez Pathoschild.", + + "title.h1": "XNB2CP Web", + "usage-guide.h3": "Sposób Użycia", + + "manifest.h2": "Manifest", + + "name.label": "Nazwa", + "name-placeholder-value.input": "Mod XNB", + + "author.label": "Autor", + "author-placeholder-value.input": "UnconcernedApe", + + "version.label": "Wersja", + "version-placeholder-value.input": "1.0.0", + + "hidden-submission-value.input": "NIE KLIKAJ", + + "files.h2": "Pliki", + "file.th": "Plik", + "size.th": "Rozmiar", + "path.th": "Ścieżka" + +} \ No newline at end of file