mirror of
https://github.com/YuzuZensai/Termix.git
synced 2026-09-14 02:59:06 +00:00
New Crowdin updates (#524)
* New translations en.json (Romanian) * New translations en.json (French) * New translations en.json (Spanish) * New translations en.json (Afrikaans) * New translations en.json (Arabic) * New translations en.json (Catalan) * New translations en.json (Czech) * New translations en.json (Danish) * New translations en.json (German) * New translations en.json (Greek) * New translations en.json (Finnish) * New translations en.json (Hebrew) * New translations en.json (Hungarian) * New translations en.json (Italian) * New translations en.json (Japanese) * New translations en.json (Korean) * New translations en.json (Dutch) * New translations en.json (Norwegian) * New translations en.json (Polish) * New translations en.json (Portuguese) * New translations en.json (Russian) * New translations en.json (Serbian (Cyrillic)) * New translations en.json (Swedish) * New translations en.json (Turkish) * New translations en.json (Ukrainian) * New translations en.json (Chinese Simplified) * New translations en.json (English) * New translations en.json (Vietnamese) * New translations en.json (German) * New translations en.json (Norwegian) * New translations en.json (Romanian) * New translations en.json (French) * New translations en.json (Spanish) * New translations en.json (Arabic) * New translations en.json (Czech) * New translations en.json (Danish) * New translations en.json (Greek) * New translations en.json (Finnish) * New translations en.json (Italian) * New translations en.json (Japanese) * New translations en.json (Dutch) * New translations en.json (Norwegian) * New translations en.json (Polish) * New translations en.json (Portuguese) * New translations en.json (Russian) * New translations en.json (Swedish) * New translations en.json (Ukrainian) * New translations en.json (Chinese Simplified) * New translations en.json (Chinese Traditional) * New translations en.json (Finnish) * New translations en.json (Chinese Simplified) * New translations en.json (Chinese Traditional) * New translations en.json (Chinese Simplified) * New translations en.json (Chinese Traditional) * New translations en.json (Bulgarian) * New translations en.json (Indonesian) * New translations en.json (Hindi) * New translations en.json (Romanian) * New translations en.json (French) * New translations en.json (Spanish) * New translations en.json (Afrikaans) * New translations en.json (Arabic) * New translations en.json (Catalan) * New translations en.json (Czech) * New translations en.json (German) * New translations en.json (Greek) * New translations en.json (Finnish) * New translations en.json (Hebrew) * New translations en.json (Hungarian) * New translations en.json (Italian) * New translations en.json (Japanese) * New translations en.json (Korean) * New translations en.json (Dutch) * New translations en.json (Polish) * New translations en.json (Portuguese) * New translations en.json (Russian) * New translations en.json (Serbian (Cyrillic)) * New translations en.json (Turkish) * New translations en.json (Ukrainian) * New translations en.json (Chinese Simplified) * New translations en.json (Chinese Traditional) * New translations en.json (Vietnamese) * New translations en.json (Portuguese, Brazilian) * New translations en.json (Bulgarian) * New translations en.json (Indonesian) * New translations en.json (Hindi) * New translations en.json (Bengali) * New translations en.json (Thai) * New translations en.json (Bengali) * New translations en.json (Korean) * New translations en.json (Korean) * Update source file en.json * New translations en.json (Romanian) * New translations en.json (French) * New translations en.json (Spanish) * New translations en.json (Afrikaans) * New translations en.json (Arabic) * New translations en.json (Catalan) * New translations en.json (Czech) * New translations en.json (Danish) * New translations en.json (German) * New translations en.json (Greek) * New translations en.json (Finnish) * New translations en.json (Hebrew) * New translations en.json (Hungarian) * New translations en.json (Italian) * New translations en.json (Japanese) * New translations en.json (Korean) * New translations en.json (Dutch) * New translations en.json (Norwegian) * New translations en.json (Polish) * New translations en.json (Portuguese) * New translations en.json (Russian) * New translations en.json (Serbian (Cyrillic)) * New translations en.json (Swedish) * New translations en.json (Turkish) * New translations en.json (Ukrainian) * New translations en.json (Chinese Simplified) * New translations en.json (Chinese Traditional) * New translations en.json (English) * New translations en.json (Vietnamese) * New translations en.json (Portuguese, Brazilian) * New translations en.json (Bulgarian) * New translations en.json (Indonesian) * New translations en.json (Hindi) * New translations en.json (Bengali) * New translations en.json (Thai)
This commit is contained in:
+280
-17
@@ -44,6 +44,8 @@
|
||||
"passwordRequired": "Cal una contrasenya",
|
||||
"sshKeyRequired": "Cal una clau SSH",
|
||||
"credentialAddedSuccessfully": "La credencial \"{{name}}\" s'ha afegit correctament",
|
||||
"savingCredential": "Saving credential...",
|
||||
"updatingCredential": "Updating credential...",
|
||||
"general": "General",
|
||||
"description": "Descripció",
|
||||
"folder": "Carpeta",
|
||||
@@ -184,6 +186,32 @@
|
||||
"renameFolder": "Canvia el nom de la carpeta",
|
||||
"idLabel": "ID:"
|
||||
},
|
||||
"quickConnect": {
|
||||
"title": "Quick Connect",
|
||||
"description": "Connect directly to a terminal or file manager session without saving a host configuration",
|
||||
"ipAddress": "IP Address or Hostname",
|
||||
"port": "Port",
|
||||
"username": "Username",
|
||||
"password": "Password",
|
||||
"key": "SSH Private Key",
|
||||
"keyPassword": "Key Password (Optional)",
|
||||
"keyType": "Key Type",
|
||||
"uploadFile": "Upload File",
|
||||
"pasteKey": "Paste Key",
|
||||
"credential": "Credential",
|
||||
"overrideUsername": "Override Credential Username",
|
||||
"overrideUsernameDesc": "Use a different username than the one stored in the credential",
|
||||
"connectTerminal": "Connect to Terminal",
|
||||
"connectFileManager": "Connect to File Manager",
|
||||
"cancel": "Cancel",
|
||||
"passwordRequired": "Password is required",
|
||||
"keyRequired": "SSH key is required",
|
||||
"credentialRequired": "Credential selection is required",
|
||||
"connectionEstablished": "Connection established successfully",
|
||||
"connectionFailed": "Failed to establish connection",
|
||||
"autoDetect": "Auto Detect",
|
||||
"authentication": "Authentication"
|
||||
},
|
||||
"dragIndicator": {
|
||||
"error": "Error: {{error}}",
|
||||
"dragging": "Arrossegant {{fileName}}",
|
||||
@@ -387,6 +415,7 @@
|
||||
"sshPath": "Camí SSH",
|
||||
"localPath": "Camí local",
|
||||
"appName": "Tèrmix",
|
||||
"openInNewTab": "Open in New Tab",
|
||||
"resetSidebarWidth": "Restableix l'amplada de la barra lateral",
|
||||
"dragToResizeSidebar": "Arrossega per canviar la mida de la barra lateral",
|
||||
"noAuthCredentials": "No hi ha credencials d'autenticació disponibles per a aquest amfitrió SSH.",
|
||||
@@ -464,10 +493,12 @@
|
||||
"retry": "Torna-ho a intentar",
|
||||
"checking": "S'està revisant...",
|
||||
"checkingDatabase": "S'està comprovant la connexió a la base de dades...",
|
||||
"checkingAuthentication": "Checking authentication...",
|
||||
"actions": "Accions",
|
||||
"remove": "Elimina",
|
||||
"revoke": "Revocar",
|
||||
"create": "Crea"
|
||||
"create": "Crea",
|
||||
"update": "Update"
|
||||
},
|
||||
"nav": {
|
||||
"home": "Inici",
|
||||
@@ -489,7 +520,12 @@
|
||||
"hostManager": "Gestor d'amfitrions",
|
||||
"cannotSplitTab": "No es pot dividir aquesta pestanya",
|
||||
"tabNavigation": "Navegació per pestanyes",
|
||||
"hostTabTitle": "{{username}}@{{ip}}:{{port}}"
|
||||
"hostTabTitle": "{{username}}@{{ip}}:{{port}}",
|
||||
"copyPassword": "Copy Password",
|
||||
"copySudoPassword": "Copy Sudo Password",
|
||||
"passwordCopied": "Password copied to clipboard",
|
||||
"sudoPasswordCopied": "Sudo password copied to clipboard",
|
||||
"noPasswordAvailable": "No password available"
|
||||
},
|
||||
"admin": {
|
||||
"title": "Configuració de l'administrador",
|
||||
@@ -537,6 +573,7 @@
|
||||
"userRegistration": "Registre d'usuari",
|
||||
"allowNewAccountRegistration": "Permet el registre de comptes nous",
|
||||
"allowPasswordLogin": "Permet l'inici de sessió amb nom d'usuari/contrasenya",
|
||||
"allowPasswordReset": "Allow password reset via reset code",
|
||||
"missingRequiredFields": "Camps obligatoris que falten: {{fields}}",
|
||||
"oidcConfigurationUpdated": "La configuració de l'OIDC s'ha actualitzat correctament!",
|
||||
"failedToFetchOidcConfig": "No s'ha pogut obtenir la configuració de l'OIDC.",
|
||||
@@ -848,6 +885,13 @@
|
||||
"autoStartContainer": "Inici automàtic en llançar contenidors",
|
||||
"autoStartDesc": "Inicia automàticament aquest túnel quan s'iniciï el contenidor",
|
||||
"addConnection": "Afegeix una connexió de túnel",
|
||||
"tunnelType": "Tunnel Type",
|
||||
"tunnelTypeLocal": "Local (-L)",
|
||||
"tunnelTypeRemote": "Remote (-R)",
|
||||
"tunnelTypeLocalDesc": "Forward local port to remote endpoint",
|
||||
"tunnelTypeRemoteDesc": "Forward remote port to local machine",
|
||||
"tunnelForwardDescriptionLocal": "This tunnel will forward traffic from local port {{sourcePort}} to port {{endpointPort}} on the endpoint machine.",
|
||||
"tunnelForwardDescriptionRemote": "This tunnel will forward traffic from port {{sourcePort}} on the source machine (current connection details in general tab) to port {{endpointPort}} on the endpoint machine.",
|
||||
"sshpassRequired": "Sshpass necessari per a l'autenticació amb contrasenya",
|
||||
"sshpassRequiredDesc": "Per a l'autenticació amb contrasenya en túnels, cal instal·lar sshpass al sistema.",
|
||||
"otherInstallMethods": "Altres mètodes d'instal·lació:",
|
||||
@@ -855,13 +899,16 @@
|
||||
"or": "o",
|
||||
"centosRhelFedora": "CentOS/RHEL/Fedora",
|
||||
"macos": "macOS",
|
||||
"windows": "Finestres",
|
||||
"windows": "Windows (WSL, no official binary)",
|
||||
"sshServerConfigRequired": "Configuració del servidor SSH requerida",
|
||||
"sshServerConfigDesc": "Per a connexions de túnel, el servidor SSH ha d'estar configurat per permetre el reenviament de ports:",
|
||||
"gatewayPortsYes": "per vincular ports remots a totes les interfícies",
|
||||
"allowTcpForwardingYes": "per habilitar el reenviament de ports",
|
||||
"permitRootLoginYes": "si s'utilitza l'usuari root per a la tunelització",
|
||||
"editSshConfig": "Editeu /etc/ssh/sshd_config i reinicieu SSH: sudo systemctl restart sshd",
|
||||
"editSshConfig": "Edit the SSH configuration file:",
|
||||
"sshConfigPath": "/etc/ssh/sshd_config",
|
||||
"restartSshService": "Then restart the SSH service:",
|
||||
"restartSshCommand": "sudo systemctl restart sshd",
|
||||
"upload": "Pujada",
|
||||
"authentication": "Autenticació",
|
||||
"password": "Contrasenya",
|
||||
@@ -1096,6 +1143,19 @@
|
||||
"quickActionName": "Nom de l'acció",
|
||||
"noSnippetFound": "No s'ha trobat cap fragment",
|
||||
"quickActionsOrder": "Els botons d'acció ràpida apareixeran en l'ordre indicat anteriorment a la pàgina d'estadístiques del servidor.",
|
||||
"sidebarCustomization": "Sidebar Button Customization",
|
||||
"sidebarCustomizationDesc": "Choose which actions appear as quick buttons in the sidebar. Actions not shown as buttons will appear in the dropdown menu.",
|
||||
"showTerminalInSidebar": "Show Terminal Button",
|
||||
"showTerminalInSidebarDesc": "Display terminal as a quick button in the sidebar",
|
||||
"showFileManagerInSidebar": "Show File Manager Button",
|
||||
"showFileManagerInSidebarDesc": "Display file manager as a quick button in the sidebar",
|
||||
"showTunnelInSidebar": "Show Tunnel Button",
|
||||
"showTunnelInSidebarDesc": "Display tunnel management as a quick button in the sidebar",
|
||||
"showDockerInSidebar": "Show Docker Button",
|
||||
"showDockerInSidebarDesc": "Display docker management as a quick button in the sidebar",
|
||||
"showServerStatsInSidebar": "Show Server Stats Button",
|
||||
"showServerStatsInSidebarDesc": "Display server statistics as a quick button in the sidebar",
|
||||
"atLeastOneActionRequired": "At least one enabled action must be shown in the sidebar",
|
||||
"advancedAuthSettings": "Configuració d'autenticació avançada",
|
||||
"sudoPasswordAutoFill": "Emplenament automàtic de contrasenya de Sudo",
|
||||
"sudoPasswordAutoFillDesc": "Ofereix automàticament la inserció d'una contrasenya SSH quan sudo demani la contrasenya",
|
||||
@@ -1115,6 +1175,15 @@
|
||||
"addVariable": "Afegeix una variable",
|
||||
"docker": "Docker",
|
||||
"openDocker": "Obre Docker",
|
||||
"copyFullScreenUrl": "Copy Full-Screen URL",
|
||||
"fullScreenUrlCopied": "Full-screen URL copied to clipboard",
|
||||
"failedToCopyUrl": "Failed to copy URL to clipboard",
|
||||
"copyTerminalUrl": "Copy Terminal URL",
|
||||
"copyFileManagerUrl": "Copy File Manager URL",
|
||||
"copyTunnelUrl": "Copy Tunnel URL",
|
||||
"copyServerStatsUrl": "Copy Server Stats URL",
|
||||
"copyDockerUrl": "Copy Docker URL",
|
||||
"fullScreenUrlTooltip": "Copy URL to open this app in full-screen mode",
|
||||
"notEnabled": "Docker no està habilitat per a aquest amfitrió. Activeu-lo a la configuració de l'amfitrió per utilitzar les funcions de Docker.",
|
||||
"validating": "Validant Docker...",
|
||||
"error": "Error",
|
||||
@@ -1241,10 +1310,34 @@
|
||||
"totpCodeLabel": "Codi de verificació",
|
||||
"totpPlaceholder": "000000",
|
||||
"totpVerify": "Verifica",
|
||||
"warpgateAuthRequired": "Warpgate Authentication Required",
|
||||
"warpgateSecurityKey": "Security Key",
|
||||
"warpgateAuthUrl": "Authentication URL",
|
||||
"warpgateOpenBrowser": "Open in Browser",
|
||||
"warpgateContinue": "I've Completed Authentication",
|
||||
"warpgateTimeout": "Warpgate authentication timeout. Please reconnect.",
|
||||
"sudoPasswordPopupTitle": "Voleu inserir la contrasenya?",
|
||||
"sudoPasswordPopupHint": "Premeu Intro per inserir, Esc per tancar",
|
||||
"sudoPasswordPopupConfirm": "Insereix",
|
||||
"sudoPasswordPopupDismiss": "Ignora"
|
||||
"sudoPasswordPopupDismiss": "Ignora",
|
||||
"websocketAbnormalClose": "Connection closed unexpectedly. This may be due to a reverse proxy or SSL configuration issue. Please check server logs.",
|
||||
"totpInvalid": "Invalid code. Please try again.",
|
||||
"authMethodFallback": "{{method}} authentication failed. Trying alternative method...",
|
||||
"authenticationRequired": "Authentication required",
|
||||
"connectionLogTitle": "Connection Log",
|
||||
"connectionLogCopy": "Copy logs to clipboard",
|
||||
"connectionLogClear": "Clear logs",
|
||||
"connectionLogEmpty": "No connection logs yet",
|
||||
"connectionLogConnecting": "Connecting to host...",
|
||||
"connectionLogCopied": "Connection logs copied to clipboard",
|
||||
"connectionLogCopyFailed": "Failed to copy logs to clipboard",
|
||||
"allAuthMethodsFailed": "All authentication methods failed. Please check your credentials.",
|
||||
"methodNotSupported": "Server does not support {{method}} authentication. Available methods: {{available}}",
|
||||
"retryWithMethod": "Retry with {{method}}",
|
||||
"automaticFallback": "Automatically trying {{method}} authentication...",
|
||||
"totpTimeout": "TOTP verification timeout. Please reconnect.",
|
||||
"passwordTimeout": "Password verification timeout. Please reconnect.",
|
||||
"connectionRejected": "Connection rejected by server. Please check your authentication and network configuration."
|
||||
},
|
||||
"fileManager": {
|
||||
"title": "Gestor de fitxers",
|
||||
@@ -1327,6 +1420,12 @@
|
||||
"itemDeletedSuccessfully": "{{type}} s'ha suprimit correctament",
|
||||
"itemsDeletedSuccessfully": "{{count}} elements suprimits correctament",
|
||||
"failedToDeleteItems": "No s'han pogut suprimir els elements",
|
||||
"sudoPasswordRequired": "Administrator Password Required",
|
||||
"enterSudoPassword": "Enter sudo password to continue this operation",
|
||||
"sudoPassword": "Sudo password",
|
||||
"sudoOperationFailed": "Sudo operation failed",
|
||||
"sudoAuthFailed": "Sudo authentication failed",
|
||||
"deleteOperation": "Delete files/folders",
|
||||
"dragFilesToUpload": "Deixa anar els fitxers aquí per pujar-los",
|
||||
"emptyFolder": "Aquesta carpeta està buida",
|
||||
"itemCount": "{{count}} elements",
|
||||
@@ -1531,8 +1630,11 @@
|
||||
"fileTooLarge": "Fitxer massa gran: {{error}}",
|
||||
"sshConnectionFailed": "La connexió SSH ha fallat. Si us plau, comproveu la connexió a {{name}} ({{ip}}:{{port}})",
|
||||
"loadFileFailed": "No s'ha pogut carregar el fitxer: {{error}}",
|
||||
"connecting": "Connecting...",
|
||||
"connectedSuccessfully": "Connexió correcta",
|
||||
"totpVerificationFailed": "La verificació TOTP ha fallat",
|
||||
"warpgateVerificationFailed": "Warpgate authentication failed",
|
||||
"authenticationFailed": "Authentication failed",
|
||||
"verificationCodePrompt": "Codi de verificació:",
|
||||
"changePermissions": "Canvia els permisos",
|
||||
"changePermissionsDesc": "Modifica els permisos de fitxer per a",
|
||||
@@ -1548,8 +1650,18 @@
|
||||
"failedToChangePermissions": "No s'han pogut canviar els permisos"
|
||||
},
|
||||
"tunnel": {
|
||||
"noTunnelsConfigured": "No hi ha túnels configurats",
|
||||
"configureTunnelsInHostSettings": "Configureu les connexions de túnel al Gestor d'amfitrions per començar"
|
||||
"log": {
|
||||
"connecting": "Establishing tunnel connection...",
|
||||
"sourceConnecting": "Connecting to source host {{host}}...",
|
||||
"sourceConnected": "Connected to source host",
|
||||
"endpointResolving": "Resolving endpoint host {{host}}...",
|
||||
"endpointResolved": "Endpoint host resolved",
|
||||
"forwarding": "Setting up port forwarding {{localPort}} → {{remotePort}}...",
|
||||
"connected": "Tunnel established successfully",
|
||||
"retrying": "Connection failed, retrying in {{countdown}}s (attempt {{attempt}}/{{max}})...",
|
||||
"retryExhausted": "Max retry attempts reached",
|
||||
"error": "Tunnel connection failed: {{error}}"
|
||||
}
|
||||
},
|
||||
"tunnels": {
|
||||
"title": "Túnels SSH",
|
||||
@@ -1624,6 +1736,8 @@
|
||||
"refreshStatus": "Estat d'actualització",
|
||||
"fileManagerAlreadyOpen": "El gestor de fitxers ja està obert per a aquest amfitrió",
|
||||
"openFileManager": "Obre el gestor de fitxers",
|
||||
"connecting": "Connectant...",
|
||||
"connectionFailed": "Failed to connect to server",
|
||||
"cpuCores_one": "{{count}} CPU",
|
||||
"cpuCores_other": "{{count}} CPU",
|
||||
"naCpus": "CPU(s) N/A",
|
||||
@@ -1639,7 +1753,6 @@
|
||||
"failedToFetchMetrics": "No s'han pogut obtenir les mètriques del servidor",
|
||||
"failedToFetchHomeData": "No s'han pogut obtenir les dades de casa",
|
||||
"loadingMetrics": "S'estan carregant les mètriques...",
|
||||
"connecting": "Connectant...",
|
||||
"refreshing": "Refrescant...",
|
||||
"serverOffline": "Servidor fora de línia",
|
||||
"cannotFetchMetrics": "No es poden obtenir mètriques del servidor fora de línia",
|
||||
@@ -1682,7 +1795,34 @@
|
||||
"executingQuickAction": "Executant {{name}}...",
|
||||
"quickActionSuccess": "{{name}} s'ha completat correctament",
|
||||
"quickActionFailed": "{{name}} ha fallat",
|
||||
"quickActionError": "No s'ha pogut executar {{name}}"
|
||||
"quickActionError": "No s'ha pogut executar {{name}}",
|
||||
"ports": {
|
||||
"title": "Listening Ports",
|
||||
"protocol": "Protocol",
|
||||
"port": "Port",
|
||||
"address": "Address",
|
||||
"state": "State",
|
||||
"process": "Process",
|
||||
"noData": "No listening ports data"
|
||||
},
|
||||
"firewall": {
|
||||
"title": "Firewall",
|
||||
"active": "Active",
|
||||
"inactive": "Inactive",
|
||||
"notDetected": "Not Detected",
|
||||
"policy": "Policy",
|
||||
"rules": "rules",
|
||||
"noRules": "No rules",
|
||||
"noData": "No firewall data available",
|
||||
"action": "Action",
|
||||
"protocol": "Proto",
|
||||
"port": "Port",
|
||||
"source": "Source",
|
||||
"accept": "ACCEPT",
|
||||
"drop": "DROP",
|
||||
"reject": "REJECT",
|
||||
"anywhere": "Anywhere"
|
||||
}
|
||||
},
|
||||
"auth": {
|
||||
"tagline": "ADMINISTRADOR DE SERVIDORS SSH",
|
||||
@@ -1824,7 +1964,11 @@
|
||||
"emailExists": "El correu electrònic ja existeix",
|
||||
"loadFailed": "No s'han pogut carregar les dades",
|
||||
"saveError": "No s'ha pogut desar",
|
||||
"sessionExpired": "La sessió ha caducat; si us plau, torneu a iniciar la sessió."
|
||||
"sessionExpired": "La sessió ha caducat; si us plau, torneu a iniciar la sessió.",
|
||||
"totpRateLimited": "Rate limited: Too many TOTP verification attempts. Please try again later.",
|
||||
"totpRateLimitedWithTime": "Rate limited: Too many TOTP verification attempts. Please wait {{time}} seconds before trying again.",
|
||||
"resetCodeRateLimited": "Rate limited: Too many verification attempts. Please try again later.",
|
||||
"resetCodeRateLimitedWithTime": "Rate limited: Too many verification attempts. Please wait {{time}} seconds before trying again."
|
||||
},
|
||||
"messages": {
|
||||
"saveSuccess": "S'ha desat correctament",
|
||||
@@ -1882,6 +2026,9 @@
|
||||
"terminalSettings": "Terminal",
|
||||
"hostSidebarSettings": "Amfitrió i barra lateral",
|
||||
"snippetsSettings": "Fragments",
|
||||
"updateSettings": "Updates",
|
||||
"disableUpdateCheck": "Disable Update Check",
|
||||
"disableUpdateCheckDesc": "Stop checking for new versions on startup and dashboard. Reduces network requests.",
|
||||
"currentPassword": "Contrasenya actual",
|
||||
"passwordChangedSuccess": "La contrasenya s'ha canviat correctament! Si us plau, torneu a iniciar la sessió.",
|
||||
"failedToChangePassword": "No s'ha pogut canviar la contrasenya. Si us plau, comproveu la vostra contrasenya actual i torneu-ho a intentar.",
|
||||
@@ -1890,7 +2037,9 @@
|
||||
"themeDark": "Fosc",
|
||||
"themeSystem": "Sistema",
|
||||
"appearanceDesc": "Seleccioneu el tema de color per a l'aplicació",
|
||||
"terminalSyntaxHighlightingDesc": "Ressaltar automàticament les ordres, les rutes, les IP i els nivells de registre a la sortida del terminal"
|
||||
"terminalSyntaxHighlightingDesc": "Ressaltar automàticament les ordres, les rutes, les IP i els nivells de registre a la sortida del terminal",
|
||||
"enableCommandPaletteShortcut": "Enable Command Palette Shortcut",
|
||||
"enableCommandPaletteShortcutDesc": "Double-tap left Shift to open the Command Palette for quick access to hosts"
|
||||
},
|
||||
"user": {
|
||||
"failedToLoadVersionInfo": "No s'ha pogut carregar la informació de la versió"
|
||||
@@ -2085,6 +2234,7 @@
|
||||
},
|
||||
"dashboard": {
|
||||
"title": "Tauler de control",
|
||||
"loading": "Loading dashboard...",
|
||||
"github": "GitHub",
|
||||
"support": "Suport",
|
||||
"discord": "Discòrdia",
|
||||
@@ -2114,7 +2264,88 @@
|
||||
"noServerData": "No hi ha dades del servidor disponibles",
|
||||
"cpu": "CPU",
|
||||
"ram": "RAM",
|
||||
"notAvailable": "N/A"
|
||||
"notAvailable": "N/A",
|
||||
"customizeLayout": "Customize Dashboard",
|
||||
"dashboardSettings": "Dashboard Settings",
|
||||
"enableDisableCards": "Enable/Disable Cards",
|
||||
"resetLayout": "Reset to Default",
|
||||
"serverOverviewCard": "Server Overview",
|
||||
"recentActivityCard": "Recent Activity",
|
||||
"networkGraphCard": "Network Graph",
|
||||
"networkGraph": "Network Graph",
|
||||
"quickActionsCard": "Quick Actions",
|
||||
"serverStatsCard": "Server Stats"
|
||||
},
|
||||
"networkGraph": {
|
||||
"title": "Network Graph",
|
||||
"addHost": "Add Host",
|
||||
"addGroup": "Add Group",
|
||||
"addLink": "Add Link",
|
||||
"deleteSelected": "Delete Selected",
|
||||
"zoomIn": "Zoom In",
|
||||
"zoomOut": "Zoom Out",
|
||||
"resetView": "Reset View",
|
||||
"exportJson": "Export JSON",
|
||||
"importJson": "Import JSON",
|
||||
"selectHost": "Select Host",
|
||||
"chooseHost": "Choose a host...",
|
||||
"parentGroup": "Parent Group",
|
||||
"noGroup": "No Group",
|
||||
"groupName": "Group Name",
|
||||
"color": "Color",
|
||||
"source": "Source",
|
||||
"target": "Target",
|
||||
"moveToGroup": "Move to Group",
|
||||
"selectGroup": "Select group...",
|
||||
"addConnection": "Add Connection",
|
||||
"hostDetails": "Host Details",
|
||||
"connectToHost": "Connect to Host",
|
||||
"openTerminal": "Open Terminal",
|
||||
"openFileManager": "Open File Manager",
|
||||
"openTunnel": "Open Tunnels",
|
||||
"openDocker": "Open Docker",
|
||||
"openServerStats": "Open Server Details",
|
||||
"moveToGroupAction": "Move to Group",
|
||||
"removeFromGroup": "Remove from Group",
|
||||
"addHostHere": "Add Host Here",
|
||||
"editGroup": "Edit Group",
|
||||
"delete": "Delete",
|
||||
"cancel": "Cancel",
|
||||
"add": "Add",
|
||||
"create": "Create",
|
||||
"update": "Update",
|
||||
"move": "Move",
|
||||
"connect": "Connect",
|
||||
"close": "Close",
|
||||
"createGroup": "Create Group",
|
||||
"noAvailableHosts": "No available hosts",
|
||||
"selectSourcePlaceholder": "Select Source...",
|
||||
"selectTargetPlaceholder": "Select Target...",
|
||||
"invalidFile": "Invalid File",
|
||||
"hostAlreadyExists": "Host is already in the topology",
|
||||
"sourceTargetMustDiffer": "Source and target must be different",
|
||||
"connectionExists": "Connection already exists",
|
||||
"unknown": "Unknown",
|
||||
"name": "Name",
|
||||
"ip": "IP",
|
||||
"status": "Status",
|
||||
"id": "ID",
|
||||
"failedToLoadData": "Failed to load network topology data",
|
||||
"failedToAddNode": "Failed to add node",
|
||||
"sourceDifferentFromTarget": "Source and target must be different",
|
||||
"exportJSON": "Export JSON",
|
||||
"importJSON": "Import JSON",
|
||||
"searchHost": "Search hosts...",
|
||||
"noHostFound": "No hosts found",
|
||||
"searchGroup": "Search groups...",
|
||||
"noGroupFound": "No groups found",
|
||||
"searchNode": "Search nodes...",
|
||||
"noNodeFound": "No nodes found",
|
||||
"terminal": "Terminal",
|
||||
"fileManager": "File Manager",
|
||||
"tunnel": "Tunnel",
|
||||
"docker": "Docker",
|
||||
"serverStats": "Server Stats"
|
||||
},
|
||||
"rbac": {
|
||||
"shareHost": "Comparteix l'amfitrió",
|
||||
@@ -2306,9 +2537,15 @@
|
||||
"notEnabled": "Docker no està habilitat per a aquest amfitrió",
|
||||
"validating": "Validant Docker...",
|
||||
"connectingToHost": "Connectant a l'amfitrió...",
|
||||
"connecting": "Connectant...",
|
||||
"error": "Error",
|
||||
"errorCode": "Codi d'error: {{code}}",
|
||||
"version": "Docker {{version}}",
|
||||
"connectionFailed": "Failed to connect to Docker",
|
||||
"totpVerificationFailed": "La verificació TOTP ha fallat. Torna-ho a provar.",
|
||||
"warpgateVerificationFailed": "Warpgate authentication failed. Please try again.",
|
||||
"verificationCodePrompt": "Introduïu el codi de verificació",
|
||||
"loadingContainers": "Carregant contenidors...",
|
||||
"containerStarted": "Contenidor {{name}} iniciat",
|
||||
"failedToStartContainer": "No s'ha pogut iniciar el contenidor {{name}}",
|
||||
"containerStopped": "El contenidor {{name}} s'ha aturat",
|
||||
@@ -2335,7 +2572,6 @@
|
||||
"confirmRemoveContainer": "Esteu segur que voleu eliminar el contenidor '{{name}}'? Aquesta acció no es pot desfer.",
|
||||
"runningContainerWarning": "Avís: Aquest contenidor està en execució. Si el suprimiu, primer s'aturarà el contenidor.",
|
||||
"removing": "S'està eliminant...",
|
||||
"loadingContainers": "Carregant contenidors...",
|
||||
"noContainersFound": "No s'han trobat contenidors",
|
||||
"noContainersFoundHint": "No hi ha contenidors Docker disponibles en aquest amfitrió.",
|
||||
"searchPlaceholder": "Cerca contenidors...",
|
||||
@@ -2370,8 +2606,6 @@
|
||||
"disconnectedFromContainer": "Desconnectat del contenidor",
|
||||
"containerMustBeRunning": "El contenidor ha d'estar en execució per accedir a la consola.",
|
||||
"authenticationRequired": "Cal autenticació",
|
||||
"verificationCodePrompt": "Introduïu el codi de verificació",
|
||||
"totpVerificationFailed": "La verificació TOTP ha fallat. Torna-ho a provar.",
|
||||
"connectedTo": "Connectat a {{containerName}}",
|
||||
"disconnected": "Desconnectat",
|
||||
"consoleError": "Error de consola",
|
||||
@@ -2382,7 +2616,6 @@
|
||||
"bash": "Bash",
|
||||
"sh": "sh",
|
||||
"ash": "cendra",
|
||||
"connecting": "Connectant...",
|
||||
"connect": "Connecta",
|
||||
"disconnect": "Desconnecta",
|
||||
"notConnected": "No connectat",
|
||||
@@ -2393,7 +2626,37 @@
|
||||
"logs": "Registres",
|
||||
"stats": "Estadístiques",
|
||||
"consoleTab": "Consola",
|
||||
"startContainerToAccess": "Inicieu el contenidor per accedir a la consola"
|
||||
"startContainerToAccess": "Inicieu el contenidor per accedir a la consola",
|
||||
"log": {
|
||||
"connecting": "Connecting to Docker host...",
|
||||
"authStarted": "Resolving authentication credentials...",
|
||||
"totpRequired": "TOTP verification required",
|
||||
"warpgateRequired": "Warpgate authentication required",
|
||||
"sessionCreated": "Docker SSH session established",
|
||||
"sessionReady": "Ready for Docker operations",
|
||||
"error": "Docker connection failed: {{error}}"
|
||||
}
|
||||
},
|
||||
"stats": {
|
||||
"log": {
|
||||
"connecting": "Starting metrics collection...",
|
||||
"existingSession": "Using existing metrics session",
|
||||
"totpVerifying": "TOTP verification required",
|
||||
"sessionEstablished": "Metrics session established",
|
||||
"collecting": "Collecting server metrics",
|
||||
"heartbeat": "Keeping connection alive",
|
||||
"stopped": "Metrics collection stopped",
|
||||
"error": "Metrics collection failed: {{error}}"
|
||||
}
|
||||
},
|
||||
"sftp": {
|
||||
"log": {
|
||||
"connecting": "Connecting to SFTP server...",
|
||||
"jumpHost": "Connecting via jump host {{host}}...",
|
||||
"connected": "SFTP connection established",
|
||||
"authFailed": "Authentication failed",
|
||||
"error": "SFTP operation failed: {{error}}"
|
||||
}
|
||||
},
|
||||
"theme": {
|
||||
"switchToLight": "Canvia a la llum",
|
||||
|
||||
Reference in New Issue
Block a user