mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-05 05:42:39 +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 arquivo suportados",
|
||||
"file_too_large": "Arquivo muito grande",
|
||||
"file_too_large_desc": "\"{name}\" excede o limite de {maxMB} MB por arquivo.",
|
||||
"no_supported_files_in_folder": "Nenhum tipo de arquivo suportado encontrado na pasta selecionada."
|
||||
"no_supported_files_in_folder": "Nenhum tipo de arquivo suportado encontrado na pasta selecionada.",
|
||||
"uploading_folder": "Enviando pasta…",
|
||||
"upload_folder_button": "Enviar pasta ({count} {count, plural, one {arquivo} other {arquivos}})",
|
||||
"select_files_or_folder": "Selecionar arquivos ou pasta",
|
||||
"tap_select_files_or_folder": "Toque para selecionar arquivos ou pasta"
|
||||
},
|
||||
"add_webpage": {
|
||||
"title": "Adicionar páginas web para rastreamento",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue