diff options
author | Skidam <67871298+Skidamek@users.noreply.github.com> | 2022-09-05 20:25:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-05 19:25:09 +0100 |
commit | 04fc335240a1348ad98d1ea09eb59f4f01f703df (patch) | |
tree | ccb25915f52c34b5b91661fef91aa46a90c806f8 | |
parent | e88e25389eb7970eb176e25920da6a37825dc915 (diff) | |
download | YetAnotherConfigLib-04fc335240a1348ad98d1ea09eb59f4f01f703df.tar.gz YetAnotherConfigLib-04fc335240a1348ad98d1ea09eb59f4f01f703df.tar.bz2 YetAnotherConfigLib-04fc335240a1348ad98d1ea09eb59f4f01f703df.zip |
Update to polish translations (#10)
-rw-r--r-- | src/main/resources/assets/yet-another-config-lib/lang/pl_pl.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/main/resources/assets/yet-another-config-lib/lang/pl_pl.json b/src/main/resources/assets/yet-another-config-lib/lang/pl_pl.json index a56700e..53a0f9e 100644 --- a/src/main/resources/assets/yet-another-config-lib/lang/pl_pl.json +++ b/src/main/resources/assets/yet-another-config-lib/lang/pl_pl.json @@ -15,6 +15,11 @@ "yacl.gui.fail_apply": "Nie udało się zastosować",
"yacl.gui.fail_apply.tooltip": "Wystąpił błąd i nie udało się zastosować zmian.",
"yacl.gui.save_before_exit": "Zapisz przed wyjściem!",
- "yacl.gui.save_before_exit.tooltip": "Zapisz lub anuluj, aby wyjść z GUI."
+ "yacl.gui.save_before_exit.tooltip": "Zapisz lub anuluj, aby wyjść z GUI.",
+
+ "yacl.restart.title": "Konfiguracja wymaga restartu!",
+ "yacl.restart.message": "Jedna lub więcej opcji wymaga ponownego uruchomienia gry, aby zastosować zmiany.",
+ "yacl.restart.yes": "Zamknij Minecrafta",
+ "yacl.restart.no": "Ignoruj"
}
\ No newline at end of file |