diff --git a/module/CLI/lang/es.mo b/module/CLI/lang/es.mo index 2684b41b..93bf6559 100644 Binary files a/module/CLI/lang/es.mo and b/module/CLI/lang/es.mo differ diff --git a/module/CLI/lang/es.po b/module/CLI/lang/es.po index 28d1f629..0a456205 100644 --- a/module/CLI/lang/es.po +++ b/module/CLI/lang/es.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: Shlink 1.0\n" -"POT-Creation-Date: 2017-07-15 12:15+0200\n" -"PO-Revision-Date: 2017-07-15 12:16+0200\n" +"POT-Creation-Date: 2017-07-16 09:35+0200\n" +"PO-Revision-Date: 2017-07-16 09:39+0200\n" "Last-Translator: Alejandro Celaya \n" "Language-Team: \n" "Language: es_ES\n" @@ -223,12 +223,52 @@ msgstr "URL larga:" msgid "Provided short code \"%s\" has an invalid format." msgstr "El código corto proporcionado \"%s\" tiene un formato inválido." +msgid "Creates one or more tags." +msgstr "Crea una o más etiquetas." + +msgid "The name of the tags to create" +msgstr "El nombre de las etiquetas a crear" + +msgid "You have to provide at least one tag name" +msgstr "Debes proporcionar al menos un nombre de etiqueta" + +msgid "Created tags" +msgstr "Etiquetas creadas" + +msgid "Deletes one or more tags." +msgstr "Elimina una o más etiquetas." + +msgid "The name of the tags to delete" +msgstr "El nombre de las etiquetas a eliminar" + +msgid "Deleted tags" +msgstr "Etiquetas eliminadas" + +msgid "Lists existing tags." +msgstr "Lista las etiquetas existentes." + #, fuzzy msgid "Name" msgstr "Nombre" msgid "No tags yet" -msgstr "Aún no hay tags" +msgstr "Aún no hay etiquetas" + +msgid "Renames one existing tag." +msgstr "Renombra una etiqueta existente." + +msgid "Current name of the tag." +msgstr "Nombre actual de la etiqueta." + +msgid "New name of the tag." +msgstr "Nuevo nombre de la etiqueta." + +msgid "Tag properly renamed." +msgstr "Etiqueta correctamente renombrada." + +#, php-format +msgid "A tag with name \"%s\" was not found" +msgstr "Una etiqueta con nombre \"%s\" no ha sido encontrada" msgid "Processes visits where location is not set yet" msgstr "Procesa las visitas donde la localización no ha sido establecida aún" diff --git a/module/Rest/lang/es.mo b/module/Rest/lang/es.mo index 139dbf7e..a7b89c77 100644 Binary files a/module/Rest/lang/es.mo and b/module/Rest/lang/es.mo differ diff --git a/module/Rest/lang/es.po b/module/Rest/lang/es.po index 7d3f74cc..dc46df88 100644 --- a/module/Rest/lang/es.po +++ b/module/Rest/lang/es.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: Shlink 1.0\n" -"POT-Creation-Date: 2017-07-15 12:14+0200\n" -"PO-Revision-Date: 2017-07-15 12:15+0200\n" +"POT-Creation-Date: 2017-07-16 09:39+0200\n" +"PO-Revision-Date: 2017-07-16 09:40+0200\n" "Last-Translator: Alejandro Celaya \n" "Language-Team: \n" "Language: es_ES\n" @@ -55,11 +55,11 @@ msgid "" "rename the tag" msgstr "" "Debes proporcionar tanto el parámetro 'oldName' como 'newName' para poder " -"renombrar el tag correctamente" +"renombrar la etiqueta correctamente" #, php-format msgid "It wasn't possible to find a tag with name '%s'" -msgstr "No fue posible encontrar un tag con el nombre '%s'" +msgstr "No fue posible encontrar una etiqueta con el nombre '%s'" #, php-format msgid "You need to provide the Bearer type in the %s header."