-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #182 from aruznieto/i18n
feat: i18n
- Loading branch information
Showing
30 changed files
with
555 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
{ | ||
"flowRules": "Flow Rules", | ||
"createNetwork": "Create A Network", | ||
"createOneNetwork": "Please create at least one network", | ||
"controllerNetworks": "Controller networks", | ||
"network_one": "Network", | ||
"network_other": "Networks", | ||
"controllerAddress": "Network controller address", | ||
"loginToContinue": "Please, Log In to continue", | ||
"zerouiDesc": "ZeroUI - ZeroTier Controller Web UI - is a web user interface for a self-hosted ZeroTier network controller.", | ||
"logIn": "Log In", | ||
"logInToken": "Token Log In", | ||
"cancel": "Cancel", | ||
"management": "Management", | ||
"deleteNetwork": "Delete Network", | ||
"deleteAlert": "This action cannot be undone.", | ||
"deleteNetworkConfirm": "Are you sure you want to delete this network?", | ||
"deleteMemberConfirm": "Are you sure you want to delete this member?", | ||
"delete": "Delete", | ||
"logOut": "Log out", | ||
"advancedFeature": "ADVANCED FEATURE", | ||
"noDevices": "No devices have joined this network. Use the app on your devices to join", | ||
"member_one": "Member", | ||
"member_other": "Members", | ||
"addMemberManually": "Manually Add Member", | ||
"name": "Name", | ||
"description": "Description", | ||
"allowBridging": "Allow Ethernet Bridging", | ||
"noAutoIP": "Do Not Auto-Assign IPs", | ||
"capabilities": "Capabilities", | ||
"noCapDef": "No capabilities defined", | ||
"tags": "Tags", | ||
"noTagDef": "No tags defined", | ||
"authorized": "Authorized", | ||
"address": "Address", | ||
"managedIPs": "Managed IPs", | ||
"lastSeen": "Last seen", | ||
"version": "Version", | ||
"physIp": "Physical IP", | ||
"latency": "Latency", | ||
"settings": "Settings", | ||
"generalSettings": "General settings", | ||
"networkId": "Network ID", | ||
"accessControl": "Access control", | ||
"public": "Public", | ||
"private": "Private", | ||
"managedRoutes": "Managed routes", | ||
"addRoute": "Add route", | ||
"target": "Target", | ||
"via": "Via", | ||
"start": "Start", | ||
"end": "End", | ||
"ipv4AutoAssign": "IPv4 Auto-Assign", | ||
"autoAssignPool": "IPv4 Auto-Assign", | ||
"addIPv4Pool": "Add IPv4 Pool", | ||
"multicastLimit": "Multicast Recipient Limit", | ||
"enableBroadcast": "Enable Broadcast", | ||
"logInFailed": "Invalid username or password", | ||
"tooManyAttempts": "Too many login attempts, please try again in 15 minutes.", | ||
"language": "Language", | ||
"notAuthorized": "You are not authorized. Please Log In.", | ||
"saveChanges": "Save changes", | ||
"optional": "Optional", | ||
"destination": "Destination", | ||
"username": "Username", | ||
"password": "Password" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
{ | ||
"flowRules": "Reglas de flujo", | ||
"createNetwork": "Crear una red", | ||
"createOneNetwork": "Por favor, crea al menos una red", | ||
"controllerNetworks": "Controlador de redes", | ||
"network_one": "Red", | ||
"network_other": "Redes", | ||
"controllerAddress": "Dirección del controlador", | ||
"loginToContinue": "Por favor, inicia sesión para continuar", | ||
"zerouiDesc": "ZeroUI - ZeroTier Controller Web UI - es una interfaz de usuario web para un controlador de red ZeroTier self-hosted.", | ||
"logIn": "Iniciar sesión", | ||
"logInToken": "Iniciar sesión con token", | ||
"cancel": "Cancelar", | ||
"management": "Gestión", | ||
"deleteNetwork": "Borrar red", | ||
"deleteAlert": "Esta acción no puede ser revertida.", | ||
"deleteNetworkConfirm": "¿Seguro que deseas borrar esta red?", | ||
"deleteMemberConfirm": "¿Seguro que deseas borrar este usuario?", | ||
"delete": "Borrar", | ||
"logOut": "Cerrar sesión", | ||
"advancedFeature": "CARACTERÍSTICA AVANZADA", | ||
"noDevices": "Ningún dispositivo se ha unido a esta red. Utilice la aplicación en sus dispositivos para unirse", | ||
"member_one": "Miembro", | ||
"member_other": "Miembros", | ||
"addMemberManually": "Añadir miembro manualmente", | ||
"name": "Nombre", | ||
"description": "Descripción", | ||
"allowBridging": "Permitir puente Ethernet", | ||
"noAutoIP": "No autoasignar IPs", | ||
"capabilities": "Permisos", | ||
"noCapDef": "No hay permisos definidos", | ||
"tags": "Etiquetas", | ||
"noTagDef": "No hay etiquetas definidas", | ||
"authorized": "Autorizado", | ||
"address": "Dirección", | ||
"managedIPs": "IPs asignadas", | ||
"lastSeen": "Visto por última vez", | ||
"version": "Versión", | ||
"physIp": "IP pública", | ||
"latency": "Latencia", | ||
"settings": "Ajustes", | ||
"generalSettings": "Ajustes generales", | ||
"networkId": "ID de red", | ||
"accessControl": "Control de acceso", | ||
"public": "Público", | ||
"private": "Privado", | ||
"managedRoutes": "Rutas gestionadas", | ||
"addRoute": "Añadir ruta", | ||
"target": "Objetivo", | ||
"via": "Vía", | ||
"start": "Inicio", | ||
"end": "Final", | ||
"autoAssignPool": "Rango de IPv4 autoasignables", | ||
"ipv4AutoAssign": "Rangos de IPv4 automáticos", | ||
"addIPv4Pool": "Añadir rango IPv4", | ||
"multicastLimit": "Límite de destinatarios multicast", | ||
"enableBroadcast": "Habilitar broadcast", | ||
"logInFailed": "Nombre de usuario o contraseña incorrecto", | ||
"tooManyAttempts": "Demasiados intentos de inicio de sesión. Vuelvee a intentarlo en 15 minutos", | ||
"language": "Idioma", | ||
"notAuthorized": "No estás autorizado. Por favor, inicia sesión.", | ||
"saveChanges": "Guardar cambios", | ||
"optional": "Opcional", | ||
"destination": "Destino", | ||
"username": "Nombre de usuario", | ||
"password": "Contraseña" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.