Add missing i18n key + translate 2 keys for polish
This commit is contained in:
parent
f2a27a2cf1
commit
69aa60d1fb
2 changed files with 3 additions and 0 deletions
|
@ -306,4 +306,5 @@ export default {
|
||||||
"One record": "One record",
|
"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: ",
|
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",
|
"Current User": "Current User",
|
||||||
|
recent: "Recent",
|
||||||
};
|
};
|
||||||
|
|
|
@ -303,4 +303,6 @@ export default {
|
||||||
records: "rekordy",
|
records: "rekordy",
|
||||||
"One record": "Jeden rekord",
|
"One record": "Jeden rekord",
|
||||||
steamApiKeyDescription: "Do monitorowania serwera gier Steam potrzebny jest klucz Steam Web-API. Możesz zarejestrować swój klucz API tutaj: ",
|
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",
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue