Merge pull request #3031 from bluewave-labs/translation-update-79

🌐 Updated Translations from POEditor
This commit is contained in:
Alexander Holliday
2025-10-20 10:36:43 -07:00
committed by GitHub
14 changed files with 672 additions and 504 deletions

View File

@@ -421,7 +421,13 @@
}
}
},
"role": ""
"role": "",
"changeTeamPassword": {
"changePasswordMenu": "",
"title": "",
"description": "",
"success": ""
}
},
"monitorState": {
"paused": "",
@@ -483,7 +489,8 @@
"ping": "",
"docker": "",
"port": "",
"game": ""
"game": "",
"https": ""
},
"common": {
"appName": "",
@@ -1071,7 +1078,11 @@
"incidentConfigDescription": "",
"incidentConfigStatusWindowLabel": "",
"incidentConfigStatusWindowThresholdLabel": "",
"incidentConfigTitle": ""
"incidentConfigTitle": "",
"incidentConfigDescriptionV2": "",
"incidentConfigStatusCheckNumber": "",
"intervalTitle": "",
"intervalDescription": ""
},
"dataRate": "",
"dataReceived": "",

View File

@@ -421,7 +421,13 @@
}
}
},
"role": ""
"role": "",
"changeTeamPassword": {
"changePasswordMenu": "",
"title": "",
"description": "",
"success": ""
}
},
"monitorState": {
"paused": "",
@@ -483,7 +489,8 @@
"ping": "",
"docker": "",
"port": "",
"game": ""
"game": "",
"https": ""
},
"common": {
"appName": "Checkmate",
@@ -1071,7 +1078,11 @@
"incidentConfigDescription": "",
"incidentConfigStatusWindowLabel": "",
"incidentConfigStatusWindowThresholdLabel": "",
"incidentConfigTitle": ""
"incidentConfigTitle": "",
"incidentConfigDescriptionV2": "",
"incidentConfigStatusCheckNumber": "",
"intervalTitle": "",
"intervalDescription": ""
},
"dataRate": "",
"dataReceived": "",

View File

