domains mostly finished

This commit is contained in:
Matt Hill
2025-08-05 17:29:48 -06:00
parent 3835562200
commit d8d1009417
30 changed files with 427 additions and 410 deletions

View File

@@ -112,7 +112,7 @@ export default {
109: 'Privat',
110: 'Fügen Sie eine Onion-Adresse hinzu, um dieses Interface anonym im Darknet verfügbar zu machen. Onion-Adressen sind nur über das Tor-Netzwerk erreichbar.',
111: 'Keine Onion-Adressen',
112: 'Neue Onion-Adresse',
112: 'Neue onion-adresse',
113: 'Privater Schlüssel (optional)',
114: 'Optional können Sie einen base64-codierten ed25519-Schlüssel angeben, um die Tor V3 (.onion)-Adresse zu generieren. Wenn nicht angegeben, wird ein zufälliger Schlüssel erstellt.',
115: 'Verarbeite 10.000 Logs',
@@ -303,7 +303,7 @@ export default {
308: 'Erforderlich, um ein Zertifikat von einer Zertifizierungsstelle zu erhalten',
309: 'Alle umschalten',
310: 'Fertig',
311: 'Master-Passwort erforderlich',
311: 'Master-passwort erforderlich',
312: 'Geben Sie Ihr Master-Passwort ein, um diese Sicherung zu verschlüsseln.',
313: 'Master-Passwort',
314: 'Master-Passwort eingeben',
@@ -539,6 +539,5 @@ export default {
544: 'Domain bearbeiten',
545: 'Keine Domains',
546: 'Anbieter',
547: 'DNS anzeigen',
548: 'DNS testen',
547: 'DNS verwalten',
} satisfies i18n

View File

@@ -15,7 +15,7 @@ export const ENGLISH = {
'Change Password': 13,
'General Settings': 14,
'Manage your overall setup and preferences': 15,
'Browser Tab Title': 16,
'Browser tab title': 16,
'Language': 17,
'Disk Repair': 18,
'Attempt automatic repair': 19,
@@ -103,7 +103,7 @@ export const ENGLISH = {
'You have unsaved changes. Are you sure you want to leave?': 101,
'Leave': 102,
'Are you sure?': 103,
'Select Domain': 104,
'Select domain': 104,
'Local': 105,
'Local addresses can only be accessed by devices connected to the same LAN as your server, either directly or using a VPN.': 106,
'Learn More': 107,
@@ -111,7 +111,7 @@ export const ENGLISH = {
'Private': 109,
'Add an onion address to anonymously expose this interface on the darknet. Onion addresses can only be reached over the Tor network.': 110,
'No onion addresses': 111,
'New Onion Address': 112,
'New onion address': 112,
'Private Key (optional)': 113,
'Optionally provide a base64-encoded ed25519 private key for generating the Tor V3 (.onion) address. If not provided, a random key will be generated and used.': 114,
'Processing 10,000 logs': 115,
@@ -297,16 +297,16 @@ export const ENGLISH = {
'Contact': 303, // as in, "contact us"
'Edit': 304,
'Add Certificate Authority': 305,
'Edit Contact Info': 306,
'Edit contact info': 306,
'Contact Emails': 307,
'Needed to obtain a certificate from a Certificate Authority': 308,
'Toggle all': 309,
'Done': 310,
'Master Password Needed': 311,
'Master password needed': 311,
'Enter your master password to encrypt this backup.': 312,
'Master Password': 313,
'Enter master password': 314,
'Original Password Needed': 315,
'Original password needed': 315,
'This backup was created with a different password. Enter the original password that was used to encrypt this backup.': 316,
'Original Password': 317,
'Enter original password': 318,
@@ -363,7 +363,7 @@ export const ENGLISH = {
'Ready to restore': 369,
'Local Hostname': 370,
'Created': 371,
'Password Required': 372,
'Password required': 372,
'Enter the master password that was used to encrypt this backup. On the next screen, you will select the individual services you want to restore.': 373,
'Decrypting drive': 374,
'Select services to restore': 375,
@@ -395,7 +395,7 @@ export const ENGLISH = {
'Terminate selected': 401,
'Terminating sessions': 402,
'No sessions': 403,
'Password Needed': 404,
'Password needed': 404,
'Connected': 405,
'Forget': 406, // as in, delete or remove
'WiFi Credentials': 407,
@@ -526,7 +526,7 @@ export const ENGLISH = {
'Finished': 532, // an in, complete
'Gateways': 533, // as in, a device or software that connects two different networks
'Gateways connect your server to the Internet. They process outbound traffic, and under certain conditions, they also permit inbound traffic.': 534,
'Add Gateway': 535, // as in, add a new network gateway to StartOS
'Add gateway': 535, // as in, add a new network gateway to StartOS
'Rename': 536,
'Access': 537, // as in, public or private access, almost "permission"
'Domains': 538, // as in, internet domains
@@ -535,9 +535,8 @@ export const ENGLISH = {
'Gateway': 541, // as in, a device or software that connects two different networks
'Default Certificate Authority': 542,
'Certificate Authority': 543,
'Edit Domain': 544,
'Edit domain': 544,
'No domains': 545,
'Provider': 546,
'Show DNS': 547,
'Test DNS': 548,
'Manage DNS': 547,
} as const

View File

@@ -112,7 +112,7 @@ export default {
109: 'Privado',
110: 'Agrega una dirección onion para exponer esta interfaz de forma anónima en la darknet. Las direcciones onion solo se pueden acceder a través de la red Tor.',
111: 'Sin direcciones onion',
112: 'Nueva dirección Onion',
112: 'Nueva dirección onion',
113: 'Clave privada (opcional)',
114: 'Opcionalmente proporciona una clave privada ed25519 codificada en base64 para generar la dirección Tor V3 (.onion). Si no se proporciona, se generará una clave aleatoria.',
115: 'Procesando 10,000 registros',
@@ -294,7 +294,6 @@ export default {
297: 'Se detectó un paquete s9pk de versión 1. Este formato está obsoleto. Puedes instalarlo manualmente con start-cli si es necesario.',
298: 'Archivo de paquete inválido',
299: 'Agregar un dominio a StartOS significa que puedes usarlo y sus subdominios para alojar interfaces de servicios en Internet público.',
300: 'Ver instrucciones',
303: 'Contacto',
304: 'Editar',
@@ -540,6 +539,5 @@ export default {
544: 'Editar dominio',
545: 'Sin dominios',
546: 'Proveedor',
547: 'Mostrar DNS',
548: 'Probar DNS',
547: 'Administrar DNS',
} satisfies i18n

View File

@@ -539,6 +539,5 @@ export default {
544: 'Modifier le domaine',
545: 'Aucun domaine',
546: 'Fournisseur',
547: 'Afficher le DNS',
548: 'Tester le DNS',
547: 'Gérer le DNS',
} satisfies i18n

View File

@@ -112,7 +112,7 @@ export default {
109: 'Prywatny',
110: 'Dodaj adres onion, aby anonimowo udostępnić ten interfejs w sieci Tor. Adresy onion są dostępne tylko przez sieć Tor.',
111: 'Brak adresów onion',
112: 'Nowy adres Onion',
112: 'Nowy adres onion',
113: 'Klucz prywatny (opcjonalnie)',
114: 'Opcjonalnie podaj klucz prywatny ed25519 zakodowany w base64, aby wygenerować adres Tor V3 (.onion). Jeśli nie zostanie podany, zostanie wygenerowany i użyty losowy klucz.',
115: 'Przetwarzanie 10 000 logów',
@@ -539,6 +539,5 @@ export default {
544: 'Edytuj domenę',
545: 'Brak domen',
546: 'Dostawca',
547: 'Pokaż DNS',
548: 'Test DNS',
547: 'Zarządzaj DNS',
} satisfies i18n