'description'=>'Provides visual tools for building October plugins.',
'add'=>'Create plugin',
'no_records'=>'No plugins found',
'no_name'=>'No name',
'search'=>'Search...',
'filter_description'=>'Display all plugins or only your plugins.',
'settings'=>'Settings',
'entity_name'=>'Plugin',
'field_name'=>'Name',
'field_author'=>'Author',
'field_description'=>'Description',
'field_icon'=>'Plugin icon',
'field_plugin_namespace'=>'Plugin namespace',
'field_author_namespace'=>'Author namespace',
'field_namespace_description'=>'Namespace can contain only Latin letters and digits and should start with a Latin letter. Example plugin namespace: Blog',
'field_author_namespace_description'=>'You cannot change the namespaces with Builder after you create the plugin. Example author namespace: JohnSmith',
'tab_general'=>'General parameters',
'tab_description'=>'Description',
'field_homepage'=>'Plugin homepage URL',
'no_description'=>'No description provided for this plugin',
'error_settings_not_editable'=>'Settings of this plugin cannot be edited with Builder.',
'update_hint'=>'You can edit localized plugin\'s name and description on the Localization tab.',
'manage_plugins'=>'Create and edit plugins',
],
'author_name'=>[
'title'=>'Author name',
'description'=>'Default author name to use for your new plugins. The author name is not fixed - you can change it in the plugins configuration at any time.',
],
'author_namespace'=>[
'title'=>'Author namespace',
'description'=>'If you develop for the Marketplace, the namespace should match the author code and cannot be changed. Refer to the documentation for details.',
],
'database'=>[
'menu_label'=>'Database',
'no_records'=>'No tables found',
'search'=>'Search...',
'confirmation_delete_multiple'=>'Delete the selected tables?',
'field_name'=>'Table name',
'tab_columns'=>'Columns',
'column_name_name'=>'Column',
'column_name_required'=>'Please provide the column name',
'column_name_type'=>'Type',
'column_type_required'=>'Please select the column type',
'column_name_length'=>'Length',
'column_validation_length'=>'The Length value should be integer or specified as precision and scale (10,2) for decimal columns. Spaces are not allowed in the length column.',
'column_validation_title'=>'Only digits, lower-case Latin letters and underscores are allowed in column names',
'id_exists'=>'ID column already exists in the table.',
'timestamps_exist'=>'created_at and deleted_at columns already exist in the table.',
'soft_deleting_exist'=>'deleted_at column already exists in the table.',
'confirm_delete'=>'Delete the table?',
'error_enum_not_supported'=>'The table contains column(s) with type "enum" which is not currently supported by the Builder.',
'error_table_name_invalid_prefix'=>"Table name should start with the plugin prefix: ':prefix'.",
'error_table_name_invalid_characters'=>'Invalid table name. Table names should contain only Latin letters, digits and underscores. Names should start with a Latin letter and could not contain spaces.',
'field_add_soft_deleting_description'=>'The database table must have deleted_at column.',
'error_class_name_exists'=>'Model file already exists for the specified class name: :path',
'error_timestamp_columns_must_exist'=>'The database table must have created_at and updated_at columns.',
'error_deleted_at_column_must_exist'=>'The database table must have deleted_at column.',
'add_form'=>'Add form',
'add_list'=>'Add list',
],
'form'=>[
'saved'=>'Form saved',
'confirm_delete'=>'Delete the form?',
'tab_new_form'=>'New form',
'property_label_title'=>'Label',
'property_label_required'=>'Please specify the control label.',
'property_span_title'=>'Span',
'property_comment_title'=>'Comment',
'property_comment_above_title'=>'Comment above',
'property_default_title'=>'Default',
'property_checked_default_title'=>'Checked by default',
'property_css_class_title'=>'CSS class',
'property_css_class_description'=>'Optional CSS class to assign to the field container.',
'property_disabled_title'=>'Disabled',
'property_read_only_title'=>'Read only',
'property_hidden_title'=>'Hidden',
'property_required_title'=>'Required',
'property_field_name_title'=>'Field name',
'property_placeholder_title'=>'Placeholder',
'property_default_from_title'=>'Default from',
'property_stretch_title'=>'Stretch',
'property_stretch_description'=>'Specifies if this field stretches to fit the parent height.',
'property_context_title'=>'Context',
'property_context_description'=>'Specifies what form context should be used when displaying the field.',
'property_context_create'=>'Create',
'property_context_update'=>'Update',
'property_context_preview'=>'Preview',
'property_dependson_title'=>'Depends on',
'property_trigger_action'=>'Action',
'property_trigger_show'=>'Show',
'property_trigger_hide'=>'Hide',
'property_trigger_enable'=>'Enable',
'property_trigger_disable'=>'Disable',
'property_trigger_empty'=>'Empty',
'property_trigger_field'=>'Field',
'property_trigger_field_description'=>'Defines the other field name that will trigger the action.',
'property_trigger_condition'=>'Condition',
'property_trigger_condition_description'=>'Determines the condition the specified field should satisfy for the condition to be considered "true". Supported values: checked, unchecked, value[somevalue].',
'property_preset_description'=>'Allows the field value to be initially set by the value of another field, converted using the input preset converter.',
'property_preset_field'=>'Field',
'property_preset_field_description'=>'Defines the other field name to source the value from.',
'property_preset_type'=>'Type',
'property_preset_type_description'=>'Specifies the conversion type',
'property_attributes_title'=>'Attributes',
'property_attributes_description'=>'Custom HTML attributes to add to the form field element.',
'property_container_attributes_description'=>'Custom HTML attributes to add to the form field container element.',
'property_group_advanced'=>'Advanced',
'property_dependson_description'=>'A list of other field names this field depends on, when the other fields are modified, this field will update. One field per line.',
'property_trigger_title'=>'Trigger',
'property_trigger_description'=>'Allows to change elements attributes such as visibility or value, based on another elements\' state.',
'property_default_from_description'=>'Takes the default value from the value of another field.',
'property_field_name_required'=>'The field name is required',
'property_field_name_regex'=>'The field name can contain only Latin letters, digits, underscores, dashes and square brackets.',
'property_attributes_size'=>'Size',
'property_attributes_size_tiny'=>'Tiny',
'property_attributes_size_small'=>'Small',
'property_attributes_size_large'=>'Large',
'property_attributes_size_huge'=>'Huge',
'property_attributes_size_giant'=>'Giant',
'property_comment_position'=>'Comment position',
'property_comment_position_above'=>'Above',
'property_comment_position_below'=>'Below',
'property_hint_path'=>'Hint partial path',
'property_hint_path_description'=>'Path to a partial file that contains the hint text. Use the $ symbol to refer the plugins root directory, for example: $/acme/blog/partials/_hint.htm',
'property_hint_path_required'=>'Please enter the hint partial path',
'property_partial_path'=>'Partial path',
'property_partial_path_description'=>'Path to a partial file. Use the $ symbol to refer the plugins root directory, for example: $/acme/blog/partials/_partial.htm',
'property_partial_path_required'=>'Please enter the partial path',
'property_codefolding_markbeginend'=>'Mark begin and end',
'property_autoclosing'=>'Auto closing',
'property_enabled'=>'Enabled',
'property_disabled'=>'Disabled',
'property_soft_tabs'=>'Soft tabs',
'property_tab_size'=>'Tab size',
'property_readonly'=>'Read only',
'property_use_default'=>'Use default settings',
'property_options'=>'Options',
'property_prompt'=>'Prompt',
'property_prompt_description'=>'Text to display for the create button.',
'property_prompt_default'=>'Add new item',
'property_available_colors'=>'Available colors',
'property_available_colors_description'=>'List of available colors in hex format (#FF0000). Leave empty for the default color set. Enter one value per line.',
'property_datepicker_mode'=>'Mode',
'property_datepicker_mode_date'=>'Date',
'property_datepicker_mode_datetime'=>'Date and time',
'property_datepicker_min_date_description'=>'The minimum/earliest date that can be selected. This may be any string accepted by Carbon. Leave empty for no minimum date.',
'property_datepicker_max_date_description'=>'The maximum/latest date that can be selected. This may be any string accepted by Carbon. Leave empty for no maximum date.',
'property_datepicker_year_range_description'=>'Number of years either side (eg 10) or array of upper/lower range (eg [1900,2015]). Leave empty for the default value (10).',
'property_datepicker_year_range_invalid_format'=>'Invalid year range format. Use number (eg "10") or array of upper/lower range (eg "[1900,2015]")',
'property_datepicker_format'=>'Format',
'property_datepicker_year_format_description'=>'Define a custom date format. The default format is "Y-m-d"',
'property_markdown_mode'=>'Mode',
'property_markdown_mode_split'=>'Split',
'property_markdown_mode_tab'=>'Tab',
'property_fileupload_mode'=>'Mode',
'property_fileupload_mode_file'=>'File',
'property_fileupload_mode_image'=>'Image',
'property_group_fileupload'=>'File upload',
'property_fileupload_prompt'=>'Prompt',
'property_fileupload_prompt_description'=>'Text to display for the upload button, applies to File mode only, optional.',
'property_fileupload_image_width'=>'Image width',
'property_fileupload_image_width_description'=>'Optional parameter - images will be resized to this width. Applies to Image mode only.',
'property_fileupload_invalid_dimension'=>'Invalid dimension value - please enter a number.',
'property_fileupload_image_height_description'=>'Optional parameter - images will be resized to this height. Applies to Image mode only.',
'property_fileupload_file_types'=>'File types',
'property_fileupload_file_types_description'=>'Optional comma separated list of file extensions that are accepted by the uploader. Eg: zip,txt',
'property_fileupload_mime_types'=>'MIME types',
'property_fileupload_mime_types_description'=>'Optional comma separated list of MIME types that are accepted by the uploader, either as file extensions or fully qualified names. Eg: bin,txt',
'property_fileupload_use_caption'=>'Use caption',
'property_fileupload_use_caption_description'=>'Allows a title and description to be set for the file.',
'property_description_from_description'=>'Relation column name to use for displaying a description.',
'property_recordfinder_prompt'=>'Prompt',
'property_recordfinder_prompt_description'=>'Text to display when there is no record selected. The %s character represents the search icon. Leave empty for the default prompt.',
'property_recordfinder_list_description'=>'A reference to a list column definition file. Use the $ symbol to refer the plugins root directory, for example: $/acme/blog/lists/_list.yaml',
'property_recordfinder_list_required'=>'Please provide a path to the list YAML file',
'property_group_recordfinder'=>'Record finder',
'property_mediafinder_mode'=>'Mode',
'property_mediafinder_mode_file'=>'File',
'property_mediafinder_mode_image'=>'Image',
'property_mediafinder_prompt'=>'Prompt',
'property_mediafinder_prompt_description'=>'Text to display when there is no item selected. The %s character represents the media manager icon. Leave empty for the default prompt.',
'property_mediafinder_image_width_description'=>'If using image type, the preview image will be displayed to this width, optional.',
'property_mediafinder_image_height_description'=>'If using image type, the preview image will be displayed to this height, optional.',
'property_group_taglist'=>'Tag list',
'property_taglist_mode'=>'Mode',
'property_taglist_mode_description'=>'Defines the format that this field\'s value is returned as',
'property_taglist_mode_string'=>'String',
'property_taglist_mode_array'=>'Array',
'property_taglist_mode_relation'=>'Relation',
'property_taglist_separator'=>'Separator',
'property_taglist_separator_comma'=>'Commas',
'property_taglist_separator_space'=>'Spaces',
'property_taglist_options'=>'Predefined tags',
'property_taglist_custom_tags'=>'Custom tags',
'property_taglist_custom_tags_description'=>'Allow custom tags to be entered manually by the user.',
'property_taglist_name_from'=>'Name from',
'property_taglist_name_from_description'=>'Defines the relation model attribute displayed in the tag. Only used in "relation" mode.',
'property_taglist_use_key'=>'Use key',
'property_taglist_use_key_description'=>'If checked, the tag list will use the key instead of the value for saving and reading data. Only used in "relation" mode.',
'property_group_relation'=>'Relation',
'property_relation_prompt'=>'Prompt',
'property_relation_prompt_description'=>'Text to display when there is no available selections.',
'property_empty_option'=>'Empty option',
'property_empty_option_description'=>'The empty option corresponds to the empty selection, but unlike the placeholder it can be reselected.',
'property_show_search'=>'Show search',
'property_show_search_description'=>'Enables the search feature for this dropdown.',
'behavior_form_controller_description'=>'Adds form functionality to a back-end page. The behavior provides three pages called Create, Update and Preview.',
'property_behavior_form_redirect_close_description'=>'A page to redirect to when a record is created and the close post variable is sent with the request.',
'behavior_list_controller_description'=>'Provides the sortable and searchable list with optional links on its records. The behavior automatically creates the controller action "index".',
'property_behavior_list_title'=>'List title',
'property_behavior_list_title_required'=>'Please enter the list title',
'property_behavior_list_record_url_description'=>'Link each list record to another page. Eg: users/update:id. The :id part is replaced with the record identifier.',
'property_behavior_list_no_records_message'=>'No records message',
'property_behavior_list_no_records_message_description'=>'A message to display when no records are found',
'property_behavior_list_recs_per_page'=>'Records per page',
'property_behavior_list_recs_per_page_description'=>'Records to display per page, use 0 for no pages. Default: 0',
'property_behavior_list_recs_per_page_regex'=>'Records per page should be an integer value',
'behavior_reorder_controller_description'=>'Provides features for sorting and reordering on its records. The behavior automatically creates the controller action "reorder".',
'property_behavior_reorder_toolbar_buttons_description'=>'Reference to a controller partial file with the toolbar buttons. Eg: reorder_toolbar',
'error_controller_not_found'=>'Original controller file is not found.',
'error_invalid_config_file_name'=>'The behavior :class configuration file name (:file) contains invalid characters and cannot be loaded.',
'error_file_not_yaml'=>'The behavior :class configuration file (:file) is not a YAML file. Only YAML configuration files are supported.',
'saved'=>'Controller saved',
'controller_name'=>'Controller name',
'controller_name_description'=>'Controller name defines the class name and URL of the controller\'s back-end pages. Standard PHP variable naming conventions apply. The first symbol should be a capital Latin letter. Examples: Categories, Posts, Products.',
'base_model_class'=>'Base model class',
'base_model_class_description'=>'Select a model class to use as a base model in behaviors that require or support models. You can configure the behaviors later.',
'controller_behaviors_description'=>'Select behaviors the controller should implement. Builder will create view files required for the behaviors automatically.',
'controller_permissions'=>'Permissions',
'controller_permissions_description'=>'Select user permissions that can access the controller views. Permissions can be defined on the Permissions tab of the Builder. You can change this option in the controller PHP script later.',
'controller_permissions_no_permissions'=>'The plugin doesn\'t define any permissions.',
'menu_item'=>'Active menu item',
'menu_item_description'=>'Select a menu item to make active for the controller pages. You can change this option in the controller PHP script later.',
'menu_item_placeholder'=>'--select menu item--',
'error_unknown_behavior'=>'The behavior class :class is not registered in the behavior library.',
'error_behavior_view_conflict'=>'The selected behaviors provide conflicting views (:view) and cannot be used together in a controller.',
'error_behavior_config_conflict'=>'The selected behaviors provide conflicting configuration files (:file) and cannot be used together in a controller.',
'error_behavior_view_file_not_found'=>'View template :view of the behavior :class cannot be found.',
'error_behavior_config_file_not_found'=>'Configuration template :file of the behavior :class cannot be found.',
'error_controller_name_invalid'=>'Invalid controller name format. The name can only contain digits and Latin letters. The first symbol should be a capital Latin letter.',
'error_behavior_requires_base_model'=>'Behavior :behavior requires a base model class to be selected.',
'error_model_doesnt_have_lists'=>'The selected model doesn\'t have any lists. Please create a list first.',
'error_model_doesnt_have_forms'=>'The selected model doesn\'t have any forms. Please create a form first.',
],
'version'=>[
'menu_label'=>'Versions',
'no_records'=>'No plugin versions found',
'search'=>'Search...',
'tab'=>'Versions',
'saved'=>'Version saved',
'confirm_delete'=>'Delete the version?',
'tab_new_version'=>'New version',
'migration'=>'Migration',
'seeder'=>'Seeder',
'custom'=>'Increase the version number',
'apply_version'=>'Apply version',
'applying'=>'Applying...',
'rollback_version'=>'Rollback version',
'rolling_back'=>'Rolling back...',
'applied'=>'Version applied',
'rolled_back'=>'Version rolled back',
'hint_save_unapplied'=>'You saved an unapplied version. Unapplied versions could be automatically applied when you or another user logs into the back-end or when a database table is saved in the Database section of the Builder.',
'hint_rollback'=>'Rolling back a version will also roll back all versions newer than this version. Please note that unapplied versions could be automatically applied by the system when you or another user logs into the back-end or when a database table is saved in the Database section of the Builder.',
'hint_apply'=>'Applying a version will also apply all older unapplied versions of the plugin.',
'property_label_required'=>'Please enter the menu item labels.',
'property_url_required'=>'Please enter the menu item URL',
'property_url'=>'URL',
'property_icon'=>'Icon',
'property_icon_required'=>'Please select an icon',
'property_permissions'=>'Permissions',
'property_order'=>'Order',
'property_order_invalid'=>'Please enter the menu item order as integer value.',
'property_order_description'=>'Menu item order manages its position in the menu. If the order is not provided, the item will be placed to the end of the menu. The default order values have the increment of 100.',
'property_attributes'=>'HTML attributes',
'property_code'=>'Code',
'property_code_invalid'=>'The code should contain only Latin letter and digits',
'property_code_required'=>'Please enter the menu item code.',
'error_duplicate_main_menu_code'=>"Duplicate main menu item code: ':code'.",
'error_duplicate_side_menu_code'=>"Duplicate side menu item code: ':code'.",
],
'localization'=>[
'menu_label'=>'Localization',
'language'=>'Language',
'strings'=>'Strings',
'confirm_delete'=>'Delete the language?',
'tab_new_language'=>'New language',
'no_records'=>'No languages found',
'saved'=>'Language file saved',
'error_cant_load_file'=>'Cannot load the requested language file - file not found.',
'error_bad_localization_file_contents'=>'Cannot load the requested language file. Language files can only contain array definitions and strings.',
'error_file_not_array'=>'Cannot load the requested language file. Language files should return an array.',
'add_missing_strings_label'=>'Select language to copy missing strings from',
'no_languages_to_copy_from'=>'There are no other languages to copy strings from.',
'new_string_warning'=>'New string or section',
'structure_mismatch'=>'The structure of the source language file doesn\'t match the structure of the file being edited. Some individual strings in the edited file correspond to sections in the source file (or vice versa) and cannot be merged automatically.',
'create_string'=>'Create new string',
'string_key_label'=>'String key',
'string_key_comment'=>'Enter the string key using period as a section separator. For example: plugin.search. The string will be created in the plugin\'s default language localization file.',
'string_value'=>'String value',
'string_key_is_empty'=>'String key should not be empty',
'string_key_is_a_string'=>':key is a string and cannot contain other strings.',
'string_value_is_empty'=>'String value should not be empty',
'select_plugin_first'=>'Please select a plugin first. To see the plugin list click the > icon on the left sidebar.',
'plugin_not_selected'=>'Plugin is not selected',
'add'=>'Add',
],
'migration'=>[
'entity_name'=>'Migration',
'error_version_invalid'=>'The version should be specified in format 1.0.1',
'field_version'=>'Version',
'field_description'=>'Description',
'field_code'=>'Code',
'save_and_apply'=>'Save & Apply',
'error_version_exists'=>'The migration version already exists.',
'error_script_filename_invalid'=>'The migration script file name can contain only Latin letters, digits and underscores. The name should start with a Latin letter and could not contain spaces.',
'error_cannot_change_version_number'=>'Cannot change version number for an applied version.',
'error_file_must_define_class'=>'Migration code should define a migration or seeder class. Leave the code field blank if you only want to update the version number.',
'error_file_must_define_namespace'=>'Migration code should define a namespace. Leave the code field blank if you only want to update the version number.',
'no_changes_to_save'=>'There are no changes to save.',
'error_namespace_mismatch'=>"The migration code should use the plugin namespace: :namespace",
'error_migration_file_exists'=>"Migration file :file already exists. Please use another class name.",
'error_cant_delete_applied'=>'This version has already been applied and cannot be deleted. Please rollback the version first.',
],
'components'=>[
'list_title'=>'Record list',
'list_description'=>'Displays a list of records for a selected model',
'list_page_number'=>'Page number',
'list_page_number_description'=>'This value is used to determine what page the user is on.',
'list_records_per_page'=>'Records per page',
'list_records_per_page_description'=>'Number of records to display on a single page. Leave empty to disable pagination.',
'list_records_per_page_validation'=>'Invalid format of the records per page value. The value should be a number.',
'list_no_records'=>'No records message',
'list_no_records_description'=>'Message to display in the list in case if there are no records. Used in the default component\'s partial.',
'list_no_records_default'=>'No records found',
'list_sort_column'=>'Sort by column',
'list_sort_column_description'=>'Model column the records should be ordered by',
'list_sort_direction'=>'Direction',
'list_display_column'=>'Display column',
'list_display_column_description'=>'Column to display in the list. Used in the default component\'s partial.',
'list_display_column_required'=>'Please select a display column.',
'list_details_page'=>'Details page',
'list_details_page_description'=>'Page to display record details.',
'list_details_page_no'=>'--no details page--',
'list_sorting'=>'Sorting',
'list_pagination'=>'Pagination',
'list_order_direction_asc'=>'Ascending',
'list_order_direction_desc'=>'Descending',
'list_model'=>'Model class',
'list_scope'=>'Scope',
'list_scope_description'=>'Optional model scope to fetch the records',
'list_scope_default'=>'--select a scope, optional--',
'list_scope_value'=>'Scope value',
'list_scope_value_description'=>'Optional value to pass to the model scope',
'list_details_page_link'=>'Link to the details page',
'list_details_key_column'=>'Details key column',
'list_details_key_column_description'=>'Model column to use as a record identifier in the details page links.',