@@ -382,50 +382,56 @@
"created": "Angelegt"
},
"addTeamMember": {
"addMemberMenu": "",
"title": "",
"description": "",
"addButton": ""
"addMemberMenu": "Teammitglied hinzufügen",
"title": "Neues Teammitglied registrieren",
"description": "Einen neuen Benutzer anlegen und Zugangsdaten mit ihm teilen. Diese Methode gibt dem Mitglied direkt Zugriff auf alle Überwachungen.",
"addButton": "Mitglied hinzufügen"
},
"register": "",
"register": "Teammitglied registrieren",
"registerToast": {
"success": "",
"dbUserExists": "",
"unknownError": ""
"success": "Benutzer erstellt, Zugangsdaten auf sichere Weise weitergeben.",
"dbUserExists": "Der Benutzer existiert bereits.",
"unknownError": "Unbekannter Fehler aufgetreten."
},
"registerTeamMember": {
"title": "",
"title": "Teammitglied registrieren",
"auth": {
"common": {
"inputs": {
"firstName": {
"errors": {
"empty": "",
"pattern": ""
"empty": "Bitte einen Namen eingeben",
"pattern": "Der Name darf nur Buchstaben, Leerzeichen, Apostrophe oder Bindestriche enthalten"
}
},
"lastName": {
"errors": {
"empty": "",
"pattern": ""
"empty": "Bitte einen Vornamen eingeben",
"pattern": "Der Vorname darf nur Buchstaben, Leerzeichen, Apostrophe oder Bindestriche enthalten"
}
},
"email": {
"errors": {
"empty": "",
"invalid": ""
"empty": "Zum Fortsetzen bitte eine E-Mail-Adresse eingeben",
"invalid": "Bitte die Gültigkeit der E-Mail-Adresse erneut prüfen"
}
},
"role": {
"errors": {
"empty": ""
"empty": "Eine Rolle wird benötigt"
}
}
}
}
}
},
"role": ""
"role": "Rolle",
"changeTeamPassword": {
"changePasswordMenu": "Passwort zurücksetzen",
"title": "Passwort des Teammitgliedes zurücksetzen",
"description": "Neues Passwort für dieses Teammitglied erstellen. Es muss auf einem Sicheren weg zur Verfügung gestellt werden.",
"success": "Passwort erfolgreich zurückgesetzt. Bitte sicherstellen, dass die Zugangsdaten auf sichere Weise weitergegeben werden."
}
},
"monitorState": {
"paused": "Pausiert",
@@ -487,7 +493,8 @@
"ping": "Geben Sie die IP-Adresse oder den Hostnamen ein, der angepingt werden soll (z. B. 192.168.1.100 oder example.com), und fügen Sie einen eindeutigen Anzeigenamen hinzu, der auf dem Dashboard angezeigt wird.",
"docker": "Geben Sie die Docker-ID Ihres Containers ein. Docker-IDs müssen die vollständige 64-Zeichen-ID sein. Sie können docker inspect <short_id> ausführen, um die vollständige Container-ID abzurufen.",
"port": "Geben Sie die URL oder IP des Servers, die Portnummer und einen eindeutigen Anzeigenamen ein, der auf dem Dashboard angezeigt wird.",
"game": ""
"game": "IP Adresse oder Hostnamen und Port für Ping eingeben (z.B. 192.168.1.100 oder beispiel.de) und Spieletyp auswählen.",
"https": "Zu überwachende Adresse oder IP (z.B. https://beispiel.de/ oder 192.168.1.100) eingeben und einen klaren Anzeigenamen, der im Dashboard erscheint."
},
"common": {
"appName": "Checkmate",
@@ -607,7 +614,7 @@
"forgotPassword": "Passwort vergessen?",
"register": "Noch keinen Account?",
"forgotPasswordLink": "Passwort zurücksetzen",
"registerLink": "Hier resistrieren"
"registerLink": "Hier registrieren"
},
"toasts": {
"success": "Willkommen zurück. Erfolgreich angemeldet.",
@@ -618,7 +625,7 @@
"incorrect": "Das Passwort stimmt nicht mit dem gespeicherten überein"
}
},
"welcome": ""
"welcome": "Willkommen zurück bei Checkmate!"
},
"registration": {
"heading": {
@@ -645,7 +652,7 @@
"toasts": {
"success": "Willkommen! Benutzer erfolgreich angelegt"
},
"welcome": ""
"welcome": "Willkommen bei Checkmate!"
},
"forgotPassword": {
"heading": "Passwort vergessen?",
@@ -746,8 +753,8 @@
"monitorStatus": {
"checkingEvery": "Überprüfung alle {{interval}}",
"withCaptureAgent": "mit Capture-Agent {{version}}",
"up": "hoch",
"down": "runter",
"up": "Online",
"down": "Offline",
"paused": "pausiert"
},
"advancedMatching": "Erweiterter Abgleich",
@@ -792,7 +799,7 @@
"lastRunHeader": "Letzter Lauf um",
"lastFinishedAtHeader": "Zuletzt abgeschlossen um",
"lastRunTookHeader": "Letzter Lauf dauerte",
"intervalHeader": ""
"intervalHeader": "Invervall"
},
"metricsTable": {
"title": "Warteschlangenmetriken",
@@ -900,8 +907,8 @@
"title": "Überwachen Sie IP/URL auf der Statusseite"
},
"globalThresholds": {
"title": "",
"description": ""
"title": "Globale Schwellenwerte",
"description": "Globale CPU-, Speicher-, Festplatten- und Temperaturschwellenwerte festlegen. Wenn ein Wert angegeben ist, wird er automatisch für die Überwachung genutzt."
}
},
"statusPageCreate": {
@@ -975,11 +982,11 @@
"oneHour": "1 Stunde",
"oneDay": "1 Tag",
"oneWeek": "1 Woche",
"fourMinutes": "",
"oneMinute": "",
"twoMinutes": "",
"fifteenSeconds": "",
"thirtySeconds": ""
"fourMinutes": "4 Minuten",
"oneMinute": "Eine Minute",
"twoMinutes": "Zwei Minuten",
"fifteenSeconds": "15 Sekunden",
"thirtySeconds": "30 Sekunden"
},
"general": {
"noOptionsFound": "Keine {{unit}} gefunden"
@@ -1050,73 +1057,77 @@
"incidentsPageActionResolveMonitor": "Monitor-Vorfälle beheben",
"incidentsPageActionResolveAll": "Alle Vorfälle lösen",
"matchMethodOptions": {
"equal": "",
"equalPlaceholder": "",
"include": "",
"includePlaceholder": "",
"regex": "",
"regexPlaceholder": "",
"text": ""
"equal": "Gleich",
"equalPlaceholder": "Erfolg",
"include": "Enthält",
"includePlaceholder": "OK",
"regex": "Regex",
"regexPlaceholder": "^(success|ok)$",
"text": "Übereinstummungsmethode"
},
"monitorType": {
"docker": {
"label": "",
"namePlaceholder": "",
"placeholder": ""
"label": "Container Name/ID",
"namePlaceholder": "Mein Container",
"placeholder": "Meine-App"
},
"http": {
"label": "",
"namePlaceholder": "",
"placeholder": ""
"label": "Zu überwachende URL",
"namePlaceholder": "Google",
"placeholder": "google.de"
},
"ping": {
"label": "",
"namePlaceholder": "",
"placeholder": ""
"label": "Zu überwachende IP-Adresse",
"namePlaceholder": "Google",
"placeholder": "1.1.1.1"
},
"port": {
"label": "",
"namePlaceholder": "",
"placeholder": ""
"label": "Zu überwachende URL",
"namePlaceholder": "localhost:5173",
"placeholder": "localhost"
},
"game": {
"label": "",
"namePlaceholder": "",
"placeholder": ""
"label": "Zu überwachende URL",
"namePlaceholder": "localhost:5173",
"placeholder": "localhost"
}
},
"uptimeAdvancedMatching": {
"jsonPath": ""
"jsonPath": "JSON Pfad"
},
"bytesPerSecond": "",
"bytesReceived": "",
"bytesSent": "",
"chooseGame": "",
"bytesPerSecond": "Bytes pro Sekunde",
"bytesReceived": "Empfangene Bytes",
"bytesSent": "Gesendete Bytes",
"chooseGame": "Spiel auswählen",
"createMonitorPage": {
"incidentConfigDescription": "",
"incidentConfigStatusWindowLabel": "",
"incidentConfigStatusWindowThresholdLabel": "",
"incidentConfigTitle": ""
"incidentConfigDescription": "Mithilfe eines gleitenden Fensters wird ermittelt, wann ein Monitor ausfällt. Der Status eines Monitors ändert sich nur, wenn der Prozentsatz der Prüfungen im gleitenden Fenster den angegebenen Wert erreicht.",
"incidentConfigStatusWindowLabel": "Wie viele Prüfungen sollen im gleitenden Fenster ausgeführt werden?",
"incidentConfigStatusWindowThresholdLabel": "Wie viel Prozent der Prüfungen im gleitenden Fenster sollen fehlschlagen/erfolgreich sein, bevor sich der Status ändert?",
"incidentConfigTitle": "Vorfälle",
"incidentConfigDescriptionV2": "Anzahl der aufeinanderfolgenden Prüfungen, die zum Ändern des Monitorstatus erforderlich sind. Maximal 25",
"incidentConfigStatusCheckNumber": "Anzahl der Prüfungen bevor sich er Status ändert",
"intervalTitle": "Prüfintervall",
"intervalDescription": "Wie oft soll die Überwachung geprüft werden."
},
"dataRate": "",
"dataReceived": "",
"dataSent": "",
"details": "",
"drops": "",
"errors": "",
"errorsIn": "",
"errorsOut": "",
"gameServerMonitoring": "",
"gameServerMonitoringDescription": "",
"network": "",
"networkDrops": "",
"networkErrors": "",
"networkInterface": "",
"noNetworkStatsAvailable": "",
"packetsPerSecond": "",
"packetsReceived": "",
"packetsReceivedRate": "",
"packetsSent": "",
"rate": "",
"selectInterface": ""
"dataRate": "Datenrate",
"dataReceived": "Empfangene Daten",
"dataSent": "Gesendete Daten",
"details": "Details",
"drops": "verloren",
"errors": "Fehler",
"errorsIn": "Fehler eingehend",
"errorsOut": "Fehler ausgehend",
"gameServerMonitoring": "Spiele Server Überwachung",
"gameServerMonitoringDescription": "Prüfen ob der Spiele-Server läuft oder nicht",
"network": "Netzwerk",
"networkDrops": "Netzwerkabbrüche",
"networkErrors": "Netzwerkfehler",
"networkInterface": "Netzwerkschnittstelle",
"noNetworkStatsAvailable": "Keine Netzwerkstatistiken verfügbar.",
"packetsPerSecond": "Pakete pro Sekunde",
"packetsReceived": "Empfangene Pakete",
"packetsReceivedRate": "Rate empfangener Pakete",
"packetsSent": "Gesendete Pakete",
"rate": "Rate",
"selectInterface": "Schnittstelle auswählen"
}

