diff --git a/packages/translation/src/lang/pl.json b/packages/translation/src/lang/pl.json index 49be808e1..b41f881ee 100644 --- a/packages/translation/src/lang/pl.json +++ b/packages/translation/src/lang/pl.json @@ -153,10 +153,10 @@ "label": "Użyj ikon dla pingów" }, "defaultSearchEngine": { - "label": "" + "label": "Domyślna wyszukiwarka" }, "openSearchInNewTab": { - "label": "" + "label": "Otwórz wyniki wyszukiwania w nowej karcie" } }, "error": { @@ -219,10 +219,10 @@ "changeSearchPreferences": { "notification": { "success": { - "message": "" + "message": "Ustawienia wyszukiwania zostały zmienione" }, "error": { - "message": "" + "message": "Nie można zmienić preferencji wyszukiwania" } } }, @@ -741,8 +741,8 @@ "newLabel": "Nowe hasło" }, "tokenId": { - "label": "", - "newLabel": "" + "label": "Token ID", + "newLabel": "Nowy token ID" }, "realm": { "label": "", @@ -915,7 +915,7 @@ "passwordRequirements": "Twoje hasło nie spełnia wymagań.", "boardAlreadyExists": "Tablica o tej nazwie już istnieje", "invalidFileType": "Nieprawidłowy typ pliku, oczekiwany {expected}", - "invalidFileName": "", + "invalidFileName": "Nieprawidłowa nazwa pliku", "fileTooLarge": "Plik jest zbyt duży, maksymalny rozmiar to {maxSize}", "invalidConfiguration": "Nieprawidłowa konfiguracja", "groupNameTaken": "Nazwa użytkownika jest już zajęta" @@ -948,7 +948,7 @@ "moveDown": "Przenieś w dół", "createAbove": "Nowa kategoria powyżej", "createBelow": "Nowa kategoria poniżej", - "openAllInNewTabs": "" + "openAllInNewTabs": "Otwórz wszystkie w kartach" }, "create": { "title": "Nowa kategoria", @@ -969,7 +969,7 @@ } }, "openAllInNewTabs": { - "title": "", + "title": "Otwórz wszystkie w kartach", "text": "" } } @@ -1080,13 +1080,13 @@ } }, "hideIcon": { - "label": "" + "label": "Ukryj ikony" }, "hideHostname": { "label": "" }, "openNewTab": { - "label": "" + "label": "Otwórz w nowej karcie" }, "items": { "label": "Zakładki", @@ -1200,8 +1200,8 @@ "description": "Jak powinna wyglądać data" }, "customTimeFormat": { - "label": "", - "description": "" + "label": "Własny format czasu", + "description": "Użyj ISO 8601 do formatu czasu (spowoduje nadpisanie innych opcji)" }, "customDateFormat": { "label": "", @@ -1414,8 +1414,8 @@ }, "currentWindSpeed": "", "dailyForecast": { - "sunrise": "", - "sunset": "", + "sunrise": "Wschód słońca", + "sunset": "Zachód słońca", "maxWindSpeed": "", "maxWindGusts": "" }, @@ -1454,7 +1454,7 @@ "name": "Monitorowanie zdrowia systemu", "description": "Wyświetla informacje o stanie Twojego systemu(ów).", "tab": { - "system": "", + "system": "System", "cluster": "" }, "option": { @@ -1497,8 +1497,8 @@ }, "cluster": { "summary": { - "cpu": "", - "memory": "" + "cpu": "CPU", + "memory": "RAM" }, "resource": { "node": { @@ -1518,16 +1518,16 @@ "rightSection": { "node": "", "vmId": "", - "plugin": "" + "plugin": "Wtyczka" }, "detail": { "cpu": "", - "memory": "", - "storage": "", - "uptime": "", - "haState": "", + "memory": "Pamięć", + "storage": "Magazyn", + "uptime": "Czas pracy", + "haState": "Stan HA", "storageType": { - "local": "", + "local": "Magazyn lokalny", "shared": "" } } diff --git a/packages/translation/src/lang/tr.json b/packages/translation/src/lang/tr.json index aa90e974f..a59b49223 100644 --- a/packages/translation/src/lang/tr.json +++ b/packages/translation/src/lang/tr.json @@ -2053,8 +2053,8 @@ } }, "disableStatus": { - "label": "", - "description": "" + "label": "Uygulama durumunu devre dışı bırak", + "description": "Bu paneldeki tüm uygulamaların durum denetimini devre dışı bırakır" }, "columnCount": { "label": "Sütun Sayısı" @@ -2090,7 +2090,7 @@ "title": "Özel Css" }, "behavior": { - "title": "" + "title": "Davranış" }, "access": { "title": "Erişim Kontrolü", @@ -2485,14 +2485,14 @@ "description": "Seçim yalnızca herkese açık paneller için kullanılabilir" }, "status": { - "title": "", + "title": "Uygulama durumu", "enableStatusByDefault": { - "label": "", - "description": "" + "label": "Varsayılan olarak durumu etkinleştir", + "description": "Bir uygulama öğesi eklerken, durum varsayılan olarak etkinleştirilecektir" }, "forceDisableStatus": { - "label": "", - "description": "" + "label": "Durumu zorla devre dışı bırak", + "description": "Uygulamalar için durum tüm kullanıcılar için devre dışı bırakılacak ve etkinleştirilemeyecek" } } },