New Crowdin updates (#622)

* Update source file en.json

* New translations en.json (Russian)

* New translations en.json (Portuguese, Brazilian)

* New translations en.json (Korean)

* 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 (Bulgarian)

* 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 (Dutch)

* New translations en.json (Norwegian)

* New translations en.json (Polish)

* New translations en.json (Portuguese)

* 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 (Vietnamese)

* New translations en.json (Indonesian)

* New translations en.json (Bengali)

* New translations en.json (Thai)

* New translations en.json (Hindi)
This commit is contained in:
Luke Gustafson
2026-03-14 20:07:53 -05:00
committed by GitHub
parent e9e30cd318
commit d7450d5867
35 changed files with 4153 additions and 265 deletions
+121 -3
View File
@@ -808,6 +808,16 @@
"globalSettingsSaved": "Globale overvågningsindstillinger gemt",
"failedToSaveGlobalSettings": "Kunne ikke gemme globale overvågningsindstillinger",
"failedToLoadGlobalSettings": "Kunne ikke indlæse globale overvågningsindstillinger",
"guacamoleIntegration": "Remote Desktop Integration (Guacamol)",
"guacamoleIntegrationDesc": "Aktivér RDP, VNC og Telnet forbindelser via guacd. Kræver en guacd instans for at køre.",
"enableGuacamole": "Aktiver RDP/VNC/Telnet support",
"guacdUrl": "guacd URL (vært: port)",
"guacdUrlPlaceholder": "guacd:4822",
"guacdUrlNote": "Ændringer af guacd værten / port kræver en server genstart til at træde i kraft.",
"guacamoleSettingsSaved": "Guacamole settings saved",
"failedToSaveGuacamoleSettings": "Failed to save guacamole settings",
"failedToLoadGuacamoleSettings": "Failed to load guacamole settings",
"clampedToValidRange": "blev justeret til gyldigt interval",
"loadingSessions": "Indlæser sessioner...",
"noActiveSessions": "Ingen aktive sessioner fundet.",
"device": "Enhed",
@@ -866,11 +876,21 @@
"importError": "Import fejl",
"failedToImportJson": "Kunne ikke importere JSON- fil",
"connectionDetails": "Forbindelse Detaljer",
"connectionType": "Connection Type",
"ssh": "SSH",
"rdp": "RDP",
"vnc": "VNC",
"telnet": "Telnet",
"remoteDesktop": "Remote Desktop",
"guacamoleSettings": "Remote Desktop Settings",
"organization": "Organisation",
"ipAddress": "Ip adresse eller værtsnavn",
"ipRequired": "IP address is required",
"portRequired": "Port is required",
"port": "Port",
"name": "Navn",
"username": "Brugernavn",
"usernameRequired": "Username is required (SSH/Telnet only)",
"folder": "Mappe",
"tags": "Mærker",
"pin": "Fastgør",
@@ -979,6 +999,8 @@
"tunnel": "Tunnel",
"fileManager": "Filhåndtering",
"serverStats": "Server Statistik",
"status": "Status",
"statistics": "Statistik",
"hostViewer": "Vært Fremviser",
"enableServerStats": "Aktiver Serverstatistik",
"enableServerStatsDesc": "Aktiver/deaktiver server statistik samling for denne vært",
@@ -1028,7 +1050,6 @@
"openFileManager": "Åbn Filhåndtering",
"openTunnels": "Åbne Tunneler",
"openServerDetails": "Åbn Serverdetaljer",
"statistics": "Statistik",
"enabledWidgets": "Aktiverede Widgets",
"openServerStats": "Åbn Serverstatistik",
"enabledWidgetsDesc": "Vælg hvilke statistikwidgets der skal vises for denne vært",
@@ -1038,13 +1059,18 @@
"statusCheckEnabledDesc": "Tjek om serveren er online eller offline",
"statusCheckInterval": "Status Tjek Interval",
"statusCheckIntervalDesc": "Hvor ofte til at kontrollere, om værten er online (5s - 1h)",
"statusChecks": "Status Checks",
"disableTcpPing": "Disable TCP Ping",
"disableTcpPingDescription": "Turn off status checks (online/offline detection) for this host",
"useGlobalStatusInterval": "Brug global standard",
"useGlobalMetricsInterval": "Brug global standard",
"usingGlobalDefault": "Bruger global standard ({{value}}s)",
"metricsCollection": "Metrics Collection",
"metricsEnabled": "Aktiver Måleovervågning",
"metricsEnabledDesc": "Indsaml CPU, RAM, disk, og andre systemstatistikker",
"metricsInterval": "Interval For Metrikelsamling",
"metricsIntervalDesc": "Hvor ofte at indsamle server statistik (5s - 1h)",
"metricsNotAvailableForConnectionType": "Server metrics are only available for SSH hosts. TCP ping status checks can still be enabled above.",
"intervalSeconds": "sekunder",
"intervalMinutes": "minutter",
"intervalValidation": "Overvågningsintervallerne skal være mellem 5 sekunder og 1 time (3600 sekunder)",
@@ -1232,6 +1258,7 @@
"copyTunnelUrl": "Kopier Tunnel URL",
"copyServerStatsUrl": "Kopier Server Statistik URL",
"copyDockerUrl": "Kopier Docker-URL",
"copyRemoteDesktopUrl": "Copy Remote Desktop URL",
"fullScreenUrlTooltip": "Kopier URL for at åbne denne app i fuld skærm",
"notEnabled": "Docker er ikke aktiveret for denne vært. Aktivér den i værtsindstillinger for at bruge Docker-funktioner.",
"validating": "Validerer Docker...",
@@ -1348,7 +1375,97 @@
"selectAll": "Vælg alle",
"deselectAll": "Fravælg alle",
"useGlobalStatusDefault": "Brug Global Standard (Status)",
"useGlobalMetricsDefault": "Brug Global Standard (Metrics)"
"useGlobalMetricsDefault": "Brug Global Standard (Metrics)",
"remoteDesktopSettings": "Remote Desktop Settings",
"domain": "Domain",
"securityMode": "Security Mode",
"ignoreCert": "Ignore Certificate",
"ignoreCertDesc": "Skip TLS certificate verification for this connection",
"displaySettings": "Display Settings",
"colorDepth": "Color Depth",
"width": "Width",
"height": "Height",
"dpi": "DPI",
"resizeMethod": "Resize Method",
"forceLossless": "Force Lossless",
"audioSettings": "Audio Settings",
"disableAudio": "Disable Audio",
"enableAudioInput": "Enable Audio Input",
"rdpPerformance": "Performance",
"enableWallpaper": "Enable Wallpaper",
"enableTheming": "Enable Theming",
"enableFontSmoothing": "Enable Font Smoothing",
"enableFullWindowDrag": "Enable Full Window Drag",
"enableDesktopComposition": "Enable Desktop Composition",
"enableMenuAnimations": "Enable Menu Animations",
"disableBitmapCaching": "Disable Bitmap Caching",
"disableOffscreenCaching": "Disable Offscreen Caching",
"disableGlyphCaching": "Disable Glyph Caching",
"enableGfx": "Enable GFX",
"deviceRedirection": "Device Redirection",
"enablePrinting": "Enable Printing",
"enableDrive": "Enable Drive Redirection",
"driveName": "Drive Name",
"drivePath": "Drive Path",
"createDrivePath": "Create Drive Path",
"disableDownload": "Disable Download",
"disableUpload": "Disable Upload",
"enableTouch": "Enable Touch",
"rdpSession": "Session",
"clientName": "Client Name",
"consoleSession": "Console Session",
"initialProgram": "Initial Program",
"serverLayout": "Server Keyboard Layout",
"timezone": "Timezone",
"gatewaySettings": "Gateway",
"gatewayHostname": "Gateway Hostname",
"gatewayPort": "Gateway Port",
"gatewayUsername": "Gateway Username",
"gatewayPassword": "Gateway Password",
"gatewayDomain": "Gateway Domain",
"remoteApp": "RemoteApp",
"remoteAppProgram": "Remote Application",
"remoteAppDir": "Remote App Directory",
"remoteAppArgs": "Remote App Arguments",
"clipboardSettings": "Clipboard",
"normalizeClipboard": "Normalize Clipboard",
"disableCopy": "Disable Copy",
"disablePaste": "Disable Paste",
"vncSettings": "VNC Settings",
"cursorMode": "Cursor Mode",
"swapRedBlue": "Swap Red/Blue",
"readOnly": "Read Only",
"recordingSettings": "Recording",
"recordingPath": "Recording Path",
"recordingName": "Recording Name",
"createRecordingPath": "Create Recording Path",
"excludeOutput": "Exclude Output",
"excludeMouse": "Exclude Mouse",
"includeKeys": "Include Keys",
"wakeOnLan": "Wake-on-LAN",
"sendWolPacket": "Send WoL Packet",
"wolMacAddr": "MAC Address",
"wolBroadcastAddr": "Broadcast Address",
"wolUdpPort": "UDP Port",
"wolWaitTime": "Wait Time (seconds)",
"connectionSettings": "Connection Settings",
"rdpOnly": "RDP only",
"vncOnly": "VNC only",
"telnetTerminalSettings": "Terminal Settings",
"terminalType": "Terminal Type",
"guacFontName": "Font Name",
"guacFontSize": "Font Size",
"guacColorScheme": "Color Scheme",
"guacBackspaceKey": "Backspace Key"
},
"guacamole": {
"connecting": "Connecting to {{type}} session...",
"rdpConnecting": "Connecting to RDP server...",
"vncConnecting": "Connecting to VNC server...",
"telnetConnecting": "Connecting to Telnet server...",
"connectionError": "Connection error",
"connectionFailed": "Connection failed",
"failedToConnect": "Failed to get connection token"
},
"terminal": {
"title": "Terminal",
@@ -1372,6 +1489,7 @@
"connected": "Forbundet",
"clipboardWriteFailed": "Kunne ikke kopiere til udklipsholderen. Sørg for, at siden er serveret over HTTPS eller localhost.",
"clipboardReadFailed": "Kunne ikke læse fra udklipsholderen. Sørg for, at udklipsholdertilladelser er tildelt.",
"clipboardHttpWarning": "Paste requires HTTPS. Use Ctrl+Shift+V or serve Termix over HTTPS.",
"sshConnected": "SSH-forbindelse oprettet",
"authError": "Godkendelse mislykkedes: {{message}}",
"unknownError": "Ukendt fejl opstod",
@@ -2154,7 +2272,7 @@
"terminalSyntaxHighlightingDesc": "Fremhæv automatisk kommandoer, stier, IP'er og logniveauer i terminaloutput",
"enableCommandPaletteShortcut": "Aktivér Kommandopalettegenvej",
"enableCommandPaletteShortcutDesc": "Dobbelttryk på venstre Skift for at åbne kommandopaletten for hurtig adgang til værter",
"enableTerminalSessionPersistence": "Vedvarende Terminalsessioner",
"enableTerminalSessionPersistence": "Persistent Tabs/Sessions",
"enableTerminalSessionPersistenceDesc": "Oprethold SSH-forbindelser, når du skifter faner eller lukker browseren (kan være ustabil)"
},
"user": {