@nettyapps/ntybase 21.1.33 → 21.1.35
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-CdxOfMdn.mjs → nettyapps-ntybase-en-USbase-C1t7F-R0.mjs} +25 -2
- package/fesm2022/{nettyapps-ntybase-en-USbase-CdxOfMdn.mjs.map → nettyapps-ntybase-en-USbase-C1t7F-R0.mjs.map} +1 -1
- package/fesm2022/{nettyapps-ntybase-tr-TRbase-BwM-m4IP.mjs → nettyapps-ntybase-tr-TRbase-BXQ_UTZY.mjs} +25 -2
- package/fesm2022/{nettyapps-ntybase-tr-TRbase-BwM-m4IP.mjs.map → nettyapps-ntybase-tr-TRbase-BXQ_UTZY.mjs.map} +1 -1
- package/fesm2022/nettyapps-ntybase.mjs +5 -5
- package/fesm2022/nettyapps-ntybase.mjs.map +1 -1
- package/package.json +1 -1
- package/translations/en-USbase.json +24 -1
- package/translations/tr-TRbase.json +24 -1
package/package.json
CHANGED
|
@@ -275,5 +275,28 @@
|
|
|
275
275
|
"@minLengthError": "Please enter at least {{value}} characters",
|
|
276
276
|
"@maxLengthError": "Please enter at most {{value}} characters",
|
|
277
277
|
"@dateCannotBeBeforeStart": "Selected date cannot be earlier than the start date",
|
|
278
|
-
"@dateCannotBeAfterEnd": "Selected date cannot be later than the end date"
|
|
278
|
+
"@dateCannotBeAfterEnd": "Selected date cannot be later than the end date",
|
|
279
|
+
"@EXCEL_PARSER": {
|
|
280
|
+
"noFileChosen": "Please select a file",
|
|
281
|
+
"errorLoadingFile": "Error loading file",
|
|
282
|
+
"errorReadingFile": "Error reading file",
|
|
283
|
+
"errorNoData": "No data found in file",
|
|
284
|
+
"sheetNotFound": "Excel sheet {{index}} not found.",
|
|
285
|
+
"defaultValueSet": "'{{prop}}' field is empty, default value assigned.",
|
|
286
|
+
"requiredFieldMissing": "'{{prop}}' is required but its value is empty.",
|
|
287
|
+
"conversionError": "Could not convert type of data '{{value}}' for field '{{prop}}'.",
|
|
288
|
+
"rowSkipped": "This row was skipped due to errors."
|
|
289
|
+
},
|
|
290
|
+
"@EXCEL_PARSER_LOG": {
|
|
291
|
+
"all": "All",
|
|
292
|
+
"errors": "Errors",
|
|
293
|
+
"warnings": "Warnings",
|
|
294
|
+
"infos": "Infos",
|
|
295
|
+
"row": "Row",
|
|
296
|
+
"message": "Message",
|
|
297
|
+
"level": "Level",
|
|
298
|
+
"parseLogs": " Parse logs",
|
|
299
|
+
"parsedData": " Parsed data",
|
|
300
|
+
"exportLogs": "Export to Excel"
|
|
301
|
+
}
|
|
279
302
|
}
|
|
@@ -275,5 +275,28 @@
|
|
|
275
275
|
"@minLengthError": "En az {{value}} karakter girmelisiniz",
|
|
276
276
|
"@maxLengthError": "En fazla {{value}} karakter girebilirsiniz",
|
|
277
277
|
"@dateCannotBeBeforeStart": "Seçilen tarih, başlangıç tarihinden önce olamaz",
|
|
278
|
-
"@dateCannotBeAfterEnd": "Seçilen tarih, bitiş tarihinden sonra olamaz"
|
|
278
|
+
"@dateCannotBeAfterEnd": "Seçilen tarih, bitiş tarihinden sonra olamaz",
|
|
279
|
+
"@EXCEL_PARSER": {
|
|
280
|
+
"noFileChosen": "Lütfen bir dosya seçin",
|
|
281
|
+
"errorLoadingFile": "Dosya yüklenirken hata oluştu",
|
|
282
|
+
"errorReadingFile": "Dosya okunurken hata oluştu",
|
|
283
|
+
"errorNoData": "Dosyada veri bulunamadı",
|
|
284
|
+
"sheetNotFound": "{{index}} numaralı Excel sekmesi bulunamadı.",
|
|
285
|
+
"defaultValueSet": "'{{prop}}' alanı boş olduğu için varsayılan değer atandı.",
|
|
286
|
+
"requiredFieldMissing": "'{{prop}}' zorunlu bir alan ancak değeri boş.",
|
|
287
|
+
"conversionError": "'{{prop}}' alanı için '{{value}}' verisinin tipi dönüştürülemedi.",
|
|
288
|
+
"rowSkipped": "Bu satır hatalardan dolayı atlandı."
|
|
289
|
+
},
|
|
290
|
+
"@EXCEL_PARSER_LOG": {
|
|
291
|
+
"all": "Tümü",
|
|
292
|
+
"errors": "Hatalar",
|
|
293
|
+
"warnings": "Uyarılar",
|
|
294
|
+
"infos": "Bilgiler",
|
|
295
|
+
"row": "Satır",
|
|
296
|
+
"message": "Mesaj",
|
|
297
|
+
"level": "Seviye",
|
|
298
|
+
"parseLogs": " Aktarım logları",
|
|
299
|
+
"parsedData": " Aktarılan veriler",
|
|
300
|
+
"exportLogs": "Excele aktar"
|
|
301
|
+
}
|
|
279
302
|
}
|