export default {
form: {
label: {
day: 'Day',
month: 'Month',
year: 'Year',
hours: 'Hours',
minutes: 'Minutes',
},
error: {
required: 'This field is required.',
number: 'Please enter a valid number',
positive_integer_number: 'Please enter a positive integer number',
string: 'This field must be a string',
email: 'Please enter a valid email address (e-mail).',
afm: 'The VAT number you entered is incorrect.',
amka: 'The SSN you entered is incorrect.',
file_size: 'File size is larger than allowed ({{maxSize}}).',
image_size: 'Image size is larger than allowed ({{maxSize}}).',
mobile_phone: 'Fill in a valid mobile phone number.',
landline: 'Fill in a valid landline phone number.',
phone_number: 'Fill in a valid phone number.',
uuid4: 'Confirmation code is invalid.',
iban: 'Fill in a valid IBAN number',
postalCode: 'Fill in a valid postal code number.',
array: {
min: 'This field should have at least {{min}} records. Add one more by selecting the answer “Yes“ in the next question.',
max: 'You have reached the maximum limit of {{max}} records. If you want to add one more, please remove one of the answers above. Otherwise, select “No“ as an answer.',
length: 'This field should have exactly {{length}} records',
},
date: {
invalid: 'Date must be a real date.',
earlier_than: 'The date must be earlier than {{maxDate}}.',
later_than: 'The date must be later than {{minDate}}',
invalid_month_year: 'Date must include month and year.',
invalid_day_year: 'Date must include day and year.',
invalid_day_month: 'Date must include day and month.',
invalid_day: 'Date must include day.',
invalid_month: 'Date must include month.',
invalid_year: 'Date must include year.',
invalid_day_range: 'Day must be between 1 and {{maxDay}}.',
invalid_month_range: 'Month must be between 1 and 12.',
},
datetime: {
invalid: 'Date and time must be valid.',
invalid_month_year_hours_minutes:
'Date must include month, year, hours, and minutes.',
invalid_day_year_hours_minutes:
'Date must include day, year, hours, and minutes.',
invalid_day_month_hours_minutes:
'Date must include day, month, hours, and minutes.',
invalid_year_hours_minutes:
'Date must include year, hours, and minutes.',
invalid_month_hours_minutes:
'Date must include month, hours, and minutes.',
invalid_day_hours_minutes: 'Date must include day, hours, and minutes.',
invalid__hours_minutes: 'Time must include hours and minutes.',
invalid_minutes: 'Please enter valid minutes.',
invalid_hours: 'Please enter valid hours.',
invalid_month_year_minutes:
'Date must include month, year, and minutes.',
invalid_month_year_hours: 'Date must include month, year, and hours.',
invalid_month_year: 'Date must include month and year.',
invalid_day_year_minutes: 'Date must include day, year, and minutes.',
invalid_day_year_hours: 'Date must include day, year, and hours.',
invalid_day_month_year: 'Date must include day, month, and year.',
invalid_day_month_year_hours:
'Date must include day, month, year, and hours.',
invalid_day_year: 'Date must include day and year.',
invalid_day_month_minutes: 'Date must include day, month, and minutes.',
invalid_day_month_hours: 'Date must include day, month, and hours.',
invalid_day_month: 'Date must include day and month.',
invalid_year_minutes: 'Date must include year and minutes.',
invalid_year_hours: 'Date must include year and hours.',
invalid_year: 'Date must include year.',
invalid_month_minutes: 'Date must include month and minutes.',
invalid_month_hours: 'Date must include month and hours.',
invalid_month: 'Date must include month.',
invalid_day_minutes: 'Date must include day and minutes.',
invalid_day_hours: 'Date must include day and hours.',
invalid_day: 'Date must include day.',
invalid_day_month_year_minutes:
'Date must include day, month,year and minutes.',
invalid_hours_minutes: 'Date must include hours and minutes.',
invalid_hours_range: 'Hours must be between 0 and 23.',
invalid_minutes_range: 'Minutes must be between 0 and 59.',
invalid_day_range: 'Day must be between 1 and {{maxDay}}.',
invalid_month_range: 'Month must be between 1 and 12.',
earlier_than: 'The date and time must be earlier than {{maxDateTime}}.',
later_than: 'The date and time must be later than {{minDateTime}}.',
},
text: {
more_than: 'You have surpass the {{max}} characters limit.',
less_than: 'You need at least {{min}} characters.',
},
image: {
image_dimension_size:
'The dimensions you entered exceed the expected limits. Minimum size ({{minWidth}}x{{minHeight}})px, Maximum Size: ({{maxWidth}}x{{maxHeight}})px',
},
rate: {
rate_percent:
'Please enter a valid integer percentage between {{min}} and {{max}}',
},
url: {
generic: 'Please enter a valid URL.',
wrong_protocol:
'Please enter a URL with the allowed protocols: {{protocols}}.',
user_password_not_allowed:
'Please enter a valid URL that does not include username and password.',
},
},
info: {
text: {
you_have: 'You have',
need_at_least: 'You need at least',
characters: 'characters',
character: 'character',
remaining: 'remaining',
too_many: 'too many',
},
},
},
button: {
start: 'Start',
login: 'Login',
back: 'Back',
continue: 'Continue',
search_ref: 'Search',
scan: 'Scan QR Code',
save: 'Save',
logout: 'Logout',
submit: 'Sumbit',
delete: 'Delete',
},
footer: {
created_by: 'Created by',
grnet: 'GRNET',
created_for: 'for the',
mindigital: 'Ministry of Digital Governance',
using: 'using',
open_source: 'Open Source Software',
creative_commons: 'Creative Commons',
},
notfound: {
page_not_found: 'Page not found',
wrong_key_address: 'If you typed the web address, check it is correct.',
wrong_cp_address:
'If you pasted the web address, check you copied the entire address..',
service_contact:
'If the web address is correct or you selected a link or button, contact the Service Helpline if you need to speak to someone about your tax credits.',
},
outdated: {
mobile:
'This site may not work properly because your browser is either not supported or outdated. Please update your browser',
web: 'This site may not work properly because your browser outdated. To update your browser visit: ',
},
pagination: {
show: 'Showing',
to: 'to',
of: 'of',
results: 'results',
label: 'Showing {start} to {end} of {total} results',
},
upload: {
file: 'File',
choose_file: 'Choose file',
change_file: 'Change file',
reset_file: 'Reset file',
change_image: 'Change image',
choose_image: 'Choose image',
no_file: 'You have not selected a file',
no_image: 'You have not selected an image',
},
'copy-to-clipboard': {
message: 'Text copied!',
},
};