@nettyapps/ntybase 21.0.8 → 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-Bp2ffXGK.mjs → nettyapps-ntybase-en-USbase-AbPWt1BD.mjs} +23 -2
- package/fesm2022/{nettyapps-ntybase-en-USbase-Bp2ffXGK.mjs.map → nettyapps-ntybase-en-USbase-AbPWt1BD.mjs.map} +1 -1
- package/fesm2022/{nettyapps-ntybase-tr-TRbase-6UXSvhYH.mjs → nettyapps-ntybase-tr-TRbase-Cg5OGCEY.mjs} +23 -2
- package/fesm2022/{nettyapps-ntybase-tr-TRbase-6UXSvhYH.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 +19 -0
- package/translations/tr-TRbase.json +19 -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",
|
|
@@ -200,6 +218,7 @@
|
|
|
200
218
|
"SHOWING_RESULTS": "Showing {{shown}} of {{total}}",
|
|
201
219
|
"NO_RESULTS_FOUND": "No results found matching your search criteria.",
|
|
202
220
|
"CLEAR_FILTERS": "Clear Filters",
|
|
221
|
+
"DESCRIPTION": "Description",
|
|
203
222
|
"Create": "Add",
|
|
204
223
|
"GanttChartErrorLoadingComponent": "Error Loading Component"
|
|
205
224
|
},
|
|
@@ -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ş",
|
|
@@ -200,6 +218,7 @@
|
|
|
200
218
|
"SHOWING_RESULTS": "{{shown}}/{{total}} gösteriliyor",
|
|
201
219
|
"NO_RESULTS_FOUND": "Arama kriterlerinize uygun sonuç bulunamadı.",
|
|
202
220
|
"CLEAR_FILTERS": "Filtreleri Temizle",
|
|
221
|
+
"DESCRIPTION": "Açıklama",
|
|
203
222
|
"Create": "Ekle",
|
|
204
223
|
"GanttChartErrorLoadingComponent": "Component yüklenirken hata oluştu"
|
|
205
224
|
},
|