diff --git a/lang/ar/lang.php b/lang/ar/lang.php index 47e87bac..ef8ca5a7 100644 --- a/lang/ar/lang.php +++ b/lang/ar/lang.php @@ -63,8 +63,10 @@ 'amount' => 'Amount', 'author' => 'Author', 'link' => 'Link', + 'view_count' => 'View count', 'is_default' => 'Is default', 'symbol' => 'Symbol', + 'field' => 'Field', 'sort_order' => 'Sorting', 'created_at' => 'Created', @@ -82,7 +84,7 @@ 'import_queue_name' => 'The name of the queue for processing import items', 'email_list_description' => 'Fill out list of emails separated by commas', 'import_deactivate' => 'Deactivate elements', - 'import_deactivate_description' => 'All active elements that are not in CSV file will be deactivated.', + 'import_deactivate_description' => 'All active elements that are not in file will be deactivated.', 'country' => 'Country', 'state' => 'State', @@ -91,11 +93,22 @@ 'address1' => 'Address 1', 'address2' => 'Address 2', 'postcode' => 'Postcode', + + 'import_file_list' => 'Import file list', + 'import_from_file' => 'Import from file', + 'import_file_path' => 'Relative path from storage folder to file', + 'import_image_folder' => 'Relative path from storage folder to image folder', + 'import_path_to_list' => 'Path to node with list of elements', + 'import_path_to_list_example' => 'main/elements/element', + 'import_field_list' => 'Field list', + 'import_path_to_field' => 'Path to field node', + 'import_path_to_field_example' => 'fields/field[@code="active"]', ], 'tab' => [ 'preview_content' => 'Preview content', 'full_content' => 'Content', 'images' => 'Images', + 'files' => 'Files', 'settings' => 'Settings', 'description' => 'Description', 'properties' => 'Properties', @@ -120,13 +133,15 @@ 'property_mode' => 'Component mode', 'mode_submit' => 'Form submit', 'mode_ajax' => 'Ajax', + 'has_wildcard' => 'URL section is wildcard', + 'skip_error' => 'Skip "Not found" error', ], 'message' => [ - 'create_success' => 'Create :name was successfully', - 'update_success' => 'Update :name was successfully', - 'delete_success' => 'Delete :name was successfully', + 'create_success' => 'Create :name was successful', + 'update_success' => 'Update :name was successful', + 'delete_success' => 'Delete :name was successful', 'restore_confirm' => 'Do you want to restore selected items?', - 'restore_success' => 'Restore elements was successfully', + 'restore_success' => 'Restore elements was successful', 'e_not_correct_request' => 'Request is not correct', 'row_is_empty' => 'Row is empty.', 'external_id_is_empty' => 'External ID is empty.', @@ -134,6 +149,21 @@ 'import_active_field_info' => 'Value of “active” field will be set to “true”, if it is not in CSV file.', 'import_preview_image_field_info' => 'Path to preview image file must be set relative to storage directory of your project. For example: "app/media/image.jpg".', 'import_images_field_info' => 'Path to image file must be set relative to storage directory of your project. For example: "app/media/image.jpg". Paths to image files must be separated by commas.', + 'import_from_xml_confirm' => 'Start import from XML file?', + 'import_from_xml_report' => 'Import results: created - :created, updated - :updated, skipped - :skipped, processed - :processed.', + + 'table_toolbox_helper' => 'Display command list.', + 'table_toolbox_create' => 'Create :description', + + 'choice_field_list' => 'Choice available fields (Example: 1,2,3,4)', + 'choice_sorting' => 'Choice sorting', + 'choice_lang_list' => 'Choice lang', + 'choice_extend_model' => 'Choice extend model', + 'set' => 'Set :name (Example: :example)', + 'create' => 'Create :name?', + 'force_file' => 'File :file already exists. Create forced?', + 'add_side_menu' => 'Add side menu to plugin.yaml?', + 'version_up' => 'Add new version to version.yaml?', ], 'settings' => [ 'count_per_page' => 'Count elements per page', @@ -164,6 +194,7 @@ 'import_from_csv' => 'Import from CSV', 'export_in_csv' => 'Export in CSV', 'import_button' => 'Import records', + 'import_from_xml' => 'Import from XML', ], 'type' => [ 'input' => 'Text field (input)', diff --git a/lang/be/lang.php b/lang/be/lang.php index 47e87bac..ef8ca5a7 100644 --- a/lang/be/lang.php +++ b/lang/be/lang.php @@ -63,8 +63,10 @@ 'amount' => 'Amount', 'author' => 'Author', 'link' => 'Link', + 'view_count' => 'View count', 'is_default' => 'Is default', 'symbol' => 'Symbol', + 'field' => 'Field', 'sort_order' => 'Sorting', 'created_at' => 'Created', @@ -82,7 +84,7 @@ 'import_queue_name' => 'The name of the queue for processing import items', 'email_list_description' => 'Fill out list of emails separated by commas', 'import_deactivate' => 'Deactivate elements', - 'import_deactivate_description' => 'All active elements that are not in CSV file will be deactivated.', + 'import_deactivate_description' => 'All active elements that are not in file will be deactivated.', 'country' => 'Country', 'state' => 'State', @@ -91,11 +93,22 @@ 'address1' => 'Address 1', 'address2' => 'Address 2', 'postcode' => 'Postcode', + + 'import_file_list' => 'Import file list', + 'import_from_file' => 'Import from file', + 'import_file_path' => 'Relative path from storage folder to file', + 'import_image_folder' => 'Relative path from storage folder to image folder', + 'import_path_to_list' => 'Path to node with list of elements', + 'import_path_to_list_example' => 'main/elements/element', + 'import_field_list' => 'Field list', + 'import_path_to_field' => 'Path to field node', + 'import_path_to_field_example' => 'fields/field[@code="active"]', ], 'tab' => [ 'preview_content' => 'Preview content', 'full_content' => 'Content', 'images' => 'Images', + 'files' => 'Files', 'settings' => 'Settings', 'description' => 'Description', 'properties' => 'Properties', @@ -120,13 +133,15 @@ 'property_mode' => 'Component mode', 'mode_submit' => 'Form submit', 'mode_ajax' => 'Ajax', + 'has_wildcard' => 'URL section is wildcard', + 'skip_error' => 'Skip "Not found" error', ], 'message' => [ - 'create_success' => 'Create :name was successfully', - 'update_success' => 'Update :name was successfully', - 'delete_success' => 'Delete :name was successfully', + 'create_success' => 'Create :name was successful', + 'update_success' => 'Update :name was successful', + 'delete_success' => 'Delete :name was successful', 'restore_confirm' => 'Do you want to restore selected items?', - 'restore_success' => 'Restore elements was successfully', + 'restore_success' => 'Restore elements was successful', 'e_not_correct_request' => 'Request is not correct', 'row_is_empty' => 'Row is empty.', 'external_id_is_empty' => 'External ID is empty.', @@ -134,6 +149,21 @@ 'import_active_field_info' => 'Value of “active” field will be set to “true”, if it is not in CSV file.', 'import_preview_image_field_info' => 'Path to preview image file must be set relative to storage directory of your project. For example: "app/media/image.jpg".', 'import_images_field_info' => 'Path to image file must be set relative to storage directory of your project. For example: "app/media/image.jpg". Paths to image files must be separated by commas.', + 'import_from_xml_confirm' => 'Start import from XML file?', + 'import_from_xml_report' => 'Import results: created - :created, updated - :updated, skipped - :skipped, processed - :processed.', + + 'table_toolbox_helper' => 'Display command list.', + 'table_toolbox_create' => 'Create :description', + + 'choice_field_list' => 'Choice available fields (Example: 1,2,3,4)', + 'choice_sorting' => 'Choice sorting', + 'choice_lang_list' => 'Choice lang', + 'choice_extend_model' => 'Choice extend model', + 'set' => 'Set :name (Example: :example)', + 'create' => 'Create :name?', + 'force_file' => 'File :file already exists. Create forced?', + 'add_side_menu' => 'Add side menu to plugin.yaml?', + 'version_up' => 'Add new version to version.yaml?', ], 'settings' => [ 'count_per_page' => 'Count elements per page', @@ -164,6 +194,7 @@ 'import_from_csv' => 'Import from CSV', 'export_in_csv' => 'Export in CSV', 'import_button' => 'Import records', + 'import_from_xml' => 'Import from XML', ], 'type' => [ 'input' => 'Text field (input)', diff --git a/lang/bg/lang.php b/lang/bg/lang.php index 47e87bac..ef8ca5a7 100644 --- a/lang/bg/lang.php +++ b/lang/bg/lang.php @@ -63,8 +63,10 @@ 'amount' => 'Amount', 'author' => 'Author', 'link' => 'Link', + 'view_count' => 'View count', 'is_default' => 'Is default', 'symbol' => 'Symbol', + 'field' => 'Field', 'sort_order' => 'Sorting', 'created_at' => 'Created', @@ -82,7 +84,7 @@ 'import_queue_name' => 'The name of the queue for processing import items', 'email_list_description' => 'Fill out list of emails separated by commas', 'import_deactivate' => 'Deactivate elements', - 'import_deactivate_description' => 'All active elements that are not in CSV file will be deactivated.', + 'import_deactivate_description' => 'All active elements that are not in file will be deactivated.', 'country' => 'Country', 'state' => 'State', @@ -91,11 +93,22 @@ 'address1' => 'Address 1', 'address2' => 'Address 2', 'postcode' => 'Postcode', + + 'import_file_list' => 'Import file list', + 'import_from_file' => 'Import from file', + 'import_file_path' => 'Relative path from storage folder to file', + 'import_image_folder' => 'Relative path from storage folder to image folder', + 'import_path_to_list' => 'Path to node with list of elements', + 'import_path_to_list_example' => 'main/elements/element', + 'import_field_list' => 'Field list', + 'import_path_to_field' => 'Path to field node', + 'import_path_to_field_example' => 'fields/field[@code="active"]', ], 'tab' => [ 'preview_content' => 'Preview content', 'full_content' => 'Content', 'images' => 'Images', + 'files' => 'Files', 'settings' => 'Settings', 'description' => 'Description', 'properties' => 'Properties', @@ -120,13 +133,15 @@ 'property_mode' => 'Component mode', 'mode_submit' => 'Form submit', 'mode_ajax' => 'Ajax', + 'has_wildcard' => 'URL section is wildcard', + 'skip_error' => 'Skip "Not found" error', ], 'message' => [ - 'create_success' => 'Create :name was successfully', - 'update_success' => 'Update :name was successfully', - 'delete_success' => 'Delete :name was successfully', + 'create_success' => 'Create :name was successful', + 'update_success' => 'Update :name was successful', + 'delete_success' => 'Delete :name was successful', 'restore_confirm' => 'Do you want to restore selected items?', - 'restore_success' => 'Restore elements was successfully', + 'restore_success' => 'Restore elements was successful', 'e_not_correct_request' => 'Request is not correct', 'row_is_empty' => 'Row is empty.', 'external_id_is_empty' => 'External ID is empty.', @@ -134,6 +149,21 @@ 'import_active_field_info' => 'Value of “active” field will be set to “true”, if it is not in CSV file.', 'import_preview_image_field_info' => 'Path to preview image file must be set relative to storage directory of your project. For example: "app/media/image.jpg".', 'import_images_field_info' => 'Path to image file must be set relative to storage directory of your project. For example: "app/media/image.jpg". Paths to image files must be separated by commas.', + 'import_from_xml_confirm' => 'Start import from XML file?', + 'import_from_xml_report' => 'Import results: created - :created, updated - :updated, skipped - :skipped, processed - :processed.', + + 'table_toolbox_helper' => 'Display command list.', + 'table_toolbox_create' => 'Create :description', + + 'choice_field_list' => 'Choice available fields (Example: 1,2,3,4)', + 'choice_sorting' => 'Choice sorting', + 'choice_lang_list' => 'Choice lang', + 'choice_extend_model' => 'Choice extend model', + 'set' => 'Set :name (Example: :example)', + 'create' => 'Create :name?', + 'force_file' => 'File :file already exists. Create forced?', + 'add_side_menu' => 'Add side menu to plugin.yaml?', + 'version_up' => 'Add new version to version.yaml?', ], 'settings' => [ 'count_per_page' => 'Count elements per page', @@ -164,6 +194,7 @@ 'import_from_csv' => 'Import from CSV', 'export_in_csv' => 'Export in CSV', 'import_button' => 'Import records', + 'import_from_xml' => 'Import from XML', ], 'type' => [ 'input' => 'Text field (input)', diff --git a/lang/ca/lang.php b/lang/ca/lang.php index 47e87bac..ef8ca5a7 100644 --- a/lang/ca/lang.php +++ b/lang/ca/lang.php @@ -63,8 +63,10 @@ 'amount' => 'Amount', 'author' => 'Author', 'link' => 'Link', + 'view_count' => 'View count', 'is_default' => 'Is default', 'symbol' => 'Symbol', + 'field' => 'Field', 'sort_order' => 'Sorting', 'created_at' => 'Created', @@ -82,7 +84,7 @@ 'import_queue_name' => 'The name of the queue for processing import items', 'email_list_description' => 'Fill out list of emails separated by commas', 'import_deactivate' => 'Deactivate elements', - 'import_deactivate_description' => 'All active elements that are not in CSV file will be deactivated.', + 'import_deactivate_description' => 'All active elements that are not in file will be deactivated.', 'country' => 'Country', 'state' => 'State', @@ -91,11 +93,22 @@ 'address1' => 'Address 1', 'address2' => 'Address 2', 'postcode' => 'Postcode', + + 'import_file_list' => 'Import file list', + 'import_from_file' => 'Import from file', + 'import_file_path' => 'Relative path from storage folder to file', + 'import_image_folder' => 'Relative path from storage folder to image folder', + 'import_path_to_list' => 'Path to node with list of elements', + 'import_path_to_list_example' => 'main/elements/element', + 'import_field_list' => 'Field list', + 'import_path_to_field' => 'Path to field node', + 'import_path_to_field_example' => 'fields/field[@code="active"]', ], 'tab' => [ 'preview_content' => 'Preview content', 'full_content' => 'Content', 'images' => 'Images', + 'files' => 'Files', 'settings' => 'Settings', 'description' => 'Description', 'properties' => 'Properties', @@ -120,13 +133,15 @@ 'property_mode' => 'Component mode', 'mode_submit' => 'Form submit', 'mode_ajax' => 'Ajax', + 'has_wildcard' => 'URL section is wildcard', + 'skip_error' => 'Skip "Not found" error', ], 'message' => [ - 'create_success' => 'Create :name was successfully', - 'update_success' => 'Update :name was successfully', - 'delete_success' => 'Delete :name was successfully', + 'create_success' => 'Create :name was successful', + 'update_success' => 'Update :name was successful', + 'delete_success' => 'Delete :name was successful', 'restore_confirm' => 'Do you want to restore selected items?', - 'restore_success' => 'Restore elements was successfully', + 'restore_success' => 'Restore elements was successful', 'e_not_correct_request' => 'Request is not correct', 'row_is_empty' => 'Row is empty.', 'external_id_is_empty' => 'External ID is empty.', @@ -134,6 +149,21 @@ 'import_active_field_info' => 'Value of “active” field will be set to “true”, if it is not in CSV file.', 'import_preview_image_field_info' => 'Path to preview image file must be set relative to storage directory of your project. For example: "app/media/image.jpg".', 'import_images_field_info' => 'Path to image file must be set relative to storage directory of your project. For example: "app/media/image.jpg". Paths to image files must be separated by commas.', + 'import_from_xml_confirm' => 'Start import from XML file?', + 'import_from_xml_report' => 'Import results: created - :created, updated - :updated, skipped - :skipped, processed - :processed.', + + 'table_toolbox_helper' => 'Display command list.', + 'table_toolbox_create' => 'Create :description', + + 'choice_field_list' => 'Choice available fields (Example: 1,2,3,4)', + 'choice_sorting' => 'Choice sorting', + 'choice_lang_list' => 'Choice lang', + 'choice_extend_model' => 'Choice extend model', + 'set' => 'Set :name (Example: :example)', + 'create' => 'Create :name?', + 'force_file' => 'File :file already exists. Create forced?', + 'add_side_menu' => 'Add side menu to plugin.yaml?', + 'version_up' => 'Add new version to version.yaml?', ], 'settings' => [ 'count_per_page' => 'Count elements per page', @@ -164,6 +194,7 @@ 'import_from_csv' => 'Import from CSV', 'export_in_csv' => 'Export in CSV', 'import_button' => 'Import records', + 'import_from_xml' => 'Import from XML', ], 'type' => [ 'input' => 'Text field (input)', diff --git a/lang/cs/lang.php b/lang/cs/lang.php index 47e87bac..ef8ca5a7 100644 --- a/lang/cs/lang.php +++ b/lang/cs/lang.php @@ -63,8 +63,10 @@ 'amount' => 'Amount', 'author' => 'Author', 'link' => 'Link', + 'view_count' => 'View count', 'is_default' => 'Is default', 'symbol' => 'Symbol', + 'field' => 'Field', 'sort_order' => 'Sorting', 'created_at' => 'Created', @@ -82,7 +84,7 @@ 'import_queue_name' => 'The name of the queue for processing import items', 'email_list_description' => 'Fill out list of emails separated by commas', 'import_deactivate' => 'Deactivate elements', - 'import_deactivate_description' => 'All active elements that are not in CSV file will be deactivated.', + 'import_deactivate_description' => 'All active elements that are not in file will be deactivated.', 'country' => 'Country', 'state' => 'State', @@ -91,11 +93,22 @@ 'address1' => 'Address 1', 'address2' => 'Address 2', 'postcode' => 'Postcode', + + 'import_file_list' => 'Import file list', + 'import_from_file' => 'Import from file', + 'import_file_path' => 'Relative path from storage folder to file', + 'import_image_folder' => 'Relative path from storage folder to image folder', + 'import_path_to_list' => 'Path to node with list of elements', + 'import_path_to_list_example' => 'main/elements/element', + 'import_field_list' => 'Field list', + 'import_path_to_field' => 'Path to field node', + 'import_path_to_field_example' => 'fields/field[@code="active"]', ], 'tab' => [ 'preview_content' => 'Preview content', 'full_content' => 'Content', 'images' => 'Images', + 'files' => 'Files', 'settings' => 'Settings', 'description' => 'Description', 'properties' => 'Properties', @@ -120,13 +133,15 @@ 'property_mode' => 'Component mode', 'mode_submit' => 'Form submit', 'mode_ajax' => 'Ajax', + 'has_wildcard' => 'URL section is wildcard', + 'skip_error' => 'Skip "Not found" error', ], 'message' => [ - 'create_success' => 'Create :name was successfully', - 'update_success' => 'Update :name was successfully', - 'delete_success' => 'Delete :name was successfully', + 'create_success' => 'Create :name was successful', + 'update_success' => 'Update :name was successful', + 'delete_success' => 'Delete :name was successful', 'restore_confirm' => 'Do you want to restore selected items?', - 'restore_success' => 'Restore elements was successfully', + 'restore_success' => 'Restore elements was successful', 'e_not_correct_request' => 'Request is not correct', 'row_is_empty' => 'Row is empty.', 'external_id_is_empty' => 'External ID is empty.', @@ -134,6 +149,21 @@ 'import_active_field_info' => 'Value of “active” field will be set to “true”, if it is not in CSV file.', 'import_preview_image_field_info' => 'Path to preview image file must be set relative to storage directory of your project. For example: "app/media/image.jpg".', 'import_images_field_info' => 'Path to image file must be set relative to storage directory of your project. For example: "app/media/image.jpg". Paths to image files must be separated by commas.', + 'import_from_xml_confirm' => 'Start import from XML file?', + 'import_from_xml_report' => 'Import results: created - :created, updated - :updated, skipped - :skipped, processed - :processed.', + + 'table_toolbox_helper' => 'Display command list.', + 'table_toolbox_create' => 'Create :description', + + 'choice_field_list' => 'Choice available fields (Example: 1,2,3,4)', + 'choice_sorting' => 'Choice sorting', + 'choice_lang_list' => 'Choice lang', + 'choice_extend_model' => 'Choice extend model', + 'set' => 'Set :name (Example: :example)', + 'create' => 'Create :name?', + 'force_file' => 'File :file already exists. Create forced?', + 'add_side_menu' => 'Add side menu to plugin.yaml?', + 'version_up' => 'Add new version to version.yaml?', ], 'settings' => [ 'count_per_page' => 'Count elements per page', @@ -164,6 +194,7 @@ 'import_from_csv' => 'Import from CSV', 'export_in_csv' => 'Export in CSV', 'import_button' => 'Import records', + 'import_from_xml' => 'Import from XML', ], 'type' => [ 'input' => 'Text field (input)', diff --git a/lang/da/lang.php b/lang/da/lang.php index 47e87bac..ef8ca5a7 100644 --- a/lang/da/lang.php +++ b/lang/da/lang.php @@ -63,8 +63,10 @@ 'amount' => 'Amount', 'author' => 'Author', 'link' => 'Link', + 'view_count' => 'View count', 'is_default' => 'Is default', 'symbol' => 'Symbol', + 'field' => 'Field', 'sort_order' => 'Sorting', 'created_at' => 'Created', @@ -82,7 +84,7 @@ 'import_queue_name' => 'The name of the queue for processing import items', 'email_list_description' => 'Fill out list of emails separated by commas', 'import_deactivate' => 'Deactivate elements', - 'import_deactivate_description' => 'All active elements that are not in CSV file will be deactivated.', + 'import_deactivate_description' => 'All active elements that are not in file will be deactivated.', 'country' => 'Country', 'state' => 'State', @@ -91,11 +93,22 @@ 'address1' => 'Address 1', 'address2' => 'Address 2', 'postcode' => 'Postcode', + + 'import_file_list' => 'Import file list', + 'import_from_file' => 'Import from file', + 'import_file_path' => 'Relative path from storage folder to file', + 'import_image_folder' => 'Relative path from storage folder to image folder', + 'import_path_to_list' => 'Path to node with list of elements', + 'import_path_to_list_example' => 'main/elements/element', + 'import_field_list' => 'Field list', + 'import_path_to_field' => 'Path to field node', + 'import_path_to_field_example' => 'fields/field[@code="active"]', ], 'tab' => [ 'preview_content' => 'Preview content', 'full_content' => 'Content', 'images' => 'Images', + 'files' => 'Files', 'settings' => 'Settings', 'description' => 'Description', 'properties' => 'Properties', @@ -120,13 +133,15 @@ 'property_mode' => 'Component mode', 'mode_submit' => 'Form submit', 'mode_ajax' => 'Ajax', + 'has_wildcard' => 'URL section is wildcard', + 'skip_error' => 'Skip "Not found" error', ], 'message' => [ - 'create_success' => 'Create :name was successfully', - 'update_success' => 'Update :name was successfully', - 'delete_success' => 'Delete :name was successfully', + 'create_success' => 'Create :name was successful', + 'update_success' => 'Update :name was successful', + 'delete_success' => 'Delete :name was successful', 'restore_confirm' => 'Do you want to restore selected items?', - 'restore_success' => 'Restore elements was successfully', + 'restore_success' => 'Restore elements was successful', 'e_not_correct_request' => 'Request is not correct', 'row_is_empty' => 'Row is empty.', 'external_id_is_empty' => 'External ID is empty.', @@ -134,6 +149,21 @@ 'import_active_field_info' => 'Value of “active” field will be set to “true”, if it is not in CSV file.', 'import_preview_image_field_info' => 'Path to preview image file must be set relative to storage directory of your project. For example: "app/media/image.jpg".', 'import_images_field_info' => 'Path to image file must be set relative to storage directory of your project. For example: "app/media/image.jpg". Paths to image files must be separated by commas.', + 'import_from_xml_confirm' => 'Start import from XML file?', + 'import_from_xml_report' => 'Import results: created - :created, updated - :updated, skipped - :skipped, processed - :processed.', + + 'table_toolbox_helper' => 'Display command list.', + 'table_toolbox_create' => 'Create :description', + + 'choice_field_list' => 'Choice available fields (Example: 1,2,3,4)', + 'choice_sorting' => 'Choice sorting', + 'choice_lang_list' => 'Choice lang', + 'choice_extend_model' => 'Choice extend model', + 'set' => 'Set :name (Example: :example)', + 'create' => 'Create :name?', + 'force_file' => 'File :file already exists. Create forced?', + 'add_side_menu' => 'Add side menu to plugin.yaml?', + 'version_up' => 'Add new version to version.yaml?', ], 'settings' => [ 'count_per_page' => 'Count elements per page', @@ -164,6 +194,7 @@ 'import_from_csv' => 'Import from CSV', 'export_in_csv' => 'Export in CSV', 'import_button' => 'Import records', + 'import_from_xml' => 'Import from XML', ], 'type' => [ 'input' => 'Text field (input)', diff --git a/lang/de/lang.php b/lang/de/lang.php index 5d66b314..8be94f59 100644 --- a/lang/de/lang.php +++ b/lang/de/lang.php @@ -63,8 +63,10 @@ 'amount' => 'Betrag', 'author' => 'Autor', 'link' => 'Link', + 'view_count' => 'View count', 'is_default' => 'Is default', 'symbol' => 'Symbol', + 'field' => 'Field', 'sort_order' => 'Sortierung', 'created_at' => 'Erstellt', @@ -82,7 +84,7 @@ 'import_queue_name' => 'The name of the queue for processing import items', 'email_list_description' => 'Fill out list of emails separated by commas', 'import_deactivate' => 'Elemente deaktivieren', - 'import_deactivate_description' => 'Alle aktiven Elemente, die sich nicht in der CSV-Datei befinden, werden deaktiviert.', + 'import_deactivate_description' => 'All active elements that are not in file will be deactivated.', 'country' => 'Land', 'state' => 'Staat', @@ -91,11 +93,22 @@ 'address1' => 'Adresse 1', 'address2' => 'Adresse 2', 'postcode' => 'Postleitzahl', + + 'import_file_list' => 'Import file list', + 'import_from_file' => 'Import from file', + 'import_file_path' => 'Relative path from storage folder to file', + 'import_image_folder' => 'Relative path from storage folder to image folder', + 'import_path_to_list' => 'Path to node with list of elements', + 'import_path_to_list_example' => 'main/elements/element', + 'import_field_list' => 'Field list', + 'import_path_to_field' => 'Path to field node', + 'import_path_to_field_example' => 'fields/field[@code="active"]', ], 'tab' => [ 'preview_content' => 'Inhaltsvorschau', 'full_content' => 'Inhalt', 'images' => 'Bilder', + 'files' => 'Files', 'settings' => 'Einstellungen', 'description' => 'Beschreibung', 'properties' => 'Eigenschaften', @@ -120,13 +133,15 @@ 'property_mode' => 'Komponenten-Modus', 'mode_submit' => 'Formular absenden', 'mode_ajax' => 'Ajax', + 'has_wildcard' => 'URL section is wildcard', + 'skip_error' => 'Skip "Not found" error', ], 'message' => [ - 'create_success' => ':name erstellen war erfolgreich', - 'update_success' => ':name aktualisieren war erfolgreich', - 'delete_success' => ':name löschen war erfolgreich', + 'create_success' => 'Create :name was successful', + 'update_success' => 'Update :name was successful', + 'delete_success' => 'Delete :name was successful', 'restore_confirm' => 'Möchten Sie ausgewählte Elemente wiederherstellen?', - 'restore_success' => 'Wiederherstellen von Elementen war erfolgreich!', + 'restore_success' => 'Restore elements was successful', 'e_not_correct_request' => 'Anfrage ist nicht korrekt!', 'row_is_empty' => 'Zeile ist leer.', 'external_id_is_empty' => 'Die externe ID ist leer.', @@ -134,6 +149,21 @@ 'import_active_field_info' => 'Der Wert des Feldes "aktiv" wird auf "wahr" gesetzt, wenn es sich nicht in der CSV-Datei befindet.', 'import_preview_image_field_info' => 'Der Pfad zur Vorschau-Bilddatei muss relativ zum Speicherort Ihres Projekts eingestellt sein. Zum Beispiel: "app/media/image.jpg".', 'import_images_field_info' => 'Der Pfad zur Bilddatei muss relativ zum Speicherort Ihres Projekts eingestellt werden. Zum Beispiel: "app/media/image.jpg". Pfade zu Bilddateien müssen durch Kommas getrennt werden.', + 'import_from_xml_confirm' => 'Start import from XML file?', + 'import_from_xml_report' => 'Import results: created - :created, updated - :updated, skipped - :skipped, processed - :processed.', + + 'table_toolbox_helper' => 'Display command list.', + 'table_toolbox_create' => 'Create :description', + + 'choice_field_list' => 'Choice available fields (Example: 1,2,3,4)', + 'choice_sorting' => 'Choice sorting', + 'choice_lang_list' => 'Choice lang', + 'choice_extend_model' => 'Choice extend model', + 'set' => 'Set :name (Example: :example)', + 'create' => 'Create :name?', + 'force_file' => 'File :file already exists. Create forced?', + 'add_side_menu' => 'Add side menu to plugin.yaml?', + 'version_up' => 'Add new version to version.yaml?', ], 'settings' => [ 'count_per_page' => 'Elemente pro Seite zählen', @@ -164,6 +194,7 @@ 'import_from_csv' => 'Importieren mit CSV', 'export_in_csv' => 'Exportieren in CSV', 'import_button' => 'Datensätze importieren', + 'import_from_xml' => 'Import from XML', ], 'type' => [ 'input' => 'Text field (input)', diff --git a/lang/el/lang.php b/lang/el/lang.php index 47e87bac..ef8ca5a7 100644 --- a/lang/el/lang.php +++ b/lang/el/lang.php @@ -63,8 +63,10 @@ 'amount' => 'Amount', 'author' => 'Author', 'link' => 'Link', + 'view_count' => 'View count', 'is_default' => 'Is default', 'symbol' => 'Symbol', + 'field' => 'Field', 'sort_order' => 'Sorting', 'created_at' => 'Created', @@ -82,7 +84,7 @@ 'import_queue_name' => 'The name of the queue for processing import items', 'email_list_description' => 'Fill out list of emails separated by commas', 'import_deactivate' => 'Deactivate elements', - 'import_deactivate_description' => 'All active elements that are not in CSV file will be deactivated.', + 'import_deactivate_description' => 'All active elements that are not in file will be deactivated.', 'country' => 'Country', 'state' => 'State', @@ -91,11 +93,22 @@ 'address1' => 'Address 1', 'address2' => 'Address 2', 'postcode' => 'Postcode', + + 'import_file_list' => 'Import file list', + 'import_from_file' => 'Import from file', + 'import_file_path' => 'Relative path from storage folder to file', + 'import_image_folder' => 'Relative path from storage folder to image folder', + 'import_path_to_list' => 'Path to node with list of elements', + 'import_path_to_list_example' => 'main/elements/element', + 'import_field_list' => 'Field list', + 'import_path_to_field' => 'Path to field node', + 'import_path_to_field_example' => 'fields/field[@code="active"]', ], 'tab' => [ 'preview_content' => 'Preview content', 'full_content' => 'Content', 'images' => 'Images', + 'files' => 'Files', 'settings' => 'Settings', 'description' => 'Description', 'properties' => 'Properties', @@ -120,13 +133,15 @@ 'property_mode' => 'Component mode', 'mode_submit' => 'Form submit', 'mode_ajax' => 'Ajax', + 'has_wildcard' => 'URL section is wildcard', + 'skip_error' => 'Skip "Not found" error', ], 'message' => [ - 'create_success' => 'Create :name was successfully', - 'update_success' => 'Update :name was successfully', - 'delete_success' => 'Delete :name was successfully', + 'create_success' => 'Create :name was successful', + 'update_success' => 'Update :name was successful', + 'delete_success' => 'Delete :name was successful', 'restore_confirm' => 'Do you want to restore selected items?', - 'restore_success' => 'Restore elements was successfully', + 'restore_success' => 'Restore elements was successful', 'e_not_correct_request' => 'Request is not correct', 'row_is_empty' => 'Row is empty.', 'external_id_is_empty' => 'External ID is empty.', @@ -134,6 +149,21 @@ 'import_active_field_info' => 'Value of “active” field will be set to “true”, if it is not in CSV file.', 'import_preview_image_field_info' => 'Path to preview image file must be set relative to storage directory of your project. For example: "app/media/image.jpg".', 'import_images_field_info' => 'Path to image file must be set relative to storage directory of your project. For example: "app/media/image.jpg". Paths to image files must be separated by commas.', + 'import_from_xml_confirm' => 'Start import from XML file?', + 'import_from_xml_report' => 'Import results: created - :created, updated - :updated, skipped - :skipped, processed - :processed.', + + 'table_toolbox_helper' => 'Display command list.', + 'table_toolbox_create' => 'Create :description', + + 'choice_field_list' => 'Choice available fields (Example: 1,2,3,4)', + 'choice_sorting' => 'Choice sorting', + 'choice_lang_list' => 'Choice lang', + 'choice_extend_model' => 'Choice extend model', + 'set' => 'Set :name (Example: :example)', + 'create' => 'Create :name?', + 'force_file' => 'File :file already exists. Create forced?', + 'add_side_menu' => 'Add side menu to plugin.yaml?', + 'version_up' => 'Add new version to version.yaml?', ], 'settings' => [ 'count_per_page' => 'Count elements per page', @@ -164,6 +194,7 @@ 'import_from_csv' => 'Import from CSV', 'export_in_csv' => 'Export in CSV', 'import_button' => 'Import records', + 'import_from_xml' => 'Import from XML', ], 'type' => [ 'input' => 'Text field (input)', diff --git a/lang/es/lang.php b/lang/es/lang.php index 47e87bac..ef8ca5a7 100644 --- a/lang/es/lang.php +++ b/lang/es/lang.php @@ -63,8 +63,10 @@ 'amount' => 'Amount', 'author' => 'Author', 'link' => 'Link', + 'view_count' => 'View count', 'is_default' => 'Is default', 'symbol' => 'Symbol', + 'field' => 'Field', 'sort_order' => 'Sorting', 'created_at' => 'Created', @@ -82,7 +84,7 @@ 'import_queue_name' => 'The name of the queue for processing import items', 'email_list_description' => 'Fill out list of emails separated by commas', 'import_deactivate' => 'Deactivate elements', - 'import_deactivate_description' => 'All active elements that are not in CSV file will be deactivated.', + 'import_deactivate_description' => 'All active elements that are not in file will be deactivated.', 'country' => 'Country', 'state' => 'State', @@ -91,11 +93,22 @@ 'address1' => 'Address 1', 'address2' => 'Address 2', 'postcode' => 'Postcode', + + 'import_file_list' => 'Import file list', + 'import_from_file' => 'Import from file', + 'import_file_path' => 'Relative path from storage folder to file', + 'import_image_folder' => 'Relative path from storage folder to image folder', + 'import_path_to_list' => 'Path to node with list of elements', + 'import_path_to_list_example' => 'main/elements/element', + 'import_field_list' => 'Field list', + 'import_path_to_field' => 'Path to field node', + 'import_path_to_field_example' => 'fields/field[@code="active"]', ], 'tab' => [ 'preview_content' => 'Preview content', 'full_content' => 'Content', 'images' => 'Images', + 'files' => 'Files', 'settings' => 'Settings', 'description' => 'Description', 'properties' => 'Properties', @@ -120,13 +133,15 @@ 'property_mode' => 'Component mode', 'mode_submit' => 'Form submit', 'mode_ajax' => 'Ajax', + 'has_wildcard' => 'URL section is wildcard', + 'skip_error' => 'Skip "Not found" error', ], 'message' => [ - 'create_success' => 'Create :name was successfully', - 'update_success' => 'Update :name was successfully', - 'delete_success' => 'Delete :name was successfully', + 'create_success' => 'Create :name was successful', + 'update_success' => 'Update :name was successful', + 'delete_success' => 'Delete :name was successful', 'restore_confirm' => 'Do you want to restore selected items?', - 'restore_success' => 'Restore elements was successfully', + 'restore_success' => 'Restore elements was successful', 'e_not_correct_request' => 'Request is not correct', 'row_is_empty' => 'Row is empty.', 'external_id_is_empty' => 'External ID is empty.', @@ -134,6 +149,21 @@ 'import_active_field_info' => 'Value of “active” field will be set to “true”, if it is not in CSV file.', 'import_preview_image_field_info' => 'Path to preview image file must be set relative to storage directory of your project. For example: "app/media/image.jpg".', 'import_images_field_info' => 'Path to image file must be set relative to storage directory of your project. For example: "app/media/image.jpg". Paths to image files must be separated by commas.', + 'import_from_xml_confirm' => 'Start import from XML file?', + 'import_from_xml_report' => 'Import results: created - :created, updated - :updated, skipped - :skipped, processed - :processed.', + + 'table_toolbox_helper' => 'Display command list.', + 'table_toolbox_create' => 'Create :description', + + 'choice_field_list' => 'Choice available fields (Example: 1,2,3,4)', + 'choice_sorting' => 'Choice sorting', + 'choice_lang_list' => 'Choice lang', + 'choice_extend_model' => 'Choice extend model', + 'set' => 'Set :name (Example: :example)', + 'create' => 'Create :name?', + 'force_file' => 'File :file already exists. Create forced?', + 'add_side_menu' => 'Add side menu to plugin.yaml?', + 'version_up' => 'Add new version to version.yaml?', ], 'settings' => [ 'count_per_page' => 'Count elements per page', @@ -164,6 +194,7 @@ 'import_from_csv' => 'Import from CSV', 'export_in_csv' => 'Export in CSV', 'import_button' => 'Import records', + 'import_from_xml' => 'Import from XML', ], 'type' => [ 'input' => 'Text field (input)', diff --git a/lang/et/lang.php b/lang/et/lang.php index 47e87bac..ef8ca5a7 100644 --- a/lang/et/lang.php +++ b/lang/et/lang.php @@ -63,8 +63,10 @@ 'amount' => 'Amount', 'author' => 'Author', 'link' => 'Link', + 'view_count' => 'View count', 'is_default' => 'Is default', 'symbol' => 'Symbol', + 'field' => 'Field', 'sort_order' => 'Sorting', 'created_at' => 'Created', @@ -82,7 +84,7 @@ 'import_queue_name' => 'The name of the queue for processing import items', 'email_list_description' => 'Fill out list of emails separated by commas', 'import_deactivate' => 'Deactivate elements', - 'import_deactivate_description' => 'All active elements that are not in CSV file will be deactivated.', + 'import_deactivate_description' => 'All active elements that are not in file will be deactivated.', 'country' => 'Country', 'state' => 'State', @@ -91,11 +93,22 @@ 'address1' => 'Address 1', 'address2' => 'Address 2', 'postcode' => 'Postcode', + + 'import_file_list' => 'Import file list', + 'import_from_file' => 'Import from file', + 'import_file_path' => 'Relative path from storage folder to file', + 'import_image_folder' => 'Relative path from storage folder to image folder', + 'import_path_to_list' => 'Path to node with list of elements', + 'import_path_to_list_example' => 'main/elements/element', + 'import_field_list' => 'Field list', + 'import_path_to_field' => 'Path to field node', + 'import_path_to_field_example' => 'fields/field[@code="active"]', ], 'tab' => [ 'preview_content' => 'Preview content', 'full_content' => 'Content', 'images' => 'Images', + 'files' => 'Files', 'settings' => 'Settings', 'description' => 'Description', 'properties' => 'Properties', @@ -120,13 +133,15 @@ 'property_mode' => 'Component mode', 'mode_submit' => 'Form submit', 'mode_ajax' => 'Ajax', + 'has_wildcard' => 'URL section is wildcard', + 'skip_error' => 'Skip "Not found" error', ], 'message' => [ - 'create_success' => 'Create :name was successfully', - 'update_success' => 'Update :name was successfully', - 'delete_success' => 'Delete :name was successfully', + 'create_success' => 'Create :name was successful', + 'update_success' => 'Update :name was successful', + 'delete_success' => 'Delete :name was successful', 'restore_confirm' => 'Do you want to restore selected items?', - 'restore_success' => 'Restore elements was successfully', + 'restore_success' => 'Restore elements was successful', 'e_not_correct_request' => 'Request is not correct', 'row_is_empty' => 'Row is empty.', 'external_id_is_empty' => 'External ID is empty.', @@ -134,6 +149,21 @@ 'import_active_field_info' => 'Value of “active” field will be set to “true”, if it is not in CSV file.', 'import_preview_image_field_info' => 'Path to preview image file must be set relative to storage directory of your project. For example: "app/media/image.jpg".', 'import_images_field_info' => 'Path to image file must be set relative to storage directory of your project. For example: "app/media/image.jpg". Paths to image files must be separated by commas.', + 'import_from_xml_confirm' => 'Start import from XML file?', + 'import_from_xml_report' => 'Import results: created - :created, updated - :updated, skipped - :skipped, processed - :processed.', + + 'table_toolbox_helper' => 'Display command list.', + 'table_toolbox_create' => 'Create :description', + + 'choice_field_list' => 'Choice available fields (Example: 1,2,3,4)', + 'choice_sorting' => 'Choice sorting', + 'choice_lang_list' => 'Choice lang', + 'choice_extend_model' => 'Choice extend model', + 'set' => 'Set :name (Example: :example)', + 'create' => 'Create :name?', + 'force_file' => 'File :file already exists. Create forced?', + 'add_side_menu' => 'Add side menu to plugin.yaml?', + 'version_up' => 'Add new version to version.yaml?', ], 'settings' => [ 'count_per_page' => 'Count elements per page', @@ -164,6 +194,7 @@ 'import_from_csv' => 'Import from CSV', 'export_in_csv' => 'Export in CSV', 'import_button' => 'Import records', + 'import_from_xml' => 'Import from XML', ], 'type' => [ 'input' => 'Text field (input)', diff --git a/lang/fa/lang.php b/lang/fa/lang.php index 47e87bac..ef8ca5a7 100644 --- a/lang/fa/lang.php +++ b/lang/fa/lang.php @@ -63,8 +63,10 @@ 'amount' => 'Amount', 'author' => 'Author', 'link' => 'Link', + 'view_count' => 'View count', 'is_default' => 'Is default', 'symbol' => 'Symbol', + 'field' => 'Field', 'sort_order' => 'Sorting', 'created_at' => 'Created', @@ -82,7 +84,7 @@ 'import_queue_name' => 'The name of the queue for processing import items', 'email_list_description' => 'Fill out list of emails separated by commas', 'import_deactivate' => 'Deactivate elements', - 'import_deactivate_description' => 'All active elements that are not in CSV file will be deactivated.', + 'import_deactivate_description' => 'All active elements that are not in file will be deactivated.', 'country' => 'Country', 'state' => 'State', @@ -91,11 +93,22 @@ 'address1' => 'Address 1', 'address2' => 'Address 2', 'postcode' => 'Postcode', + + 'import_file_list' => 'Import file list', + 'import_from_file' => 'Import from file', + 'import_file_path' => 'Relative path from storage folder to file', + 'import_image_folder' => 'Relative path from storage folder to image folder', + 'import_path_to_list' => 'Path to node with list of elements', + 'import_path_to_list_example' => 'main/elements/element', + 'import_field_list' => 'Field list', + 'import_path_to_field' => 'Path to field node', + 'import_path_to_field_example' => 'fields/field[@code="active"]', ], 'tab' => [ 'preview_content' => 'Preview content', 'full_content' => 'Content', 'images' => 'Images', + 'files' => 'Files', 'settings' => 'Settings', 'description' => 'Description', 'properties' => 'Properties', @@ -120,13 +133,15 @@ 'property_mode' => 'Component mode', 'mode_submit' => 'Form submit', 'mode_ajax' => 'Ajax', + 'has_wildcard' => 'URL section is wildcard', + 'skip_error' => 'Skip "Not found" error', ], 'message' => [ - 'create_success' => 'Create :name was successfully', - 'update_success' => 'Update :name was successfully', - 'delete_success' => 'Delete :name was successfully', + 'create_success' => 'Create :name was successful', + 'update_success' => 'Update :name was successful', + 'delete_success' => 'Delete :name was successful', 'restore_confirm' => 'Do you want to restore selected items?', - 'restore_success' => 'Restore elements was successfully', + 'restore_success' => 'Restore elements was successful', 'e_not_correct_request' => 'Request is not correct', 'row_is_empty' => 'Row is empty.', 'external_id_is_empty' => 'External ID is empty.', @@ -134,6 +149,21 @@ 'import_active_field_info' => 'Value of “active” field will be set to “true”, if it is not in CSV file.', 'import_preview_image_field_info' => 'Path to preview image file must be set relative to storage directory of your project. For example: "app/media/image.jpg".', 'import_images_field_info' => 'Path to image file must be set relative to storage directory of your project. For example: "app/media/image.jpg". Paths to image files must be separated by commas.', + 'import_from_xml_confirm' => 'Start import from XML file?', + 'import_from_xml_report' => 'Import results: created - :created, updated - :updated, skipped - :skipped, processed - :processed.', + + 'table_toolbox_helper' => 'Display command list.', + 'table_toolbox_create' => 'Create :description', + + 'choice_field_list' => 'Choice available fields (Example: 1,2,3,4)', + 'choice_sorting' => 'Choice sorting', + 'choice_lang_list' => 'Choice lang', + 'choice_extend_model' => 'Choice extend model', + 'set' => 'Set :name (Example: :example)', + 'create' => 'Create :name?', + 'force_file' => 'File :file already exists. Create forced?', + 'add_side_menu' => 'Add side menu to plugin.yaml?', + 'version_up' => 'Add new version to version.yaml?', ], 'settings' => [ 'count_per_page' => 'Count elements per page', @@ -164,6 +194,7 @@ 'import_from_csv' => 'Import from CSV', 'export_in_csv' => 'Export in CSV', 'import_button' => 'Import records', + 'import_from_xml' => 'Import from XML', ], 'type' => [ 'input' => 'Text field (input)', diff --git a/lang/fi/lang.php b/lang/fi/lang.php index 47e87bac..ef8ca5a7 100644 --- a/lang/fi/lang.php +++ b/lang/fi/lang.php @@ -63,8 +63,10 @@ 'amount' => 'Amount', 'author' => 'Author', 'link' => 'Link', + 'view_count' => 'View count', 'is_default' => 'Is default', 'symbol' => 'Symbol', + 'field' => 'Field', 'sort_order' => 'Sorting', 'created_at' => 'Created', @@ -82,7 +84,7 @@ 'import_queue_name' => 'The name of the queue for processing import items', 'email_list_description' => 'Fill out list of emails separated by commas', 'import_deactivate' => 'Deactivate elements', - 'import_deactivate_description' => 'All active elements that are not in CSV file will be deactivated.', + 'import_deactivate_description' => 'All active elements that are not in file will be deactivated.', 'country' => 'Country', 'state' => 'State', @@ -91,11 +93,22 @@ 'address1' => 'Address 1', 'address2' => 'Address 2', 'postcode' => 'Postcode', + + 'import_file_list' => 'Import file list', + 'import_from_file' => 'Import from file', + 'import_file_path' => 'Relative path from storage folder to file', + 'import_image_folder' => 'Relative path from storage folder to image folder', + 'import_path_to_list' => 'Path to node with list of elements', + 'import_path_to_list_example' => 'main/elements/element', + 'import_field_list' => 'Field list', + 'import_path_to_field' => 'Path to field node', + 'import_path_to_field_example' => 'fields/field[@code="active"]', ], 'tab' => [ 'preview_content' => 'Preview content', 'full_content' => 'Content', 'images' => 'Images', + 'files' => 'Files', 'settings' => 'Settings', 'description' => 'Description', 'properties' => 'Properties', @@ -120,13 +133,15 @@ 'property_mode' => 'Component mode', 'mode_submit' => 'Form submit', 'mode_ajax' => 'Ajax', + 'has_wildcard' => 'URL section is wildcard', + 'skip_error' => 'Skip "Not found" error', ], 'message' => [ - 'create_success' => 'Create :name was successfully', - 'update_success' => 'Update :name was successfully', - 'delete_success' => 'Delete :name was successfully', + 'create_success' => 'Create :name was successful', + 'update_success' => 'Update :name was successful', + 'delete_success' => 'Delete :name was successful', 'restore_confirm' => 'Do you want to restore selected items?', - 'restore_success' => 'Restore elements was successfully', + 'restore_success' => 'Restore elements was successful', 'e_not_correct_request' => 'Request is not correct', 'row_is_empty' => 'Row is empty.', 'external_id_is_empty' => 'External ID is empty.', @@ -134,6 +149,21 @@ 'import_active_field_info' => 'Value of “active” field will be set to “true”, if it is not in CSV file.', 'import_preview_image_field_info' => 'Path to preview image file must be set relative to storage directory of your project. For example: "app/media/image.jpg".', 'import_images_field_info' => 'Path to image file must be set relative to storage directory of your project. For example: "app/media/image.jpg". Paths to image files must be separated by commas.', + 'import_from_xml_confirm' => 'Start import from XML file?', + 'import_from_xml_report' => 'Import results: created - :created, updated - :updated, skipped - :skipped, processed - :processed.', + + 'table_toolbox_helper' => 'Display command list.', + 'table_toolbox_create' => 'Create :description', + + 'choice_field_list' => 'Choice available fields (Example: 1,2,3,4)', + 'choice_sorting' => 'Choice sorting', + 'choice_lang_list' => 'Choice lang', + 'choice_extend_model' => 'Choice extend model', + 'set' => 'Set :name (Example: :example)', + 'create' => 'Create :name?', + 'force_file' => 'File :file already exists. Create forced?', + 'add_side_menu' => 'Add side menu to plugin.yaml?', + 'version_up' => 'Add new version to version.yaml?', ], 'settings' => [ 'count_per_page' => 'Count elements per page', @@ -164,6 +194,7 @@ 'import_from_csv' => 'Import from CSV', 'export_in_csv' => 'Export in CSV', 'import_button' => 'Import records', + 'import_from_xml' => 'Import from XML', ], 'type' => [ 'input' => 'Text field (input)', diff --git a/lang/fr/lang.php b/lang/fr/lang.php index fbb1fe84..9d63ba37 100644 --- a/lang/fr/lang.php +++ b/lang/fr/lang.php @@ -21,7 +21,7 @@ 'email' => 'Email', 'phone' => 'Téléphone', 'moderation' => 'Modération', - 'mode' => 'Mode', + 'mode' => 'Mode de fonctionnement', 'status' => 'Statut', 'city' => 'Ville', 'address' => 'Adresse', @@ -61,10 +61,12 @@ 'count' => 'Compter', 'length' => 'Longueur', 'amount' => 'Montant', - 'author' => 'Author', - 'link' => 'Link', - 'is_default' => 'Is default', - 'symbol' => 'Symbol', + 'author' => 'Auteur', + 'link' => 'Lien', + 'view_count' => 'View count', + 'is_default' => 'Est par défaut', + 'symbol' => 'Symbole', + 'field' => 'Field', 'sort_order' => 'Tri', 'created_at' => 'Créé', @@ -82,7 +84,7 @@ 'import_queue_name' => 'The name of the queue for processing import items', 'email_list_description' => 'Remplir une liste d\'emails séparés par des virgules', 'import_deactivate' => 'Deactivate elements', - 'import_deactivate_description' => 'All active elements that are not in CSV file will be deactivated.', + 'import_deactivate_description' => 'All active elements that are not in file will be deactivated.', 'country' => 'Pays', 'state' => 'Etat', @@ -91,11 +93,22 @@ 'address1' => 'Adresse 1', 'address2' => 'Adresse 2', 'postcode' => 'Code postal', + + 'import_file_list' => 'Import file list', + 'import_from_file' => 'Import from file', + 'import_file_path' => 'Relative path from storage folder to file', + 'import_image_folder' => 'Relative path from storage folder to image folder', + 'import_path_to_list' => 'Path to node with list of elements', + 'import_path_to_list_example' => 'main/elements/element', + 'import_field_list' => 'Field list', + 'import_path_to_field' => 'Path to field node', + 'import_path_to_field_example' => 'fields/field[@code="active"]', ], 'tab' => [ 'preview_content' => 'Prévisualiser le contenu', 'full_content' => 'Contenu', 'images' => 'Images', + 'files' => 'Files', 'settings' => 'Paramètres', 'description' => 'Description', 'properties' => 'Propriétés', @@ -120,13 +133,15 @@ 'property_mode' => 'Mode du component', 'mode_submit' => 'Soumission par form', 'mode_ajax' => 'Ajax', + 'has_wildcard' => 'URL section is wildcard', + 'skip_error' => 'Skip "Not found" error', ], 'message' => [ - 'create_success' => ':name créé avec succès', - 'update_success' => ':name mis à jour avec succès', - 'delete_success' => ':name supprimé avec succès', + 'create_success' => 'Create :name was successful', + 'update_success' => 'Update :name was successful', + 'delete_success' => 'Delete :name was successful', 'restore_confirm' => 'Voulez-vous restaurer les éléments sélectionnés ?', - 'restore_success' => 'La restauration a été effectuée avec succès', + 'restore_success' => 'Restore elements was successful', 'e_not_correct_request' => 'La requête est incorrecte', 'row_is_empty' => 'Row is empty.', 'external_id_is_empty' => 'External ID is empty.', @@ -134,6 +149,21 @@ 'import_active_field_info' => 'Value of “active” field will be set to “true”, if it is not in CSV file.', 'import_preview_image_field_info' => 'Path to preview image file must be set relative to storage directory of your project. For example: "app/media/image.jpg".', 'import_images_field_info' => 'Path to image file must be set relative to storage directory of your project. For example: "app/media/image.jpg". Paths to image files must be separated by commas.', + 'import_from_xml_confirm' => 'Start import from XML file?', + 'import_from_xml_report' => 'Import results: created - :created, updated - :updated, skipped - :skipped, processed - :processed.', + + 'table_toolbox_helper' => 'Display command list.', + 'table_toolbox_create' => 'Create :description', + + 'choice_field_list' => 'Choice available fields (Example: 1,2,3,4)', + 'choice_sorting' => 'Choice sorting', + 'choice_lang_list' => 'Choice lang', + 'choice_extend_model' => 'Choice extend model', + 'set' => 'Set :name (Example: :example)', + 'create' => 'Create :name?', + 'force_file' => 'File :file already exists. Create forced?', + 'add_side_menu' => 'Add side menu to plugin.yaml?', + 'version_up' => 'Add new version to version.yaml?', ], 'settings' => [ 'count_per_page' => 'Compter les éléments par page', @@ -164,6 +194,7 @@ 'import_from_csv' => 'Import from CSV', 'export_in_csv' => 'Export in CSV', 'import_button' => 'Import records', + 'import_from_xml' => 'Import from XML', ], 'type' => [ 'input' => 'Champ de texte (input)', diff --git a/lang/hu/lang.php b/lang/hu/lang.php index 47e87bac..ef8ca5a7 100644 --- a/lang/hu/lang.php +++ b/lang/hu/lang.php @@ -63,8 +63,10 @@ 'amount' => 'Amount', 'author' => 'Author', 'link' => 'Link', + 'view_count' => 'View count', 'is_default' => 'Is default', 'symbol' => 'Symbol', + 'field' => 'Field', 'sort_order' => 'Sorting', 'created_at' => 'Created', @@ -82,7 +84,7 @@ 'import_queue_name' => 'The name of the queue for processing import items', 'email_list_description' => 'Fill out list of emails separated by commas', 'import_deactivate' => 'Deactivate elements', - 'import_deactivate_description' => 'All active elements that are not in CSV file will be deactivated.', + 'import_deactivate_description' => 'All active elements that are not in file will be deactivated.', 'country' => 'Country', 'state' => 'State', @@ -91,11 +93,22 @@ 'address1' => 'Address 1', 'address2' => 'Address 2', 'postcode' => 'Postcode', + + 'import_file_list' => 'Import file list', + 'import_from_file' => 'Import from file', + 'import_file_path' => 'Relative path from storage folder to file', + 'import_image_folder' => 'Relative path from storage folder to image folder', + 'import_path_to_list' => 'Path to node with list of elements', + 'import_path_to_list_example' => 'main/elements/element', + 'import_field_list' => 'Field list', + 'import_path_to_field' => 'Path to field node', + 'import_path_to_field_example' => 'fields/field[@code="active"]', ], 'tab' => [ 'preview_content' => 'Preview content', 'full_content' => 'Content', 'images' => 'Images', + 'files' => 'Files', 'settings' => 'Settings', 'description' => 'Description', 'properties' => 'Properties', @@ -120,13 +133,15 @@ 'property_mode' => 'Component mode', 'mode_submit' => 'Form submit', 'mode_ajax' => 'Ajax', + 'has_wildcard' => 'URL section is wildcard', + 'skip_error' => 'Skip "Not found" error', ], 'message' => [ - 'create_success' => 'Create :name was successfully', - 'update_success' => 'Update :name was successfully', - 'delete_success' => 'Delete :name was successfully', + 'create_success' => 'Create :name was successful', + 'update_success' => 'Update :name was successful', + 'delete_success' => 'Delete :name was successful', 'restore_confirm' => 'Do you want to restore selected items?', - 'restore_success' => 'Restore elements was successfully', + 'restore_success' => 'Restore elements was successful', 'e_not_correct_request' => 'Request is not correct', 'row_is_empty' => 'Row is empty.', 'external_id_is_empty' => 'External ID is empty.', @@ -134,6 +149,21 @@ 'import_active_field_info' => 'Value of “active” field will be set to “true”, if it is not in CSV file.', 'import_preview_image_field_info' => 'Path to preview image file must be set relative to storage directory of your project. For example: "app/media/image.jpg".', 'import_images_field_info' => 'Path to image file must be set relative to storage directory of your project. For example: "app/media/image.jpg". Paths to image files must be separated by commas.', + 'import_from_xml_confirm' => 'Start import from XML file?', + 'import_from_xml_report' => 'Import results: created - :created, updated - :updated, skipped - :skipped, processed - :processed.', + + 'table_toolbox_helper' => 'Display command list.', + 'table_toolbox_create' => 'Create :description', + + 'choice_field_list' => 'Choice available fields (Example: 1,2,3,4)', + 'choice_sorting' => 'Choice sorting', + 'choice_lang_list' => 'Choice lang', + 'choice_extend_model' => 'Choice extend model', + 'set' => 'Set :name (Example: :example)', + 'create' => 'Create :name?', + 'force_file' => 'File :file already exists. Create forced?', + 'add_side_menu' => 'Add side menu to plugin.yaml?', + 'version_up' => 'Add new version to version.yaml?', ], 'settings' => [ 'count_per_page' => 'Count elements per page', @@ -164,6 +194,7 @@ 'import_from_csv' => 'Import from CSV', 'export_in_csv' => 'Export in CSV', 'import_button' => 'Import records', + 'import_from_xml' => 'Import from XML', ], 'type' => [ 'input' => 'Text field (input)', diff --git a/lang/id/lang.php b/lang/id/lang.php index 47e87bac..ef8ca5a7 100644 --- a/lang/id/lang.php +++ b/lang/id/lang.php @@ -63,8 +63,10 @@ 'amount' => 'Amount', 'author' => 'Author', 'link' => 'Link', + 'view_count' => 'View count', 'is_default' => 'Is default', 'symbol' => 'Symbol', + 'field' => 'Field', 'sort_order' => 'Sorting', 'created_at' => 'Created', @@ -82,7 +84,7 @@ 'import_queue_name' => 'The name of the queue for processing import items', 'email_list_description' => 'Fill out list of emails separated by commas', 'import_deactivate' => 'Deactivate elements', - 'import_deactivate_description' => 'All active elements that are not in CSV file will be deactivated.', + 'import_deactivate_description' => 'All active elements that are not in file will be deactivated.', 'country' => 'Country', 'state' => 'State', @@ -91,11 +93,22 @@ 'address1' => 'Address 1', 'address2' => 'Address 2', 'postcode' => 'Postcode', + + 'import_file_list' => 'Import file list', + 'import_from_file' => 'Import from file', + 'import_file_path' => 'Relative path from storage folder to file', + 'import_image_folder' => 'Relative path from storage folder to image folder', + 'import_path_to_list' => 'Path to node with list of elements', + 'import_path_to_list_example' => 'main/elements/element', + 'import_field_list' => 'Field list', + 'import_path_to_field' => 'Path to field node', + 'import_path_to_field_example' => 'fields/field[@code="active"]', ], 'tab' => [ 'preview_content' => 'Preview content', 'full_content' => 'Content', 'images' => 'Images', + 'files' => 'Files', 'settings' => 'Settings', 'description' => 'Description', 'properties' => 'Properties', @@ -120,13 +133,15 @@ 'property_mode' => 'Component mode', 'mode_submit' => 'Form submit', 'mode_ajax' => 'Ajax', + 'has_wildcard' => 'URL section is wildcard', + 'skip_error' => 'Skip "Not found" error', ], 'message' => [ - 'create_success' => 'Create :name was successfully', - 'update_success' => 'Update :name was successfully', - 'delete_success' => 'Delete :name was successfully', + 'create_success' => 'Create :name was successful', + 'update_success' => 'Update :name was successful', + 'delete_success' => 'Delete :name was successful', 'restore_confirm' => 'Do you want to restore selected items?', - 'restore_success' => 'Restore elements was successfully', + 'restore_success' => 'Restore elements was successful', 'e_not_correct_request' => 'Request is not correct', 'row_is_empty' => 'Row is empty.', 'external_id_is_empty' => 'External ID is empty.', @@ -134,6 +149,21 @@ 'import_active_field_info' => 'Value of “active” field will be set to “true”, if it is not in CSV file.', 'import_preview_image_field_info' => 'Path to preview image file must be set relative to storage directory of your project. For example: "app/media/image.jpg".', 'import_images_field_info' => 'Path to image file must be set relative to storage directory of your project. For example: "app/media/image.jpg". Paths to image files must be separated by commas.', + 'import_from_xml_confirm' => 'Start import from XML file?', + 'import_from_xml_report' => 'Import results: created - :created, updated - :updated, skipped - :skipped, processed - :processed.', + + 'table_toolbox_helper' => 'Display command list.', + 'table_toolbox_create' => 'Create :description', + + 'choice_field_list' => 'Choice available fields (Example: 1,2,3,4)', + 'choice_sorting' => 'Choice sorting', + 'choice_lang_list' => 'Choice lang', + 'choice_extend_model' => 'Choice extend model', + 'set' => 'Set :name (Example: :example)', + 'create' => 'Create :name?', + 'force_file' => 'File :file already exists. Create forced?', + 'add_side_menu' => 'Add side menu to plugin.yaml?', + 'version_up' => 'Add new version to version.yaml?', ], 'settings' => [ 'count_per_page' => 'Count elements per page', @@ -164,6 +194,7 @@ 'import_from_csv' => 'Import from CSV', 'export_in_csv' => 'Export in CSV', 'import_button' => 'Import records', + 'import_from_xml' => 'Import from XML', ], 'type' => [ 'input' => 'Text field (input)', diff --git a/lang/it/lang.php b/lang/it/lang.php index 47e87bac..ef8ca5a7 100644 --- a/lang/it/lang.php +++ b/lang/it/lang.php @@ -63,8 +63,10 @@ 'amount' => 'Amount', 'author' => 'Author', 'link' => 'Link', + 'view_count' => 'View count', 'is_default' => 'Is default', 'symbol' => 'Symbol', + 'field' => 'Field', 'sort_order' => 'Sorting', 'created_at' => 'Created', @@ -82,7 +84,7 @@ 'import_queue_name' => 'The name of the queue for processing import items', 'email_list_description' => 'Fill out list of emails separated by commas', 'import_deactivate' => 'Deactivate elements', - 'import_deactivate_description' => 'All active elements that are not in CSV file will be deactivated.', + 'import_deactivate_description' => 'All active elements that are not in file will be deactivated.', 'country' => 'Country', 'state' => 'State', @@ -91,11 +93,22 @@ 'address1' => 'Address 1', 'address2' => 'Address 2', 'postcode' => 'Postcode', + + 'import_file_list' => 'Import file list', + 'import_from_file' => 'Import from file', + 'import_file_path' => 'Relative path from storage folder to file', + 'import_image_folder' => 'Relative path from storage folder to image folder', + 'import_path_to_list' => 'Path to node with list of elements', + 'import_path_to_list_example' => 'main/elements/element', + 'import_field_list' => 'Field list', + 'import_path_to_field' => 'Path to field node', + 'import_path_to_field_example' => 'fields/field[@code="active"]', ], 'tab' => [ 'preview_content' => 'Preview content', 'full_content' => 'Content', 'images' => 'Images', + 'files' => 'Files', 'settings' => 'Settings', 'description' => 'Description', 'properties' => 'Properties', @@ -120,13 +133,15 @@ 'property_mode' => 'Component mode', 'mode_submit' => 'Form submit', 'mode_ajax' => 'Ajax', + 'has_wildcard' => 'URL section is wildcard', + 'skip_error' => 'Skip "Not found" error', ], 'message' => [ - 'create_success' => 'Create :name was successfully', - 'update_success' => 'Update :name was successfully', - 'delete_success' => 'Delete :name was successfully', + 'create_success' => 'Create :name was successful', + 'update_success' => 'Update :name was successful', + 'delete_success' => 'Delete :name was successful', 'restore_confirm' => 'Do you want to restore selected items?', - 'restore_success' => 'Restore elements was successfully', + 'restore_success' => 'Restore elements was successful', 'e_not_correct_request' => 'Request is not correct', 'row_is_empty' => 'Row is empty.', 'external_id_is_empty' => 'External ID is empty.', @@ -134,6 +149,21 @@ 'import_active_field_info' => 'Value of “active” field will be set to “true”, if it is not in CSV file.', 'import_preview_image_field_info' => 'Path to preview image file must be set relative to storage directory of your project. For example: "app/media/image.jpg".', 'import_images_field_info' => 'Path to image file must be set relative to storage directory of your project. For example: "app/media/image.jpg". Paths to image files must be separated by commas.', + 'import_from_xml_confirm' => 'Start import from XML file?', + 'import_from_xml_report' => 'Import results: created - :created, updated - :updated, skipped - :skipped, processed - :processed.', + + 'table_toolbox_helper' => 'Display command list.', + 'table_toolbox_create' => 'Create :description', + + 'choice_field_list' => 'Choice available fields (Example: 1,2,3,4)', + 'choice_sorting' => 'Choice sorting', + 'choice_lang_list' => 'Choice lang', + 'choice_extend_model' => 'Choice extend model', + 'set' => 'Set :name (Example: :example)', + 'create' => 'Create :name?', + 'force_file' => 'File :file already exists. Create forced?', + 'add_side_menu' => 'Add side menu to plugin.yaml?', + 'version_up' => 'Add new version to version.yaml?', ], 'settings' => [ 'count_per_page' => 'Count elements per page', @@ -164,6 +194,7 @@ 'import_from_csv' => 'Import from CSV', 'export_in_csv' => 'Export in CSV', 'import_button' => 'Import records', + 'import_from_xml' => 'Import from XML', ], 'type' => [ 'input' => 'Text field (input)', diff --git a/lang/ja/lang.php b/lang/ja/lang.php index 2bf5897d..6c92cb80 100644 --- a/lang/ja/lang.php +++ b/lang/ja/lang.php @@ -63,8 +63,10 @@ 'amount' => '量', 'author' => '作者', 'link' => 'Link', + 'view_count' => 'View count', 'is_default' => 'Is default', 'symbol' => 'Symbol', + 'field' => 'Field', 'sort_order' => '並び順', 'created_at' => '作成日時', @@ -82,7 +84,7 @@ 'import_queue_name' => 'データインポートに使用するキューの名称', 'email_list_description' => '複数のメールアドレスはカンマ区切りで入力してください', 'import_deactivate' => '要素を無効にする', - 'import_deactivate_description' => 'CSVファイルに含まれないすべての要素は無効化されます', + 'import_deactivate_description' => 'All active elements that are not in file will be deactivated.', 'country' => '国', 'state' => '都道府県、州、省など', @@ -91,11 +93,22 @@ 'address1' => '住所1', 'address2' => '住所2', 'postcode' => '郵便番号', + + 'import_file_list' => 'Import file list', + 'import_from_file' => 'Import from file', + 'import_file_path' => 'Relative path from storage folder to file', + 'import_image_folder' => 'Relative path from storage folder to image folder', + 'import_path_to_list' => 'Path to node with list of elements', + 'import_path_to_list_example' => 'main/elements/element', + 'import_field_list' => 'Field list', + 'import_path_to_field' => 'Path to field node', + 'import_path_to_field_example' => 'fields/field[@code="active"]', ], 'tab' => [ 'preview_content' => 'プレビュー', 'full_content' => 'コンテンツ', 'images' => '画像', + 'files' => 'Files', 'settings' => '設定', 'description' => '説明', 'properties' => 'プロパティ', @@ -120,13 +133,15 @@ 'property_mode' => '動作モード', 'mode_submit' => 'Form submit', 'mode_ajax' => 'Ajax', + 'has_wildcard' => 'URL section is wildcard', + 'skip_error' => 'Skip "Not found" error', ], 'message' => [ - 'create_success' => ':name は正常に作成されました', - 'update_success' => ':name は正常に更新されました', - 'delete_success' => ':name は正常に削除されました', + 'create_success' => 'Create :name was successful', + 'update_success' => 'Update :name was successful', + 'delete_success' => 'Delete :name was successful', 'restore_confirm' => '選択した項目を復元しますか?', - 'restore_success' => '項目は正常に復元されました', + 'restore_success' => 'Restore elements was successful', 'e_not_correct_request' => 'リクエストが不正です', 'row_is_empty' => 'データがありません', 'external_id_is_empty' => '外部IDが設定されていません', @@ -134,6 +149,21 @@ 'import_active_field_info' => 'CSVファイルに含まれない“active”なフィールドの値は“true”になります', 'import_preview_image_field_info' => 'プレビュー画像ファイルはストレージディレクトリへの相対パスで入力してください。例)"app/media/image.jpg"', 'import_images_field_info' => '画像ファイルはストレージディレクトリへの相対パスで入力してください。例)"app/media/image.jpg" 複数指定する場合はカンマ区切りで入力してください', + 'import_from_xml_confirm' => 'Start import from XML file?', + 'import_from_xml_report' => 'Import results: created - :created, updated - :updated, skipped - :skipped, processed - :processed.', + + 'table_toolbox_helper' => 'Display command list.', + 'table_toolbox_create' => 'Create :description', + + 'choice_field_list' => 'Choice available fields (Example: 1,2,3,4)', + 'choice_sorting' => 'Choice sorting', + 'choice_lang_list' => 'Choice lang', + 'choice_extend_model' => 'Choice extend model', + 'set' => 'Set :name (Example: :example)', + 'create' => 'Create :name?', + 'force_file' => 'File :file already exists. Create forced?', + 'add_side_menu' => 'Add side menu to plugin.yaml?', + 'version_up' => 'Add new version to version.yaml?', ], 'settings' => [ 'count_per_page' => 'ページあたり表示数', @@ -164,6 +194,7 @@ 'import_from_csv' => 'CSVから読込む', 'export_in_csv' => 'CSVへ書出す', 'import_button' => 'データの読込み', + 'import_from_xml' => 'Import from XML', ], 'type' => [ 'input' => 'テキスト (input)', diff --git a/lang/kk/lang.php b/lang/kk/lang.php index 47e87bac..ef8ca5a7 100644 --- a/lang/kk/lang.php +++ b/lang/kk/lang.php @@ -63,8 +63,10 @@ 'amount' => 'Amount', 'author' => 'Author', 'link' => 'Link', + 'view_count' => 'View count', 'is_default' => 'Is default', 'symbol' => 'Symbol', + 'field' => 'Field', 'sort_order' => 'Sorting', 'created_at' => 'Created', @@ -82,7 +84,7 @@ 'import_queue_name' => 'The name of the queue for processing import items', 'email_list_description' => 'Fill out list of emails separated by commas', 'import_deactivate' => 'Deactivate elements', - 'import_deactivate_description' => 'All active elements that are not in CSV file will be deactivated.', + 'import_deactivate_description' => 'All active elements that are not in file will be deactivated.', 'country' => 'Country', 'state' => 'State', @@ -91,11 +93,22 @@ 'address1' => 'Address 1', 'address2' => 'Address 2', 'postcode' => 'Postcode', + + 'import_file_list' => 'Import file list', + 'import_from_file' => 'Import from file', + 'import_file_path' => 'Relative path from storage folder to file', + 'import_image_folder' => 'Relative path from storage folder to image folder', + 'import_path_to_list' => 'Path to node with list of elements', + 'import_path_to_list_example' => 'main/elements/element', + 'import_field_list' => 'Field list', + 'import_path_to_field' => 'Path to field node', + 'import_path_to_field_example' => 'fields/field[@code="active"]', ], 'tab' => [ 'preview_content' => 'Preview content', 'full_content' => 'Content', 'images' => 'Images', + 'files' => 'Files', 'settings' => 'Settings', 'description' => 'Description', 'properties' => 'Properties', @@ -120,13 +133,15 @@ 'property_mode' => 'Component mode', 'mode_submit' => 'Form submit', 'mode_ajax' => 'Ajax', + 'has_wildcard' => 'URL section is wildcard', + 'skip_error' => 'Skip "Not found" error', ], 'message' => [ - 'create_success' => 'Create :name was successfully', - 'update_success' => 'Update :name was successfully', - 'delete_success' => 'Delete :name was successfully', + 'create_success' => 'Create :name was successful', + 'update_success' => 'Update :name was successful', + 'delete_success' => 'Delete :name was successful', 'restore_confirm' => 'Do you want to restore selected items?', - 'restore_success' => 'Restore elements was successfully', + 'restore_success' => 'Restore elements was successful', 'e_not_correct_request' => 'Request is not correct', 'row_is_empty' => 'Row is empty.', 'external_id_is_empty' => 'External ID is empty.', @@ -134,6 +149,21 @@ 'import_active_field_info' => 'Value of “active” field will be set to “true”, if it is not in CSV file.', 'import_preview_image_field_info' => 'Path to preview image file must be set relative to storage directory of your project. For example: "app/media/image.jpg".', 'import_images_field_info' => 'Path to image file must be set relative to storage directory of your project. For example: "app/media/image.jpg". Paths to image files must be separated by commas.', + 'import_from_xml_confirm' => 'Start import from XML file?', + 'import_from_xml_report' => 'Import results: created - :created, updated - :updated, skipped - :skipped, processed - :processed.', + + 'table_toolbox_helper' => 'Display command list.', + 'table_toolbox_create' => 'Create :description', + + 'choice_field_list' => 'Choice available fields (Example: 1,2,3,4)', + 'choice_sorting' => 'Choice sorting', + 'choice_lang_list' => 'Choice lang', + 'choice_extend_model' => 'Choice extend model', + 'set' => 'Set :name (Example: :example)', + 'create' => 'Create :name?', + 'force_file' => 'File :file already exists. Create forced?', + 'add_side_menu' => 'Add side menu to plugin.yaml?', + 'version_up' => 'Add new version to version.yaml?', ], 'settings' => [ 'count_per_page' => 'Count elements per page', @@ -164,6 +194,7 @@ 'import_from_csv' => 'Import from CSV', 'export_in_csv' => 'Export in CSV', 'import_button' => 'Import records', + 'import_from_xml' => 'Import from XML', ], 'type' => [ 'input' => 'Text field (input)', diff --git a/lang/ko/lang.php b/lang/ko/lang.php index 47e87bac..ef8ca5a7 100644 --- a/lang/ko/lang.php +++ b/lang/ko/lang.php @@ -63,8 +63,10 @@ 'amount' => 'Amount', 'author' => 'Author', 'link' => 'Link', + 'view_count' => 'View count', 'is_default' => 'Is default', 'symbol' => 'Symbol', + 'field' => 'Field', 'sort_order' => 'Sorting', 'created_at' => 'Created', @@ -82,7 +84,7 @@ 'import_queue_name' => 'The name of the queue for processing import items', 'email_list_description' => 'Fill out list of emails separated by commas', 'import_deactivate' => 'Deactivate elements', - 'import_deactivate_description' => 'All active elements that are not in CSV file will be deactivated.', + 'import_deactivate_description' => 'All active elements that are not in file will be deactivated.', 'country' => 'Country', 'state' => 'State', @@ -91,11 +93,22 @@ 'address1' => 'Address 1', 'address2' => 'Address 2', 'postcode' => 'Postcode', + + 'import_file_list' => 'Import file list', + 'import_from_file' => 'Import from file', + 'import_file_path' => 'Relative path from storage folder to file', + 'import_image_folder' => 'Relative path from storage folder to image folder', + 'import_path_to_list' => 'Path to node with list of elements', + 'import_path_to_list_example' => 'main/elements/element', + 'import_field_list' => 'Field list', + 'import_path_to_field' => 'Path to field node', + 'import_path_to_field_example' => 'fields/field[@code="active"]', ], 'tab' => [ 'preview_content' => 'Preview content', 'full_content' => 'Content', 'images' => 'Images', + 'files' => 'Files', 'settings' => 'Settings', 'description' => 'Description', 'properties' => 'Properties', @@ -120,13 +133,15 @@ 'property_mode' => 'Component mode', 'mode_submit' => 'Form submit', 'mode_ajax' => 'Ajax', + 'has_wildcard' => 'URL section is wildcard', + 'skip_error' => 'Skip "Not found" error', ], 'message' => [ - 'create_success' => 'Create :name was successfully', - 'update_success' => 'Update :name was successfully', - 'delete_success' => 'Delete :name was successfully', + 'create_success' => 'Create :name was successful', + 'update_success' => 'Update :name was successful', + 'delete_success' => 'Delete :name was successful', 'restore_confirm' => 'Do you want to restore selected items?', - 'restore_success' => 'Restore elements was successfully', + 'restore_success' => 'Restore elements was successful', 'e_not_correct_request' => 'Request is not correct', 'row_is_empty' => 'Row is empty.', 'external_id_is_empty' => 'External ID is empty.', @@ -134,6 +149,21 @@ 'import_active_field_info' => 'Value of “active” field will be set to “true”, if it is not in CSV file.', 'import_preview_image_field_info' => 'Path to preview image file must be set relative to storage directory of your project. For example: "app/media/image.jpg".', 'import_images_field_info' => 'Path to image file must be set relative to storage directory of your project. For example: "app/media/image.jpg". Paths to image files must be separated by commas.', + 'import_from_xml_confirm' => 'Start import from XML file?', + 'import_from_xml_report' => 'Import results: created - :created, updated - :updated, skipped - :skipped, processed - :processed.', + + 'table_toolbox_helper' => 'Display command list.', + 'table_toolbox_create' => 'Create :description', + + 'choice_field_list' => 'Choice available fields (Example: 1,2,3,4)', + 'choice_sorting' => 'Choice sorting', + 'choice_lang_list' => 'Choice lang', + 'choice_extend_model' => 'Choice extend model', + 'set' => 'Set :name (Example: :example)', + 'create' => 'Create :name?', + 'force_file' => 'File :file already exists. Create forced?', + 'add_side_menu' => 'Add side menu to plugin.yaml?', + 'version_up' => 'Add new version to version.yaml?', ], 'settings' => [ 'count_per_page' => 'Count elements per page', @@ -164,6 +194,7 @@ 'import_from_csv' => 'Import from CSV', 'export_in_csv' => 'Export in CSV', 'import_button' => 'Import records', + 'import_from_xml' => 'Import from XML', ], 'type' => [ 'input' => 'Text field (input)', diff --git a/lang/ky/lang.php b/lang/ky/lang.php index 47e87bac..ef8ca5a7 100644 --- a/lang/ky/lang.php +++ b/lang/ky/lang.php @@ -63,8 +63,10 @@ 'amount' => 'Amount', 'author' => 'Author', 'link' => 'Link', + 'view_count' => 'View count', 'is_default' => 'Is default', 'symbol' => 'Symbol', + 'field' => 'Field', 'sort_order' => 'Sorting', 'created_at' => 'Created', @@ -82,7 +84,7 @@ 'import_queue_name' => 'The name of the queue for processing import items', 'email_list_description' => 'Fill out list of emails separated by commas', 'import_deactivate' => 'Deactivate elements', - 'import_deactivate_description' => 'All active elements that are not in CSV file will be deactivated.', + 'import_deactivate_description' => 'All active elements that are not in file will be deactivated.', 'country' => 'Country', 'state' => 'State', @@ -91,11 +93,22 @@ 'address1' => 'Address 1', 'address2' => 'Address 2', 'postcode' => 'Postcode', + + 'import_file_list' => 'Import file list', + 'import_from_file' => 'Import from file', + 'import_file_path' => 'Relative path from storage folder to file', + 'import_image_folder' => 'Relative path from storage folder to image folder', + 'import_path_to_list' => 'Path to node with list of elements', + 'import_path_to_list_example' => 'main/elements/element', + 'import_field_list' => 'Field list', + 'import_path_to_field' => 'Path to field node', + 'import_path_to_field_example' => 'fields/field[@code="active"]', ], 'tab' => [ 'preview_content' => 'Preview content', 'full_content' => 'Content', 'images' => 'Images', + 'files' => 'Files', 'settings' => 'Settings', 'description' => 'Description', 'properties' => 'Properties', @@ -120,13 +133,15 @@ 'property_mode' => 'Component mode', 'mode_submit' => 'Form submit', 'mode_ajax' => 'Ajax', + 'has_wildcard' => 'URL section is wildcard', + 'skip_error' => 'Skip "Not found" error', ], 'message' => [ - 'create_success' => 'Create :name was successfully', - 'update_success' => 'Update :name was successfully', - 'delete_success' => 'Delete :name was successfully', + 'create_success' => 'Create :name was successful', + 'update_success' => 'Update :name was successful', + 'delete_success' => 'Delete :name was successful', 'restore_confirm' => 'Do you want to restore selected items?', - 'restore_success' => 'Restore elements was successfully', + 'restore_success' => 'Restore elements was successful', 'e_not_correct_request' => 'Request is not correct', 'row_is_empty' => 'Row is empty.', 'external_id_is_empty' => 'External ID is empty.', @@ -134,6 +149,21 @@ 'import_active_field_info' => 'Value of “active” field will be set to “true”, if it is not in CSV file.', 'import_preview_image_field_info' => 'Path to preview image file must be set relative to storage directory of your project. For example: "app/media/image.jpg".', 'import_images_field_info' => 'Path to image file must be set relative to storage directory of your project. For example: "app/media/image.jpg". Paths to image files must be separated by commas.', + 'import_from_xml_confirm' => 'Start import from XML file?', + 'import_from_xml_report' => 'Import results: created - :created, updated - :updated, skipped - :skipped, processed - :processed.', + + 'table_toolbox_helper' => 'Display command list.', + 'table_toolbox_create' => 'Create :description', + + 'choice_field_list' => 'Choice available fields (Example: 1,2,3,4)', + 'choice_sorting' => 'Choice sorting', + 'choice_lang_list' => 'Choice lang', + 'choice_extend_model' => 'Choice extend model', + 'set' => 'Set :name (Example: :example)', + 'create' => 'Create :name?', + 'force_file' => 'File :file already exists. Create forced?', + 'add_side_menu' => 'Add side menu to plugin.yaml?', + 'version_up' => 'Add new version to version.yaml?', ], 'settings' => [ 'count_per_page' => 'Count elements per page', @@ -164,6 +194,7 @@ 'import_from_csv' => 'Import from CSV', 'export_in_csv' => 'Export in CSV', 'import_button' => 'Import records', + 'import_from_xml' => 'Import from XML', ], 'type' => [ 'input' => 'Text field (input)', diff --git a/lang/lt/lang.php b/lang/lt/lang.php index 47e87bac..ef8ca5a7 100644 --- a/lang/lt/lang.php +++ b/lang/lt/lang.php @@ -63,8 +63,10 @@ 'amount' => 'Amount', 'author' => 'Author', 'link' => 'Link', + 'view_count' => 'View count', 'is_default' => 'Is default', 'symbol' => 'Symbol', + 'field' => 'Field', 'sort_order' => 'Sorting', 'created_at' => 'Created', @@ -82,7 +84,7 @@ 'import_queue_name' => 'The name of the queue for processing import items', 'email_list_description' => 'Fill out list of emails separated by commas', 'import_deactivate' => 'Deactivate elements', - 'import_deactivate_description' => 'All active elements that are not in CSV file will be deactivated.', + 'import_deactivate_description' => 'All active elements that are not in file will be deactivated.', 'country' => 'Country', 'state' => 'State', @@ -91,11 +93,22 @@ 'address1' => 'Address 1', 'address2' => 'Address 2', 'postcode' => 'Postcode', + + 'import_file_list' => 'Import file list', + 'import_from_file' => 'Import from file', + 'import_file_path' => 'Relative path from storage folder to file', + 'import_image_folder' => 'Relative path from storage folder to image folder', + 'import_path_to_list' => 'Path to node with list of elements', + 'import_path_to_list_example' => 'main/elements/element', + 'import_field_list' => 'Field list', + 'import_path_to_field' => 'Path to field node', + 'import_path_to_field_example' => 'fields/field[@code="active"]', ], 'tab' => [ 'preview_content' => 'Preview content', 'full_content' => 'Content', 'images' => 'Images', + 'files' => 'Files', 'settings' => 'Settings', 'description' => 'Description', 'properties' => 'Properties', @@ -120,13 +133,15 @@ 'property_mode' => 'Component mode', 'mode_submit' => 'Form submit', 'mode_ajax' => 'Ajax', + 'has_wildcard' => 'URL section is wildcard', + 'skip_error' => 'Skip "Not found" error', ], 'message' => [ - 'create_success' => 'Create :name was successfully', - 'update_success' => 'Update :name was successfully', - 'delete_success' => 'Delete :name was successfully', + 'create_success' => 'Create :name was successful', + 'update_success' => 'Update :name was successful', + 'delete_success' => 'Delete :name was successful', 'restore_confirm' => 'Do you want to restore selected items?', - 'restore_success' => 'Restore elements was successfully', + 'restore_success' => 'Restore elements was successful', 'e_not_correct_request' => 'Request is not correct', 'row_is_empty' => 'Row is empty.', 'external_id_is_empty' => 'External ID is empty.', @@ -134,6 +149,21 @@ 'import_active_field_info' => 'Value of “active” field will be set to “true”, if it is not in CSV file.', 'import_preview_image_field_info' => 'Path to preview image file must be set relative to storage directory of your project. For example: "app/media/image.jpg".', 'import_images_field_info' => 'Path to image file must be set relative to storage directory of your project. For example: "app/media/image.jpg". Paths to image files must be separated by commas.', + 'import_from_xml_confirm' => 'Start import from XML file?', + 'import_from_xml_report' => 'Import results: created - :created, updated - :updated, skipped - :skipped, processed - :processed.', + + 'table_toolbox_helper' => 'Display command list.', + 'table_toolbox_create' => 'Create :description', + + 'choice_field_list' => 'Choice available fields (Example: 1,2,3,4)', + 'choice_sorting' => 'Choice sorting', + 'choice_lang_list' => 'Choice lang', + 'choice_extend_model' => 'Choice extend model', + 'set' => 'Set :name (Example: :example)', + 'create' => 'Create :name?', + 'force_file' => 'File :file already exists. Create forced?', + 'add_side_menu' => 'Add side menu to plugin.yaml?', + 'version_up' => 'Add new version to version.yaml?', ], 'settings' => [ 'count_per_page' => 'Count elements per page', @@ -164,6 +194,7 @@ 'import_from_csv' => 'Import from CSV', 'export_in_csv' => 'Export in CSV', 'import_button' => 'Import records', + 'import_from_xml' => 'Import from XML', ], 'type' => [ 'input' => 'Text field (input)', diff --git a/lang/lv/lang.php b/lang/lv/lang.php index 47e87bac..ef8ca5a7 100644 --- a/lang/lv/lang.php +++ b/lang/lv/lang.php @@ -63,8 +63,10 @@ 'amount' => 'Amount', 'author' => 'Author', 'link' => 'Link', + 'view_count' => 'View count', 'is_default' => 'Is default', 'symbol' => 'Symbol', + 'field' => 'Field', 'sort_order' => 'Sorting', 'created_at' => 'Created', @@ -82,7 +84,7 @@ 'import_queue_name' => 'The name of the queue for processing import items', 'email_list_description' => 'Fill out list of emails separated by commas', 'import_deactivate' => 'Deactivate elements', - 'import_deactivate_description' => 'All active elements that are not in CSV file will be deactivated.', + 'import_deactivate_description' => 'All active elements that are not in file will be deactivated.', 'country' => 'Country', 'state' => 'State', @@ -91,11 +93,22 @@ 'address1' => 'Address 1', 'address2' => 'Address 2', 'postcode' => 'Postcode', + + 'import_file_list' => 'Import file list', + 'import_from_file' => 'Import from file', + 'import_file_path' => 'Relative path from storage folder to file', + 'import_image_folder' => 'Relative path from storage folder to image folder', + 'import_path_to_list' => 'Path to node with list of elements', + 'import_path_to_list_example' => 'main/elements/element', + 'import_field_list' => 'Field list', + 'import_path_to_field' => 'Path to field node', + 'import_path_to_field_example' => 'fields/field[@code="active"]', ], 'tab' => [ 'preview_content' => 'Preview content', 'full_content' => 'Content', 'images' => 'Images', + 'files' => 'Files', 'settings' => 'Settings', 'description' => 'Description', 'properties' => 'Properties', @@ -120,13 +133,15 @@ 'property_mode' => 'Component mode', 'mode_submit' => 'Form submit', 'mode_ajax' => 'Ajax', + 'has_wildcard' => 'URL section is wildcard', + 'skip_error' => 'Skip "Not found" error', ], 'message' => [ - 'create_success' => 'Create :name was successfully', - 'update_success' => 'Update :name was successfully', - 'delete_success' => 'Delete :name was successfully', + 'create_success' => 'Create :name was successful', + 'update_success' => 'Update :name was successful', + 'delete_success' => 'Delete :name was successful', 'restore_confirm' => 'Do you want to restore selected items?', - 'restore_success' => 'Restore elements was successfully', + 'restore_success' => 'Restore elements was successful', 'e_not_correct_request' => 'Request is not correct', 'row_is_empty' => 'Row is empty.', 'external_id_is_empty' => 'External ID is empty.', @@ -134,6 +149,21 @@ 'import_active_field_info' => 'Value of “active” field will be set to “true”, if it is not in CSV file.', 'import_preview_image_field_info' => 'Path to preview image file must be set relative to storage directory of your project. For example: "app/media/image.jpg".', 'import_images_field_info' => 'Path to image file must be set relative to storage directory of your project. For example: "app/media/image.jpg". Paths to image files must be separated by commas.', + 'import_from_xml_confirm' => 'Start import from XML file?', + 'import_from_xml_report' => 'Import results: created - :created, updated - :updated, skipped - :skipped, processed - :processed.', + + 'table_toolbox_helper' => 'Display command list.', + 'table_toolbox_create' => 'Create :description', + + 'choice_field_list' => 'Choice available fields (Example: 1,2,3,4)', + 'choice_sorting' => 'Choice sorting', + 'choice_lang_list' => 'Choice lang', + 'choice_extend_model' => 'Choice extend model', + 'set' => 'Set :name (Example: :example)', + 'create' => 'Create :name?', + 'force_file' => 'File :file already exists. Create forced?', + 'add_side_menu' => 'Add side menu to plugin.yaml?', + 'version_up' => 'Add new version to version.yaml?', ], 'settings' => [ 'count_per_page' => 'Count elements per page', @@ -164,6 +194,7 @@ 'import_from_csv' => 'Import from CSV', 'export_in_csv' => 'Export in CSV', 'import_button' => 'Import records', + 'import_from_xml' => 'Import from XML', ], 'type' => [ 'input' => 'Text field (input)', diff --git a/lang/nb/lang.php b/lang/nb/lang.php index 47e87bac..ef8ca5a7 100644 --- a/lang/nb/lang.php +++ b/lang/nb/lang.php @@ -63,8 +63,10 @@ 'amount' => 'Amount', 'author' => 'Author', 'link' => 'Link', + 'view_count' => 'View count', 'is_default' => 'Is default', 'symbol' => 'Symbol', + 'field' => 'Field', 'sort_order' => 'Sorting', 'created_at' => 'Created', @@ -82,7 +84,7 @@ 'import_queue_name' => 'The name of the queue for processing import items', 'email_list_description' => 'Fill out list of emails separated by commas', 'import_deactivate' => 'Deactivate elements', - 'import_deactivate_description' => 'All active elements that are not in CSV file will be deactivated.', + 'import_deactivate_description' => 'All active elements that are not in file will be deactivated.', 'country' => 'Country', 'state' => 'State', @@ -91,11 +93,22 @@ 'address1' => 'Address 1', 'address2' => 'Address 2', 'postcode' => 'Postcode', + + 'import_file_list' => 'Import file list', + 'import_from_file' => 'Import from file', + 'import_file_path' => 'Relative path from storage folder to file', + 'import_image_folder' => 'Relative path from storage folder to image folder', + 'import_path_to_list' => 'Path to node with list of elements', + 'import_path_to_list_example' => 'main/elements/element', + 'import_field_list' => 'Field list', + 'import_path_to_field' => 'Path to field node', + 'import_path_to_field_example' => 'fields/field[@code="active"]', ], 'tab' => [ 'preview_content' => 'Preview content', 'full_content' => 'Content', 'images' => 'Images', + 'files' => 'Files', 'settings' => 'Settings', 'description' => 'Description', 'properties' => 'Properties', @@ -120,13 +133,15 @@ 'property_mode' => 'Component mode', 'mode_submit' => 'Form submit', 'mode_ajax' => 'Ajax', + 'has_wildcard' => 'URL section is wildcard', + 'skip_error' => 'Skip "Not found" error', ], 'message' => [ - 'create_success' => 'Create :name was successfully', - 'update_success' => 'Update :name was successfully', - 'delete_success' => 'Delete :name was successfully', + 'create_success' => 'Create :name was successful', + 'update_success' => 'Update :name was successful', + 'delete_success' => 'Delete :name was successful', 'restore_confirm' => 'Do you want to restore selected items?', - 'restore_success' => 'Restore elements was successfully', + 'restore_success' => 'Restore elements was successful', 'e_not_correct_request' => 'Request is not correct', 'row_is_empty' => 'Row is empty.', 'external_id_is_empty' => 'External ID is empty.', @@ -134,6 +149,21 @@ 'import_active_field_info' => 'Value of “active” field will be set to “true”, if it is not in CSV file.', 'import_preview_image_field_info' => 'Path to preview image file must be set relative to storage directory of your project. For example: "app/media/image.jpg".', 'import_images_field_info' => 'Path to image file must be set relative to storage directory of your project. For example: "app/media/image.jpg". Paths to image files must be separated by commas.', + 'import_from_xml_confirm' => 'Start import from XML file?', + 'import_from_xml_report' => 'Import results: created - :created, updated - :updated, skipped - :skipped, processed - :processed.', + + 'table_toolbox_helper' => 'Display command list.', + 'table_toolbox_create' => 'Create :description', + + 'choice_field_list' => 'Choice available fields (Example: 1,2,3,4)', + 'choice_sorting' => 'Choice sorting', + 'choice_lang_list' => 'Choice lang', + 'choice_extend_model' => 'Choice extend model', + 'set' => 'Set :name (Example: :example)', + 'create' => 'Create :name?', + 'force_file' => 'File :file already exists. Create forced?', + 'add_side_menu' => 'Add side menu to plugin.yaml?', + 'version_up' => 'Add new version to version.yaml?', ], 'settings' => [ 'count_per_page' => 'Count elements per page', @@ -164,6 +194,7 @@ 'import_from_csv' => 'Import from CSV', 'export_in_csv' => 'Export in CSV', 'import_button' => 'Import records', + 'import_from_xml' => 'Import from XML', ], 'type' => [ 'input' => 'Text field (input)', diff --git a/lang/nl/lang.php b/lang/nl/lang.php index 47e87bac..27fe7b23 100644 --- a/lang/nl/lang.php +++ b/lang/nl/lang.php @@ -5,27 +5,27 @@ ], 'field' => [ 'id' => 'ID', - 'name' => 'Name', - 'title' => 'Title', - 'active' => 'Active', - 'hidden' => 'Hidden', + 'name' => 'Naam', + 'title' => 'Titel', + 'active' => 'Actief', + 'hidden' => 'Verborgen', 'code' => 'Code', 'slug' => 'URL', - 'external_id' => 'External ID', - 'preview_text' => 'Preview text', - 'preview_image' => 'Preview image', - 'image' => 'Image', + 'external_id' => 'Externe ID', + 'preview_text' => 'Voorbeeld text', + 'preview_image' => 'Voorbeeld afbeelding', + 'image' => 'Afbeelding', 'images' => 'Images (gallery)', - 'description' => 'Description', - 'category' => 'Category', - 'email' => 'Email', - 'phone' => 'Phone', + 'description' => 'Omschrijving', + 'category' => 'Categorie', + 'email' => 'E-mailadres', + 'phone' => 'Telefoonnummer', 'moderation' => 'Moderation', - 'mode' => 'Mode', + 'mode' => 'Modus', 'status' => 'Status', - 'city' => 'City', - 'address' => 'Address', - 'street' => 'Street', + 'city' => 'Plaatsnaam', + 'address' => 'Adres', + 'street' => 'Straatnaam', 'lat' => 'lat', 'lng' => 'lng', 'type' => 'Type', @@ -33,38 +33,40 @@ 'property' => 'Property', 'property_list_value' => 'Available property values', 'property_mode' => 'Property mode', - 'property_tab' => 'Tab name', + 'property_tab' => 'Tab naam', 'property_is_translatable' => 'Property is translatable', - 'key' => 'Key', - 'value' => 'Value', + 'key' => 'Sleutel', + 'value' => 'Waarde', 'label' => 'Label', - 'date' => 'Date', - 'datetime' => 'Date and time', - 'time' => 'Time', - 'file' => 'File', + 'date' => 'Datum', + 'datetime' => 'Datum en tijd', + 'time' => 'Tijd', + 'file' => 'Bestand', 'decimals' => 'Number of decimal places', 'dec_point' => 'Fractional part separator', 'thousands_sep' => 'Thousands separator', - 'dot' => 'Dot', - 'comma' => 'Comma', + 'dot' => 'Punt', + 'comma' => 'Komma', 'together' => 'Merge', 'space' => 'Space', 'date_begin' => 'Date of the beginning', 'date_end' => 'Date of the ending', - 'discount_value' => 'Discount value', + 'discount_value' => 'Korting waarde', 'discount_type' => 'Discount type', 'discount_price' => 'Discount price', - 'discount' => 'Discount', + 'discount' => 'Korting', 'product' => 'Product', - 'priority' => 'Priority', - 'group' => 'Group', + 'priority' => 'Prioriteit', + 'group' => 'Groep', 'count' => 'Count', - 'length' => 'Length', + 'length' => 'Lengte', 'amount' => 'Amount', 'author' => 'Author', 'link' => 'Link', + 'view_count' => 'View count', 'is_default' => 'Is default', 'symbol' => 'Symbol', + 'field' => 'Field', 'sort_order' => 'Sorting', 'created_at' => 'Created', @@ -82,7 +84,7 @@ 'import_queue_name' => 'The name of the queue for processing import items', 'email_list_description' => 'Fill out list of emails separated by commas', 'import_deactivate' => 'Deactivate elements', - 'import_deactivate_description' => 'All active elements that are not in CSV file will be deactivated.', + 'import_deactivate_description' => 'All active elements that are not in file will be deactivated.', 'country' => 'Country', 'state' => 'State', @@ -91,13 +93,24 @@ 'address1' => 'Address 1', 'address2' => 'Address 2', 'postcode' => 'Postcode', + + 'import_file_list' => 'Import file list', + 'import_from_file' => 'Import from file', + 'import_file_path' => 'Relative path from storage folder to file', + 'import_image_folder' => 'Relative path from storage folder to image folder', + 'import_path_to_list' => 'Path to node with list of elements', + 'import_path_to_list_example' => 'main/elements/element', + 'import_field_list' => 'Field list', + 'import_path_to_field' => 'Path to field node', + 'import_path_to_field_example' => 'fields/field[@code="active"]', ], 'tab' => [ 'preview_content' => 'Preview content', 'full_content' => 'Content', - 'images' => 'Images', - 'settings' => 'Settings', - 'description' => 'Description', + 'images' => 'Afbeeldingen', + 'files' => 'Bestanden', + 'settings' => 'Instellingen', + 'description' => 'Omschrijving', 'properties' => 'Properties', 'mail' => 'Sending emails', 'import' => 'Import', @@ -120,13 +133,15 @@ 'property_mode' => 'Component mode', 'mode_submit' => 'Form submit', 'mode_ajax' => 'Ajax', + 'has_wildcard' => 'URL section is wildcard', + 'skip_error' => 'Skip "Not found" error', ], 'message' => [ - 'create_success' => 'Create :name was successfully', - 'update_success' => 'Update :name was successfully', - 'delete_success' => 'Delete :name was successfully', + 'create_success' => 'Create :name was successful', + 'update_success' => 'Update :name was successful', + 'delete_success' => 'Delete :name was successful', 'restore_confirm' => 'Do you want to restore selected items?', - 'restore_success' => 'Restore elements was successfully', + 'restore_success' => 'Restore elements was successful', 'e_not_correct_request' => 'Request is not correct', 'row_is_empty' => 'Row is empty.', 'external_id_is_empty' => 'External ID is empty.', @@ -134,6 +149,21 @@ 'import_active_field_info' => 'Value of “active” field will be set to “true”, if it is not in CSV file.', 'import_preview_image_field_info' => 'Path to preview image file must be set relative to storage directory of your project. For example: "app/media/image.jpg".', 'import_images_field_info' => 'Path to image file must be set relative to storage directory of your project. For example: "app/media/image.jpg". Paths to image files must be separated by commas.', + 'import_from_xml_confirm' => 'Start import from XML file?', + 'import_from_xml_report' => 'Import results: created - :created, updated - :updated, skipped - :skipped, processed - :processed.', + + 'table_toolbox_helper' => 'Display command list.', + 'table_toolbox_create' => 'Create :description', + + 'choice_field_list' => 'Choice available fields (Example: 1,2,3,4)', + 'choice_sorting' => 'Choice sorting', + 'choice_lang_list' => 'Choice lang', + 'choice_extend_model' => 'Choice extend model', + 'set' => 'Set :name (Example: :example)', + 'create' => 'Create :name?', + 'force_file' => 'File :file already exists. Create forced?', + 'add_side_menu' => 'Add side menu to plugin.yaml?', + 'version_up' => 'Add new version to version.yaml?', ], 'settings' => [ 'count_per_page' => 'Count elements per page', @@ -164,6 +194,7 @@ 'import_from_csv' => 'Import from CSV', 'export_in_csv' => 'Export in CSV', 'import_button' => 'Import records', + 'import_from_xml' => 'Import from XML', ], 'type' => [ 'input' => 'Text field (input)', diff --git a/lang/pl/lang.php b/lang/pl/lang.php index 47e87bac..ef8ca5a7 100644 --- a/lang/pl/lang.php +++ b/lang/pl/lang.php @@ -63,8 +63,10 @@ 'amount' => 'Amount', 'author' => 'Author', 'link' => 'Link', + 'view_count' => 'View count', 'is_default' => 'Is default', 'symbol' => 'Symbol', + 'field' => 'Field', 'sort_order' => 'Sorting', 'created_at' => 'Created', @@ -82,7 +84,7 @@ 'import_queue_name' => 'The name of the queue for processing import items', 'email_list_description' => 'Fill out list of emails separated by commas', 'import_deactivate' => 'Deactivate elements', - 'import_deactivate_description' => 'All active elements that are not in CSV file will be deactivated.', + 'import_deactivate_description' => 'All active elements that are not in file will be deactivated.', 'country' => 'Country', 'state' => 'State', @@ -91,11 +93,22 @@ 'address1' => 'Address 1', 'address2' => 'Address 2', 'postcode' => 'Postcode', + + 'import_file_list' => 'Import file list', + 'import_from_file' => 'Import from file', + 'import_file_path' => 'Relative path from storage folder to file', + 'import_image_folder' => 'Relative path from storage folder to image folder', + 'import_path_to_list' => 'Path to node with list of elements', + 'import_path_to_list_example' => 'main/elements/element', + 'import_field_list' => 'Field list', + 'import_path_to_field' => 'Path to field node', + 'import_path_to_field_example' => 'fields/field[@code="active"]', ], 'tab' => [ 'preview_content' => 'Preview content', 'full_content' => 'Content', 'images' => 'Images', + 'files' => 'Files', 'settings' => 'Settings', 'description' => 'Description', 'properties' => 'Properties', @@ -120,13 +133,15 @@ 'property_mode' => 'Component mode', 'mode_submit' => 'Form submit', 'mode_ajax' => 'Ajax', + 'has_wildcard' => 'URL section is wildcard', + 'skip_error' => 'Skip "Not found" error', ], 'message' => [ - 'create_success' => 'Create :name was successfully', - 'update_success' => 'Update :name was successfully', - 'delete_success' => 'Delete :name was successfully', + 'create_success' => 'Create :name was successful', + 'update_success' => 'Update :name was successful', + 'delete_success' => 'Delete :name was successful', 'restore_confirm' => 'Do you want to restore selected items?', - 'restore_success' => 'Restore elements was successfully', + 'restore_success' => 'Restore elements was successful', 'e_not_correct_request' => 'Request is not correct', 'row_is_empty' => 'Row is empty.', 'external_id_is_empty' => 'External ID is empty.', @@ -134,6 +149,21 @@ 'import_active_field_info' => 'Value of “active” field will be set to “true”, if it is not in CSV file.', 'import_preview_image_field_info' => 'Path to preview image file must be set relative to storage directory of your project. For example: "app/media/image.jpg".', 'import_images_field_info' => 'Path to image file must be set relative to storage directory of your project. For example: "app/media/image.jpg". Paths to image files must be separated by commas.', + 'import_from_xml_confirm' => 'Start import from XML file?', + 'import_from_xml_report' => 'Import results: created - :created, updated - :updated, skipped - :skipped, processed - :processed.', + + 'table_toolbox_helper' => 'Display command list.', + 'table_toolbox_create' => 'Create :description', + + 'choice_field_list' => 'Choice available fields (Example: 1,2,3,4)', + 'choice_sorting' => 'Choice sorting', + 'choice_lang_list' => 'Choice lang', + 'choice_extend_model' => 'Choice extend model', + 'set' => 'Set :name (Example: :example)', + 'create' => 'Create :name?', + 'force_file' => 'File :file already exists. Create forced?', + 'add_side_menu' => 'Add side menu to plugin.yaml?', + 'version_up' => 'Add new version to version.yaml?', ], 'settings' => [ 'count_per_page' => 'Count elements per page', @@ -164,6 +194,7 @@ 'import_from_csv' => 'Import from CSV', 'export_in_csv' => 'Export in CSV', 'import_button' => 'Import records', + 'import_from_xml' => 'Import from XML', ], 'type' => [ 'input' => 'Text field (input)', diff --git a/lang/pt/lang.php b/lang/pt/lang.php index 47e87bac..ef8ca5a7 100644 --- a/lang/pt/lang.php +++ b/lang/pt/lang.php @@ -63,8 +63,10 @@ 'amount' => 'Amount', 'author' => 'Author', 'link' => 'Link', + 'view_count' => 'View count', 'is_default' => 'Is default', 'symbol' => 'Symbol', + 'field' => 'Field', 'sort_order' => 'Sorting', 'created_at' => 'Created', @@ -82,7 +84,7 @@ 'import_queue_name' => 'The name of the queue for processing import items', 'email_list_description' => 'Fill out list of emails separated by commas', 'import_deactivate' => 'Deactivate elements', - 'import_deactivate_description' => 'All active elements that are not in CSV file will be deactivated.', + 'import_deactivate_description' => 'All active elements that are not in file will be deactivated.', 'country' => 'Country', 'state' => 'State', @@ -91,11 +93,22 @@ 'address1' => 'Address 1', 'address2' => 'Address 2', 'postcode' => 'Postcode', + + 'import_file_list' => 'Import file list', + 'import_from_file' => 'Import from file', + 'import_file_path' => 'Relative path from storage folder to file', + 'import_image_folder' => 'Relative path from storage folder to image folder', + 'import_path_to_list' => 'Path to node with list of elements', + 'import_path_to_list_example' => 'main/elements/element', + 'import_field_list' => 'Field list', + 'import_path_to_field' => 'Path to field node', + 'import_path_to_field_example' => 'fields/field[@code="active"]', ], 'tab' => [ 'preview_content' => 'Preview content', 'full_content' => 'Content', 'images' => 'Images', + 'files' => 'Files', 'settings' => 'Settings', 'description' => 'Description', 'properties' => 'Properties', @@ -120,13 +133,15 @@ 'property_mode' => 'Component mode', 'mode_submit' => 'Form submit', 'mode_ajax' => 'Ajax', + 'has_wildcard' => 'URL section is wildcard', + 'skip_error' => 'Skip "Not found" error', ], 'message' => [ - 'create_success' => 'Create :name was successfully', - 'update_success' => 'Update :name was successfully', - 'delete_success' => 'Delete :name was successfully', + 'create_success' => 'Create :name was successful', + 'update_success' => 'Update :name was successful', + 'delete_success' => 'Delete :name was successful', 'restore_confirm' => 'Do you want to restore selected items?', - 'restore_success' => 'Restore elements was successfully', + 'restore_success' => 'Restore elements was successful', 'e_not_correct_request' => 'Request is not correct', 'row_is_empty' => 'Row is empty.', 'external_id_is_empty' => 'External ID is empty.', @@ -134,6 +149,21 @@ 'import_active_field_info' => 'Value of “active” field will be set to “true”, if it is not in CSV file.', 'import_preview_image_field_info' => 'Path to preview image file must be set relative to storage directory of your project. For example: "app/media/image.jpg".', 'import_images_field_info' => 'Path to image file must be set relative to storage directory of your project. For example: "app/media/image.jpg". Paths to image files must be separated by commas.', + 'import_from_xml_confirm' => 'Start import from XML file?', + 'import_from_xml_report' => 'Import results: created - :created, updated - :updated, skipped - :skipped, processed - :processed.', + + 'table_toolbox_helper' => 'Display command list.', + 'table_toolbox_create' => 'Create :description', + + 'choice_field_list' => 'Choice available fields (Example: 1,2,3,4)', + 'choice_sorting' => 'Choice sorting', + 'choice_lang_list' => 'Choice lang', + 'choice_extend_model' => 'Choice extend model', + 'set' => 'Set :name (Example: :example)', + 'create' => 'Create :name?', + 'force_file' => 'File :file already exists. Create forced?', + 'add_side_menu' => 'Add side menu to plugin.yaml?', + 'version_up' => 'Add new version to version.yaml?', ], 'settings' => [ 'count_per_page' => 'Count elements per page', @@ -164,6 +194,7 @@ 'import_from_csv' => 'Import from CSV', 'export_in_csv' => 'Export in CSV', 'import_button' => 'Import records', + 'import_from_xml' => 'Import from XML', ], 'type' => [ 'input' => 'Text field (input)', diff --git a/lang/ro/lang.php b/lang/ro/lang.php index 47e87bac..ef8ca5a7 100644 --- a/lang/ro/lang.php +++ b/lang/ro/lang.php @@ -63,8 +63,10 @@ 'amount' => 'Amount', 'author' => 'Author', 'link' => 'Link', + 'view_count' => 'View count', 'is_default' => 'Is default', 'symbol' => 'Symbol', + 'field' => 'Field', 'sort_order' => 'Sorting', 'created_at' => 'Created', @@ -82,7 +84,7 @@ 'import_queue_name' => 'The name of the queue for processing import items', 'email_list_description' => 'Fill out list of emails separated by commas', 'import_deactivate' => 'Deactivate elements', - 'import_deactivate_description' => 'All active elements that are not in CSV file will be deactivated.', + 'import_deactivate_description' => 'All active elements that are not in file will be deactivated.', 'country' => 'Country', 'state' => 'State', @@ -91,11 +93,22 @@ 'address1' => 'Address 1', 'address2' => 'Address 2', 'postcode' => 'Postcode', + + 'import_file_list' => 'Import file list', + 'import_from_file' => 'Import from file', + 'import_file_path' => 'Relative path from storage folder to file', + 'import_image_folder' => 'Relative path from storage folder to image folder', + 'import_path_to_list' => 'Path to node with list of elements', + 'import_path_to_list_example' => 'main/elements/element', + 'import_field_list' => 'Field list', + 'import_path_to_field' => 'Path to field node', + 'import_path_to_field_example' => 'fields/field[@code="active"]', ], 'tab' => [ 'preview_content' => 'Preview content', 'full_content' => 'Content', 'images' => 'Images', + 'files' => 'Files', 'settings' => 'Settings', 'description' => 'Description', 'properties' => 'Properties', @@ -120,13 +133,15 @@ 'property_mode' => 'Component mode', 'mode_submit' => 'Form submit', 'mode_ajax' => 'Ajax', + 'has_wildcard' => 'URL section is wildcard', + 'skip_error' => 'Skip "Not found" error', ], 'message' => [ - 'create_success' => 'Create :name was successfully', - 'update_success' => 'Update :name was successfully', - 'delete_success' => 'Delete :name was successfully', + 'create_success' => 'Create :name was successful', + 'update_success' => 'Update :name was successful', + 'delete_success' => 'Delete :name was successful', 'restore_confirm' => 'Do you want to restore selected items?', - 'restore_success' => 'Restore elements was successfully', + 'restore_success' => 'Restore elements was successful', 'e_not_correct_request' => 'Request is not correct', 'row_is_empty' => 'Row is empty.', 'external_id_is_empty' => 'External ID is empty.', @@ -134,6 +149,21 @@ 'import_active_field_info' => 'Value of “active” field will be set to “true”, if it is not in CSV file.', 'import_preview_image_field_info' => 'Path to preview image file must be set relative to storage directory of your project. For example: "app/media/image.jpg".', 'import_images_field_info' => 'Path to image file must be set relative to storage directory of your project. For example: "app/media/image.jpg". Paths to image files must be separated by commas.', + 'import_from_xml_confirm' => 'Start import from XML file?', + 'import_from_xml_report' => 'Import results: created - :created, updated - :updated, skipped - :skipped, processed - :processed.', + + 'table_toolbox_helper' => 'Display command list.', + 'table_toolbox_create' => 'Create :description', + + 'choice_field_list' => 'Choice available fields (Example: 1,2,3,4)', + 'choice_sorting' => 'Choice sorting', + 'choice_lang_list' => 'Choice lang', + 'choice_extend_model' => 'Choice extend model', + 'set' => 'Set :name (Example: :example)', + 'create' => 'Create :name?', + 'force_file' => 'File :file already exists. Create forced?', + 'add_side_menu' => 'Add side menu to plugin.yaml?', + 'version_up' => 'Add new version to version.yaml?', ], 'settings' => [ 'count_per_page' => 'Count elements per page', @@ -164,6 +194,7 @@ 'import_from_csv' => 'Import from CSV', 'export_in_csv' => 'Export in CSV', 'import_button' => 'Import records', + 'import_from_xml' => 'Import from XML', ], 'type' => [ 'input' => 'Text field (input)', diff --git a/lang/ru/lang.php b/lang/ru/lang.php index 04ad2447..ab889209 100644 --- a/lang/ru/lang.php +++ b/lang/ru/lang.php @@ -63,8 +63,10 @@ 'amount' => 'Сумма', 'author' => 'Автор', 'link' => 'Ссылка', + 'view_count' => 'View count', 'is_default' => 'По-умолчанию', 'symbol' => 'Символ', + 'field' => 'Field', 'sort_order' => 'Сортировка', 'created_at' => 'Создано', @@ -82,7 +84,7 @@ 'import_queue_name' => 'Название Queue при обработке импорта', 'email_list_description' => 'Заполните список email адресов, разделенных запятыми', 'import_deactivate' => 'Деактивировать элементы', - 'import_deactivate_description' => 'Все элементы, которых нет в CSV файле, будут деактивированы.', + 'import_deactivate_description' => 'All active elements that are not in file will be deactivated.', 'country' => 'Страна', 'state' => 'Регион', @@ -91,11 +93,22 @@ 'address1' => 'Адрес 1', 'address2' => 'Адрес 2', 'postcode' => 'Индекс', + + 'import_file_list' => 'Import file list', + 'import_from_file' => 'Import from file', + 'import_file_path' => 'Relative path from storage folder to file', + 'import_image_folder' => 'Relative path from storage folder to image folder', + 'import_path_to_list' => 'Path to node with list of elements', + 'import_path_to_list_example' => 'main/elements/element', + 'import_field_list' => 'Field list', + 'import_path_to_field' => 'Path to field node', + 'import_path_to_field_example' => 'fields/field[@code="active"]', ], 'tab' => [ 'preview_content' => 'Превью-контент', 'full_content' => 'Полный контент', 'images' => 'Изображения', + 'files' => 'Files', 'settings' => 'Настройки', 'description' => 'Описание', 'properties' => 'Свойства', @@ -117,16 +130,18 @@ 'property_redirect_fail_page' => 'Страница перенаправления после не успешного выполнения', 'property_redirect_on' => 'Перенаправление вкл.', 'property_flash_on' => 'Уведомление вкл.', - 'property_mode' => 'Режим работы', + 'property_mode' => 'Режим работы компонента', 'mode_submit' => 'Отправка формы', 'mode_ajax' => 'Ajax', + 'has_wildcard' => 'URL section is wildcard', + 'skip_error' => 'Skip "Not found" error', ], 'message' => [ - 'create_success' => 'Создание :name было успешно выполнено', - 'update_success' => 'Редактирование :name было успешно выполнено', - 'delete_success' => 'Удаление :name было успешно выполнено', + 'create_success' => 'Create :name was successful', + 'update_success' => 'Update :name was successful', + 'delete_success' => 'Delete :name was successful', 'restore_confirm' => 'Вы действительно хотите восстановить выбранные элементы?', - 'restore_success' => 'Элементы восстановлены', + 'restore_success' => 'Restore elements was successful', 'e_not_correct_request' => 'Некорректный запрос', 'row_is_empty' => 'Пустая строка.', 'external_id_is_empty' => 'Пустое значение внешнего ID.', @@ -134,6 +149,21 @@ 'import_active_field_info' => 'Значение поля "Активность" будет уставлено в true, если его не передавать в файле CSV.', 'import_preview_image_field_info' => 'Путь к файлу превью-изображения должен быть указан относительно директории хранилища в вашем проекте. Например: "app/media/image.jpg".', 'import_images_field_info' => 'Путь к файлам изображениЙ должен быть указан относительно директории хранилища в вашем проекте. Например: "app/media/image.jpg". Пути к файлам должны быть указаны через запятую.', + 'import_from_xml_confirm' => 'Start import from XML file?', + 'import_from_xml_report' => 'Import results: created - :created, updated - :updated, skipped - :skipped, processed - :processed.', + + 'table_toolbox_helper' => 'Display command list.', + 'table_toolbox_create' => 'Create :description', + + 'choice_field_list' => 'Choice available fields (Example: 1,2,3,4)', + 'choice_sorting' => 'Choice sorting', + 'choice_lang_list' => 'Choice lang', + 'choice_extend_model' => 'Choice extend model', + 'set' => 'Set :name (Example: :example)', + 'create' => 'Create :name?', + 'force_file' => 'File :file already exists. Create forced?', + 'add_side_menu' => 'Add side menu to plugin.yaml?', + 'version_up' => 'Add new version to version.yaml?', ], 'settings' => [ 'count_per_page' => 'Количество элементов на странице', @@ -164,6 +194,7 @@ 'import_from_csv' => 'Импорт из CSV', 'export_in_csv' => 'Экспорт в CSV', 'import_button' => 'Импортировать записи', + 'import_from_xml' => 'Import from XML', ], 'type' => [ 'input' => 'Текстовое поле (input)', diff --git a/lang/sk/lang.php b/lang/sk/lang.php index 47e87bac..ef8ca5a7 100644 --- a/lang/sk/lang.php +++ b/lang/sk/lang.php @@ -63,8 +63,10 @@ 'amount' => 'Amount', 'author' => 'Author', 'link' => 'Link', + 'view_count' => 'View count', 'is_default' => 'Is default', 'symbol' => 'Symbol', + 'field' => 'Field', 'sort_order' => 'Sorting', 'created_at' => 'Created', @@ -82,7 +84,7 @@ 'import_queue_name' => 'The name of the queue for processing import items', 'email_list_description' => 'Fill out list of emails separated by commas', 'import_deactivate' => 'Deactivate elements', - 'import_deactivate_description' => 'All active elements that are not in CSV file will be deactivated.', + 'import_deactivate_description' => 'All active elements that are not in file will be deactivated.', 'country' => 'Country', 'state' => 'State', @@ -91,11 +93,22 @@ 'address1' => 'Address 1', 'address2' => 'Address 2', 'postcode' => 'Postcode', + + 'import_file_list' => 'Import file list', + 'import_from_file' => 'Import from file', + 'import_file_path' => 'Relative path from storage folder to file', + 'import_image_folder' => 'Relative path from storage folder to image folder', + 'import_path_to_list' => 'Path to node with list of elements', + 'import_path_to_list_example' => 'main/elements/element', + 'import_field_list' => 'Field list', + 'import_path_to_field' => 'Path to field node', + 'import_path_to_field_example' => 'fields/field[@code="active"]', ], 'tab' => [ 'preview_content' => 'Preview content', 'full_content' => 'Content', 'images' => 'Images', + 'files' => 'Files', 'settings' => 'Settings', 'description' => 'Description', 'properties' => 'Properties', @@ -120,13 +133,15 @@ 'property_mode' => 'Component mode', 'mode_submit' => 'Form submit', 'mode_ajax' => 'Ajax', + 'has_wildcard' => 'URL section is wildcard', + 'skip_error' => 'Skip "Not found" error', ], 'message' => [ - 'create_success' => 'Create :name was successfully', - 'update_success' => 'Update :name was successfully', - 'delete_success' => 'Delete :name was successfully', + 'create_success' => 'Create :name was successful', + 'update_success' => 'Update :name was successful', + 'delete_success' => 'Delete :name was successful', 'restore_confirm' => 'Do you want to restore selected items?', - 'restore_success' => 'Restore elements was successfully', + 'restore_success' => 'Restore elements was successful', 'e_not_correct_request' => 'Request is not correct', 'row_is_empty' => 'Row is empty.', 'external_id_is_empty' => 'External ID is empty.', @@ -134,6 +149,21 @@ 'import_active_field_info' => 'Value of “active” field will be set to “true”, if it is not in CSV file.', 'import_preview_image_field_info' => 'Path to preview image file must be set relative to storage directory of your project. For example: "app/media/image.jpg".', 'import_images_field_info' => 'Path to image file must be set relative to storage directory of your project. For example: "app/media/image.jpg". Paths to image files must be separated by commas.', + 'import_from_xml_confirm' => 'Start import from XML file?', + 'import_from_xml_report' => 'Import results: created - :created, updated - :updated, skipped - :skipped, processed - :processed.', + + 'table_toolbox_helper' => 'Display command list.', + 'table_toolbox_create' => 'Create :description', + + 'choice_field_list' => 'Choice available fields (Example: 1,2,3,4)', + 'choice_sorting' => 'Choice sorting', + 'choice_lang_list' => 'Choice lang', + 'choice_extend_model' => 'Choice extend model', + 'set' => 'Set :name (Example: :example)', + 'create' => 'Create :name?', + 'force_file' => 'File :file already exists. Create forced?', + 'add_side_menu' => 'Add side menu to plugin.yaml?', + 'version_up' => 'Add new version to version.yaml?', ], 'settings' => [ 'count_per_page' => 'Count elements per page', @@ -164,6 +194,7 @@ 'import_from_csv' => 'Import from CSV', 'export_in_csv' => 'Export in CSV', 'import_button' => 'Import records', + 'import_from_xml' => 'Import from XML', ], 'type' => [ 'input' => 'Text field (input)', diff --git a/lang/sv/lang.php b/lang/sv/lang.php index 47e87bac..ef8ca5a7 100644 --- a/lang/sv/lang.php +++ b/lang/sv/lang.php @@ -63,8 +63,10 @@ 'amount' => 'Amount', 'author' => 'Author', 'link' => 'Link', + 'view_count' => 'View count', 'is_default' => 'Is default', 'symbol' => 'Symbol', + 'field' => 'Field', 'sort_order' => 'Sorting', 'created_at' => 'Created', @@ -82,7 +84,7 @@ 'import_queue_name' => 'The name of the queue for processing import items', 'email_list_description' => 'Fill out list of emails separated by commas', 'import_deactivate' => 'Deactivate elements', - 'import_deactivate_description' => 'All active elements that are not in CSV file will be deactivated.', + 'import_deactivate_description' => 'All active elements that are not in file will be deactivated.', 'country' => 'Country', 'state' => 'State', @@ -91,11 +93,22 @@ 'address1' => 'Address 1', 'address2' => 'Address 2', 'postcode' => 'Postcode', + + 'import_file_list' => 'Import file list', + 'import_from_file' => 'Import from file', + 'import_file_path' => 'Relative path from storage folder to file', + 'import_image_folder' => 'Relative path from storage folder to image folder', + 'import_path_to_list' => 'Path to node with list of elements', + 'import_path_to_list_example' => 'main/elements/element', + 'import_field_list' => 'Field list', + 'import_path_to_field' => 'Path to field node', + 'import_path_to_field_example' => 'fields/field[@code="active"]', ], 'tab' => [ 'preview_content' => 'Preview content', 'full_content' => 'Content', 'images' => 'Images', + 'files' => 'Files', 'settings' => 'Settings', 'description' => 'Description', 'properties' => 'Properties', @@ -120,13 +133,15 @@ 'property_mode' => 'Component mode', 'mode_submit' => 'Form submit', 'mode_ajax' => 'Ajax', + 'has_wildcard' => 'URL section is wildcard', + 'skip_error' => 'Skip "Not found" error', ], 'message' => [ - 'create_success' => 'Create :name was successfully', - 'update_success' => 'Update :name was successfully', - 'delete_success' => 'Delete :name was successfully', + 'create_success' => 'Create :name was successful', + 'update_success' => 'Update :name was successful', + 'delete_success' => 'Delete :name was successful', 'restore_confirm' => 'Do you want to restore selected items?', - 'restore_success' => 'Restore elements was successfully', + 'restore_success' => 'Restore elements was successful', 'e_not_correct_request' => 'Request is not correct', 'row_is_empty' => 'Row is empty.', 'external_id_is_empty' => 'External ID is empty.', @@ -134,6 +149,21 @@ 'import_active_field_info' => 'Value of “active” field will be set to “true”, if it is not in CSV file.', 'import_preview_image_field_info' => 'Path to preview image file must be set relative to storage directory of your project. For example: "app/media/image.jpg".', 'import_images_field_info' => 'Path to image file must be set relative to storage directory of your project. For example: "app/media/image.jpg". Paths to image files must be separated by commas.', + 'import_from_xml_confirm' => 'Start import from XML file?', + 'import_from_xml_report' => 'Import results: created - :created, updated - :updated, skipped - :skipped, processed - :processed.', + + 'table_toolbox_helper' => 'Display command list.', + 'table_toolbox_create' => 'Create :description', + + 'choice_field_list' => 'Choice available fields (Example: 1,2,3,4)', + 'choice_sorting' => 'Choice sorting', + 'choice_lang_list' => 'Choice lang', + 'choice_extend_model' => 'Choice extend model', + 'set' => 'Set :name (Example: :example)', + 'create' => 'Create :name?', + 'force_file' => 'File :file already exists. Create forced?', + 'add_side_menu' => 'Add side menu to plugin.yaml?', + 'version_up' => 'Add new version to version.yaml?', ], 'settings' => [ 'count_per_page' => 'Count elements per page', @@ -164,6 +194,7 @@ 'import_from_csv' => 'Import from CSV', 'export_in_csv' => 'Export in CSV', 'import_button' => 'Import records', + 'import_from_xml' => 'Import from XML', ], 'type' => [ 'input' => 'Text field (input)', diff --git a/lang/tr/lang.php b/lang/tr/lang.php index 47e87bac..ef8ca5a7 100644 --- a/lang/tr/lang.php +++ b/lang/tr/lang.php @@ -63,8 +63,10 @@ 'amount' => 'Amount', 'author' => 'Author', 'link' => 'Link', + 'view_count' => 'View count', 'is_default' => 'Is default', 'symbol' => 'Symbol', + 'field' => 'Field', 'sort_order' => 'Sorting', 'created_at' => 'Created', @@ -82,7 +84,7 @@ 'import_queue_name' => 'The name of the queue for processing import items', 'email_list_description' => 'Fill out list of emails separated by commas', 'import_deactivate' => 'Deactivate elements', - 'import_deactivate_description' => 'All active elements that are not in CSV file will be deactivated.', + 'import_deactivate_description' => 'All active elements that are not in file will be deactivated.', 'country' => 'Country', 'state' => 'State', @@ -91,11 +93,22 @@ 'address1' => 'Address 1', 'address2' => 'Address 2', 'postcode' => 'Postcode', + + 'import_file_list' => 'Import file list', + 'import_from_file' => 'Import from file', + 'import_file_path' => 'Relative path from storage folder to file', + 'import_image_folder' => 'Relative path from storage folder to image folder', + 'import_path_to_list' => 'Path to node with list of elements', + 'import_path_to_list_example' => 'main/elements/element', + 'import_field_list' => 'Field list', + 'import_path_to_field' => 'Path to field node', + 'import_path_to_field_example' => 'fields/field[@code="active"]', ], 'tab' => [ 'preview_content' => 'Preview content', 'full_content' => 'Content', 'images' => 'Images', + 'files' => 'Files', 'settings' => 'Settings', 'description' => 'Description', 'properties' => 'Properties', @@ -120,13 +133,15 @@ 'property_mode' => 'Component mode', 'mode_submit' => 'Form submit', 'mode_ajax' => 'Ajax', + 'has_wildcard' => 'URL section is wildcard', + 'skip_error' => 'Skip "Not found" error', ], 'message' => [ - 'create_success' => 'Create :name was successfully', - 'update_success' => 'Update :name was successfully', - 'delete_success' => 'Delete :name was successfully', + 'create_success' => 'Create :name was successful', + 'update_success' => 'Update :name was successful', + 'delete_success' => 'Delete :name was successful', 'restore_confirm' => 'Do you want to restore selected items?', - 'restore_success' => 'Restore elements was successfully', + 'restore_success' => 'Restore elements was successful', 'e_not_correct_request' => 'Request is not correct', 'row_is_empty' => 'Row is empty.', 'external_id_is_empty' => 'External ID is empty.', @@ -134,6 +149,21 @@ 'import_active_field_info' => 'Value of “active” field will be set to “true”, if it is not in CSV file.', 'import_preview_image_field_info' => 'Path to preview image file must be set relative to storage directory of your project. For example: "app/media/image.jpg".', 'import_images_field_info' => 'Path to image file must be set relative to storage directory of your project. For example: "app/media/image.jpg". Paths to image files must be separated by commas.', + 'import_from_xml_confirm' => 'Start import from XML file?', + 'import_from_xml_report' => 'Import results: created - :created, updated - :updated, skipped - :skipped, processed - :processed.', + + 'table_toolbox_helper' => 'Display command list.', + 'table_toolbox_create' => 'Create :description', + + 'choice_field_list' => 'Choice available fields (Example: 1,2,3,4)', + 'choice_sorting' => 'Choice sorting', + 'choice_lang_list' => 'Choice lang', + 'choice_extend_model' => 'Choice extend model', + 'set' => 'Set :name (Example: :example)', + 'create' => 'Create :name?', + 'force_file' => 'File :file already exists. Create forced?', + 'add_side_menu' => 'Add side menu to plugin.yaml?', + 'version_up' => 'Add new version to version.yaml?', ], 'settings' => [ 'count_per_page' => 'Count elements per page', @@ -164,6 +194,7 @@ 'import_from_csv' => 'Import from CSV', 'export_in_csv' => 'Export in CSV', 'import_button' => 'Import records', + 'import_from_xml' => 'Import from XML', ], 'type' => [ 'input' => 'Text field (input)', diff --git a/lang/uk/lang.php b/lang/uk/lang.php index 47e87bac..8bc1fe3d 100644 --- a/lang/uk/lang.php +++ b/lang/uk/lang.php @@ -1,187 +1,234 @@ [ - 'name' => 'Toolbox', - 'description' => 'Toolbox is a set of helpers for faster development for October CMS.', + 'name' => 'Панель інструментів', + 'description' => 'Toolbox - це набір хелперів для прискорення розробки на платформі October CMS', ], 'field' => [ 'id' => 'ID', - 'name' => 'Name', - 'title' => 'Title', - 'active' => 'Active', - 'hidden' => 'Hidden', - 'code' => 'Code', - 'slug' => 'URL', - 'external_id' => 'External ID', - 'preview_text' => 'Preview text', - 'preview_image' => 'Preview image', - 'image' => 'Image', - 'images' => 'Images (gallery)', - 'description' => 'Description', - 'category' => 'Category', - 'email' => 'Email', - 'phone' => 'Phone', - 'moderation' => 'Moderation', - 'mode' => 'Mode', - 'status' => 'Status', - 'city' => 'City', - 'address' => 'Address', - 'street' => 'Street', - 'lat' => 'lat', - 'lng' => 'lng', - 'type' => 'Type', - 'avatar' => 'Avatar', - 'property' => 'Property', - 'property_list_value' => 'Available property values', - 'property_mode' => 'Property mode', - 'property_tab' => 'Tab name', - 'property_is_translatable' => 'Property is translatable', - 'key' => 'Key', - 'value' => 'Value', - 'label' => 'Label', - 'date' => 'Date', - 'datetime' => 'Date and time', - 'time' => 'Time', - 'file' => 'File', - 'decimals' => 'Number of decimal places', - 'dec_point' => 'Fractional part separator', - 'thousands_sep' => 'Thousands separator', - 'dot' => 'Dot', - 'comma' => 'Comma', - 'together' => 'Merge', + 'name' => 'Ім’я', + 'title' => 'Назва', + 'active' => 'Активний', + 'hidden' => 'Прихований', + 'code' => 'Код', + 'slug' => 'URL-адреса', + 'external_id' => 'Зовнішній ID', + 'preview_text' => ' +Короткий опис', + 'preview_image' => 'Зображення-превью', + 'image' => 'Зображення', + 'images' => 'Ґалерея зображень', + 'description' => 'Опис', + 'category' => 'Категорія', + 'email' => 'Електронна пошта', + 'phone' => 'Телефон', + 'moderation' => 'Модерація', + 'mode' => 'Режим роботи', + 'status' => 'Статус', + 'city' => 'Місто', + 'address' => 'Адреса', + 'street' => 'Вулиця', + 'lat' => ' +широта (lat)', + 'lng' => 'довгота (lng)', + 'type' => 'Тип', + 'avatar' => 'Аватар', + 'property' => 'Властивість', + 'property_list_value' => ' +Допустимі значення властивості', + 'property_mode' => 'Вид властивості', + 'property_tab' => 'Ім\'я вкладки', + 'property_is_translatable' => ' +Властивість доступна для перекладу', + 'key' => 'Ключ', + 'value' => 'Значення', + 'label' => 'Мітка', + 'date' => 'Дата', + 'datetime' => 'Дата і час', + 'time' => 'Час', + 'file' => 'Файл', + 'decimals' => 'Кількість знаків після коми', + 'dec_point' => 'Роздільник дробової частини', + 'thousands_sep' => 'Роздільник тисяч', + 'dot' => 'Крапка', + 'comma' => 'Кома', + 'together' => 'Об\'єднати', 'space' => 'Space', - 'date_begin' => 'Date of the beginning', - 'date_end' => 'Date of the ending', - 'discount_value' => 'Discount value', - 'discount_type' => 'Discount type', - 'discount_price' => 'Discount price', - 'discount' => 'Discount', - 'product' => 'Product', - 'priority' => 'Priority', - 'group' => 'Group', - 'count' => 'Count', - 'length' => 'Length', - 'amount' => 'Amount', - 'author' => 'Author', - 'link' => 'Link', - 'is_default' => 'Is default', - 'symbol' => 'Symbol', + 'date_begin' => 'Дата початку дії', + 'date_end' => 'Дата закінчення дії', + 'discount_value' => 'Розмір знижки', + 'discount_type' => 'Тип знижки', + 'discount_price' => 'Ціни зі знижкою', + 'discount' => 'Знижка', + 'product' => 'Товар', + 'priority' => 'Пріоритет', + 'group' => 'Група', + 'count' => 'Кількість', + 'length' => 'Довжина', + 'amount' => 'Сума', + 'author' => 'Автор', + 'link' => 'Посилання', + 'view_count' => 'Кількість переглядів', + 'is_default' => 'Стандартне значення', + 'symbol' => 'Символ', + 'field' => 'Поля', - 'sort_order' => 'Sorting', - 'created_at' => 'Created', - 'updated_at' => 'Updated', - 'deleted_at' => 'Deleted', - 'deleted' => 'deleted', - 'empty' => 'Empty', - 'password' => 'Password', + 'sort_order' => 'Сортування', + 'created_at' => 'Створено', + 'updated_at' => 'Оновлено ', + 'deleted_at' => 'Видалено', + 'deleted' => 'Видалено', + 'empty' => 'Не обрано', + 'password' => 'Пароль', - 'site_settings' => 'Application settings', - 'site_settings_description' => 'Common settings of application', - 'queue_on' => 'Sending messages from the queue', - 'queue_name' => 'The name of the queue for sending the emails', - 'import_queue_on' => 'Use queue when processing import items', - 'import_queue_name' => 'The name of the queue for processing import items', - 'email_list_description' => 'Fill out list of emails separated by commas', - 'import_deactivate' => 'Deactivate elements', - 'import_deactivate_description' => 'All active elements that are not in CSV file will be deactivated.', + 'site_settings' => 'Налаштування додатку', + 'site_settings_description' => 'Загальні налаштування додатку', + 'queue_on' => 'Відправка листів з використанням Queue', + 'queue_name' => 'Назва Queue при обробці імпорту', + 'import_queue_on' => 'Застосувати Queue при обробці імпорту +', + 'import_queue_name' => 'Назва Queue при обробці імпорту', + 'email_list_description' => 'Заповніть список email адрес, розділених комами', + 'import_deactivate' => 'Деактивувати вибране', + 'import_deactivate_description' => ' +Всі елементи, яких немає в CSV файлі, будуть деактивовані', - 'country' => 'Country', - 'state' => 'State', - 'house' => 'House number', - 'flat' => 'Flat number', - 'address1' => 'Address 1', - 'address2' => 'Address 2', - 'postcode' => 'Postcode', + 'country' => 'Країна', + 'state' => 'Штат (Область)', + 'house' => 'Номер будинку', + 'flat' => 'Номер квартири', + 'address1' => 'Адреса 1', + 'address2' => 'Адреса 2', + 'postcode' => 'Поштовий індекс', + + 'import_file_list' => 'Імпортувати файли', + 'import_from_file' => 'Імпортувати з файлу', + 'import_file_path' => 'Відносний шлях від папки зберігання до файлу', + 'import_image_folder' => 'Відносний шлях від папки зберігання до папки зображень', + 'import_path_to_list' => 'Шлях до вузла зі списком елементів', + 'import_path_to_list_example' => 'main/elements/element', + 'import_field_list' => 'Список полів', + 'import_path_to_field' => 'Path to field node', + 'import_path_to_field_example' => 'fields/field[@code="active"] +', ], 'tab' => [ - 'preview_content' => 'Preview content', - 'full_content' => 'Content', - 'images' => 'Images', - 'settings' => 'Settings', - 'description' => 'Description', - 'properties' => 'Properties', - 'mail' => 'Sending emails', - 'import' => 'Import', - 'permissions' => 'Manage site settings', - 'prices_format' => 'Price format', + 'preview_content' => 'Попередній перегляд контенту', + 'full_content' => 'Контент', + 'images' => 'Зображення', + 'files' => 'Файли', + 'settings' => 'Налаштування', + 'description' => 'Опис', + 'properties' => 'Властивості', + 'mail' => 'Надіслати електронного листа', + 'import' => 'Імпорт', + 'permissions' => 'Налаштування сайту ', + 'prices_format' => 'Формат ціни', ], 'component' => [ - 'property_name_error_404' => 'View 404 page', - 'property_slug' => 'Slug', - 'property_slug_required' => 'Slug is required', - 'property_url_check' => 'Smart url check', - 'pagination' => 'Pagination', - 'pagination_desc' => 'Render button of pagination', + 'property_name_error_404' => 'Відображати 404 сторінку', + 'property_slug' => 'Адре́са ресу́рсу (URL)', + 'property_slug_required' => 'Адре́са ресу́рсу обов\'язкова (URL)', + 'property_url_check' => 'Розумна перевірка URL', + 'pagination' => 'Пагінація', + 'pagination_desc' => 'Відображення кнопок пагінації', - 'property_redirect_page' => 'Redirect page', - 'property_redirect_success_page' => 'Redirect success page', - 'property_redirect_fail_page' => 'Redirect fail page', - 'property_redirect_on' => 'Redirect ON', - 'property_flash_on' => 'Flash ON', - 'property_mode' => 'Component mode', - 'mode_submit' => 'Form submit', + 'property_redirect_page' => 'Сторінка перенаправлення', + 'property_redirect_success_page' => 'Сторінка перенаправлення після успішного виконання', + 'property_redirect_fail_page' => 'Сторінка перенаправлення після не успішного виконання', + 'property_redirect_on' => 'Перенаправлення вкл.', + 'property_flash_on' => 'Повідомлення вкл.', + 'property_mode' => 'Режим роботи', + 'mode_submit' => 'Відправлення форми', 'mode_ajax' => 'Ajax', + 'has_wildcard' => 'URL section is wildcard', + 'skip_error' => 'Skip "Not found" error', ], 'message' => [ - 'create_success' => 'Create :name was successfully', - 'update_success' => 'Update :name was successfully', - 'delete_success' => 'Delete :name was successfully', - 'restore_confirm' => 'Do you want to restore selected items?', - 'restore_success' => 'Restore elements was successfully', - 'e_not_correct_request' => 'Request is not correct', - 'row_is_empty' => 'Row is empty.', - 'external_id_is_empty' => 'External ID is empty.', - 'import_additional_info' => 'Additional import information.', - 'import_active_field_info' => 'Value of “active” field will be set to “true”, if it is not in CSV file.', - 'import_preview_image_field_info' => 'Path to preview image file must be set relative to storage directory of your project. For example: "app/media/image.jpg".', - 'import_images_field_info' => 'Path to image file must be set relative to storage directory of your project. For example: "app/media/image.jpg". Paths to image files must be separated by commas.', + 'create_success' => 'Створення:name was виконано', + 'update_success' => 'Оновлення:name was виконано', + 'delete_success' => 'Видалення:name was виконано', + 'restore_confirm' => 'Видалити виділені елементи?', + 'restore_success' => 'Відновлення елементів виконано', + 'e_not_correct_request' => 'Некоректний запит', + 'row_is_empty' => 'Пусте значення +', + 'external_id_is_empty' => 'Пусте значення зовнішнього ID', + 'import_additional_info' => 'Додаткова інформація про імпорт', + 'import_active_field_info' => ' +Значення поля "active" буде встановлено на "true", якщо його немає у файлі CSV.', + 'import_preview_image_field_info' => 'Шлях до файлу попереднього перегляду повинен бути встановлений щодо каталогу зберігання вашого проекту. Наприклад: "app / media / image.jpg".', + 'import_images_field_info' => ' +Шлях до файлу зображення повинен бути встановлений відносно каталогу зберігання вашого проекту. Наприклад: "app / media / image.jpg". Шляхи до файлів зображень повинні бути розділені комами.', + 'import_from_xml_confirm' => 'Почати імпорт з XML-файла?', + 'import_from_xml_report' => 'Результати імпорту: created - :created, updated - :updated, skipped - :skipped, processed - :processed.', + + 'table_toolbox_helper' => 'Відображати команду', + 'table_toolbox_create' => 'Створити :description', + + 'choice_field_list' => 'Вибір доступних полів (Наприклад: 1,2,3,4)', + 'choice_sorting' => 'Вибір сортування', + 'choice_lang_list' => 'Вибрати lang', + 'choice_extend_model' => 'Вибрати extend model', + 'set' => 'Встановити :name (Example: :example)', + 'create' => 'Створити :name?', + 'force_file' => ' +Файл: "файл вже існує". Створити примусово?', + 'add_side_menu' => 'Додати бокове меню (side menu) в plugin.yaml?', + 'version_up' => 'Додати нову версію до version.yaml?', ], 'settings' => [ - 'count_per_page' => 'Count elements per page', - 'available_count_per_page' => 'List of available values for "count_per_page"', - 'available_count_per_page_desc' => 'Set allowed values separated by commas.', - 'number_validation' => 'You must enter the number', - 'pagination_limit' => 'Max count buttons', - 'active_class' => 'Class for active button', - 'button_list' => 'Button list', + 'count_per_page' => 'Кількість елементів на сторінці', + 'available_count_per_page' => ' +Список доступних значень для "count_per_page"', + 'available_count_per_page_desc' => ' +Встановити дозволені значення, розділені комами.', + 'number_validation' => 'Необхідно ввести число', + 'pagination_limit' => 'Максимальна кількість кнопок пагінації', + 'active_class' => 'Клас активної кнопки', + 'button_list' => 'Список кнопок', 'button_list_description' => 'main,first,first-more,prev,prev-more,next,next-more,last,last-more', - 'button_name' => 'Button name', - 'button_limit' => 'Show button after page', - 'button_number' => 'Show number button name', - 'button_class' => 'CSS class', - 'last_button' => '"Last" button', - 'last-more_button' => '"More" (before "Last")', - 'next_button' => '"Next" button', - 'next-more_button' => '"More" (before "Next")', - 'prev_button' => '"Prev" button', - 'prev-more_button' => '"More" (after "Prev")', - 'first_button' => '"First" button', - 'first-more_button' => '"More" (after "First")', - 'main_button' => '"Main" button', - 'slug_is_translatable' => 'URL is translatable', + 'button_name' => 'Назва кнопки', + 'button_limit' => ' +Показати кнопку за сторінкою', + 'button_number' => 'Відобразити ім\'я кнопки як число', + 'button_class' => 'Клас CSS', + 'last_button' => '"Остання"', + 'last-more_button' => '"Далі" (перед "Остання")', + 'next_button' => '"Наступна"', + 'next-more_button' => '"Далі" (перед "Наступна")', + 'prev_button' => '"Попередня"', + 'prev-more_button' => '"Далі" (після "Попередня") +', + 'first_button' => '"Перша"', + 'first-more_button' => '"Далі" (після "Перша")', + 'main_button' => '"Основна"', + 'slug_is_translatable' => 'URL підтримує багатомовність', ], 'button' => [ - 'add_property_value' => 'Add property value', - 'import_from_csv' => 'Import from CSV', - 'export_in_csv' => 'Export in CSV', - 'import_button' => 'Import records', + 'add_property_value' => 'Додати значення властивості', + 'import_from_csv' => 'Імпорт з CSV', + 'export_in_csv' => 'Експорт з CSV', + 'import_button' => 'Імпорт записів', + 'import_from_xml' => 'Імпорт з XML', ], 'type' => [ - 'input' => 'Text field (input)', - 'number' => 'Text field (number)', - 'textarea' => 'Text field (textarea)', - 'rich_editor' => 'Text field (wysiwyg)', - 'single_checkbox' => 'Single checkbox', - 'switch' => 'Switch', - 'checkbox' => 'Checkbox list (checkbox)', - 'balloon_selector' => 'Balloon selector', - 'tag_list' => 'Tag list', - 'select' => 'Select', - 'radio' => 'Radio button', - 'date' => 'Date picker (datetime)', - 'colorpicker' => 'Color picker (colorpicker)', - 'mediafinder' => 'File', + 'input' => 'Текстове поле (input)', + 'number' => 'Числове поле (number)', + 'textarea' => 'Текстове поле (textarea)', + 'rich_editor' => 'Текстове поле (wysiwyg)', + 'single_checkbox' => 'Чекбокс', + 'switch' => 'Вимикач', + 'checkbox' => 'Список чекбоксів (checkbox) +', + 'balloon_selector' => 'Вибір зі списку (balloon selector)', + 'tag_list' => 'Множинний вибір зі списку (tag list)', + 'select' => 'Обрати', + 'radio' => 'Вибір зі списку (radio button)', + 'date' => 'Поле вибору дати і часу (datetime)', + 'colorpicker' => 'Поле вибору кольору (colorpicker)', + 'mediafinder' => 'Файл', ], 'permission' => [ - 'settings' => 'Manage settings', + 'settings' => 'Управління налаштуваннями', ], ]; diff --git a/lang/vi/lang.php b/lang/vi/lang.php index 47e87bac..667401ee 100644 --- a/lang/vi/lang.php +++ b/lang/vi/lang.php @@ -1,12 +1,12 @@ [ 'name' => 'Toolbox', - 'description' => 'Toolbox is a set of helpers for faster development for October CMS.', + 'description' => 'Toolbox là tập hợp các helper giúp phát triển dự án nhanh hơn bằng October CMS.', ], 'field' => [ 'id' => 'ID', - 'name' => 'Name', - 'title' => 'Title', + 'name' => 'Tên', + 'title' => 'Tiêu đề', 'active' => 'Active', 'hidden' => 'Hidden', 'code' => 'Code', @@ -63,8 +63,10 @@ 'amount' => 'Amount', 'author' => 'Author', 'link' => 'Link', + 'view_count' => 'View count', 'is_default' => 'Is default', 'symbol' => 'Symbol', + 'field' => 'Field', 'sort_order' => 'Sorting', 'created_at' => 'Created', @@ -82,7 +84,7 @@ 'import_queue_name' => 'The name of the queue for processing import items', 'email_list_description' => 'Fill out list of emails separated by commas', 'import_deactivate' => 'Deactivate elements', - 'import_deactivate_description' => 'All active elements that are not in CSV file will be deactivated.', + 'import_deactivate_description' => 'All active elements that are not in file will be deactivated.', 'country' => 'Country', 'state' => 'State', @@ -91,11 +93,22 @@ 'address1' => 'Address 1', 'address2' => 'Address 2', 'postcode' => 'Postcode', + + 'import_file_list' => 'Import file list', + 'import_from_file' => 'Import from file', + 'import_file_path' => 'Relative path from storage folder to file', + 'import_image_folder' => 'Relative path from storage folder to image folder', + 'import_path_to_list' => 'Path to node with list of elements', + 'import_path_to_list_example' => 'main/elements/element', + 'import_field_list' => 'Field list', + 'import_path_to_field' => 'Path to field node', + 'import_path_to_field_example' => 'fields/field[@code="active"]', ], 'tab' => [ 'preview_content' => 'Preview content', 'full_content' => 'Content', 'images' => 'Images', + 'files' => 'Files', 'settings' => 'Settings', 'description' => 'Description', 'properties' => 'Properties', @@ -120,13 +133,15 @@ 'property_mode' => 'Component mode', 'mode_submit' => 'Form submit', 'mode_ajax' => 'Ajax', + 'has_wildcard' => 'URL section is wildcard', + 'skip_error' => 'Skip "Not found" error', ], 'message' => [ - 'create_success' => 'Create :name was successfully', - 'update_success' => 'Update :name was successfully', - 'delete_success' => 'Delete :name was successfully', + 'create_success' => 'Create :name was successful', + 'update_success' => 'Update :name was successful', + 'delete_success' => 'Delete :name was successful', 'restore_confirm' => 'Do you want to restore selected items?', - 'restore_success' => 'Restore elements was successfully', + 'restore_success' => 'Restore elements was successful', 'e_not_correct_request' => 'Request is not correct', 'row_is_empty' => 'Row is empty.', 'external_id_is_empty' => 'External ID is empty.', @@ -134,6 +149,21 @@ 'import_active_field_info' => 'Value of “active” field will be set to “true”, if it is not in CSV file.', 'import_preview_image_field_info' => 'Path to preview image file must be set relative to storage directory of your project. For example: "app/media/image.jpg".', 'import_images_field_info' => 'Path to image file must be set relative to storage directory of your project. For example: "app/media/image.jpg". Paths to image files must be separated by commas.', + 'import_from_xml_confirm' => 'Start import from XML file?', + 'import_from_xml_report' => 'Import results: created - :created, updated - :updated, skipped - :skipped, processed - :processed.', + + 'table_toolbox_helper' => 'Display command list.', + 'table_toolbox_create' => 'Create :description', + + 'choice_field_list' => 'Choice available fields (Example: 1,2,3,4)', + 'choice_sorting' => 'Choice sorting', + 'choice_lang_list' => 'Choice lang', + 'choice_extend_model' => 'Choice extend model', + 'set' => 'Set :name (Example: :example)', + 'create' => 'Create :name?', + 'force_file' => 'File :file already exists. Create forced?', + 'add_side_menu' => 'Add side menu to plugin.yaml?', + 'version_up' => 'Add new version to version.yaml?', ], 'settings' => [ 'count_per_page' => 'Count elements per page', @@ -164,6 +194,7 @@ 'import_from_csv' => 'Import from CSV', 'export_in_csv' => 'Export in CSV', 'import_button' => 'Import records', + 'import_from_xml' => 'Import from XML', ], 'type' => [ 'input' => 'Text field (input)', diff --git a/lang/zh/lang.php b/lang/zh/lang.php index 91536838..ef8ca5a7 100644 --- a/lang/zh/lang.php +++ b/lang/zh/lang.php @@ -1,57 +1,57 @@ [ - 'name' => '工具框', - 'description' => '工具箱是一组帮助程序, 用于为 10月 cms 更快地开发。', + 'name' => 'Toolbox', + 'description' => 'Toolbox is a set of helpers for faster development for October CMS.', ], 'field' => [ 'id' => 'ID', - 'name' => '名称', - 'title' => '标题', - 'active' => '活动', - 'hidden' => '隐藏', - 'code' => '代码', - 'slug' => '网址', - 'external_id' => '外部 ID', - 'preview_text' => '预览文本', - 'preview_image' => '预览图片', - 'image' => '图片', - 'images' => '图片库', - 'description' => '描述', - 'category' => '类别', - 'email' => '邮箱', - 'phone' => '手机', - 'moderation' => '调试', - 'mode' => '模式', - 'status' => '状态', - 'city' => '城市', - 'address' => '地址', - 'street' => '街道', - 'lat' => 'Lat', + 'name' => 'Name', + 'title' => 'Title', + 'active' => 'Active', + 'hidden' => 'Hidden', + 'code' => 'Code', + 'slug' => 'URL', + 'external_id' => 'External ID', + 'preview_text' => 'Preview text', + 'preview_image' => 'Preview image', + 'image' => 'Image', + 'images' => 'Images (gallery)', + 'description' => 'Description', + 'category' => 'Category', + 'email' => 'Email', + 'phone' => 'Phone', + 'moderation' => 'Moderation', + 'mode' => 'Mode', + 'status' => 'Status', + 'city' => 'City', + 'address' => 'Address', + 'street' => 'Street', + 'lat' => 'lat', 'lng' => 'lng', - 'type' => '类型', - 'avatar' => '头像', - 'property' => '属性', - 'property_list_value' => '可用属性', - 'property_mode' => '属性模式', - 'property_tab' => '选项卡名称', - 'property_is_translatable' => '属性是可翻译的', - 'key' => '关键字', - 'value' => '数值', - 'label' => '标签', - 'date' => '日期', - 'datetime' => '日期和时间', - 'time' => '时间', - 'file' => '文件', - 'decimals' => '小数位数:', - 'dec_point' => '小数零件分离器', - 'thousands_sep' => '千位分隔符', - 'dot' => '点', + 'type' => 'Type', + 'avatar' => 'Avatar', + 'property' => 'Property', + 'property_list_value' => 'Available property values', + 'property_mode' => 'Property mode', + 'property_tab' => 'Tab name', + 'property_is_translatable' => 'Property is translatable', + 'key' => 'Key', + 'value' => 'Value', + 'label' => 'Label', + 'date' => 'Date', + 'datetime' => 'Date and time', + 'time' => 'Time', + 'file' => 'File', + 'decimals' => 'Number of decimal places', + 'dec_point' => 'Fractional part separator', + 'thousands_sep' => 'Thousands separator', + 'dot' => 'Dot', 'comma' => 'Comma', - 'together' => '合并', + 'together' => 'Merge', 'space' => 'Space', 'date_begin' => 'Date of the beginning', 'date_end' => 'Date of the ending', - 'discount_value' => '折扣价', + 'discount_value' => 'Discount value', 'discount_type' => 'Discount type', 'discount_price' => 'Discount price', 'discount' => 'Discount', @@ -63,8 +63,10 @@ 'amount' => 'Amount', 'author' => 'Author', 'link' => 'Link', + 'view_count' => 'View count', 'is_default' => 'Is default', 'symbol' => 'Symbol', + 'field' => 'Field', 'sort_order' => 'Sorting', 'created_at' => 'Created', @@ -82,7 +84,7 @@ 'import_queue_name' => 'The name of the queue for processing import items', 'email_list_description' => 'Fill out list of emails separated by commas', 'import_deactivate' => 'Deactivate elements', - 'import_deactivate_description' => 'All active elements that are not in CSV file will be deactivated.', + 'import_deactivate_description' => 'All active elements that are not in file will be deactivated.', 'country' => 'Country', 'state' => 'State', @@ -91,11 +93,22 @@ 'address1' => 'Address 1', 'address2' => 'Address 2', 'postcode' => 'Postcode', + + 'import_file_list' => 'Import file list', + 'import_from_file' => 'Import from file', + 'import_file_path' => 'Relative path from storage folder to file', + 'import_image_folder' => 'Relative path from storage folder to image folder', + 'import_path_to_list' => 'Path to node with list of elements', + 'import_path_to_list_example' => 'main/elements/element', + 'import_field_list' => 'Field list', + 'import_path_to_field' => 'Path to field node', + 'import_path_to_field_example' => 'fields/field[@code="active"]', ], 'tab' => [ 'preview_content' => 'Preview content', 'full_content' => 'Content', 'images' => 'Images', + 'files' => 'Files', 'settings' => 'Settings', 'description' => 'Description', 'properties' => 'Properties', @@ -120,13 +133,15 @@ 'property_mode' => 'Component mode', 'mode_submit' => 'Form submit', 'mode_ajax' => 'Ajax', + 'has_wildcard' => 'URL section is wildcard', + 'skip_error' => 'Skip "Not found" error', ], 'message' => [ - 'create_success' => 'Create :name was successfully', - 'update_success' => 'Update :name was successfully', - 'delete_success' => 'Delete :name was successfully', + 'create_success' => 'Create :name was successful', + 'update_success' => 'Update :name was successful', + 'delete_success' => 'Delete :name was successful', 'restore_confirm' => 'Do you want to restore selected items?', - 'restore_success' => 'Restore elements was successfully', + 'restore_success' => 'Restore elements was successful', 'e_not_correct_request' => 'Request is not correct', 'row_is_empty' => 'Row is empty.', 'external_id_is_empty' => 'External ID is empty.', @@ -134,6 +149,21 @@ 'import_active_field_info' => 'Value of “active” field will be set to “true”, if it is not in CSV file.', 'import_preview_image_field_info' => 'Path to preview image file must be set relative to storage directory of your project. For example: "app/media/image.jpg".', 'import_images_field_info' => 'Path to image file must be set relative to storage directory of your project. For example: "app/media/image.jpg". Paths to image files must be separated by commas.', + 'import_from_xml_confirm' => 'Start import from XML file?', + 'import_from_xml_report' => 'Import results: created - :created, updated - :updated, skipped - :skipped, processed - :processed.', + + 'table_toolbox_helper' => 'Display command list.', + 'table_toolbox_create' => 'Create :description', + + 'choice_field_list' => 'Choice available fields (Example: 1,2,3,4)', + 'choice_sorting' => 'Choice sorting', + 'choice_lang_list' => 'Choice lang', + 'choice_extend_model' => 'Choice extend model', + 'set' => 'Set :name (Example: :example)', + 'create' => 'Create :name?', + 'force_file' => 'File :file already exists. Create forced?', + 'add_side_menu' => 'Add side menu to plugin.yaml?', + 'version_up' => 'Add new version to version.yaml?', ], 'settings' => [ 'count_per_page' => 'Count elements per page', @@ -164,6 +194,7 @@ 'import_from_csv' => 'Import from CSV', 'export_in_csv' => 'Export in CSV', 'import_button' => 'Import records', + 'import_from_xml' => 'Import from XML', ], 'type' => [ 'input' => 'Text field (input)',