Add missing i18n key + translate 2 keys for polish

This commit is contained in:
Adam Stachowicz 2021-10-29 17:01:29 +02:00
parent f2a27a2cf1
commit 69aa60d1fb
2 changed files with 3 additions and 0 deletions

View File

@ -306,4 +306,5 @@ export default {
"One record": "One record",
steamApiKeyDescription: "For monitoring a Steam Game Server you need a Steam Web-API key. You can register your API key here: ",
"Current User": "Current User",
recent: "Recent",
};

View File

@ -303,4 +303,6 @@ export default {
records: "rekordy",
"One record": "Jeden rekord",
steamApiKeyDescription: "Do monitorowania serwera gier Steam potrzebny jest klucz Steam Web-API. Możesz zarejestrować swój klucz API tutaj: ",
"Current User": "Aktualny użytkownik",
recent: "Ostatnie",
};