@nettyapps/ntybase 21.0.9 → 21.0.10
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-D8jt8Fgo.mjs → nettyapps-ntybase-en-USbase-AbPWt1BD.mjs} +22 -2
- package/fesm2022/{nettyapps-ntybase-en-USbase-D8jt8Fgo.mjs.map → nettyapps-ntybase-en-USbase-AbPWt1BD.mjs.map} +1 -1
- package/fesm2022/{nettyapps-ntybase-tr-TRbase-BrIf0416.mjs → nettyapps-ntybase-tr-TRbase-Cg5OGCEY.mjs} +22 -2
- package/fesm2022/{nettyapps-ntybase-tr-TRbase-BrIf0416.mjs.map → nettyapps-ntybase-tr-TRbase-Cg5OGCEY.mjs.map} +1 -1
- package/fesm2022/nettyapps-ntybase.mjs +4 -4
- package/fesm2022/nettyapps-ntybase.mjs.map +1 -1
- package/package.json +1 -1
- package/translations/en-USbase.json +18 -0
- package/translations/tr-TRbase.json +18 -0
package/package.json
CHANGED
|
@@ -79,6 +79,24 @@
|
|
|
79
79
|
"password is required": "Password is required",
|
|
80
80
|
"resend MFACode": "Resend MFA code!",
|
|
81
81
|
"username is required": "Username is required",
|
|
82
|
+
"DASHBOARD": {
|
|
83
|
+
"width": "Width",
|
|
84
|
+
"height": "Height"
|
|
85
|
+
},
|
|
86
|
+
"ENVIRONMENT_INFO": {
|
|
87
|
+
"applicationInfo": "Application Information",
|
|
88
|
+
"prod": "PROD",
|
|
89
|
+
"dev": "DEV",
|
|
90
|
+
"version": "Version",
|
|
91
|
+
"defaultLanguage": "Default Language",
|
|
92
|
+
"supportedLanguages": "Supported Languages",
|
|
93
|
+
"nettyConnections": "Netty Connections",
|
|
94
|
+
"apiUrl": "API URL",
|
|
95
|
+
"adminUrl": "Admin URL",
|
|
96
|
+
"baseHref": "Base Href",
|
|
97
|
+
"application": "Application",
|
|
98
|
+
"noConfig": "Environment configuration not found"
|
|
99
|
+
},
|
|
82
100
|
"AG_GRID": {
|
|
83
101
|
"TOTAL_ROWS": "Total Rows",
|
|
84
102
|
"FILTERED_ROWS": "Filtered",
|
|
@@ -79,6 +79,24 @@
|
|
|
79
79
|
"password is required": "Şifre zorunludur",
|
|
80
80
|
"resend MFACode": "Güvenlik kodunu tekrar gönder",
|
|
81
81
|
"username is required": "Kullanıcı adı zorunludur",
|
|
82
|
+
"DASHBOARD": {
|
|
83
|
+
"width": "Genişlik",
|
|
84
|
+
"height": "Yükseklik"
|
|
85
|
+
},
|
|
86
|
+
"ENVIRONMENT_INFO": {
|
|
87
|
+
"applicationInfo": "Uygulama Bilgileri",
|
|
88
|
+
"prod": "PROD",
|
|
89
|
+
"dev": "DEV",
|
|
90
|
+
"version": "Versiyon",
|
|
91
|
+
"defaultLanguage": "Varsayılan Dil",
|
|
92
|
+
"supportedLanguages": "Desteklenen Diller",
|
|
93
|
+
"nettyConnections": "Netty Bağlantıları",
|
|
94
|
+
"apiUrl": "API URL",
|
|
95
|
+
"adminUrl": "Admin URL",
|
|
96
|
+
"baseHref": "Base Href",
|
|
97
|
+
"application": "Uygulama",
|
|
98
|
+
"noConfig": "Environment konfigürasyonu bulunamadı"
|
|
99
|
+
},
|
|
82
100
|
"AG_GRID": {
|
|
83
101
|
"TOTAL_ROWS": "Toplam Satır",
|
|
84
102
|
"FILTERED_ROWS": "Filtrelenmiş",
|