@plone/volto 14.0.2 → 14.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +46 -0
- package/README.md +24 -3
- package/locales/ca/LC_MESSAGES/volto.po +12 -2
- package/locales/ca.json +1 -1
- package/locales/de/LC_MESSAGES/volto.po +12 -2
- package/locales/de.json +1 -1
- package/locales/en/LC_MESSAGES/volto.po +12 -2
- package/locales/en.json +1 -1
- package/locales/es/LC_MESSAGES/volto.po +12 -2
- package/locales/es.json +1 -1
- package/locales/eu/LC_MESSAGES/volto.po +12 -2
- package/locales/eu.json +1 -1
- package/locales/fr/LC_MESSAGES/volto.po +12 -2
- package/locales/fr.json +1 -1
- package/locales/it/LC_MESSAGES/volto.po +12 -2
- package/locales/it.json +1 -1
- package/locales/ja/LC_MESSAGES/volto.po +12 -2
- package/locales/ja.json +1 -1
- package/locales/nl/LC_MESSAGES/volto.po +12 -2
- package/locales/nl.json +1 -1
- package/locales/pt/LC_MESSAGES/volto.po +12 -2
- package/locales/pt.json +1 -1
- package/locales/pt_BR/LC_MESSAGES/volto.po +12 -2
- package/locales/pt_BR.json +1 -1
- package/locales/ro/LC_MESSAGES/volto.po +12 -2
- package/locales/ro.json +1 -1
- package/locales/volto.pot +12 -2
- package/package.json +3 -2
- package/src/actions/vocabularies/vocabularies.js +15 -3
- package/src/components/index.js +1 -0
- package/src/components/manage/Add/Add.jsx +1 -0
- package/src/components/manage/Blocks/HeroImageLeft/Edit.jsx +1 -1
- package/src/components/manage/Blocks/Listing/getAsyncData.js +1 -1
- package/src/components/manage/Blocks/Text/Edit.jsx +19 -0
- package/src/components/manage/Edit/Edit.jsx +1 -0
- package/src/components/manage/Form/Form.jsx +32 -6
- package/src/components/manage/Form/UndoToolbar.jsx +78 -0
- package/src/components/manage/Multilingual/TranslationObject.jsx +1 -0
- package/src/components/manage/Widgets/AlignWidget.stories.jsx +5 -21
- package/src/components/manage/Widgets/ArrayWidget.jsx +88 -88
- package/src/components/manage/Widgets/ArrayWidget.stories.jsx +37 -64
- package/src/components/manage/Widgets/CheckboxWidget.stories.jsx +5 -22
- package/src/components/manage/Widgets/DatetimeWidget.jsx +65 -74
- package/src/components/manage/Widgets/DatetimeWidget.stories.jsx +7 -23
- package/src/components/manage/Widgets/DatetimeWidget.test.jsx +17 -15
- package/src/components/manage/Widgets/EmailWidget.stories.jsx +5 -22
- package/src/components/manage/Widgets/FileWidget.stories.jsx +5 -22
- package/src/components/manage/Widgets/NumberWidget.stories.jsx +5 -23
- package/src/components/manage/Widgets/ObjectBrowserWidget.stories.js +24 -32
- package/src/components/manage/Widgets/ObjectListWidget.stories.js +44 -44
- package/src/components/manage/Widgets/ObjectWidget.stories.jsx +13 -28
- package/src/components/manage/Widgets/PasswordWidget.stories.jsx +5 -22
- package/src/components/manage/Widgets/QueryWidget.jsx +2 -2
- package/src/components/manage/Widgets/QueryWidget.stories.jsx +1637 -22
- package/src/components/manage/Widgets/SelectAutoComplete.jsx +79 -48
- package/src/components/manage/Widgets/SelectAutoComplete.test.jsx +16 -0
- package/src/components/manage/Widgets/SelectAutocompleteWidget.stories.jsx +161 -0
- package/src/components/manage/Widgets/SelectUtils.js +90 -30
- package/src/components/manage/Widgets/SelectUtils.test.jsx +76 -1
- package/src/components/manage/Widgets/SelectWidget.jsx +26 -37
- package/src/components/manage/Widgets/SelectWidget.stories.jsx +96 -28
- package/src/components/manage/Widgets/TextWidget.stories.jsx +5 -22
- package/src/components/manage/Widgets/TextareaWidget.stories.jsx +5 -22
- package/src/components/manage/Widgets/TokenWidget.jsx +19 -17
- package/src/components/manage/Widgets/TokenWidget.stories.jsx +141 -0
- package/src/components/manage/Widgets/UrlWidget.stories.jsx +5 -21
- package/src/components/manage/Widgets/VocabularyTermsWidget.stories.js +27 -64
- package/src/components/manage/Widgets/WysiwygWidget.stories.jsx +5 -22
- package/src/components/manage/Widgets/story.jsx +38 -0
- package/src/components/theme/ContactForm/ContactForm.jsx +1 -0
- package/src/components/theme/ContactForm/ContactForm.stories.jsx +126 -0
- package/src/components/theme/CorsError/CorsError.jsx +2 -2
- package/src/components/theme/Navigation/NavItem.jsx +3 -1
- package/src/config/Blocks.jsx +8 -1
- package/src/config/Loadables.jsx +2 -0
- package/src/config/index.js +3 -0
- package/src/helpers/UndoManager/useUndoManager.js +102 -0
- package/src/helpers/index.js +1 -0
- package/src/reducers/vocabularies/vocabularies.js +13 -2
- package/src/store.js +1 -1
- package/src/storybook.jsx +55 -0
- package/theme/themes/pastanaga/extras/time-picker-overrides.less +1 -1
- package/include/python3.8/Python-ast.h +0 -715
- package/include/python3.8/Python.h +0 -160
- package/include/python3.8/abstract.h +0 -844
- package/include/python3.8/asdl.h +0 -46
- package/include/python3.8/ast.h +0 -37
- package/include/python3.8/bitset.h +0 -23
- package/include/python3.8/bltinmodule.h +0 -14
- package/include/python3.8/boolobject.h +0 -34
- package/include/python3.8/bytearrayobject.h +0 -62
- package/include/python3.8/bytes_methods.h +0 -69
- package/include/python3.8/bytesobject.h +0 -224
- package/include/python3.8/cellobject.h +0 -29
- package/include/python3.8/ceval.h +0 -231
- package/include/python3.8/classobject.h +0 -59
- package/include/python3.8/code.h +0 -180
- package/include/python3.8/codecs.h +0 -240
- package/include/python3.8/compile.h +0 -106
- package/include/python3.8/complexobject.h +0 -69
- package/include/python3.8/context.h +0 -84
- package/include/python3.8/cpython/abstract.h +0 -319
- package/include/python3.8/cpython/dictobject.h +0 -94
- package/include/python3.8/cpython/fileobject.h +0 -24
- package/include/python3.8/cpython/initconfig.h +0 -434
- package/include/python3.8/cpython/interpreteridobject.h +0 -19
- package/include/python3.8/cpython/object.h +0 -470
- package/include/python3.8/cpython/objimpl.h +0 -113
- package/include/python3.8/cpython/pyerrors.h +0 -188
- package/include/python3.8/cpython/pylifecycle.h +0 -78
- package/include/python3.8/cpython/pymem.h +0 -108
- package/include/python3.8/cpython/pystate.h +0 -252
- package/include/python3.8/cpython/sysmodule.h +0 -21
- package/include/python3.8/cpython/traceback.h +0 -22
- package/include/python3.8/cpython/tupleobject.h +0 -36
- package/include/python3.8/cpython/unicodeobject.h +0 -1239
- package/include/python3.8/datetime.h +0 -259
- package/include/python3.8/descrobject.h +0 -108
- package/include/python3.8/dictobject.h +0 -94
- package/include/python3.8/dtoa.h +0 -19
- package/include/python3.8/dynamic_annotations.h +0 -499
- package/include/python3.8/enumobject.h +0 -17
- package/include/python3.8/errcode.h +0 -38
- package/include/python3.8/eval.h +0 -37
- package/include/python3.8/fileobject.h +0 -49
- package/include/python3.8/fileutils.h +0 -185
- package/include/python3.8/floatobject.h +0 -130
- package/include/python3.8/frameobject.h +0 -92
- package/include/python3.8/funcobject.h +0 -104
- package/include/python3.8/genobject.h +0 -109
- package/include/python3.8/graminit.h +0 -94
- package/include/python3.8/grammar.h +0 -77
- package/include/python3.8/import.h +0 -149
- package/include/python3.8/internal/pycore_accu.h +0 -39
- package/include/python3.8/internal/pycore_atomic.h +0 -558
- package/include/python3.8/internal/pycore_ceval.h +0 -37
- package/include/python3.8/internal/pycore_code.h +0 -27
- package/include/python3.8/internal/pycore_condvar.h +0 -95
- package/include/python3.8/internal/pycore_context.h +0 -42
- package/include/python3.8/internal/pycore_fileutils.h +0 -54
- package/include/python3.8/internal/pycore_getopt.h +0 -22
- package/include/python3.8/internal/pycore_gil.h +0 -50
- package/include/python3.8/internal/pycore_hamt.h +0 -116
- package/include/python3.8/internal/pycore_initconfig.h +0 -166
- package/include/python3.8/internal/pycore_object.h +0 -81
- package/include/python3.8/internal/pycore_pathconfig.h +0 -75
- package/include/python3.8/internal/pycore_pyerrors.h +0 -62
- package/include/python3.8/internal/pycore_pyhash.h +0 -10
- package/include/python3.8/internal/pycore_pylifecycle.h +0 -118
- package/include/python3.8/internal/pycore_pymem.h +0 -212
- package/include/python3.8/internal/pycore_pystate.h +0 -326
- package/include/python3.8/internal/pycore_traceback.h +0 -96
- package/include/python3.8/internal/pycore_tupleobject.h +0 -19
- package/include/python3.8/internal/pycore_warnings.h +0 -25
- package/include/python3.8/interpreteridobject.h +0 -17
- package/include/python3.8/intrcheck.h +0 -33
- package/include/python3.8/iterobject.h +0 -25
- package/include/python3.8/listobject.h +0 -81
- package/include/python3.8/longintrepr.h +0 -99
- package/include/python3.8/longobject.h +0 -242
- package/include/python3.8/marshal.h +0 -28
- package/include/python3.8/memoryobject.h +0 -72
- package/include/python3.8/methodobject.h +0 -131
- package/include/python3.8/modsupport.h +0 -248
- package/include/python3.8/moduleobject.h +0 -90
- package/include/python3.8/namespaceobject.h +0 -19
- package/include/python3.8/node.h +0 -48
- package/include/python3.8/object.h +0 -753
- package/include/python3.8/objimpl.h +0 -284
- package/include/python3.8/odictobject.h +0 -43
- package/include/python3.8/opcode.h +0 -148
- package/include/python3.8/osdefs.h +0 -51
- package/include/python3.8/osmodule.h +0 -17
- package/include/python3.8/parsetok.h +0 -110
- package/include/python3.8/patchlevel.h +0 -35
- package/include/python3.8/picklebufobject.h +0 -31
- package/include/python3.8/py_curses.h +0 -100
- package/include/python3.8/pyarena.h +0 -64
- package/include/python3.8/pycapsule.h +0 -59
- package/include/python3.8/pyconfig.h +0 -1665
- package/include/python3.8/pyctype.h +0 -39
- package/include/python3.8/pydebug.h +0 -40
- package/include/python3.8/pydtrace.h +0 -59
- package/include/python3.8/pydtrace_probes.h +0 -228
- package/include/python3.8/pyerrors.h +0 -335
- package/include/python3.8/pyexpat.h +0 -55
- package/include/python3.8/pyfpe.h +0 -12
- package/include/python3.8/pyhash.h +0 -145
- package/include/python3.8/pylifecycle.h +0 -75
- package/include/python3.8/pymacconfig.h +0 -102
- package/include/python3.8/pymacro.h +0 -106
- package/include/python3.8/pymath.h +0 -230
- package/include/python3.8/pymem.h +0 -150
- package/include/python3.8/pyport.h +0 -850
- package/include/python3.8/pystate.h +0 -136
- package/include/python3.8/pystrcmp.h +0 -23
- package/include/python3.8/pystrhex.h +0 -22
- package/include/python3.8/pystrtod.h +0 -45
- package/include/python3.8/pythonrun.h +0 -210
- package/include/python3.8/pythread.h +0 -161
- package/include/python3.8/pytime.h +0 -246
- package/include/python3.8/rangeobject.h +0 -27
- package/include/python3.8/setobject.h +0 -108
- package/include/python3.8/sliceobject.h +0 -65
- package/include/python3.8/structmember.h +0 -74
- package/include/python3.8/structseq.h +0 -49
- package/include/python3.8/symtable.h +0 -123
- package/include/python3.8/sysmodule.h +0 -41
- package/include/python3.8/token.h +0 -92
- package/include/python3.8/traceback.h +0 -28
- package/include/python3.8/tracemalloc.h +0 -38
- package/include/python3.8/tupleobject.h +0 -48
- package/include/python3.8/typeslots.h +0 -85
- package/include/python3.8/ucnhash.h +0 -36
- package/include/python3.8/unicodeobject.h +0 -1044
- package/include/python3.8/warnings.h +0 -67
- package/include/python3.8/weakrefobject.h +0 -86
- package/src/components/theme/ContactForm/ContactForm.stories.mdx +0 -39
package/locales/es.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"<p>Add some HTML here</p>":"<p>Escriba HTML aquí</p>","Accessibility":"Accesibilidad","Account Registration Completed":"Registro de cuenta completada","Account activation completed":"Activación de cuenta completada","Action":"Acción","Actions":"Acciones","Activate and deactivate":"Activar y desactivar","Add":"Agregar","Add Addons":"Añadir complementos","Add Content":"Agregar contenido","Add Translation…":"Añadir traducción...","Add User":"Agregar Usuario","Add a description…":"Agregar una descripción…","Add block":"","Add block…":"Agregar bloque…","Add criteria":"Añadir criterio","Add date":"Añadir fecha","Add field":"Agregar campo","Add fieldset":"Agregar un nuevo conjunto de campos","Add group":"Agregar grupo","Add new content type":"Añadir un nuevo tipo de contenido","Add new group":"Agregar nuevo grupo","Add new user":"Agregar nuevo usuario","Add to Groups":"Agregar a Grupos","Add vocabulary term":"","Add {type}":"Agregar {type}","Add-ons Settings":"Configuración de complementos","Additional date":"Fecha adicional","Alignment":"Alineamiento","All":"Todo","Alphabetically":"Alfabéticamente","Alt text":"Texto alternativo","Alt text hint":"","Alt text hint link text":"","Apply working copy":"","Are you sure you want to delete this field?":"¿Esta seguro de querer eliminar este campo?","Are you sure you want to delete this fieldset including all fields?":"¿Esta seguro de querer eliminar este conjunto de campo incluyendo todos los campos contenidos?","Ascending":"Ascendente","Available":"Disponible","Back":"Volver","Base":"Base","Base search query":"","Block":"Bloque","Both email address and password are case sensitive, check that caps lock is not enabled.":"Tanto la dirección de correo electrónico y la contraseña son sensible a mayúsculas, verifique que la tecla Caps Lock no este habilitada.","Breadcrumbs":"Barra de ruta","Browse":"Navegue","Browse the site, drop an image, or type an URL":"Navegue el contenido, arrastre un imagen o ingrese una dirección URL","By default, permissions from the container of this item are inherited. If you disable this, only the explicitly defined sharing permissions will be valid. In the overview, the symbol {inherited} indicates an inherited value. Similarly, the symbol {global} indicates a global role, which is managed by the site administrator.":"Por defecto, los permisos desde el contenedor de este elemento son heredados. Si usted deshabilita esta opción, solamente los permisos compartidos definidos explícitamente serán validos. En la vista general, el símbolo {inherited} indica un valor heredado. Similarmente, el símbolo {global} indica un rol global, el cual es administrado por el administrador del sitio.","Cache Name":"Nombre de la caché","Can not edit Layout for <strong>{type}</strong> content-type as it doesn't have support for <strong>Volto Blocks</strong> enabled":"No se puede editar la plantilla de <strong>{type}</strong> porque no tiene activado el soporte de <strong>Bloques Volto</strong>","Can not edit Layout for <strong>{type}</strong> content-type as the <strong>Blocks behavior</strong> is enabled and <strong>read-only</strong>":"No se puede editar la plantilla de <strong>{type}</strong> porque el soporte de <strong>Bloques Volto</strong> está activado y es de <strong>solo lectura</strong>","Cancel":"Cancelar","Cell":"Celda","Center":"Centro","Change Note":"Cambiar Nota","Change Password":"Cambiar Contraseña","Change State":"Cambiar Estado","Change workflow state recursively":"Cambiar el estado del flujo de trabajo recursivamente","Changes applied.":"","Changes saved":"Cambios guardados","Changes saved.":"Cambios guardados.","Checkbox":"Casilla de comprobación","Choices":"Selección múltiple","Choose Image":"Seleccione imagen","Choose Target":"Seleccione destino","Choose a file":"Seleccionar Archivo","Clear":"Limpiar","Clear filters":"","Click to download full sized image":"Haga clic aquí para descargar la imagen a tamaño completo","Close":"Cerrar","Close menu":"Cerrar menú","Code":"Código","Collapse item":"Plegar elemento","Collection":"Colección","Comment":"Comentario","Commenter":"Autor de comentario","Comments":"Comentarios","Compare":"Comparar","Confirm password":"Confirme contraseña","Connection refused":"Conexión rechazada","Contact":"Contactos","Contact form":"Formulario de contacto","Contained items":"Elementos contenidos","Content type created":"Tipo de contenido creado correctamente","Content type deleted":"Tipo de contenido eliminado correctamente","Contents":"Contenidos","Controls":"","Copy":"Copia","Copy blocks":"Copiar bloques","Copyright":"Copyright","Copyright statement or other rights information on this item.":"Información del copyright o otros derechos en este elemento.","Create working copy":"","Created by {creator} on {date}":"","Created on":"Creado el","Creator":"Creador","Creators":"Autores","Criteria":"Criterios","Current filters applied":"","Current password":"Actual contraseña","Cut":"Cortar","Cut blocks":"Cortar bloques","Daily":"Diario","Database Information":"Información de la base de datos","Database Location":"Ubicación de la base de datos","Database Size":"Tamaño de la base de datos","Database main":"Base de datos principal","Date":"Fecha","Date (newest first)":"Fecha (primero los más recientes)","Default":"Por defecto","Delete":"Eliminar","Delete Group":"Eliminar Grupo","Delete Type":"Eliminar tipo","Delete User":"Eliminar Usuario","Delete blocks":"Eliminar bloques","Delete col":"Eliminar columna","Delete row":"Eliminar fila","Depth":"Profundidad","Descending":"Descendente","Description":"Descripción","Diff":"Diferencias","Difference between revision {one} and {two} of {title}":"Diferencias entre la revisión {one} y {two} del {title}","Distributed under the {license}.":"Distribuido bajo la {license}.","Divide each row into separate cells":"Divide cada fila en celdas separadas","Do you really want to delete the following items?":"¿Usted realmente quiere eliminar los siguientes elementos?","Do you really want to delete the group {groupname}?":"¿Esta seguro que quiere eliminar el grupo {groupname}?","Do you really want to delete the type {typename}?":"¿Realmente quiere eliminar el tipo {typename}?","Do you really want to delete the user {username}?":"¿Esta seguro que quiere eliminar el usuario {username}?","Do you really want to delete this item?":"¿Usted realmente quiere eliminar este elemento?","Document":"Documento","Drag and drop files from your computer onto this area or click the “Browse” button.":"Arrastre y suelte los archivos desde su computador en esta área o haga clic al botón “Seleccionar”.","Drop file here to replace the existing file":"Arrastre aquí el archivo para reemplazar el actual","Drop file here to upload a new file":"Arrastre aquí el archivo para añadir un nuevo","Drop files here ...":"Arrastrar archivos aquí...","E-mail":"Correo electrónico","E-mail addresses do not match.":"La dirección de correo electrónico no coincide.","Edit":"Editar","Edit comment":"Editar comentario","Edit field":"Editar campo","Edit fieldset":"Editar conjunto de campo","Edit recurrence":"Editar repetición","Edit values":"Editar valores","Edit {title}":"Editar {title}","Email":"Correo electrónico","Email sent":"Correo electrónico enviado","Embed code error, please follow the instructions and try again.":"Ha habido un error el código de encapsulación, siga las instrucciones e inténtelo de nuevo.","Embeded Google Maps":"Insertar Google Maps","Empty object list":"Lista de objetos vacía","Enable editable Blocks":"Activar bloques editables","End Date":"Fecha final","Enter URL or select an item":"Introduzca una URL o seleccione un elemento","Enter a username above to search or click 'Show All'":"Introduzca un nombre de usuario o haga clic en \"Mostrar todos\"","Enter an email address. This will be your login name. We respect your privacy, and will not give the address away to any third parties or expose it anywhere.":"Ingrese una dirección de correo electrónico. Este será el nombre de usuario. Nosotros respetamos su privacidad: y no daremos la dirección de correo electrónico a terceros, o la expondremos de alguna forma en el portal.","Enter full name, e.g. John Smith.":"Ingrese el nombre completo, por ejemplo Leonardo Caballero.","Enter map Embed Code":"Introduzca el código de un mapa","Enter your current password.":"Ingrese su contraseña actual.","Enter your email address for verification.":"Ingrese su dirección de correo electrónico para verificar.","Enter your new password. Minimum 5 characters.":"Ingrese su nueva contraseña. Mínimo 5 caracteres.","Error":"Error","Exclude from navigation":"Excluir de la navegación","Exclude this occurence":"Excluir esta repetición","Excluded from navigation":"Exluido de la navegación","Expand sidebar":"Expandir barra lateral","Expiration Date":"Fecha de expiración","Expiration date":"Fecha de caducidad","Expired":"Caducado","External URL":"Dirección URL externa","Facet":"","Facet widget":"","Facets":"","Facets on left side":"","Facets on right side":"","Facets on top":"","Field":"","File":"Archivo","File size":"Tamaño del archivo","Filename":"Nombre del archivo","Filter…":"Filtrar…","First":"Primero","Fixed width table cells":"Celdas de tabla de ancho fijo","Fold":"Plegar","Folder":"Carpeta","Forbidden":"Prohibido","Fourth":"Cuarto","From":"De","Full":"Completo","Full Name":"Nombre completo","Fullname":"Nombre completo","GNU GPL license":"licencia GNU GPL","Global role":"Rol global","Google Maps Embedded Block":"Bloque incrustado de Google Maps","Group":"Grupo","Group created":"Grupo creado","Group roles updated":"","Groupname":"Nombre de grupo","Groups":"Grupos","Groups are logical collections of users, such as departments and business units. Groups are not directly related to permissions on a global level, you normally use Roles for that - and let certain Groups have a particular role. The symbol{plone_svg}indicates a role inherited from membership in another group.":"","Header cell":"Celda de cabecera","Headline":"","Hidden facets will still filter the results if proper parameters are passed in URLs":"","Hide Replies":"Ocultar respuestas","Hide facet?":"","History":"Historial","History Version Number":"","History of {title}":"Historial de {title}","Home":"Inicio","Home page":"Página personal","ID":"ID","If selected, this item will not appear in the navigation tree":"Si es seleccionado, este elemento no aparecerá en el árbol de navegación del sitio","If this date is in the future, the content will not show up in listings and searches until this date.":"Si esta fecha es en el futuro, el contenido no se mostrará en los listado y búsquedas hasta que sea la fecha.","If you are certain this user has abandoned the object, you may unlock the object. You will then be able to edit it.":"","If you are certain you have the correct web address but are encountering an error, please contact the {site_admin}.":"Si usted esta seguro de haber ingresado la dirección web correcta pero mas obtiene un, por favor, contante al {site_admin}.","Image":"Imagen","Image gallery":"","Include this occurence":"Incluir esta repetición","Info":"Información","Inherit permissions from higher levels":"Hereda los permisos de niveles superiores","Inherited value":"Valor heredado","Insert col after":"Insertar columna después","Insert col before":"Insertar columna antes","Insert row after":"Insertar fila después","Insert row before":"Insertar fila antes","Install":"Instalar","Installed":"Instalado","Installed version":"Versión instalada","Interval Daily":"Intervalo diario","Interval Monthly":"Intervalo mensual","Interval Weekly":"Intervalo semanal","Interval Yearly":"Intervalo anual","Item batch size":"Número de elementos","Item succesfully moved.":"Elemento movido correctamente.","Item(s) copied.":"Elemento(s) copiado(s).","Item(s) cut.":"Elemento(s) cortado(s).","Item(s) has been updated.":"Los elementos se han actualizado correctamente.","Item(s) pasted.":"Elemento(s) pegado(s).","Item(s) state has been updated.":"El estado de los elementos se ha actualizado correctamente.","Items":"Elementos","Items must be unique.":"Los elementos deben ser únicos.","Label":"","Language":"Idioma","Last":"Último","Last comment date":"Fecha de último comentario","Last modified":"Última modificación","Latest version":"Última versión","Layout":"Plantilla","Lead Image":"Imagen principal","Left":"Izquierda","Link":"Enlace","Link more":"Enlazar \"más\"","Link title":"Enlazar título","Link to":"Enlazar a","Link translation for":"Enlazar traducción de","Listing":"Listado","Load more":"Cargar más","Loading":"Cargando","Location":"Ubicación","Log In":"Inicio de Sesión","Log in":"Inicio de sesión","Login":"Inicio de sesión","Login Failed":"Inicio de Sesión fallo","Login Name":"Nombre de usuario","Logout":"","Made by {creator} on {date}. This is not a working copy anymore, but the main content.":"","Make the table compact":"Hacer la tabla compacta","Manage Translations":"Administrar traducciones","Manage translations for {title}":"Administrar traducciones de {title}","Map":"Mapa","Maps URL":"URL del mapa","Maximum length is {len}.":"La longitud máxima es {len}","Maximum value is {len}.":"El valor máximo es {len}.","Message":"Mensaje","Minimum length is {len}.":"El tamaño mínimo es {len}.","Minimum value is {len}.":"El valor mínimo es {len}.","Moderate Comments":"Moderar Comentarios","Moderate comments":"Moderar comentarios","Monday and Friday":"Lunes y viernes","Month day":"Día del mes","Monthly":"Mensualmente","More":"Más","Move to bottom of folder":"Mover al fondo de la carpeta","Move to top of folder":"Mover encima de la carpeta","Multiple choices?":"","My email address is":"Mi dirección de correo electrónico es","Name":"Nombre","Navigate back":"Navegar hacia atrás","Navigation":"Navegación","New password":"Nueva contraseña","News Item":"Noticia","No":"No","No image selected":"Ninguna imagen seleccionada","No image set in Lead Image content field":"No hay imagen en el campo de imagen principal","No image set in image content field":"No hay imagen en el campo de imagen","No items found in this container.":"No hay elementos en esta carpeta","No items selected":"No se han seleccionado elementos","No map selected":"No se ha seleccionado el mapa","No occurences set":"No hay repeticiones","No options":"No hay opciones","No results found":"No hay resultados","No results found.":"La búsqueda no produjo resultados.","No selection":"No hay selección","No uninstall profile":"No hay perfil para desinstalar","No value":"Sin valor","No video selected":"No se ha seleccionado el vídeo","No workflow":"Sin flujo de trabajo","None":"Ninguno","Note that roles set here apply directly to a user. The symbol{plone_svg}indicates a role inherited from membership in a group.":"","Number of active objects":"Número de objetos activos","Object Size":"Tamaño del objeto","Occurences":"Apariciones","Ok":"Ok","Open in a new tab":"Abrir en un nueva pestaña","Open menu":"Abrir menú","Open object browser":"Abrir buscador de objetos","Origin":"Origen","Page":"Página","Parent fieldset":"Grupo de campos padre","Password":"Contraseña","Password reset":"Restablecer contraseña","Passwords do not match.":"La contraseña no coincide.","Paste":"Pegar","Paste blocks":"Pegar bloques","Permissions have been updated successfully":"Los permisos se han actualizado correctamente","Permissions updated":"Permisos actualizados","Personal Information":"Información Personal","Personal Preferences":"Preferencias Personales","Personal tools":"Herramientas personales","Persons responsible for creating the content of this item. Please enter a list of user names, one per line. The principal creator should come first.":"Las personas responsables de la creación del contenido de este elemento. Por favor, ingrese una lista de nombres de usuarios, uno por linea. El principal autor debe aparecer de primer lugar.","Please enter a valid URL by deleting the block and adding a new video block.":"Por favor, ingrese una URL válida eliminando el bloque y agregando un nuevo bloque de vídeo.","Please enter the Embed Code provided by Google Maps -> Share -> Embed map. It should contain the <iframe> code on it.":"Por favor introduzca el código de encapsulamiento de Google Maps que se obtiene en Google Maps -> Compartir -> Compartir mapa. Tiene que contener una etiqueta <iframe>","Please fill out the form below to set your password.":"Por favor, complete el siguiente formulario para establecer su contraseña.","Plone Foundation":"Fundación Plone","Plone Site":"Sitio Plone","Plone{reg} Open Source CMS/WCM":"Plone{reg} CMS/WCM de Fuentes Abiertos","Portrait":"Retrato","Possible values":"Valores posibles","Powered by Plone & Python":"Hecho con Plone & Python","Preferences":"Preferencias","Prettify your code":"Embellezca su código","Preview":"Vista previa","Preview Image URL":"URL de la vista preliminar de la imagen","Profile":"Perfil","Properties":"Propiedades","Publication date":"Fecha de publicación","Publishing Date":"Fecha de publicación","Query":"Consulta","Re-enter the password. Make sure the passwords are identical.":"Ingrese de nuevo su contraseña. Debe asegurarse que las contraseñas sean idénticas.","Read More…":"Leer Más…","Rearrange items by…":"Reordenar elementos por…","Recurrence ends":"Fin de la repetición","Recurrence ends after":"La repetición finaliza después de","Recurrence ends on":"La repetición finaliza el","Reduce complexity":"Reducir complejidad","Register":"Registro","Registration form":"Formulario de registro","Relevance":"Relevancia","Remove item":"Eliminar elemento","Remove recurrence":"Eliminar repetición","Remove term":"","Remove working copy":"","Rename":"Renombrar","Rename Items Loading Message":"Renombrar el mensaje \"elementos cargando\"","Rename items":"Renombrar elementos","Repeat":"Repetir","Repeat every":"Repetir todos","Repeat on":"Repetir el","Replace existing file":"Sustituir el archivo actual","Reply":"Responder","Required":"Obligatorio","Required input is missing.":"Un campo requerido esta sin tomar en cuenta.","Reset term title":"","Results limit":"Limitar resultados de búsqueda","Results preview":"Vista previa de resultados","Results template":"","Reversed order":"Orden inverso","Revert to this revision":"Revertir a esta revisión","Review state":"Estado","Richtext":"Texto formateado","Right":"Derecha","Rights":"Derechos","Roles":"Roles","Root":"Raíz","Save":"Guardar","Save recurrence":"Guardar repetición","Schema":"Esquema","Schema updates":"Actualización de esquema","Search":"Búsqueda","Search SVG":"","Search Site":"Buscar en el sitio","Search block":"","Search button label":"","Search content":"Buscar contenido","Search for user or group":"Buscar por nombre de usuario o grupo","Search group…":"Buscar grupo...","Search input label":"","Search results":"Resultado de la búsqueda","Search results for {term}":"Resultados de búsqueda para {term}","Search users…":"Buscar usuarios...","Searched for":"","Second":"Segundo","Section title":"","Select":"Seleccionar","Select a date to add to recurrence":"Seleccione una fecha para añadirla a la repetición","Select columns to show":"Selecciona la columna a mostrar","Select the transition to be used for modifying the items state.":"Seleccione la transición a ser efectuada al cambiar el estado del contenido.","Selected dates":"Seleccionar fechas","Selected items":"Seleccionar elementos","Selected items - x of y":"Elementos seleccionados - x de y","Selection":"Selección","Select…":"Selecciona…","Send":"Enviar","Set my password":"Defina la contraseña","Set your password":"Defina su contraseña","Settings":"Configuración","Sharing":"Compartir","Sharing for {title}":"Compartir para {title}","Short Name":"Nombre Corto","Short name":"Nombre corto","Show":"Mostrar","Show All":"Mostrar todos","Show Replies":"Mostrar respuestas","Show item":"Mostrar elemento","Show search button?":"","Show search input?":"","Show sorting?":"","Shrink sidebar":"Contraer barra lateral","Shrink toolbar":"Contraer barra de herramientas","Sign in to start session":"Acceda para iniciar sesión","Site":"Sitio","Site Administration":"Administrador del sitio","Site Map":"Mapa del sitio","Site Setup":"Configuración del sitio","Sitemap":"Mapa del sitio","Size":"Tamaño","Size: {size}":"Tamaño: {size}","Sorry, something went wrong with your request":"Lo siento, algo estuvo mal con su solicitud ","Sort By:":"Ordenar por:","Sort on":"Ordenar por","Sort on label":"","Sort on options":"","Source":"Fuente","Specify a youtube video or playlist url":"Especifica la dirección URL de un vídeo o una lista de reproducción de youtube","Split":"División","Start Date":"Fecha de inicio","Start of the recurrence":"Inicio de la repetición","Start password reset":"Renueve la contraseña","State":"Estado","Stop compare":"Para la comparación","String":"Cadena de texto","Stripe alternate rows with color":"Raya las filas alternas con color","Subject":"Asunto","Success":"Éxito","Summary":"","Switch to":"Cambiar a","Table":"Tabla","Table of Contents":"Tabla de contenidos","Tags":"Categoría","Tags to add":"Categoría a agregar","Tags to remove":"Categoría a remover","Target memory size per cache in bytes":"Número objetivo del tamaño de la memoria por caché en bytes","Target number of objects in memory per cache":"Número objetivo de elementos en la memoria por caché","Text":"Texto","Thank you.":"Gracias.","The Database Manager allow you to view database status information":"El Bestor de la Base de Datos permite ver la infromación del estado de la base de datos","The URL for your external home page, if you have one.":"La dirección URL de su página personal externa, si tiene una.","The backend is not responding, please check if you have started Plone, check your project's configuration object apiPath (or if you are using the internal proxy, devProxyToApiPath) or the RAZZLE_API_PATH Volto's environment variable.":"La base de datos no responde, verifique si Plone está en marcha, revise la configuración de su proyecto y el apiPath (o si está utilizando el proxy intero, devProxyToApiPath) o la varialbe RAZZLE_API_PATH de Volto.","The backend is responding, but the CORS headers are not configured properly and the browser has denied the access to the backend resources.":"La base de datos responde pero las cabeceras CORS no están configuradas correctamente y el navegador no puede acceder a los datos.","The backend server of your website is not anwering, we apologize for the inconvenience. Please try to re-load the page and try again. If the problem persists please contact the site administrators.":"La base de datos no responde, disculpe las molestias. Intente cargar la página otra vez. Si el problema continúa póngase en contacto con el administrador del sitio.","The button presence disables the live search, the query is issued when you press ENTER":"","The item could not be deleted.":"","The link address is:":"","The registration process has been successful. Please check your e-mail inbox for information on how activate your account.":"El registro fue exitoso. Verifique su bandeja de entrada para obtener información sobre cómo activar su cuenta.","The user portrait/avatar":"El retrato/avatar del usuario","The working copy was discarded":"","The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends.":"El {plonecms} es {copyright} 2000-{current_year} por la {plonefoundation} y amigos.","There is a configuration problem on the backend":"Hay un error de configuración en el servidor.","There were some errors":"Ha habido algunos errores","There were some errors.":"Hay algunos errores.","Third":"Tercero","This has an ongoing working copy in {title}":"","This is a working copy of {title}":"","This item was locked by {creator} on {date}":"","This name will be displayed in the URL.":"Este nombre se mostrará en la URL.","This page does not seem to exist…":"Esta página no existe…","Time":"Hora","Title":"Título","Total active and non-active objects":"Número de objetos activos y no activos","Total comments":"Comentarios totales","Total number of objects in each cache":"Número total de objetos en cada caché","Total number of objects in memory from all caches":"Número total de objetos en todas las cachés","Total number of objects in the database":"Número total de objetos en la base de datos","Translate to {lang}":"Traducir a {lang}","Translation linked":"Traducción enlazada","Translation linking removed":"Enlace a la traducción eliminado","Type":"Tipo","Type a Video (YouTube, Vimeo or mp4) URL":"Escriba la URL de un vídeo (YouTube, Vimeo o mp4)","Type text...":"","Type text…":"Ingrese texto…","Type the title…":"Ingrese el título…","UID":"UID","Unauthorized":"No autorizado","Unfold":"Desplegar","Unified":"Unificado","Uninstall":"Desinstalar","Unknown Block":"Bloque desconocido","Unlink translation for":"Eliminar enlace de traducción de","Unlock":"","Update":"Actualizar","Update installed addons":"Actualizar complementos instalados","Update installed addons:":"Actualizar complementos instalados:","Updates available":"Actualizaciones disponibles","Upload":"Cargar","Upload a lead image in the 'Lead Image' content field.":"Cargar una imagen principal en el campo 'Imagen Principal'","Upload a new image":"Cargar nueva imagen","Upload files":"Cargar archivos","Uploading files":"Cargando archivos","Uploading image":"Cargando imagen","Used for programmatic access to the fieldset.":"Usado para acceso programático al conjunto de campos.","User":"Usuario","User created":"Usuario creado","User name":"Nombre de usuario","User roles updated":"","Username":"Nombre de usuario","Users":"Usuarios","Users and Groups":"Usuarios y Grupos","Variation":"Variación","Version Overview":"Visión Global de Versiones","Video":"Vídeo","Video URL":"URL del vídeo","View":"Ver","View changes":"Mostrar los cambios","View this revision":"Mostrar esta revisión","View working copy":"","Viewmode":"Modo Ver","Vocabulary term":"","Vocabulary term title":"","Vocabulary terms":"","Warning Regarding debug mode":"Aviso del modo desarrollo","We apologize for the inconvenience, but the backend of the site you are accessing is not available right now. Please, try again later.":"Disculpe las molestias, pero la base de datos no está disponible en este momento. Inténtelo más tarde.","We apologize for the inconvenience, but the page you were trying to access is not at this address. You can use the links below to help you find what you are looking for.":"Disculpe las molestias, la página a la que está intentando acceder no existe en esta dirección. Puede usar el siguiente enlace para encontrar lo que estaba buscando.","We apologize for the inconvenience, but you don't have permissions on this resource.":"Disculpe las molestias pero no tiene permisos en este elemento.","We will use this address if you need to recover your password":"Usaremos esta dirección de correo electrónico, en el caso si usted necesita recuperar su contraseña","Weeek day of month":"Día de la semana del mes","Weekday":"Día de la semana","Weekly":"Semanalmente","What":"Que","When":"Cuando","When this date is reached, the content will nolonger be visible in listings and searches.":"Cuando se alcanza esta fecha, el contenido ya no será visible en listas y búsquedas.","Who":"Quien","Workflow Change Loading Message":"Mensaje de cargar un cambio del flujo de trabajo","Workflow updated.":"Flujo de trabajo actualizado.","Yearly":"Anualmente","Yes":"Sí","You are trying to access a protected resource, please {login} first.":"Está intentando acceder a un elemento protegido, haga {login} primero","You are using an outdated browser":"Está utilizando un navegador anticuado","You can add a comment by filling out the form below. Plain text formatting.":"Usted puede agregar un comentario completando el formulario a continuación. Utilice formato de texto sin formato.","You can control who can view and edit your item using the list below.":"Usted puede controlar quien puede ver y editar su elemento usando la lista a continuación.","You can view the difference of the revisions below.":"Usted puede ver las diferencias de las revisiones a continuación.","You can view the history of your item below.":"Usted puede ver el historial de su elemento a continuación.","You can't paste this content here":"No puede pegar el contenido aquí","Your email is required for reset your password.":"La dirección de correo electrónico es necesaria para restablecer su contraseña.","Your location - either city and country - or in a company setting, where your office is located.":"Su ubicación, ya sea ciudad y país, o en un entorno de empresa, donde se encuentra su oficina.","Your password has been set successfully. You may now {link} with your new password.":"Su contraseña ha sido restablecida exitosamente. Usted puede {link} usando la nueva contraseña.","Your preferred language":"Su idioma preferido","box_forgot_password_option":"¿Olvidaste tu contraseña?","common":"Común","compare_to":"Comparar","delete":"eliminar","deprecated_browser_notice_message":"Aviso de navegador anticuado","description":"Descripción","description_lost_password":"Por razones de seguridad, las contraseñas se almacenan en forma cifrada y, por lo tanto, no se le pueden enviar. Si desea restablecer su contraseña, complete el siguiente formulario: se enviarán más instrucciones para completar el proceso a la dirección de correo electrónico que especificó al registrarse.","description_sent_password":"Se han enviado las instrucciones para restablecer su contraseña. Deben llegar a su bandeja de entrada pronto. Una vez que reciba el mensaje, visite la dirección indicada para restablecer la contraseña.","draft":"Borrador","email":"Correo electrónico","event_alldates":"Todas las fechas","event_attendees":"Asistentes","event_contactname":"Nombre del contacto","event_contactphone":"Teléfono del contacto","event_website":"Web","event_what":"Qué","event_when":"Cuándo","event_where":"Dónde","heading_sent_password":"Solicitud de confirmación de restablecimiento de contraseña enviada","hero":"Hero","html":"HTML","image":"Imagen","integer":"Número entero","intranet":"Intranet","label_my_email_address_is":"Mi dirección de correo electrónico es","leadimage":"Imagen Principal","listing":"Listado","loading":"Cargando","log in":"entrar","maps":"Mapas","maxLength":"Tamaño máximo","maximum":"Máximo","media":"Multimedia","minLength":"Tamaño mínimo","minimum":"Mínimo","mostUsed":"Más usado","no workflow state":"No hay estado del flujo de trabajo","number":"Número","of the month":"del mes","or try a different page.":"o intente con una página diferente.","others":"Otros","private":"Privado","published":"Publicado","querystring-widget-select":"Seleccionar la consulta","results found":"Se han encontrado resultados","return to the site root":"regrese al directorio raíz del sitio","rrule_and":"Y","rrule_approximate":"Aproximadamente","rrule_at":"a las","rrule_dateFormat":"formato de fecha","rrule_day":"día","rrule_days":"días","rrule_every":"todos los","rrule_for":"para","rrule_hour":"hora","rrule_hours":"horas","rrule_in":"en","rrule_last":"último","rrule_minutes":"minutos","rrule_month":"mes","rrule_months":"meses","rrule_nd":" ","rrule_on":"el","rrule_on the":"el ","rrule_or":"o","rrule_rd":" ","rrule_st":" ","rrule_th":" ","rrule_the":"el","rrule_time":"vez","rrule_times":"veces","rrule_until":"hasta el","rrule_week":"semana","rrule_weekday":"día de la semana","rrule_weekdays":"días de la semana","rrule_weeks":"semanas","rrule_year":"año","rrule_years":"años","skiplink-footer":"Saltar al pie de página","skiplink-main-content":"Saltar a contenido","skiplink-navigation":"Saltar a navegación","sort":"Ordenar","table":"Tabla","text":"Texto","title":"Título","toc":"Tabla de contenidos","url":"URL","user avatar":"avatar de usuario","video":"Vídeo","visit_external_website":"Visitar web externa","{count, plural, one {Upload {count} file} other {Upload {count} files}}":"{count, plural, one {Cargar {count} archivo} other {Cargar {count} archivos}}","{count} selected":"{count} seleccionado","{id} Content Type":"{id} Tipo de Contenido","{id} Schema":"{id} Esquema","{title} copied.":"{title} copiado.","{title} cut.":"{title} cortado.","{title} has been deleted.":"{title} ha sido eliminado."}
|
|
1
|
+
{"<p>Add some HTML here</p>":"<p>Escriba HTML aquí</p>","Accessibility":"Accesibilidad","Account Registration Completed":"Registro de cuenta completada","Account activation completed":"Activación de cuenta completada","Action":"Acción","Actions":"Acciones","Activate and deactivate":"Activar y desactivar","Add":"Agregar","Add Addons":"Añadir complementos","Add Content":"Agregar contenido","Add Translation…":"Añadir traducción...","Add User":"Agregar Usuario","Add a description…":"Agregar una descripción…","Add block":"","Add block…":"Agregar bloque…","Add criteria":"Añadir criterio","Add date":"Añadir fecha","Add field":"Agregar campo","Add fieldset":"Agregar un nuevo conjunto de campos","Add group":"Agregar grupo","Add new content type":"Añadir un nuevo tipo de contenido","Add new group":"Agregar nuevo grupo","Add new user":"Agregar nuevo usuario","Add to Groups":"Agregar a Grupos","Add vocabulary term":"","Add {type}":"Agregar {type}","Add-ons Settings":"Configuración de complementos","Additional date":"Fecha adicional","Alignment":"Alineamiento","All":"Todo","Alphabetically":"Alfabéticamente","Alt text":"Texto alternativo","Alt text hint":"","Alt text hint link text":"","Apply working copy":"","Are you sure you want to delete this field?":"¿Esta seguro de querer eliminar este campo?","Are you sure you want to delete this fieldset including all fields?":"¿Esta seguro de querer eliminar este conjunto de campo incluyendo todos los campos contenidos?","Ascending":"Ascendente","Available":"Disponible","Back":"Volver","Base":"Base","Base search query":"","Block":"Bloque","Both email address and password are case sensitive, check that caps lock is not enabled.":"Tanto la dirección de correo electrónico y la contraseña son sensible a mayúsculas, verifique que la tecla Caps Lock no este habilitada.","Breadcrumbs":"Barra de ruta","Browse":"Navegue","Browse the site, drop an image, or type an URL":"Navegue el contenido, arrastre un imagen o ingrese una dirección URL","By default, permissions from the container of this item are inherited. If you disable this, only the explicitly defined sharing permissions will be valid. In the overview, the symbol {inherited} indicates an inherited value. Similarly, the symbol {global} indicates a global role, which is managed by the site administrator.":"Por defecto, los permisos desde el contenedor de este elemento son heredados. Si usted deshabilita esta opción, solamente los permisos compartidos definidos explícitamente serán validos. En la vista general, el símbolo {inherited} indica un valor heredado. Similarmente, el símbolo {global} indica un rol global, el cual es administrado por el administrador del sitio.","Cache Name":"Nombre de la caché","Can not edit Layout for <strong>{type}</strong> content-type as it doesn't have support for <strong>Volto Blocks</strong> enabled":"No se puede editar la plantilla de <strong>{type}</strong> porque no tiene activado el soporte de <strong>Bloques Volto</strong>","Can not edit Layout for <strong>{type}</strong> content-type as the <strong>Blocks behavior</strong> is enabled and <strong>read-only</strong>":"No se puede editar la plantilla de <strong>{type}</strong> porque el soporte de <strong>Bloques Volto</strong> está activado y es de <strong>solo lectura</strong>","Cancel":"Cancelar","Cell":"Celda","Center":"Centro","Change Note":"Cambiar Nota","Change Password":"Cambiar Contraseña","Change State":"Cambiar Estado","Change workflow state recursively":"Cambiar el estado del flujo de trabajo recursivamente","Changes applied.":"","Changes saved":"Cambios guardados","Changes saved.":"Cambios guardados.","Checkbox":"Casilla de comprobación","Choices":"Selección múltiple","Choose Image":"Seleccione imagen","Choose Target":"Seleccione destino","Choose a file":"Seleccionar Archivo","Clear":"Limpiar","Clear filters":"","Click to download full sized image":"Haga clic aquí para descargar la imagen a tamaño completo","Close":"Cerrar","Close menu":"Cerrar menú","Code":"Código","Collapse item":"Plegar elemento","Collection":"Colección","Comment":"Comentario","Commenter":"Autor de comentario","Comments":"Comentarios","Compare":"Comparar","Confirm password":"Confirme contraseña","Connection refused":"Conexión rechazada","Contact":"Contactos","Contact form":"Formulario de contacto","Contained items":"Elementos contenidos","Content type created":"Tipo de contenido creado correctamente","Content type deleted":"Tipo de contenido eliminado correctamente","Contents":"Contenidos","Controls":"","Copy":"Copia","Copy blocks":"Copiar bloques","Copyright":"Copyright","Copyright statement or other rights information on this item.":"Información del copyright o otros derechos en este elemento.","Create working copy":"","Created by {creator} on {date}":"","Created on":"Creado el","Creator":"Creador","Creators":"Autores","Criteria":"Criterios","Current filters applied":"","Current password":"Actual contraseña","Cut":"Cortar","Cut blocks":"Cortar bloques","Daily":"Diario","Database Information":"Información de la base de datos","Database Location":"Ubicación de la base de datos","Database Size":"Tamaño de la base de datos","Database main":"Base de datos principal","Date":"Fecha","Date (newest first)":"Fecha (primero los más recientes)","Default":"Por defecto","Delete":"Eliminar","Delete Group":"Eliminar Grupo","Delete Type":"Eliminar tipo","Delete User":"Eliminar Usuario","Delete blocks":"Eliminar bloques","Delete col":"Eliminar columna","Delete row":"Eliminar fila","Depth":"Profundidad","Descending":"Descendente","Description":"Descripción","Diff":"Diferencias","Difference between revision {one} and {two} of {title}":"Diferencias entre la revisión {one} y {two} del {title}","Distributed under the {license}.":"Distribuido bajo la {license}.","Divide each row into separate cells":"Divide cada fila en celdas separadas","Do you really want to delete the following items?":"¿Usted realmente quiere eliminar los siguientes elementos?","Do you really want to delete the group {groupname}?":"¿Esta seguro que quiere eliminar el grupo {groupname}?","Do you really want to delete the type {typename}?":"¿Realmente quiere eliminar el tipo {typename}?","Do you really want to delete the user {username}?":"¿Esta seguro que quiere eliminar el usuario {username}?","Do you really want to delete this item?":"¿Usted realmente quiere eliminar este elemento?","Document":"Documento","Drag and drop files from your computer onto this area or click the “Browse” button.":"Arrastre y suelte los archivos desde su computador en esta área o haga clic al botón “Seleccionar”.","Drop file here to replace the existing file":"Arrastre aquí el archivo para reemplazar el actual","Drop file here to upload a new file":"Arrastre aquí el archivo para añadir un nuevo","Drop files here ...":"Arrastrar archivos aquí...","E-mail":"Correo electrónico","E-mail addresses do not match.":"La dirección de correo electrónico no coincide.","Edit":"Editar","Edit comment":"Editar comentario","Edit field":"Editar campo","Edit fieldset":"Editar conjunto de campo","Edit recurrence":"Editar repetición","Edit values":"Editar valores","Edit {title}":"Editar {title}","Email":"Correo electrónico","Email sent":"Correo electrónico enviado","Embed code error, please follow the instructions and try again.":"Ha habido un error el código de encapsulación, siga las instrucciones e inténtelo de nuevo.","Embeded Google Maps":"Insertar Google Maps","Empty object list":"Lista de objetos vacía","Enable editable Blocks":"Activar bloques editables","End Date":"Fecha final","Enter URL or select an item":"Introduzca una URL o seleccione un elemento","Enter a username above to search or click 'Show All'":"Introduzca un nombre de usuario o haga clic en \"Mostrar todos\"","Enter an email address. This will be your login name. We respect your privacy, and will not give the address away to any third parties or expose it anywhere.":"Ingrese una dirección de correo electrónico. Este será el nombre de usuario. Nosotros respetamos su privacidad: y no daremos la dirección de correo electrónico a terceros, o la expondremos de alguna forma en el portal.","Enter full name, e.g. John Smith.":"Ingrese el nombre completo, por ejemplo Leonardo Caballero.","Enter map Embed Code":"Introduzca el código de un mapa","Enter your current password.":"Ingrese su contraseña actual.","Enter your email address for verification.":"Ingrese su dirección de correo electrónico para verificar.","Enter your new password. Minimum 5 characters.":"Ingrese su nueva contraseña. Mínimo 5 caracteres.","Error":"Error","Exclude from navigation":"Excluir de la navegación","Exclude this occurence":"Excluir esta repetición","Excluded from navigation":"Exluido de la navegación","Expand sidebar":"Expandir barra lateral","Expiration Date":"Fecha de expiración","Expiration date":"Fecha de caducidad","Expired":"Caducado","External URL":"Dirección URL externa","Facet":"","Facet widget":"","Facets":"","Facets on left side":"","Facets on right side":"","Facets on top":"","Field":"","File":"Archivo","File size":"Tamaño del archivo","Filename":"Nombre del archivo","Filter…":"Filtrar…","First":"Primero","Fixed width table cells":"Celdas de tabla de ancho fijo","Fold":"Plegar","Folder":"Carpeta","Forbidden":"Prohibido","Fourth":"Cuarto","From":"De","Full":"Completo","Full Name":"Nombre completo","Fullname":"Nombre completo","GNU GPL license":"licencia GNU GPL","Global role":"Rol global","Google Maps Embedded Block":"Bloque incrustado de Google Maps","Group":"Grupo","Group created":"Grupo creado","Group roles updated":"","Groupname":"Nombre de grupo","Groups":"Grupos","Groups are logical collections of users, such as departments and business units. Groups are not directly related to permissions on a global level, you normally use Roles for that - and let certain Groups have a particular role. The symbol{plone_svg}indicates a role inherited from membership in another group.":"","Header cell":"Celda de cabecera","Headline":"","Hidden facets will still filter the results if proper parameters are passed in URLs":"","Hide Replies":"Ocultar respuestas","Hide facet?":"","History":"Historial","History Version Number":"","History of {title}":"Historial de {title}","Home":"Inicio","Home page":"Página personal","ID":"ID","If selected, this item will not appear in the navigation tree":"Si es seleccionado, este elemento no aparecerá en el árbol de navegación del sitio","If this date is in the future, the content will not show up in listings and searches until this date.":"Si esta fecha es en el futuro, el contenido no se mostrará en los listado y búsquedas hasta que sea la fecha.","If you are certain this user has abandoned the object, you may unlock the object. You will then be able to edit it.":"","If you are certain you have the correct web address but are encountering an error, please contact the {site_admin}.":"Si usted esta seguro de haber ingresado la dirección web correcta pero mas obtiene un, por favor, contante al {site_admin}.","Image":"Imagen","Image gallery":"","Include this occurence":"Incluir esta repetición","Info":"Información","Inherit permissions from higher levels":"Hereda los permisos de niveles superiores","Inherited value":"Valor heredado","Insert col after":"Insertar columna después","Insert col before":"Insertar columna antes","Insert row after":"Insertar fila después","Insert row before":"Insertar fila antes","Install":"Instalar","Installed":"Instalado","Installed version":"Versión instalada","Interval Daily":"Intervalo diario","Interval Monthly":"Intervalo mensual","Interval Weekly":"Intervalo semanal","Interval Yearly":"Intervalo anual","Item batch size":"Número de elementos","Item succesfully moved.":"Elemento movido correctamente.","Item(s) copied.":"Elemento(s) copiado(s).","Item(s) cut.":"Elemento(s) cortado(s).","Item(s) has been updated.":"Los elementos se han actualizado correctamente.","Item(s) pasted.":"Elemento(s) pegado(s).","Item(s) state has been updated.":"El estado de los elementos se ha actualizado correctamente.","Items":"Elementos","Items must be unique.":"Los elementos deben ser únicos.","Label":"","Language":"Idioma","Last":"Último","Last comment date":"Fecha de último comentario","Last modified":"Última modificación","Latest version":"Última versión","Layout":"Plantilla","Lead Image":"Imagen principal","Left":"Izquierda","Link":"Enlace","Link more":"Enlazar \"más\"","Link title":"Enlazar título","Link to":"Enlazar a","Link translation for":"Enlazar traducción de","Listing":"Listado","Load more":"Cargar más","Loading":"Cargando","Location":"Ubicación","Log In":"Inicio de Sesión","Log in":"Inicio de sesión","Login":"Inicio de sesión","Login Failed":"Inicio de Sesión fallo","Login Name":"Nombre de usuario","Logout":"","Made by {creator} on {date}. This is not a working copy anymore, but the main content.":"","Make the table compact":"Hacer la tabla compacta","Manage Translations":"Administrar traducciones","Manage translations for {title}":"Administrar traducciones de {title}","Map":"Mapa","Maps URL":"URL del mapa","Maximum length is {len}.":"La longitud máxima es {len}","Maximum value is {len}.":"El valor máximo es {len}.","Message":"Mensaje","Minimum length is {len}.":"El tamaño mínimo es {len}.","Minimum value is {len}.":"El valor mínimo es {len}.","Moderate Comments":"Moderar Comentarios","Moderate comments":"Moderar comentarios","Monday and Friday":"Lunes y viernes","Month day":"Día del mes","Monthly":"Mensualmente","More":"Más","Move to bottom of folder":"Mover al fondo de la carpeta","Move to top of folder":"Mover encima de la carpeta","Multiple choices?":"","My email address is":"Mi dirección de correo electrónico es","Name":"Nombre","Navigate back":"Navegar hacia atrás","Navigation":"Navegación","New password":"Nueva contraseña","News Item":"Noticia","No":"No","No image selected":"Ninguna imagen seleccionada","No image set in Lead Image content field":"No hay imagen en el campo de imagen principal","No image set in image content field":"No hay imagen en el campo de imagen","No items found in this container.":"No hay elementos en esta carpeta","No items selected":"No se han seleccionado elementos","No map selected":"No se ha seleccionado el mapa","No occurences set":"No hay repeticiones","No options":"No hay opciones","No results found":"No hay resultados","No results found.":"La búsqueda no produjo resultados.","No selection":"No hay selección","No uninstall profile":"No hay perfil para desinstalar","No value":"Sin valor","No video selected":"No se ha seleccionado el vídeo","No workflow":"Sin flujo de trabajo","None":"Ninguno","Note that roles set here apply directly to a user. The symbol{plone_svg}indicates a role inherited from membership in a group.":"","Number of active objects":"Número de objetos activos","Object Size":"Tamaño del objeto","Occurences":"Apariciones","Ok":"Ok","Open in a new tab":"Abrir en un nueva pestaña","Open menu":"Abrir menú","Open object browser":"Abrir buscador de objetos","Origin":"Origen","Page":"Página","Parent fieldset":"Grupo de campos padre","Password":"Contraseña","Password reset":"Restablecer contraseña","Passwords do not match.":"La contraseña no coincide.","Paste":"Pegar","Paste blocks":"Pegar bloques","Permissions have been updated successfully":"Los permisos se han actualizado correctamente","Permissions updated":"Permisos actualizados","Personal Information":"Información Personal","Personal Preferences":"Preferencias Personales","Personal tools":"Herramientas personales","Persons responsible for creating the content of this item. Please enter a list of user names, one per line. The principal creator should come first.":"Las personas responsables de la creación del contenido de este elemento. Por favor, ingrese una lista de nombres de usuarios, uno por linea. El principal autor debe aparecer de primer lugar.","Please enter a valid URL by deleting the block and adding a new video block.":"Por favor, ingrese una URL válida eliminando el bloque y agregando un nuevo bloque de vídeo.","Please enter the Embed Code provided by Google Maps -> Share -> Embed map. It should contain the <iframe> code on it.":"Por favor introduzca el código de encapsulamiento de Google Maps que se obtiene en Google Maps -> Compartir -> Compartir mapa. Tiene que contener una etiqueta <iframe>","Please fill out the form below to set your password.":"Por favor, complete el siguiente formulario para establecer su contraseña.","Plone Foundation":"Fundación Plone","Plone Site":"Sitio Plone","Plone{reg} Open Source CMS/WCM":"Plone{reg} CMS/WCM de Fuentes Abiertos","Portrait":"Retrato","Possible values":"Valores posibles","Powered by Plone & Python":"Hecho con Plone & Python","Preferences":"Preferencias","Prettify your code":"Embellezca su código","Preview":"Vista previa","Preview Image URL":"URL de la vista preliminar de la imagen","Profile":"Perfil","Properties":"Propiedades","Publication date":"Fecha de publicación","Publishing Date":"Fecha de publicación","Query":"Consulta","Re-enter the password. Make sure the passwords are identical.":"Ingrese de nuevo su contraseña. Debe asegurarse que las contraseñas sean idénticas.","Read More…":"Leer Más…","Rearrange items by…":"Reordenar elementos por…","Recurrence ends":"Fin de la repetición","Recurrence ends after":"La repetición finaliza después de","Recurrence ends on":"La repetición finaliza el","Redo":"","Reduce complexity":"Reducir complejidad","Register":"Registro","Registration form":"Formulario de registro","Relevance":"Relevancia","Remove item":"Eliminar elemento","Remove recurrence":"Eliminar repetición","Remove term":"","Remove working copy":"","Rename":"Renombrar","Rename Items Loading Message":"Renombrar el mensaje \"elementos cargando\"","Rename items":"Renombrar elementos","Repeat":"Repetir","Repeat every":"Repetir todos","Repeat on":"Repetir el","Replace existing file":"Sustituir el archivo actual","Reply":"Responder","Required":"Obligatorio","Required input is missing.":"Un campo requerido esta sin tomar en cuenta.","Reset term title":"","Results limit":"Limitar resultados de búsqueda","Results preview":"Vista previa de resultados","Results template":"","Reversed order":"Orden inverso","Revert to this revision":"Revertir a esta revisión","Review state":"Estado","Richtext":"Texto formateado","Right":"Derecha","Rights":"Derechos","Roles":"Roles","Root":"Raíz","Save":"Guardar","Save recurrence":"Guardar repetición","Schema":"Esquema","Schema updates":"Actualización de esquema","Search":"Búsqueda","Search SVG":"","Search Site":"Buscar en el sitio","Search block":"","Search button label":"","Search content":"Buscar contenido","Search for user or group":"Buscar por nombre de usuario o grupo","Search group…":"Buscar grupo...","Search input label":"","Search results":"Resultado de la búsqueda","Search results for {term}":"Resultados de búsqueda para {term}","Search users…":"Buscar usuarios...","Searched for":"","Second":"Segundo","Section title":"","Select":"Seleccionar","Select a date to add to recurrence":"Seleccione una fecha para añadirla a la repetición","Select columns to show":"Selecciona la columna a mostrar","Select the transition to be used for modifying the items state.":"Seleccione la transición a ser efectuada al cambiar el estado del contenido.","Selected dates":"Seleccionar fechas","Selected items":"Seleccionar elementos","Selected items - x of y":"Elementos seleccionados - x de y","Selection":"Selección","Select…":"Selecciona…","Send":"Enviar","Set my password":"Defina la contraseña","Set your password":"Defina su contraseña","Settings":"Configuración","Sharing":"Compartir","Sharing for {title}":"Compartir para {title}","Short Name":"Nombre Corto","Short name":"Nombre corto","Show":"Mostrar","Show All":"Mostrar todos","Show Replies":"Mostrar respuestas","Show item":"Mostrar elemento","Show search button?":"","Show search input?":"","Show sorting?":"","Shrink sidebar":"Contraer barra lateral","Shrink toolbar":"Contraer barra de herramientas","Sign in to start session":"Acceda para iniciar sesión","Site":"Sitio","Site Administration":"Administrador del sitio","Site Map":"Mapa del sitio","Site Setup":"Configuración del sitio","Sitemap":"Mapa del sitio","Size":"Tamaño","Size: {size}":"Tamaño: {size}","Sorry, something went wrong with your request":"Lo siento, algo estuvo mal con su solicitud ","Sort By:":"Ordenar por:","Sort on":"Ordenar por","Sort on label":"","Sort on options":"","Source":"Fuente","Specify a youtube video or playlist url":"Especifica la dirección URL de un vídeo o una lista de reproducción de youtube","Split":"División","Start Date":"Fecha de inicio","Start of the recurrence":"Inicio de la repetición","Start password reset":"Renueve la contraseña","State":"Estado","Stop compare":"Para la comparación","String":"Cadena de texto","Stripe alternate rows with color":"Raya las filas alternas con color","Subject":"Asunto","Success":"Éxito","Summary":"","Switch to":"Cambiar a","Table":"Tabla","Table of Contents":"Tabla de contenidos","Tags":"Categoría","Tags to add":"Categoría a agregar","Tags to remove":"Categoría a remover","Target memory size per cache in bytes":"Número objetivo del tamaño de la memoria por caché en bytes","Target number of objects in memory per cache":"Número objetivo de elementos en la memoria por caché","Text":"Texto","Thank you.":"Gracias.","The Database Manager allow you to view database status information":"El Bestor de la Base de Datos permite ver la infromación del estado de la base de datos","The URL for your external home page, if you have one.":"La dirección URL de su página personal externa, si tiene una.","The backend is not responding, please check if you have started Plone, check your project's configuration object apiPath (or if you are using the internal proxy, devProxyToApiPath) or the RAZZLE_API_PATH Volto's environment variable.":"La base de datos no responde, verifique si Plone está en marcha, revise la configuración de su proyecto y el apiPath (o si está utilizando el proxy intero, devProxyToApiPath) o la varialbe RAZZLE_API_PATH de Volto.","The backend is responding, but the CORS headers are not configured properly and the browser has denied the access to the backend resources.":"La base de datos responde pero las cabeceras CORS no están configuradas correctamente y el navegador no puede acceder a los datos.","The backend server of your website is not answering, we apologize for the inconvenience. Please try to re-load the page and try again. If the problem persists please contact the site administrators.":"La base de datos no responde, disculpe las molestias. Intente cargar la página otra vez. Si el problema continúa póngase en contacto con el administrador del sitio.","The button presence disables the live search, the query is issued when you press ENTER":"","The item could not be deleted.":"","The link address is:":"","The registration process has been successful. Please check your e-mail inbox for information on how activate your account.":"El registro fue exitoso. Verifique su bandeja de entrada para obtener información sobre cómo activar su cuenta.","The user portrait/avatar":"El retrato/avatar del usuario","The working copy was discarded":"","The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends.":"El {plonecms} es {copyright} 2000-{current_year} por la {plonefoundation} y amigos.","There is a configuration problem on the backend":"Hay un error de configuración en el servidor.","There were some errors":"Ha habido algunos errores","There were some errors.":"Hay algunos errores.","Third":"Tercero","This has an ongoing working copy in {title}":"","This is a working copy of {title}":"","This item was locked by {creator} on {date}":"","This name will be displayed in the URL.":"Este nombre se mostrará en la URL.","This page does not seem to exist…":"Esta página no existe…","Time":"Hora","Title":"Título","Total active and non-active objects":"Número de objetos activos y no activos","Total comments":"Comentarios totales","Total number of objects in each cache":"Número total de objetos en cada caché","Total number of objects in memory from all caches":"Número total de objetos en todas las cachés","Total number of objects in the database":"Número total de objetos en la base de datos","Translate to {lang}":"Traducir a {lang}","Translation linked":"Traducción enlazada","Translation linking removed":"Enlace a la traducción eliminado","Type":"Tipo","Type a Video (YouTube, Vimeo or mp4) URL":"Escriba la URL de un vídeo (YouTube, Vimeo o mp4)","Type text...":"","Type text…":"Ingrese texto…","Type the title…":"Ingrese el título…","UID":"UID","Unauthorized":"No autorizado","Undo":"","Unfold":"Desplegar","Unified":"Unificado","Uninstall":"Desinstalar","Unknown Block":"Bloque desconocido","Unlink translation for":"Eliminar enlace de traducción de","Unlock":"","Update":"Actualizar","Update installed addons":"Actualizar complementos instalados","Update installed addons:":"Actualizar complementos instalados:","Updates available":"Actualizaciones disponibles","Upload":"Cargar","Upload a lead image in the 'Lead Image' content field.":"Cargar una imagen principal en el campo 'Imagen Principal'","Upload a new image":"Cargar nueva imagen","Upload files":"Cargar archivos","Uploading files":"Cargando archivos","Uploading image":"Cargando imagen","Used for programmatic access to the fieldset.":"Usado para acceso programático al conjunto de campos.","User":"Usuario","User created":"Usuario creado","User name":"Nombre de usuario","User roles updated":"","Username":"Nombre de usuario","Users":"Usuarios","Users and Groups":"Usuarios y Grupos","Variation":"Variación","Version Overview":"Visión Global de Versiones","Video":"Vídeo","Video URL":"URL del vídeo","View":"Ver","View changes":"Mostrar los cambios","View this revision":"Mostrar esta revisión","View working copy":"","Viewmode":"Modo Ver","Vocabulary term":"","Vocabulary term title":"","Vocabulary terms":"","Warning Regarding debug mode":"Aviso del modo desarrollo","We apologize for the inconvenience, but the backend of the site you are accessing is not available right now. Please, try again later.":"Disculpe las molestias, pero la base de datos no está disponible en este momento. Inténtelo más tarde.","We apologize for the inconvenience, but the page you were trying to access is not at this address. You can use the links below to help you find what you are looking for.":"Disculpe las molestias, la página a la que está intentando acceder no existe en esta dirección. Puede usar el siguiente enlace para encontrar lo que estaba buscando.","We apologize for the inconvenience, but you don't have permissions on this resource.":"Disculpe las molestias pero no tiene permisos en este elemento.","We will use this address if you need to recover your password":"Usaremos esta dirección de correo electrónico, en el caso si usted necesita recuperar su contraseña","Weeek day of month":"Día de la semana del mes","Weekday":"Día de la semana","Weekly":"Semanalmente","What":"Que","When":"Cuando","When this date is reached, the content will nolonger be visible in listings and searches.":"Cuando se alcanza esta fecha, el contenido ya no será visible en listas y búsquedas.","Who":"Quien","Workflow Change Loading Message":"Mensaje de cargar un cambio del flujo de trabajo","Workflow updated.":"Flujo de trabajo actualizado.","Yearly":"Anualmente","Yes":"Sí","You are trying to access a protected resource, please {login} first.":"Está intentando acceder a un elemento protegido, haga {login} primero","You are using an outdated browser":"Está utilizando un navegador anticuado","You can add a comment by filling out the form below. Plain text formatting.":"Usted puede agregar un comentario completando el formulario a continuación. Utilice formato de texto sin formato.","You can control who can view and edit your item using the list below.":"Usted puede controlar quien puede ver y editar su elemento usando la lista a continuación.","You can view the difference of the revisions below.":"Usted puede ver las diferencias de las revisiones a continuación.","You can view the history of your item below.":"Usted puede ver el historial de su elemento a continuación.","You can't paste this content here":"No puede pegar el contenido aquí","Your email is required for reset your password.":"La dirección de correo electrónico es necesaria para restablecer su contraseña.","Your location - either city and country - or in a company setting, where your office is located.":"Su ubicación, ya sea ciudad y país, o en un entorno de empresa, donde se encuentra su oficina.","Your password has been set successfully. You may now {link} with your new password.":"Su contraseña ha sido restablecida exitosamente. Usted puede {link} usando la nueva contraseña.","Your preferred language":"Su idioma preferido","box_forgot_password_option":"¿Olvidaste tu contraseña?","common":"Común","compare_to":"Comparar","delete":"eliminar","deprecated_browser_notice_message":"Aviso de navegador anticuado","description":"Descripción","description_lost_password":"Por razones de seguridad, las contraseñas se almacenan en forma cifrada y, por lo tanto, no se le pueden enviar. Si desea restablecer su contraseña, complete el siguiente formulario: se enviarán más instrucciones para completar el proceso a la dirección de correo electrónico que especificó al registrarse.","description_sent_password":"Se han enviado las instrucciones para restablecer su contraseña. Deben llegar a su bandeja de entrada pronto. Una vez que reciba el mensaje, visite la dirección indicada para restablecer la contraseña.","draft":"Borrador","email":"Correo electrónico","event_alldates":"Todas las fechas","event_attendees":"Asistentes","event_contactname":"Nombre del contacto","event_contactphone":"Teléfono del contacto","event_website":"Web","event_what":"Qué","event_when":"Cuándo","event_where":"Dónde","heading_sent_password":"Solicitud de confirmación de restablecimiento de contraseña enviada","hero":"Hero","html":"HTML","image":"Imagen","integer":"Número entero","intranet":"Intranet","label_my_email_address_is":"Mi dirección de correo electrónico es","leadimage":"Imagen Principal","listing":"Listado","loading":"Cargando","log in":"entrar","maps":"Mapas","maxLength":"Tamaño máximo","maximum":"Máximo","media":"Multimedia","minLength":"Tamaño mínimo","minimum":"Mínimo","mostUsed":"Más usado","no workflow state":"No hay estado del flujo de trabajo","number":"Número","of the month":"del mes","or try a different page.":"o intente con una página diferente.","others":"Otros","private":"Privado","published":"Publicado","querystring-widget-select":"Seleccionar la consulta","results found":"Se han encontrado resultados","return to the site root":"regrese al directorio raíz del sitio","rrule_and":"Y","rrule_approximate":"Aproximadamente","rrule_at":"a las","rrule_dateFormat":"formato de fecha","rrule_day":"día","rrule_days":"días","rrule_every":"todos los","rrule_for":"para","rrule_hour":"hora","rrule_hours":"horas","rrule_in":"en","rrule_last":"último","rrule_minutes":"minutos","rrule_month":"mes","rrule_months":"meses","rrule_nd":" ","rrule_on":"el","rrule_on the":"el ","rrule_or":"o","rrule_rd":" ","rrule_st":" ","rrule_th":" ","rrule_the":"el","rrule_time":"vez","rrule_times":"veces","rrule_until":"hasta el","rrule_week":"semana","rrule_weekday":"día de la semana","rrule_weekdays":"días de la semana","rrule_weeks":"semanas","rrule_year":"año","rrule_years":"años","skiplink-footer":"Saltar al pie de página","skiplink-main-content":"Saltar a contenido","skiplink-navigation":"Saltar a navegación","sort":"Ordenar","table":"Tabla","text":"Texto","title":"Título","toc":"Tabla de contenidos","url":"URL","user avatar":"avatar de usuario","video":"Vídeo","visit_external_website":"Visitar web externa","{count, plural, one {Upload {count} file} other {Upload {count} files}}":"{count, plural, one {Cargar {count} archivo} other {Cargar {count} archivos}}","{count} selected":"{count} seleccionado","{id} Content Type":"{id} Tipo de Contenido","{id} Schema":"{id} Esquema","{title} copied.":"{title} copiado.","{title} cut.":"{title} cortado.","{title} has been deleted.":"{title} ha sido eliminado."}
|
|
@@ -1937,6 +1937,11 @@ msgstr "Amaitu"
|
|
|
1937
1937
|
msgid "Recurrence ends on"
|
|
1938
1938
|
msgstr "Egun honetan amaitu"
|
|
1939
1939
|
|
|
1940
|
+
#: components/manage/Form/UndoToolbar
|
|
1941
|
+
# defaultMessage: Redo
|
|
1942
|
+
msgid "Redo"
|
|
1943
|
+
msgstr ""
|
|
1944
|
+
|
|
1940
1945
|
#: components/manage/Blocks/Table/Edit
|
|
1941
1946
|
# defaultMessage: Minimalistic table design
|
|
1942
1947
|
msgid "Reduce complexity"
|
|
@@ -2561,8 +2566,8 @@ msgid "The backend is responding, but the CORS headers are not configured proper
|
|
|
2561
2566
|
msgstr "Zerbitzaria ondo dago baina CORS goiburukoak ez dira zuzenak."
|
|
2562
2567
|
|
|
2563
2568
|
#: components/theme/CorsError/CorsError
|
|
2564
|
-
# defaultMessage: The backend server of your website is not
|
|
2565
|
-
msgid "The backend server of your website is not
|
|
2569
|
+
# defaultMessage: The backend server of your website is not answering, we apologize for the inconvenience. Please try to re-load the page and try again. If the problem persists please contact the site administrators.
|
|
2570
|
+
msgid "The backend server of your website is not answering, we apologize for the inconvenience. Please try to re-load the page and try again. If the problem persists please contact the site administrators."
|
|
2566
2571
|
msgstr "Zerbitzaria ez dago ondo, barkatu eragozpenak. Saiatu orrialdea freskatzen. Arazoak jarraitzen badu jarri kontaktuan atariaren kudeatzailearekin."
|
|
2567
2572
|
|
|
2568
2573
|
#: components/manage/Blocks/Search/schema
|
|
@@ -2742,6 +2747,11 @@ msgstr "UID"
|
|
|
2742
2747
|
msgid "Unauthorized"
|
|
2743
2748
|
msgstr "Ez duzu baimenik"
|
|
2744
2749
|
|
|
2750
|
+
#: components/manage/Form/UndoToolbar
|
|
2751
|
+
# defaultMessage: Undo
|
|
2752
|
+
msgid "Undo"
|
|
2753
|
+
msgstr ""
|
|
2754
|
+
|
|
2745
2755
|
#: components/manage/BlockChooser/BlockChooser
|
|
2746
2756
|
# defaultMessage: Unfold
|
|
2747
2757
|
msgid "Unfold"
|
package/locales/eu.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"<p>Add some HTML here</p>":"<p>HTMLa idatzi hemen</p>","Accessibility":"Irisgarritasuna","Account Registration Completed":"Izen-ematea ondo egin da","Account activation completed":"Erabiltzaile kontua ondo sortu da","Action":"Ekintza","Actions":"Ekintzak","Activate and deactivate":"Aktibatu eta desaktibatu","Add":"Gehitu","Add Addons":"Gehitu gehigarriak","Add Content":"Gehitu edukia","Add Translation…":"Gehitu itzulpena...","Add User":"Gehitu erabiltzailea","Add a description…":"Gehitu deskribapena...","Add block":"","Add block…":"Gehitu blokea...","Add criteria":"Gehitu irizpidea","Add date":"Gehitu data","Add field":"Gehitu eremua","Add fieldset":"Gehitu eremu-multzoa","Add group":"Gehitu taldea","Add new content type":"Gehitu elementu-mota berria","Add new group":"Gehitu talde berria","Add new user":"Gehitu erabiltzaile berria","Add to Groups":"Gehitu taldeetara","Add vocabulary term":"","Add {type}":"Gehitu {type}","Add-ons Settings":"Gehigarrien ezarpenak","Additional date":"Data gehigarria","Alignment":"Alineazio-estiloak","All":"Guztiak","Alphabetically":"Alfabetikoki","Alt text":"Ordezko testua (alt)","Alt text hint":"","Alt text hint link text":"","Apply working copy":"","Are you sure you want to delete this field?":"Eremu hau ezabatu egin nahi duzu?","Are you sure you want to delete this fieldset including all fields?":"Eremu-multzo hau eta bere eremu guztiak ezabatu nahi dituzu?","Ascending":"Goraka","Available":"Aukerak","Back":"Atzera","Base":"Oinarria","Base search query":"","Block":"Blokea","Both email address and password are case sensitive, check that caps lock is not enabled.":"Bai e-posta helbideak eta bai pasahitzak maiuskula eta minuskulak bereizten dituzte, egiaztatu maiuskulak blokeatzeko tekla ez dagoela aktibatuta.","Breadcrumbs":"Nabigazio arrastoa","Browse":"Arakatu","Browse the site, drop an image, or type an URL":"Atarian bilatu, irudi bat hona arrastatu edo URL bat idatzi","By default, permissions from the container of this item are inherited. If you disable this, only the explicitly defined sharing permissions will be valid. In the overview, the symbol {inherited} indicates an inherited value. Similarly, the symbol {global} indicates a global role, which is managed by the site administrator.":"Defektuz, elementu hau barnean duen karpetaren baimenak heredatu egiten dira. Hau desaktibatzen baduzu, hemen zehaztutako baimenak bakarrik aplikatuko dira. {inherited} ikurrak heredatutako balioa adierazten du. Era berean, {global} ikurrak rol globala adierazten du, atariaren kudeatzaileak kudeatzen duen rola.","Cache Name":"Katxearen izena","Can not edit Layout for <strong>{type}</strong> content-type as it doesn't have support for <strong>Volto Blocks</strong> enabled":"Ezin da <strong>{type}</strong> elementu-motaren itxura aldatu, ez baitu <strong>Volto Blocks</strong> portaera aktibatuta","Can not edit Layout for <strong>{type}</strong> content-type as the <strong>Blocks behavior</strong> is enabled and <strong>read-only</strong>":"Ezin da <strong>{type}</strong> elementu-motaren itxura aldatu, <strong>Volto Blocks</strong> portaera aktibatuta izan arren <strong>irakurtzeko-moduan bakarrik</strong> baitago","Cancel":"Utzi","Cell":"Zelda","Center":"Erdiratu","Change Note":"Aldaketaren inguruko oharra","Change Password":"Pasahitza aldatu","Change State":"Egoera aldatu","Change workflow state recursively":"Lan-fluxuaren egoera errekurtsiboki aldatu","Changes applied.":"","Changes saved":"Aldaketak ondo gorde dira","Changes saved.":"Aldaketak ondo gorde dira.","Checkbox":"Aukeraketa-kutxa","Choices":"Aukerak","Choose Image":"Aukeratu irudia","Choose Target":"Aukeratu helburua","Choose a file":"","Clear":"","Clear filters":"","Click to download full sized image":"Egin klik tamaina osoko irudia deskargatzeko...","Close":"Itxi","Close menu":"Itxi menua","Code":"","Collapse item":"","Collection":"Bilduma","Comment":"Iruzkina","Commenter":"Erantzuna eman duena","Comments":"","Compare":"Alderatu","Confirm password":"Pasahitza berretsi","Connection refused":"Konexioak huts egin du","Contact":"Kontaktua","Contact form":"Kontaktu-formularioa","Contained items":"Barneko elementuak","Content type created":"Elementu-mota gehitu da","Content type deleted":"Elementu-mota ezabatu da","Contents":"Edukiak","Controls":"","Copy":"Kopiatu","Copy blocks":"","Copyright":"Copyright","Copyright statement or other rights information on this item.":"Elementu honen Copyright adierazpena","Create working copy":"","Created by {creator} on {date}":"","Created on":"Sorrera data","Creator":"Sortzailea","Creators":"Sortzaileak","Criteria":"Irizpidea","Current filters applied":"","Current password":"Oraingo pasahitza","Cut":"Ebaki","Cut blocks":"","Daily":"Egunero","Database Information":"Datu-basearen informazioa","Database Location":"Datu-basearen kokalekua","Database Size":"Datu-basearen tamaina","Database main":"Datu-base nagusia","Date":"Data","Date (newest first)":"Data (berriena lehenengo)","Default":"Defektuzkoa","Delete":"Ezabatu","Delete Group":"Ezabatu taldea","Delete Type":"Ezabatu elementu-mota","Delete User":"Ezabatu erabiltzailea","Delete blocks":"","Delete col":"Ezabatu zutabea","Delete row":"Ezabatu errenkada","Depth":"","Descending":"Beheraka","Description":"Deskribapena","Diff":"Desberdintasunak","Difference between revision {one} and {two} of {title}":"{title} elementuaren {one} eta {two} errebisioen arteko desberdintasunak","Distributed under the {license}.":"{license} lizentziapean banatuta.","Divide each row into separate cells":"Errenkada bakoitza zeldatan banatu","Do you really want to delete the following items?":"Elementu hauek ezabatu egin nahi dituzu?","Do you really want to delete the group {groupname}?":"{groupname} taldea ezabatu egin nahi duzu?","Do you really want to delete the type {typename}?":"{typename} elementu-mota ezabatu egin nahi duzu?","Do you really want to delete the user {username}?":"{username} erabiltzailea ezabatu egin nahi duzu?","Do you really want to delete this item?":"Elementu hau ezabatu egin nahi duzu?","Document":"Dokumentua","Drag and drop files from your computer onto this area or click the “Browse” button.":"Arrastatu fitxategiak hona edo erabili Arakatu botoia.","Drop file here to replace the existing file":"","Drop file here to upload a new file":"","Drop files here ...":"","E-mail":"Eposta","E-mail addresses do not match.":"Eposta helbideak ez datoz bat","Edit":"Editatu","Edit comment":"Editatu erantzuna","Edit field":"Editatu eramua","Edit fieldset":"Editatu eremu-multzoa","Edit recurrence":"Editatu errepikapena","Edit values":"Editatu balioak","Edit {title}":"Editatu {title}","Email":"Eposta","Email sent":"Eposta ondo bidali da","Embed code error, please follow the instructions and try again.":"Itsatsitako kodearen errorea, jarraitu argibideak eta saiatu berriz.","Embeded Google Maps":"Itsatsitako Google Maps","Empty object list":"","Enable editable Blocks":"Aktibatu editatu daitezkeen blokeak","End Date":"Bukaera data","Enter URL or select an item":"Sartu URL bat edo aukeratu elementu bat","Enter a username above to search or click 'Show All'":"","Enter an email address. This will be your login name. We respect your privacy, and will not give the address away to any third parties or expose it anywhere.":"Idatzi eposta helbidea. Hau zure erabiltzaile-izena izango da. Zure pribatutasuna errespetatzen dugu eta ez dugu helbidea argitaratu edo inori emango.","Enter full name, e.g. John Smith.":"Idatzi izen osoa, adb. Jon Garmendia.","Enter map Embed Code":"Sartu itsasteko kodea","Enter your current password.":"Idatzi zure pasahitza.","Enter your email address for verification.":"Idatzi zure eposta helbidea egiaztatu dezagun.","Enter your new password. Minimum 5 characters.":"Idatzi zure pasahitz berria. Gutxienez 5 karaktere.","Error":"Erroea","Exclude from navigation":"Nabigaziotik baztertu","Exclude this occurence":"Kendu agerpen hau","Excluded from navigation":"Nabigaziotik baztertuta","Expand sidebar":"Alboko barra zabaldu","Expiration Date":"Iraungitze-data","Expiration date":"Iraungitze-data","Expired":"Iraungita","External URL":"Kanpoko URLa","Facet":"","Facet widget":"","Facets":"","Facets on left side":"","Facets on right side":"","Facets on top":"","Field":"","File":"Fitxategia","File size":"Fitxategiaren tamaina","Filename":"Fitxategi izena","Filter…":"Filtratu...","First":"Lehenengo","Fixed width table cells":"Tamaina finkoko taularen zeldak","Fold":"","Folder":"Karpeta","Forbidden":"Debekatuta","Fourth":"Laugarren","From":"Nok","Full":"Osoa","Full Name":"Izen-abizenak","Fullname":"Izen-abizenak","GNU GPL license":"GNU GPL","Global role":"Rol globala","Google Maps Embedded Block":"Google Maps itsasteko blokea","Group":"Taldea","Group created":"Taldea ondo sortu da","Group roles updated":"","Groupname":"Taldearen izena","Groups":"Taldeak","Groups are logical collections of users, such as departments and business units. Groups are not directly related to permissions on a global level, you normally use Roles for that - and let certain Groups have a particular role. The symbol{plone_svg}indicates a role inherited from membership in another group.":"","Header cell":"","Headline":"","Hidden facets will still filter the results if proper parameters are passed in URLs":"","Hide Replies":"","Hide facet?":"","History":"Historia","History Version Number":"","History of {title}":"{title} elementuaren historia","Home":"Hasiera","Home page":"Hasiera orrialdea","ID":"ID","If selected, this item will not appear in the navigation tree":"Aukeratuta badago, elementu hau ez da nabigazio zuhaitzean agertuko","If this date is in the future, the content will not show up in listings and searches until this date.":"Data hau etorkizunekoa bada, edukia ez da agertuko data hori iritsi arte","If you are certain this user has abandoned the object, you may unlock the object. You will then be able to edit it.":"","If you are certain you have the correct web address but are encountering an error, please contact the {site_admin}.":"Ziurtatu helbide zuzenean zaudena, hala ere errorea baduzu jarri kontaktuan {site_admin}.","Image":"Irudia","Image gallery":"","Include this occurence":"Sartu agerpen hau","Info":"informazioa","Inherit permissions from higher levels":"Baimenak goragoko mailetatik heredatu","Inherited value":"Heredatutako balioa","Insert col after":"Sartu zutabea ondoren","Insert col before":"Sartu zutabea aurretik","Insert row after":"Sartu errenkada ondoren","Insert row before":"Sartu errendaka aurretik","Install":"Instalatu","Installed":"Instalatuta","Installed version":"Instalatutako bertsioa","Interval Daily":"egunean behin","Interval Monthly":"hilean behin","Interval Weekly":"astean behin","Interval Yearly":"urtean behin","Item batch size":"Elementu-multzoaren tamaina","Item succesfully moved.":"","Item(s) copied.":"Elementuak ondo kopiatu dira.","Item(s) cut.":"Elementuak ondo ebaki dira.","Item(s) has been updated.":"","Item(s) pasted.":"Elementuak ondo itsatsi dira.","Item(s) state has been updated.":"","Items":"Elementuak","Items must be unique.":"Elementuak bakarrak izan behar dira.","Label":"","Language":"Hizkuntza","Last":"Azkena","Last comment date":"Azken komentarioaren data","Last modified":"Azken aldaketa","Latest version":"Azken bertsioa","Layout":"Itxura","Lead Image":"Irudia","Left":"Ezkerrean","Link":"Esteka","Link more":"\"Gehiago\" estekatu","Link title":"Izenburua estekatu","Link to":"Esteka","Link translation for":"","Listing":"Zerrenda","Load more":"","Loading":"","Location":"Kokalekua","Log In":"Sartu","Log in":"Sartu","Login":"Sartu","Login Failed":"Sartzeak huts egin du","Login Name":"Erabiltzaile-izena","Logout":"","Made by {creator} on {date}. This is not a working copy anymore, but the main content.":"","Make the table compact":"Taula trinkotu","Manage Translations":"","Manage translations for {title}":"","Map":"Mapa","Maps URL":"Maparen URLa","Maximum length is {len}.":"Gehienezko luzera {len} da.","Maximum value is {len}.":"Balio handiena {len} da.","Message":"Mezua","Minimum length is {len}.":"Gutxienezko luzera {len} da.","Minimum value is {len}.":"Balio txikiena {len} da.","Moderate Comments":"Erantzunak moderatu","Moderate comments":"Erantzunak moderatu","Monday and Friday":"Astelehen eta ostiraletan","Month day":"Hilabeteko","Monthly":"Hilero","More":"Gehiago","Move to bottom of folder":"Karpetaren barrenera mugitu","Move to top of folder":"Karpetaren gorengo tokira mugitu","Multiple choices?":"","My email address is":"Nire helbidea hauxe da: ","Name":"Izena","Navigate back":"Atzera joan","Navigation":"","New password":"Pasahitz berria","News Item":"Albistea ikusi","No":"Ez","No image selected":"Ez da irudirik aukeratu","No image set in Lead Image content field":"Ez dago irudirik dagokion eremuan","No image set in image content field":"Ez dago irudirik dagokion eremuan","No items found in this container.":"Karpeta honetan ez dago elementurik","No items selected":"Ez da elementurik aukeratu","No map selected":"Ez da maparik auekratu","No occurences set":"Ez da agerpenik ezarri","No options":"Ez du aukerarik","No results found":"Ez da emaitzarik aurkitu.","No results found.":"Ez da emaitzarik aurkitu.","No selection":"Ez da ezer aukeratu","No uninstall profile":"Ez du desinstalatzeko profilik","No value":"Ez du baliorik","No video selected":"Ez da bideorik aukeratu","No workflow":"Ez du workflowrik","None":"Bat ere ez","Note that roles set here apply directly to a user. The symbol{plone_svg}indicates a role inherited from membership in a group.":"","Number of active objects":"Aktibo dagoen objektu kopurua","Object Size":"Objektuaren tamaina","Occurences":"agerpenen ondoren","Ok":"Ados","Open in a new tab":"Fitxa berrian ireki","Open menu":"Menua ireki","Open object browser":"","Origin":"Jatorria","Page":"Orria","Parent fieldset":"Guraso den eremu-multzoa","Password":"Pasahitza","Password reset":"Pasahitza berrezarri","Passwords do not match.":"Pasahitzak ez datoz bat.","Paste":"Itsatsi","Paste blocks":"","Permissions have been updated successfully":"","Permissions updated":"","Personal Information":"Informazio pertsonala","Personal Preferences":"Hobespen Pertsonalak","Personal tools":"Tresna pertsonalak","Persons responsible for creating the content of this item. Please enter a list of user names, one per line. The principal creator should come first.":"Elementu honen edukia sortzearen arduradunak. Idatzi erabiltzaile-izen bat lerro bakoitzean. Egile nagusia lehenengoa izan beharko litzateke.","Please enter a valid URL by deleting the block and adding a new video block.":"Txertatu URL zuzen bat blokea ezabatu eta bideo bloke berri bat gehituz.","Please enter the Embed Code provided by Google Maps -> Share -> Embed map. It should contain the <iframe> code on it.":"Txertatu Google Mapsek ematen duen txertatzeko kodea. <iframe> etiketa bat izan behar du.","Please fill out the form below to set your password.":"Bete formulario hau zure pasahitza ezartzeko.","Plone Foundation":"Plone Fundazioa","Plone Site":"Plone Ataria","Plone{reg} Open Source CMS/WCM":"Plone{reg} Open Source CMS/WCM","Portrait":"Argazkia","Possible values":"Balio posibleak","Powered by Plone & Python":"Plone eta Pythonekin eginda","Preferences":"Hobespenak","Prettify your code":"","Preview":"Aurreikusi","Preview Image URL":"","Profile":"Profila","Properties":"Propietateak","Publication date":"Argitaratze-data","Publishing Date":"Argitaratze-data","Query":"","Re-enter the password. Make sure the passwords are identical.":"Idatzi pasahitza berriro eta ziurtatu idatzitako biak berdinak direla.","Read More…":"Gehiago irakurri","Rearrange items by…":"Elementuak honen arabera berrantolatu...","Recurrence ends":"Errepikapenaren amaiera","Recurrence ends after":"Amaitu","Recurrence ends on":"Egun honetan amaitu","Reduce complexity":"Konplexutasuna gutxitu","Register":"Izena eman","Registration form":"Erregistro formularioa","Relevance":"Errelebantzia","Remove item":"","Remove recurrence":"Errepikapena ezabatu","Remove term":"","Remove working copy":"","Rename":"Berrizendatu","Rename Items Loading Message":"","Rename items":"Elementuak berrizendatu","Repeat":"Errepikatu","Repeat every":"Errepikatu","Repeat on":"Egun honetan errepikatu","Replace existing file":"","Reply":"","Required":"Beharrezkoa","Required input is missing.":"Beharrezko balioak falta dira","Reset term title":"","Results limit":"Emaitzen muga","Results preview":"Emaitzen aurreikuspena","Results template":"","Reversed order":"Alderantzizko ordena","Revert to this revision":"Bertsio honetara itzuli","Review state":"Egoera","Richtext":"Testu aberatsa","Right":"Eskuman","Rights":"Eskubideak","Roles":"Rolak","Root":"","Save":"Gorde","Save recurrence":"Gorde errepikapena","Schema":"Eskema","Schema updates":"Eskemaren eguneraketak","Search":"Bilatu","Search SVG":"","Search Site":"Atarian bilatu","Search block":"","Search button label":"","Search content":"Bilatu edukia","Search for user or group":"Bilatu erabiltzailea edo taldea","Search group…":"Bilatu taldea...","Search input label":"","Search results":"Bilaketaren emaitzak","Search results for {term}":"${term} bilatuz aurkitu dena","Search users…":"Bilatu erabiltzaileak...","Searched for":"","Second":"Bigarren","Section title":"","Select":"","Select a date to add to recurrence":"Aukeratu data eta gehitu errepikapenera","Select columns to show":"Aukeratu erakutsiko diren zutabeak","Select the transition to be used for modifying the items state.":"Aukeratu elementuaren egoera aldatzeko trantsizioa.","Selected dates":"Aukeratutako datak","Selected items":"Aukeratutako elementuak","Selected items - x of y":"Aukeratutako elementuak x/y","Selection":"Aukeraketa","Select…":"Aukeratu...","Send":"Bidali","Set my password":"Ezarri nire pasahitza","Set your password":"Ezarri zure pasahitza","Settings":"Ezarpenak","Sharing":"Partekatzea","Sharing for {title}":"{title} elementuaren partekatze-aukerak","Short Name":"Izen-laburra","Short name":"Izen-laburra","Show":"Erakutsi","Show All":"","Show Replies":"","Show item":"","Show search button?":"","Show search input?":"","Show sorting?":"","Shrink sidebar":"Txikitu alboko barra","Shrink toolbar":"Txikitu tresna-barra","Sign in to start session":"Sartu saioa hasteko","Site":"Ataria","Site Administration":"Atariaren kudeaketa","Site Map":"Web mapa","Site Setup":"Atariaren konfigurazioa","Sitemap":"Web mapa","Size":"Tamaina","Size: {size}":"Tamaina: {size}","Sorry, something went wrong with your request":"Barkatu, zerbait ez da ondo irten zure eskaeran","Sort By:":"Ordenazioa:","Sort on":"Ordenazioa","Sort on label":"","Sort on options":"","Source":"Iturburua","Specify a youtube video or playlist url":"YouTubeko bideo edo erreprodukzio-zerrenda baten URLa adierazi","Split":"Banatu","Start Date":"Hasiera-data","Start of the recurrence":"Errepikapenaren hasiera","Start password reset":"Pasahitza berrezartzea abiatu","State":"Egoera","Stop compare":"","String":"Karaktere-katea","Stripe alternate rows with color":"Errenkaden koloreak aldatzen joan","Subject":"Gaia","Success":"Arrakasta","Summary":"","Switch to":"","Table":"Taula","Table of Contents":"Edukien taula","Tags":"Etiketak","Tags to add":"Gehitu beharreko etiketak","Tags to remove":"Kendu beharreko etiketak","Target memory size per cache in bytes":"Katxe bakoitzaren tamaina ","Target number of objects in memory per cache":"Katxe bakoitzaren elementu-kopurua","Text":"Testua","Thank you.":"Eskerrik asko.","The Database Manager allow you to view database status information":"Datu-basearen kudeatzaileak datu-basearen egoera erakusten ditu","The URL for your external home page, if you have one.":"Idatzi zure webgunearen helbidea, bat baldin baduzu.","The backend is not responding, please check if you have started Plone, check your project's configuration object apiPath (or if you are using the internal proxy, devProxyToApiPath) or the RAZZLE_API_PATH Volto's environment variable.":"Zerbitzaria ez dago ondo, egiaztatu Plone martxan dagoela, egiaztatu zure proiektuaren konfigurazio-objektuaren apiPath ezarpena (edo barne-proxya badarabilzu, devProxyToApiPath) edo RAZZLE_API_PATH ingurune-aldagaia.","The backend is responding, but the CORS headers are not configured properly and the browser has denied the access to the backend resources.":"Zerbitzaria ondo dago baina CORS goiburukoak ez dira zuzenak.","The backend server of your website is not anwering, we apologize for the inconvenience. Please try to re-load the page and try again. If the problem persists please contact the site administrators.":"Zerbitzaria ez dago ondo, barkatu eragozpenak. Saiatu orrialdea freskatzen. Arazoak jarraitzen badu jarri kontaktuan atariaren kudeatzailearekin.","The button presence disables the live search, the query is issued when you press ENTER":"","The item could not be deleted.":"","The link address is:":"","The registration process has been successful. Please check your e-mail inbox for information on how activate your account.":"Izen-emate prozesua ondo egin duzu. Begiratu zure eposta, kontua aktibatzeko informazioa bertara bidali dizugu-eta.","The user portrait/avatar":"Erabiltzailearen argazkia","The working copy was discarded":"","The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends.":"{plonecms} {copyright} 2000-{current_year} - {plonefoundation} eta lagunak.","There is a configuration problem on the backend":"Zerbitzariak konfigurazio arazo bat du","There were some errors":"Errorea gertatu da","There were some errors.":"Errorea gertatu da","Third":"Hirugarren","This has an ongoing working copy in {title}":"","This is a working copy of {title}":"","This item was locked by {creator} on {date}":"","This name will be displayed in the URL.":"Izen hau URLan agertuko da","This page does not seem to exist…":"Orrialde hau ez da existitzen...","Time":"Ordua","Title":"Izenburua","Total active and non-active objects":"Objektu aktibo eta ez-aktiboak","Total comments":"Erantzun kopurua","Total number of objects in each cache":"Katxe bakoitzeko objektu kopurua","Total number of objects in memory from all caches":"Katxe guztietan dagoen elementu kopurua","Total number of objects in the database":"Datu-basean dagoen elementu kopurua","Translate to {lang}":"{lang} hizkuntzara itzuli","Translation linked":"","Translation linking removed":"","Type":"Elementu mota","Type a Video (YouTube, Vimeo or mp4) URL":"Idatzi bideo baten URLa (YouTube, Vimeo edo mp4)","Type text...":"","Type text…":"Idatzi testua...","Type the title…":"Idatzi izenburua...","UID":"UID","Unauthorized":"Ez duzu baimenik","Unfold":"","Unified":"Elkartuta","Uninstall":"Desinstalatu","Unknown Block":"Bloke ezezaguna","Unlink translation for":"","Unlock":"","Update":"Eguneratu","Update installed addons":"Eguneratu instalatutako gehigarriak","Update installed addons:":"Eguneratu instalatutako gehigarriak","Updates available":"Instalatu daitezkeen eguneraketak","Upload":"Kargatu","Upload a lead image in the 'Lead Image' content field.":"Kargatu irudia","Upload a new image":"Kargatu irudi berria","Upload files":"Kargatu fitxategiak","Uploading files":"Fitxategiak kargatzen","Uploading image":"","Used for programmatic access to the fieldset.":"Eremu-multzoa programaziotik atzitzeko izena","User":"Erabiltzailea","User created":"Erabiltzailea ondo sortu da","User name":"Erabiltzaile Izena","User roles updated":"","Username":"Erabiltzaile izena","Users":"Erabiltzaileak","Users and Groups":"Erabiltzaile eta taldeak","Variation":"","Version Overview":"Bertsioen informazioa","Video":"Bideoa","Video URL":"Bideoaren URLa","View":"Ikusi","View changes":"Aldaketak ikusi","View this revision":"Bertsio hau ikusi","View working copy":"","Viewmode":"Bistaratze modua","Vocabulary term":"","Vocabulary term title":"","Vocabulary terms":"","Warning Regarding debug mode":"\"Debug moduan\" diharduzu. Modu hau garapenean dauden atarientzako da","We apologize for the inconvenience, but the backend of the site you are accessing is not available right now. Please, try again later.":"Barkatu eragozpenak baina zerbitzaria ez dago konektatuta. Saiatu beranduago mesedez.","We apologize for the inconvenience, but the page you were trying to access is not at this address. You can use the links below to help you find what you are looking for.":"Barkatu eragozpenak baina orrialde horren helbidea ez da zuzena. erabili beheko loturak bilatu nahi duzuna aurkitzeko.","We apologize for the inconvenience, but you don't have permissions on this resource.":"Barkatu eragozpenak baina ez duzu orrialde hau ikusteko baimenik.","We will use this address if you need to recover your password":"Helbide hau erabiliko dugu pasahitza berreskuratu behar baduzu","Weeek day of month":"Hilabeteko","Weekday":"Astegunetan","Weekly":"Astero","What":"Zer","When":"Noiz","When this date is reached, the content will nolonger be visible in listings and searches.":"Data hau iristean, elementua ez da erakutsiko bilaketa eta zerrendetan","Who":"Nor","Workflow Change Loading Message":"","Workflow updated.":"Workflowa eguneratu egin da","Yearly":"Urtero","Yes":"Bai","You are trying to access a protected resource, please {login} first.":"Babestutako orrialde batera sartu nahian zabiltza, {login} lehenengo.","You are using an outdated browser":"Zure nabigatzailea zaharra da.","You can add a comment by filling out the form below. Plain text formatting.":"Erantzun bat utzi dezakezu. Testu hutsez idatzi.","You can control who can view and edit your item using the list below.":"Zure elementua nork ikusi eta aldatu dezakeen kontrolatu dezakezu.","You can view the difference of the revisions below.":"Bertsioen arteko aldeak ikusi ditzakezu","You can view the history of your item below.":"Zure elementuaren historia ikusi dezakezu.","You can't paste this content here":"","Your email is required for reset your password.":"Eposta derrigorrezkoa da zure pasahitza berrezartzeko.","Your location - either city and country - or in a company setting, where your office is located.":"Zure kokalekua.","Your password has been set successfully. You may now {link} with your new password.":"Zure pasahitza ondo berrezarri da. Orain zure pasahitz berriarekin {link}","Your preferred language":"Zure hizkuntza","box_forgot_password_option":"Pasahitza ahaztuta?","common":"Ohikoa","compare_to":"","delete":"Ezabatu","deprecated_browser_notice_message":"{browsername} {browserversion} erabilzen ari zara eta hori zaharkituta gelditu da. Ez duzu segurtasun-eguneraketarik jasoko eta ez dago prest egungo webguneetarako. Eguneratu zure nabigatzailea","description":"Deskribapena","description_lost_password":"Segurtasun arazoak ekiditeko, zure pasahitza zifratuta gordetzen da gure sisteman eta ezin dizugu e-postaz bidali. Zure pasahitza berrezarri bahi baduzu, bete beheko formularioa eta erregistratu zinenean eman zenuen epostara bidaliko dizugu pasahitza berrezartzeko egin beharrekoaren berri.","description_sent_password":"Pasahitza berrezartzeko eskaera e-postaz bidali dizugu. Momentu batetik bestera jasoko duzu zure eposta kontuan. Mezua jasotzen duzunean, egin klik hango loturan zure pasahitza berrezartzeko.","draft":"Zirriborroa","email":"Eposta zuzen bat idatzi behar duzu (izena@domeinua.eus)","event_alldates":"Data guztiak","event_attendees":"Bertaratutakoak","event_contactname":"Kontaktuaren izena","event_contactphone":"Kontaktuaren telefonoa","event_website":"Hitzorduaren webgunea","event_what":"Zer","event_when":"Noiz","event_where":"Non","heading_sent_password":"Pasahitza aldatzeko eskaera bidalia","hero":"Hero","html":"HTML","image":"Irudia","integer":"Zenbaki osoa izan behar da","intranet":"Intraneta","label_my_email_address_is":"Nire helbidea hauxe da: ","leadimage":"Irudi nagusiaren eremua","listing":"Zerrenda","loading":"","log in":"Sartu","maps":"Mapak","maxLength":"Luzera maximoa","maximum":"Balio maximoa","media":"Media","minLength":"Luzera minimoa","minimum":"Balio minimoa","mostUsed":"Gehien erabilia","no workflow state":"Ez du workflowrik","number":"Zenbakia idatzi behar duzu","of the month":". egunean","or try a different page.":"edo beste orrialde bat probatu.","others":"besteak","private":"Pribatua","published":"Argitaratuta","querystring-widget-select":"Aukeratu...","results found":"Emaitzak","return to the site root":"Atariaren errora itzuli","rrule_and":"","rrule_approximate":"","rrule_at":"","rrule_dateFormat":"","rrule_day":"","rrule_days":"","rrule_every":"","rrule_for":"","rrule_hour":"","rrule_hours":"","rrule_in":"","rrule_last":"","rrule_minutes":"","rrule_month":"","rrule_months":"","rrule_nd":"","rrule_on":"","rrule_on the":"","rrule_or":"","rrule_rd":"","rrule_st":"","rrule_th":"","rrule_the":"","rrule_time":"","rrule_times":"","rrule_until":"","rrule_week":"","rrule_weekday":"","rrule_weekdays":"","rrule_weeks":"","rrule_year":"","rrule_years":"","skiplink-footer":"","skiplink-main-content":"","skiplink-navigation":"","sort":"Ordenatu","table":"Taula","text":"Testua","title":"Izenburua","toc":"Edukien taula","url":"URL zuzen bat izan behar da (www.zerbait.eus) edo http(s)://www.zerbitzaria.eus)","user avatar":"Erabiltzailearen argazkia","video":"Bideoa","visit_external_website":"Webgunea ikusi","{count, plural, one {Upload {count} file} other {Upload {count} files}}":"","{count} selected":"{count} aukeratu tituzu","{id} Content Type":"{id} elementu-mota","{id} Schema":"{id} eskema","{title} copied.":"{title} kopiatu egin da.","{title} cut.":"{title} moztu egin da.","{title} has been deleted.":"{title} ezabatu egin da."}
|
|
1
|
+
{"<p>Add some HTML here</p>":"<p>HTMLa idatzi hemen</p>","Accessibility":"Irisgarritasuna","Account Registration Completed":"Izen-ematea ondo egin da","Account activation completed":"Erabiltzaile kontua ondo sortu da","Action":"Ekintza","Actions":"Ekintzak","Activate and deactivate":"Aktibatu eta desaktibatu","Add":"Gehitu","Add Addons":"Gehitu gehigarriak","Add Content":"Gehitu edukia","Add Translation…":"Gehitu itzulpena...","Add User":"Gehitu erabiltzailea","Add a description…":"Gehitu deskribapena...","Add block":"","Add block…":"Gehitu blokea...","Add criteria":"Gehitu irizpidea","Add date":"Gehitu data","Add field":"Gehitu eremua","Add fieldset":"Gehitu eremu-multzoa","Add group":"Gehitu taldea","Add new content type":"Gehitu elementu-mota berria","Add new group":"Gehitu talde berria","Add new user":"Gehitu erabiltzaile berria","Add to Groups":"Gehitu taldeetara","Add vocabulary term":"","Add {type}":"Gehitu {type}","Add-ons Settings":"Gehigarrien ezarpenak","Additional date":"Data gehigarria","Alignment":"Alineazio-estiloak","All":"Guztiak","Alphabetically":"Alfabetikoki","Alt text":"Ordezko testua (alt)","Alt text hint":"","Alt text hint link text":"","Apply working copy":"","Are you sure you want to delete this field?":"Eremu hau ezabatu egin nahi duzu?","Are you sure you want to delete this fieldset including all fields?":"Eremu-multzo hau eta bere eremu guztiak ezabatu nahi dituzu?","Ascending":"Goraka","Available":"Aukerak","Back":"Atzera","Base":"Oinarria","Base search query":"","Block":"Blokea","Both email address and password are case sensitive, check that caps lock is not enabled.":"Bai e-posta helbideak eta bai pasahitzak maiuskula eta minuskulak bereizten dituzte, egiaztatu maiuskulak blokeatzeko tekla ez dagoela aktibatuta.","Breadcrumbs":"Nabigazio arrastoa","Browse":"Arakatu","Browse the site, drop an image, or type an URL":"Atarian bilatu, irudi bat hona arrastatu edo URL bat idatzi","By default, permissions from the container of this item are inherited. If you disable this, only the explicitly defined sharing permissions will be valid. In the overview, the symbol {inherited} indicates an inherited value. Similarly, the symbol {global} indicates a global role, which is managed by the site administrator.":"Defektuz, elementu hau barnean duen karpetaren baimenak heredatu egiten dira. Hau desaktibatzen baduzu, hemen zehaztutako baimenak bakarrik aplikatuko dira. {inherited} ikurrak heredatutako balioa adierazten du. Era berean, {global} ikurrak rol globala adierazten du, atariaren kudeatzaileak kudeatzen duen rola.","Cache Name":"Katxearen izena","Can not edit Layout for <strong>{type}</strong> content-type as it doesn't have support for <strong>Volto Blocks</strong> enabled":"Ezin da <strong>{type}</strong> elementu-motaren itxura aldatu, ez baitu <strong>Volto Blocks</strong> portaera aktibatuta","Can not edit Layout for <strong>{type}</strong> content-type as the <strong>Blocks behavior</strong> is enabled and <strong>read-only</strong>":"Ezin da <strong>{type}</strong> elementu-motaren itxura aldatu, <strong>Volto Blocks</strong> portaera aktibatuta izan arren <strong>irakurtzeko-moduan bakarrik</strong> baitago","Cancel":"Utzi","Cell":"Zelda","Center":"Erdiratu","Change Note":"Aldaketaren inguruko oharra","Change Password":"Pasahitza aldatu","Change State":"Egoera aldatu","Change workflow state recursively":"Lan-fluxuaren egoera errekurtsiboki aldatu","Changes applied.":"","Changes saved":"Aldaketak ondo gorde dira","Changes saved.":"Aldaketak ondo gorde dira.","Checkbox":"Aukeraketa-kutxa","Choices":"Aukerak","Choose Image":"Aukeratu irudia","Choose Target":"Aukeratu helburua","Choose a file":"","Clear":"","Clear filters":"","Click to download full sized image":"Egin klik tamaina osoko irudia deskargatzeko...","Close":"Itxi","Close menu":"Itxi menua","Code":"","Collapse item":"","Collection":"Bilduma","Comment":"Iruzkina","Commenter":"Erantzuna eman duena","Comments":"","Compare":"Alderatu","Confirm password":"Pasahitza berretsi","Connection refused":"Konexioak huts egin du","Contact":"Kontaktua","Contact form":"Kontaktu-formularioa","Contained items":"Barneko elementuak","Content type created":"Elementu-mota gehitu da","Content type deleted":"Elementu-mota ezabatu da","Contents":"Edukiak","Controls":"","Copy":"Kopiatu","Copy blocks":"","Copyright":"Copyright","Copyright statement or other rights information on this item.":"Elementu honen Copyright adierazpena","Create working copy":"","Created by {creator} on {date}":"","Created on":"Sorrera data","Creator":"Sortzailea","Creators":"Sortzaileak","Criteria":"Irizpidea","Current filters applied":"","Current password":"Oraingo pasahitza","Cut":"Ebaki","Cut blocks":"","Daily":"Egunero","Database Information":"Datu-basearen informazioa","Database Location":"Datu-basearen kokalekua","Database Size":"Datu-basearen tamaina","Database main":"Datu-base nagusia","Date":"Data","Date (newest first)":"Data (berriena lehenengo)","Default":"Defektuzkoa","Delete":"Ezabatu","Delete Group":"Ezabatu taldea","Delete Type":"Ezabatu elementu-mota","Delete User":"Ezabatu erabiltzailea","Delete blocks":"","Delete col":"Ezabatu zutabea","Delete row":"Ezabatu errenkada","Depth":"","Descending":"Beheraka","Description":"Deskribapena","Diff":"Desberdintasunak","Difference between revision {one} and {two} of {title}":"{title} elementuaren {one} eta {two} errebisioen arteko desberdintasunak","Distributed under the {license}.":"{license} lizentziapean banatuta.","Divide each row into separate cells":"Errenkada bakoitza zeldatan banatu","Do you really want to delete the following items?":"Elementu hauek ezabatu egin nahi dituzu?","Do you really want to delete the group {groupname}?":"{groupname} taldea ezabatu egin nahi duzu?","Do you really want to delete the type {typename}?":"{typename} elementu-mota ezabatu egin nahi duzu?","Do you really want to delete the user {username}?":"{username} erabiltzailea ezabatu egin nahi duzu?","Do you really want to delete this item?":"Elementu hau ezabatu egin nahi duzu?","Document":"Dokumentua","Drag and drop files from your computer onto this area or click the “Browse” button.":"Arrastatu fitxategiak hona edo erabili Arakatu botoia.","Drop file here to replace the existing file":"","Drop file here to upload a new file":"","Drop files here ...":"","E-mail":"Eposta","E-mail addresses do not match.":"Eposta helbideak ez datoz bat","Edit":"Editatu","Edit comment":"Editatu erantzuna","Edit field":"Editatu eramua","Edit fieldset":"Editatu eremu-multzoa","Edit recurrence":"Editatu errepikapena","Edit values":"Editatu balioak","Edit {title}":"Editatu {title}","Email":"Eposta","Email sent":"Eposta ondo bidali da","Embed code error, please follow the instructions and try again.":"Itsatsitako kodearen errorea, jarraitu argibideak eta saiatu berriz.","Embeded Google Maps":"Itsatsitako Google Maps","Empty object list":"","Enable editable Blocks":"Aktibatu editatu daitezkeen blokeak","End Date":"Bukaera data","Enter URL or select an item":"Sartu URL bat edo aukeratu elementu bat","Enter a username above to search or click 'Show All'":"","Enter an email address. This will be your login name. We respect your privacy, and will not give the address away to any third parties or expose it anywhere.":"Idatzi eposta helbidea. Hau zure erabiltzaile-izena izango da. Zure pribatutasuna errespetatzen dugu eta ez dugu helbidea argitaratu edo inori emango.","Enter full name, e.g. John Smith.":"Idatzi izen osoa, adb. Jon Garmendia.","Enter map Embed Code":"Sartu itsasteko kodea","Enter your current password.":"Idatzi zure pasahitza.","Enter your email address for verification.":"Idatzi zure eposta helbidea egiaztatu dezagun.","Enter your new password. Minimum 5 characters.":"Idatzi zure pasahitz berria. Gutxienez 5 karaktere.","Error":"Erroea","Exclude from navigation":"Nabigaziotik baztertu","Exclude this occurence":"Kendu agerpen hau","Excluded from navigation":"Nabigaziotik baztertuta","Expand sidebar":"Alboko barra zabaldu","Expiration Date":"Iraungitze-data","Expiration date":"Iraungitze-data","Expired":"Iraungita","External URL":"Kanpoko URLa","Facet":"","Facet widget":"","Facets":"","Facets on left side":"","Facets on right side":"","Facets on top":"","Field":"","File":"Fitxategia","File size":"Fitxategiaren tamaina","Filename":"Fitxategi izena","Filter…":"Filtratu...","First":"Lehenengo","Fixed width table cells":"Tamaina finkoko taularen zeldak","Fold":"","Folder":"Karpeta","Forbidden":"Debekatuta","Fourth":"Laugarren","From":"Nok","Full":"Osoa","Full Name":"Izen-abizenak","Fullname":"Izen-abizenak","GNU GPL license":"GNU GPL","Global role":"Rol globala","Google Maps Embedded Block":"Google Maps itsasteko blokea","Group":"Taldea","Group created":"Taldea ondo sortu da","Group roles updated":"","Groupname":"Taldearen izena","Groups":"Taldeak","Groups are logical collections of users, such as departments and business units. Groups are not directly related to permissions on a global level, you normally use Roles for that - and let certain Groups have a particular role. The symbol{plone_svg}indicates a role inherited from membership in another group.":"","Header cell":"","Headline":"","Hidden facets will still filter the results if proper parameters are passed in URLs":"","Hide Replies":"","Hide facet?":"","History":"Historia","History Version Number":"","History of {title}":"{title} elementuaren historia","Home":"Hasiera","Home page":"Hasiera orrialdea","ID":"ID","If selected, this item will not appear in the navigation tree":"Aukeratuta badago, elementu hau ez da nabigazio zuhaitzean agertuko","If this date is in the future, the content will not show up in listings and searches until this date.":"Data hau etorkizunekoa bada, edukia ez da agertuko data hori iritsi arte","If you are certain this user has abandoned the object, you may unlock the object. You will then be able to edit it.":"","If you are certain you have the correct web address but are encountering an error, please contact the {site_admin}.":"Ziurtatu helbide zuzenean zaudena, hala ere errorea baduzu jarri kontaktuan {site_admin}.","Image":"Irudia","Image gallery":"","Include this occurence":"Sartu agerpen hau","Info":"informazioa","Inherit permissions from higher levels":"Baimenak goragoko mailetatik heredatu","Inherited value":"Heredatutako balioa","Insert col after":"Sartu zutabea ondoren","Insert col before":"Sartu zutabea aurretik","Insert row after":"Sartu errenkada ondoren","Insert row before":"Sartu errendaka aurretik","Install":"Instalatu","Installed":"Instalatuta","Installed version":"Instalatutako bertsioa","Interval Daily":"egunean behin","Interval Monthly":"hilean behin","Interval Weekly":"astean behin","Interval Yearly":"urtean behin","Item batch size":"Elementu-multzoaren tamaina","Item succesfully moved.":"","Item(s) copied.":"Elementuak ondo kopiatu dira.","Item(s) cut.":"Elementuak ondo ebaki dira.","Item(s) has been updated.":"","Item(s) pasted.":"Elementuak ondo itsatsi dira.","Item(s) state has been updated.":"","Items":"Elementuak","Items must be unique.":"Elementuak bakarrak izan behar dira.","Label":"","Language":"Hizkuntza","Last":"Azkena","Last comment date":"Azken komentarioaren data","Last modified":"Azken aldaketa","Latest version":"Azken bertsioa","Layout":"Itxura","Lead Image":"Irudia","Left":"Ezkerrean","Link":"Esteka","Link more":"\"Gehiago\" estekatu","Link title":"Izenburua estekatu","Link to":"Esteka","Link translation for":"","Listing":"Zerrenda","Load more":"","Loading":"","Location":"Kokalekua","Log In":"Sartu","Log in":"Sartu","Login":"Sartu","Login Failed":"Sartzeak huts egin du","Login Name":"Erabiltzaile-izena","Logout":"","Made by {creator} on {date}. This is not a working copy anymore, but the main content.":"","Make the table compact":"Taula trinkotu","Manage Translations":"","Manage translations for {title}":"","Map":"Mapa","Maps URL":"Maparen URLa","Maximum length is {len}.":"Gehienezko luzera {len} da.","Maximum value is {len}.":"Balio handiena {len} da.","Message":"Mezua","Minimum length is {len}.":"Gutxienezko luzera {len} da.","Minimum value is {len}.":"Balio txikiena {len} da.","Moderate Comments":"Erantzunak moderatu","Moderate comments":"Erantzunak moderatu","Monday and Friday":"Astelehen eta ostiraletan","Month day":"Hilabeteko","Monthly":"Hilero","More":"Gehiago","Move to bottom of folder":"Karpetaren barrenera mugitu","Move to top of folder":"Karpetaren gorengo tokira mugitu","Multiple choices?":"","My email address is":"Nire helbidea hauxe da: ","Name":"Izena","Navigate back":"Atzera joan","Navigation":"","New password":"Pasahitz berria","News Item":"Albistea ikusi","No":"Ez","No image selected":"Ez da irudirik aukeratu","No image set in Lead Image content field":"Ez dago irudirik dagokion eremuan","No image set in image content field":"Ez dago irudirik dagokion eremuan","No items found in this container.":"Karpeta honetan ez dago elementurik","No items selected":"Ez da elementurik aukeratu","No map selected":"Ez da maparik auekratu","No occurences set":"Ez da agerpenik ezarri","No options":"Ez du aukerarik","No results found":"Ez da emaitzarik aurkitu.","No results found.":"Ez da emaitzarik aurkitu.","No selection":"Ez da ezer aukeratu","No uninstall profile":"Ez du desinstalatzeko profilik","No value":"Ez du baliorik","No video selected":"Ez da bideorik aukeratu","No workflow":"Ez du workflowrik","None":"Bat ere ez","Note that roles set here apply directly to a user. The symbol{plone_svg}indicates a role inherited from membership in a group.":"","Number of active objects":"Aktibo dagoen objektu kopurua","Object Size":"Objektuaren tamaina","Occurences":"agerpenen ondoren","Ok":"Ados","Open in a new tab":"Fitxa berrian ireki","Open menu":"Menua ireki","Open object browser":"","Origin":"Jatorria","Page":"Orria","Parent fieldset":"Guraso den eremu-multzoa","Password":"Pasahitza","Password reset":"Pasahitza berrezarri","Passwords do not match.":"Pasahitzak ez datoz bat.","Paste":"Itsatsi","Paste blocks":"","Permissions have been updated successfully":"","Permissions updated":"","Personal Information":"Informazio pertsonala","Personal Preferences":"Hobespen Pertsonalak","Personal tools":"Tresna pertsonalak","Persons responsible for creating the content of this item. Please enter a list of user names, one per line. The principal creator should come first.":"Elementu honen edukia sortzearen arduradunak. Idatzi erabiltzaile-izen bat lerro bakoitzean. Egile nagusia lehenengoa izan beharko litzateke.","Please enter a valid URL by deleting the block and adding a new video block.":"Txertatu URL zuzen bat blokea ezabatu eta bideo bloke berri bat gehituz.","Please enter the Embed Code provided by Google Maps -> Share -> Embed map. It should contain the <iframe> code on it.":"Txertatu Google Mapsek ematen duen txertatzeko kodea. <iframe> etiketa bat izan behar du.","Please fill out the form below to set your password.":"Bete formulario hau zure pasahitza ezartzeko.","Plone Foundation":"Plone Fundazioa","Plone Site":"Plone Ataria","Plone{reg} Open Source CMS/WCM":"Plone{reg} Open Source CMS/WCM","Portrait":"Argazkia","Possible values":"Balio posibleak","Powered by Plone & Python":"Plone eta Pythonekin eginda","Preferences":"Hobespenak","Prettify your code":"","Preview":"Aurreikusi","Preview Image URL":"","Profile":"Profila","Properties":"Propietateak","Publication date":"Argitaratze-data","Publishing Date":"Argitaratze-data","Query":"","Re-enter the password. Make sure the passwords are identical.":"Idatzi pasahitza berriro eta ziurtatu idatzitako biak berdinak direla.","Read More…":"Gehiago irakurri","Rearrange items by…":"Elementuak honen arabera berrantolatu...","Recurrence ends":"Errepikapenaren amaiera","Recurrence ends after":"Amaitu","Recurrence ends on":"Egun honetan amaitu","Redo":"","Reduce complexity":"Konplexutasuna gutxitu","Register":"Izena eman","Registration form":"Erregistro formularioa","Relevance":"Errelebantzia","Remove item":"","Remove recurrence":"Errepikapena ezabatu","Remove term":"","Remove working copy":"","Rename":"Berrizendatu","Rename Items Loading Message":"","Rename items":"Elementuak berrizendatu","Repeat":"Errepikatu","Repeat every":"Errepikatu","Repeat on":"Egun honetan errepikatu","Replace existing file":"","Reply":"","Required":"Beharrezkoa","Required input is missing.":"Beharrezko balioak falta dira","Reset term title":"","Results limit":"Emaitzen muga","Results preview":"Emaitzen aurreikuspena","Results template":"","Reversed order":"Alderantzizko ordena","Revert to this revision":"Bertsio honetara itzuli","Review state":"Egoera","Richtext":"Testu aberatsa","Right":"Eskuman","Rights":"Eskubideak","Roles":"Rolak","Root":"","Save":"Gorde","Save recurrence":"Gorde errepikapena","Schema":"Eskema","Schema updates":"Eskemaren eguneraketak","Search":"Bilatu","Search SVG":"","Search Site":"Atarian bilatu","Search block":"","Search button label":"","Search content":"Bilatu edukia","Search for user or group":"Bilatu erabiltzailea edo taldea","Search group…":"Bilatu taldea...","Search input label":"","Search results":"Bilaketaren emaitzak","Search results for {term}":"${term} bilatuz aurkitu dena","Search users…":"Bilatu erabiltzaileak...","Searched for":"","Second":"Bigarren","Section title":"","Select":"","Select a date to add to recurrence":"Aukeratu data eta gehitu errepikapenera","Select columns to show":"Aukeratu erakutsiko diren zutabeak","Select the transition to be used for modifying the items state.":"Aukeratu elementuaren egoera aldatzeko trantsizioa.","Selected dates":"Aukeratutako datak","Selected items":"Aukeratutako elementuak","Selected items - x of y":"Aukeratutako elementuak x/y","Selection":"Aukeraketa","Select…":"Aukeratu...","Send":"Bidali","Set my password":"Ezarri nire pasahitza","Set your password":"Ezarri zure pasahitza","Settings":"Ezarpenak","Sharing":"Partekatzea","Sharing for {title}":"{title} elementuaren partekatze-aukerak","Short Name":"Izen-laburra","Short name":"Izen-laburra","Show":"Erakutsi","Show All":"","Show Replies":"","Show item":"","Show search button?":"","Show search input?":"","Show sorting?":"","Shrink sidebar":"Txikitu alboko barra","Shrink toolbar":"Txikitu tresna-barra","Sign in to start session":"Sartu saioa hasteko","Site":"Ataria","Site Administration":"Atariaren kudeaketa","Site Map":"Web mapa","Site Setup":"Atariaren konfigurazioa","Sitemap":"Web mapa","Size":"Tamaina","Size: {size}":"Tamaina: {size}","Sorry, something went wrong with your request":"Barkatu, zerbait ez da ondo irten zure eskaeran","Sort By:":"Ordenazioa:","Sort on":"Ordenazioa","Sort on label":"","Sort on options":"","Source":"Iturburua","Specify a youtube video or playlist url":"YouTubeko bideo edo erreprodukzio-zerrenda baten URLa adierazi","Split":"Banatu","Start Date":"Hasiera-data","Start of the recurrence":"Errepikapenaren hasiera","Start password reset":"Pasahitza berrezartzea abiatu","State":"Egoera","Stop compare":"","String":"Karaktere-katea","Stripe alternate rows with color":"Errenkaden koloreak aldatzen joan","Subject":"Gaia","Success":"Arrakasta","Summary":"","Switch to":"","Table":"Taula","Table of Contents":"Edukien taula","Tags":"Etiketak","Tags to add":"Gehitu beharreko etiketak","Tags to remove":"Kendu beharreko etiketak","Target memory size per cache in bytes":"Katxe bakoitzaren tamaina ","Target number of objects in memory per cache":"Katxe bakoitzaren elementu-kopurua","Text":"Testua","Thank you.":"Eskerrik asko.","The Database Manager allow you to view database status information":"Datu-basearen kudeatzaileak datu-basearen egoera erakusten ditu","The URL for your external home page, if you have one.":"Idatzi zure webgunearen helbidea, bat baldin baduzu.","The backend is not responding, please check if you have started Plone, check your project's configuration object apiPath (or if you are using the internal proxy, devProxyToApiPath) or the RAZZLE_API_PATH Volto's environment variable.":"Zerbitzaria ez dago ondo, egiaztatu Plone martxan dagoela, egiaztatu zure proiektuaren konfigurazio-objektuaren apiPath ezarpena (edo barne-proxya badarabilzu, devProxyToApiPath) edo RAZZLE_API_PATH ingurune-aldagaia.","The backend is responding, but the CORS headers are not configured properly and the browser has denied the access to the backend resources.":"Zerbitzaria ondo dago baina CORS goiburukoak ez dira zuzenak.","The backend server of your website is not answering, we apologize for the inconvenience. Please try to re-load the page and try again. If the problem persists please contact the site administrators.":"Zerbitzaria ez dago ondo, barkatu eragozpenak. Saiatu orrialdea freskatzen. Arazoak jarraitzen badu jarri kontaktuan atariaren kudeatzailearekin.","The button presence disables the live search, the query is issued when you press ENTER":"","The item could not be deleted.":"","The link address is:":"","The registration process has been successful. Please check your e-mail inbox for information on how activate your account.":"Izen-emate prozesua ondo egin duzu. Begiratu zure eposta, kontua aktibatzeko informazioa bertara bidali dizugu-eta.","The user portrait/avatar":"Erabiltzailearen argazkia","The working copy was discarded":"","The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends.":"{plonecms} {copyright} 2000-{current_year} - {plonefoundation} eta lagunak.","There is a configuration problem on the backend":"Zerbitzariak konfigurazio arazo bat du","There were some errors":"Errorea gertatu da","There were some errors.":"Errorea gertatu da","Third":"Hirugarren","This has an ongoing working copy in {title}":"","This is a working copy of {title}":"","This item was locked by {creator} on {date}":"","This name will be displayed in the URL.":"Izen hau URLan agertuko da","This page does not seem to exist…":"Orrialde hau ez da existitzen...","Time":"Ordua","Title":"Izenburua","Total active and non-active objects":"Objektu aktibo eta ez-aktiboak","Total comments":"Erantzun kopurua","Total number of objects in each cache":"Katxe bakoitzeko objektu kopurua","Total number of objects in memory from all caches":"Katxe guztietan dagoen elementu kopurua","Total number of objects in the database":"Datu-basean dagoen elementu kopurua","Translate to {lang}":"{lang} hizkuntzara itzuli","Translation linked":"","Translation linking removed":"","Type":"Elementu mota","Type a Video (YouTube, Vimeo or mp4) URL":"Idatzi bideo baten URLa (YouTube, Vimeo edo mp4)","Type text...":"","Type text…":"Idatzi testua...","Type the title…":"Idatzi izenburua...","UID":"UID","Unauthorized":"Ez duzu baimenik","Undo":"","Unfold":"","Unified":"Elkartuta","Uninstall":"Desinstalatu","Unknown Block":"Bloke ezezaguna","Unlink translation for":"","Unlock":"","Update":"Eguneratu","Update installed addons":"Eguneratu instalatutako gehigarriak","Update installed addons:":"Eguneratu instalatutako gehigarriak","Updates available":"Instalatu daitezkeen eguneraketak","Upload":"Kargatu","Upload a lead image in the 'Lead Image' content field.":"Kargatu irudia","Upload a new image":"Kargatu irudi berria","Upload files":"Kargatu fitxategiak","Uploading files":"Fitxategiak kargatzen","Uploading image":"","Used for programmatic access to the fieldset.":"Eremu-multzoa programaziotik atzitzeko izena","User":"Erabiltzailea","User created":"Erabiltzailea ondo sortu da","User name":"Erabiltzaile Izena","User roles updated":"","Username":"Erabiltzaile izena","Users":"Erabiltzaileak","Users and Groups":"Erabiltzaile eta taldeak","Variation":"","Version Overview":"Bertsioen informazioa","Video":"Bideoa","Video URL":"Bideoaren URLa","View":"Ikusi","View changes":"Aldaketak ikusi","View this revision":"Bertsio hau ikusi","View working copy":"","Viewmode":"Bistaratze modua","Vocabulary term":"","Vocabulary term title":"","Vocabulary terms":"","Warning Regarding debug mode":"\"Debug moduan\" diharduzu. Modu hau garapenean dauden atarientzako da","We apologize for the inconvenience, but the backend of the site you are accessing is not available right now. Please, try again later.":"Barkatu eragozpenak baina zerbitzaria ez dago konektatuta. Saiatu beranduago mesedez.","We apologize for the inconvenience, but the page you were trying to access is not at this address. You can use the links below to help you find what you are looking for.":"Barkatu eragozpenak baina orrialde horren helbidea ez da zuzena. erabili beheko loturak bilatu nahi duzuna aurkitzeko.","We apologize for the inconvenience, but you don't have permissions on this resource.":"Barkatu eragozpenak baina ez duzu orrialde hau ikusteko baimenik.","We will use this address if you need to recover your password":"Helbide hau erabiliko dugu pasahitza berreskuratu behar baduzu","Weeek day of month":"Hilabeteko","Weekday":"Astegunetan","Weekly":"Astero","What":"Zer","When":"Noiz","When this date is reached, the content will nolonger be visible in listings and searches.":"Data hau iristean, elementua ez da erakutsiko bilaketa eta zerrendetan","Who":"Nor","Workflow Change Loading Message":"","Workflow updated.":"Workflowa eguneratu egin da","Yearly":"Urtero","Yes":"Bai","You are trying to access a protected resource, please {login} first.":"Babestutako orrialde batera sartu nahian zabiltza, {login} lehenengo.","You are using an outdated browser":"Zure nabigatzailea zaharra da.","You can add a comment by filling out the form below. Plain text formatting.":"Erantzun bat utzi dezakezu. Testu hutsez idatzi.","You can control who can view and edit your item using the list below.":"Zure elementua nork ikusi eta aldatu dezakeen kontrolatu dezakezu.","You can view the difference of the revisions below.":"Bertsioen arteko aldeak ikusi ditzakezu","You can view the history of your item below.":"Zure elementuaren historia ikusi dezakezu.","You can't paste this content here":"","Your email is required for reset your password.":"Eposta derrigorrezkoa da zure pasahitza berrezartzeko.","Your location - either city and country - or in a company setting, where your office is located.":"Zure kokalekua.","Your password has been set successfully. You may now {link} with your new password.":"Zure pasahitza ondo berrezarri da. Orain zure pasahitz berriarekin {link}","Your preferred language":"Zure hizkuntza","box_forgot_password_option":"Pasahitza ahaztuta?","common":"Ohikoa","compare_to":"","delete":"Ezabatu","deprecated_browser_notice_message":"{browsername} {browserversion} erabilzen ari zara eta hori zaharkituta gelditu da. Ez duzu segurtasun-eguneraketarik jasoko eta ez dago prest egungo webguneetarako. Eguneratu zure nabigatzailea","description":"Deskribapena","description_lost_password":"Segurtasun arazoak ekiditeko, zure pasahitza zifratuta gordetzen da gure sisteman eta ezin dizugu e-postaz bidali. Zure pasahitza berrezarri bahi baduzu, bete beheko formularioa eta erregistratu zinenean eman zenuen epostara bidaliko dizugu pasahitza berrezartzeko egin beharrekoaren berri.","description_sent_password":"Pasahitza berrezartzeko eskaera e-postaz bidali dizugu. Momentu batetik bestera jasoko duzu zure eposta kontuan. Mezua jasotzen duzunean, egin klik hango loturan zure pasahitza berrezartzeko.","draft":"Zirriborroa","email":"Eposta zuzen bat idatzi behar duzu (izena@domeinua.eus)","event_alldates":"Data guztiak","event_attendees":"Bertaratutakoak","event_contactname":"Kontaktuaren izena","event_contactphone":"Kontaktuaren telefonoa","event_website":"Hitzorduaren webgunea","event_what":"Zer","event_when":"Noiz","event_where":"Non","heading_sent_password":"Pasahitza aldatzeko eskaera bidalia","hero":"Hero","html":"HTML","image":"Irudia","integer":"Zenbaki osoa izan behar da","intranet":"Intraneta","label_my_email_address_is":"Nire helbidea hauxe da: ","leadimage":"Irudi nagusiaren eremua","listing":"Zerrenda","loading":"","log in":"Sartu","maps":"Mapak","maxLength":"Luzera maximoa","maximum":"Balio maximoa","media":"Media","minLength":"Luzera minimoa","minimum":"Balio minimoa","mostUsed":"Gehien erabilia","no workflow state":"Ez du workflowrik","number":"Zenbakia idatzi behar duzu","of the month":". egunean","or try a different page.":"edo beste orrialde bat probatu.","others":"besteak","private":"Pribatua","published":"Argitaratuta","querystring-widget-select":"Aukeratu...","results found":"Emaitzak","return to the site root":"Atariaren errora itzuli","rrule_and":"","rrule_approximate":"","rrule_at":"","rrule_dateFormat":"","rrule_day":"","rrule_days":"","rrule_every":"","rrule_for":"","rrule_hour":"","rrule_hours":"","rrule_in":"","rrule_last":"","rrule_minutes":"","rrule_month":"","rrule_months":"","rrule_nd":"","rrule_on":"","rrule_on the":"","rrule_or":"","rrule_rd":"","rrule_st":"","rrule_th":"","rrule_the":"","rrule_time":"","rrule_times":"","rrule_until":"","rrule_week":"","rrule_weekday":"","rrule_weekdays":"","rrule_weeks":"","rrule_year":"","rrule_years":"","skiplink-footer":"","skiplink-main-content":"","skiplink-navigation":"","sort":"Ordenatu","table":"Taula","text":"Testua","title":"Izenburua","toc":"Edukien taula","url":"URL zuzen bat izan behar da (www.zerbait.eus) edo http(s)://www.zerbitzaria.eus)","user avatar":"Erabiltzailearen argazkia","video":"Bideoa","visit_external_website":"Webgunea ikusi","{count, plural, one {Upload {count} file} other {Upload {count} files}}":"","{count} selected":"{count} aukeratu tituzu","{id} Content Type":"{id} elementu-mota","{id} Schema":"{id} eskema","{title} copied.":"{title} kopiatu egin da.","{title} cut.":"{title} moztu egin da.","{title} has been deleted.":"{title} ezabatu egin da."}
|
|
@@ -1947,6 +1947,11 @@ msgstr ""
|
|
|
1947
1947
|
msgid "Recurrence ends on"
|
|
1948
1948
|
msgstr ""
|
|
1949
1949
|
|
|
1950
|
+
#: components/manage/Form/UndoToolbar
|
|
1951
|
+
# defaultMessage: Redo
|
|
1952
|
+
msgid "Redo"
|
|
1953
|
+
msgstr ""
|
|
1954
|
+
|
|
1950
1955
|
#: components/manage/Blocks/Table/Edit
|
|
1951
1956
|
# defaultMessage: Minimalistic table design
|
|
1952
1957
|
msgid "Reduce complexity"
|
|
@@ -2571,8 +2576,8 @@ msgid "The backend is responding, but the CORS headers are not configured proper
|
|
|
2571
2576
|
msgstr "Le backend répond, mais les en-têtes CORS ne sont pas configurés correctement et le navigateur a refusé l'accès aux ressources du backend."
|
|
2572
2577
|
|
|
2573
2578
|
#: components/theme/CorsError/CorsError
|
|
2574
|
-
# defaultMessage: The backend server of your website is not
|
|
2575
|
-
msgid "The backend server of your website is not
|
|
2579
|
+
# defaultMessage: The backend server of your website is not answering, we apologize for the inconvenience. Please try to re-load the page and try again. If the problem persists please contact the site administrators.
|
|
2580
|
+
msgid "The backend server of your website is not answering, we apologize for the inconvenience. Please try to re-load the page and try again. If the problem persists please contact the site administrators."
|
|
2576
2581
|
msgstr ""
|
|
2577
2582
|
|
|
2578
2583
|
#: components/manage/Blocks/Search/schema
|
|
@@ -2752,6 +2757,11 @@ msgstr "UID"
|
|
|
2752
2757
|
msgid "Unauthorized"
|
|
2753
2758
|
msgstr "Non autorisé"
|
|
2754
2759
|
|
|
2760
|
+
#: components/manage/Form/UndoToolbar
|
|
2761
|
+
# defaultMessage: Undo
|
|
2762
|
+
msgid "Undo"
|
|
2763
|
+
msgstr ""
|
|
2764
|
+
|
|
2755
2765
|
#: components/manage/BlockChooser/BlockChooser
|
|
2756
2766
|
# defaultMessage: Unfold
|
|
2757
2767
|
msgid "Unfold"
|