mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
Fix/fe bugs 3 (#2943)
* fix typeo in patch db seed * show all registries in updates tab, fix required dependnecy display in marketplace, update browser tab title desc * always show pointer for version select * chore: fix comments * support html in action desc and marketplace long desc, only show qr in action res if qr is true * disable save if smtp creds not edited, show better smtp success message * dont dismiss login spinner until patchDB returns * feat: redesign of service dashboard and interface (#2946) * feat: redesign of service dashboard and interface * chore: comments * re-add setup complete * dibale launch UI when not running, re-style things, rename things * back to 1000 * fix clearnet docs link and require password retype in setup wiz * faster hint display * display dependency ID if title not available * fix migration * better init progress view * fix setup success page by providing VERSION and notifications page fixes * force uninstall from service error page, soft or hard * handle error state better * chore: fixed for install and setup wizards * chore: fix issues (#2949) * enable and disable kiosk mode * minor fixes * fix dependency mounts * dismissable tasks * provide replayId * default if health check success message is null * look for wifi interface too * dash for null user agent in sessions * add disk repair to diagnostic api --------- Co-authored-by: waterplea <alexander@inkin.ru> Co-authored-by: Aiden McClelland <me@drbonez.dev>
This commit is contained in:
@@ -60,7 +60,7 @@ export default {
|
||||
57: 'Rozpoczynanie wyłączania',
|
||||
58: 'Dodaj',
|
||||
59: 'OK',
|
||||
60: 'Czy na pewno chcesz usunąć ten wpis?',
|
||||
60: 'francuski',
|
||||
61: 'Ta wartość nie może być zmieniona po jej ustawieniu',
|
||||
62: 'Kontynuuj',
|
||||
63: 'Kliknij lub upuść plik tutaj',
|
||||
@@ -85,7 +85,7 @@ export default {
|
||||
82: 'Monitorowanie',
|
||||
83: 'Logi',
|
||||
84: 'Powiadomienia',
|
||||
85: 'Uruchom interfejs',
|
||||
85: 'Twarde odinstalowanie',
|
||||
86: 'Pokaż kod QR',
|
||||
87: 'Kopiuj URL',
|
||||
88: 'Akcje',
|
||||
@@ -230,9 +230,9 @@ export default {
|
||||
227: 'Nieznany błąd',
|
||||
228: 'Błąd',
|
||||
229: '„Odbuduj kontener” to bezpieczna akcja, która zajmuje tylko kilka sekund. Prawdopodobnie rozwiąże ten problem.',
|
||||
230: '„Odinstaluj serwis” to niebezpieczna akcja, która usunie serwis ze StartOS i trwale usunie wszystkie jego dane.',
|
||||
230: '„Twarde odinstalowanie” to niebezpieczna akcja, która usunie serwis ze StartOS i trwale usunie wszystkie jego dane.',
|
||||
231: 'Odbuduj kontener',
|
||||
232: 'Odinstaluj serwis',
|
||||
232: 'Miękkie odinstalowanie',
|
||||
233: 'Zobacz pełną wiadomość',
|
||||
234: 'Błąd serwisu',
|
||||
235: 'Oczekiwanie na wynik',
|
||||
@@ -247,7 +247,6 @@ export default {
|
||||
244: 'Hosting',
|
||||
245: 'Instalowanie',
|
||||
246: 'Zobacz poniżej',
|
||||
247: 'Sterowanie',
|
||||
248: 'Brak zainstalowanych serwisów',
|
||||
249: 'Uruchomiony',
|
||||
250: 'Zatrzymany',
|
||||
@@ -414,12 +413,12 @@ export default {
|
||||
411: 'Inne sieci',
|
||||
412: 'WiFi jest wyłączone',
|
||||
413: 'Nie wykryto interfejsu bezprzewodowego',
|
||||
414: 'Włączanie WiFi',
|
||||
415: 'Wyłączanie WiFi',
|
||||
414: 'Włączanie',
|
||||
415: 'Wyłączanie',
|
||||
416: 'Łączenie. To może chwilę potrwać',
|
||||
417: 'Ponów próbę',
|
||||
418: 'Pokaż więcej',
|
||||
419: 'Informacje o wydaniu',
|
||||
419: 'Zobacz szczegóły',
|
||||
420: 'Zobacz listę',
|
||||
421: 'Serwisy zależne od',
|
||||
422: 'przestaną działać poprawnie i mogą ulec awarii.',
|
||||
@@ -503,5 +502,20 @@ export default {
|
||||
500: 'Zobacz Rynek',
|
||||
501: 'Witamy w',
|
||||
502: 'suwerenne przetwarzanie',
|
||||
503: 'francuski',
|
||||
503: 'Dostosuj nazwę wyświetlaną na karcie przeglądarki',
|
||||
504: 'Zarządzać',
|
||||
505: 'Czy na pewno chcesz usunąć ten adres?',
|
||||
506: '„Miękkie odinstalowanie” usunie usługę z StartOS, ale zachowa jej dane.',
|
||||
507: 'Brak zapisanych dostawców',
|
||||
508: 'Tryb kiosku',
|
||||
509: 'Włączony',
|
||||
510: 'Wyłącz tryb kiosku, chyba że potrzebujesz podłączyć monitor',
|
||||
511: 'Włącz tryb kiosku, jeśli potrzebujesz podłączyć monitor',
|
||||
512: 'Tryb kiosku jest niedostępny na tym urządzeniu',
|
||||
513: 'Włącz',
|
||||
514: 'Wyłącz',
|
||||
515: 'Obecnie używasz kiosku. Wyłączenie trybu kiosku spowoduje jego rozłączenie.',
|
||||
516: 'Zalecane',
|
||||
517: 'Czy na pewno chcesz odrzucić to zadanie?',
|
||||
518: 'Odrzuć',
|
||||
} satisfies i18n
|
||||
|
||||
Reference in New Issue
Block a user