View File

@@ -490,11 +490,11 @@
},
"uptimeGeneralInstructions": {
"http": "Enter the URL or IP to monitor (e.g., https://example.com/ or 192.168.1.100) and add a clear display name that appears on the dashboard.",
"https": "Enter the URL or IP to monitor (e.g., https://example.com/ or 192.168.1.100) and add a clear display name that appears on the dashboard.",
"ping": "Enter the IP address or hostname to ping (e.g., 192.168.1.100 or example.com) and add a clear display name that appears on the dashboard.",
"docker": "Enter the Docker container name or ID. You can use either the container name (e.g., my-app) or the container ID (full 64-char ID or short ID).",
"port": "Enter the URL or IP of the server, the port number and a clear display name that appears on the dashboard.",
"game": "Enter the IP address or hostname and the port number to ping (e.g., 192.168.1.100 or example.com) and choose game type."
"game": "Enter the IP address or hostname and the port number to ping (e.g., 192.168.1.100 or example.com) and choose game type.",
"https": "Enter the URL or IP to monitor (e.g., https://example.com/ or 192.168.1.100) and add a clear display name that appears on the dashboard."
},
"common": {
"appName": "Checkmate",
@@ -1101,11 +1101,11 @@
"chooseGame": "Choose game",
"createMonitorPage": {
"incidentConfigDescription": "A sliding window is used to determine when a monitor goes down. The status of a monitor will only change when the percentage of checks in the sliding window meet the specified value.",
"incidentConfigDescriptionV2": "Number of consecutive checks needed to change monitor status. Maximum 25",
"incidentConfigStatusWindowLabel": "How many checks should be in the sliding window?",
"incidentConfigStatusCheckNumber": "How many checks before status change?",
"incidentConfigStatusWindowThresholdLabel": "What percentage of checks in the sliding window fail/succeed before monitor status changes?",
"incidentConfigTitle": "Incidents",
"incidentConfigDescriptionV2": "Number of consecutive checks needed to change monitor status. Maximum 25",
"incidentConfigStatusCheckNumber": "How many checks before status change?",
"intervalTitle": "Check interval",
"intervalDescription": "How often the monitor should be checked."
},

View File

@@ -129,32 +129,32 @@
"distributedUptimeStatusPublishedLabel": "",
"distributedUptimeStatusCompanyNameLabel": "",
"distributedUptimeStatusPageAddressLabel": "",
"distributedUptimeStatus30Days": "",
"distributedUptimeStatus60Days": "",
"distributedUptimeStatus90Days": "",
"distributedUptimeStatus30Days": "30 dias",
"distributedUptimeStatus60Days": "60 días",
"distributedUptimeStatus90Days": "90 dias",
"distributedUptimeStatusPageNotSetUp": "",
"distributedUptimeStatusContactAdmin": "",
"distributedUptimeStatusPageNotPublic": "",
"distributedUptimeStatusPageDeleteDialog": "",
"distributedUptimeStatusPageDeleteConfirm": "",
"distributedUptimeStatusPageDeleteDescription": "",
"distributedUptimeStatusDevices": "",
"distributedUptimeStatusDevices": "Dispositivos",
"distributedUptimeStatusUpt": "",
"distributedUptimeStatusUptBurned": "",
"distributedUptimeStatusUptLogo": "",
"incidentsTableNoIncidents": "",
"incidentsTablePaginationLabel": "",
"incidentsTablePaginationLabel": "Incidentes",
"incidentsTableMonitorName": "",
"incidentsTableStatus": "",
"incidentsTableStatus": "Estado",
"incidentsTableDateTime": "",
"incidentsTableStatusCode": "",
"incidentsTableMessage": "",
"incidentsTableMessage": "Mensaje",
"incidentsOptionsHeader": "",
"incidentsOptionsHeaderFilterBy": "",
"incidentsOptionsHeaderFilterAll": "",
"incidentsOptionsHeaderFilterAll": "Todo",
"incidentsOptionsHeaderFilterDown": "",
"incidentsOptionsHeaderFilterCannotResolve": "",
"incidentsOptionsHeaderShow": "",
"incidentsOptionsHeaderShow": "Mostrar:",
"incidentsOptionsHeaderLastHour": "",
"incidentsOptionsHeaderLastDay": "",
"incidentsOptionsHeaderLastWeek": "",
@@ -165,22 +165,22 @@
"infrastructureCustomizeAlerts": "",
"infrastructureAlertNotificationDescription": "",
"infrastructureCreateMonitor": "",
"infrastructureProtocol": "",
"infrastructureProtocol": "Protocolo",
"infrastructureServerUrlLabel": "",
"infrastructureDisplayNameLabel": "",
"infrastructureAuthorizationSecretLabel": "",
"gb": "",
"mb": "",
"mem": "",
"gb": "GB",
"mb": "MB",
"mem": "Mem",
"memoryUsage": "",
"cpu": "",
"cpu": "CPU",
"cpuUsage": "",
"cpuTemperature": "",
"diskUsage": "",
"used": "",
"total": "",
"cores": "",
"frequency": "",
"total": "Total",
"cores": "Nucleos",
"frequency": "Frecuencia",
"status": "",
"cpuPhysical": "",
"cpuLogical": "",
@@ -189,25 +189,25 @@
"memory": "",
"disk": "",
"uptime": "",
"os": "",
"os": "SO",
"host": "",
"actions": "",
"integrations": "",
"integrationsPrism": "",
"integrationsSlack": "",
"integrationsSlack": "Slack",
"integrationsSlackInfo": "",
"integrationsDiscord": "",
"integrationsDiscord": "Discord",
"integrationsDiscordInfo": "",
"integrationsZapier": "",
"integrationsZapier": "Zapier",
"integrationsZapierInfo": "",
"commonSave": "",
"commonSave": "Guardar",
"createYour": "",
"createMonitor": "",
"pause": "",
"resume": "",
"editing": "",
"url": "",
"access": "",
"pause": "Pausar",
"resume": "Resumir",
"editing": "Editando...",
"url": "URL",
"access": "Acceso",
"timezone": "",
"features": "",
"administrator": "",
@@ -231,13 +231,13 @@
"friendlyNamePlaceholder": "",
"maintenanceRepeat": "",
"maintenance": "",
"duration": "",
"duration": "Duración",
"addMonitors": "",
"window": "",
"cancel": "",
"message": "",
"low": "",
"high": "",
"window": "ventana",
"cancel": "Cancelar",
"message": "Mensaje",
"low": "bajo",
"high": "alto",
"statusCode": "",
"date&Time": "",
"type": "",
@@ -421,7 +421,13 @@
}
}
},
"role": ""
"role": "",
"changeTeamPassword": {
"changePasswordMenu": "",
"title": "",
"description": "",
"success": ""
}
},
"monitorState": {
"paused": "",
@@ -483,7 +489,8 @@
"ping": "",
"docker": "",
"port": "",
"game": ""
"game": "",
"https": ""
},
"common": {
"appName": "",
@@ -1071,7 +1078,11 @@
"incidentConfigDescription": "",
"incidentConfigStatusWindowLabel": "",
"incidentConfigStatusWindowThresholdLabel": "",
"incidentConfigTitle": ""
"incidentConfigTitle": "",
"incidentConfigDescriptionV2": "",
"incidentConfigStatusCheckNumber": "",
"intervalTitle": "",
"intervalDescription": ""
},
"dataRate": "",
"dataReceived": "",

