mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
Fix bugs.
This commit is contained in:
@@ -102,9 +102,12 @@ export default {
|
||||
save: 'Save',
|
||||
save_as_draft: 'Save as Draft',
|
||||
active: 'Active',
|
||||
draft: 'Draft',
|
||||
published: 'Published',
|
||||
new_item: 'New Item',
|
||||
table_views: 'Table Views',
|
||||
delete: 'Delete',
|
||||
delete_count: 'Delete ({count})',
|
||||
import: 'Import',
|
||||
export: 'Export',
|
||||
filter: 'Filter',
|
||||
@@ -182,6 +185,8 @@ export default {
|
||||
'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.',
|
||||
'the_journal_has_been_successfully_deleted': 'The journal #{number} has been successfully deleted.',
|
||||
'the_journals_has_been_successfully_deleted': 'The journals {count} have been successfully deleted.',
|
||||
'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.`,
|
||||
@@ -192,4 +197,10 @@ export default {
|
||||
'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.',
|
||||
'select_account_type': 'Select account type',
|
||||
'the_item_category_has_been_successfully_deleted': 'The item category has been successfully deleted.',
|
||||
'once_delete_this_item_category_you_will_able_to_restore_it': 'Once you delete this item category, you won\'t be able to restore the item later. Are you sure you want to delete?',
|
||||
'once_delete_this_journal_category_you_will_able_to_restore_it': 'Once you delete this journal, you won\'t be able to restore the item later. Are you sure you want to delete?',
|
||||
'all': 'All',
|
||||
'once_delete_these_journalss_you_will_not_able_restore_them': 'Once you delete these journals, you won\'t be able to retrieve them later. Are you sure you want to delete them?',
|
||||
'journal_number_is_already_used': 'Journal number is already used.',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user