mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-05-02 12:39:14 -04:00
Fix concatenation of translated strings in paste mode
This commit is contained in:
parent
0bae7c84bd
commit
dbe3381e7d
12 changed files with 84 additions and 82 deletions
|
@ -22,7 +22,10 @@
|
|||
"x-instructions_data-drop-peer": "Release to send to peer",
|
||||
"x-instructions_data-drop-bg": "Release to select recipient",
|
||||
"click-to-send": "Click to send",
|
||||
"tap-to-send": "Tap to send"
|
||||
"tap-to-send": "Tap to send",
|
||||
"activate-paste-mode-base": "Open PairDrop on other devices to send",
|
||||
"activate-paste-mode-and-other-files": "and {{count}} other files",
|
||||
"activate-paste-mode-shared-text": "shared text"
|
||||
},
|
||||
"footer": {
|
||||
"known-as": "You are known as:",
|
||||
|
@ -40,9 +43,6 @@
|
|||
"webrtc": "if WebRTC is not available."
|
||||
},
|
||||
"dialogs": {
|
||||
"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 Permanently",
|
||||
"input-key-on-this-device": "Input this key on another device",
|
||||
"scan-qr-code": "or scan the QR-code.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue