WIP / exchangeRate / localize

This commit is contained in:
elforjani3
2020-05-10 20:44:23 +02:00
parent e590a21740
commit cceb4786c2
55 changed files with 2339 additions and 971 deletions

View File

@@ -1,30 +1,184 @@
export default {
'hello_world': 'Hello World',
'email_or_phone_number': 'Email or phone number',
'password': 'Password',
'login': 'Login',
'invalid_email_or_phone_numner': 'Invalid email or phone number.',
'required': 'Required',
'reset_password': 'Reset Password',
'the_user_has_been_suspended_from_admin': 'The user has been suspended from the administrator.',
'email_and_password_entered_did_not_match': 'The email and password you entered did not match our records.',
'field_name_must_be_number': 'field_name_must_be_number',
'name': 'Name',
"search": "Search",
'reference': 'Reference',
'date': 'Date',
'description': 'Description',
'from_date': 'From date',
'to_date': 'To date',
'accounting_basis': 'Accounting basis',
'report_date_range': 'Report date range',
'log_in': 'Log in',
'forget_my_password': 'Forget my password',
'keep_me_logged_in': 'Keep me logged in',
'create_an_account': 'Create an account',
'need_bigcapital_account?': 'Need a Bigcapital account ?',
'show': 'Show',
'hide': 'Hide',
};
hello_world: 'Hello World',
email_or_phone_number: 'Email or phone number',
password: 'Password',
login: 'Login',
invalid_email_or_phone_numner: 'Invalid email or phone number.',
required: 'Required',
reset_password: 'Reset Password',
the_user_has_been_suspended_from_admin:
'The user has been suspended from the administrator.',
email_and_password_entered_did_not_match:
'The email and password you entered did not match our records.',
field_name_must_be_number: 'field_name_must_be_number',
name: 'Name',
search: 'Search',
reference: 'Reference',
date: 'Date',
description: 'Description',
from_date: 'From date',
to_date: 'To date',
accounting_basis: 'Accounting basis',
report_date_range: 'Report date range',
log_in: 'Log in',
forget_my_password: 'Forget my password',
keep_me_logged_in: 'Keep me logged in',
create_an_account: 'Create an account',
need_bigcapital_account: 'Need a Bigcapital account ?',
show: 'Show',
hide: 'Hide',
an_unexpected_error_occurred: 'An unexpected error occurred',
welcome_to_bigcapital: 'Welcome to Bigcapital',
enter_your_personal_information: ' Enter your personal information',
first_name: 'First Name',
last_name: 'Last Name',
phone_number: 'Phone Number',
you_email_address_is: 'You email address is',
you_will_use_this_address_to_sign_in_to_bigcapital:
'You will use this address to sign in to Bigcapital.',
signing_in_or_creating:
'By signing in or creating an account, you agree with our',
terms_conditions: 'Terms & Conditions',
and: 'and',
privacy_statement: 'Privacy Statement',
create_account: 'Create Account',
success: 'Success',
register_a_new_organization: 'Register a New Organization.',
you_have_a_bigcapital_account: 'You have a bigcapital account ?',
organization_name:'Organization Name',
email:'Email',
register:'Register',
password_successfully_updated:'The Password for your account was successfully updated.',
choose_a_new_password:'Choose a new password',
you_remembered_your_password:'You remembered your password ?',
new_password:'New Password',
submit_new_password:'Submit new password',
reset_your_password:'Reset Your Password',
we_ll_send_you_a_link_to_reset_your_password:'Enter your email address and well send you a link to reset your password.',
send_password_reset_link:'Send password reset link',
return_to_log_in:'Return to log in',
sub_account:'Sub account?',
account_type:'Account Type',
account_name:'Account Name',
account_code:'Account Code',
parent_account:'Parent Account',
edit:'Edit',
submit:'Submit',
close:'Close',
edit_account:'Edit Account',
new_account:'New Account',
edit_currency:'Edit Currency',
new_currency:'New Currency',
currency_name:'Currency Name',
currency_code:'Currency Code',
edit_exchange_rate:'Edit Exchange Rate',
new_exchange_rate:'New Exchange Rate',
delete_exchange_rate:'Delete Exchange Rate',
exchange_rate:'Exchange Rate',
currency_code:'Currency Code',
edit_invite:'Edit invite',
edit_category:'Edit Category',
delete_category:'Delete Category',
new_category:'New Category',
category_name:'Category Name',
parent_category:'Parent Category',
new:'New',
new_category:'New Category',
invite_user:'invite User',
your_access_to_your_team:'Your teammate will get an email that gives them access to your team.',
invite:'invite',
count:'Count',
item_type:'Item Type',
item_name:'Item Name',
sku:'SKU',
category:'Category',
account:'Account',
sales_information:'Sales Information',
purchase_information:'Purchase Information',
selling_price:'Selling Price',
cost_price:'Cost Price',
inventory_information:'Inventory Information',
inventory_account:'Inventory Account',
opening_stock:'Opening Stock',
save:'Save',
save_as_draft:'Save as Draft',
active:'Active',
new_item:'New Item',
table_views:'Table Views',
delete:'Delete',
import:'Import',
export:'Export',
filter:'Filter',
view_details:'View Details',
edit_item:'Edit Item',
delete_item:'Delete Item',
sell_price:'Sell Price',
cancel:'Cancel',
move_to_trash:'Move to Trash',
save_new:'Save & New',
journal_number:'Journal number',
credit_usd:'Credit (USD)',
debit_usd:'Debit (USD)',
note:'Note',
new_lines:'New lines',
clear_all_lines:'Clear all lines',
new_journal:'New Journal',
publish_journal:'Publish Journal',
edit_journal:'Edit Journal',
delete_journal:'Delete Journal',
amount:'Amount',
journal_no:'Journal No.',
status:'Status',
transaction_type:'Transaction type',
created_at:'Created At',
archive:'Archive',
inactivate:'Inactivate',
inactivate_account:'Inactivate Account',
delete_account:'Delete Account',
code:'Code',
type:'Type',
normal:'Normal',
balance:'Balance',
something_wrong:'Something wrong',
filters:'Filters',
add_order:'Add order',
expense_account:'Expense Account',
payment_account:'Payment Account',
new_expense:'New Expense',
bulk_update:'Bulk Update',
all_accounts:'All accounts',
go_to_bigcapital_com:'← Go to bigcapital.com',
currency:'Currency',
new_conditional:'+ New Conditional'
};