refactor: fix multiple comments (#3013)

* refactor: fix multiple comments

* styling changes, add documentation to sidebar

* translations for dns page

* refactor: subtle colors

* rearrange service page

---------

Co-authored-by: Matt Hill <mattnine@protonmail.com>
This commit is contained in:
Alex Inkin
2025-08-30 00:37:34 +07:00
committed by GitHub
parent 8163db7ac3
commit ca39ffb9eb
29 changed files with 287 additions and 199 deletions

View File

@@ -491,7 +491,7 @@ export default {
518: 'Verwerfen',
520: 'Update verfügbar',
521: 'Um das Problem zu beheben, siehe',
522: 'SDK Version',
522: 'SDK version',
523: 'Sicherungsbericht',
524: 'Ausgewählte löschen',
525: 'Keine SSH-Schlüssel',
@@ -577,4 +577,12 @@ export default {
610: 'Dynamisches DNS',
611: 'Keine Service-Schnittstellen',
612: 'Grund',
613: 'Private Gateways für die StartOS-Benutzeroberfläche können nicht deaktiviert werden',
614: 'CA-Fingerabdruck',
615: 'DHCP-Server',
616: 'DHCP-Server können nicht bearbeitet werden',
617: 'Statisch',
618: 'Statische Server',
619: 'Warnung. StartOS verwendet derzeit das folgende Gateway für DNS',
620: 'Wenn Sie dieses Gateway für die Auflösung privater Domains verwenden möchten, legen Sie alternative statische DNS-Server mit dem obigen Formular fest.',
} satisfies i18n

View File

@@ -254,9 +254,9 @@ export const ENGLISH = {
'unknown %': 270,
'Not provided': 271,
'Links': 272,
'Git Hash': 273,
'Git hash': 273,
'License': 274,
'Installed From': 275,
'Installed from': 275,
'Marketing': 278,
'Support': 279,
'Donations': 280,
@@ -490,7 +490,7 @@ export const ENGLISH = {
'Dismiss': 518, // as in, dismiss or delete a task
'Update available': 520,
'To resolve the issue, refer to': 521,
'SDK Version': 522,
'SDK version': 522,
'Backup Report': 523,
'Delete selected': 524,
'No SSH keys': 525,
@@ -576,4 +576,12 @@ export const ENGLISH = {
'Dynamic DNS': 610,
'No service interfaces': 611, // as in, there are no available interfaces (API, UI, etc) for this software application
'Reason': 612, // as in, an explanation for something
'Cannot disable private gateways for StartOS UI': 613,
'CA fingerprint': 614, // as in, the unique, fixed-length digital identifier generated from a certificate's data using a cryptographic hash function
'DHCP Servers': 615,
'Cannot edit DHCP servers': 616,
'Static': 617, // as in, unchanging
'Static Servers': 618, // as in, servers that do not change
'Warning. StartOS is currently using the following gateway for DNS': 619,
'If you intend to use this gateway for private domain resolution, set alternative static DNS servers using the form above.': 620,
} as const

View File

@@ -577,4 +577,12 @@ export default {
610: 'DNS dinámico',
611: 'Sin interfaces de servicio',
612: 'Razón',
613: 'No se pueden deshabilitar las puertas de enlace privadas para la interfaz de usuario de StartOS',
614: 'Huella digital de la CA',
615: 'Servidores DHCP',
616: 'No se pueden editar los servidores DHCP',
617: 'Estático',
618: 'Servidores estáticos',
619: 'Advertencia. StartOS está utilizando actualmente la siguiente puerta de enlace para DNS',
620: 'Si deseas usar esta puerta de enlace para la resolución de dominios privados, configura servidores DNS estáticos alternativos usando el formulario anterior.',
} satisfies i18n

View File

@@ -577,4 +577,12 @@ export default {
610: 'DNS dynamique',
611: 'Aucune interface de service',
612: 'Raison',
613: "Impossible de désactiver les passerelles privées pour l'interface utilisateur StartOS",
614: 'Empreinte de lAC',
615: 'Serveurs DHCP',
616: 'Impossible de modifier les serveurs DHCP',
617: 'Statique',
618: 'Serveurs statiques',
619: 'Avertissement. StartOS utilise actuellement la passerelle suivante pour le DNS',
620: 'Si vous souhaitez utiliser cette passerelle pour la résolution de domaines privés, définissez des serveurs DNS statiques alternatifs à laide du formulaire ci-dessus.',
} satisfies i18n

View File

@@ -577,4 +577,12 @@ export default {
610: 'Dynamiczny DNS',
611: 'Brak interfejsów usług',
612: 'Powód',
613: 'Nie można wyłączyć prywatnych bram dla interfejsu użytkownika StartOS',
614: 'Odcisk palca CA',
615: 'Serwery DHCP',
616: 'Nie można edytować serwerów DHCP',
617: 'Statyczny',
618: 'Serwery statyczne',
619: 'Ostrzeżenie. StartOS obecnie używa następującej bramy do DNS',
620: 'Jeśli zamierzasz używać tej bramy do rozwiązywania domen prywatnych, ustaw alternatywne statyczne serwery DNS za pomocą powyższego formularza.',
} satisfies i18n

View File

@@ -88,13 +88,6 @@
--start9-base-5: rgba(60, 62, 64, 1);
}
[tuiAppearance][data-appearance^='primary']:not([tuiCheckbox]._readonly) {
@include taiga.appearance-disabled {
background: var(--tui-status-neutral);
color: #333;
}
}
[tuiAppearance][data-appearance='primary-success'] {
color: var(--tui-text-primary-on-accent-1);
background: var(--tui-status-positive);
@@ -108,8 +101,7 @@
}
@include taiga.appearance-disabled {
background: var(--tui-status-neutral);
color: #333;
opacity: var(--tui-disabled-opacity);
}
}