@lukiteam/luki-be-general 0.2.37 → 0.2.39
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/i18n/admin.paths.d.ts +1 -0
- package/dist/i18n/admin.paths.js +6 -0
- package/dist/i18n/admin.paths.js.map +1 -0
- package/dist/i18n/mobile.paths.d.ts +1 -0
- package/dist/i18n/mobile.paths.js +6 -0
- package/dist/i18n/mobile.paths.js.map +1 -0
- package/dist/i18n/notification.paths.d.ts +1 -0
- package/dist/i18n/notification.paths.js +6 -0
- package/dist/i18n/notification.paths.js.map +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- 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/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 +5 -3
|
@@ -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)[];
|