@nettyapps/ntybase 21.1.32 → 21.1.33
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/fesm2022/{nettyapps-ntybase-en-USbase-CYjShnUp.mjs → nettyapps-ntybase-en-USbase-CdxOfMdn.mjs} +7 -1
- package/fesm2022/{nettyapps-ntybase-en-USbase-CYjShnUp.mjs.map → nettyapps-ntybase-en-USbase-CdxOfMdn.mjs.map} +1 -1
- package/fesm2022/{nettyapps-ntybase-tr-TRbase-9sKP7Q5s.mjs → nettyapps-ntybase-tr-TRbase-BwM-m4IP.mjs} +7 -1
- package/fesm2022/{nettyapps-ntybase-tr-TRbase-9sKP7Q5s.mjs.map → nettyapps-ntybase-tr-TRbase-BwM-m4IP.mjs.map} +1 -1
- package/fesm2022/nettyapps-ntybase.mjs +2 -2
- package/package.json +1 -1
- package/translations/en-USbase.json +6 -0
- package/translations/tr-TRbase.json +6 -0
|
@@ -222,6 +222,12 @@ var enUSbase = {
|
|
|
222
222
|
"@accessLimitation": "Access accessLimitation",
|
|
223
223
|
"@userCannotAccessThisScreen": "User cannot access this screen",
|
|
224
224
|
"@userCannotAddNewRecord": "User cannot add new record",
|
|
225
|
+
"@logId": "Log record no",
|
|
226
|
+
"@logTime": "Log time",
|
|
227
|
+
"@logUser": "Log user",
|
|
228
|
+
"@logIP": "Log IP",
|
|
229
|
+
"@logAction": "Log action",
|
|
230
|
+
"@logDescription": "Log description",
|
|
225
231
|
mfaCode: mfaCode,
|
|
226
232
|
"mfaCode is required": "MFA Code is required",
|
|
227
233
|
"password is required": "Password is required",
|
|
@@ -278,4 +284,4 @@ var enUSbase = {
|
|
|
278
284
|
};
|
|
279
285
|
|
|
280
286
|
export { AG_GRID, DASHBOARD, ENVIRONMENT_INFO, GANTT, enUSbase as default, mfaCode };
|
|
281
|
-
//# sourceMappingURL=nettyapps-ntybase-en-USbase-
|
|
287
|
+
//# sourceMappingURL=nettyapps-ntybase-en-USbase-CdxOfMdn.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nettyapps-ntybase-en-USbase-
|
|
1
|
+
{"version":3,"file":"nettyapps-ntybase-en-USbase-CdxOfMdn.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -222,6 +222,12 @@ var trTRbase = {
|
|
|
222
222
|
"@accessLimitation": "Erişim limiti",
|
|
223
223
|
"@userCannotAccessThisScreen": "Kullanıcı bu ekrana erişemez",
|
|
224
224
|
"@userCannotAddNewRecord": "Kullanıcı yeni kayıt ekleyemez",
|
|
225
|
+
"@logId": "Log kayıt no",
|
|
226
|
+
"@logTime": "Log zamanı",
|
|
227
|
+
"@logUser": "Log kullanıcı",
|
|
228
|
+
"@logIP": "Log IP",
|
|
229
|
+
"@logAction": "Log işlem",
|
|
230
|
+
"@logDescription": "Log açıklama",
|
|
225
231
|
mfaCode: mfaCode,
|
|
226
232
|
"mfaCode is required": "Güvenlik kodu zorunludur",
|
|
227
233
|
"password is required": "Şifre zorunludur",
|
|
@@ -278,4 +284,4 @@ var trTRbase = {
|
|
|
278
284
|
};
|
|
279
285
|
|
|
280
286
|
export { AG_GRID, DASHBOARD, ENVIRONMENT_INFO, GANTT, trTRbase as default, mfaCode };
|
|
281
|
-
//# sourceMappingURL=nettyapps-ntybase-tr-TRbase-
|
|
287
|
+
//# sourceMappingURL=nettyapps-ntybase-tr-TRbase-BwM-m4IP.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nettyapps-ntybase-tr-TRbase-
|
|
1
|
+
{"version":3,"file":"nettyapps-ntybase-tr-TRbase-BwM-m4IP.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -4370,8 +4370,8 @@ class NettyBaseApp {
|
|
|
4370
4370
|
alertService = inject(AlertService);
|
|
4371
4371
|
async loadBaseTranslations() {
|
|
4372
4372
|
try {
|
|
4373
|
-
const enUSBase = await import('./nettyapps-ntybase-en-USbase-
|
|
4374
|
-
const trTRBase = await import('./nettyapps-ntybase-tr-TRbase-
|
|
4373
|
+
const enUSBase = await import('./nettyapps-ntybase-en-USbase-CdxOfMdn.mjs');
|
|
4374
|
+
const trTRBase = await import('./nettyapps-ntybase-tr-TRbase-BwM-m4IP.mjs');
|
|
4375
4375
|
this.i18nService.addTranslations('English', enUSBase.default);
|
|
4376
4376
|
this.i18nService.addTranslations('Türkçe', trTRBase.default);
|
|
4377
4377
|
}
|
package/package.json
CHANGED
|
@@ -78,6 +78,12 @@
|
|
|
78
78
|
"@accessLimitation": "Access accessLimitation",
|
|
79
79
|
"@userCannotAccessThisScreen": "User cannot access this screen",
|
|
80
80
|
"@userCannotAddNewRecord": "User cannot add new record",
|
|
81
|
+
"@logId": "Log record no",
|
|
82
|
+
"@logTime": "Log time",
|
|
83
|
+
"@logUser": "Log user",
|
|
84
|
+
"@logIP": "Log IP",
|
|
85
|
+
"@logAction": "Log action",
|
|
86
|
+
"@logDescription": "Log description",
|
|
81
87
|
"mfaCode": "Code",
|
|
82
88
|
"mfaCode is required": "MFA Code is required",
|
|
83
89
|
"password is required": "Password is required",
|
|
@@ -78,6 +78,12 @@
|
|
|
78
78
|
"@accessLimitation": "Erişim limiti",
|
|
79
79
|
"@userCannotAccessThisScreen": "Kullanıcı bu ekrana erişemez",
|
|
80
80
|
"@userCannotAddNewRecord": "Kullanıcı yeni kayıt ekleyemez",
|
|
81
|
+
"@logId": "Log kayıt no",
|
|
82
|
+
"@logTime": "Log zamanı",
|
|
83
|
+
"@logUser": "Log kullanıcı",
|
|
84
|
+
"@logIP": "Log IP",
|
|
85
|
+
"@logAction": "Log işlem",
|
|
86
|
+
"@logDescription": "Log açıklama",
|
|
81
87
|
"mfaCode": "Güvenlik kodu",
|
|
82
88
|
"mfaCode is required": "Güvenlik kodu zorunludur",
|
|
83
89
|
"password is required": "Şifre zorunludur",
|