@lukiteam/luki-be-general 0.2.38 → 0.2.41
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/locales/admin/ar/common.json +0 -0
- package/dist/locales/admin/en/common.json +0 -0
- package/dist/locales/admin/es/common.json +0 -0
- package/dist/locales/admin/fr/common.json +0 -0
- package/dist/locales/admin/pt/common.json +0 -0
- package/dist/locales/admin/ru/common.json +0 -0
- package/dist/locales/admin/tr/common.json +0 -0
- package/dist/locales/locales/admin/ar/common.json +45 -0
- package/dist/locales/locales/admin/en/common.json +45 -0
- package/dist/locales/locales/admin/es/common.json +45 -0
- package/dist/locales/locales/admin/fr/common.json +45 -0
- package/dist/locales/locales/admin/pt/common.json +45 -0
- package/dist/locales/locales/admin/ru/common.json +45 -0
- package/dist/locales/locales/admin/tr/common.json +45 -0
- package/dist/locales/locales/mobile/ar/common.json +92 -0
- package/dist/locales/locales/mobile/en/common.json +91 -0
- package/dist/locales/locales/mobile/es/common.json +92 -0
- package/dist/locales/locales/mobile/fr/common.json +92 -0
- package/dist/locales/locales/mobile/pt/common.json +92 -0
- package/dist/locales/locales/mobile/ru/common.json +92 -0
- package/dist/locales/locales/mobile/tr/common.json +92 -0
- package/dist/locales/locales/notification/ar/common.json +0 -0
- package/dist/locales/locales/notification/en/common.json +0 -0
- package/dist/locales/locales/notification/es/common.json +0 -0
- package/dist/locales/locales/notification/fr/common.json +0 -0
- package/dist/locales/locales/notification/pt/common.json +0 -0
- package/dist/locales/locales/notification/ru/common.json +0 -0
- package/dist/locales/locales/notification/tr/common.json +0 -0
- package/dist/locales/mobile/ar/common.json +92 -0
- package/dist/locales/mobile/en/common.json +91 -0
- package/dist/locales/mobile/es/common.json +92 -0
- package/dist/locales/mobile/fr/common.json +92 -0
- package/dist/locales/mobile/pt/common.json +92 -0
- package/dist/locales/mobile/ru/common.json +92 -0
- package/dist/locales/mobile/tr/common.json +92 -0
- package/dist/locales/notification/ar/common.json +0 -0
- package/dist/locales/notification/en/common.json +0 -0
- package/dist/locales/notification/es/common.json +0 -0
- package/dist/locales/notification/fr/common.json +0 -0
- package/dist/locales/notification/pt/common.json +0 -0
- package/dist/locales/notification/ru/common.json +0 -0
- package/dist/locales/notification/tr/common.json +0 -0
- package/dist/mongo/index.d.ts +25 -0
- package/dist/postgresql/index.d.ts +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -2
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
{
|
|
2
|
+
"auth": {
|
|
3
|
+
"password-wrong": "Contraseña incorrecta.",
|
|
4
|
+
"otp-verification": "La verificación del OTP falló.",
|
|
5
|
+
"user-not-found": "Usuario no encontrado.",
|
|
6
|
+
"access-denied-today": "Tu acceso está bloqueado por hoy.",
|
|
7
|
+
"error-occurred": "Ocurrió un error durante el registro. Por favor, inténtalo de nuevo.",
|
|
8
|
+
"user-info-not-found": "No se pudo recuperar la información del usuario.",
|
|
9
|
+
"password-detail": "La contraseña debe tener al menos 6 caracteres.",
|
|
10
|
+
"old-new-password": "La nueva contraseña no puede ser igual a la anterior.",
|
|
11
|
+
"gsm-account": "No se encontró una cuenta para este número.",
|
|
12
|
+
"daily-reset-limit": "Has superado el límite diario de restablecimientos.",
|
|
13
|
+
"too-many-attempts": "Demasiados intentos fallidos de inicio de sesión. Tu acceso está bloqueado por 1 día.",
|
|
14
|
+
"too-many-account": "Solo se pueden iniciar sesión en 3 cuentas diferentes desde un dispositivo.",
|
|
15
|
+
"gender_not_found": "No se pudo obtener la información de género.",
|
|
16
|
+
"firebase_required": "Por favor, verifica tu conexión a internet."
|
|
17
|
+
},
|
|
18
|
+
"feedback-complaint": {
|
|
19
|
+
"feedback-limit": "Se alcanzó el límite de envíos de comentarios.",
|
|
20
|
+
"feedback-last": "No puedes enviar nuevos comentarios ya que tu último comentario de ventas no ha sido respondido."
|
|
21
|
+
},
|
|
22
|
+
"member": {
|
|
23
|
+
"user-not-found": "Usuario no encontrado.",
|
|
24
|
+
"regex-error": "El apodo solo puede contener letras, números, puntos y guiones bajos. No se permiten espacios.",
|
|
25
|
+
"data-wrong": "Tipo de dato incorrecto.",
|
|
26
|
+
"username-in-use": "Este nombre de usuario ya está en uso.",
|
|
27
|
+
"profanity-nickname": "Tu nombre de usuario contiene contenido inapropiado. Por favor, cámbialo.",
|
|
28
|
+
"invalid-value": "Valor inválido ingresado."
|
|
29
|
+
},
|
|
30
|
+
"member-config": {
|
|
31
|
+
"update-jwt-token": "¡No se pudo actualizar el token JWT!"
|
|
32
|
+
},
|
|
33
|
+
"member-friends": {
|
|
34
|
+
"unknown-error": "Ocurrió un error desconocido."
|
|
35
|
+
},
|
|
36
|
+
"member-reminder": {
|
|
37
|
+
"member-id-undefined": "Error: ¡reminder_id no está definido!",
|
|
38
|
+
"reminder-count": "Puedes agregar recordatorios para un máximo de 20 personas.",
|
|
39
|
+
"reminder-delete": "Recordatorio eliminado correctamente.",
|
|
40
|
+
"reminder-to-delete": "¡No se encontró ningún registro para eliminar!",
|
|
41
|
+
"member-not-saved": "Error: ¡member_id no está definido!"
|
|
42
|
+
},
|
|
43
|
+
"system-settings": {
|
|
44
|
+
"key-value-not-empty": "La clave o el valor no pueden estar vacíos.",
|
|
45
|
+
"update-error": "Ocurrió un error durante la actualización."
|
|
46
|
+
},
|
|
47
|
+
"wallet": {
|
|
48
|
+
"wallet-not-found": "No se encontró billetera para este usuario.",
|
|
49
|
+
"spending_error": "Ocurrió un error durante el proceso de gasto.",
|
|
50
|
+
"earning_error": "Ocurrió un error durante el proceso de ganancia."
|
|
51
|
+
},
|
|
52
|
+
"wallet-operation": {
|
|
53
|
+
"wallet-not-found": "No se encontró la billetera del usuario. ID del miembro: "
|
|
54
|
+
},
|
|
55
|
+
"user-exist-guard": {
|
|
56
|
+
"user-exist": "Este usuario ya existe."
|
|
57
|
+
},
|
|
58
|
+
"socket": {
|
|
59
|
+
"not-enough-coins": "No tienes suficientes monedas.",
|
|
60
|
+
"error-during-call": "Ocurrió un error desconocido durante la llamada.",
|
|
61
|
+
"user-in-call": "El usuario está en otra llamada..",
|
|
62
|
+
"user-not-active": "El usuario no está activo..",
|
|
63
|
+
"user-status-unknown": "Estado del usuario desconocido..",
|
|
64
|
+
"unknown-error": "Ocurrió un error desconocido..",
|
|
65
|
+
"info-not-found": "No se pudo acceder a la información de la llamada..",
|
|
66
|
+
"caller-not-active": "El llamante no está activo..",
|
|
67
|
+
"caller-hang-up": "La otra parte ha colgado..",
|
|
68
|
+
"call-start-error": "Ocurrió un error al iniciar la llamada.",
|
|
69
|
+
"publisher-cant-send-gift": "Como publicador, no puedes enviar regalos.",
|
|
70
|
+
"gift-unavailable": "Este regalo no está disponible actualmente.",
|
|
71
|
+
"wallet-info-not-found": "No se pudo acceder a la información de la billetera.",
|
|
72
|
+
"sender-reciever-not-found": "No se pudo acceder a la información del remitente o receptor.",
|
|
73
|
+
"gift-not-found": "No se pudo encontrar la información del regalo.",
|
|
74
|
+
"no-video": "El usuario no desea realizar videollamadas.",
|
|
75
|
+
"no-audio": "El usuario no desea realizar videollamadas.",
|
|
76
|
+
"publisher-cannot-communicate": "Como publicador, puedes comunicarte solo con usuarios."
|
|
77
|
+
},
|
|
78
|
+
"jwt-strategy": {
|
|
79
|
+
"not-authorized": "No tienes permisos suficientes para realizar esta operación."
|
|
80
|
+
},
|
|
81
|
+
"jwt-authentication": {
|
|
82
|
+
"unauthorized": "¡Acceso no autorizado!",
|
|
83
|
+
"credentials-verification": "Falló la verificación de credenciales.",
|
|
84
|
+
"another-device": "Se cerró tu sesión porque otro dispositivo inició sesión. Por favor, inicia sesión nuevamente."
|
|
85
|
+
},
|
|
86
|
+
"story": {
|
|
87
|
+
"max_limit": "Puedes compartir hasta 5 Vibes en 24 horas."
|
|
88
|
+
},
|
|
89
|
+
"payment":{
|
|
90
|
+
"payment-creation-failed": "Falló la creación del pago."
|
|
91
|
+
}
|
|
92
|
+
}
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
{
|
|
2
|
+
"auth": {
|
|
3
|
+
"password-wrong": "Mot de passe incorrect.",
|
|
4
|
+
"otp-verification": "Échec de la vérification OTP.",
|
|
5
|
+
"user-not-found": "Utilisateur non trouvé.",
|
|
6
|
+
"access-denied-today": "Votre accès est bloqué pour aujourd'hui.",
|
|
7
|
+
"error-occurred": "Une erreur est survenue lors de l'inscription. Veuillez réessayer.",
|
|
8
|
+
"user-info-not-found": "Impossible de récupérer les informations de l'utilisateur.",
|
|
9
|
+
"password-detail": "Le mot de passe doit comporter au moins 6 caractères.",
|
|
10
|
+
"old-new-password": "Le nouveau mot de passe ne peut pas être identique à l'ancien.",
|
|
11
|
+
"gsm-account": "Aucun compte trouvé pour ce numéro.",
|
|
12
|
+
"daily-reset-limit": "Vous avez dépassé la limite de réinitialisation quotidienne.",
|
|
13
|
+
"too-many-attempts": "Trop de tentatives de connexion échouées. Votre accès est bloqué pendant 1 jour.",
|
|
14
|
+
"too-many-account": "Seuls 3 comptes différents peuvent être connectés depuis un appareil.",
|
|
15
|
+
"gender_not_found": "Impossible d’obtenir les informations sur le genre.",
|
|
16
|
+
"firebase_required": "Veuillez vérifier votre connexion Internet."
|
|
17
|
+
},
|
|
18
|
+
"feedback-complaint": {
|
|
19
|
+
"feedback-limit": "La limite de soumission de commentaires est atteinte.",
|
|
20
|
+
"feedback-last": "Vous ne pouvez pas soumettre de nouveaux commentaires car votre dernier commentaire de vente est sans réponse."
|
|
21
|
+
},
|
|
22
|
+
"member": {
|
|
23
|
+
"user-not-found": "Utilisateur non trouvé.",
|
|
24
|
+
"regex-error": "Le pseudo peut uniquement contenir des lettres, des chiffres, des points et des traits de soulignement. Les espaces ne sont pas autorisés.",
|
|
25
|
+
"data-wrong": "Type de données incorrect.",
|
|
26
|
+
"username-in-use": "Ce nom d'utilisateur est déjà utilisé.",
|
|
27
|
+
"profanity-nickname": "Votre nom d'utilisateur contient du contenu inapproprié. Veuillez le changer.",
|
|
28
|
+
"invalid-value": "Valeur invalide saisie."
|
|
29
|
+
},
|
|
30
|
+
"member-config": {
|
|
31
|
+
"update-jwt-token": "Échec de la mise à jour du jeton JWT !"
|
|
32
|
+
},
|
|
33
|
+
"member-friends": {
|
|
34
|
+
"unknown-error": "Une erreur inconnue est survenue."
|
|
35
|
+
},
|
|
36
|
+
"member-reminder": {
|
|
37
|
+
"member-id-undefined": "Erreur : reminder_id non défini !",
|
|
38
|
+
"reminder-count": "Vous pouvez ajouter des rappels pour un maximum de 20 personnes.",
|
|
39
|
+
"reminder-delete": "Rappel supprimé avec succès.",
|
|
40
|
+
"reminder-to-delete": "Aucun enregistrement trouvé à supprimer !",
|
|
41
|
+
"member-not-saved": "Erreur : member_id non défini !"
|
|
42
|
+
},
|
|
43
|
+
"system-settings": {
|
|
44
|
+
"key-value-not-empty": "La clé ou la valeur ne peut pas être vide.",
|
|
45
|
+
"update-error": "Une erreur est survenue lors de la mise à jour."
|
|
46
|
+
},
|
|
47
|
+
"wallet": {
|
|
48
|
+
"wallet-not-found": "Aucun portefeuille trouvé pour cet utilisateur.",
|
|
49
|
+
"spending_error": "Une erreur est survenue lors du processus de dépense.",
|
|
50
|
+
"earning_error": "Une erreur est survenue lors du processus de gain."
|
|
51
|
+
},
|
|
52
|
+
"wallet-operation": {
|
|
53
|
+
"wallet-not-found": "Portefeuille de l'utilisateur introuvable. ID membre : "
|
|
54
|
+
},
|
|
55
|
+
"user-exist-guard": {
|
|
56
|
+
"user-exist": "Cet utilisateur existe déjà."
|
|
57
|
+
},
|
|
58
|
+
"socket": {
|
|
59
|
+
"not-enough-coins": "Pas assez de pièces.",
|
|
60
|
+
"error-during-call": "Une erreur inconnue s'est produite pendant l'appel.",
|
|
61
|
+
"user-in-call": "L'utilisateur est déjà en communication..",
|
|
62
|
+
"user-not-active": "L'utilisateur n'est pas actif..",
|
|
63
|
+
"user-status-unknown": "Statut de l'utilisateur inconnu..",
|
|
64
|
+
"unknown-error": "Une erreur inconnue s'est produite..",
|
|
65
|
+
"info-not-found": "Les informations d'appel n'ont pas pu être récupérées..",
|
|
66
|
+
"caller-not-active": "L'appelant n'est pas actif..",
|
|
67
|
+
"caller-hang-up": "L'autre partie a raccroché..",
|
|
68
|
+
"call-start-error": "Une erreur s'est produite lors du démarrage de l'appel.",
|
|
69
|
+
"publisher-cant-send-gift": "En tant que diffuseur, vous ne pouvez pas envoyer de cadeaux.",
|
|
70
|
+
"gift-unavailable": "Ce cadeau n'est pas disponible pour le moment.",
|
|
71
|
+
"wallet-info-not-found": "Impossible d'accéder aux informations du portefeuille.",
|
|
72
|
+
"sender-reciever-not-found": "Impossible d'accéder aux informations de l'expéditeur ou du destinataire.",
|
|
73
|
+
"gift-not-found": "Informations sur le cadeau introuvables.",
|
|
74
|
+
"no-video": "L'utilisateur ne souhaite pas passer d'appels vidéo.",
|
|
75
|
+
"no-audio": "L'utilisateur ne souhaite pas passer d'appels vidéo.",
|
|
76
|
+
"publisher-cannot-communicate": "En tant que diffuseur, vous ne pouvez communiquer qu'avec des utilisateurs."
|
|
77
|
+
},
|
|
78
|
+
"jwt-strategy": {
|
|
79
|
+
"not-authorized": "Vous n'avez pas les autorisations suffisantes pour effectuer cette opération."
|
|
80
|
+
},
|
|
81
|
+
"jwt-authentication": {
|
|
82
|
+
"unauthorized": "Accès non autorisé !",
|
|
83
|
+
"credentials-verification": "Échec de la vérification des identifiants.",
|
|
84
|
+
"another-device": "Vous avez été déconnecté car un autre appareil s'est connecté. Veuillez vous reconnecter."
|
|
85
|
+
},
|
|
86
|
+
"story": {
|
|
87
|
+
"max_limit": "Vous pouvez partager jusqu’à 5 Vibes en 24 heures."
|
|
88
|
+
},
|
|
89
|
+
"payment":{
|
|
90
|
+
"payment-creation-failed": "Échec de la création du paiement."
|
|
91
|
+
}
|
|
92
|
+
}
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
{
|
|
2
|
+
"auth": {
|
|
3
|
+
"password-wrong": "Senha incorreta.",
|
|
4
|
+
"otp-verification": "Falha na verificação do OTP.",
|
|
5
|
+
"user-not-found": "Usuário não encontrado.",
|
|
6
|
+
"access-denied-today": "Seu acesso está bloqueado hoje.",
|
|
7
|
+
"error-occurred": "Ocorreu um erro durante o registro. Por favor, tente novamente.",
|
|
8
|
+
"user-info-not-found": "Não foi possível recuperar as informações do usuário.",
|
|
9
|
+
"password-detail": "A senha deve ter pelo menos 6 caracteres.",
|
|
10
|
+
"old-new-password": "A nova senha não pode ser igual à senha antiga.",
|
|
11
|
+
"gsm-account": "Nenhuma conta encontrada para este número.",
|
|
12
|
+
"daily-reset-limit": "Você excedeu o limite diário de redefinições.",
|
|
13
|
+
"too-many-attempts": "Muitas tentativas de login falhadas. Seu acesso está bloqueado por 1 dia.",
|
|
14
|
+
"too-many-account": "Apenas 3 contas diferentes podem ser conectadas a partir de um dispositivo.",
|
|
15
|
+
"gender_not_found": "Não foi possível obter as informações de gênero.",
|
|
16
|
+
"firebase_required": "Por favor, verifique sua conexão com a internet."
|
|
17
|
+
},
|
|
18
|
+
"feedback-complaint": {
|
|
19
|
+
"feedback-limit": "Limite de envio de feedback atingido.",
|
|
20
|
+
"feedback-last": "Você não pode enviar um novo feedback, pois seu último feedback de vendas está sem resposta."
|
|
21
|
+
},
|
|
22
|
+
"member": {
|
|
23
|
+
"user-not-found": "Usuário não encontrado.",
|
|
24
|
+
"regex-error": "O apelido pode conter apenas letras, números, pontos e sublinhados. Espaços não são permitidos.",
|
|
25
|
+
"data-wrong": "Tipo de dado incorreto inserido.",
|
|
26
|
+
"username-in-use": "Este nome de usuário já está em uso.",
|
|
27
|
+
"profanity-nickname": "Seu nome de usuário contém conteúdo inapropriado. Por favor, altere-o.",
|
|
28
|
+
"invalid-value": "Valor inválido inserido."
|
|
29
|
+
},
|
|
30
|
+
"member-config": {
|
|
31
|
+
"update-jwt-token": "Falha ao atualizar o token JWT!"
|
|
32
|
+
},
|
|
33
|
+
"member-friends": {
|
|
34
|
+
"unknown-error": "Ocorreu um erro desconhecido."
|
|
35
|
+
},
|
|
36
|
+
"member-reminder": {
|
|
37
|
+
"member-id-undefined": "Erro: reminder_id não está definido!",
|
|
38
|
+
"reminder-count": "Você pode adicionar lembretes para no máximo 20 pessoas.",
|
|
39
|
+
"reminder-delete": "Lembrete excluído com sucesso.",
|
|
40
|
+
"reminder-to-delete": "Nenhum registro encontrado para excluir!",
|
|
41
|
+
"member-not-saved": "Erro: member_id não está definido!"
|
|
42
|
+
},
|
|
43
|
+
"system-settings": {
|
|
44
|
+
"key-value-not-empty": "A chave ou o valor não podem estar vazios.",
|
|
45
|
+
"update-error": "Ocorreu um erro durante a atualização."
|
|
46
|
+
},
|
|
47
|
+
"wallet": {
|
|
48
|
+
"wallet-not-found": "Carteira não encontrada para este usuário.",
|
|
49
|
+
"spending_error": "Ocorreu um erro durante o processo de gasto.",
|
|
50
|
+
"earning_error": "Ocorreu um erro durante o processo de ganho."
|
|
51
|
+
},
|
|
52
|
+
"wallet-operation": {
|
|
53
|
+
"wallet-not-found": "Carteira do usuário não encontrada. ID do membro: "
|
|
54
|
+
},
|
|
55
|
+
"user-exist-guard": {
|
|
56
|
+
"user-exist": "Este usuário já existe."
|
|
57
|
+
},
|
|
58
|
+
"socket": {
|
|
59
|
+
"not-enough-coins": "Moedas insuficientes.",
|
|
60
|
+
"error-during-call": "Ocorreu um erro desconhecido durante a chamada.",
|
|
61
|
+
"user-in-call": "O usuário está em outra chamada..",
|
|
62
|
+
"user-not-active": "O usuário não está ativo..",
|
|
63
|
+
"user-status-unknown": "Status do usuário desconhecido..",
|
|
64
|
+
"unknown-error": "Ocorreu um erro desconhecido..",
|
|
65
|
+
"info-not-found": "Não foi possível acessar as informações da chamada..",
|
|
66
|
+
"caller-not-active": "O chamador não está ativo..",
|
|
67
|
+
"caller-hang-up": "A outra parte encerrou a chamada..",
|
|
68
|
+
"call-start-error": "Ocorreu um erro ao iniciar a chamada.",
|
|
69
|
+
"publisher-cant-send-gift": "Como publicador, você não pode enviar presentes.",
|
|
70
|
+
"gift-unavailable": "Este presente está atualmente indisponível.",
|
|
71
|
+
"wallet-info-not-found": "Não foi possível acessar as informações da carteira.",
|
|
72
|
+
"sender-reciever-not-found": "Informações do remetente ou destinatário não encontradas.",
|
|
73
|
+
"gift-not-found": "Informações do presente não encontradas.",
|
|
74
|
+
"no-video": "O usuário não deseja fazer chamadas de vídeo.",
|
|
75
|
+
"no-audio": "O usuário não deseja fazer chamadas de áudio.",
|
|
76
|
+
"publisher-cannot-communicate": "Como publicador, você pode se comunicar apenas com usuários."
|
|
77
|
+
},
|
|
78
|
+
"jwt-strategy": {
|
|
79
|
+
"not-authorized": "Você não tem permissão suficiente para realizar esta operação."
|
|
80
|
+
},
|
|
81
|
+
"jwt-authentication": {
|
|
82
|
+
"unauthorized": "Acesso não autorizado!",
|
|
83
|
+
"credentials-verification": "Falha na verificação das credenciais.",
|
|
84
|
+
"another-device": "Você foi desconectado porque outro dispositivo se conectou. Por favor, entre novamente."
|
|
85
|
+
},
|
|
86
|
+
"story": {
|
|
87
|
+
"max_limit": "Você pode compartilhar até 5 Vibes em 24 horas."
|
|
88
|
+
},
|
|
89
|
+
"payment":{
|
|
90
|
+
"payment-creation-failed": "Falha na criação do pagamento."
|
|
91
|
+
}
|
|
92
|
+
}
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
{
|
|
2
|
+
"auth": {
|
|
3
|
+
"password-wrong": "Введён неверный пароль.",
|
|
4
|
+
"otp-verification": "Ошибка при проверке OTP.",
|
|
5
|
+
"user-not-found": "Пользователь не найден.",
|
|
6
|
+
"access-denied-today": "Ваш доступ заблокирован на сегодня.",
|
|
7
|
+
"error-occurred": "Произошла ошибка при регистрации. Пожалуйста, попробуйте снова.",
|
|
8
|
+
"user-info-not-found": "Информация о пользователе не найдена.",
|
|
9
|
+
"password-detail": "Пароль должен содержать не менее 6 символов.",
|
|
10
|
+
"old-new-password": "Новый пароль не может совпадать со старым.",
|
|
11
|
+
"gsm-account": "Учетная запись с этим номером не найдена.",
|
|
12
|
+
"daily-reset-limit": "Превышен дневной лимит сбросов.",
|
|
13
|
+
"too-many-attempts": "Слишком много неудачных попыток входа. Ваш доступ заблокирован на 1 день.",
|
|
14
|
+
"too-many-account": "С одного устройства можно войти только в 3 разные учетные записи.",
|
|
15
|
+
"gender_not_found": "Не удалось получить информацию о поле.",
|
|
16
|
+
"firebase_required": "Пожалуйста, проверьте подключение к интернету."
|
|
17
|
+
},
|
|
18
|
+
"feedback-complaint": {
|
|
19
|
+
"feedback-limit": "Вы достигли лимита на отправку отзывов.",
|
|
20
|
+
"feedback-last": "Вы не можете отправить новый отзыв, так как ваш последний отзыв о продажах остался без ответа."
|
|
21
|
+
},
|
|
22
|
+
"member": {
|
|
23
|
+
"user-not-found": "Пользователь не найден.",
|
|
24
|
+
"regex-error": "Никнейм может содержать только буквы, цифры, точки и символы подчеркивания. Пробелы не допускаются.",
|
|
25
|
+
"data-wrong": "Введен неверный тип данных.",
|
|
26
|
+
"username-in-use": "Это имя пользователя уже используется.",
|
|
27
|
+
"profanity-nickname": "Ваше имя пользователя содержит неприемлемый контент. Пожалуйста, измените его.",
|
|
28
|
+
"invalid-value": "Введено недопустимое значение."
|
|
29
|
+
},
|
|
30
|
+
"member-config": {
|
|
31
|
+
"update-jwt-token": "Не удалось обновить токен JWT!"
|
|
32
|
+
},
|
|
33
|
+
"member-friends": {
|
|
34
|
+
"unknown-error": "Произошла неизвестная ошибка."
|
|
35
|
+
},
|
|
36
|
+
"member-reminder": {
|
|
37
|
+
"member-id-undefined": "Ошибка: member_id не определён!",
|
|
38
|
+
"reminder-count": "Максимум можно добавить напоминания для 20 человек.",
|
|
39
|
+
"reminder-delete": "Напоминание успешно удалено.",
|
|
40
|
+
"reminder-to-delete": "Запись для удаления не найдена!",
|
|
41
|
+
"member-not-saved": "Ошибка: member_id не определён!"
|
|
42
|
+
},
|
|
43
|
+
"system-settings": {
|
|
44
|
+
"key-value-not-empty": "Ключ или значение не может быть пустым",
|
|
45
|
+
"update-error": "Ошибка при обновлении."
|
|
46
|
+
},
|
|
47
|
+
"wallet": {
|
|
48
|
+
"wallet-not-found": "Кошелёк пользователя не найден.",
|
|
49
|
+
"spending_error": "Произошла ошибка во время операции списания.",
|
|
50
|
+
"earning_error": "Произошла ошибка во время операции начисления."
|
|
51
|
+
},
|
|
52
|
+
"wallet-operation": {
|
|
53
|
+
"wallet-not-found": "Кошелёк пользователя не найден. ID пользователя: "
|
|
54
|
+
},
|
|
55
|
+
"user-exist-guard": {
|
|
56
|
+
"user-exist": "Такой пользователь уже существует."
|
|
57
|
+
},
|
|
58
|
+
"socket": {
|
|
59
|
+
"not-enough-coins": "Недостаточно монет.",
|
|
60
|
+
"error-during-call": "Произошла неизвестная ошибка во время звонка.",
|
|
61
|
+
"user-in-call": "Пользователь уже в другом разговоре..",
|
|
62
|
+
"user-not-active": "Пользователь не активен..",
|
|
63
|
+
"user-status-unknown": "Статус пользователя неизвестен..",
|
|
64
|
+
"unknown-error": "Произошла неизвестная ошибка..",
|
|
65
|
+
"info-not-found": "Информация о звонке недоступна..",
|
|
66
|
+
"caller-not-active": "Звонящий не активен..",
|
|
67
|
+
"caller-hang-up": "Собеседник завершил звонок..",
|
|
68
|
+
"call-start-error": "Ошибка при начале звонка.",
|
|
69
|
+
"publisher-cant-send-gift": "Как издатель, вы не можете отправлять подарки.",
|
|
70
|
+
"gift-unavailable": "Этот подарок недоступен.",
|
|
71
|
+
"wallet-info-not-found": "Информация о кошельке недоступна.",
|
|
72
|
+
"sender-reciever-not-found": "Информация об отправителе или получателе недоступна.",
|
|
73
|
+
"gift-not-found": "Информация о подарке не найдена.",
|
|
74
|
+
"no-video": "Пользователь не совершает видеозвонки.",
|
|
75
|
+
"no-audio": "Пользователь не совершает голосовые звонки.",
|
|
76
|
+
"publisher-cannot-communicate": "Как издатель, вы можете общаться только с пользователями."
|
|
77
|
+
},
|
|
78
|
+
"jwt-strategy": {
|
|
79
|
+
"not-authorized": "У вас нет достаточных прав для выполнения этой операции."
|
|
80
|
+
},
|
|
81
|
+
"jwt-authentication": {
|
|
82
|
+
"unauthorized": "Несанкционированный доступ!",
|
|
83
|
+
"credentials-verification": "Ошибка проверки учетных данных.",
|
|
84
|
+
"another-device": "Вы были выведены из системы из-за входа с другого устройства. Пожалуйста, войдите снова."
|
|
85
|
+
},
|
|
86
|
+
"story": {
|
|
87
|
+
"max_limit": "Вы можете поделиться не более чем 5 вайбами в течение 24 часов."
|
|
88
|
+
},
|
|
89
|
+
"payment": {
|
|
90
|
+
"payment-creation-failed": "Не удалось создать платёж."
|
|
91
|
+
}
|
|
92
|
+
}
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
{
|
|
2
|
+
"auth": {
|
|
3
|
+
"password-wrong": "Hatalı şifre girdiniz.",
|
|
4
|
+
"otp-verification": "OTP doğrulama başarısız.",
|
|
5
|
+
"user-not-found": "Kullanıcı bulunamadı.",
|
|
6
|
+
"access-denied-today": "Bugün için girişiniz engellendi.",
|
|
7
|
+
"error-occurred": "Kayıt esnasında bir hata oluştu lütfen tekrar deneyin.",
|
|
8
|
+
"user-info-not-found": "Kullanıcı bilgisine ulaşılamıyor.",
|
|
9
|
+
"password-detail": "Şifre en az 6 haneli olmalı.",
|
|
10
|
+
"old-new-password": "Eski şifre ile yeni şifre aynı olamaz.",
|
|
11
|
+
"gsm-account": "Bu numaraya ait bir hesap bulunamadı.",
|
|
12
|
+
"daily-reset-limit": "Günlük sıfırlama limitini aştınız.",
|
|
13
|
+
"too-many-attempts": "Çok fazla başarısız giriş denemesi. 1 günlük girişiniz engellendi.",
|
|
14
|
+
"too-many-account": "Bir cihazdan sadece 3 farklı hesaba giriş yapılabilir.",
|
|
15
|
+
"gender_not_found": "Cinsiyet bilgisine ulaşılamadı.",
|
|
16
|
+
"firebase_required": "İnternet bağlantınızı kontrol ediniz."
|
|
17
|
+
},
|
|
18
|
+
"feedback-complaint": {
|
|
19
|
+
"feedback-limit": "Geri bildirim gönderme limitine ulaşıldı.",
|
|
20
|
+
"feedback-last": "Son satış geri bildiriminiz yanıtlanmadığından yeni bir geri bildirim gönderemezsiniz."
|
|
21
|
+
},
|
|
22
|
+
"member": {
|
|
23
|
+
"user-not-found": "Kullanıcı bulunamadı.",
|
|
24
|
+
"regex-error": "Nickname sadece harf, rakam, nokta ve alt çizgi içerebilir. Boşluk kullanılamaz.",
|
|
25
|
+
"data-wrong": "Veri türü yanlış girildi.",
|
|
26
|
+
"username-in-use": "Bu kullanıcı adı kullanılıyor.",
|
|
27
|
+
"profanity-nickname": "Kullanıcı adınız uygunsuz içerik barındırıyor. Lütfen değiştiriniz.",
|
|
28
|
+
"invalid-value": "Geçersiz değer girildi."
|
|
29
|
+
},
|
|
30
|
+
"member-config": {
|
|
31
|
+
"update-jwt-token": "JWT token güncellenemedi!"
|
|
32
|
+
},
|
|
33
|
+
"member-friends": {
|
|
34
|
+
"unknown-error": "Bilinmeyen bir hata oluştu."
|
|
35
|
+
},
|
|
36
|
+
"member-reminder": {
|
|
37
|
+
"member-id-undefined": "Hata: reminder_id tanımlı değil!",
|
|
38
|
+
"reminder-count": "Maksimum 20 kişiye hatırlatıcı eklenebilir.",
|
|
39
|
+
"reminder-delete": "Hatırlatıcı başarıyla silindi.",
|
|
40
|
+
"reminder-to-delete": "Silinecek kayıt bulunamadı! ",
|
|
41
|
+
"member-not-saved": "Hata: member_id tanımlı değil!"
|
|
42
|
+
},
|
|
43
|
+
"system-settings": {
|
|
44
|
+
"key-value-not-empty": "Key yada value değeri boş olamaz",
|
|
45
|
+
"update-error": "Güncelleme esnasında bir hata oluştu."
|
|
46
|
+
},
|
|
47
|
+
"wallet": {
|
|
48
|
+
"wallet-not-found": "Bu kullanıcıya ait cüzdan bulunamadı.",
|
|
49
|
+
"spending_error": "Harcama işlemi sırasında bir hata oluştu.",
|
|
50
|
+
"earning_error": "Kazanç işlemi sırasında bir hata oluştu."
|
|
51
|
+
},
|
|
52
|
+
"wallet-operation": {
|
|
53
|
+
"wallet-not-found": "Üyenin cüzdanı bulunamadı. Üye id: "
|
|
54
|
+
},
|
|
55
|
+
"user-exist-guard": {
|
|
56
|
+
"user-exist": "Bu kullanıcı zaten mevcut."
|
|
57
|
+
},
|
|
58
|
+
"socket": {
|
|
59
|
+
"not-enough-coins": "Yeterli coins kalmamıştır.",
|
|
60
|
+
"error-during-call": "Arama esnasında bilinmeyen bir hata oluştu.",
|
|
61
|
+
"user-in-call": "Kullanıcı başka bir aramada..",
|
|
62
|
+
"user-not-active": "Kullanıcı aktif değil..",
|
|
63
|
+
"user-status-unknown": "Kullanıcı durumu belirsiz..",
|
|
64
|
+
"unknown-error": "Bilinmeyen bir hata oluştu..",
|
|
65
|
+
"info-not-found": "Arama bilgilerinize erişilemedi..",
|
|
66
|
+
"caller-not-active": "Arayan kullanıcı aktif değil..",
|
|
67
|
+
"caller-hang-up": "Aramayı karşı taraf kapatmış..",
|
|
68
|
+
"call-start-error": "Arama başlatılırken bir hata oluştu.",
|
|
69
|
+
"publisher-cant-send-gift": "Yayıncı olduğunuz için hediye gönderemezsiniz.",
|
|
70
|
+
"gift-unavailable": "Bu hediye şuan da kullanılamıyor.",
|
|
71
|
+
"wallet-info-not-found": "Cüzdan bilgilerine ulaşılamadı.",
|
|
72
|
+
"sender-reciever-not-found": "Gönderici ya da alıcı bilgisine ulaşılamadı.",
|
|
73
|
+
"gift-not-found": "Gönderilen hediye bilgilerine ulaşılamadı.",
|
|
74
|
+
"no-video": "Kullanıcı görüntülü arama yapmıyor.",
|
|
75
|
+
"no-audio": "Kullanıcı sesli arama yapmıyor.",
|
|
76
|
+
"publisher-cannot-communicate": "Yayıncı kullanıcılar sadece kullanıcılarla iletişim kurabilir."
|
|
77
|
+
},
|
|
78
|
+
"jwt-strategy": {
|
|
79
|
+
"not-authorized": "Bu işlemi gerçekleştirebilmek için yeterli yetkiniz yok."
|
|
80
|
+
},
|
|
81
|
+
"jwt-authentication": {
|
|
82
|
+
"unauthorized": "Yetkisiz erişim!",
|
|
83
|
+
"credentials-verification": "Kimlik doğrulama başarısız.",
|
|
84
|
+
"another-device": "Başka bir cihazdan giriş yapıldığı için çıkış yapıldı. Lütfen tekrar giriş yapın."
|
|
85
|
+
},
|
|
86
|
+
"story": {
|
|
87
|
+
"max_limit": "24 saat içinde en fazla 5 Vibe paylaşabilirsin."
|
|
88
|
+
},
|
|
89
|
+
"payment":{
|
|
90
|
+
"payment-creation-failed": "Ödeme oluşturma başarısız oldu."
|
|
91
|
+
}
|
|
92
|
+
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/dist/mongo/index.d.ts
CHANGED
|
@@ -1,3 +1,28 @@
|
|
|
1
|
+
/// <reference types="mongoose/types/aggregate" />
|
|
2
|
+
/// <reference types="mongoose/types/callback" />
|
|
3
|
+
/// <reference types="mongoose/types/collection" />
|
|
4
|
+
/// <reference types="mongoose/types/connection" />
|
|
5
|
+
/// <reference types="mongoose/types/cursor" />
|
|
6
|
+
/// <reference types="mongoose/types/document" />
|
|
7
|
+
/// <reference types="mongoose/types/error" />
|
|
8
|
+
/// <reference types="mongoose/types/expressions" />
|
|
9
|
+
/// <reference types="mongoose/types/helpers" />
|
|
10
|
+
/// <reference types="mongoose/types/middlewares" />
|
|
11
|
+
/// <reference types="mongoose/types/indexes" />
|
|
12
|
+
/// <reference types="mongoose/types/models" />
|
|
13
|
+
/// <reference types="mongoose/types/mongooseoptions" />
|
|
14
|
+
/// <reference types="mongoose/types/pipelinestage" />
|
|
15
|
+
/// <reference types="mongoose/types/populate" />
|
|
16
|
+
/// <reference types="mongoose/types/query" />
|
|
17
|
+
/// <reference types="mongoose/types/schemaoptions" />
|
|
18
|
+
/// <reference types="mongoose/types/schematypes" />
|
|
19
|
+
/// <reference types="mongoose/types/session" />
|
|
20
|
+
/// <reference types="mongoose/types/types" />
|
|
21
|
+
/// <reference types="mongoose/types/utility" />
|
|
22
|
+
/// <reference types="mongoose/types/validation" />
|
|
23
|
+
/// <reference types="mongoose/types/virtuals" />
|
|
24
|
+
/// <reference types="mongoose" />
|
|
25
|
+
/// <reference types="mongoose/types/inferschematype" />
|
|
1
26
|
import { AgencyMembers } from "./schema/agency-members.entity";
|
|
2
27
|
import { AgencyPublishers } from "./schema/agency-publishers.entity";
|
|
3
28
|
import { Contents } from "./schema/contents.entity";
|
|
@@ -25,4 +25,4 @@ import SystemSettings from "./entity/system-settings.entity";
|
|
|
25
25
|
import WalletDetail from "./entity/wallet-detail.entity";
|
|
26
26
|
import Wallet from "./entity/wallet.entity";
|
|
27
27
|
import Notification from "./entity/notification.entity";
|
|
28
|
-
export declare const POSTGRES_ENTITIES: (typeof Banners | typeof BlockedPhone | typeof
|
|
28
|
+
export declare const POSTGRES_ENTITIES: (typeof Banners | typeof BlockedPhone | typeof CallHistoryDetail | typeof MemberConfig | typeof Wallet | typeof MemberLiked | typeof Member | typeof MemberBlocked | typeof MemberBankAccount | typeof Purchase | typeof MemberConnections | typeof CallHistory | typeof CoinsDefinition | typeof FeedbackAndComplaint | typeof MemberFriends | typeof MemberMission | typeof MemberReminder | typeof MemberVerification | typeof Message | typeof Mission | typeof Payment | typeof ProductPurchase | typeof SwipeCountries | typeof SystemLogs | typeof SystemSettings | typeof WalletDetail | typeof Notification)[];
|