@nocios/crudify-components 2.0.14 → 2.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chunk-7KKREBUP.mjs +1 -0
- package/dist/chunk-FHKFZDEG.js +1 -0
- package/dist/components.js +1 -1
- package/dist/components.mjs +1 -1
- package/dist/index.d.mts +2 -282
- package/dist/index.d.ts +2 -282
- package/dist/index.js +2 -2
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-KFA34SUS.js +0 -1
- package/dist/chunk-NXCJZPEQ.mjs +0 -1
package/dist/index.d.mts
CHANGED
|
@@ -964,288 +964,8 @@ declare const translationService: TranslationService;
|
|
|
964
964
|
* - error.app.*: 4 keys
|
|
965
965
|
*/
|
|
966
966
|
declare const CRITICAL_TRANSLATIONS: {
|
|
967
|
-
readonly es: {
|
|
968
|
-
|
|
969
|
-
readonly "checkCode.codePlaceholder": "Ingresa el código de 6 dígitos";
|
|
970
|
-
readonly "checkCode.codeRequired": "El código es obligatorio";
|
|
971
|
-
readonly "checkCode.emailLabel": "Correo Electrónico";
|
|
972
|
-
readonly "checkCode.emailPlaceholder": "Ingresa tu correo electrónico";
|
|
973
|
-
readonly "checkCode.emailRequired": "El correo electrónico es obligatorio";
|
|
974
|
-
readonly "checkCode.instructions": "Ingresa el código de 6 dígitos que enviamos a tu correo electrónico.";
|
|
975
|
-
readonly "checkCode.invalidEmail": "Ingresa un correo electrónico válido";
|
|
976
|
-
readonly "checkCode.resendCodeLink": "Reenviar código";
|
|
977
|
-
readonly "checkCode.title": "Verificar Código";
|
|
978
|
-
readonly "checkCode.verifyButton": "Verificar Código";
|
|
979
|
-
readonly "base.btn.back": "Volver";
|
|
980
|
-
readonly "base.btn.cancel": "Cancelar";
|
|
981
|
-
readonly "error.app.config": "Error de Configuración: {{message}}";
|
|
982
|
-
readonly "error.app.initialization": "Error durante la inicialización final de la aplicación.";
|
|
983
|
-
readonly "error.transaction": "Error en la operación";
|
|
984
|
-
readonly "base.errors.errorUnknown": "Ocurrió un error desconocido.";
|
|
985
|
-
readonly "errors.DUPLICATE": "El campo <b>{{field}}</b> debe ser único.";
|
|
986
|
-
readonly "errors.FOREIGN_KEY_NOT_FOUND": "El campo <b>{{field}}</b> debe referenciar un ítem existente.";
|
|
987
|
-
readonly "errors.INVALID_EMAIL": "El campo <b>{{field}}</b> debe ser un correo electrónico válido.";
|
|
988
|
-
readonly "errors.INVALID_OBJECT_ID": "El campo <b>{{field}}</b> debe ser un valor válido.";
|
|
989
|
-
readonly "errors.IN_USE": "El ítem está en uso y no puede ser eliminado.";
|
|
990
|
-
readonly "errors.MAX_LENGTH": "El campo <b>{{field}}</b> no debe exceder los <b>{{length}}</b> caracteres.";
|
|
991
|
-
readonly "errors.MIN_LENGTH": "El campo <b>{{field}}</b> debe tener al menos <b>{{length}}</b> caracteres.";
|
|
992
|
-
readonly "errors.MUST_NOT_BE_EMAIL": "El campo <b>{{field}}</b> no debe ser un correo electrónico.";
|
|
993
|
-
readonly "errors.NO_PERMISSION": "No tienes permiso para realizar esta acción.";
|
|
994
|
-
readonly "errors.NO_SPACES": "El campo <b>{{field}}</b> no debe contener espacios.";
|
|
995
|
-
readonly "errors.ONE_OR_MORE_OPERATIONS_FAILED": "Error en la operación";
|
|
996
|
-
readonly "errors.REQUIRED": "El campo <b>{{field}}</b> es obligatorio.";
|
|
997
|
-
readonly "errors.TOKEN_HAS_EXPIRED": "La sesión ha expirado. Por favor, inicia sesión nuevamente.";
|
|
998
|
-
readonly "errors.TOO_MANY_REQUESTS": "Límite de solicitudes alcanzado. Por favor intenta más tarde.";
|
|
999
|
-
readonly "errors.UNAUTHORIZED": "No estás autorizado para realizar esta acción.";
|
|
1000
|
-
readonly "errors.all_password_fields_required": "Todos los campos de contraseña son obligatorios";
|
|
1001
|
-
readonly "errors.auth.INVALID_API_KEY": "Clave de API inválida";
|
|
1002
|
-
readonly "errors.auth.INVALID_CREDENTIALS": "Usuario y/o contraseña incorrectos";
|
|
1003
|
-
readonly "errors.auth.NO_PERMISSION": "No tienes permisos suficientes";
|
|
1004
|
-
readonly "errors.auth.SESSION_EXPIRED": "Tu sesión ha expirado. Por favor, inicia sesión nuevamente.";
|
|
1005
|
-
readonly "errors.auth.TOO_MANY_REQUESTS": "Demasiados intentos. Por favor espera 15 minutos e intenta nuevamente";
|
|
1006
|
-
readonly "errors.auth.UNAUTHORIZED": "No tienes permisos para realizar esta acción";
|
|
1007
|
-
readonly "errors.auth.USER_NOT_ACTIVE": "Usuario no activo";
|
|
1008
|
-
readonly "errors.auth.USER_NOT_FOUND": "Usuario no encontrado";
|
|
1009
|
-
readonly "errors.data.BAD_REQUEST": "Solicitud inválida";
|
|
1010
|
-
readonly "errors.data.FIELD_ERROR": "Error en los datos ingresados";
|
|
1011
|
-
readonly "errors.data.IN_USE": "El elemento está en uso y no puede ser eliminado";
|
|
1012
|
-
readonly "errors.data.ITEM_NOT_FOUND": "El elemento solicitado no fue encontrado";
|
|
1013
|
-
readonly "errors.data.NOT_FOUND": "No se encontró lo solicitado";
|
|
1014
|
-
readonly "errors.internal_error_changing_password": "Error interno al cambiar la contraseña. Intenta nuevamente";
|
|
1015
|
-
readonly "errors.password_min_length": "La contraseña debe tener al menos 8 caracteres";
|
|
1016
|
-
readonly "errors.password_mismatch": "Las contraseñas no coinciden";
|
|
1017
|
-
readonly "errors.password_must_be_different": "La nueva contraseña debe ser diferente a la actual";
|
|
1018
|
-
readonly "errors.system.DATABASE_CONNECTION_ERROR": "Error de conexión. Verifica tu conexión a internet.";
|
|
1019
|
-
readonly "errors.system.INTERNAL_SERVER_ERROR": "Error interno del servidor. Intenta nuevamente.";
|
|
1020
|
-
readonly "errors.system.INVALID_CONFIGURATION": "Error de configuración del sistema";
|
|
1021
|
-
readonly "errors.system.TOO_MANY_REQUESTS": "Demasiadas solicitudes. Por favor espera un momento e intenta nuevamente";
|
|
1022
|
-
readonly "errors.system.UNKNOWN_OPERATION": "Operación no reconocida";
|
|
1023
|
-
readonly "errors.users_module_not_configured": "Módulo de usuarios no configurado";
|
|
1024
|
-
readonly "footer.copyright": "Nocios S.R.L. Todos los derechos reservados.";
|
|
1025
|
-
readonly "footer.version": "Versión";
|
|
1026
|
-
readonly "forgotPassword.checkEmailInstructions": "Revisa tu bandeja de entrada para el código de verificación";
|
|
1027
|
-
readonly "forgotPassword.codeAlreadyExistsMessage": "Ya se envió un código y aún es válido";
|
|
1028
|
-
readonly "forgotPassword.emailLabel": "Correo Electrónico";
|
|
1029
|
-
readonly "forgotPassword.emailPlaceholder": "Ingresa tu correo electrónico";
|
|
1030
|
-
readonly "forgotPassword.emailRequired": "El correo electrónico es obligatorio";
|
|
1031
|
-
readonly "forgotPassword.emailSentMessage": "Código enviado exitosamente";
|
|
1032
|
-
readonly "forgotPassword.enterCodeLink": "Ingresar Código";
|
|
1033
|
-
readonly "forgotPassword.instructions": "Ingresa tu correo electrónico y te enviaremos un código para restablecer tu contraseña.";
|
|
1034
|
-
readonly "forgotPassword.invalidEmail": "Ingresa un correo electrónico válido";
|
|
1035
|
-
readonly "forgotPassword.sendCodeButton": "Enviar Código";
|
|
1036
|
-
readonly "forgotPassword.title": "Recuperar Contraseña";
|
|
1037
|
-
readonly "base.loading.configInitial": "Cargando configuración inicial...";
|
|
1038
|
-
readonly "base.loading.pleaseWait": "Cargando, por favor espera...";
|
|
1039
|
-
readonly "base.loading.starting": "Iniciando aplicación...";
|
|
1040
|
-
readonly "base.loading.themeSetup": "Generando tema...";
|
|
1041
|
-
readonly "base.loading.validatingSession": "Validando sesión...";
|
|
1042
|
-
readonly "login.alreadyHaveCodeLink": "¿Ya tienes un código?";
|
|
1043
|
-
readonly "login.forgotPasswordLink": "¿Olvidaste tu contraseña?";
|
|
1044
|
-
readonly "login.initializationError": "Error de inicialización";
|
|
1045
|
-
readonly "login.initializing": "Inicializando...";
|
|
1046
|
-
readonly "login.loginButton": "Iniciar Sesión";
|
|
1047
|
-
readonly "login.logoAlt": "Logotipo";
|
|
1048
|
-
readonly "login.noAccountPrompt": "¿No tienes una cuenta?";
|
|
1049
|
-
readonly "login.notInitialized": "Sistema no inicializado";
|
|
1050
|
-
readonly "login.passwordLabel": "Contraseña";
|
|
1051
|
-
readonly "login.passwordPlaceholder": "Ingresa tu contraseña";
|
|
1052
|
-
readonly "login.passwordRequired": "Contraseña es obligatoria";
|
|
1053
|
-
readonly "login.signUpLink": "Regístrate";
|
|
1054
|
-
readonly "login.usernameOrEmailLabel": "Correo Electrónico";
|
|
1055
|
-
readonly "login.usernameOrEmailPlaceholder": "Ingresa tu correo electrónico";
|
|
1056
|
-
readonly "login.usernameRequired": "Correo electrónico es obligatorio";
|
|
1057
|
-
readonly "resetPassword.codeExpiredOrInvalid": "El código ha expirado o es inválido";
|
|
1058
|
-
readonly "resetPassword.confirmPasswordLabel": "Confirmar Contraseña";
|
|
1059
|
-
readonly "resetPassword.confirmPasswordPlaceholder": "Confirma tu nueva contraseña";
|
|
1060
|
-
readonly "resetPassword.confirmPasswordRequired": "Confirma tu contraseña";
|
|
1061
|
-
readonly "resetPassword.goToLoginButton": "Ir al Login";
|
|
1062
|
-
readonly "resetPassword.instructions": "Ingresa tu nueva contraseña.";
|
|
1063
|
-
readonly "resetPassword.invalidCode": "El código de verificación es inválido. Por favor, verifica el enlace o solicita uno nuevo.";
|
|
1064
|
-
readonly "resetPassword.missingParameters": "Faltan parámetros obligatorios";
|
|
1065
|
-
readonly "resetPassword.newPasswordLabel": "Nueva Contraseña";
|
|
1066
|
-
readonly "resetPassword.newPasswordPlaceholder": "Ingresa tu nueva contraseña";
|
|
1067
|
-
readonly "resetPassword.newPasswordRequired": "La nueva contraseña es obligatoria";
|
|
1068
|
-
readonly "resetPassword.passwordTooShort": "La contraseña debe tener al menos 8 caracteres";
|
|
1069
|
-
readonly "resetPassword.passwordsDoNotMatch": "Las contraseñas no coinciden";
|
|
1070
|
-
readonly "resetPassword.requestNewCodeButton": "Solicitar Nuevo Código";
|
|
1071
|
-
readonly "resetPassword.resetPasswordButton": "Restablecer Contraseña";
|
|
1072
|
-
readonly "resetPassword.successInstructions": "Ahora puedes iniciar sesión con tu nueva contraseña";
|
|
1073
|
-
readonly "resetPassword.successMessage": "Contraseña restablecida exitosamente";
|
|
1074
|
-
readonly "resetPassword.title": "Nueva Contraseña";
|
|
1075
|
-
readonly "resetPassword.validatingCode": "Validando código...";
|
|
1076
|
-
readonly "resetPassword.passwordRequirementsNotMet": "La contraseña no cumple con todos los requisitos";
|
|
1077
|
-
readonly "passwordRequirements.minLength": "Mínimo 8 caracteres";
|
|
1078
|
-
readonly "passwordRequirements.uppercase": "Una letra mayúscula";
|
|
1079
|
-
readonly "passwordRequirements.lowercase": "Una letra minúscula";
|
|
1080
|
-
readonly "passwordRequirements.number": "Un número";
|
|
1081
|
-
readonly "passwordRequirements.special": "Un carácter especial (!@#$%...)";
|
|
1082
|
-
readonly "base.btn.showPassword": "Mostrar contraseña";
|
|
1083
|
-
readonly "base.btn.hidePassword": "Ocultar contraseña";
|
|
1084
|
-
readonly "publicPolicies.fields.conditions.customEdit": "Edición personalizada";
|
|
1085
|
-
readonly "base.file.clickToPreview": "Clic para ver imagen";
|
|
1086
|
-
readonly "base.file.clickToDownload": "Clic para descargar";
|
|
1087
|
-
readonly "base.file.privateFile": "Archivo privado";
|
|
1088
|
-
readonly "base.file.noPreview": "Sin vista previa";
|
|
1089
|
-
readonly "base.file.dropHere": "Suelta el archivo aquí";
|
|
1090
|
-
readonly "base.file.dragOrClick": "Arrastra archivos aquí o haz clic para seleccionar";
|
|
1091
|
-
readonly "base.file.uploading": "Subiendo archivos...";
|
|
1092
|
-
readonly "base.file.restore": "Restaurar";
|
|
1093
|
-
readonly "base.file.delete": "Eliminar";
|
|
1094
|
-
readonly "base.file.pendingDeletion": "Pendiente de eliminación";
|
|
1095
|
-
readonly "base.file.allowedTypes": "Tipos permitidos: {{types}}";
|
|
1096
|
-
readonly "base.file.maxSize": "Máximo {{size}} por archivo";
|
|
1097
|
-
readonly "base.file.maxFiles": "Máximo {{count}} archivos";
|
|
1098
|
-
readonly "base.file.validation.minFilesRequired": "Se requiere al menos un archivo";
|
|
1099
|
-
readonly "base.file.validation.minFilesRequiredPlural": "Se requieren al menos {{count}} archivos";
|
|
1100
|
-
readonly "base.file.validation.maxFilesExceeded": "Máximo {{count}} archivos permitidos";
|
|
1101
|
-
readonly "base.file.validation.filesWithErrors": "Algunos archivos tienen errores";
|
|
1102
|
-
readonly "base.file.confirmDelete.title": "Eliminar archivo";
|
|
1103
|
-
readonly "base.file.confirmDelete.message": "¿Estás seguro de que deseas eliminar este archivo? Esta acción no se puede deshacer.";
|
|
1104
|
-
readonly "base.file.confirmDelete.confirm": "Eliminar";
|
|
1105
|
-
readonly "base.file.confirmDelete.cancel": "Cancelar";
|
|
1106
|
-
readonly "base.file.deleting": "Eliminando...";
|
|
1107
|
-
};
|
|
1108
|
-
readonly en: {
|
|
1109
|
-
readonly "checkCode.codeLabel": "Verification Code";
|
|
1110
|
-
readonly "checkCode.codePlaceholder": "Enter 6-digit code";
|
|
1111
|
-
readonly "checkCode.codeRequired": "Code is required";
|
|
1112
|
-
readonly "checkCode.emailLabel": "Email Address";
|
|
1113
|
-
readonly "checkCode.emailPlaceholder": "Enter your email address";
|
|
1114
|
-
readonly "checkCode.emailRequired": "Email address is required";
|
|
1115
|
-
readonly "checkCode.instructions": "Enter the 6-digit code we sent to your email address.";
|
|
1116
|
-
readonly "checkCode.invalidEmail": "Enter a valid email address";
|
|
1117
|
-
readonly "checkCode.resendCodeLink": "Resend code";
|
|
1118
|
-
readonly "checkCode.title": "Verify Code";
|
|
1119
|
-
readonly "checkCode.verifyButton": "Verify Code";
|
|
1120
|
-
readonly "base.btn.back": "Back";
|
|
1121
|
-
readonly "base.btn.cancel": "Cancel";
|
|
1122
|
-
readonly "error.app.config": "Configuration Error: {{message}}";
|
|
1123
|
-
readonly "error.app.initialization": "Error during final application initialization.";
|
|
1124
|
-
readonly "error.transaction": "Operation error";
|
|
1125
|
-
readonly "base.errors.errorUnknown": "An unknown error occurred.";
|
|
1126
|
-
readonly "errors.DUPLICATE": "The field <b>{{field}}</b> must be unique.";
|
|
1127
|
-
readonly "errors.FOREIGN_KEY_NOT_FOUND": "The field <b>{{field}}</b> must reference an existing item.";
|
|
1128
|
-
readonly "errors.INVALID_EMAIL": "The field <b>{{field}}</b> must be a valid email address.";
|
|
1129
|
-
readonly "errors.INVALID_OBJECT_ID": "The field <b>{{field}}</b> must be a valid value.";
|
|
1130
|
-
readonly "errors.IN_USE": "The item is currently in use and cannot be deleted.";
|
|
1131
|
-
readonly "errors.MAX_LENGTH": "The field <b>{{field}}</b> must not exceed <b>{{maxLength}}</b> characters.";
|
|
1132
|
-
readonly "errors.MIN_LENGTH": "The field <b>{{field}}</b> must have at least <b>{{minLength}}</b> characters.";
|
|
1133
|
-
readonly "errors.MUST_NOT_BE_EMAIL": "The field <b>{{field}}</b> must not be an email address.";
|
|
1134
|
-
readonly "errors.NO_PERMISSION": "You do not have permission to perform this action.";
|
|
1135
|
-
readonly "errors.NO_SPACES": "The field <b>{{field}}</b> must not contain spaces.";
|
|
1136
|
-
readonly "errors.ONE_OR_MORE_OPERATIONS_FAILED": "Operation error";
|
|
1137
|
-
readonly "errors.REQUIRED": "The field <b>{{field}}</b> is required.";
|
|
1138
|
-
readonly "errors.TOKEN_HAS_EXPIRED": "Your session has expired, please log in again.";
|
|
1139
|
-
readonly "errors.TOO_MANY_REQUESTS": "Request limit reached. Please try again later.";
|
|
1140
|
-
readonly "errors.UNAUTHORIZED": "You are not authorized to perform this action.";
|
|
1141
|
-
readonly "errors.all_password_fields_required": "All password fields are required";
|
|
1142
|
-
readonly "errors.auth.INVALID_API_KEY": "Invalid API key";
|
|
1143
|
-
readonly "errors.auth.INVALID_CREDENTIALS": "Incorrect username and/or password";
|
|
1144
|
-
readonly "errors.auth.NO_PERMISSION": "Insufficient permissions";
|
|
1145
|
-
readonly "errors.auth.SESSION_EXPIRED": "Your session has expired. Please log in again.";
|
|
1146
|
-
readonly "errors.auth.TOO_MANY_REQUESTS": "Too many attempts. Please wait 15 minutes and try again";
|
|
1147
|
-
readonly "errors.auth.UNAUTHORIZED": "You don't have permission to perform this action";
|
|
1148
|
-
readonly "errors.auth.USER_NOT_ACTIVE": "User account is not active";
|
|
1149
|
-
readonly "errors.auth.USER_NOT_FOUND": "User not found";
|
|
1150
|
-
readonly "errors.data.BAD_REQUEST": "Invalid request";
|
|
1151
|
-
readonly "errors.data.FIELD_ERROR": "Error in the provided data";
|
|
1152
|
-
readonly "errors.data.IN_USE": "The item is in use and cannot be deleted";
|
|
1153
|
-
readonly "errors.data.ITEM_NOT_FOUND": "The requested item was not found";
|
|
1154
|
-
readonly "errors.data.NOT_FOUND": "The requested resource was not found";
|
|
1155
|
-
readonly "errors.internal_error_changing_password": "Internal error changing password. Please try again";
|
|
1156
|
-
readonly "errors.password_min_length": "Password must be at least 8 characters";
|
|
1157
|
-
readonly "errors.password_mismatch": "Passwords do not match";
|
|
1158
|
-
readonly "errors.password_must_be_different": "New password must be different from current password";
|
|
1159
|
-
readonly "errors.system.DATABASE_CONNECTION_ERROR": "Connection error. Please check your internet connection.";
|
|
1160
|
-
readonly "errors.system.INTERNAL_SERVER_ERROR": "Internal server error. Please try again.";
|
|
1161
|
-
readonly "errors.system.INVALID_CONFIGURATION": "System configuration error";
|
|
1162
|
-
readonly "errors.system.TOO_MANY_REQUESTS": "Too many requests. Please wait a moment and try again";
|
|
1163
|
-
readonly "errors.system.UNKNOWN_OPERATION": "Unrecognized operation";
|
|
1164
|
-
readonly "errors.users_module_not_configured": "Users module not configured";
|
|
1165
|
-
readonly "footer.copyright": "Nocios S.R.L. All Rights Reserved.";
|
|
1166
|
-
readonly "footer.version": "Version";
|
|
1167
|
-
readonly "forgotPassword.checkEmailInstructions": "Check your inbox for the verification code";
|
|
1168
|
-
readonly "forgotPassword.codeAlreadyExistsMessage": "A code was already sent and is still valid";
|
|
1169
|
-
readonly "forgotPassword.emailLabel": "Email Address";
|
|
1170
|
-
readonly "forgotPassword.emailPlaceholder": "Enter your email address";
|
|
1171
|
-
readonly "forgotPassword.emailRequired": "Email address is required";
|
|
1172
|
-
readonly "forgotPassword.emailSentMessage": "Code sent successfully";
|
|
1173
|
-
readonly "forgotPassword.enterCodeLink": "Enter Code";
|
|
1174
|
-
readonly "forgotPassword.instructions": "Enter your email address and we'll send you a code to reset your password.";
|
|
1175
|
-
readonly "forgotPassword.invalidEmail": "Enter a valid email address";
|
|
1176
|
-
readonly "forgotPassword.sendCodeButton": "Send Code";
|
|
1177
|
-
readonly "forgotPassword.title": "Reset Password";
|
|
1178
|
-
readonly "base.loading.configInitial": "Loading initial configuration...";
|
|
1179
|
-
readonly "base.loading.pleaseWait": "Loading, please wait...";
|
|
1180
|
-
readonly "base.loading.starting": "Starting application...";
|
|
1181
|
-
readonly "base.loading.themeSetup": "Generating theme...";
|
|
1182
|
-
readonly "base.loading.validatingSession": "Validating session...";
|
|
1183
|
-
readonly "login.alreadyHaveCodeLink": "Already have a code?";
|
|
1184
|
-
readonly "login.forgotPasswordLink": "Forgot Password?";
|
|
1185
|
-
readonly "login.initializationError": "Initialization error";
|
|
1186
|
-
readonly "login.initializing": "Initializing...";
|
|
1187
|
-
readonly "login.loginButton": "Log In";
|
|
1188
|
-
readonly "login.logoAlt": "Logo";
|
|
1189
|
-
readonly "login.noAccountPrompt": "Don't have an account?";
|
|
1190
|
-
readonly "login.notInitialized": "System not initialized";
|
|
1191
|
-
readonly "login.passwordLabel": "Password";
|
|
1192
|
-
readonly "login.passwordPlaceholder": "Enter your password";
|
|
1193
|
-
readonly "login.passwordRequired": "Password is required";
|
|
1194
|
-
readonly "login.signUpLink": "Sign up";
|
|
1195
|
-
readonly "login.usernameOrEmailLabel": "Username or Email";
|
|
1196
|
-
readonly "login.usernameOrEmailPlaceholder": "Enter your username or email";
|
|
1197
|
-
readonly "login.usernameRequired": "Username or email is required";
|
|
1198
|
-
readonly "resetPassword.codeExpiredOrInvalid": "Code expired or invalid";
|
|
1199
|
-
readonly "resetPassword.confirmPasswordLabel": "Confirm Password";
|
|
1200
|
-
readonly "resetPassword.confirmPasswordPlaceholder": "Confirm your new password";
|
|
1201
|
-
readonly "resetPassword.confirmPasswordRequired": "Confirm your password";
|
|
1202
|
-
readonly "resetPassword.goToLoginButton": "Go to Login";
|
|
1203
|
-
readonly "resetPassword.instructions": "Enter your new password.";
|
|
1204
|
-
readonly "resetPassword.invalidCode": "The verification code is invalid. Please check the link or request a new one.";
|
|
1205
|
-
readonly "resetPassword.missingParameters": "Missing required parameters";
|
|
1206
|
-
readonly "resetPassword.newPasswordLabel": "New Password";
|
|
1207
|
-
readonly "resetPassword.newPasswordPlaceholder": "Enter your new password";
|
|
1208
|
-
readonly "resetPassword.newPasswordRequired": "New password is required";
|
|
1209
|
-
readonly "resetPassword.passwordTooShort": "Password must be at least 8 characters";
|
|
1210
|
-
readonly "resetPassword.passwordsDoNotMatch": "Passwords do not match";
|
|
1211
|
-
readonly "resetPassword.requestNewCodeButton": "Request New Code";
|
|
1212
|
-
readonly "resetPassword.resetPasswordButton": "Reset Password";
|
|
1213
|
-
readonly "resetPassword.successInstructions": "You can now log in with your new password";
|
|
1214
|
-
readonly "resetPassword.successMessage": "Password reset successfully";
|
|
1215
|
-
readonly "resetPassword.title": "New Password";
|
|
1216
|
-
readonly "resetPassword.validatingCode": "Validating code...";
|
|
1217
|
-
readonly "resetPassword.passwordRequirementsNotMet": "Password does not meet all requirements";
|
|
1218
|
-
readonly "passwordRequirements.minLength": "Minimum 8 characters";
|
|
1219
|
-
readonly "passwordRequirements.uppercase": "One uppercase letter";
|
|
1220
|
-
readonly "passwordRequirements.lowercase": "One lowercase letter";
|
|
1221
|
-
readonly "passwordRequirements.number": "One number";
|
|
1222
|
-
readonly "passwordRequirements.special": "One special character (!@#$%...)";
|
|
1223
|
-
readonly "base.btn.showPassword": "Show password";
|
|
1224
|
-
readonly "base.btn.hidePassword": "Hide password";
|
|
1225
|
-
readonly "publicPolicies.fields.conditions.customEdit": "Custom Edit";
|
|
1226
|
-
readonly "base.file.clickToPreview": "Click to preview";
|
|
1227
|
-
readonly "base.file.clickToDownload": "Click to download";
|
|
1228
|
-
readonly "base.file.privateFile": "Private file";
|
|
1229
|
-
readonly "base.file.noPreview": "No preview";
|
|
1230
|
-
readonly "base.file.dropHere": "Drop file here";
|
|
1231
|
-
readonly "base.file.dragOrClick": "Drag files here or click to select";
|
|
1232
|
-
readonly "base.file.uploading": "Uploading files...";
|
|
1233
|
-
readonly "base.file.restore": "Restore";
|
|
1234
|
-
readonly "base.file.delete": "Delete";
|
|
1235
|
-
readonly "base.file.pendingDeletion": "Pending deletion";
|
|
1236
|
-
readonly "base.file.allowedTypes": "Allowed types: {{types}}";
|
|
1237
|
-
readonly "base.file.maxSize": "Max {{size}} per file";
|
|
1238
|
-
readonly "base.file.maxFiles": "Max {{count}} files";
|
|
1239
|
-
readonly "base.file.validation.minFilesRequired": "At least one file is required";
|
|
1240
|
-
readonly "base.file.validation.minFilesRequiredPlural": "At least {{count}} files are required";
|
|
1241
|
-
readonly "base.file.validation.maxFilesExceeded": "Maximum {{count}} files allowed";
|
|
1242
|
-
readonly "base.file.validation.filesWithErrors": "Some files have errors";
|
|
1243
|
-
readonly "base.file.confirmDelete.title": "Delete file";
|
|
1244
|
-
readonly "base.file.confirmDelete.message": "Are you sure you want to delete this file? This action cannot be undone.";
|
|
1245
|
-
readonly "base.file.confirmDelete.confirm": "Delete";
|
|
1246
|
-
readonly "base.file.deleting": "Deleting...";
|
|
1247
|
-
readonly "base.file.confirmDelete.cancel": "Cancel";
|
|
1248
|
-
};
|
|
967
|
+
readonly es: {};
|
|
968
|
+
readonly en: {};
|
|
1249
969
|
};
|
|
1250
970
|
type CriticalTranslationKey = keyof typeof CRITICAL_TRANSLATIONS.es;
|
|
1251
971
|
type SupportedLanguage = keyof typeof CRITICAL_TRANSLATIONS;
|
package/dist/index.d.ts
CHANGED
|
@@ -964,288 +964,8 @@ declare const translationService: TranslationService;
|
|
|
964
964
|
* - error.app.*: 4 keys
|
|
965
965
|
*/
|
|
966
966
|
declare const CRITICAL_TRANSLATIONS: {
|
|
967
|
-
readonly es: {
|
|
968
|
-
|
|
969
|
-
readonly "checkCode.codePlaceholder": "Ingresa el código de 6 dígitos";
|
|
970
|
-
readonly "checkCode.codeRequired": "El código es obligatorio";
|
|
971
|
-
readonly "checkCode.emailLabel": "Correo Electrónico";
|
|
972
|
-
readonly "checkCode.emailPlaceholder": "Ingresa tu correo electrónico";
|
|
973
|
-
readonly "checkCode.emailRequired": "El correo electrónico es obligatorio";
|
|
974
|
-
readonly "checkCode.instructions": "Ingresa el código de 6 dígitos que enviamos a tu correo electrónico.";
|
|
975
|
-
readonly "checkCode.invalidEmail": "Ingresa un correo electrónico válido";
|
|
976
|
-
readonly "checkCode.resendCodeLink": "Reenviar código";
|
|
977
|
-
readonly "checkCode.title": "Verificar Código";
|
|
978
|
-
readonly "checkCode.verifyButton": "Verificar Código";
|
|
979
|
-
readonly "base.btn.back": "Volver";
|
|
980
|
-
readonly "base.btn.cancel": "Cancelar";
|
|
981
|
-
readonly "error.app.config": "Error de Configuración: {{message}}";
|
|
982
|
-
readonly "error.app.initialization": "Error durante la inicialización final de la aplicación.";
|
|
983
|
-
readonly "error.transaction": "Error en la operación";
|
|
984
|
-
readonly "base.errors.errorUnknown": "Ocurrió un error desconocido.";
|
|
985
|
-
readonly "errors.DUPLICATE": "El campo <b>{{field}}</b> debe ser único.";
|
|
986
|
-
readonly "errors.FOREIGN_KEY_NOT_FOUND": "El campo <b>{{field}}</b> debe referenciar un ítem existente.";
|
|
987
|
-
readonly "errors.INVALID_EMAIL": "El campo <b>{{field}}</b> debe ser un correo electrónico válido.";
|
|
988
|
-
readonly "errors.INVALID_OBJECT_ID": "El campo <b>{{field}}</b> debe ser un valor válido.";
|
|
989
|
-
readonly "errors.IN_USE": "El ítem está en uso y no puede ser eliminado.";
|
|
990
|
-
readonly "errors.MAX_LENGTH": "El campo <b>{{field}}</b> no debe exceder los <b>{{length}}</b> caracteres.";
|
|
991
|
-
readonly "errors.MIN_LENGTH": "El campo <b>{{field}}</b> debe tener al menos <b>{{length}}</b> caracteres.";
|
|
992
|
-
readonly "errors.MUST_NOT_BE_EMAIL": "El campo <b>{{field}}</b> no debe ser un correo electrónico.";
|
|
993
|
-
readonly "errors.NO_PERMISSION": "No tienes permiso para realizar esta acción.";
|
|
994
|
-
readonly "errors.NO_SPACES": "El campo <b>{{field}}</b> no debe contener espacios.";
|
|
995
|
-
readonly "errors.ONE_OR_MORE_OPERATIONS_FAILED": "Error en la operación";
|
|
996
|
-
readonly "errors.REQUIRED": "El campo <b>{{field}}</b> es obligatorio.";
|
|
997
|
-
readonly "errors.TOKEN_HAS_EXPIRED": "La sesión ha expirado. Por favor, inicia sesión nuevamente.";
|
|
998
|
-
readonly "errors.TOO_MANY_REQUESTS": "Límite de solicitudes alcanzado. Por favor intenta más tarde.";
|
|
999
|
-
readonly "errors.UNAUTHORIZED": "No estás autorizado para realizar esta acción.";
|
|
1000
|
-
readonly "errors.all_password_fields_required": "Todos los campos de contraseña son obligatorios";
|
|
1001
|
-
readonly "errors.auth.INVALID_API_KEY": "Clave de API inválida";
|
|
1002
|
-
readonly "errors.auth.INVALID_CREDENTIALS": "Usuario y/o contraseña incorrectos";
|
|
1003
|
-
readonly "errors.auth.NO_PERMISSION": "No tienes permisos suficientes";
|
|
1004
|
-
readonly "errors.auth.SESSION_EXPIRED": "Tu sesión ha expirado. Por favor, inicia sesión nuevamente.";
|
|
1005
|
-
readonly "errors.auth.TOO_MANY_REQUESTS": "Demasiados intentos. Por favor espera 15 minutos e intenta nuevamente";
|
|
1006
|
-
readonly "errors.auth.UNAUTHORIZED": "No tienes permisos para realizar esta acción";
|
|
1007
|
-
readonly "errors.auth.USER_NOT_ACTIVE": "Usuario no activo";
|
|
1008
|
-
readonly "errors.auth.USER_NOT_FOUND": "Usuario no encontrado";
|
|
1009
|
-
readonly "errors.data.BAD_REQUEST": "Solicitud inválida";
|
|
1010
|
-
readonly "errors.data.FIELD_ERROR": "Error en los datos ingresados";
|
|
1011
|
-
readonly "errors.data.IN_USE": "El elemento está en uso y no puede ser eliminado";
|
|
1012
|
-
readonly "errors.data.ITEM_NOT_FOUND": "El elemento solicitado no fue encontrado";
|
|
1013
|
-
readonly "errors.data.NOT_FOUND": "No se encontró lo solicitado";
|
|
1014
|
-
readonly "errors.internal_error_changing_password": "Error interno al cambiar la contraseña. Intenta nuevamente";
|
|
1015
|
-
readonly "errors.password_min_length": "La contraseña debe tener al menos 8 caracteres";
|
|
1016
|
-
readonly "errors.password_mismatch": "Las contraseñas no coinciden";
|
|
1017
|
-
readonly "errors.password_must_be_different": "La nueva contraseña debe ser diferente a la actual";
|
|
1018
|
-
readonly "errors.system.DATABASE_CONNECTION_ERROR": "Error de conexión. Verifica tu conexión a internet.";
|
|
1019
|
-
readonly "errors.system.INTERNAL_SERVER_ERROR": "Error interno del servidor. Intenta nuevamente.";
|
|
1020
|
-
readonly "errors.system.INVALID_CONFIGURATION": "Error de configuración del sistema";
|
|
1021
|
-
readonly "errors.system.TOO_MANY_REQUESTS": "Demasiadas solicitudes. Por favor espera un momento e intenta nuevamente";
|
|
1022
|
-
readonly "errors.system.UNKNOWN_OPERATION": "Operación no reconocida";
|
|
1023
|
-
readonly "errors.users_module_not_configured": "Módulo de usuarios no configurado";
|
|
1024
|
-
readonly "footer.copyright": "Nocios S.R.L. Todos los derechos reservados.";
|
|
1025
|
-
readonly "footer.version": "Versión";
|
|
1026
|
-
readonly "forgotPassword.checkEmailInstructions": "Revisa tu bandeja de entrada para el código de verificación";
|
|
1027
|
-
readonly "forgotPassword.codeAlreadyExistsMessage": "Ya se envió un código y aún es válido";
|
|
1028
|
-
readonly "forgotPassword.emailLabel": "Correo Electrónico";
|
|
1029
|
-
readonly "forgotPassword.emailPlaceholder": "Ingresa tu correo electrónico";
|
|
1030
|
-
readonly "forgotPassword.emailRequired": "El correo electrónico es obligatorio";
|
|
1031
|
-
readonly "forgotPassword.emailSentMessage": "Código enviado exitosamente";
|
|
1032
|
-
readonly "forgotPassword.enterCodeLink": "Ingresar Código";
|
|
1033
|
-
readonly "forgotPassword.instructions": "Ingresa tu correo electrónico y te enviaremos un código para restablecer tu contraseña.";
|
|
1034
|
-
readonly "forgotPassword.invalidEmail": "Ingresa un correo electrónico válido";
|
|
1035
|
-
readonly "forgotPassword.sendCodeButton": "Enviar Código";
|
|
1036
|
-
readonly "forgotPassword.title": "Recuperar Contraseña";
|
|
1037
|
-
readonly "base.loading.configInitial": "Cargando configuración inicial...";
|
|
1038
|
-
readonly "base.loading.pleaseWait": "Cargando, por favor espera...";
|
|
1039
|
-
readonly "base.loading.starting": "Iniciando aplicación...";
|
|
1040
|
-
readonly "base.loading.themeSetup": "Generando tema...";
|
|
1041
|
-
readonly "base.loading.validatingSession": "Validando sesión...";
|
|
1042
|
-
readonly "login.alreadyHaveCodeLink": "¿Ya tienes un código?";
|
|
1043
|
-
readonly "login.forgotPasswordLink": "¿Olvidaste tu contraseña?";
|
|
1044
|
-
readonly "login.initializationError": "Error de inicialización";
|
|
1045
|
-
readonly "login.initializing": "Inicializando...";
|
|
1046
|
-
readonly "login.loginButton": "Iniciar Sesión";
|
|
1047
|
-
readonly "login.logoAlt": "Logotipo";
|
|
1048
|
-
readonly "login.noAccountPrompt": "¿No tienes una cuenta?";
|
|
1049
|
-
readonly "login.notInitialized": "Sistema no inicializado";
|
|
1050
|
-
readonly "login.passwordLabel": "Contraseña";
|
|
1051
|
-
readonly "login.passwordPlaceholder": "Ingresa tu contraseña";
|
|
1052
|
-
readonly "login.passwordRequired": "Contraseña es obligatoria";
|
|
1053
|
-
readonly "login.signUpLink": "Regístrate";
|
|
1054
|
-
readonly "login.usernameOrEmailLabel": "Correo Electrónico";
|
|
1055
|
-
readonly "login.usernameOrEmailPlaceholder": "Ingresa tu correo electrónico";
|
|
1056
|
-
readonly "login.usernameRequired": "Correo electrónico es obligatorio";
|
|
1057
|
-
readonly "resetPassword.codeExpiredOrInvalid": "El código ha expirado o es inválido";
|
|
1058
|
-
readonly "resetPassword.confirmPasswordLabel": "Confirmar Contraseña";
|
|
1059
|
-
readonly "resetPassword.confirmPasswordPlaceholder": "Confirma tu nueva contraseña";
|
|
1060
|
-
readonly "resetPassword.confirmPasswordRequired": "Confirma tu contraseña";
|
|
1061
|
-
readonly "resetPassword.goToLoginButton": "Ir al Login";
|
|
1062
|
-
readonly "resetPassword.instructions": "Ingresa tu nueva contraseña.";
|
|
1063
|
-
readonly "resetPassword.invalidCode": "El código de verificación es inválido. Por favor, verifica el enlace o solicita uno nuevo.";
|
|
1064
|
-
readonly "resetPassword.missingParameters": "Faltan parámetros obligatorios";
|
|
1065
|
-
readonly "resetPassword.newPasswordLabel": "Nueva Contraseña";
|
|
1066
|
-
readonly "resetPassword.newPasswordPlaceholder": "Ingresa tu nueva contraseña";
|
|
1067
|
-
readonly "resetPassword.newPasswordRequired": "La nueva contraseña es obligatoria";
|
|
1068
|
-
readonly "resetPassword.passwordTooShort": "La contraseña debe tener al menos 8 caracteres";
|
|
1069
|
-
readonly "resetPassword.passwordsDoNotMatch": "Las contraseñas no coinciden";
|
|
1070
|
-
readonly "resetPassword.requestNewCodeButton": "Solicitar Nuevo Código";
|
|
1071
|
-
readonly "resetPassword.resetPasswordButton": "Restablecer Contraseña";
|
|
1072
|
-
readonly "resetPassword.successInstructions": "Ahora puedes iniciar sesión con tu nueva contraseña";
|
|
1073
|
-
readonly "resetPassword.successMessage": "Contraseña restablecida exitosamente";
|
|
1074
|
-
readonly "resetPassword.title": "Nueva Contraseña";
|
|
1075
|
-
readonly "resetPassword.validatingCode": "Validando código...";
|
|
1076
|
-
readonly "resetPassword.passwordRequirementsNotMet": "La contraseña no cumple con todos los requisitos";
|
|
1077
|
-
readonly "passwordRequirements.minLength": "Mínimo 8 caracteres";
|
|
1078
|
-
readonly "passwordRequirements.uppercase": "Una letra mayúscula";
|
|
1079
|
-
readonly "passwordRequirements.lowercase": "Una letra minúscula";
|
|
1080
|
-
readonly "passwordRequirements.number": "Un número";
|
|
1081
|
-
readonly "passwordRequirements.special": "Un carácter especial (!@#$%...)";
|
|
1082
|
-
readonly "base.btn.showPassword": "Mostrar contraseña";
|
|
1083
|
-
readonly "base.btn.hidePassword": "Ocultar contraseña";
|
|
1084
|
-
readonly "publicPolicies.fields.conditions.customEdit": "Edición personalizada";
|
|
1085
|
-
readonly "base.file.clickToPreview": "Clic para ver imagen";
|
|
1086
|
-
readonly "base.file.clickToDownload": "Clic para descargar";
|
|
1087
|
-
readonly "base.file.privateFile": "Archivo privado";
|
|
1088
|
-
readonly "base.file.noPreview": "Sin vista previa";
|
|
1089
|
-
readonly "base.file.dropHere": "Suelta el archivo aquí";
|
|
1090
|
-
readonly "base.file.dragOrClick": "Arrastra archivos aquí o haz clic para seleccionar";
|
|
1091
|
-
readonly "base.file.uploading": "Subiendo archivos...";
|
|
1092
|
-
readonly "base.file.restore": "Restaurar";
|
|
1093
|
-
readonly "base.file.delete": "Eliminar";
|
|
1094
|
-
readonly "base.file.pendingDeletion": "Pendiente de eliminación";
|
|
1095
|
-
readonly "base.file.allowedTypes": "Tipos permitidos: {{types}}";
|
|
1096
|
-
readonly "base.file.maxSize": "Máximo {{size}} por archivo";
|
|
1097
|
-
readonly "base.file.maxFiles": "Máximo {{count}} archivos";
|
|
1098
|
-
readonly "base.file.validation.minFilesRequired": "Se requiere al menos un archivo";
|
|
1099
|
-
readonly "base.file.validation.minFilesRequiredPlural": "Se requieren al menos {{count}} archivos";
|
|
1100
|
-
readonly "base.file.validation.maxFilesExceeded": "Máximo {{count}} archivos permitidos";
|
|
1101
|
-
readonly "base.file.validation.filesWithErrors": "Algunos archivos tienen errores";
|
|
1102
|
-
readonly "base.file.confirmDelete.title": "Eliminar archivo";
|
|
1103
|
-
readonly "base.file.confirmDelete.message": "¿Estás seguro de que deseas eliminar este archivo? Esta acción no se puede deshacer.";
|
|
1104
|
-
readonly "base.file.confirmDelete.confirm": "Eliminar";
|
|
1105
|
-
readonly "base.file.confirmDelete.cancel": "Cancelar";
|
|
1106
|
-
readonly "base.file.deleting": "Eliminando...";
|
|
1107
|
-
};
|
|
1108
|
-
readonly en: {
|
|
1109
|
-
readonly "checkCode.codeLabel": "Verification Code";
|
|
1110
|
-
readonly "checkCode.codePlaceholder": "Enter 6-digit code";
|
|
1111
|
-
readonly "checkCode.codeRequired": "Code is required";
|
|
1112
|
-
readonly "checkCode.emailLabel": "Email Address";
|
|
1113
|
-
readonly "checkCode.emailPlaceholder": "Enter your email address";
|
|
1114
|
-
readonly "checkCode.emailRequired": "Email address is required";
|
|
1115
|
-
readonly "checkCode.instructions": "Enter the 6-digit code we sent to your email address.";
|
|
1116
|
-
readonly "checkCode.invalidEmail": "Enter a valid email address";
|
|
1117
|
-
readonly "checkCode.resendCodeLink": "Resend code";
|
|
1118
|
-
readonly "checkCode.title": "Verify Code";
|
|
1119
|
-
readonly "checkCode.verifyButton": "Verify Code";
|
|
1120
|
-
readonly "base.btn.back": "Back";
|
|
1121
|
-
readonly "base.btn.cancel": "Cancel";
|
|
1122
|
-
readonly "error.app.config": "Configuration Error: {{message}}";
|
|
1123
|
-
readonly "error.app.initialization": "Error during final application initialization.";
|
|
1124
|
-
readonly "error.transaction": "Operation error";
|
|
1125
|
-
readonly "base.errors.errorUnknown": "An unknown error occurred.";
|
|
1126
|
-
readonly "errors.DUPLICATE": "The field <b>{{field}}</b> must be unique.";
|
|
1127
|
-
readonly "errors.FOREIGN_KEY_NOT_FOUND": "The field <b>{{field}}</b> must reference an existing item.";
|
|
1128
|
-
readonly "errors.INVALID_EMAIL": "The field <b>{{field}}</b> must be a valid email address.";
|
|
1129
|
-
readonly "errors.INVALID_OBJECT_ID": "The field <b>{{field}}</b> must be a valid value.";
|
|
1130
|
-
readonly "errors.IN_USE": "The item is currently in use and cannot be deleted.";
|
|
1131
|
-
readonly "errors.MAX_LENGTH": "The field <b>{{field}}</b> must not exceed <b>{{maxLength}}</b> characters.";
|
|
1132
|
-
readonly "errors.MIN_LENGTH": "The field <b>{{field}}</b> must have at least <b>{{minLength}}</b> characters.";
|
|
1133
|
-
readonly "errors.MUST_NOT_BE_EMAIL": "The field <b>{{field}}</b> must not be an email address.";
|
|
1134
|
-
readonly "errors.NO_PERMISSION": "You do not have permission to perform this action.";
|
|
1135
|
-
readonly "errors.NO_SPACES": "The field <b>{{field}}</b> must not contain spaces.";
|
|
1136
|
-
readonly "errors.ONE_OR_MORE_OPERATIONS_FAILED": "Operation error";
|
|
1137
|
-
readonly "errors.REQUIRED": "The field <b>{{field}}</b> is required.";
|
|
1138
|
-
readonly "errors.TOKEN_HAS_EXPIRED": "Your session has expired, please log in again.";
|
|
1139
|
-
readonly "errors.TOO_MANY_REQUESTS": "Request limit reached. Please try again later.";
|
|
1140
|
-
readonly "errors.UNAUTHORIZED": "You are not authorized to perform this action.";
|
|
1141
|
-
readonly "errors.all_password_fields_required": "All password fields are required";
|
|
1142
|
-
readonly "errors.auth.INVALID_API_KEY": "Invalid API key";
|
|
1143
|
-
readonly "errors.auth.INVALID_CREDENTIALS": "Incorrect username and/or password";
|
|
1144
|
-
readonly "errors.auth.NO_PERMISSION": "Insufficient permissions";
|
|
1145
|
-
readonly "errors.auth.SESSION_EXPIRED": "Your session has expired. Please log in again.";
|
|
1146
|
-
readonly "errors.auth.TOO_MANY_REQUESTS": "Too many attempts. Please wait 15 minutes and try again";
|
|
1147
|
-
readonly "errors.auth.UNAUTHORIZED": "You don't have permission to perform this action";
|
|
1148
|
-
readonly "errors.auth.USER_NOT_ACTIVE": "User account is not active";
|
|
1149
|
-
readonly "errors.auth.USER_NOT_FOUND": "User not found";
|
|
1150
|
-
readonly "errors.data.BAD_REQUEST": "Invalid request";
|
|
1151
|
-
readonly "errors.data.FIELD_ERROR": "Error in the provided data";
|
|
1152
|
-
readonly "errors.data.IN_USE": "The item is in use and cannot be deleted";
|
|
1153
|
-
readonly "errors.data.ITEM_NOT_FOUND": "The requested item was not found";
|
|
1154
|
-
readonly "errors.data.NOT_FOUND": "The requested resource was not found";
|
|
1155
|
-
readonly "errors.internal_error_changing_password": "Internal error changing password. Please try again";
|
|
1156
|
-
readonly "errors.password_min_length": "Password must be at least 8 characters";
|
|
1157
|
-
readonly "errors.password_mismatch": "Passwords do not match";
|
|
1158
|
-
readonly "errors.password_must_be_different": "New password must be different from current password";
|
|
1159
|
-
readonly "errors.system.DATABASE_CONNECTION_ERROR": "Connection error. Please check your internet connection.";
|
|
1160
|
-
readonly "errors.system.INTERNAL_SERVER_ERROR": "Internal server error. Please try again.";
|
|
1161
|
-
readonly "errors.system.INVALID_CONFIGURATION": "System configuration error";
|
|
1162
|
-
readonly "errors.system.TOO_MANY_REQUESTS": "Too many requests. Please wait a moment and try again";
|
|
1163
|
-
readonly "errors.system.UNKNOWN_OPERATION": "Unrecognized operation";
|
|
1164
|
-
readonly "errors.users_module_not_configured": "Users module not configured";
|
|
1165
|
-
readonly "footer.copyright": "Nocios S.R.L. All Rights Reserved.";
|
|
1166
|
-
readonly "footer.version": "Version";
|
|
1167
|
-
readonly "forgotPassword.checkEmailInstructions": "Check your inbox for the verification code";
|
|
1168
|
-
readonly "forgotPassword.codeAlreadyExistsMessage": "A code was already sent and is still valid";
|
|
1169
|
-
readonly "forgotPassword.emailLabel": "Email Address";
|
|
1170
|
-
readonly "forgotPassword.emailPlaceholder": "Enter your email address";
|
|
1171
|
-
readonly "forgotPassword.emailRequired": "Email address is required";
|
|
1172
|
-
readonly "forgotPassword.emailSentMessage": "Code sent successfully";
|
|
1173
|
-
readonly "forgotPassword.enterCodeLink": "Enter Code";
|
|
1174
|
-
readonly "forgotPassword.instructions": "Enter your email address and we'll send you a code to reset your password.";
|
|
1175
|
-
readonly "forgotPassword.invalidEmail": "Enter a valid email address";
|
|
1176
|
-
readonly "forgotPassword.sendCodeButton": "Send Code";
|
|
1177
|
-
readonly "forgotPassword.title": "Reset Password";
|
|
1178
|
-
readonly "base.loading.configInitial": "Loading initial configuration...";
|
|
1179
|
-
readonly "base.loading.pleaseWait": "Loading, please wait...";
|
|
1180
|
-
readonly "base.loading.starting": "Starting application...";
|
|
1181
|
-
readonly "base.loading.themeSetup": "Generating theme...";
|
|
1182
|
-
readonly "base.loading.validatingSession": "Validating session...";
|
|
1183
|
-
readonly "login.alreadyHaveCodeLink": "Already have a code?";
|
|
1184
|
-
readonly "login.forgotPasswordLink": "Forgot Password?";
|
|
1185
|
-
readonly "login.initializationError": "Initialization error";
|
|
1186
|
-
readonly "login.initializing": "Initializing...";
|
|
1187
|
-
readonly "login.loginButton": "Log In";
|
|
1188
|
-
readonly "login.logoAlt": "Logo";
|
|
1189
|
-
readonly "login.noAccountPrompt": "Don't have an account?";
|
|
1190
|
-
readonly "login.notInitialized": "System not initialized";
|
|
1191
|
-
readonly "login.passwordLabel": "Password";
|
|
1192
|
-
readonly "login.passwordPlaceholder": "Enter your password";
|
|
1193
|
-
readonly "login.passwordRequired": "Password is required";
|
|
1194
|
-
readonly "login.signUpLink": "Sign up";
|
|
1195
|
-
readonly "login.usernameOrEmailLabel": "Username or Email";
|
|
1196
|
-
readonly "login.usernameOrEmailPlaceholder": "Enter your username or email";
|
|
1197
|
-
readonly "login.usernameRequired": "Username or email is required";
|
|
1198
|
-
readonly "resetPassword.codeExpiredOrInvalid": "Code expired or invalid";
|
|
1199
|
-
readonly "resetPassword.confirmPasswordLabel": "Confirm Password";
|
|
1200
|
-
readonly "resetPassword.confirmPasswordPlaceholder": "Confirm your new password";
|
|
1201
|
-
readonly "resetPassword.confirmPasswordRequired": "Confirm your password";
|
|
1202
|
-
readonly "resetPassword.goToLoginButton": "Go to Login";
|
|
1203
|
-
readonly "resetPassword.instructions": "Enter your new password.";
|
|
1204
|
-
readonly "resetPassword.invalidCode": "The verification code is invalid. Please check the link or request a new one.";
|
|
1205
|
-
readonly "resetPassword.missingParameters": "Missing required parameters";
|
|
1206
|
-
readonly "resetPassword.newPasswordLabel": "New Password";
|
|
1207
|
-
readonly "resetPassword.newPasswordPlaceholder": "Enter your new password";
|
|
1208
|
-
readonly "resetPassword.newPasswordRequired": "New password is required";
|
|
1209
|
-
readonly "resetPassword.passwordTooShort": "Password must be at least 8 characters";
|
|
1210
|
-
readonly "resetPassword.passwordsDoNotMatch": "Passwords do not match";
|
|
1211
|
-
readonly "resetPassword.requestNewCodeButton": "Request New Code";
|
|
1212
|
-
readonly "resetPassword.resetPasswordButton": "Reset Password";
|
|
1213
|
-
readonly "resetPassword.successInstructions": "You can now log in with your new password";
|
|
1214
|
-
readonly "resetPassword.successMessage": "Password reset successfully";
|
|
1215
|
-
readonly "resetPassword.title": "New Password";
|
|
1216
|
-
readonly "resetPassword.validatingCode": "Validating code...";
|
|
1217
|
-
readonly "resetPassword.passwordRequirementsNotMet": "Password does not meet all requirements";
|
|
1218
|
-
readonly "passwordRequirements.minLength": "Minimum 8 characters";
|
|
1219
|
-
readonly "passwordRequirements.uppercase": "One uppercase letter";
|
|
1220
|
-
readonly "passwordRequirements.lowercase": "One lowercase letter";
|
|
1221
|
-
readonly "passwordRequirements.number": "One number";
|
|
1222
|
-
readonly "passwordRequirements.special": "One special character (!@#$%...)";
|
|
1223
|
-
readonly "base.btn.showPassword": "Show password";
|
|
1224
|
-
readonly "base.btn.hidePassword": "Hide password";
|
|
1225
|
-
readonly "publicPolicies.fields.conditions.customEdit": "Custom Edit";
|
|
1226
|
-
readonly "base.file.clickToPreview": "Click to preview";
|
|
1227
|
-
readonly "base.file.clickToDownload": "Click to download";
|
|
1228
|
-
readonly "base.file.privateFile": "Private file";
|
|
1229
|
-
readonly "base.file.noPreview": "No preview";
|
|
1230
|
-
readonly "base.file.dropHere": "Drop file here";
|
|
1231
|
-
readonly "base.file.dragOrClick": "Drag files here or click to select";
|
|
1232
|
-
readonly "base.file.uploading": "Uploading files...";
|
|
1233
|
-
readonly "base.file.restore": "Restore";
|
|
1234
|
-
readonly "base.file.delete": "Delete";
|
|
1235
|
-
readonly "base.file.pendingDeletion": "Pending deletion";
|
|
1236
|
-
readonly "base.file.allowedTypes": "Allowed types: {{types}}";
|
|
1237
|
-
readonly "base.file.maxSize": "Max {{size}} per file";
|
|
1238
|
-
readonly "base.file.maxFiles": "Max {{count}} files";
|
|
1239
|
-
readonly "base.file.validation.minFilesRequired": "At least one file is required";
|
|
1240
|
-
readonly "base.file.validation.minFilesRequiredPlural": "At least {{count}} files are required";
|
|
1241
|
-
readonly "base.file.validation.maxFilesExceeded": "Maximum {{count}} files allowed";
|
|
1242
|
-
readonly "base.file.validation.filesWithErrors": "Some files have errors";
|
|
1243
|
-
readonly "base.file.confirmDelete.title": "Delete file";
|
|
1244
|
-
readonly "base.file.confirmDelete.message": "Are you sure you want to delete this file? This action cannot be undone.";
|
|
1245
|
-
readonly "base.file.confirmDelete.confirm": "Delete";
|
|
1246
|
-
readonly "base.file.deleting": "Deleting...";
|
|
1247
|
-
readonly "base.file.confirmDelete.cancel": "Cancel";
|
|
1248
|
-
};
|
|
967
|
+
readonly es: {};
|
|
968
|
+
readonly en: {};
|
|
1249
969
|
};
|
|
1250
970
|
type CriticalTranslationKey = keyof typeof CRITICAL_TRANSLATIONS.es;
|
|
1251
971
|
type SupportedLanguage = keyof typeof CRITICAL_TRANSLATIONS;
|