Merge pull request #1343 from Bnyro/share

Share Dialog
This commit is contained in:
Kavin 2022-08-29 18:55:31 +05:30 committed by GitHub
commit d379d6eb0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 173 additions and 56 deletions

View file

@ -97,7 +97,13 @@
"confirm_reset_preferences": "Are you sure you want to reset your preferences?",
"backup_preferences": "Backup preferences",
"restore_preferences": "Restore preferences",
"back_to_home": "Back to home"
"back_to_home": "Back to home",
"share": "Share",
"with_timecode": "Share with time code",
"piped_link": "Piped link",
"follow_link": "Follow link",
"copy_link": "Copy link",
"time_code": "Time code (in seconds)"
},
"comment": {
"pinned_by": "Pinned by",
@ -144,6 +150,8 @@
},
"info": {
"preferences_note": "Note: preferences are saved in the local storage of your browser. Deleting your browser data will reset them.",
"page_not_found": "Page not found"
"page_not_found": "Page not found",
"copied": "Copied!",
"cannot_copy": "Can't copy!"
}
}
}