diff --git a/module/CLI/lang/es.mo b/module/CLI/lang/es.mo index fb888fbf..8492b939 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 1555bf1e..db1408e8 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: 2018-08-04 16:35+0200\n" -"PO-Revision-Date: 2018-08-04 16:37+0200\n" +"POT-Creation-Date: 2018-09-15 17:57+0200\n" +"PO-Revision-Date: 2018-09-15 18:02+0200\n" "Last-Translator: Alejandro Celaya \n" "Language-Team: \n" "Language: es_ES\n" @@ -80,6 +80,41 @@ msgstr "" msgid "Secret key: \"%s\"" msgstr "Clave secreta: \"%s\"" +msgid "Deletes a short URL" +msgstr "Elimina una URL" + +msgid "The short code to be deleted" +msgstr "El código corto a eliminar" + +msgid "" +"Ignores the safety visits threshold check, which could make short URLs with " +"many visits to be accidentally deleted" +msgstr "" +"Ignora el límite de seguridad de visitas, pudiendo resultar en el borrado " +"accidental de URLs con muchas visitas" + +#, php-format +msgid "Provided short code \"%s\" could not be found." +msgstr "El código corto proporcionado \"%s\" no ha podido ser encontrado." + +#, php-format +msgid "" +"It was not possible to delete the short URL with short code \"%s\" because " +"it has more than %s visits." +msgstr "" +"No se pudo eliminar la URL acortada con código corto \"%s\" porque tiene más " +"de %s visitas." + +msgid "Do you want to delete it anyway?" +msgstr "¿Aún así quieres eliminarla?" + +msgid "Short URL was not deleted." +msgstr "La URL corta no ha sido eliminada." + +#, php-format +msgid "Short URL with short code \"%s\" successfully deleted." +msgstr "La URL acortada con el código corto \"%s\" eliminada correctamente." + msgid "" "Processes and generates the previews for every URL, improving performance " "for later web requests." @@ -183,12 +218,12 @@ msgstr "Origen" msgid "Date" msgstr "Fecha" -msgid "Remote Address" -msgstr "Dirección remota" - msgid "User agent" msgstr "Agente de usuario" +msgid "Country" +msgstr "País" + msgid "List all short URLs" msgstr "Listar todas las URLs cortas" @@ -218,8 +253,11 @@ msgstr "Si se desea mostrar las etiquetas o no" msgid "Short code" msgstr "Código corto" -msgid "Original URL" -msgstr "URL original" +msgid "Short URL" +msgstr "URL corta" + +msgid "Long URL" +msgstr "URL larga" msgid "Date created" msgstr "Fecha de creación" @@ -253,10 +291,6 @@ msgstr "URL larga:" msgid "Provided short code \"%s\" has an invalid format." msgstr "El código corto proporcionado \"%s\" tiene un formato inválido." -#, php-format -msgid "Provided short code \"%s\" could not be found." -msgstr "El código corto proporcionado \"%s\" no ha podido ser encontrado." - msgid "Creates one or more tags." msgstr "Crea una o más etiquetas." @@ -327,6 +361,12 @@ msgstr "Limite del localizador de IPs alcanzado. Esperando %s segundos..." msgid "Finished processing all IPs" msgstr "Finalizado el procesado de todas las IPs" +#~ msgid "Remote Address" +#~ msgstr "Dirección remota" + +#~ msgid "Original URL" +#~ msgstr "URL original" + #~ msgid "You have reached last page" #~ msgstr "Has alcanzado la última página" diff --git a/module/Rest/lang/es.mo b/module/Rest/lang/es.mo index 95fbf8b6..5c1a1db8 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 162fb007..61f49207 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: 2018-05-06 12:34+0200\n" -"PO-Revision-Date: 2018-05-06 12:35+0200\n" +"POT-Creation-Date: 2018-09-15 18:02+0200\n" +"PO-Revision-Date: 2018-09-15 18:03+0200\n" "Last-Translator: Alejandro Celaya \n" "Language-Team: \n" "Language: es_ES\n" @@ -43,6 +43,14 @@ msgstr "No se ha proporcionado una URL" msgid "No URL found for short code \"%s\"" msgstr "No se ha encontrado ninguna URL para el código corto \"%s\"" +#, php-format +msgid "" +"It is not possible to delete URL with short code \"%s\" because it has " +"reached more than \"%s\" visits." +msgstr "" +"No es posible eliminar la URL con el código corto \"%s\" porque ha alcanzado " +"más de \"%s\" visitas." + msgid "Provided data is invalid." msgstr "Los datos proporcionados son inválidos."