initial
This commit is contained in:
122
apps/client/lang/en.js
Normal file
122
apps/client/lang/en.js
Normal file
@@ -0,0 +1,122 @@
|
||||
export default {
|
||||
validation: {
|
||||
required: 'This field is required',
|
||||
email: 'Enter an email address in the format example{\'@\'}xxxx.xxx',
|
||||
confirmed: 'Passwords must match',
|
||||
password:
|
||||
'Password must contain at least 8 characters, including uppercase letters, numbers, and special characters',
|
||||
max: 'The value must be less than or equal to {0} characters.',
|
||||
url: 'Please enter a valid URL',
|
||||
},
|
||||
field_max_characters: '{0} (maximum {1} characters)',
|
||||
|
||||
invoice_status: {
|
||||
completed: 'Success',
|
||||
expired: 'Expired',
|
||||
pending: 'Pending',
|
||||
awaiting_payment: 'Awaiting',
|
||||
investigating: 'Investigating',
|
||||
broadcasted: 'Broadcasted',
|
||||
overpaid: 'Overpaid',
|
||||
underpaid: 'Underpaid',
|
||||
},
|
||||
|
||||
something_went_wrong: 'Something went wrong',
|
||||
invalid_otp_code: 'Invalid OTP Code',
|
||||
create: 'Create',
|
||||
change: 'Change',
|
||||
select: 'Select',
|
||||
register: 'Register',
|
||||
login: 'Login',
|
||||
privacy_policy: 'Privacy Policy',
|
||||
copyright: '© {year}, Indefiti - the best crypto processing',
|
||||
support: 'Support',
|
||||
network: 'Network',
|
||||
maximum: 'Maximum',
|
||||
continue: 'Continue',
|
||||
fee: 'Fee',
|
||||
login_greeting: 'Hello!',
|
||||
register_greeting: 'Register with Indefiti',
|
||||
to_main: 'To home page',
|
||||
back: 'Back',
|
||||
back_to: 'Back to {0}',
|
||||
next: 'Next',
|
||||
withdraw: 'Withdraw',
|
||||
email: 'E-mail',
|
||||
password: 'Password',
|
||||
repeat_password: 'Repeat Password',
|
||||
what_happened: 'What happened?',
|
||||
what_todo: 'I don\'t remember what to do',
|
||||
write_us: 'Write to us',
|
||||
reset_password: 'Reset Password',
|
||||
lost_password: 'Forgot Password?',
|
||||
can_reset_password: 'Password can be reset',
|
||||
fill_the_form: 'fill out this form',
|
||||
reset_password_alert:
|
||||
'For security reasons, withdrawals will be prohibited for 24 hours after changing the password',
|
||||
check_email: 'Check your e-mail',
|
||||
email_confirmation: 'We have sent you an e-mail to {0}',
|
||||
register_email_instructions:
|
||||
'To confirm your email,<br>follow the link in the email',
|
||||
login_email_instructions:
|
||||
'To reset your password, follow the link in the email',
|
||||
send_again: 'Send again',
|
||||
spam: 'Spam',
|
||||
|
||||
create_your_project: {
|
||||
title: '{0} your first project',
|
||||
create: 'Create',
|
||||
content: 'This is necessary to accept payments on the site',
|
||||
},
|
||||
|
||||
your_invoices_will_be_displayed_here: {
|
||||
title: 'Your invoices will be displayed here',
|
||||
content: 'Click on the create invoice button to start invoicing',
|
||||
},
|
||||
create_an_invoice: 'Сreate an invoice',
|
||||
|
||||
forgot_password_questions: {
|
||||
did_not_get_mail: {
|
||||
title: 'Check the {0} folder if you don\'t see the email',
|
||||
content: 'Didn\'t receive the email? {0}',
|
||||
},
|
||||
|
||||
forgot_password: {
|
||||
title: 'Forgot my password',
|
||||
content:
|
||||
'{0}, if you have access to your email. If you don\'t have access, {1}.',
|
||||
},
|
||||
|
||||
access_to_mail: {
|
||||
title: 'No access to email',
|
||||
content: 'If you don\'t have access to your email, {0}.',
|
||||
},
|
||||
|
||||
no_mail: {
|
||||
title: 'The website says there is no such email',
|
||||
content:
|
||||
'Check which email you received receipts and other notifications to. If you are sure you are entering everything correctly, {0}.',
|
||||
},
|
||||
},
|
||||
|
||||
sign_up_agreement: {
|
||||
base: 'I confirm my agreement with the {0} and {1}',
|
||||
privacy_policy: 'Privacy Policy',
|
||||
user_agreement: 'User Agreement',
|
||||
},
|
||||
apply: 'Apply',
|
||||
try: 'Try',
|
||||
test_functional: 'Test functional',
|
||||
learn_functional:
|
||||
'Here you can familiarize yourself with the main features. To get started with payments, create your first project.',
|
||||
how_does_it_works: 'How does it works',
|
||||
projects: 'Projects',
|
||||
account_created_successfully: 'Account created successfully',
|
||||
account_verification_error: 'An error occurred during account verification',
|
||||
try_again_or_contact_support: 'Try again or contact support',
|
||||
we_have_sent_you_an_email_to: 'We have sent you an email to {0}',
|
||||
check_spam_folder: 'Check the {0} folder if you do not see the letter',
|
||||
did_not_get_mail: 'Did not get the email?',
|
||||
reset_password_instructions:
|
||||
'To reset your password, follow the link from the letter',
|
||||
}
|
||||
1
apps/client/lang/ru.js
Normal file
1
apps/client/lang/ru.js
Normal file
@@ -0,0 +1 @@
|
||||
export default {}
|
||||
Reference in New Issue
Block a user