mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
add support for inbound proxies
This commit is contained in:
@@ -528,4 +528,12 @@ export default {
|
||||
530: 'StartOS-Paket',
|
||||
531: 'Fehler beim Initialisieren des Servers',
|
||||
532: 'Abgeschlossen',
|
||||
533: 'Eingehende Proxys',
|
||||
534: 'Eingehende Proxys ermöglichen den Fernzugriff auf Ihren Server und installierte Dienste.',
|
||||
535: 'Gespeicherte Proxys',
|
||||
536: 'Proxy hinzufügen',
|
||||
537: 'Bezeichnung',
|
||||
538: 'Keine Proxys',
|
||||
539: 'Bezeichnung aktualisieren',
|
||||
540: 'Umbenennen',
|
||||
} satisfies i18n
|
||||
|
||||
@@ -527,4 +527,12 @@ export const ENGLISH = {
|
||||
'StartOS package': 530, // as in, the URL of the source code for the StartOS package
|
||||
'Error initializing server': 531,
|
||||
'Finished': 532, // an in, complete
|
||||
'Inbound Proxies': 533, // as in a service used to proxy internet traffic
|
||||
'Inbound proxies provide remote access to your server and installed services.': 534,
|
||||
'Saved Proxies': 535, // as in, a list of proxies already added to StartOS
|
||||
'Add Proxy': 536, // as in, add a new proxy to StartOS
|
||||
'Label': 537, // as in, a name given to something
|
||||
'No proxies': 538,
|
||||
'Update Label': 539,
|
||||
'Rename': 540
|
||||
} as const
|
||||
|
||||
@@ -528,4 +528,12 @@ export default {
|
||||
530: 'Paquete StartOS',
|
||||
531: 'Error al inicializar el servidor',
|
||||
532: 'Finalizado',
|
||||
533: 'Proxies entrantes',
|
||||
534: 'Los proxies entrantes proporcionan acceso remoto a su servidor y servicios instalados.',
|
||||
535: 'Proxies guardados',
|
||||
536: 'Agregar proxy',
|
||||
537: 'Etiqueta',
|
||||
538: 'Sin proxies',
|
||||
539: 'Actualizar etiqueta',
|
||||
540: 'Renombrar',
|
||||
} satisfies i18n
|
||||
|
||||
@@ -528,4 +528,12 @@ export default {
|
||||
530: 'Paquet StartOS',
|
||||
531: "Erreur lors de l'initialisation du serveur",
|
||||
532: 'Terminé',
|
||||
533: 'Proxies entrants',
|
||||
534: 'Les proxies entrants permettent un accès à distance à votre serveur et aux services installés.',
|
||||
535: 'Proxies enregistrés',
|
||||
536: 'Ajouter un proxy',
|
||||
537: 'Étiquette',
|
||||
538: 'Aucun proxy',
|
||||
539: 'Mettre à jour l’étiquette',
|
||||
540: 'Renommer',
|
||||
} satisfies i18n
|
||||
|
||||
@@ -528,4 +528,12 @@ export default {
|
||||
530: 'Pakiet StartOS',
|
||||
531: 'Błąd inicjalizacji serwera',
|
||||
532: 'Zakończono',
|
||||
533: 'Proksy przychodzące',
|
||||
534: 'Proksy przychodzące zapewniają zdalny dostęp do twojego serwera i zainstalowanych usług.',
|
||||
535: 'Zapisane proksy',
|
||||
536: 'Dodaj proksy',
|
||||
537: 'Etykieta',
|
||||
538: 'Brak proksy',
|
||||
539: 'Aktualizuj etykietę',
|
||||
540: 'Zmień nazwę',
|
||||
} satisfies i18n
|
||||
|
||||
Reference in New Issue
Block a user