15 lines
980 B
JavaScript
15 lines
980 B
JavaScript
export const locale = {
|
|
GENERAL_REPORT: "Общий отчет",
|
|
ERROR: "Ошибка",
|
|
SUCCESS: "Успех",
|
|
SIGN_IN: "Войти",
|
|
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 <a href=\"{questionnaire_ref}\" class=\"text-primary font-bold\">download this doc</a>.",
|
|
tos: 'Term of Service',
|
|
term: 'I accept xxx {0}.'
|
|
};
|