Skip to content

Commit

Permalink
Polish translation - @amonochromatic on discord
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherPillow committed Nov 23, 2023
1 parent 113f1fe commit 5e9ab3d
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ 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

1. Fork this repository
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.
4. Create a pull request.
28 changes: 28 additions & 0 deletions i18n/pl.json
Original file line number Diff line number Diff line change
@@ -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 <a href=\"https://www.nexusmods.com/stardewvalley/mods/7416\" target=\"_blank\">Custom Menu Background</a>.",
"text-mod-credits.p": "XNB2CP Web jest możliwe dzięki <a href=\"https://github.com/lybell-art/xnb-js\" target=\"_blank\">xnb-js</a> stworzone przez lybell-art, co jest bazowane na <a href=\"https://github.com/LeonBlade/xnbcli\" target=\"_blank\">xnbcli</a> stworzone przez LeonBlade. <a href=\"https://github.com/Pathoschild/StardewMods/tree/develop/ContentPatcher\" target=\"_blank\">Content Patcher</a> 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"

}

0 comments on commit 5e9ab3d

Please sign in to comment.