implement temporary public rooms, tidy up index.js, rework UI dialogs and change colors slightly

This commit is contained in:
schlagmichdoch 2023-09-13 18:15:01 +02:00
parent bd7b3c6d28
commit 8d2584fa69
6 changed files with 1237 additions and 496 deletions

View file

@ -8,14 +8,15 @@
"theme-dark_title": "Always Use Dark-Theme",
"notification_title": "Enable Notifications",
"install_title": "Install PairDrop",
"pair-device_title": "Pair Device",
"pair-device_title": "Pair Your Devices Permanently",
"edit-paired-devices_title": "Edit Paired Devices",
"join-public-room_title": "Join Public Room Temporarily",
"cancel-paste-mode": "Done"
},
"instructions": {
"no-peers_data-drop-bg": "Release to select recipient",
"no-peers-title": "Open PairDrop on other devices to send files",
"no-peers-subtitle": "Pair devices to be discoverable on other networks",
"no-peers-subtitle": "Pair devices or enter a public room to be discoverable on other networks",
"x-instructions_desktop": "Click to send files or right click to send a message",
"x-instructions_mobile": "Tap to send files or long tap to send a message",
"x-instructions_data-drop-peer": "Release to send to peer",
@ -27,10 +28,13 @@
"known-as": "You are known as:",
"display-name_data-placeholder": "Loading…",
"display-name_title": "Edit your device name permanently",
"discovery-everyone": "You can be discovered by everyone",
"discovery": "You can be discovered:",
"on-this-network": "on this network",
"and-by": "and by",
"paired-devices": "paired devices",
"on-this-network_title": "You can be discovered by everyone on this network.",
"paired-devices": "by paired devices",
"paired-devices_title": "You can be discovered by paired devices at all times independent of the network.",
"public-room-devices": "in room {{roomId}}",
"public-room-devices_title": "You can be discovered by devices in this public room independent of the network.",
"traffic": "Traffic is",
"routed": "routed through the server",
"webrtc": "if WebRTC is not available."
@ -39,10 +43,12 @@
"activate-paste-mode-base": "Open PairDrop on other devices to send",
"activate-paste-mode-and-other-files": "and {{count}} other files",
"activate-paste-mode-activate-paste-mode-shared-text": "shared text",
"pair-devices-title": "Pair Devices",
"pair-devices-title": "Pair Devices Permanently",
"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 to continue.",
"enter-key-from-another-device": "Enter key from another device here.",
"input-room-id-on-another-device": "Input this room id on another device",
"hr-or": "OR",
"pair": "Pair",
"cancel": "Cancel",
"edit-paired-devices-title": "Edit Paired Devices",
@ -96,10 +102,13 @@
"pairing-tabs-error": "Pairing two web browser tabs is impossible.",
"pairing-success": "Devices paired.",
"pairing-not-persistent": "Paired devices are not persistent.",
"pairing-key-invalid": "Invalid key",
"pairing-key-invalid": "Invalid key.",
"pairing-key-invalidated": "Key {{key}} invalidated.",
"pairing-cleared": "All Devices unpaired.",
"copied-to-clipboard": "Copied to clipboard",
"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.",
"copied-to-clipboard-error": "Copying not possible. Copy manually.",
"text-content-incorrect": "Text content is incorrect.",
"file-content-incorrect": "File content is incorrect.",
@ -115,7 +124,8 @@
"offline": "You are offline",
"online": "You are back online",
"connected": "Connected.",
"online-requirement": "You need to be online to pair devices.",
"online-requirement-pairing": "You need to be online to pair devices.",
"online-requirement-public-room": "You need to be online to create a public room.",
"connecting": "Connecting…",
"files-incorrect": "Files are incorrect.",
"file-transfer-completed": "File transfer completed.",