@lukiteam/luki-be-general 0.2.89 → 0.2.91
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/constants/param-key.d.ts +1 -0
- package/dist/constants/param-key.js +13 -1
- package/dist/constants/param-key.js.map +1 -1
- package/dist/locales/admin/ar/common.json +60 -0
- package/dist/locales/admin/en/common.json +60 -0
- package/dist/locales/admin/es/common.json +60 -0
- package/dist/locales/admin/fr/common.json +60 -0
- package/dist/locales/admin/pt/common.json +60 -0
- package/dist/locales/admin/ru/common.json +60 -0
- package/dist/locales/admin/tr/common.json +60 -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 +95 -0
- package/dist/locales/mobile/en/common.json +94 -0
- package/dist/locales/mobile/es/common.json +95 -0
- package/dist/locales/mobile/fr/common.json +95 -0
- package/dist/locales/mobile/pt/common.json +95 -0
- package/dist/locales/mobile/ru/common.json +95 -0
- package/dist/locales/mobile/tr/common.json +95 -0
- package/dist/locales/notification/ar/common.json +42 -0
- package/dist/locales/notification/en/common.json +42 -0
- package/dist/locales/notification/es/common.json +42 -0
- package/dist/locales/notification/fr/common.json +42 -0
- package/dist/locales/notification/pt/common.json +42 -0
- package/dist/locales/notification/ru/common.json +42 -0
- package/dist/locales/notification/tr/common.json +42 -0
- package/dist/mongo/schema/mobile/system-log.entity.d.ts +37 -0
- package/dist/mongo/schema/mobile/system-log.entity.js +53 -0
- package/dist/mongo/schema/mobile/system-log.entity.js.map +1 -0
- package/dist/mongo/schema/posts.entity.d.ts +5 -1
- package/dist/mongo/schema/posts.entity.js +9 -1
- package/dist/mongo/schema/posts.entity.js.map +1 -1
- package/dist/mongo/schema/story-priority-log.entity.d.ts +1 -0
- package/dist/mongo/schema/story-priority-log.entity.js +4 -0
- package/dist/mongo/schema/story-priority-log.entity.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -1,9 +1,21 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DEEPLINK = exports.PARAM_KEYS = void 0;
|
|
3
|
+
exports.levelThresholds = exports.DEEPLINK = exports.PARAM_KEYS = void 0;
|
|
4
4
|
exports.PARAM_KEYS = ['birth_date', 'height', 'level', 'like', 'member_id', 'nickname', 'signature', 'weight'];
|
|
5
5
|
exports.DEEPLINK = {
|
|
6
6
|
MESSAGE_SCREEN: (id) => `lukiapp://messagescreen/${id}`,
|
|
7
7
|
OTHER_PROFILE: (id) => `lukiapp://otherprofile/${id}`,
|
|
8
8
|
};
|
|
9
|
+
exports.levelThresholds = [
|
|
10
|
+
3000, 6000, 9000, 12000, 15000, 18000, 21000, 24000, 27000, 30000,
|
|
11
|
+
55000, 60000, 65000, 70000, 75000, 80000, 85000, 90000, 95000, 100000,
|
|
12
|
+
210000, 220000, 230000, 240000, 250000, 260000, 270000, 280000, 290000, 300000,
|
|
13
|
+
620000, 640000, 660000, 680000, 700000, 720000, 740000, 760000, 780000, 800000,
|
|
14
|
+
2050000, 2100000, 2150000, 2200000, 2250000, 2300000, 2350000, 2400000, 2450000, 2500000,
|
|
15
|
+
5100000, 5200000, 5300000, 5400000, 5500000, 5600000, 5700000, 5800000, 5900000, 6000000,
|
|
16
|
+
12200000, 12400000, 12600000, 12800000, 13000000, 13200000, 13400000, 13600000, 13800000, 14000000,
|
|
17
|
+
21300000, 21600000, 21900000, 22200000, 22500000, 22800000, 23100000, 23400000, 23700000, 24000000,
|
|
18
|
+
32400000, 32800000, 33200000, 33600000, 34000000, 34400000, 34800000, 35200000, 35600000, 36000000,
|
|
19
|
+
45500000, 46000000, 46500000, 47000000, 47500000, 48000000, 48500000, 49000000, 49500000, 50000000
|
|
20
|
+
];
|
|
9
21
|
//# sourceMappingURL=param-key.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"param-key.js","sourceRoot":"","sources":["../../src/constants/param-key.ts"],"names":[],"mappings":";;;AAAa,QAAA,UAAU,GAAG,CAAC,YAAY,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,UAAU,EAAE,WAAW,EAAE,QAAQ,CAAC,CAAC;AAEvG,QAAA,QAAQ,GAAG;IACpB,cAAc,EAAE,CAAC,EAAU,EAAE,EAAE,CAAC,2BAA2B,EAAE,EAAE;IAC/D,aAAa,EAAE,CAAC,EAAU,EAAE,EAAE,CAAC,0BAA0B,EAAE,EAAE;CAChE,CAAA"}
|
|
1
|
+
{"version":3,"file":"param-key.js","sourceRoot":"","sources":["../../src/constants/param-key.ts"],"names":[],"mappings":";;;AAAa,QAAA,UAAU,GAAG,CAAC,YAAY,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,UAAU,EAAE,WAAW,EAAE,QAAQ,CAAC,CAAC;AAEvG,QAAA,QAAQ,GAAG;IACpB,cAAc,EAAE,CAAC,EAAU,EAAE,EAAE,CAAC,2BAA2B,EAAE,EAAE;IAC/D,aAAa,EAAE,CAAC,EAAU,EAAE,EAAE,CAAC,0BAA0B,EAAE,EAAE;CAChE,CAAA;AAEY,QAAA,eAAe,GAAG;IAC3B,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK;IACjE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM;IACrE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM;IAC9E,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM;IAC9E,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO;IACxF,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO;IACxF,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ;IAClG,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ;IAClG,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ;IAClG,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ;CACrG,CAAC"}
|
|
@@ -0,0 +1,60 @@
|
|
|
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
|
+
"agency-inactive": "وكالتك غير مفعّلة. يرجى التواصل مع مدير الوكالة.",
|
|
10
|
+
"password-change-error": "حدث خطأ أثناء تغيير كلمة المرور."
|
|
11
|
+
},
|
|
12
|
+
"blocked-phone": {
|
|
13
|
+
"phone-id-empty": "لا يمكن أن يكون معرف الهاتف فارغًا.",
|
|
14
|
+
"phone-already-blocked": "تم حظر الدخول باستخدام هذا الهاتف مسبقًا."
|
|
15
|
+
},
|
|
16
|
+
"feedback-complaint": {
|
|
17
|
+
"complaint-not-found": "لم يتم العثور على الشكوى أو الملاحظة.",
|
|
18
|
+
"error-status-update": "حدث خطأ أثناء تحديث الحالة.",
|
|
19
|
+
"feedback-limit": "لقد وصلت إلى الحد اليومي للإبلاغ/التعليقات."
|
|
20
|
+
},
|
|
21
|
+
"member-config": {
|
|
22
|
+
"update-jwt-token": "فشل تحديث رمز الـ JWT!"
|
|
23
|
+
},
|
|
24
|
+
"member-roles": {
|
|
25
|
+
"id-not-found": "لم يتم العثور على دور العضو أو معرفه."
|
|
26
|
+
},
|
|
27
|
+
"roles-rights": {
|
|
28
|
+
"role-right-not-found": "لم يتم العثور على الدور أو الصلاحية."
|
|
29
|
+
},
|
|
30
|
+
"wallet": {
|
|
31
|
+
"coins-min-amount": "يجب أن يكون عدد العملات أكبر من 0.",
|
|
32
|
+
"operation_error": "حدث خطأ أثناء عملية العملات."
|
|
33
|
+
},
|
|
34
|
+
"jwt-strategy": {
|
|
35
|
+
"not-authorized": "ليست لديك الصلاحيات الكافية لتنفيذ هذا الإجراء."
|
|
36
|
+
},
|
|
37
|
+
"jwt-authentication": {
|
|
38
|
+
"unauthorized": "دخول غير مصرح به!",
|
|
39
|
+
"credentials-verification": "فشل التحقق من بيانات الاعتماد.",
|
|
40
|
+
"another-device": "تم تسجيل خروجك لأنه تم الدخول من جهاز آخر. يرجى تسجيل الدخول مرة أخرى."
|
|
41
|
+
},
|
|
42
|
+
"year": {
|
|
43
|
+
"required": "السنة مطلوبة",
|
|
44
|
+
"must-be-number": "يجب أن تكون السنة رقمًا",
|
|
45
|
+
"min": "يجب أن تكون السنة على الأقل {min}",
|
|
46
|
+
"max": "لا يمكن أن تكون السنة أكبر من {max}"
|
|
47
|
+
},
|
|
48
|
+
"agency": {
|
|
49
|
+
"exists": "المستخدم مضاف بالفعل إلى وكالتك.",
|
|
50
|
+
"another-agency": "المستخدم مسجل في وكالة أخرى.",
|
|
51
|
+
"publisher-not-found": "لم يتم العثور على الناشر.",
|
|
52
|
+
"agency-not-found": "لم يتم العثور على الوكالة.",
|
|
53
|
+
"publisher-conflict": "لا يمكن إضافة هذا المستخدم لأن حسابًا آخر من نفس الجهاز مسجل في وكالة أخرى.",
|
|
54
|
+
"report-not-found": "حدث خطأ أثناء جلب تقرير الوكالة. حاول مرة أخرى.",
|
|
55
|
+
"invalid-agent": "طلب غير صالح. حاول مرة أخرى.",
|
|
56
|
+
"failed-to-delete": "حدث خطأ أثناء حذف الناشر. حاول مرة أخرى.",
|
|
57
|
+
"failed-to-update": "حدث خطأ أثناء تحديث معلومات الناشر. حاول مرة أخرى.",
|
|
58
|
+
"unexpected-error": "حدث خطأ غير متوقع. حاول مرة أخرى."
|
|
59
|
+
}
|
|
60
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
{
|
|
2
|
+
"auth": {
|
|
3
|
+
"password-wrong": "You entered an incorrect password.",
|
|
4
|
+
"user-not-found": "User not found.",
|
|
5
|
+
"password-username-wrong": "Incorrect username or password.",
|
|
6
|
+
"user-info-not-found": "User information cannot be retrieved.",
|
|
7
|
+
"password-detail": "Password must be at least 6 characters.",
|
|
8
|
+
"old-new-password": "The old password and new password cannot be the same.",
|
|
9
|
+
"agency-inactive": "Your agency is not active. Please contact your agency manager.",
|
|
10
|
+
"password-change-error": "An error occurred while changing the password."
|
|
11
|
+
},
|
|
12
|
+
"blocked-phone": {
|
|
13
|
+
"phone-id-empty": "Phone ID parameter cannot be empty.",
|
|
14
|
+
"phone-already-blocked": "Login with this phone is already blocked."
|
|
15
|
+
},
|
|
16
|
+
"feedback-complaint": {
|
|
17
|
+
"complaint-not-found": "Such a complaint/feedback was not found.",
|
|
18
|
+
"error-status-update": "An error occurred while updating the status.",
|
|
19
|
+
"feedback-limit": "You have reached the daily feedback/complaint limit."
|
|
20
|
+
},
|
|
21
|
+
"member-config": {
|
|
22
|
+
"update-jwt-token": "JWT token could not be updated!"
|
|
23
|
+
},
|
|
24
|
+
"member-roles": {
|
|
25
|
+
"id-not-found": "Role or member ID not found."
|
|
26
|
+
},
|
|
27
|
+
"roles-rights": {
|
|
28
|
+
"role-right-not-found": "Role or right not found."
|
|
29
|
+
},
|
|
30
|
+
"wallet": {
|
|
31
|
+
"coins-min-amount": "Coins amount must be greater than 0.",
|
|
32
|
+
"operation_error": "An error occurred during the coin transaction."
|
|
33
|
+
},
|
|
34
|
+
"jwt-strategy": {
|
|
35
|
+
"not-authorized": "You do not have sufficient permission to perform this action."
|
|
36
|
+
},
|
|
37
|
+
"jwt-authentication": {
|
|
38
|
+
"unauthorized": "Unauthorized access!",
|
|
39
|
+
"credentials-verification": "Authentication failed.",
|
|
40
|
+
"another-device": "You were logged out because a login occurred from another device. Please log in again."
|
|
41
|
+
},
|
|
42
|
+
"year": {
|
|
43
|
+
"required": "Year is required",
|
|
44
|
+
"must-be-number": "Year must be a number",
|
|
45
|
+
"min": "Year must be at least {min}",
|
|
46
|
+
"max": "Year cannot be greater than {max}"
|
|
47
|
+
},
|
|
48
|
+
"agency": {
|
|
49
|
+
"exists": "The publisher is already added to your agency.",
|
|
50
|
+
"another-agency": "The publisher is registered in another agency.",
|
|
51
|
+
"publisher-not-found": "Publisher not found.",
|
|
52
|
+
"agency-not-found": "Agency not found.",
|
|
53
|
+
"publisher-conflict": "This user cannot be added to this agency because a different account from the same device is registered in another agency.",
|
|
54
|
+
"report-not-found": "An error occurred while retrieving the agency report. Please try again.",
|
|
55
|
+
"invalid-agent": "Invalid request. Please try again.",
|
|
56
|
+
"failed-to-delete": "An error occurred while deleting the publisher. Please try again.",
|
|
57
|
+
"failed-to-update": "An error occurred while updating the publisher information. Please try again.",
|
|
58
|
+
"unexpected-error": "An unexpected error occurred. Please try again."
|
|
59
|
+
}
|
|
60
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
{
|
|
2
|
+
"auth": {
|
|
3
|
+
"password-wrong": "Has introducido una contraseña incorrecta.",
|
|
4
|
+
"user-not-found": "Usuario no encontrado.",
|
|
5
|
+
"password-username-wrong": "Nombre de usuario o contraseña incorrectos.",
|
|
6
|
+
"user-info-not-found": "No se puede acceder a la información del usuario.",
|
|
7
|
+
"password-detail": "La contraseña debe tener al menos 6 caracteres.",
|
|
8
|
+
"old-new-password": "La contraseña antigua y la nueva no pueden ser iguales.",
|
|
9
|
+
"agency-inactive": "Tu agencia no está activa. Contacta con tu administrador.",
|
|
10
|
+
"password-change-error": "Ocurrió un error al cambiar la contraseña."
|
|
11
|
+
},
|
|
12
|
+
"blocked-phone": {
|
|
13
|
+
"phone-id-empty": "El parámetro Phone ID no puede estar vacío.",
|
|
14
|
+
"phone-already-blocked": "El acceso con este teléfono ya está bloqueado."
|
|
15
|
+
},
|
|
16
|
+
"feedback-complaint": {
|
|
17
|
+
"complaint-not-found": "No se encontró esta queja/comentario.",
|
|
18
|
+
"error-status-update": "Error al actualizar el estado.",
|
|
19
|
+
"feedback-limit": "Has alcanzado el límite diario de comentarios/quejas."
|
|
20
|
+
},
|
|
21
|
+
"member-config": {
|
|
22
|
+
"update-jwt-token": "¡No se pudo actualizar el token JWT!"
|
|
23
|
+
},
|
|
24
|
+
"member-roles": {
|
|
25
|
+
"id-not-found": "No se encontró el rol o el ID del miembro."
|
|
26
|
+
},
|
|
27
|
+
"roles-rights": {
|
|
28
|
+
"role-right-not-found": "No se encontró el rol o el permiso."
|
|
29
|
+
},
|
|
30
|
+
"wallet": {
|
|
31
|
+
"coins-min-amount": "La cantidad de monedas debe ser mayor que 0.",
|
|
32
|
+
"operation_error": "Ocurrió un error durante la operación de monedas."
|
|
33
|
+
},
|
|
34
|
+
"jwt-strategy": {
|
|
35
|
+
"not-authorized": "No tienes permisos suficientes para realizar esta acción."
|
|
36
|
+
},
|
|
37
|
+
"jwt-authentication": {
|
|
38
|
+
"unauthorized": "¡Acceso no autorizado!",
|
|
39
|
+
"credentials-verification": "Falló la verificación de credenciales.",
|
|
40
|
+
"another-device": "Se cerró tu sesión porque se inició sesión desde otro dispositivo. Por favor, inicia sesión nuevamente."
|
|
41
|
+
},
|
|
42
|
+
"year": {
|
|
43
|
+
"required": "El año es obligatorio",
|
|
44
|
+
"must-be-number": "El año debe ser un número",
|
|
45
|
+
"min": "El año debe ser al menos {min}",
|
|
46
|
+
"max": "El año no puede ser mayor que {max}"
|
|
47
|
+
},
|
|
48
|
+
"agency": {
|
|
49
|
+
"exists": "El usuario ya está agregado en tu agencia.",
|
|
50
|
+
"another-agency": "El usuario está registrado en otra agencia.",
|
|
51
|
+
"publisher-not-found": "No se encontró al publicador.",
|
|
52
|
+
"agency-not-found": "No se encontró la agencia.",
|
|
53
|
+
"publisher-conflict": "Este usuario no puede ser agregado porque otro usuario en el mismo dispositivo está registrado en otra agencia.",
|
|
54
|
+
"report-not-found": "Error al obtener el informe de la agencia. Intenta nuevamente.",
|
|
55
|
+
"invalid-agent": "Solicitud inválida. Intenta nuevamente.",
|
|
56
|
+
"failed-to-delete": "Ocurrió un error al eliminar al publicador. Intenta nuevamente.",
|
|
57
|
+
"failed-to-update": "Ocurrió un error al actualizar la información del publicador. Intenta nuevamente.",
|
|
58
|
+
"unexpected-error": "Ocurrió un error inesperado. Intenta nuevamente."
|
|
59
|
+
}
|
|
60
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
{
|
|
2
|
+
"auth": {
|
|
3
|
+
"password-wrong": "Vous avez saisi un mot de passe incorrect.",
|
|
4
|
+
"user-not-found": "Utilisateur introuvable.",
|
|
5
|
+
"password-username-wrong": "Nom d'utilisateur ou mot de passe incorrect.",
|
|
6
|
+
"user-info-not-found": "Impossible d'accéder aux informations de l'utilisateur.",
|
|
7
|
+
"password-detail": "Le mot de passe doit contenir au moins 6 caractères.",
|
|
8
|
+
"old-new-password": "L'ancien et le nouveau mot de passe ne peuvent pas être identiques.",
|
|
9
|
+
"agency-inactive": "Votre agence n'est pas active. Veuillez contacter votre gestionnaire.",
|
|
10
|
+
"password-change-error": "Une erreur s'est produite lors du changement de mot de passe."
|
|
11
|
+
},
|
|
12
|
+
"blocked-phone": {
|
|
13
|
+
"phone-id-empty": "Le champ Phone ID ne peut pas être vide.",
|
|
14
|
+
"phone-already-blocked": "La connexion avec ce téléphone est déjà bloquée."
|
|
15
|
+
},
|
|
16
|
+
"feedback-complaint": {
|
|
17
|
+
"complaint-not-found": "Aucune plainte/commentaire trouvé.",
|
|
18
|
+
"error-status-update": "Une erreur s'est produite lors de la mise à jour du statut.",
|
|
19
|
+
"feedback-limit": "Vous avez atteint la limite quotidienne de commentaires/plaintes."
|
|
20
|
+
},
|
|
21
|
+
"member-config": {
|
|
22
|
+
"update-jwt-token": "Impossible de mettre à jour le jeton JWT !"
|
|
23
|
+
},
|
|
24
|
+
"member-roles": {
|
|
25
|
+
"id-not-found": "Rôle ou ID du membre introuvable."
|
|
26
|
+
},
|
|
27
|
+
"roles-rights": {
|
|
28
|
+
"role-right-not-found": "Rôle ou permission introuvable."
|
|
29
|
+
},
|
|
30
|
+
"wallet": {
|
|
31
|
+
"coins-min-amount": "Le montant des pièces doit être supérieur à 0.",
|
|
32
|
+
"operation_error": "Une erreur s'est produite lors de l'opération de pièces."
|
|
33
|
+
},
|
|
34
|
+
"jwt-strategy": {
|
|
35
|
+
"not-authorized": "Vous n'avez pas l'autorisation nécessaire pour effectuer cette action."
|
|
36
|
+
},
|
|
37
|
+
"jwt-authentication": {
|
|
38
|
+
"unauthorized": "Accès non autorisé !",
|
|
39
|
+
"credentials-verification": "Échec de la vérification des identifiants.",
|
|
40
|
+
"another-device": "Vous avez été déconnecté car une connexion a eu lieu depuis un autre appareil. Veuillez vous reconnecter."
|
|
41
|
+
},
|
|
42
|
+
"year": {
|
|
43
|
+
"required": "L'année est obligatoire",
|
|
44
|
+
"must-be-number": "L'année doit être un nombre",
|
|
45
|
+
"min": "L'année doit être au moins {min}",
|
|
46
|
+
"max": "L'année ne peut pas dépasser {max}"
|
|
47
|
+
},
|
|
48
|
+
"agency": {
|
|
49
|
+
"exists": "L'utilisateur est déjà ajouté à votre agence.",
|
|
50
|
+
"another-agency": "L'utilisateur est inscrit dans une autre agence.",
|
|
51
|
+
"publisher-not-found": "Publicateur introuvable.",
|
|
52
|
+
"agency-not-found": "Agence introuvable.",
|
|
53
|
+
"publisher-conflict": "Cet utilisateur ne peut pas être ajouté car un autre compte du même appareil est inscrit dans une autre agence.",
|
|
54
|
+
"report-not-found": "Erreur lors de l'obtention du rapport de l'agence. Veuillez réessayer.",
|
|
55
|
+
"invalid-agent": "Requête invalide. Veuillez réessayer.",
|
|
56
|
+
"failed-to-delete": "Erreur lors de la suppression du publicateur. Veuillez réessayer.",
|
|
57
|
+
"failed-to-update": "Erreur lors de la mise à jour des informations du publicateur. Veuillez réessayer.",
|
|
58
|
+
"unexpected-error": "Une erreur inattendue s'est produite. Veuillez réessayer."
|
|
59
|
+
}
|
|
60
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
{
|
|
2
|
+
"auth": {
|
|
3
|
+
"password-wrong": "Você inseriu uma senha incorreta.",
|
|
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 acessar as informações do usuário.",
|
|
7
|
+
"password-detail": "A senha deve ter pelo menos 6 caracteres.",
|
|
8
|
+
"old-new-password": "A senha antiga e a nova não podem ser iguais.",
|
|
9
|
+
"agency-inactive": "Sua agência não está ativa. Entre em contato com o administrador da agência.",
|
|
10
|
+
"password-change-error": "Ocorreu um erro ao alterar a senha."
|
|
11
|
+
},
|
|
12
|
+
"blocked-phone": {
|
|
13
|
+
"phone-id-empty": "O parâmetro Phone ID não pode estar vazio.",
|
|
14
|
+
"phone-already-blocked": "O login com este telefone já está bloqueado."
|
|
15
|
+
},
|
|
16
|
+
"feedback-complaint": {
|
|
17
|
+
"complaint-not-found": "Nenhuma reclamação/feedback encontrada.",
|
|
18
|
+
"error-status-update": "Ocorreu um erro ao atualizar o status.",
|
|
19
|
+
"feedback-limit": "Você atingiu o limite diário de reclamações/feedback."
|
|
20
|
+
},
|
|
21
|
+
"member-config": {
|
|
22
|
+
"update-jwt-token": "Falha ao atualizar o token JWT!"
|
|
23
|
+
},
|
|
24
|
+
"member-roles": {
|
|
25
|
+
"id-not-found": "ID de função ou usuário não encontrado."
|
|
26
|
+
},
|
|
27
|
+
"roles-rights": {
|
|
28
|
+
"role-right-not-found": "Função ou permissão não encontrada."
|
|
29
|
+
},
|
|
30
|
+
"wallet": {
|
|
31
|
+
"coins-min-amount": "A quantidade de moedas deve ser maior que 0.",
|
|
32
|
+
"operation_error": "Ocorreu um erro durante a operação de moedas."
|
|
33
|
+
},
|
|
34
|
+
"jwt-strategy": {
|
|
35
|
+
"not-authorized": "Você não tem permissão suficiente para realizar esta ação."
|
|
36
|
+
},
|
|
37
|
+
"jwt-authentication": {
|
|
38
|
+
"unauthorized": "Acesso não autorizado!",
|
|
39
|
+
"credentials-verification": "Falha na verificação das credenciais.",
|
|
40
|
+
"another-device": "Você foi desconectado porque houve login de outro dispositivo. Faça login novamente."
|
|
41
|
+
},
|
|
42
|
+
"year": {
|
|
43
|
+
"required": "O ano é obrigatório",
|
|
44
|
+
"must-be-number": "O ano deve ser um número",
|
|
45
|
+
"min": "O ano deve ser pelo menos {min}",
|
|
46
|
+
"max": "O ano não pode ser maior que {max}"
|
|
47
|
+
},
|
|
48
|
+
"agency": {
|
|
49
|
+
"exists": "O usuário já está adicionado à sua agência.",
|
|
50
|
+
"another-agency": "O usuário está registrado em outra agência.",
|
|
51
|
+
"publisher-not-found": "Publicador não encontrado.",
|
|
52
|
+
"agency-not-found": "Agência não encontrada.",
|
|
53
|
+
"publisher-conflict": "Este usuário não pode ser adicionado porque outro usuário do mesmo dispositivo está registrado em outra agência.",
|
|
54
|
+
"report-not-found": "Erro ao obter o relatório da agência. Tente novamente.",
|
|
55
|
+
"invalid-agent": "Solicitação inválida. Tente novamente.",
|
|
56
|
+
"failed-to-delete": "Ocorreu um erro ao excluir o publicador. Tente novamente.",
|
|
57
|
+
"failed-to-update": "Ocorreu um erro ao atualizar as informações do publicador. Tente novamente.",
|
|
58
|
+
"unexpected-error": "Ocorreu um erro inesperado. Tente novamente."
|
|
59
|
+
}
|
|
60
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
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
|
+
"agency-inactive": "Ваше агентство не активно. Свяжитесь с менеджером агентства.",
|
|
10
|
+
"password-change-error": "Произошла ошибка при смене пароля."
|
|
11
|
+
},
|
|
12
|
+
"blocked-phone": {
|
|
13
|
+
"phone-id-empty": "Параметр Phone ID не может быть пустым.",
|
|
14
|
+
"phone-already-blocked": "Вход с этого телефона уже заблокирован."
|
|
15
|
+
},
|
|
16
|
+
"feedback-complaint": {
|
|
17
|
+
"complaint-not-found": "Такой жалобы/отзыва не найдено.",
|
|
18
|
+
"error-status-update": "Ошибка при обновлении статуса.",
|
|
19
|
+
"feedback-limit": "Вы достигли дневного лимита жалоб/отзывов."
|
|
20
|
+
},
|
|
21
|
+
"member-config": {
|
|
22
|
+
"update-jwt-token": "Не удалось обновить JWT токен!"
|
|
23
|
+
},
|
|
24
|
+
"member-roles": {
|
|
25
|
+
"id-not-found": "ID роли или участника не найден."
|
|
26
|
+
},
|
|
27
|
+
"roles-rights": {
|
|
28
|
+
"role-right-not-found": "Роль или право не найдено."
|
|
29
|
+
},
|
|
30
|
+
"wallet": {
|
|
31
|
+
"coins-min-amount": "Количество монет должно быть больше 0.",
|
|
32
|
+
"operation_error": "Во время операции с монетами произошла ошибка."
|
|
33
|
+
},
|
|
34
|
+
"jwt-strategy": {
|
|
35
|
+
"not-authorized": "У вас недостаточно прав для выполнения этого действия."
|
|
36
|
+
},
|
|
37
|
+
"jwt-authentication": {
|
|
38
|
+
"unauthorized": "Несанкционированный доступ!",
|
|
39
|
+
"credentials-verification": "Ошибка проверки учетных данных.",
|
|
40
|
+
"another-device": "Вы были вынуждены выйти, так как произошел вход с другого устройства. Войдите снова."
|
|
41
|
+
},
|
|
42
|
+
"year": {
|
|
43
|
+
"required": "Год обязателен",
|
|
44
|
+
"must-be-number": "Год должен быть числом",
|
|
45
|
+
"min": "Год должен быть не меньше {min}",
|
|
46
|
+
"max": "Год не может быть больше {max}"
|
|
47
|
+
},
|
|
48
|
+
"agency": {
|
|
49
|
+
"exists": "Этот пользователь уже добавлен в ваше агентство.",
|
|
50
|
+
"another-agency": "Пользователь зарегистрирован в другом агентстве.",
|
|
51
|
+
"publisher-not-found": "Пользователь не найден.",
|
|
52
|
+
"agency-not-found": "Агентство не найдено.",
|
|
53
|
+
"publisher-conflict": "Этот пользователь не может быть добавлен, так как другое устройство или аккаунт с тем же ID зарегистрирован в другом агентстве.",
|
|
54
|
+
"report-not-found": "Ошибка при получении отчета агентства. Попробуйте снова.",
|
|
55
|
+
"invalid-agent": "Неверный запрос. Попробуйте снова.",
|
|
56
|
+
"failed-to-delete": "Ошибка при удалении пользователя. Попробуйте снова.",
|
|
57
|
+
"failed-to-update": "Ошибка при обновлении информации пользователя. Попробуйте снова.",
|
|
58
|
+
"unexpected-error": "Произошла непредвиденная ошибка. Попробуйте снова."
|
|
59
|
+
}
|
|
60
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
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
|
+
"agency-inactive": "Ajansınız aktif değil. Lütfen ajans yöneticiniz ile iletişime geçin.",
|
|
10
|
+
"password-change-error":"Şifre değiştirme işlemi sırasında bir hata oluştu."
|
|
11
|
+
},
|
|
12
|
+
"blocked-phone": {
|
|
13
|
+
"phone-id-empty": "Telefon ID parametresi boş olamaz.",
|
|
14
|
+
"phone-already-blocked": "Bu telefon ile giriş zaten engellendi."
|
|
15
|
+
},
|
|
16
|
+
"feedback-complaint": {
|
|
17
|
+
"complaint-not-found": "Böyle bir şikayet/geri bildirim bulunamadı.",
|
|
18
|
+
"error-status-update": "Durum güncelleme esnasında bir hata oluştu.",
|
|
19
|
+
"feedback-limit": "Günlük geri bildirim/şikayet gönderme limitine ulaştınız."
|
|
20
|
+
},
|
|
21
|
+
"member-config": {
|
|
22
|
+
"update-jwt-token": "JWT token güncellenemedi!"
|
|
23
|
+
},
|
|
24
|
+
"member-roles": {
|
|
25
|
+
"id-not-found": "Rol ve üye id'si bulunamadı."
|
|
26
|
+
},
|
|
27
|
+
"roles-rights": {
|
|
28
|
+
"role-right-not-found": "Role ya da Right bulunamadı."
|
|
29
|
+
},
|
|
30
|
+
"wallet": {
|
|
31
|
+
"coins-min-amount": "Coins miktarı 0'dan büyük olmalıdır.",
|
|
32
|
+
"operation_error": "Coin işlemi sırasında bir hata oluştu."
|
|
33
|
+
},
|
|
34
|
+
"jwt-strategy": {
|
|
35
|
+
"not-authorized": "Bu işlemi gerçekleştirebilmek için yeterli yetkiniz yok."
|
|
36
|
+
},
|
|
37
|
+
"jwt-authentication": {
|
|
38
|
+
"unauthorized": "Yetkisiz erişim!",
|
|
39
|
+
"credentials-verification": "Kimlik doğrulama başarısız.",
|
|
40
|
+
"another-device": "Başka bir cihazdan giriş yapıldığı için çıkış yapıldı. Lütfen tekrar giriş yapın."
|
|
41
|
+
},
|
|
42
|
+
"year": {
|
|
43
|
+
"required": "Yıl zorunludur",
|
|
44
|
+
"must-be-number": "Yıl bir sayı olmalıdır",
|
|
45
|
+
"min": "Yıl en az {min} olmalıdır",
|
|
46
|
+
"max": "Yıl {max}'den büyük olamaz"
|
|
47
|
+
},
|
|
48
|
+
"agency": {
|
|
49
|
+
"exists": "Yayıncı zaten ajansınıza ekli",
|
|
50
|
+
"another-agency": "Yayıncı başka ajansta kayıtlı",
|
|
51
|
+
"publisher-not-found": "Yayıncı bulunamadı.",
|
|
52
|
+
"agency-not-found": "Ajans bulunamadı.",
|
|
53
|
+
"publisher-conflict": "Bu kullanıcı aynı cihazdan ve farklı hesaptan başka bir ajansa üye olduğu için bu ajansa eklenemez.",
|
|
54
|
+
"report-not-found": "Ajans raporu alınırken bi hata oldu. Tekrar deneyiniz.",
|
|
55
|
+
"invalid-agent": "Geçersiz istek. Tekrar deneyiniz.",
|
|
56
|
+
"failed-to-delete": "Yayıncı silinirken bir hata oluştu. Tekrar deneyiniz.",
|
|
57
|
+
"failed-to-update": "Yayıncı bilgileri güncellenirken bir hata oluştu. Tekrar deneyiniz.",
|
|
58
|
+
"unexpected-error": "Beklenmeyen bir hata oluştu. Tekrar deneyiniz."
|
|
59
|
+
}
|
|
60
|
+
}
|
|
@@ -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
|
+
}
|