mirror of https://github.com/VERT-sh/VERT.git
fix: privacy translation fixes
This commit is contained in:
parent
728281187c
commit
bd8f782d85
|
|
@ -79,13 +79,14 @@
|
|||
"errors": {
|
||||
"cant_convert": "We can't convert this file.",
|
||||
"vertd_server": "what are you doing..? you're supposed to run the vertd server!",
|
||||
"vertd_generic_view": "View error details",
|
||||
"vertd_generic_body": "An error occurred whilst whilst trying convert your video. Would you like to submit this video to the developers to help fix this bug? Only your video file will be sent. No identifiers will be uploaded.",
|
||||
"vertd_generic_title": "Video conversion error",
|
||||
"vertd_generic_yes": "Submit video",
|
||||
"vertd_generic_no": "Don't submit",
|
||||
"vertd_failed_to_keep": "Failed to keep the video on the server: {error}",
|
||||
"vertd_details": "View error details",
|
||||
"vertd_details_body": "If you press submit, <b>your video will also be attached</b> alongside the error log being sent to us for review. The following information is the log that we automatically receive:",
|
||||
"vertd_details_body": "If you press submit, <b>your video will also be attached</b> alongside the error log which is always reported to us for review. The following information is the log that we automatically receive:",
|
||||
"vertd_details_footer": "This information will only be used for troubleshooting purposes and will never be shared. View our [privacy_link]privacy policy[/privacy_link] for more details.",
|
||||
"vertd_details_job_id": "<b>Job ID:</b> {jobId}",
|
||||
"vertd_details_from": "<b>From format:</b> {from}",
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@
|
|||
onclick={showDetails}
|
||||
class="btn rounded-lg h-fit py-2 w-full bg-accent-blue text-black"
|
||||
disabled={submitting}
|
||||
>View Details Submitted</button
|
||||
>{m["convert.errors.vertd_generic_view"]()}</button
|
||||
>
|
||||
<div class="flex gap-4">
|
||||
<button
|
||||
|
|
|
|||
Loading…
Reference in New Issue