From 426b75f336875b4546885215ff5df57194487525 Mon Sep 17 00:00:00 2001 From: schlagmichdoch Date: Tue, 19 Sep 2023 18:02:13 +0200 Subject: [PATCH] Add new translations to websocket fallback version --- public_included_ws_fallback/lang/de.json | 9 ++++++--- public_included_ws_fallback/lang/en.json | 6 +++--- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/public_included_ws_fallback/lang/de.json b/public_included_ws_fallback/lang/de.json index 0162797..48976e2 100644 --- a/public_included_ws_fallback/lang/de.json +++ b/public_included_ws_fallback/lang/de.json @@ -55,8 +55,11 @@ "system-language": "Systemsprache", "language-selector-title": "Sprache auswählen", "hr-or": "ODER", - "input-room-id-on-another-device": "Gib diese Raum ID auf einem anderen Gerät ein", - "unpair": "Entkoppeln" + "input-room-id-on-another-device": "Gib diese Raum-ID auf einem anderen Gerät ein", + "unpair": "Entkoppeln", + "leave": "Verlassen", + "join": "Betreten", + "enter-room-id-from-another-device": "Gib die Raum-ID von einem anderen Gerät hier ein." }, "about": { "tweet_title": "Über PairDrop twittern", @@ -119,7 +122,7 @@ "ios-memory-limit": "Für Übertragungen an iOS Geräte beträgt die maximale Dateigröße 200 MB", "public-room-left": "Öffentlichen Raum {{publicRoomId}} verlassen", "copied-to-clipboard-error": "Konnte nicht kopieren. Kopiere manuell.", - "public-room-id-invalid": "Ungültige Raum ID", + "public-room-id-invalid": "Ungültige Raum-ID", "online-requirement-pairing": "Du musst online sein, um Geräte zu koppeln.", "online-requirement-public-room": "Du musst online sein, um öffentliche Räume erstellen zu können." }, diff --git a/public_included_ws_fallback/lang/en.json b/public_included_ws_fallback/lang/en.json index b4539b7..77f00a3 100644 --- a/public_included_ws_fallback/lang/en.json +++ b/public_included_ws_fallback/lang/en.json @@ -47,8 +47,8 @@ "input-key-on-this-device": "Input this key on another device", "scan-qr-code": "or scan the QR-code.", "enter-key-from-another-device": "Enter key from another device here.", - "input-room-id-on-another-device": "Input this room id on another device", - "enter-room-id-from-another-device": "Enter room id from another device to join room.", + "input-room-id-on-another-device": "Input this room ID on another device", + "enter-room-id-from-another-device": "Enter room ID from another device to join room.", "hr-or": "OR", "pair": "Pair", "cancel": "Cancel", @@ -109,7 +109,7 @@ "pairing-key-invalid": "Invalid key", "pairing-key-invalidated": "Key {{key}} invalidated.", "pairing-cleared": "All Devices unpaired.", - "public-room-id-invalid": "Invalid room id", + "public-room-id-invalid": "Invalid room ID", "public-room-left": "Left public room {{publicRoomId}}", "copied-to-clipboard": "Copied to clipboard", "copied-to-clipboard-error": "Copying not possible. Copy manually.",