libmodulor
Version:
A TypeScript library to create platform-agnostic applications
73 lines (72 loc) • 3.99 kB
JavaScript
export const I18nEN = {
dt_File_constr_accept: 'Accepted types: {{expected}}',
dt_File_constr_maxSizeInBytes: 'Max size: {{expected}}',
dt_File_constr_minSizeInBytes: 'Min size: {{expected}}',
dt_FreeTextShort_constr_format: 'Format : {{expected}}',
dt_FreeTextShort_constr_maxLength: 'Max length : {{expected}}',
dt_FreeTextShort_constr_minLength: 'Min length : {{expected}}',
dt_YesNo_N_desc: '',
dt_YesNo_N_label: 'No',
dt_YesNo_Y_desc: '',
dt_YesNo_Y_label: 'Yes',
err_forbidden: 'Forbidden',
err_illegal_argument: 'Invalid',
err_not_found: 'Not found',
err_uc_data_store_not_readable: 'Data is not readable',
err_uc_data_store_not_writable: 'Data is not writable',
err_unauthorized: 'Unauthorized',
err_unavailable: 'Unavailable',
err_unexpected: 'Unexpected error',
res_200: 'OK',
res_204: 'No content',
uc_client_confirm_cancel: 'Cancel',
uc_client_confirm_confirm: 'Yes',
uc_client_confirm_message: '',
uc_client_confirm_title: 'Are you sure ?',
uc_i_submit_changing: 'Loading',
uc_i_submit_idle: 'Save',
uc_i_submit_initializing: 'Loading',
uc_i_submit_submitting: 'Saving',
validation_fieldsOr: 'At least one of these fields must be filled : {{expected}}',
validation_format_ColorRGBA: 'Must be a valid RGBA color',
validation_format_DateISO8601: 'Must be a valid date respecting the ISO8601 format',
validation_format_DirPath: 'Must be a valid directory path',
validation_format_DomainName: 'Must be a valid domain name',
validation_format_Email: 'Must be a valid email address',
validation_format_FilePath: 'Must be a valid file path',
validation_format_GitSSHURL: 'Must be a valid git SSH URL',
validation_format_IPv4: 'Must be a valid IP v4 address',
validation_format_IPv6: 'Must be a valid IP v6 address',
validation_format_JSON: 'Must be a valid JSON string',
validation_format_JWT: 'Must be a valid JWT',
validation_format_PersonFirstname: 'Must be a valid firstname starting with a capital letter',
validation_format_PersonFullname: 'Must be a valid full name starting with a capital letter',
validation_format_PersonInitials: 'Must be valid initials composed of capital letters',
validation_format_PersonLastname: 'Must be a valid lastname starting with a capital letter',
validation_format_QRCode: 'Must be a valid QR code in base64 format',
validation_format_SemVerVersion: 'Must be a valid SemVer version (X.X.X)',
validation_format_Slug: 'Must contain only lower case letters, digits and hyphens (-)',
validation_format_SSHPrivateKey: 'Must be a valid SSH private key',
validation_format_SSHPublicKey: 'Must be a valid SSH public key',
validation_format_Time: 'Must be a valid time',
validation_format_URL: 'Must be a valid URL',
validation_format_UUID: 'Must be a valid UUID',
validation_mandatory: 'Must be filled',
validation_max: 'Must be lower than or equal to {{expected}}',
validation_maxCount: 'Must contain at most {{expected}} item(s)',
validation_maxLength: 'Must contain at most {{expected}} character(s)',
validation_maxSize: 'Must have a max size of {{expected}}',
validation_min: 'Must be greater than or equal to {{expected}}',
validation_minCount: 'Must contain at least {{expected}} item(s)',
validation_minLength: 'Must contain at least {{expected}} character(s)',
validation_minSize: 'Must have a min size of {{expected}}',
validation_oneOf: 'Must be one of the elements of the list',
validation_shape: 'Must respect the expected object shape',
validation_type_array: 'Must be an array',
validation_type_boolean: 'Must be a boolean',
validation_type_int: 'Must be an integer number',
validation_type_number: 'Must be a number',
validation_type_object: 'Must be an object',
validation_type_scalar: 'Must be a scalar',
validation_type_string: 'Must be a string',
};