View File

@@ -421,7 +421,13 @@
}
}
},
"role": ""
"role": "",
"changeTeamPassword": {
"changePasswordMenu": "",
"title": "",
"description": "",
"success": ""
}
},
"monitorState": {
"paused": "Tauota",
@@ -483,7 +489,8 @@
"ping": "",
"docker": "",
"port": "",
"game": ""
"game": "",
"https": ""
},
"common": {
"appName": "",
@@ -1071,7 +1078,11 @@
"incidentConfigDescription": "",
"incidentConfigStatusWindowLabel": "",
"incidentConfigStatusWindowThresholdLabel": "",
"incidentConfigTitle": ""
"incidentConfigTitle": "",
"incidentConfigDescriptionV2": "",
"incidentConfigStatusCheckNumber": "",
"intervalTitle": "",
"intervalDescription": ""
},
"dataRate": "",
"dataReceived": "",

View File

@@ -425,7 +425,13 @@
}
}
},
"role": ""
"role": "",
"changeTeamPassword": {
"changePasswordMenu": "",
"title": "",
"description": "",
"success": ""
}
},
"monitorState": {
"paused": "Pause",
@@ -487,7 +493,8 @@
"ping": "Entrez l'adresse IP ou le nom d'hôte à tester (par exemple, 192.168.1.100 ou exemple.fr) et ajoutez un nom familier qui apparaîtra sur le tableau de bord.",
"docker": "Entrer l'ID Docker du container. Les identifiants Docker doivent être les 64 caractères de l'ID Docker. Vous pouvez utiliser la commande docker inspect <short_id> pour avoir l'ID complet.",
"port": "Entrez l'URL ou l'adresse IP du serveur, le numéro de port et un nom d'affichage familier qui apparaîtra sur le tableau de bord.",
"game": ""
"game": "",
"https": ""
},
"common": {
"appName": "Checkmate",
@@ -1096,7 +1103,11 @@
"incidentConfigDescription": "",
"incidentConfigStatusWindowLabel": "",
"incidentConfigStatusWindowThresholdLabel": "",
"incidentConfigTitle": ""
"incidentConfigTitle": "",
"incidentConfigDescriptionV2": "",
"incidentConfigStatusCheckNumber": "",
"intervalTitle": "",
"intervalDescription": ""
},
"dataRate": "",
"dataReceived": "",

