mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
Merge remote-tracking branch 'origin/feature/exchange_rates'
This commit is contained in:
@@ -1,32 +1,169 @@
|
||||
|
||||
|
||||
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 we’ll 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_currency: 'Credit ({currency})',
|
||||
debit_currency: 'Debit ({currency})',
|
||||
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',
|
||||
activate: 'Activate',
|
||||
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',
|
||||
chart_of_accounts: 'Chart of Accounts',
|
||||
exchange_rate_details: 'Exchange Rate Details',
|
||||
exchange_rate_list: 'Exchange Rate List',
|
||||
manual_journals: 'Manual Journals',
|
||||
edit_expense_details: 'Edit Expense Details',
|
||||
expenses_list: 'Expenses List',
|
||||
edit_category_details: 'Edit Category Details',
|
||||
category_list: 'Category List',
|
||||
edit_item_details: 'Edit Item Details',
|
||||
items_list: 'Items List',
|
||||
edit_custom_view: 'Edit Custom View',
|
||||
new_custom_view: 'New Custom View',
|
||||
view_name: 'View Name',
|
||||
new_conditional: 'New Conditional',
|
||||
'item': 'Item',
|
||||
'account': 'Account',
|
||||
'service_has_been_successful_created': '{service} {name} has been successfully created.',
|
||||
@@ -42,22 +179,17 @@ export default {
|
||||
'the_accounts_has_been_successfully_deleted': 'The accounts have been successfully deleted.',
|
||||
'are_sure_to_inactive_this_account': 'Are you sure you want to inactive this account? You will be able to activate it later',
|
||||
'are_sure_to_activate_this_account': 'Are you sure you want to activate this account? You will be able to inactivate it later',
|
||||
|
||||
'once_delete_this_account_you_will_able_to_restore_it': `Once you delete this account, you won\'t be able to restore it later. Are you sure you want to delete this account?<br /><br />If you're not sure, you can inactivate this account instead.`,
|
||||
'the_journal_has_been_successfully_created': 'The journal #{number} has been successfully created.',
|
||||
'the_journal_has_been_successfully_edited': 'The journal #{number} has been successfully edited.',
|
||||
|
||||
'credit': 'Credit',
|
||||
'debit': 'Debit',
|
||||
|
||||
'once_delete_this_item_you_will_able_to_restore_it': `Once you delete this item, you won\'t be able to restore the item later. Are you sure you want to delete ?<br /><br />If you're not sure, you can inactivate it instead.`,
|
||||
'the_item_has_been_successfully_deleted': 'The item has been successfully deleted.',
|
||||
|
||||
'the_item_category_has_been_successfully_created': 'The item category has been successfully created.',
|
||||
'the_item_category_has_been_successfully_edited': 'The item category has been successfully edited.',
|
||||
|
||||
'once_delete_these_views_you_will_not_able_restore_them': 'Once you delete the custom view, you won\'t be able to restore it later. Are you sure you want to delete this view?',
|
||||
'the_custom_view_has_been_successfully_deleted': 'The custom view has been successfully deleted.',
|
||||
|
||||
'teammate_invited_to_organization_account': 'Your teammate has been invited to the organization account.'
|
||||
};
|
||||
'teammate_invited_to_organization_account': 'Your teammate has been invited to the organization account.',
|
||||
'select_account_type': 'Select account type',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user