mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-02 19:55:18 +02:00
fix: add i18n keys for folder upload strings
This commit is contained in:
parent
a81fff299a
commit
7851db7928
6 changed files with 28 additions and 8 deletions
|
|
@ -396,7 +396,11 @@
|
|||
"supported_file_types": "Tipos de archivo soportados",
|
||||
"file_too_large": "Archivo demasiado grande",
|
||||
"file_too_large_desc": "\"{name}\" excede el límite de {maxMB} MB por archivo.",
|
||||
"no_supported_files_in_folder": "No se encontraron tipos de archivo compatibles en la carpeta seleccionada."
|
||||
"no_supported_files_in_folder": "No se encontraron tipos de archivo compatibles en la carpeta seleccionada.",
|
||||
"uploading_folder": "Subiendo carpeta…",
|
||||
"upload_folder_button": "Subir carpeta ({count} {count, plural, one {archivo} other {archivos}})",
|
||||
"select_files_or_folder": "Seleccionar archivos o carpeta",
|
||||
"tap_select_files_or_folder": "Toca para seleccionar archivos o carpeta"
|
||||
},
|
||||
"add_webpage": {
|
||||
"title": "Agregar páginas web para rastreo",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue