mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
update/alpha.9 (#2988)
* import marketplac preview for sideload * fix: improve state service (#2977) * fix: fix sideload DI * fix: update Angular * fix: cleanup * fix: fix version selection * Bump node version to fix build for Angular * misc fixes - update node to v22 - fix chroot-and-upgrade access to prune-images - don't self-migrate legacy packages - #2985 - move dataVersion to volume folder - remove "instructions.md" from s9pk - add "docsUrl" to manifest * version bump * include flavor when clicking view listing from updates tab * closes #2980 * fix: fix select button * bring back ssh keys * fix: drop 'portal' from all routes * fix: implement longtap action to select table rows * fix description for ssh page * replace instructions with docsLink and refactor marketplace preview * delete unused translations * fix patchdb diffing algorithm * continue refactor of marketplace lib show components * Booting StartOS instead of Setting up your server on init * misc fixes - closes #2990 - closes #2987 * fix build * docsUrl and clickable service headers * don't cleanup after update until new service install succeeds * update types * misc fixes * beta.35 * sdkversion, githash for sideload, correct logs for init, startos pubkey display * bring back reboot button on install * misc fixes * beta.36 * better handling of setup and init for websocket errors * reopen init and setup logs even on graceful closure * better logging, misc fixes * fix build * dont let package stats hang * dont show docsurl in marketplace if no docsurl * re-add needs-config * show error if init fails, shorten hover state on header icons * fix operator precedemce --------- Co-authored-by: Matt Hill <mattnine@protonmail.com> Co-authored-by: Alex Inkin <alexander@inkin.ru> Co-authored-by: Mariusz Kogen <k0gen@pm.me>
This commit is contained in:
@@ -274,11 +274,9 @@ export default {
|
||||
273: 'Hash de Git',
|
||||
274: 'Licencia',
|
||||
275: 'Instalado desde',
|
||||
276: 'Repositorio del servicio',
|
||||
277: 'Repositorio del paquete',
|
||||
278: 'Sitio de marketing',
|
||||
279: 'Sitio de soporte',
|
||||
280: 'Enlace de donación',
|
||||
278: 'Marketing',
|
||||
279: 'Soporte',
|
||||
280: 'Donaciones',
|
||||
281: 'Acciones estándar',
|
||||
282: 'Reconstruir servicio',
|
||||
283: 'Reconstruye el contenedor del servicio. Solo es necesario si hay un error en StartOS',
|
||||
@@ -287,7 +285,6 @@ export default {
|
||||
286: 'Panel de control',
|
||||
287: 'panel de control',
|
||||
288: 'acciones',
|
||||
289: 'instrucciones',
|
||||
290: 'registros',
|
||||
291: 'acerca de',
|
||||
292: 'Iniciando carga',
|
||||
@@ -485,7 +482,7 @@ export default {
|
||||
484: 'Actualiza la página. Si actualizar no funciona, puede que necesites cerrar y volver a abrir tu navegador, y luego volver a esta página.',
|
||||
485: 'Interfaz de StartOS',
|
||||
486: 'WiFi',
|
||||
487: 'Instrucciones',
|
||||
487: 'Documentación',
|
||||
488: 'español',
|
||||
489: 'polaco',
|
||||
490: 'alemán',
|
||||
@@ -496,7 +493,7 @@ export default {
|
||||
495: 'Validando',
|
||||
496: 'en progreso',
|
||||
497: 'completo',
|
||||
498: 'Haga clic para ver todas las versiones',
|
||||
498: 'Iniciando StartOS',
|
||||
499: 'Para comenzar, visita el Mercado y descarga tu primer servicio',
|
||||
500: 'Ver Marketplace',
|
||||
501: 'Bienvenido a',
|
||||
@@ -522,4 +519,13 @@ export default {
|
||||
521: 'Para resolver el problema, consulta',
|
||||
522: 'Versión de SDK',
|
||||
523: 'Informe de respaldo',
|
||||
524: 'Eliminar seleccionado',
|
||||
525: 'Sin llaves',
|
||||
526: 'Agregar clave pública SSH',
|
||||
527: 'De forma predeterminada, puedes conectarte por SSH a tu servidor desde cualquier dispositivo usando tu contraseña maestra. Opcionalmente, añade claves públicas SSH para otorgar acceso a dispositivos específicos sin necesidad de ingresar una contraseña.',
|
||||
528: 'Código fuente',
|
||||
529: 'Servicio original',
|
||||
530: 'Paquete StartOS',
|
||||
531: 'Error al inicializar el servidor',
|
||||
532: 'Finalizado',
|
||||
} satisfies i18n
|
||||
|
||||
Reference in New Issue
Block a user