mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-27 02:41:53 +00:00
nix StartOS domains, implement public and private domains at interface scope
This commit is contained in:
@@ -90,13 +90,12 @@ export default {
|
||||
88: 'Aktionen',
|
||||
89: 'nicht empfohlen',
|
||||
90: 'Root-CA ist vertrauenswürdig!',
|
||||
96: 'Domain hinzufügen',
|
||||
96: '',
|
||||
97: 'Wird entfernt',
|
||||
100: 'Nicht gespeicherte Änderungen',
|
||||
101: 'Sie haben nicht gespeicherte Änderungen. Möchten Sie die Seite wirklich verlassen?',
|
||||
102: 'Verlassen',
|
||||
103: 'Sind Sie sicher?',
|
||||
104: 'Domain auswählen',
|
||||
108: 'Öffentlich',
|
||||
109: 'privat',
|
||||
111: 'Keine Onion-Domains',
|
||||
@@ -519,11 +518,13 @@ export default {
|
||||
546: 'Anbieter',
|
||||
547: '',
|
||||
548: '',
|
||||
549: '',
|
||||
550: '',
|
||||
551: '',
|
||||
552: '',
|
||||
553: '',
|
||||
554: '',
|
||||
555: '',
|
||||
556: '',
|
||||
557: '',
|
||||
558: '',
|
||||
} satisfies i18n
|
||||
|
||||
@@ -89,13 +89,12 @@ export const ENGLISH = {
|
||||
'Actions': 88, // as in, actions available to the user
|
||||
'not recommended': 89,
|
||||
'Root CA Trusted!': 90,
|
||||
'Add domain': 96,
|
||||
'Add public domain': 96,
|
||||
'Removing': 97,
|
||||
'Unsaved changes': 100,
|
||||
'You have unsaved changes. Are you sure you want to leave?': 101,
|
||||
'Leave': 102,
|
||||
'Are you sure?': 103,
|
||||
'Select domain': 104,
|
||||
'public': 108,
|
||||
'private': 109,
|
||||
'No Tor domains': 111,
|
||||
@@ -513,16 +512,18 @@ export const ENGLISH = {
|
||||
'Domain': 540, // as in, an internat domain name
|
||||
'Gateway': 541, // as in, a device or software that connects two different networks
|
||||
'Certificate Authority': 543,
|
||||
'Edit domain': 544,
|
||||
'Edit public domain': 544,
|
||||
'No public domains': 545,
|
||||
'Provider': 546,
|
||||
'View DNS': 547,
|
||||
'Clearnet Domains': 548,
|
||||
'No clearnet domains': 549,
|
||||
'New public domain': 548,
|
||||
'Addresses': 550,
|
||||
'Common': 551,
|
||||
'Uncommon': 552,
|
||||
'No addresses': 553,
|
||||
'Change CA': 554,
|
||||
'Address details': 555,
|
||||
'Private Domains': 556,
|
||||
'No private domains': 557,
|
||||
'New private domain': 558
|
||||
} as const
|
||||
|
||||
@@ -90,13 +90,12 @@ export default {
|
||||
88: 'Acciones',
|
||||
89: 'no recomendado',
|
||||
90: '¡CA raíz confiable!',
|
||||
96: 'Agregar dominio',
|
||||
96: '',
|
||||
97: 'Eliminando',
|
||||
100: 'Cambios no guardados',
|
||||
101: 'Tienes cambios no guardados. ¿Estás seguro de que deseas salir?',
|
||||
102: 'Salir',
|
||||
103: '¿Estás seguro?',
|
||||
104: 'Seleccionar dominio',
|
||||
108: 'público',
|
||||
109: 'privado',
|
||||
111: 'Sin dominios onion',
|
||||
@@ -519,11 +518,13 @@ export default {
|
||||
546: 'Proveedor',
|
||||
547: '',
|
||||
548: '',
|
||||
549: '',
|
||||
550: '',
|
||||
551: '',
|
||||
552: '',
|
||||
553: '',
|
||||
554: '',
|
||||
555: '',
|
||||
556: '',
|
||||
557: '',
|
||||
558: '',
|
||||
} satisfies i18n
|
||||
|
||||
@@ -90,13 +90,12 @@ export default {
|
||||
88: 'Actions',
|
||||
89: 'non recommandé',
|
||||
90: 'Certificat racine approuvé !',
|
||||
96: 'Ajouter un domaine',
|
||||
96: '',
|
||||
97: 'Suppression',
|
||||
100: 'Modifications non enregistrées',
|
||||
101: 'Vous avez des modifications non enregistrées. Voulez-vous vraiment quitter ?',
|
||||
102: 'Quitter',
|
||||
103: 'Êtes-vous sûr ?',
|
||||
104: 'Sélectionner un domaine',
|
||||
108: 'public',
|
||||
109: 'privé',
|
||||
111: 'Aucune domaine onion',
|
||||
@@ -519,11 +518,13 @@ export default {
|
||||
546: 'Fournisseur',
|
||||
547: '',
|
||||
548: '',
|
||||
549: '',
|
||||
550: '',
|
||||
551: '',
|
||||
552: '',
|
||||
553: '',
|
||||
554: '',
|
||||
555: '',
|
||||
556: '',
|
||||
557: '',
|
||||
558: '',
|
||||
} satisfies i18n
|
||||
|
||||
@@ -90,13 +90,12 @@ export default {
|
||||
88: 'Akcje',
|
||||
89: 'niezalecane',
|
||||
90: 'Główny certyfikat CA zaufany!',
|
||||
96: 'Dodaj domenę',
|
||||
96: '',
|
||||
97: 'Usuwanie',
|
||||
100: 'Niezapisane zmiany',
|
||||
101: 'Masz niezapisane zmiany. Czy na pewno chcesz opuścić tę stronę?',
|
||||
102: 'Opuść',
|
||||
103: 'Czy jesteś pewien?',
|
||||
104: 'Wybierz domenę',
|
||||
108: 'publiczny',
|
||||
109: 'prywatny',
|
||||
111: 'Brak domeny onion',
|
||||
@@ -519,11 +518,13 @@ export default {
|
||||
546: 'Dostawca',
|
||||
547: '',
|
||||
548: '',
|
||||
549: '',
|
||||
550: '',
|
||||
551: '',
|
||||
552: '',
|
||||
553: '',
|
||||
554: '',
|
||||
555: '',
|
||||
556: '',
|
||||
557: '',
|
||||
558: '',
|
||||
} satisfies i18n
|
||||
|
||||
Reference in New Issue
Block a user