View File

@@ -425,7 +425,13 @@
}
}
},
"role": ""
"role": "",
"changeTeamPassword": {
"changePasswordMenu": "",
"title": "",
"description": "",
"success": ""
}
},
"monitorState": {
"paused": "一時停止",
@@ -487,7 +493,8 @@
"ping": "pingするIPアドレスまたはホスト名を入力例: 192.168.1.100 または example.comし、ダッシュボードに表示される明確な表示名を追加。",
"docker": "コンテナのDocker IDを入力。Docker IDは64文字のフルDocker IDである必要があります。docker inspect <short_id>を実行してフルコンテナIDを取得できます。",
"port": "サーバーのURLまたはIP、ポート番号、ダッシュボードに表示される明確な表示名を入力。",
"game": ""
"game": "",
"https": ""
},
"common": {
"appName": "Checkmate",
@@ -1075,7 +1082,11 @@
"incidentConfigDescription": "",
"incidentConfigStatusWindowLabel": "",
"incidentConfigStatusWindowThresholdLabel": "",
"incidentConfigTitle": ""
"incidentConfigTitle": "",
"incidentConfigDescriptionV2": "",
"incidentConfigStatusCheckNumber": "",
"intervalTitle": "",
"intervalDescription": ""
},
"dataRate": "",
"dataReceived": "",

