diff --git a/src/translation/es.json b/src/translation/es.json
index dc42aa829..366faeedf 100644
--- a/src/translation/es.json
+++ b/src/translation/es.json
@@ -348,6 +348,23 @@
"label": "Secreta",
"description": "Todas las consultas LDAP deben autentificarse con este secreto y el DN de usuario {{ userDN }}"
}
+ },
+ "userImportDialog": {
+ "title": "Importar Usuarios",
+ "fileInput": "Selecciona un archivo JSON o CSV",
+ "importAction": "Importar",
+ "description": "La importación requiere un esquema específico tanto para JSON como para CSV. El esquema detallado se describe en nuestra documentación",
+ "usersFound": "Se han encontrado {{ count }} usuarios para importar.",
+ "success": "{{ count }} usuarios importados correctamente.",
+ "failed": "Los siguientes usuarios no fueron importados:"
+ },
+ "userExport": {
+ "csv": "Exportar como CSV",
+ "json": "Exportar como JSON",
+ "tooltip": "Exportar Usuarios"
+ },
+ "userImport": {
+ "tooltip": "Importar Usuarios"
}
},
"backups": {
@@ -432,7 +449,8 @@
"privateKey": "Clave privada",
"username": "Nombre de usuario",
"configureMount": "Especificar la configuración del punto de montaje",
- "port": "Puerto"
+ "port": "Puerto",
+ "cifsSealSupport": "Utiliza la encriptación seal. Requiere al menos SMB v3"
},
"configureBackupSchedule": {
"retentionPolicy": "Política de Retención",
@@ -1660,6 +1678,10 @@
"success": {
"title": "Tu cuenta está lista",
"openDashboardAction": "Abrir Panel"
+ },
+ "noUsername": {
+ "title": "No se puede configurar la cuenta",
+ "description": "La cuenta no se puede configurar sin un nombre de usuario."
}
},
"welcomeEmail": {
diff --git a/src/translation/nl.json b/src/translation/nl.json
index e6be4c63d..ec4df56e0 100644
--- a/src/translation/nl.json
+++ b/src/translation/nl.json
@@ -348,6 +348,23 @@
"label": "Geheim",
"description": "Alle LDAP verzoeken moeten geauthentiseerd worden met dit geheim en de gebruiker DN {{ userDN }}"
}
+ },
+ "userImportDialog": {
+ "title": "Importeer gebruikers",
+ "fileInput": "Selecteer JSON of CSV bestand",
+ "importAction": "Importeer",
+ "description": "Het importeren vereist een specifiek schema voor zowel JSON als CSV. Details zijn beschreven in onze documentatie",
+ "usersFound": "{{ count }} gebruikers gevonden om te importeren.",
+ "success": "{{ count }} gebruikers succesvol geïmporteerd.",
+ "failed": "De volgende gebruikers zijn niet geïmporteerd:"
+ },
+ "userExport": {
+ "csv": "Exporteer als CSV",
+ "json": "Exporteer als JSON",
+ "tooltip": "Exporteer gebruikers"
+ },
+ "userImport": {
+ "tooltip": "Importeer gebruikers"
}
},
"profile": {
diff --git a/src/translation/ru.json b/src/translation/ru.json
index b18e78892..7a91bcbd9 100644
--- a/src/translation/ru.json
+++ b/src/translation/ru.json
@@ -348,6 +348,23 @@
"label": "Секрет",
"description": "Все запросы LDAP должны быть идентифицированы при помощи данного секрета и уникального имени пользователя (DN) {{ userDN }}"
}
+ },
+ "userImportDialog": {
+ "title": "Импортировать пользователей",
+ "fileInput": "Выбрать JSON или CSV файл",
+ "importAction": "Импортировать",
+ "description": "Для импорта требуются файлы JSON или CSV с заранее установленной разметкой. Подробнее о ней можно прочитать в нашей документации",
+ "usersFound": "Найдено {{ count }} пользователей для импорта.",
+ "success": "{{ count }} пользователей успешно импортировано.",
+ "failed": "Следующие пользователи не были импортированы:"
+ },
+ "userExport": {
+ "csv": "Экспортировать в CSV",
+ "json": "Экспортировать в JSON",
+ "tooltip": "Экспорт пользователей"
+ },
+ "userImport": {
+ "tooltip": "Импорт пользователей"
}
},
"profile": {