Merge remote-tracking branch 'origin/Tasks'

This commit is contained in:
Ahmed Bouhuolia
2020-10-20 20:08:53 +02:00
13 changed files with 414 additions and 94 deletions

View File

@@ -215,6 +215,8 @@ export default {
'The item category has been successfully created.',
the_item_category_has_been_successfully_edited:
'The item category has been successfully edited.',
the_item_category_has_been_successfully_deleted:
'The item category has been successfully deleted',
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:
@@ -770,4 +772,7 @@ export default {
smaller_or_equals: 'Smaller or equals',
bigger_than: 'Bigger than',
bigger_or_equals: 'Bigger or equals',
prefix: 'Prefix',
next_number: 'Next Number',
journal_number_settings: 'Journal Number Settings',
};