1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-23 17:33:56 +03:00

F #3951: FireEdge temp translations (#830)

Co-authored-by: Jorge Lobo <jlobo@opennebula.systems>
This commit is contained in:
Jorge Miguel Lobo Escalona 2021-02-17 17:31:41 +01:00 committed by GitHub
parent a75df9dd6b
commit ccb3677f9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
52 changed files with 12196 additions and 1028 deletions

File diff suppressed because it is too large Load Diff

View File

@ -37,8 +37,8 @@
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.21.4",
"eslint-plugin-standard": "^4.0.1",
"fireedge-genpotfile": "^1.0.0",
"fireedge-pojson": "^1.0.2",
"fireedge-genpotfile": "^1.1.0",
"fireedge-pojson": "^1.1.0",
"react-hot-loader": "^4.13.0",
"webpack-dev-middleware": "^3.7.2",
"webpack-hot-middleware": "^2.25.0"
@ -59,7 +59,7 @@
"@material-ui/lab": "^4.0.0-alpha.56",
"ace-builds": "^1.4.12",
"atob": "^2.1.2",
"axios": "^0.20.0",
"axios": "^0.21.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-module-resolver": "^4.0.0",

View File

@ -15,7 +15,7 @@
const { createReadStream, generateFile } = require('fireedge-pojson')
const testFolder = './src/public/assets/languages'
const testFolder = './src/client/assets/languages'
createReadStream(testFolder, { exportPath: testFolder })

View File

