mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-01-14 02:33:34 +02:00
Add missing i18n key + translate 2 keys for polish
This commit is contained in:
parent
f2a27a2cf1
commit
69aa60d1fb
@ -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 New Issue
Block a user