diff options
| author | Sunny <0t2sruto@pwall.anonaddy.com> | 2024-12-30 10:13:27 +0000 |
|---|---|---|
| committer | Hosted Weblate <hosted@weblate.org> | 2024-12-30 13:19:30 +0100 |
| commit | 47df5b44631cfea015f314fad182f3f048935d14 (patch) | |
| tree | c48c903b3b652897f6fdf30a02019f683f1825dd /apps | |
| parent | 5902664658a36e4afc81327eea9f8eef05561bcb (diff) | |
| download | karakeep-47df5b44631cfea015f314fad182f3f048935d14.tar.zst | |
i18n: Translated using Weblate (Spanish)
Currently translated at 99.4% (190 of 191 strings)
Translation: Hoarder/Hoarder
Translate-URL: https://hosted.weblate.org/projects/hoarder/hoarder/es/
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/web/lib/i18n/locales/es/translation.json | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/apps/web/lib/i18n/locales/es/translation.json b/apps/web/lib/i18n/locales/es/translation.json index ec3b7277..bf1b4436 100644 --- a/apps/web/lib/i18n/locales/es/translation.json +++ b/apps/web/lib/i18n/locales/es/translation.json @@ -22,7 +22,9 @@ "password": "Contraseña", "key": "Clave", "experimental": "Experimental", - "note": "Nota" + "note": "Nota", + "highlights": "Destacados", + "source": "Fuente" }, "settings": { "info": { @@ -57,7 +59,8 @@ "imported_bookmarks": "Marcadores importados", "import_bookmarks_from_hoarder_export": "Importar marcadores desde exportación de Hoarder", "import_bookmarks_from_html_file": "Importar marcadores desde archivo HTML", - "import_bookmarks_from_omnivore_export": "Importar marcadores desde exportación de Omnivore" + "import_bookmarks_from_omnivore_export": "Importar marcadores desde exportación de Omnivore", + "import_bookmarks_from_linkwarden_export": "Importar marcadores desde Linkwarden" }, "api_keys": { "api_keys": "Claves APIs", @@ -252,10 +255,13 @@ } }, "cleanups": { - "cleanups": "Cleanups", + "cleanups": "Limpiezas", "duplicate_tags": { "title": "Etiquetas duplicadas", "merge_all_suggestions": "¿Fusionar todas las sugerencias?" } + }, + "highlights": { + "no_highlights": "Aún no tienes nada destacado." } } |
