diff --git a/src/i18n/en.js b/src/i18n/en.js index b420b25..bec45df 100644 --- a/src/i18n/en.js +++ b/src/i18n/en.js @@ -6,4 +6,9 @@ export const locale = { REQUIRED: "Required", ACCOUNT: "Account", SUPPORT: "Support", + FILE_MAX_SIZE: "File max size is {size} Kb.", + FILE_ALLOWED_TYPES: "File type must be {file_types}.", + APPLICATION_PROCESS_DESCRIPTION: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever. When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. To download the questionnaire, please download this doc.", + tos: 'Term of Service', + term: 'I accept xxx {0}.' }; diff --git a/src/i18n/ru.js b/src/i18n/ru.js index c220b2e..d876337 100644 --- a/src/i18n/ru.js +++ b/src/i18n/ru.js @@ -6,5 +6,9 @@ export const locale = { REQUIRED: "Обязательное поле", ACCOUNT: "Account RU", SUPPORT: "Поддержка", - + FILE_MAX_SIZE: "Максимальный размер файла {size} Kb.", + FILE_ALLOWED_TYPES: "Тип файла должен быть {file_types}.", + APPLICATION_PROCESS_DESCRIPTION: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever. When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. To download the questionnaire, please download this doc.", + tos: 'Term of Service', + term: 'I accept xxx {0}.' }; diff --git a/src/i18n/tm.js b/src/i18n/tm.js index 47f27bf..41a1507 100644 --- a/src/i18n/tm.js +++ b/src/i18n/tm.js @@ -6,4 +6,9 @@ export const locale = { REQUIRED: "Hökmany", ACCOUNT: "Hasabym", SUPPORT: "Goldaw", + FILE_MAX_SIZE: "Faýl {size} Kb-dan uly bolmaly däl.", + FILE_ALLOWED_TYPES: "Faýlyň görnüşi {file_types} bolmaly.", + APPLICATION_PROCESS_DESCRIPTION: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever. When an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. To download the questionnaire, please download this doc.", + tos: 'Term of Service', + term: 'I accept xxx {0}.' }; diff --git a/src/views/document/Main.vue b/src/views/document/Main.vue index 1a4da43..98b63c3 100644 --- a/src/views/document/Main.vue +++ b/src/views/document/Main.vue @@ -8,12 +8,9 @@ Please upload all documents