fix: privacy translation fixes

This commit is contained in:
Maya 2025-10-19 20:10:29 +03:00
parent 728281187c
commit bd8f782d85
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View File

@ -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}",

View File

@ -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