@ -14,32 +14,42 @@
/* -------------------------------------------------------------------------- */
const { createReadStream, generateFile } = require('fireedge-genpotfile')
const constants = require('./src/server/utils/constants')
const clientConstants = require('./src/client/constants/translates')
const testFolder = './src/public'
const exportFile = './src/public/assets/languages/messages.pot'
const definitions = { ...constants, ...clientConstants }
const clientCode = './src/client'
const exportFile = `${clientCode}/assets/languages/messages.pot`
/**
if the constants have an object indicator. where are the definitions you must place it
example:
- indicator: T.Cluster
- definition: {T: {Cluster: "Cluster"}} (e)
*/
const definitions = { T: { ...clientConstants } }
// function Tr()
const optsFunc = {
regex: /Tr(\("|\('|\()[a-zA-Z0-9_ ]*("\)|'\)|\))/g,
regex: /Tr(\("|\('|\()[a-zA-Z0-9_. ]*("\)|'\)|\))/g,
removeStart: /Tr(\()/g,
removeEnd: /(\))/g,
regexTextCaptureIndex: 0,
definitions
definitions,
split: '.'
}
// React component <Translate word="word"/>
const optsComponent = {
regex: /<Translate word=('|"|{|{'|{")[a-zA-Z0-9_ ]*('|"|}|'}|"}) \/>/g,
regex: /<Translate word=('|"|{|{'|{")[a-zA-Z0-9_. ]*('|"|}|'}|"}) \/>/g,
removeStart: /<Translate word=('|"|{|{'|{")/g,
removeEnd: /('|"|}|'}|"}) \/>/g,
regexTextCaptureIndex: 0,
definitions
definitions,
split: '.'
}
createReadStream(testFolder, optsFunc)
createReadStream(testFolder, optsComponent)
createReadStream(clientCode, optsFunc)
createReadStream(clientCode, optsComponent)
generateFile(exportFile)

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,666 +1 @@
lang = 'es_ES';
locale = {
'': '',
Name: 'Nombre',
Value: 'Valor',
'System Labels': 'Etiquetas de sistema',
VMs: 'MVs',
Settings: 'Configuraciones',
Memory: 'Memoria',
'Running CPU': 'CPU en uso',
Image: 'Imagen',
'Add a new quota': 'Agregar una nueva cuota',
Network: 'Red',
Edit: 'Editar',
Apply: 'Aplicar',
Default: 'Por defecto',
VM: 'MV',
January: 'Enero',
March: 'Marzo',
May: 'Mayo',
July: 'Julio',
September: 'Septiembre',
November: 'Noviembre',
Showback: 'Estadisticas de Uso',
'Time range start is mandatory': 'Es obligatorio el tiempo de comienzo',
Group: 'Grupo',
Total: 'Total',
'just click if you want to delete the resource':
'Solo presione si quiere eliminar el recurso',
'No new templates found': 'No se han encontrado nuevas plantillas',
'vCenter Networks': 'Redes de vCenter',
MAC: 'MAC',
'Global Prefix': 'Prefijo global',
'IPv6 address': 'Direcciones IPv6',
'vCenter Datastores': 'Datastores de vCenter',
'vCenter ref': 'vCenter ref',
'Total MB': 'Total MB',
DataCenter: 'DataCenter',
'Image Path': 'Ruta de la imagen',
'Must specify proxy host and port in config': '',
Hour: 'Hora',
Tu: 'Ma',
Th: 'Ju',
Sa: 'Sa',
Each: 'Cada',
Months: 'Mes',
Days: 'Dias',
Minutes: 'Minutos',
'Vm group': '',
Create: 'Crear',
Extra: 'Extra',
'Without VM Group': '',
GB: 'GB',
YES: 'SI',
'Image was not found': 'No se encuentra la Imagen',
'Added scheduled actions': 'Acciones programadas agregadas',
READY: 'LISTO',
ERROR: 'ERROR',
UNKNOWN: 'UNKNOWN',
VMTEMPLATE: 'PLANTILLA MV',
MONITORING_MONITORED: 'MONITORING_MONITORED',
MONITORING_ERROR: 'MONITORING_ERROR',
MONITORING_DISABLED: 'MONITORING_DISABLED',
UPDATE: 'UPDATE',
RETRY: 'REINTENTAR',
LCM_INIT: 'LCM_INIT',
BOOT: 'BOOT',
MIGRATE: 'MIGRAR',
EPILOG: 'EPILOG',
FAILURE: 'FALLO',
HOTPLUG: 'HOTPLUG',
DISK_RSZ: 'DISK_RSZ',
DEPLOYING: 'DESPLEGANDO',
WARNING: 'ALERTA',
FAILED_UNDEPLOYING: 'FALLO REPLEGANDO',
SCALING: 'ESCALANDO',
COOLDOWN: 'HIBERNADO',
CLONE: 'CLONADO',
USED_PERS: 'USED_PERS',
LOCKED_USED_PERS: 'LOCKED_USED_PERS',
CDROM: 'CDROM',
KERNEL: 'KERNEL',
CONTEXT: 'CONTEXTO',
Labels: 'Etiquetas',
'Instantiate VMs': 'Instanciar MVs',
'Select the new owner': 'Seleccione el nuevo propietario',
'Select the new group': 'Seleccione el nuevo grupo',
Lock: 'Bloquear',
Instantiate: 'Instanciar',
Info: 'Info',
'Virtual Router created': 'Router Virtual creado',
Hosts: 'Hosts',
TOTAL: 'TOTAL',
'TOTAL VMs': 'MVs TOTALES',
'Please select a Zone from the list': 'Seleccione una Zona de la lista',
'Zone created': 'Zona creada',
'Virtual Router': 'Router Virtual',
Service: 'Servicio',
System: 'Sistema',
'Virtual Router VM Templates': 'Plantillas MV Routers Virtuales',
'Sign in': 'Ingresar',
MarketPlace: 'Tienda de Aplicaciones',
'Virtual Network Templates': 'Plantillas de Redes Virtuales',
'Security Groups': 'Grupos de seguridad',
'Please select one or more files from the list':
'Por favor seleccione uno o varios ficheros de la lista',
Templates: 'Plantillas',
'No labels defined': 'No hay etiquetas definidas',
Unshare: 'SinCompartir',
Share: 'Compartir',
'The template': 'La plantilla',
'Unshare template': 'Dejar de compatir plantilla',
'There are no Virtual Machines': 'No hay Maquinas Virtuales',
'GUEST STATE': 'ESTADO INVITADO',
'saved successfully': 'salvado correctamente',
'POWERING OFF': 'APAGANDO',
DELETING: 'BORRANDO',
'Change Cardinality': 'Cambiar cardinalidad',
'Dismiss Alert': 'Descartar Alerta',
Shutdown: 'Apagar',
'FAILED DEPLOYING': 'DESPLIEGUE FALLIDO',
Apps: 'Aplicaciones',
Capacity: 'Capacidad',
Zone: 'Zona',
Update: 'Actualizar',
'Base URL for marketapp': 'Direccion URL para la Tienda de Aplicaciones',
'This is the document root for http server':
'Esta sera el directorio raiz para el servidor http',
'Comma separated list of servers to access the image directory if not local':
'Lista de servidores separados por comas que pueden acceder al directorio de imagenes si no es local',
'Secret Access Key': 'Clave Acceso Secreta',
'Amazon Region': 'Region de Amazon',
'Signature Version': 'Version de la Firma',
'Read block length in MB': 'Longitud del bloque de lectura en MB',
'Filesystem used for the image': 'Sistema de ficheros usado por la imagen',
'Create MarketPlace': 'Crear una Tienda de Aplicaciones',
'MarketPlace created': 'Tienda de Aplicaciones creada',
'TM MAD': 'TM MAD',
Status: 'Estado',
Import: 'Importar',
Enable: 'Habilitar',
'Import vCenter Datastores': 'Importar Datastores de vCenter',
'Datastore created': 'Datastore creado',
Users: 'Usuarios',
Datastores: 'Datastores',
'Manage two factor authentication': 'Administrar autenticacion en dos pasos',
'You have to provide an SSH key': 'Debe introducir una clave SSH',
'Select group': 'Escoger grupo',
'Please select a Group from the list':
'Por favor seleccione un Grupo de la lista',
Quotas: 'Cuotas',
'Update Group': 'Actualizar Grupo',
Accounting: 'Contabilidad',
'Group created': 'Grupo creado',
State: 'Estado',
Marketplace: 'Tienda de Aplicaciones',
'Please select one or more appliances from the list':
'Por favor selecciona una o mas aplicaciones de la lista',
'Download to your desktop': 'Descarga a tu escritorio',
'Download App To OpenNebula': 'Descargar una App a OpenNebula',
'Create MarketPlace App': 'Crear una App de la Tienda',
'MarketPlace App created': 'App de la Tienda creada',
Error: 'Error',
Ok: 'Ok',
'Open VMs': 'Abrir MVs',
'Please select one or more VMs from the list':
'Seleccione una o mas MVs de la lista',
Cost: 'Coste',
Deploy: 'Desplegar',
Poweroff: 'Apagar',
Hold: 'Mantener',
Suspend: 'Suspender',
Reboot: 'Rearrancar',
'Power Off': 'Apagar',
' Terminate': 'Terminar',
Recover: 'Recuperar',
failure: 'fallo',
VNC: 'VNC',
RDP: 'RDP',
'Used CPU': 'CPU Utilizada',
IPs: 'IPs',
'Hidden Template': 'Plantilla Oculta',
'will run in': '',
'Disk read bytes': 'Bytes de lectura de disco',
'Disk read IOPS': 'Disco de lectura IOPS',
Context: 'Contexto',
NO: 'NO',
Active: 'Activo',
'PCI address': 'Direccion PCI',
'IPv6 Global': 'Prefijo Global IPv6',
'Attach nic': 'Adjuntar Interfaz de Red',
'NET RX': 'Red RX',
Protocol: 'Protocolo',
'ICMP Type': 'Tipo ICMP',
Log: 'Registro',
'CPU usage': 'Uso de CPU',
no: 'no',
Timestamp: 'Marca de tiempo',
Revert: 'Revertir',
Time: 'Tiempo',
End: 'Fin',
Message: 'Mensaje',
'No actions to show': 'Sin acciones que mostrar',
UID: 'UID',
ReqID: 'ReqID',
'Total time': 'Tiempo total',
'No data available in table': 'No hay datos en la tabla',
Requirements: 'Requisitos',
'DS Requirements': 'Requisitos del DS',
'VM created': 'MV creada',
Groups: 'Grupos',
'Real CPU': 'CPU Real',
'Real MEM': 'MEM Real',
'IM MAD': 'IM MAD',
'Please select a Host from the list':
'Por favor seleccione un Host de la lista',
'Allocated Memory': 'Memoria Asignada',
Offline: 'Fuera de Linea',
'Create Host': 'Crear Host',
'VM imported': 'MV Importada',
'Free CPU': 'CPU Libre',
'Free MEMORY': 'MEMORIA Libre',
'NSX Specific Attributes': '',
Numa: 'Numa',
Zombies: 'Zombies',
ESX: 'ESX',
Files: 'Archivos',
'Access Control Lists': 'Listas de Control de Acceso',
Infrastructure: 'Infraestructura',
'Applies to': 'Se aplica a',
'Allowed operations': 'Acciones permitidas',
'Please select an ACL rule from the list':
'Seleccione una regla ACL del listado',
'Virtual Networks': 'Redes virtuales',
Documents: 'Documentos',
Marketplaces: 'Tienda de Aplicaciones',
'Please select a group to whom the acl applies':
'Por favor seleccione un grupo al que la ACL aplica',
'ACL Rule created': 'Reglas ACL creadas',
COST: 'COSTE',
mine: 'mio',
system: 'sistema',
'Please select one or more images from the list':
'Por favor seleccione una o varias imagenes de la lista',
Persistent: 'Persistente',
'Make persistent': 'Hacer persistente',
Clone: 'Clonar',
'Create File': 'Crear Archivo',
'Please select a file to upload':
'Por favor seleccione un fichero para subir',
'Import vCenter Images': 'Importar Imagenes de vCenter',
'This Image resides in Datastore': 'La Imagen reside en el Datastore',
Bridge: 'Bridge',
'Please select one or more networks from the list':
'Seleccione uno o mas redes de la lista',
No: 'No',
Start: 'Inicio',
'Import vCenter Networks': 'Importar Redes de vCenter',
'Create Virtual Network': 'Crear Red Virtual',
AR: 'AR',
'Universal Synchronization': 'Sincronizacion universal',
'MAC Learning': 'Aprendizaje MAC',
Security: 'Seguridad',
'Reservation parent': 'Padre de Reserva',
Addresses: 'Direcciones',
'The Address Range was not found':
'El Rango de Direcciones no se ha encontrado',
'ULA prefix': 'Prefijo ULA',
'Reservation parent AR': 'Padre AR de Reserva',
'Virtual Network created': 'Red Virtual creada',
FAILED: 'FALLO',
'Service Template': 'Plantilla de Servicio',
'Please select one or more Templates from the list':
'Por favor seleccione una o mas Plantillas de la lista',
'Instantiate Service Template': 'Plantilla de Servicio Instanciado',
Role: 'Rol',
'Update Service Template': 'Actualizar Plantilla de Servicio',
'Service Template created': 'Plantilla de Servicio creada',
'Virtual Network': 'Red Virtual',
'Please select a VDC from the list':
'Por favor seleccione un VDC de la lista',
'Create Virtual Data Center': 'Crear un Virtual Data Center',
Resources: 'Recursos',
'Please select a Service from the list':
'Por favor seleccione un Servicio de la lista',
Terminate: 'Finalizar',
'Update Service': '',
'All Roles': '',
Scale: 'Escalar',
'Virtual Data Center': 'Virtual Data Center',
'Create VM Template': 'Crear Plantilla MV',
'Create Virtual Router VM Template': 'Crear Plantilla MV Virtual Router',
'Import vCenter VM Templates': 'Importar Plantilas MV vCenter',
'Remote OpenNebula': 'OpenNebula Remoto',
PROVIDER: 'PROVEEDOR',
NIC: 'NIC',
'Network ID': 'ID Red',
'Disks and NICs will appear here': 'Los Discos y NICs apareceran aqui',
'Set manually': 'Introducir manualmente',
'VM Group': 'Grupo MV',
Scheduling: 'Organizando',
'No template selected': 'Plantilla no seleccionada',
'Group ID': 'ID de Grupo',
'Please select a User from the list':
'Por favor selecciona un Usuario de la lista',
'Authenticator app already registered': '',
'Create User': 'Crear Usuario',
ascending: 'ascendente',
'Disable all authenticators': '',
Close: 'Cerrar',
'Instantiate Virtual Router Template': 'Instanciar Plantilla Virtual Router',
'Please select one or more security groups from the list':
'Por favor seleccione uno o mas grupos de seguridad de la lista',
'Create Security Group': 'Crear un grupo de seguridad',
TCP: 'TCP',
ICMP: 'ICMP',
IPsec: 'IPSec',
Inbound: 'Entrante',
'Security Group created': 'Grupo de Seguridad creado',
'Please select one or more networks templates from the list':
'Por favor seleccion una o mas plantillas de red de la lista',
'Create Virtual Network Template': 'Crear Plantilla de Red Virtual',
'Virtual Network Template created': 'Plantilla de Red Virtual Creada',
'Please select one or more vm groups from the list':
'Por favor selecciona uno o mas grupos mv de la lista',
'VM groups': 'Grupos MV',
'Start time': 'Hora de inicio',
'Group by': 'Agrupar por',
'Get accounting': 'Obtener contabilidad',
'CPU hours': 'Horas CPU',
'Disk MB hours': 'Horas de disco MB',
'Accounting Tables': 'Tablas de contabilidad',
OK: 'OK',
'Apply changes': 'Aplicar Cambios',
'Reserved CPU': 'CPU reservada',
'EC2 Access': 'Clave acceso EC2',
Ownership: 'Propiedad',
Use: 'Utilice',
Admin: 'Administrador',
Search: 'Buscar',
'There is no data available': 'No hay datos disponibles',
'Filter by user': 'Filtrar por usuario',
'Get showback': 'Obtener showback',
Month: 'Mes',
text: 'texto',
number: 'numero',
list: 'Lista',
'Default value': 'Valor por defecto',
Max: 'Maximo',
Mandatory: 'Obligatorio',
VLAN: 'VLAN',
'Available Resource Pools': 'Pool de recursos disponibles',
'Template name': 'Nombre de la plantilla',
'Create copy': 'Crear copia',
'Relative Time': 'Tiempo relativo',
'Snap Id': '',
Repeat: 'Repetida',
Monthly: 'Mensualmente',
Hourly: 'Cada hora',
Never: 'Nunca',
times: 'veces',
Key: 'Clave',
'Network Interface': 'interfaz de red',
Interface: 'Interfaz',
'Interface type': 'Tipo de Interfaz',
'NIC has alias': 'La NIC ya tiene alias',
'RDP connection': '',
'RDP will be enabled in this network': '',
'Select Vnets': 'Seleccione red virtual',
'Network Rank': 'Rango de red',
Stripping: 'Stripping',
'Floating IP': 'IP flotante',
Reset: 'Reset',
Advanced: 'Avanzado',
Views: 'Vistas',
Attach: 'Adjuntar',
'Floating IPv6 ULA': 'IPv6 ULA flotante',
Detach: 'Separar',
'Zone Name': 'Nombre de la Zona',
ENDPOINT: 'ENDPOINT',
Open: 'Abierto',
'Submit a Request': 'Enviar un pedido',
'Not connected': 'No conectad',
'RUNNING VMS': 'MVS CORRIENDO',
'IP LEASES': '',
DATASTORE: '',
'Power off': 'Apagar',
'Open a remote console in a new window':
'Abrir una consola remota en una nueva ventana',
'Power on': 'Encender',
'Net TX': 'Red TX',
'Net Upload Speed': 'Velocidad Red de Subida',
'Power off and undeploy': 'Apagar y replegar',
'User ID': 'ID de Usuario',
'Service Name': 'Nombre del Servicio',
'Storage backend': 'Backend de almacenamiento',
'Get Datastores': 'Obtener Datastores',
Ceph: 'Ceph',
LVM: 'LVM',
Drivers: 'Drivers',
Devices: 'Dispositivos',
Transfer: 'Transfer',
SSH: 'SSH',
'FS LVM': 'FS LVM',
'Datastore Type': 'Tipo Datastore',
Block: 'Bloque',
Gluster: 'Gluster',
'Do not try to untar or decompress': 'No trate de descomprimir',
'Host bridge list': 'Lista de bridges de Hosts',
'Volume Group Name': 'Nombre del Volumen del Grupo',
'Gluster Volume': 'Volumen del Gluster',
'Ceph host': 'Host de Ceph',
'The username to interact with the Ceph cluster':
'El nombre de usuario para interactuar con el cluster de Ceph',
'A generated UUID for a LibVirt secret': 'UUID generado para LibVirt secret',
'Usage of the registered secret with the authentication string.':
'Uso del secreto registrado con la cadena de autenticación.',
'Compatible system datastores': 'Datastores Disponibles',
'RBD format': 'Formato RBD',
'Ceph keyfile': 'Archivo de clave de Ceph',
'Base path': 'Path base',
'Reserved Memory': 'Memoria reservada',
'Update Language': 'Actualizar Idioma',
'Change view': 'Cambiar la vista',
'Update SSH Key': 'Actualizar la clave SSH',
'Two Factor Authentication': 'Autenticacion en dos pasos',
VNETS: 'VNETS',
GROUPS: 'GRUPOS',
'Allow users in this group to use the following Sunstone views':
'Permitir a los usuarios de este grupo usar las siguientes Vistas de Sunstone',
'Default Admin View': 'Vista por defecto de Administrador',
'Group Admins': 'Grupo de Administradores',
'Create an administrator user': 'Crear un usuario administrador',
'Allow users to view the VMs and Services of other users in the same group':
'Permite a los usuarios ver las VMs y Servicios de otros usuarios del mismo grupo',
'Group Admins Views': 'Vistas del Grupo de Administradores',
'Edit administrators': 'Editar administradores',
'Select the Datastore to store the resource':
'Seleccione el Datastore para almacenar el recurso',
'VM template': 'Plantilla MV',
'Created before': 'Creado antes',
'Register time': 'Tiempo de registro',
Snapshot: 'Snapshot',
'Open in a new window': 'Abrir en una nueva ventana',
'Save As Template': 'Guardar Como Plantilla',
'Disk ID': 'ID del Disco',
'New name': 'Nuevo Nombre',
MONTH: 'MES',
'Resize VM capacity': 'Redimensionar la capacidad de la MV',
'Select a Host': 'Selecciona un Host',
'Advanced Options': 'Opciones avanzadas',
'Disk Saveas': 'Saveas del Disco',
'Save as': 'Guardar como',
'Send CtrlAltDel': 'Enviar CtrlAltDel',
'VM type': 'Tipo MV',
'LCM State': 'Estado LCM',
Monitoring: 'Monitorizando',
'Physical CPU': '',
'Virtual Cores': '',
Hostname: 'Nombre de Host',
'Custom VMM_MAD': 'VMM_MAD personalizado',
EC2: 'EC2',
'Secret access key': 'Clave acceso secreta',
'Remote username': 'Nombre de usuario remoto',
'Remote endpoint': 'Endpoint remoto',
'Get Clusters': 'Obtener Clusters',
'Real Memory': 'Memorial Real',
'Remote ID': 'ID Remoto',
'MarketPlace Apps': 'Tienda de Aplicaciones',
'Resource ID': 'Identificador de recurso',
'ACL String preview': 'Vista previa de cadena ACL',
'You can select a different target datastore':
'Puede seleccionar un datastore de destino diferente',
'Operating System image': 'Imagen Sistema Operativo',
Kernel: 'Kernel',
'This image is persistent': 'Esta imagen es persistente',
Upload: 'Subir',
'Path in OpenNebula server or URL': '',
'Bus adapter controller': 'Controlador de adaptador de bus',
'Target device': 'Dispositivo de destino',
'Filesystem type': 'Tipo del Sistema de Ficheros',
Flatten: 'Flatten',
'Number of addresses': 'Numero de direcciones',
'Add to an existing Reservation': 'Agrergar a una Reserva existente',
'You can select the addresses from an specific Address Range':
'Puedes seleccionar las direcciones de un Rango de Direcciones especifico',
'IP or MAC': 'IPV4 o MAC',
'New Address Range': 'Nuevo Rango de Direcciones',
'Get Networks': 'Obtener Redes',
QoS: 'Calidad del Servicio',
'Network mode': 'Modo de red',
VXLAN: 'VXLAN',
'Host Instance': 'Instancia de servidor',
Transport: 'Transporte',
'IP spoofing filter': 'Filtro de IP Spoofing',
'No VLAN network': 'Red sin VLAN',
'MTU of the interface': 'MTU de la interfaz',
'Manual Outer VLAN ID': 'ID de VLAN externa manual',
'Port group type': 'Tipo de grupo de puertos',
'Distributed Port Group': 'Grupo de Puertos Distribuidos',
'Address Ranges need to be managed in the individual Virtual Network panel':
'Rangos de Red necesarios para ser gestionados en el panel individual de Redes Virtuales',
'Inbound traffic': 'Trafico de Entrada',
'Network address': 'Direccion de Red',
Gateway: 'Puerta de enlace',
DNS: 'DNS',
IPv4: 'IPv4',
Ethernet: 'Ethernet',
SLAAC: 'SLAAC',
'IPv6 ULA prefix': 'IPv6 ULA prefijo',
Remove: 'Quitar',
'Inbound QoS': 'Qos Entrada',
'Peak bandwidth': 'Pico Ancho Banda',
KBytes: 'KBytes',
'Hold IP': 'Retener IP',
'IPv6 Prefix': 'Prefijo IPV6',
First: 'Primero',
IP6_GLOBAL: 'IP6_GLOBAL',
IP6_ULA: 'IP6_ULA',
Prefix: 'Prefijo',
'Add Charters Values Configuration': '',
'Custom Attributes Values Configuration': '',
Straight: 'Derecho',
'Terminate hard': 'Finalizar forzado',
Change: 'Cambio',
'Role name': 'Nombre del rol',
'VM template to create this roles VMs':
'Plantilla de VM para crear las VMs de este rol',
'Network Interfaces': 'Interfaces de Red',
'Min VMs': 'Min MVs',
Cooldown: 'Congelar',
Adjust: 'Ajustar',
Period: 'Periodo',
'Time format': 'Formato horario',
'Ready Status Gate': 'Puerta de estado lista',
'Selects all current and future hosts':
'Selecciona todos los hosts actuales y futuros',
'Selects all current and future datastores':
'Selecciona todos los datastores actuales y futuros',
'Seconds between each group of actions':
'Segundos entre cada grupo de acciones',
Parents: 'Padres',
'Perform an action': '',
'Clone with Images': 'Clonar con imagenes',
'Schedule Actions for VM': 'Programar acciones para la MV',
'vCenter Deployment': 'Despliegue de vCenter',
'Defaults totemplate name-<vmid> when empty. When creating several VMs, the wildcard %i will be replaced with a number starting from 0':
'Nombre por defecto para nombre plantilla-<vmid> cuando este vacio. Puede usar el comodin %i. Cuando crees muchas MVs, %i se reemplazaŕa con un numero diferente comenzando por 0',
'Image name': 'Nombre de la imagen',
'Image owners user name': 'Nombre propietario de la Imagen',
Swap: 'Swap',
Mountpoint: '',
Discard: 'Descartar',
unmap: 'unmap',
Read: 'Lectura',
'Storage Options': 'Opciones de almacenamiento',
'Listen on IP': 'IP de escucha',
Keymap: 'Mapa de teclado',
Command: 'Comando',
Tablet: 'Tableta',
USB: 'USB',
'PCI Devices': 'Dispositivos PCI',
Vendor: 'Fabricante',
Class: 'Clase',
'Default network filtering rule for all NICs': '',
'Choose Network': 'Cambiar red',
'Virtual Network name': 'Nombre Red Virtual',
'Virtual Network owners user Name':
'Nombre de usuario del propietario de la red virtual',
'Override Network Values IPv4': 'Anular valores IPv4 de la red',
'Override Network Values IPv6': 'Anular valores IPv6 de la red',
Hardware: 'Hardware',
'Hardware model to emulate': 'Modelo Hardware a emular',
'Custom vars': 'Variables personalizadas',
' Report Ready to OneGate': 'Informe listo para OneGate',
'Encode script in Base64': 'script codificado en Base64',
FILES_DS: 'FILES_DS',
'Virtual Cores per Socket': '',
Hypervisor: 'Hipervisor',
LXD: 'LXD',
Logo: 'Logo',
'vCenter Cluster Ref': 'Referencia del cluster de vCenter',
'Default Resource Pool': 'Pool de recursos por defecto',
'Security Nesting': 'Seguridad Anidada',
'Cost of each MB or GB per hour': 'Coste de cada MB o GB por hora',
'Cost of each CPU per hour': 'Coste de cada CPU por hora',
'Cost of each GB per hour': 'Coste de cada GB por hora',
'Make this template available for Virtual Router machines only':
'Hacer esta plantilla disponible solo para los router virtuales',
'Instantiate as a different group': 'Instanciar como grupo diferente',
'Allow users to modify this templates default memory on instantiate':
'Permitir a los usuarios modificar la memoria por defecto de la plantilla al instanciar',
'any value': 'Cualquier valor',
'Allow users to modify this templates default CPU on instantiate':
'Permitir a los usuarios modificar la CPU por defecto de la plantilla al instanciar',
'Allow users to modify this templates default VCPU on instantiate':
'Permitir a los usuarios modificar la VCPU por defecto de la plantilla al instanciar',
AMI: 'AMI',
AKI: 'AKI',
'Block device mapping': 'Mapeado del Dispositivo de Bloque',
'EBS optimized': 'Optimizado para EBS',
'OpenNebula Host': 'Host de OpenNebula',
'Keypair name': 'Par de claves',
'Private IP': 'IP Privada',
'Security group names': 'Nombre de Grupo Seguridad',
'Subnet ID': 'ID Subred',
Tenancy: 'Entorno',
'VM user name': 'Usuario de la VM',
'Affinity group': 'Grupo de Afinidad',
'Cloud service': 'Servicio en la Nube',
'Port where the VMs ssh server will listen on':
'Puerto donde escucha el servidor ssh de las MVs',
'Subnet name': 'Subred',
'TCP endpoints': 'Punto Terminal TCP',
'Remote VM Template ID': 'ID de Plantilla de VM remota',
'CPU Model': 'Modelo de CPU',
'Bus for SD disks': 'Bus para discos SD',
'Root device': 'Dispositivo Principal',
'Kernel boot parameters': 'Parametros de arranque del Kernel',
'Registered Image': 'Imagen Registrada',
KERNEL_DS: 'KERNEL_DS',
'Path to the initrd image': 'Ruta a la imagen initrd',
PAE: 'PAE',
HYPERV: 'HYPERV',
'QEMU Guest Agent': 'Agente invitado de QEMU',
'Host Requirements': 'Requisitos del host',
'Select Clusters': 'Seleccionar Clusters',
'Spread the VMs in the Hosts': 'Reparte las MVs por los nodos',
none: 'Ninguno',
shared: 'Compartido',
Cores: 'Nucleos',
Threads: 'Hilos',
'Memory Access': 'Acceso de memoria',
Private: 'Privado',
kvm: 'kvm',
Data: 'Datos',
'Custom Tags': 'Etiquetas definidas por el usuario',
'Target Group': 'Grupo objetivo',
'Get a new token': 'Obtener un nuevo token',
'Authenticator Name': '',
'Register authenticator app': '',
Authy: 'Authy',
'Microsoft Authenticator': 'Microsoft Authenticator',
'Select Secondary Groups': 'Seleccionar Grupos Secundarios',
Username: 'Nombre de usuario',
public: 'publico',
'Main Group': 'Grupo Principal',
'Table Order': 'Orden de la Tabla',
'Default Zone Endpoint': 'Endpoint de zona predeterminado',
'Two factor authentication': '',
'Primary Group': 'Grupo Primario',
'Keepalive service ID': 'ID del servicio Keepalive',
'Clone Security Group': 'Clonar Grupo de Seguridad',
Rules: 'Reglas',
'ICMPv6 Type': 'Tipo ICMPv6',
'Target Network': 'Red de destino',
'Manual network': 'Red manual',
'Port Range': 'Rango de puertos',
'Address Ranges': 'Rangos de direcciones',
'Defaults totemplate name-<vnetid> when empty.':
'El valor predeterminado esplantilla nombre-<vnetid> cuando está vacío.',
Affined: 'Afinidad',
'Role Affinity': 'Afinidad de Rol',
'Host Anti Affined': 'Antiafinidad Host',
'Roles Affinity': 'Afinidad de Roles'
};
lang="es_ES" locale={ "":"", "children":"Hijo", "Remove":"Quitar", "Edit":"Editar", "Clone":"Clon", "Tiers":"Niveles", "Networks":"Redes", "Deploy":"Desplegar", "Hosts":"Hosts", "Virtuals networks":"Redes Virtuales", "Datastores":"Datastores", "Cancel":"Cancelar", "Accept":"Aceptar", "title":"Titulo", "Save":"Salvar", "label":"Etiqueta", "Submit":"Enviar", "Back":"Regresar", "Finish":"Finalizar", "Next":"Siguiente", "headerTitle":"Titulo de Cabecera", "Sign Out":"Salir", "Zone":"Zona", "Name":"Nombre", "Strategy":"Estrategia", "State":"Estado", "Ready status gate":"Puerta de estado listo", "Permissions":"Permisos", "Use":"Utilice", "Manage":"Administrar", "Admin":"Administrador", "Owner":"Propietario", "Group":"Grupo", "Other":"Otros", "Ownership":"Propiedad", "Dashboard":"Panel principal", "Sign In":"Ingresar", "Provider":"Proveedor", "Registration time":"Fecha de registro", "Start time":"Hora de inicio", "Settings":"Ajustes", "Select request":"Seleccionar Solicitud", "None":"Ninguna", }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
lang="gl" locale={ "":"", "children":"", "Remove":"", "Edit":"", "Clone":"Clonar", "Tiers":"", "Networks":"Redes", "Deploy":"", "Hosts":"Servidores", "Virtuals networks":"", "Datastores":"Datastores", "Cancel":"Cancelar", "Accept":"", "title":"", "Save":"gardar", "label":"", "tooltip":"", "Submit":"", "Back":"", "Finish":"", "Next":"", "headerTitle":"", "Sign Out":"", "Zone":"Zona", "Information":"", "Name":"Nome", "Strategy":"", "Shutdown action":"", "State":"Estado", "Ready status gate":"", "Permissions":"", "Use":"Uso", "Manage":"Manexo", "Admin":"", "Owner":"Dono", "Group":"Grupo", "Other":"", "Ownership":"", "Dashboard":"Panel de control", "Sign In":"", "Provider":"", "Registration time":"Data de rexistro", "Cluster":"Cluster", "Start time":"", "Settings":"", "Select request":"", "None":"", }

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
lang="id" locale={ "":"", "children":"", "Info":"Info", "Remove":"", "Edit":"Sunting", "Clone":"", "Tiers":"", "Networks":"", "Deploy":"", "Hosts":"", "Virtuals networks":"", "Datastores":"", "Cancel":"Batal", "Accept":"", "title":"", "Save":"", "label":"", "tooltip":"", "Submit":"", "Back":"", "Finish":"", "Next":"", "headerTitle":"", "Sign Out":"", "Zone":"", "Information":"", "Name":"Nama", "Strategy":"", "Shutdown action":"", "State":"", "Ready status gate":"", "Permissions":"", "Use":"", "Manage":"", "Admin":"", "Owner":"", "Group":"Grup", "Other":"", "Ownership":"", "Dashboard":"", "Sign In":"", "Description":"", "Provider":"", "Registration time":"", "Cluster":"Kluster", "Start time":"", "Settings":"", "Configuration":"", "Select request":"", "None":"", }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,54 +1,98 @@
#: ./src/public/components/Cards/ClusterCard.js:94 msgid "Hosts" msgstr ""
#: ./src/client/components/Alerts/Error.js:11 msgid "children" msgstr ""
#: ./src/public/components/Cards/ClusterCard.js:104 msgid "Virtual networks" msgstr ""
#: ./src/client/components/Cards/ApplicationCard.js:51 #: ./src/client/components/Cards/ApplicationTemplateCard.js:96 msgid "Info" msgstr ""
#: ./src/public/components/Cards/ClusterCard.js:114 msgid "Datastores" msgstr ""
#: ./src/client/components/Cards/ApplicationCard.js:56 #: ./src/client/components/Cards/ApplicationNetworkCard.js:51 #: ./src/client/components/Cards/ApplicationTemplateCard.js:101 #: ./src/client/components/Cards/PolicyCard.js:34 #: ./src/client/components/Cards/TierCard.js:41 msgid "Remove" msgstr ""
#: ./src/public/components/Cards/NetworkCard.js:66 #: ./src/public/components/Cards/TierCard.js:70 msgid "Edit" msgstr ""
#: ./src/client/components/Cards/ApplicationNetworkCard.js:36 #: ./src/client/components/Cards/ApplicationTemplateCard.js:76 #: ./src/client/components/Cards/TierCard.js:36 msgid "Edit" msgstr ""
#: ./src/public/components/Cards/NetworkCard.js:69 #: ./src/public/components/Cards/TierCard.js:75 msgid "Clone" msgstr ""
#: ./src/client/components/Cards/ApplicationNetworkCard.js:46 msgid "Clone" msgstr ""
#: ./src/public/components/Cards/NetworkCard.js:72 #: ./src/public/components/Cards/TierCard.js:80 msgid "Remove" msgstr ""
#: ./src/client/components/Cards/ApplicationTemplateCard.js:48 msgid "Tiers" msgstr ""
#: ./src/public/components/Dialogs/DialogForm.js:50 msgid "Cancel" msgstr ""
#: ./src/client/components/Cards/ApplicationTemplateCard.js:58 msgid "Networks" msgstr ""
#: ./src/public/components/Dialogs/DialogForm.js:60 msgid "Save" msgstr ""
#: ./src/client/components/Cards/ApplicationTemplateCard.js:86 msgid "Deploy" msgstr ""
#: ./src/public/components/FormControl/GroupSelect.js:65 msgid "Select a group" msgstr ""
#: ./src/client/components/Cards/ClusterCard.js:45 msgid "Hosts" msgstr ""
#: ./src/public/components/FormControl/GroupSelect.js:69 msgid "Show all" msgstr ""
#: ./src/client/components/Cards/ClusterCard.js:55 msgid "Virtuals networks" msgstr ""
#: ./src/public/components/FormControl/SubmitButton.js:29 msgid "Submit" msgstr ""
#: ./src/client/components/Cards/ClusterCard.js:65 msgid "Datastores" msgstr ""
#: ./src/public/components/FormStepper/MobileStepper.js:32 #: ./src/public/components/FormStepper/Stepper.js:41 msgid "Back" msgstr ""
#: ./src/client/components/Dialogs/DialogConfirmation.js:74 #: ./src/client/components/Dialogs/DialogForm.js:60 #: ./src/client/containers/ApplicationsInstances/DialogInfo/dialog.js:46 msgid "Cancel" msgstr ""
#: ./src/public/components/Header/Popover.js:88 msgid "headerTitle" msgstr ""
#: ./src/client/components/Dialogs/DialogConfirmation.js:82 msgid "Accept" msgstr ""
#: ./src/public/components/Header/User.js:30 msgid "Settings" msgstr ""
#: ./src/client/components/Dialogs/DialogForm.js:52 #: ./src/client/components/List/ListHeader/index.js:32 msgid "title" msgstr ""
#: ./src/public/components/Header/User.js:33 msgid "SignOut" msgstr ""
#: ./src/client/components/Dialogs/DialogForm.js:69 #: ./src/client/containers/Settings/index.js:141 msgid "Save" msgstr ""
#: ./src/public/components/Header/Zone.js:33 msgid "Zone" msgstr ""
#: ./src/client/components/FormControl/AutocompleteController.js:53 #: ./src/client/components/FormControl/CheckboxController.js:32 #: ./src/client/components/FormControl/ErrorHelper.js:35 #: ./src/client/components/FormControl/SelectController.js:19 #: ./src/client/components/FormControl/SliderController.js:14 #: ./src/client/components/FormControl/TextController.js:20 #: ./src/client/components/FormStepper/Stepper.js:83 msgid "label" msgstr ""
#: ./src/public/containers/Login/Forms/Form2fa.js:41 msgid "Token2FA" msgstr ""
#: ./src/client/components/FormControl/CheckboxController.js:19 msgid "tooltip" msgstr ""
#: ./src/public/containers/Login/Forms/Form2fa.js:58 #: ./src/public/containers/Login/Forms/FormGroup.js:28 msgid "Next" msgstr ""
#: ./src/client/components/FormControl/SubmitButton.js:45 msgid "Submit" msgstr ""
#: ./src/public/containers/Login/Forms/FormUser.js:48 msgid "Username" msgstr ""
#: ./src/client/components/FormStepper/MobileStepper.js:67 #: ./src/client/components/FormStepper/Stepper.js:90 #: ./src/client/containers/Login/Form.js:48 msgid "Back" msgstr ""
#: ./src/public/containers/Login/Forms/FormUser.js:64 msgid "Password" msgstr ""
#: ./src/client/components/FormStepper/MobileStepper.js:72 #: ./src/client/components/FormStepper/Stepper.js:97 msgid "Finish" msgstr ""
#: ./src/public/containers/Login/Forms/FormUser.js:82 msgid "KeepLoggedIn" msgstr ""
#: ./src/client/components/FormStepper/MobileStepper.js:72 #: ./src/client/components/FormStepper/Stepper.js:97 #: ./src/client/containers/Login/Form.js:55 msgid "Next" msgstr ""
#: ./src/public/containers/Login/Forms/FormUser.js:88 msgid "SignIn" msgstr ""
#: ./src/client/components/Header/Popover.js:79 msgid "headerTitle" msgstr ""
#: ./src/public/containers/TestApi/index.js:39 msgid "Select request" msgstr ""
#: ./src/client/components/Header/User.js:32 msgid "Sign Out" msgstr ""
#: ./src/public/containers/Error404/index.js:24 msgid "NotFound" msgstr ""
#: ./src/client/components/Header/Zone.js:20 msgid "Zone" msgstr ""
#: ./src/public/containers/Infrastructure/Clusters.js:33 #: ./src/public/containers/Infrastructure/Hosts.js:34 #: ./src/public/containers/Infrastructure/Zones.js:34 msgid "name" msgstr ""
#: ./src/client/containers/ApplicationsInstances/DialogInfo/info.js:36 #: ./src/client/containers/Providers/Sections/info.js:31 #: ./src/client/containers/Provisions/DialogInfo/info.js:37 msgid "Information" msgstr ""
#: ./src/public/containers/Settings/index.js:23 msgid "settings" msgstr ""
#: ./src/client/containers/ApplicationsInstances/DialogInfo/info.js:44 #: ./src/client/containers/Providers/Sections/info.js:39 #: ./src/client/containers/Provisions/DialogInfo/info.js:45 msgid "Name" msgstr ""
#: ./src/public/containers/TestApi/index.js:44 msgid "none" msgstr ""
#: ./src/client/containers/ApplicationsInstances/DialogInfo/info.js:48 msgid "Strategy" msgstr ""
#: ./src/client/containers/ApplicationsInstances/DialogInfo/info.js:52 msgid "Shutdown action" msgstr ""
#: ./src/client/containers/ApplicationsInstances/DialogInfo/info.js:56 #: ./src/client/containers/Provisions/DialogInfo/info.js:67 msgid "State" msgstr ""
#: ./src/client/containers/ApplicationsInstances/DialogInfo/info.js:62 msgid "Ready status gate" msgstr ""
#: ./src/client/containers/ApplicationsInstances/DialogInfo/info.js:72 #: ./src/client/containers/Providers/Sections/info.js:70 #: ./src/client/containers/Provisions/DialogInfo/info.js:79 msgid "Permissions" msgstr ""
#: ./src/client/containers/ApplicationsInstances/DialogInfo/info.js:73 #: ./src/client/containers/Providers/Sections/info.js:71 #: ./src/client/containers/Provisions/DialogInfo/info.js:80 msgid "Use" msgstr ""
#: ./src/client/containers/ApplicationsInstances/DialogInfo/info.js:74 #: ./src/client/containers/Providers/Sections/info.js:72 #: ./src/client/containers/Provisions/DialogInfo/info.js:81 msgid "Manage" msgstr ""
#: ./src/client/containers/ApplicationsInstances/DialogInfo/info.js:75 #: ./src/client/containers/Providers/Sections/info.js:73 #: ./src/client/containers/Provisions/DialogInfo/info.js:82 msgid "Admin" msgstr ""
#: ./src/client/containers/ApplicationsInstances/DialogInfo/info.js:79 #: ./src/client/containers/ApplicationsInstances/DialogInfo/info.js:105 #: ./src/client/containers/Providers/Sections/info.js:77 #: ./src/client/containers/Providers/Sections/info.js:103 #: ./src/client/containers/Provisions/DialogInfo/info.js:86 #: ./src/client/containers/Provisions/DialogInfo/info.js:112 msgid "Owner" msgstr ""
#: ./src/client/containers/ApplicationsInstances/DialogInfo/info.js:85 #: ./src/client/containers/ApplicationsInstances/DialogInfo/info.js:109 #: ./src/client/containers/Providers/Sections/info.js:83 #: ./src/client/containers/Providers/Sections/info.js:107 #: ./src/client/containers/Provisions/DialogInfo/info.js:92 #: ./src/client/containers/Provisions/DialogInfo/info.js:116 msgid "Group" msgstr ""
#: ./src/client/containers/ApplicationsInstances/DialogInfo/info.js:91 #: ./src/client/containers/Providers/Sections/info.js:89 #: ./src/client/containers/Provisions/DialogInfo/info.js:98 msgid "Other" msgstr ""
#: ./src/client/containers/ApplicationsInstances/DialogInfo/info.js:101 #: ./src/client/containers/Providers/Sections/info.js:99 #: ./src/client/containers/Provisions/DialogInfo/info.js:108 msgid "Ownership" msgstr ""
#: ./src/client/containers/Dashboard/index.js:34 msgid "Dashboard" msgstr ""
#: ./src/client/containers/Login/Form.js:55 msgid "Sign In" msgstr ""
#: ./src/client/containers/Providers/Sections/info.js:43 #: ./src/client/containers/Provisions/DialogInfo/info.js:49 msgid "Description" msgstr ""
#: ./src/client/containers/Providers/Sections/info.js:47 #: ./src/client/containers/Provisions/DialogInfo/info.js:53 msgid "Provider" msgstr ""
#: ./src/client/containers/Providers/Sections/info.js:51 msgid "Registration time" msgstr ""
#: ./src/client/containers/Provisions/DialogInfo/info.js:57 msgid "Cluster" msgstr ""
#: ./src/client/containers/Provisions/DialogInfo/info.js:61 msgid "Start time" msgstr ""
#: ./src/client/containers/Settings/index.js:89 msgid "Settings" msgstr ""
#: ./src/client/containers/Settings/index.js:97 msgid "Configuration" msgstr ""
#: ./src/client/containers/TestApi/index.js:46 msgid "Select request" msgstr ""
#: ./src/client/containers/TestApi/index.js:50 msgid "None" msgstr ""

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
lang="pepe" locale={ }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
lang="tt" locale={ "":"", "children":"", "Info":"", "Remove":"", "Edit":"", "Clone":"", "Tiers":"", "Networks":"", "Deploy":"", "Hosts":"", "Virtuals networks":"", "Datastores":"", "Cancel":"", "Accept":"", "title":"", "Save":"", "label":"", "tooltip":"", "Submit":"", "Back":"", "Finish":"", "Next":"", "headerTitle":"", "Sign Out":"", "Zone":"", "Information":"", "Name":"", "Strategy":"", "Shutdown action":"", "State":"", "Ready status gate":"", "Permissions":"", "Use":"", "Manage":"", "Admin":"", "Owner":"", "Group":"", "Other":"", "Ownership":"", "Dashboard":"", "Sign In":"", "Description":"", "Provider":"", "Registration time":"", "Cluster":"", "Start time":"", "Settings":"", "Configuration":"", "Select request":"", "None":"", }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
lang="zh_CN" locale={ "":"", "CPU":"CPU", "Vm group":"", "Without VM Group":"", "GB":"GB", "Apps":"Apps", "Last updated":"", "Ok":"OK", "VNC":"VNC", "RDP":"RDP", "IP":"IP", "IPv6 ULA":"IPv6 ULA", CPU":"CPU", "Vm group":"", "UID":"UID", "ReqID":"ReqID", "NSX":"NSX", "Numa":"Numa", "PCI":"PCI", CPU":"CPU", "VNC":"VNC", "AR":"AR", "This will remove the security group":"", "Associate VM Group to Service":"", "Update Service":"", "Vm group":"", "Without VM Group":"", "TCP":"TCP", "ICMP":"ICMP", "IPsec":"IPsec", "EC2 Access":"EC2 Access", "Vm group":"", "VNC":"VNC", "Disk Id":"", "Snap Name":"", "RDP connection":"", "RDP will be enabled in this network":"", "IP LEASES":"", "Without VM Group":"", "GB":"GB", "Without VM Group":"", "Apps":"Apps", "Without VM Group":"", "Last updated":"", "Without VM Group":"", "Ok":"OK", "Without VM Group":"", "VNC":"VNC", "Without VM Group":"", "RDP":"RDP", "GB":"GB", "GB":"GB", CPU":"CPU", "GB":"GB", "Vm group":"", "GB":"GB", "Without VM Group":"", "OpenNebula":"OpenNebula", "Path in OpenNebula server or URL":"", "Add Security Group":"", "QoS":"QoS", "VXLAN":"VXLAN", "GB":"GB", "RDP":"RDP", "IPv4":"IPv4", "SLAAC":"SLAAC", "IPAM":"IPAM", "IP6_GLOBAL":"IP6_GLOBAL", "Apps":"Apps", "GB":"GB", "Add Charters Values Configuration":"", "Custom Attributes Values Configuration":"", "Role network":"", "Perform an action":"", "Apps":"Apps", "RDP":"RDP", "Discard":"Discard", "unmap":"unmap", "USB":"USB", "Default network filtering rule for all NICs":"", "FILES_DS":"FILES_DS", "Last updated":"", "Apps":"Apps", "KVM":"KVM", "Firecracker":"", " Virtual Cores per Socket":"", "Last updated":"", "RDP":"RDP", "KERNEL_DS":"KERNEL_DS", "INITRD_DS":"INITRD_DS", "ACPI":"ACPI", "APIC":"APIC", "none":"none", "shared":"shared", "Ok":"OK", "Last updated":"", "Authenticator Type":"", "Register authenticator app":"", "Authy":"Authy", "Microsoft Authenticator":"Microsoft Authenticator", "Two factor authentication":"", }
lang="zh_CN" locale={ "":"", " "VNC":"VNC", "Vm group":"", "VNC":"VNC", "Without VM Group":"", "VNC":"VNC", "GB":"GB", "VNC":"VNC", "Apps":"Apps", "VNC":"VNC", "Last updated":"", "VNC":"VNC", "Ok":"OK", "VNC":"VNC", "VNC":"VNC", "VNC":"VNC", "RDP":"RDP", "RDP":"RDP", "RDP":"RDP", CPU":"CPU", "RDP":"RDP", "Vm group":"", "RDP":"RDP", "Without VM Group":"", "RDP":"RDP", "GB":"GB", "RDP":"RDP", "Apps":"Apps", "RDP":"RDP", "Last updated":"", ":"", }

File diff suppressed because one or more lines are too long