View File

@@ -425,7 +425,13 @@
}
}
},
"role": ""
"role": "",
"changeTeamPassword": {
"changePasswordMenu": "",
"title": "",
"description": "",
"success": ""
}
},
"monitorState": {
"paused": "Pausado",
@@ -487,7 +493,8 @@
"ping": "Insira o endereço IP ou nome de domínio para ping (ex. 192.168.1.100 ou exemplo.com.br) e adicione uma descrição que aparecerá na dashboard.",
"docker": "Insira o Docker Id do seu container. Docker Ids devem ser todos os 64 caracteres. Você pode executar docker inspect <short_id> para descobrir o Id completo.",
"port": "Insira a URL ou o IP do servidor, aporta e uma descrição que aparecerá na dashboard.",
"game": ""
"game": "",
"https": ""
},
"common": {
"appName": "Checkmate",
@@ -1096,7 +1103,11 @@
"incidentConfigDescription": "",
"incidentConfigStatusWindowLabel": "",
"incidentConfigStatusWindowThresholdLabel": "",
"incidentConfigTitle": ""
"incidentConfigTitle": "",
"incidentConfigDescriptionV2": "",
"incidentConfigStatusCheckNumber": "",
"intervalTitle": "",
"intervalDescription": ""
},
"dataRate": "",
"dataReceived": "",

