@lukiteam/luki-be-general 0.2.41 → 0.2.42

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.
@@ -0,0 +1,45 @@
1
+ {
2
+ "auth": {
3
+ "password-wrong": "كلمة المرور غير صحيحة.",
4
+ "user-not-found": "لم يتم العثور على المستخدم.",
5
+ "password-username-wrong": "أدخلت كلمة المرور أو اسم المستخدم بشكل خاطئ.",
6
+ "user-info-not-found": "تعذر الوصول إلى معلومات المستخدم.",
7
+ "password-detail": "يجب أن تتكون كلمة المرور من 6 أحرف على الأقل.",
8
+ "old-new-password": "لا يمكن أن تكون كلمة المرور القديمة والجديدة متطابقتين."
9
+ },
10
+ "blocked-phone": {
11
+ "phone-id-empty": "لا يمكن أن تكون معلمة معرف الهاتف فارغة.",
12
+ "phone-already-blocked": "تم بالفعل حظر الدخول باستخدام هذا الهاتف."
13
+ },
14
+ "feedback-complaint": {
15
+ "complaint-not-found": "لم يتم العثور على هذه الشكوى/الملاحظة.",
16
+ "error-status-update": "حدث خطأ أثناء تحديث الحالة."
17
+ },
18
+ "member-config": {
19
+ "update-jwt-token": "تعذر تحديث رمز JWT!"
20
+ },
21
+ "member-roles": {
22
+ "id-not-found": "تعذر العثور على معرف الدور والعضو."
23
+ },
24
+ "roles-rights": {
25
+ "role-right-not-found": "لم يتم العثور على الدور أو الحق."
26
+ },
27
+ "wallet": {
28
+ "coins-min-amount": "يجب أن تكون كمية العملات أكبر من 0.",
29
+ "operation_error": "حدث خطأ أثناء عملية تبادل العملات."
30
+ },
31
+ "jwt-strategy": {
32
+ "not-authorized": "ليس لديك صلاحيات كافية لتنفيذ هذه العملية."
33
+ },
34
+ "jwt-authentication": {
35
+ "unauthorized": "دخول غير مصرح به!",
36
+ "credentials-verification": "فشل التحقق من بيانات الاعتماد.",
37
+ "another-device": "تم تسجيل خروجك لأن جهازًا آخر قام بتسجيل الدخول. يرجى تسجيل الدخول مرة أخرى."
38
+ },
39
+ "year": {
40
+ "required": "السنة مطلوبة",
41
+ "must-be-number": "يجب أن تكون السنة رقماً",
42
+ "min": "يجب أن تكون السنة على الأقل {min}",
43
+ "max": "لا يمكن أن تكون السنة أكبر من {max}"
44
+ }
45
+ }
@@ -0,0 +1,45 @@
1
+ {
2
+ "auth": {
3
+ "password-wrong": "Incorrect password entered.",
4
+ "user-not-found": "User not found.",
5
+ "password-username-wrong": "Incorrect username or password entered.",
6
+ "user-info-not-found": "User information could not be retrieved.",
7
+ "password-detail": "Password must be at least 6 characters long.",
8
+ "old-new-password": "New password cannot be the same as the old password."
9
+ },
10
+ "blocked-phone": {
11
+ "phone-id-empty": "Phone ID parameter cannot be empty.",
12
+ "phone-already-blocked": "Access with this phone is already blocked."
13
+ },
14
+ "feedback-complaint": {
15
+ "complaint-not-found": "No such complaint/feedback found.",
16
+ "error-status-update": "An error occurred while updating the status."
17
+ },
18
+ "member-config": {
19
+ "update-jwt-token": "Failed to update JWT token!"
20
+ },
21
+ "member-roles": {
22
+ "id-not-found": "Role and member ID not found."
23
+ },
24
+ "roles-rights": {
25
+ "role-right-not-found": "Role or Right not found."
26
+ },
27
+ "wallet": {
28
+ "coins-min-amount": "Coins amount must be greater than 0.",
29
+ "operation_error": "An error occurred during the coin operation."
30
+ },
31
+ "jwt-strategy": {
32
+ "not-authorized": "You do not have sufficient permission to perform this operation."
33
+ },
34
+ "jwt-authentication": {
35
+ "unauthorized": "Unauthorized access!",
36
+ "credentials-verification": "Credential verification failed.",
37
+ "another-device": "You have been logged out because another device logged in. Please log in again."
38
+ },
39
+ "year": {
40
+ "required": "Year is required",
41
+ "must-be-number": "Year must be a number",
42
+ "min": "Year must be at least {min}",
43
+ "max": "Year cannot be greater than {max}"
44
+ }
45
+ }
@@ -0,0 +1,45 @@
1
+ {
2
+ "auth": {
3
+ "password-wrong": "Se ha ingresado una contraseña incorrecta.",
4
+ "user-not-found": "Usuario no encontrado.",
5
+ "password-username-wrong": "Se ha ingresado un nombre de usuario o contraseña incorrectos.",
6
+ "user-info-not-found": "No se pudo obtener la información del usuario.",
7
+ "password-detail": "La contraseña debe tener al menos 6 caracteres.",
8
+ "old-new-password": "La nueva contraseña no puede ser igual a la anterior."
9
+ },
10
+ "blocked-phone": {
11
+ "phone-id-empty": "El parámetro de ID del teléfono no puede estar vacío.",
12
+ "phone-already-blocked": "El acceso con este teléfono ya está bloqueado."
13
+ },
14
+ "feedback-complaint": {
15
+ "complaint-not-found": "No se encontró ninguna queja/retroalimentación.",
16
+ "error-status-update": "Ocurrió un error al actualizar el estado."
17
+ },
18
+ "member-config": {
19
+ "update-jwt-token": "¡Error al actualizar el token JWT!"
20
+ },
21
+ "member-roles": {
22
+ "id-not-found": "No se encontró el ID del rol o del miembro."
23
+ },
24
+ "roles-rights": {
25
+ "role-right-not-found": "Rol o permiso no encontrado."
26
+ },
27
+ "wallet": {
28
+ "coins-min-amount": "La cantidad de monedas debe ser mayor que 0.",
29
+ "operation_error": "Ocurrió un error durante la operación de monedas."
30
+ },
31
+ "jwt-strategy": {
32
+ "not-authorized": "No tienes permiso suficiente para realizar esta operación."
33
+ },
34
+ "jwt-authentication": {
35
+ "unauthorized": "¡Acceso no autorizado!",
36
+ "credentials-verification": "La verificación de credenciales falló.",
37
+ "another-device": "Has sido desconectado porque otro dispositivo inició sesión. Por favor, inicia sesión nuevamente."
38
+ },
39
+ "year": {
40
+ "required": "El año es obligatorio.",
41
+ "must-be-number": "El año debe ser un número.",
42
+ "min": "El año debe ser al menos {min}.",
43
+ "max": "El año no puede ser mayor que {max}."
44
+ }
45
+ }
@@ -0,0 +1,45 @@
1
+ {
2
+ "auth": {
3
+ "password-wrong": "Mot de passe incorrect saisi.",
4
+ "user-not-found": "Utilisateur non trouvé.",
5
+ "password-username-wrong": "Nom d'utilisateur ou mot de passe incorrect.",
6
+ "user-info-not-found": "Impossible de récupérer les informations de l'utilisateur.",
7
+ "password-detail": "Le mot de passe doit contenir au moins 6 caractères.",
8
+ "old-new-password": "Le nouveau mot de passe ne peut pas être identique à l'ancien."
9
+ },
10
+ "blocked-phone": {
11
+ "phone-id-empty": "Le paramètre ID du téléphone ne peut pas être vide.",
12
+ "phone-already-blocked": "L’accès avec ce téléphone est déjà bloqué."
13
+ },
14
+ "feedback-complaint": {
15
+ "complaint-not-found": "Aucune réclamation/retour trouvée.",
16
+ "error-status-update": "Une erreur s'est produite lors de la mise à jour du statut."
17
+ },
18
+ "member-config": {
19
+ "update-jwt-token": "Échec de la mise à jour du jeton JWT !"
20
+ },
21
+ "member-roles": {
22
+ "id-not-found": "ID du rôle et du membre introuvable."
23
+ },
24
+ "roles-rights": {
25
+ "role-right-not-found": "Rôle ou droit introuvable."
26
+ },
27
+ "wallet": {
28
+ "coins-min-amount": "Le montant de pièces doit être supérieur à 0.",
29
+ "operation_error": "Une erreur s'est produite lors de l'opération de pièces."
30
+ },
31
+ "jwt-strategy": {
32
+ "not-authorized": "Vous n'avez pas l'autorisation suffisante pour effectuer cette opération."
33
+ },
34
+ "jwt-authentication": {
35
+ "unauthorized": "Accès non autorisé !",
36
+ "credentials-verification": "Échec de la vérification des identifiants.",
37
+ "another-device": "Vous avez été déconnecté car un autre appareil s'est connecté. Veuillez vous reconnecter."
38
+ },
39
+ "year": {
40
+ "required": "L'année est requise.",
41
+ "must-be-number": "L'année doit être un nombre.",
42
+ "min": "L'année doit être au moins {min}.",
43
+ "max": "L'année ne peut pas être supérieure à {max}."
44
+ }
45
+ }
@@ -0,0 +1,45 @@
1
+ {
2
+ "auth": {
3
+ "password-wrong": "Senha incorreta inserida.",
4
+ "user-not-found": "Usuário não encontrado.",
5
+ "password-username-wrong": "Nome de usuário ou senha incorretos.",
6
+ "user-info-not-found": "Não foi possível obter as informações do usuário.",
7
+ "password-detail": "A senha deve ter pelo menos 6 caracteres.",
8
+ "old-new-password": "A nova senha não pode ser igual à antiga."
9
+ },
10
+ "blocked-phone": {
11
+ "phone-id-empty": "O parâmetro de ID do telefone não pode estar vazio.",
12
+ "phone-already-blocked": "O acesso com este telefone já está bloqueado."
13
+ },
14
+ "feedback-complaint": {
15
+ "complaint-not-found": "Nenhuma reclamação/feedback encontrada.",
16
+ "error-status-update": "Ocorreu um erro ao atualizar o status."
17
+ },
18
+ "member-config": {
19
+ "update-jwt-token": "Falha ao atualizar o token JWT!"
20
+ },
21
+ "member-roles": {
22
+ "id-not-found": "ID do papel ou membro não encontrado."
23
+ },
24
+ "roles-rights": {
25
+ "role-right-not-found": "Papel ou direito não encontrado."
26
+ },
27
+ "wallet": {
28
+ "coins-min-amount": "A quantidade de moedas deve ser maior que 0.",
29
+ "operation_error": "Ocorreu um erro durante a operação de moedas."
30
+ },
31
+ "jwt-strategy": {
32
+ "not-authorized": "Você não tem permissão suficiente para realizar esta operação."
33
+ },
34
+ "jwt-authentication": {
35
+ "unauthorized": "Acesso não autorizado!",
36
+ "credentials-verification": "Falha na verificação das credenciais.",
37
+ "another-device": "Você foi desconectado porque outro dispositivo fez login. Por favor, faça login novamente."
38
+ },
39
+ "year": {
40
+ "required": "O ano é obrigatório.",
41
+ "must-be-number": "O ano deve ser um número.",
42
+ "min": "O ano deve ser no mínimo {min}.",
43
+ "max": "O ano não pode ser maior que {max}."
44
+ }
45
+ }
@@ -0,0 +1,45 @@
1
+ {
2
+ "auth": {
3
+ "password-wrong": "Введён неверный пароль.",
4
+ "user-not-found": "Пользователь не найден.",
5
+ "password-username-wrong": "Неверное имя пользователя или пароль.",
6
+ "user-info-not-found": "Информация о пользователе не найдена.",
7
+ "password-detail": "Пароль должен содержать не менее 6 символов.",
8
+ "old-new-password": "Новый пароль не может совпадать со старым."
9
+ },
10
+ "blocked-phone": {
11
+ "phone-id-empty": "Параметр Phone ID не может быть пустым.",
12
+ "phone-already-blocked": "Доступ с этого телефона уже заблокирован."
13
+ },
14
+ "feedback-complaint": {
15
+ "complaint-not-found": "Жалоба/обратная связь не найдена.",
16
+ "error-status-update": "Ошибка при обновлении статуса."
17
+ },
18
+ "member-config": {
19
+ "update-jwt-token": "Не удалось обновить токен JWT!"
20
+ },
21
+ "member-roles": {
22
+ "id-not-found": "ID роли или участника не найден."
23
+ },
24
+ "roles-rights": {
25
+ "role-right-not-found": "Роль или право не найдено."
26
+ },
27
+ "wallet": {
28
+ "coins-min-amount": "Количество монет должно быть больше 0.",
29
+ "operation_error": "Произошла ошибка во время операции с монетами."
30
+ },
31
+ "jwt-strategy": {
32
+ "not-authorized": "У вас нет достаточных прав для выполнения этой операции."
33
+ },
34
+ "jwt-authentication": {
35
+ "unauthorized": "Несанкционированный доступ!",
36
+ "credentials-verification": "Ошибка проверки учетных данных.",
37
+ "another-device": "Вы были выведены из системы из-за входа с другого устройства. Пожалуйста, войдите снова."
38
+ },
39
+ "year": {
40
+ "required": "Год обязателен",
41
+ "must-be-number": "Год должен быть числом",
42
+ "min": "Год должен быть не менее {min}",
43
+ "max": "Год не может быть больше {max}"
44
+ }
45
+ }
@@ -0,0 +1,45 @@
1
+ {
2
+ "auth": {
3
+ "password-wrong": "Hatalı şifre girdiniz.",
4
+ "user-not-found": "Kullanıcı bulunamadı.",
5
+ "password-username-wrong": "Şifre ya da kullanıcı adını hatalı girdiniz.",
6
+ "user-info-not-found": "Kullanıcı bilgisine ulaşılamıyor.",
7
+ "password-detail": "Şifre en az 6 haneli olmalı.",
8
+ "old-new-password": "Eski şifre ile yeni şifre aynı olamaz."
9
+ },
10
+ "blocked-phone": {
11
+ "phone-id-empty": "Telefon ID parametresi boş olamaz.",
12
+ "phone-already-blocked": "Bu telefon ile giriş zaten engellendi."
13
+ },
14
+ "feedback-complaint": {
15
+ "complaint-not-found": "Böyle bir şikayet/geri bildirim bulunamadı.",
16
+ "error-status-update": "Durum güncelleme esnasında bir hata oluştu."
17
+ },
18
+ "member-config": {
19
+ "update-jwt-token": "JWT token güncellenemedi!"
20
+ },
21
+ "member-roles": {
22
+ "id-not-found": "Rol ve üye id'si bulunamadı."
23
+ },
24
+ "roles-rights": {
25
+ "role-right-not-found": "Role ya da Right bulunamadı."
26
+ },
27
+ "wallet": {
28
+ "coins-min-amount": "Coins miktarı 0'dan büyük olmalıdır.",
29
+ "operation_error": "Coin işlemi sırasında bir hata oluştu."
30
+ },
31
+ "jwt-strategy": {
32
+ "not-authorized": "Bu işlemi gerçekleştirebilmek için yeterli yetkiniz yok."
33
+ },
34
+ "jwt-authentication": {
35
+ "unauthorized": "Yetkisiz erişim!",
36
+ "credentials-verification": "Kimlik doğrulama başarısız.",
37
+ "another-device": "Başka bir cihazdan giriş yapıldığı için çıkış yapıldı. Lütfen tekrar giriş yapın."
38
+ },
39
+ "year": {
40
+ "required": "Yıl zorunludur",
41
+ "must-be-number": "Yıl bir sayı olmalıdır",
42
+ "min": "Yıl en az {min} olmalıdır",
43
+ "max": "Yıl {max}'den büyük olamaz"
44
+ }
45
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lukiteam/luki-be-general",
3
- "version": "0.2.41",
3
+ "version": "0.2.42",
4
4
  "description": "Luki shared postgres and mongo entities",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/index.js",
@@ -12,7 +12,7 @@
12
12
  ],
13
13
  "scripts": {
14
14
  "build": "tsc && npm run copy:locales",
15
- "copy:locales": "cp -R src/locales dist/locales"
15
+ "copy:locales": "cp -R src/locales/* dist/locales"
16
16
  },
17
17
  "peerDependencies": {
18
18
  "@nestjs/mongoose": "^9.2.2",