diff --git a/app/javascript/submission_form/completed.vue b/app/javascript/submission_form/completed.vue index 990949e3..2abae5ad 100644 --- a/app/javascript/submission_form/completed.vue +++ b/app/javascript/submission_form/completed.vue @@ -7,13 +7,13 @@ :height="30" /> - Form has been completed! + {{ t('form_has_been_completed') }}

- Create a Free Account + {{ t('create_a_free_account') }}
- Signed with + {{ t('signed_with') }} DocuSeal - open source documents software + >DocuSeal - {{ t('open_source_documents_software') }}
@@ -86,7 +86,7 @@ export default { IconLogin, IconDownload }, - inject: ['baseUrl'], + inject: ['baseUrl', 't'], props: { submitterSlug: { type: String, diff --git a/app/javascript/submission_form/dropzone.vue b/app/javascript/submission_form/dropzone.vue index ad9fdd33..5557ec86 100644 --- a/app/javascript/submission_form/dropzone.vue +++ b/app/javascript/submission_form/dropzone.vue @@ -29,7 +29,7 @@ {{ message }}
- Click to upload or drag and drop files + {{ t('click_to_upload') }} {{ t('or_drag_and_drop_files') }}
@@ -55,7 +55,7 @@ export default { IconCloudUpload, IconInnerShadowTop }, - inject: ['baseUrl'], + inject: ['baseUrl', 't'], props: { message: { type: String, diff --git a/app/javascript/submission_form/form.vue b/app/javascript/submission_form/form.vue index 4334dc3f..642d13c7 100644 --- a/app/javascript/submission_form/form.vue +++ b/app/javascript/submission_form/form.vue @@ -13,7 +13,7 @@ class="btn btn-neutral flex text-white absolute rounded-none border-x-0 md:border md:rounded-full bottom-0 w-full md:mb-4 text-base" @click.prevent="isFormVisible = true" > - Submit Form + {{ t('submit_form') }} {{ currentField.name }} - +
{{ currentField.name }} - +
{{ currentField.name }} - +
- Select your option + {{ t('select_your_option') }}