File diff suppressed because it is too large Load Diff

View File

@@ -425,7 +425,13 @@
}
}
},
"role": "บทบาท"
"role": "บทบาท",
"changeTeamPassword": {
"changePasswordMenu": "",
"title": "",
"description": "",
"success": ""
}
},
"monitorState": {
"paused": "หยุดชั่วคราว",
@@ -487,7 +493,8 @@
"ping": "กรอกที่อยู่ IP หรือชื่อโฮสต์ที่ต้องการ ping (เช่น 192.168.1.100 หรือ example.com) และตั้งชื่อที่ชัดเจนให้แสดงบนแดชบอร์ด",
"docker": "กรอกชื่อหรือ ID ของคอนเทนเนอร์ Docker คุณสามารถใช้ชื่อคอนเทนเนอร์ (เช่น my-app) หรือ ID ของคอนเทนเนอร์ (ID เต็ม 64 ตัวอักษร หรือ ID สั้น)",
"port": "กรอก URL หรือ IP ของเซิร์ฟเวอร์ หมายเลขพอร์ต และตั้งชื่อที่ชัดเจนให้แสดงบนแดชบอร์ด",
"game": "กรอกที่อยู่ IP หรือชื่อโฮสต์และหมายเลขพอร์ตเพื่อทำการ ping (เช่น 192.168.1.100 หรือ example.com) และเลือกประเภทเกม"
"game": "กรอกที่อยู่ IP หรือชื่อโฮสต์และหมายเลขพอร์ตเพื่อทำการ ping (เช่น 192.168.1.100 หรือ example.com) และเลือกประเภทเกม",
"https": ""
},
"common": {
"appName": "Checkmate",
@@ -1096,7 +1103,11 @@
"incidentConfigDescription": "การใช้หน้าต่างเลื่อนจะช่วยกำหนดเวลาที่ตัวตรวจสอบล้มเหลว สถานะของตัวตรวจสอบจะเปลี่ยนก็ต่อเมื่อเปอร์เซ็นต์ของการตรวจสอบในหน้าต่างเลื่อนตรงตามค่าที่กำหนด",
"incidentConfigStatusWindowLabel": "ต้องมีการตรวจสอบกี่ครั้งในหน้าต่างเลื่อน?",
"incidentConfigStatusWindowThresholdLabel": "ต้องการให้กี่เปอร์เซ็นต์ของการตรวจสอบในหน้าต่างเลื่อนล้มเหลว/สำเร็จ ก่อนที่จะเปลี่ยนสถานะของตัวตรวจสอบ?",
"incidentConfigTitle": "เหตุการณ์"
"incidentConfigTitle": "เหตุการณ์",
"incidentConfigDescriptionV2": "",
"incidentConfigStatusCheckNumber": "",
"intervalTitle": "",
"intervalDescription": ""
},
"dataRate": "อัตราการส่งข้อมูล",
"dataReceived": "ข้อมูลที่รับ",

