lazarus/tools/jsonviewer/languages/jsonviewer.es.po
maxim 62644ff1bd regenerated translations
git-svn-id: trunk@45753 -
2014-07-02 20:11:41 +00:00

312 lines
7.1 KiB
Plaintext

msgid ""
msgstr ""
"Last-Translator: Lucas Martin <codedeep@hotmail.com>\n"
"PO-Revision-Date: 2012-10-02 20:21+0100\n"
"Language-Team: \n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Project-Id-Version: jsonviewer\n"
"POT-Creation-Date: \n"
"MIME-Version: 1.0\n"
#: msgjsonviewer.sarray
msgid "Array (%d elements)"
msgstr ""
#: msgjsonviewer.scancelclose
msgid "Do not close the window"
msgstr "No cierre la ventana"
#: msgjsonviewer.scancelpaste
msgid "Do not paste the new data"
msgstr "No pegar los nuevos datos"
#: msgjsonviewer.scaption
msgctxt "msgjsonviewer.scaption"
msgid "JSON Viewer"
msgstr "Visor de JSON"
#: msgjsonviewer.sdiscard
msgid "Discard changes"
msgstr "Descartar cambios"
#: msgjsonviewer.sdocumentmodified
msgid "JSON document modified"
msgstr "Documento JSON modificado"
#: msgjsonviewer.sdocumentmodifiedaction
msgid ""
"The JSON data was changed but not saved.\n"
"What do want to do ?\n"
msgstr ""
"Los datos JSON fue cambiados pero no guardados.\n"
"¿Quieres hacer?\n"
#: msgjsonviewer.sduplicatemembername
msgid "Duplicate member name \"%s\"."
msgstr "Nombre de miembro duplicado \"%s\"."
#: msgjsonviewer.selement
msgid "Element nr. %d"
msgstr "Elemento num. %d"
#: msgjsonviewer.sempty
msgid "Empty document"
msgstr "Documento vacío"
#: msgjsonviewer.serrcreatingconfigdir
#, fuzzy
#| msgid "Could not create the configuration files directory \"s\""
msgid "Could not create the configuration files directory \"%s\""
msgstr "No se pudo crear el directorio de archivos de configuración \"s\""
#: msgjsonviewer.serrinvalidvalue
msgid "Invalid value or wrong type: \"%s\""
msgstr "Valor no válido o tipo incorrecto: \"%s\""
#: msgjsonviewer.serrnovalidjsonclipboard
msgid "The clipboard does not contain valid JSON data"
msgstr "El Portapapeles no contiene datos válidos de JSON"
#: msgjsonviewer.snewmember
msgid "New object member"
msgstr "Nuevo miembro de objeto"
#: msgjsonviewer.snewmembername
msgid "Enter a name for the new member (type: %s)"
msgstr "Introduzca un nombre para el nuevo miembro (tipo: %s)"
#: msgjsonviewer.snomorematches
msgid "No nodes match the criterium"
msgstr "Ningún nodo coincide con el criterio"
#: msgjsonviewer.snull
msgid "null"
msgstr "nulo"
#: msgjsonviewer.sobject
msgid "Object (%d members)"
msgstr "Objeto (%d miembros)"
#: msgjsonviewer.ssavedata
msgid "Save the changes"
msgstr "Guardar los cambios"
#: tmainform.acopy.caption
msgid "&Copy"
msgstr "&Copiar"
#: tmainform.acopy.hint
msgid "Copy selected node to clipboard as JSON"
msgstr "Copia el nodo seleccionado en el Portapapeles como JSON"
#: tmainform.acut.caption
msgid "C&ut"
msgstr "Cortar"
#: tmainform.acut.hint
msgid "Cut selected node to clipboard as JSON"
msgstr "Cortar el nodo seleccionado en el Portapapeles como JSON"
#: tmainform.adeletevalue.caption
msgid "&Delete value"
msgstr "&Eliminar valor"
#: tmainform.adeletevalue.hint
msgid "Delete the selected value"
msgstr "Eliminar el valor seleccionado"
#: tmainform.aexpandall.caption
msgid "E&xpand all nodes"
msgstr "E&xpandir todos los nodos"
#: tmainform.aexpandall.hint
msgid "Expand all nodes in the document"
msgstr "Expandir todos los nodos del documento"
#: tmainform.aexpandcurrentcontainer.caption
msgid "Expand &current object/array"
msgstr "Expandir a&ctual objeto/matriz"
#: tmainform.aexpandcurrentcontainer.hint
msgid "Expand all nodes in the current object/array"
msgstr "Expandir todos los nodos en el actual objeto/matriz"
#: tmainform.afind.caption
msgid "&Find"
msgstr "Buscar"
#: tmainform.afindnext.caption
msgid "Find &next occurrence"
msgstr "Buscar siguiente ocurrencia"
#: tmainform.anew.caption
msgid "&New"
msgstr "&Nuevo"
#: tmainform.anew.hint
msgid "Create new JSON document"
msgstr "Crear nuevo documento JSON"
#: tmainform.anewarray.caption
msgid "New &Array"
msgstr "Nuevo M&atriz"
#: tmainform.anewarray.hint
msgid "Add a new JSON array"
msgstr "Agregar una nueva matriz JSON"
#: tmainform.anewbooleanvalue.caption
msgid "New &boolean value"
msgstr "Valor &booleano nuevo"
#: tmainform.anewbooleanvalue.hint
msgid "Add a new boolean value"
msgstr "Agregar un nuevo valor booleano"
#: tmainform.anewnullvalue.caption
msgid "New N&ull value"
msgstr "Nuevo valor de N&ulo"
#: tmainform.anewnullvalue.hint
msgid "Add a new null value"
msgstr "Agregar un nuevo valor nulo"
#: tmainform.anewnumbervalue.caption
msgid "&New numerical Value"
msgstr "&Nuevo valor numérico"
#: tmainform.anewnumbervalue.hint
msgid "Add a new number value"
msgstr "Agregar un nuevo valor de número"
#: tmainform.anewobject.caption
msgid "New &Object"
msgstr "Nuevo &Objeto"
#: tmainform.anewobject.hint
msgid "Add a new JSON object"
msgstr "Agregar un nuevo objeto JSON"
#: tmainform.anewstringvalue.caption
msgid "New &string value"
msgstr "Nuevo valor de cadena"
#: tmainform.anewstringvalue.hint
msgid "Add a new string value"
msgstr "Agregar un nuevo valor de cadena"
#: tmainform.aopen.caption
msgid "&Open"
msgstr "Abrir"
#: tmainform.aopen.hint
msgid "Open JSON document from file"
msgstr "Abrir documento JSON desde archivo"
#: tmainform.apaste.caption
msgid "&Paste"
msgstr "&Pegar"
#: tmainform.apaste.hint
msgid "Paste JSON data in clipboard as new member"
msgstr "Pegar datos JSON en el Portapapeles como nuevo miembro"
#: tmainform.apasteasdocument.caption
msgid "Paste as new document"
msgstr "Pegar como nuevo documento"
#: tmainform.apasteasdocument.hint
msgid "Paste JSON data in clipboard as new document"
msgstr "Pegar datos JSON en el Portapapeles como nuevo documento"
#: tmainform.aquit.caption
msgid "&Quit"
msgstr "Salir"
#: tmainform.aquit.hint
msgid "Exit the program"
msgstr "Salir del programa"
#: tmainform.asave.caption
msgid "&Save"
msgstr "Guardar"
#: tmainform.asave.hint
msgid "Save the JSON document to file"
msgstr "Guardar el documento JSON en archivo"
#: tmainform.asaveas.caption
msgid "Save &as"
msgstr "Guard&ar como"
#: tmainform.asaveas.hint
msgid "Save JSON document with a new name"
msgstr "Guardar documento JSON con un nuevo nombre"
#: tmainform.mainform.caption
msgctxt "TMAINFORM.MAINFORM.CAPTION"
msgid "JSON Viewer"
msgstr "Visor de JSON"
#: tmainform.medit.caption
msgid "&Edit"
msgstr "&Editar"
#: tmainform.menuitem1.caption
msgctxt "TMAINFORM.MENUITEM1.CAPTION"
msgid "-"
msgstr "-"
#: tmainform.menuitem2.caption
msgctxt "TMAINFORM.MENUITEM2.CAPTION"
msgid "-"
msgstr "-"
#: tmainform.menuitem3.caption
msgctxt "TMAINFORM.MENUITEM3.CAPTION"
msgid "-"
msgstr "-"
#: tmainform.menuitem8.caption
msgctxt "TMAINFORM.MENUITEM8.CAPTION"
msgid "-"
msgstr "-"
#: tmainform.mfile.caption
msgid "&File"
msgstr "Archivo"
#: tmainform.midocument.caption
msgid "&New document with object"
msgstr "&Nuevo documento con objeto"
#: tmainform.miinsert.caption
msgid "&Values"
msgstr "&Valores"
#: tmainform.misortmembers.caption
msgid "Sort object members"
msgstr "Ordenar objetos miembros"
#: tmainform.mistrict.caption
msgid "&Strict JSON"
msgstr "JSON e&stricto"
#: tmainform.moptions.caption
msgid "&Options"
msgstr "&Opciones"
#: tmainform.tbjson.caption
msgid "TBJSON"
msgstr "TBJSON"
#: tmainform.toolbutton1.caption
msgid "ToolButton1"
msgstr "ToolButton1"
#: tmainform.toolbutton4.caption
msgid "ToolButton4"
msgstr "ToolButton4"