mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-10-11 04:38:28 -04:00
accept via paste
This commit is contained in:
parent
7496a1a2a7
commit
8bb8285e50
27 changed files with 829 additions and 324 deletions
BIN
assets/fonts/VictorMono-VariableFont_wght.ttf
Normal file
BIN
assets/fonts/VictorMono-VariableFont_wght.ttf
Normal file
Binary file not shown.
|
@ -27,7 +27,10 @@
|
|||
},
|
||||
"button": {
|
||||
"ok": "Ok",
|
||||
"cancel": "Cancel"
|
||||
"cancel": "Cancel",
|
||||
"delete": "Delete",
|
||||
"accept": "Accept",
|
||||
"reject": "Reject"
|
||||
},
|
||||
"toast": {
|
||||
"error": "Error",
|
||||
|
@ -48,15 +51,17 @@
|
|||
"missing_account_title": "Missing Account",
|
||||
"missing_account_text": "Account is missing, removing from list",
|
||||
"invalid_account_title": "Invalid Account",
|
||||
"invalid_account_text": "Account is invalid, removing from list"
|
||||
"invalid_account_text": "Account is invalid, removing from list",
|
||||
"contact_invitations": "Contact Invitations"
|
||||
},
|
||||
"empty_contact_list": {
|
||||
"invite_people": "Invite people to VeilidChat"
|
||||
},
|
||||
"accounts_menu": {
|
||||
"invite_contact": "Invite Contact",
|
||||
"send_invite": "Send Invite",
|
||||
"receive_invite": "Receive Invite"
|
||||
"create_invite": "Create Invite",
|
||||
"scan_invite": "Scan Invite",
|
||||
"paste_invite": "Paste Invite"
|
||||
},
|
||||
"send_invite_dialog": {
|
||||
"connect_with_me": "Connect with me on VeilidChat!",
|
||||
|
@ -78,6 +83,11 @@
|
|||
"copy_invitation": "Copy Invitation",
|
||||
"invitation_copied": "Invitation Copied"
|
||||
},
|
||||
"paste_invite_dialog": {
|
||||
"paste_invite_here": "Paste your contact invite here:",
|
||||
"paste": "Paste",
|
||||
"message_from_contact": "Message from contact"
|
||||
},
|
||||
"enter_pin_dialog": {
|
||||
"enter_pin": "Enter PIN",
|
||||
"reenter_pin": "Re-Enter PIN To Confirm"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue