'description'=>'Proporciona herramientas visuales para la construcción de plugins de October.',
'add'=>'Crear plugin',
'no_records'=>'No se encuentran plugins',
'no_name'=>'Sin nombre',
'search'=>'Buscar...',
'filter_description'=>'Mostrar todos los plugins o sólo tus plugins.',
'settings'=>'Configuración',
'entity_name'=>'Plugin',
'field_name'=>'Nombre',
'field_author'=>'Autor',
'field_description'=>'Descripción',
'field_icon'=>'Icono plugin',
'field_plugin_namespace'=>'Espacio de nombres de plugin',
'field_author_namespace'=>'Espacio de nombres de autor',
'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'=>'Parametros generales',
'tab_description'=>'Descripción',
'field_homepage'=>'Plugin homepage URL',
'no_description'=>'No hay descripción proporcionada para este plugin',
'error_settings_not_editable'=>'Configuración de este plugin no se pueden editar con el Builder.',
'update_hint'=>'Puedes editar el nombre de plugins y descripción localizada en la pestaña de localizaciones.',
'manage_plugins'=>'Crear y editar plugins',
],
'author_name'=>[
'title'=>'Nombre del autor',
'description'=>'Por defecto el nombre del autor a utilizar para sus nuevos plugins. El nombre del autor no es fijo - se puede cambiar en la configuración de los plugins en cualquier momento.',
],
'author_namespace'=>[
'title'=>'Espacio de nombres',
'description'=>'Si desarrolla para el Marketplace, el espacio de nombres debe coincidir con el código de autor y no puede ser cambiado. Consulte la documentación para más detalles.',
],
'database'=>[
'menu_label'=>'Base de datos',
'no_records'=>'Tablas no encontradas',
'search'=>'Buscar...',
'confirmation_delete_multiple'=>'¿Eliminar las tablas seleccionadas?',
'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',
'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.',
'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_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_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_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_available_colors_description'=>'List of available colors in hex format (#FF0000). Leave empty for the default color set. Enter one value per line.',
'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_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_group_relation'=>'Relation',
'property_relation_prompt'=>'Prompt',
'property_relation_prompt_description'=>'Text to display when there is no available selections.',
'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".',
'controller_name_description'=>'El nombre del controlador define el nombre de la clase y la URL del controlador en el backend. Se aplican Las convenciones estándar de nombramiento de variables. El primer simbolo debe ser una letra Mayúscula: Ejemplo: Categories, Posts, Products',
'base_model_class'=>'Clase de modelo base',
'base_model_class_description'=>'Selecciona la clase del modelo para usarla como modelo base en los behaviors que se requieran o soporte el modelo. Puedes configurar los behaviors más adelante.',
'base_model_class_placeholder'=>'--selecciona el modelo--',
'controller_behaviors_description'=>'Selecciona los behaviors que el controlador debe implementar. El Plugin Builder creará las vistas requeridas para los behaviors automáticamente.',
'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'=>'El plugin no define ningún permiso.',
'menu_item'=>'Item activo del menú',
'menu_item_description'=>'Selecciona un item del menú para se active para las páginas de este controlador. Puedes cambiar esta opción en el script de PHP del controlador mas adelante.',
'menu_item_placeholder'=>'--selecciona el item del menú--',
'error_unknown_behavior'=>'La clase :class del behavior no está registrado en la librería de behaviors.',
'error_behavior_view_conflict'=>'El behaviors seleccionado provee vistas que ocasionan un conflicto (:view) y no pueden utilizarse juntas en un controlador.',
'error_behavior_config_conflict'=>'El behaviors seleccionado provee archivos de configuración que ocasionan un conflicto (:file) y no pueden utilizarse juntas en un controlador.',
'error_controller_name_invalid'=>'Formato del nombre del controlador invalido. El nombre solo puede contener letras y digitos. El primer simbolo debe ser una mayúscula.',
'error_behavior_view_file_exists'=>'El archivo de la vista del controlador ya existe: :view.',
'error_behavior_config_file_exists'=>'El archivo de configuración de este Behavior ya existe: :file.',
'error_save_file'=>'Error guardando el archivo del controlador: :file',
'error_behavior_requires_base_model'=>'El Behavior :behavior require de un modelo base para ser seleccionado.',
'error_model_doesnt_have_lists'=>'El modelo seleccionado no tiene ninguna lista. Favor de primero crear una lista.',
'error_model_doesnt_have_forms'=>'El modelo seleccionado no tiene ningún formulario. Favor de primero crear un formulario.',
'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_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.',
'add_missing_strings'=>'Añadir cadenas que faltan',
'copy'=>'Copiar',
'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'=>'Nueva cadena o sección',
'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_value_is_empty'=>'String value should not be empty',
'error_version_exists'=>'La versión de la migración ya existe.',
'error_script_filename_invalid'=>'El nombre del archivo de migración sólo puede contener letras, digitos y guiones bajos. El nombre de comenzar con el nombre debe comenzar con una letra y no puede contener espacios.',
'error_cannot_change_version_number'=>'No se puede cambiar el número de la versión para una versión ya aplicada.',
'error_file_must_define_class'=>'El código de la migración debe definir una clase de migración o de seeder. Dejar en blanco si solo quieres actualizar el número de la versión.',
'error_file_must_define_namespace'=>'La migración debe definir un namespace. Deja el campo de código en blanco si solo quieres actualizar el número de la versión.',
'no_changes_to_save'=>'No hay cambios que guardar.',
'error_namespace_mismatch'=>"El código de la migración debe utilizar el namespace del plugin :namespace",
'error_migration_file_exists'=>"El archivo de migración :file ya existe. Favor usa otro nombre para la clase.",
'error_cant_delete_applied'=>'Esta versión ya ha sido aplicada y no puede ser eliminada. Favor haz un rollback a la versión primero.',