ctrl k & i18n

This commit is contained in:
Arsfy
2024-10-28 13:37:21 +08:00
parent b7176fc8f3
commit 376e8d4621
17 changed files with 441 additions and 114 deletions

View File

@@ -0,0 +1,94 @@
{
"all_systems": "All Systems",
"filter": "Filter...",
"copy": "Copy",
"add": "Add",
"system": "System",
"systems": "Systems",
"cancel": "Cancel",
"continue": "Continue",
"home": {
"active_alerts": "Active Alerts",
"active_des": "Exceeds {{value}}{{unit}} average in last {{minutes}} minutes",
"subtitle_1": "Updated in real time. Press",
"subtitle_2": "to open the command palette."
},
"systems_table": {
"system": "System",
"memory": "Memory",
"cpu": "CPU",
"disk": "Disk",
"net": "Net",
"agent": "Agent",
"no_systems_found": "No systems found.",
"open_menu": "Open menu",
"resume": "Resume",
"pause": "Pause",
"copy_host": "Copy host",
"delete": "Delete",
"delete_confirm": "Are you sure you want to delete {{name}}?",
"delete_confirm_des_1": "This action cannot be undone. This will permanently delete all current records for",
"delete_confirm_des_2": "from the database."
},
"alerts": {
"title": "Alerts",
"subtitle_1": "See",
"notification_settings": "notification settings",
"subtitle_2": "to configure how you receive alerts.",
"overwrite_existing_alerts": "Overwrite existing alerts"
},
"settings": {
"settings": "Settings",
"subtitle": "Manage display and notification preferences.",
"save_settings": "Save Settings",
"general": {
"title": "General",
"subtitle": "Change general application options.",
"language": {
"title": "Language",
"subtitle_1": "Want to help us make our translations even better? Check out",
"subtitle_2": "for more details.",
"preferred_language": "Preferred Language"
},
"chart_options": {
"title": "Chart options",
"subtitle": "Adjust display options for charts.",
"default_time_period": "Default time period",
"default_time_period_des": "Sets the default time range for charts when a system is viewed."
}
},
"notifications": {
"title": "Notifications",
"subtitle_1": "Configure how you receive alert notifications.",
"subtitle_2": "Looking instead for where to create alerts? Click the bell",
"subtitle_3": "icons in the systems table."
},
"language": "Language"
},
"user_dm": {
"users": "Users",
"logs": "Logs",
"backups": "Backups",
"auth_providers": "Auth Providers",
"log_out": "Log Out"
},
"themes": {
"toggle_theme": "Toggle theme",
"light": "Light",
"dark": "Dark",
"system": "System"
},
"add_system": {
"add_new_system": "Add New System",
"binary": "Binary",
"dialog_des_1": "The agent must be running on the system to connect. Copy the",
"dialog_des_2": "for the agent below.",
"name": "Name",
"host_ip": "Host / IP",
"port": "Port",
"public_key": "Public Key",
"click_to_copy": "Click to copy",
"command": "command",
"add_system": "Add system"
}
}

View File

@@ -0,0 +1,94 @@
{
"all_systems": "Todos los sistemas",
"filter": "Filtrar...",
"copy": "Copiar",
"add": "Agregar",
"system": "Sistema",
"systems": "Sistemas",
"cancel": "Cancelar",
"continue": "Continuar",
"home": {
"active_alerts": "Alertas activas",
"active_des": "Excede el promedio de {{value}}{{unit}} en los últimos {{minutes}} minutos",
"subtitle_1": "Actualizado en tiempo real. Presione",
"subtitle_2": "para abrir la paleta de comandos."
},
"systems_table": {
"system": "Sistema",
"memory": "Memoria",
"cpu": "CPU",
"disk": "Disco",
"net": "Red",
"agent": "Agente",
"no_systems_found": "No se encontraron sistemas.",
"open_menu": "Abrir menú",
"resume": "Reanudar",
"pause": "Pausar",
"copy_host": "Copiar host",
"delete": "Eliminar",
"delete_confirm": "¿Estás seguro de que quieres eliminar {{name}}?",
"delete_confirm_des_1": "Esta acción no se puede deshacer. Esto eliminará permanentemente todos los registros actuales para",
"delete_confirm_des_2": "de la base de datos."
},
"alerts": {
"title": "Alertas",
"subtitle_1": "Ver",
"notification_settings": "configuración de notificaciones",
"subtitle_2": "para configurar cómo recibe las alertas.",
"overwrite_existing_alerts": "Sobrescribir alertas existentes"
},
"settings": {
"settings": "Configuración",
"subtitle": "Administrar las preferencias de visualización y notificación.",
"save_settings": "Guardar configuración",
"general": {
"title": "General",
"subtitle": "Cambiar las opciones generales de la aplicación.",
"language": {
"title": "Idioma",
"subtitle_1": "¿Quieres ayudarnos a mejorar nuestras traducciones? Consulta",
"subtitle_2": "para más detalles.",
"preferred_language": "Idioma preferido"
},
"chart_options": {
"title": "Opciones de gráfico",
"subtitle": "Ajustar las opciones de visualización para los gráficos.",
"default_time_period": "Periodo de tiempo predeterminado",
"default_time_period_des": "Establece el rango de tiempo predeterminado para los gráficos cuando se visualiza un sistema."
}
},
"notifications": {
"title": "Notificaciones",
"subtitle_1": "Configure cómo recibe las notificaciones de alerta.",
"subtitle_2": "¿Busca dónde crear alertas? Haga clic en el icono de campana",
"subtitle_3": "en la tabla de sistemas."
},
"language": "Idioma"
},
"user_dm": {
"users": "Usuarios",
"logs": "Registros",
"backups": "Respaldos",
"auth_providers": "Proveedores de autenticación",
"log_out": "Cerrar sesión"
},
"themes": {
"toggle_theme": "Alternar tema",
"light": "Claro",
"dark": "Oscuro",
"system": "Sistema"
},
"add_system": {
"add_new_system": "Agregar nuevo sistema",
"binary": "Binario",
"dialog_des_1": "El agente debe estar ejecutándose en el sistema para conectarse. Copie el",
"dialog_des_2": "para el agente a continuación.",
"name": "Nombre",
"host_ip": "Host / IP",
"port": "Puerto",
"public_key": "Clave pública",
"click_to_copy": "Haga clic para copiar",
"command": "comando",
"add_system": "Agregar sistema"
}
}