View File

@@ -421,7 +421,13 @@
}
}
},
"role": ""
"role": "",
"changeTeamPassword": {
"changePasswordMenu": "",
"title": "",
"description": "",
"success": ""
}
},
"monitorState": {
"paused": "Durduruldu",
@@ -483,7 +489,8 @@
"ping": "",
"docker": "",
"port": "",
"game": ""
"game": "",
"https": ""
},
"common": {
"appName": "Checkmate",
@@ -1071,7 +1078,11 @@
"incidentConfigDescription": "",
"incidentConfigStatusWindowLabel": "",
"incidentConfigStatusWindowThresholdLabel": "",
"incidentConfigTitle": ""
"incidentConfigTitle": "",
"incidentConfigDescriptionV2": "",
"incidentConfigStatusCheckNumber": "",
"intervalTitle": "",
"intervalDescription": ""
},
"dataRate": "",
"dataReceived": "",

View File

@@ -425,7 +425,13 @@
}
}
},
"role": "角色"
"role": "角色",
"changeTeamPassword": {
"changePasswordMenu": "",
"title": "",
"description": "",
"success": ""
}
},
"monitorState": {
"paused": "暂停",
@@ -487,7 +493,8 @@
"ping": "输入要 ping 的 IP 地址或主机名(例如.. 192.168.1.100 或 example.com并添加显示在仪表板上的清晰显示名称。",
"docker": "码输入 Docker 容器名称或 ID。您可以使用容器名称例如.. my-app或容器 ID完整的 64 字符 ID 或短 ID。",
"port": "输入服务器的 URL 或 IP、端口号和仪表板上显示的清晰显示名称。",
"game": "输入要 ping 的 IP 地址或主机名和端口号(例如.. 192.168.1.100 或 example.com并选择游戏类型。"
"game": "输入要 ping 的 IP 地址或主机名和端口号(例如.. 192.168.1.100 或 example.com并选择游戏类型。",
"https": ""
},
"common": {
"appName": "Checkmate",
@@ -1088,7 +1095,11 @@
"incidentConfigDescription": "滑动窗口用于确定监视器何时发生故障。仅当滑动窗口中的检查百分比满足指定值时,监视器的状态才会改变。",
"incidentConfigStatusWindowLabel": "在滑动窗口中应包含多少次检测?",
"incidentConfigStatusWindowThresholdLabel": "在监视器状态改变之前,滑动窗口中的检查失败/成功的百分比是多少?",
"incidentConfigTitle": "事件"
"incidentConfigTitle": "事件",
"incidentConfigDescriptionV2": "",
"incidentConfigStatusCheckNumber": "",
"intervalTitle": "",
"intervalDescription": ""
},
"dataRate": "数据速率",
"dataReceived": "已接收数据",

View File

@@ -425,7 +425,13 @@
}
}
},
"role": ""
"role": "",
"changeTeamPassword": {
"changePasswordMenu": "",
"title": "",
"description": "",
"success": ""
}
},
"monitorState": {
"paused": "",
@@ -487,7 +493,8 @@
"ping": "",
"docker": "",
"port": "",
"game": ""
"game": "",
"https": ""
},
"common": {
"appName": "Checkmate",
@@ -1075,7 +1082,11 @@
"incidentConfigDescription": "",
"incidentConfigStatusWindowLabel": "",
"incidentConfigStatusWindowThresholdLabel": "",
"incidentConfigTitle": ""
"incidentConfigTitle": "",
"incidentConfigDescriptionV2": "",
"incidentConfigStatusCheckNumber": "",
"intervalTitle": "",
"intervalDescription": ""
},
"dataRate": "",
"dataReceived": "",