@schedule-x/translations
Advanced tools
Comparing version 1.41.2 to 1.42.0
@@ -42,2 +42,3 @@ interface DatePickerTranslations { | ||
declare const kyKG: Language; | ||
declare const idID: Language; | ||
declare const translate: (locale: string, languages: Record<string, object>) => (key: string) => string; | ||
@@ -64,2 +65,3 @@ declare const translations: { | ||
kyKG: Language; | ||
idID: Language; | ||
}; | ||
@@ -86,3 +88,4 @@ declare const datePickerTranslations: { | ||
kyKG: DatePickerTranslations; | ||
idID: DatePickerTranslations; | ||
}; | ||
export { translate, translations, datePickerTranslations, deDE, enUS, itIT, enGB, svSE, zhCN, jaJP, ruRU, koKR, frFR, daDK, plPL, esES, mkMK, nlNL, ptBR, skSK, trTR, kyKG }; | ||
export { translate, translations, datePickerTranslations, deDE, enUS, itIT, enGB, svSE, zhCN, jaJP, ruRU, koKR, frFR, daDK, plPL, esES, mkMK, nlNL, ptBR, skSK, trTR, kyKG, idID }; |
@@ -535,2 +535,30 @@ 'use strict'; | ||
const datePickerIdID = { | ||
Date: 'Tanggal', | ||
'MM/DD/YYYY': 'DD.MM.YYYY', | ||
'Next month': 'Bulan depan', | ||
'Previous month': 'Bulan sebelumnya', | ||
'Choose Date': 'Pilih tanggal', | ||
'Select View': 'Pilih tampilan', | ||
}; | ||
const calendarIdID = { | ||
Today: 'Hari Ini', | ||
Month: 'Bulan', | ||
Week: 'Minggu', | ||
Day: 'Hari', | ||
events: 'Acara', | ||
event: 'Acara', | ||
'No events': 'Tidak ada acara', | ||
'Next period': 'Periode selanjutnya', | ||
'Previous period': 'Periode sebelumnya', | ||
to: 'sampai', // as in 2/1/2020 to 2/2/2020 | ||
'Full day- and multiple day events': 'Sepanjang hari dan acara beberapa hari ', | ||
}; | ||
const idID = { | ||
...datePickerIdID, | ||
...calendarIdID, | ||
}; | ||
class InvalidLocaleError extends Error { | ||
@@ -572,2 +600,3 @@ constructor(locale) { | ||
kyKG, | ||
idID, | ||
}; | ||
@@ -594,2 +623,3 @@ const datePickerTranslations = { | ||
kyKG: datePickerKyKG, | ||
idID: datePickerIdID, | ||
}; | ||
@@ -604,2 +634,3 @@ | ||
exports.frFR = frFR; | ||
exports.idID = idID; | ||
exports.itIT = itIT; | ||
@@ -606,0 +637,0 @@ exports.jaJP = jaJP; |
@@ -42,2 +42,3 @@ interface DatePickerTranslations { | ||
declare const kyKG: Language; | ||
declare const idID: Language; | ||
declare const translate: (locale: string, languages: Record<string, object>) => (key: string) => string; | ||
@@ -64,2 +65,3 @@ declare const translations: { | ||
kyKG: Language; | ||
idID: Language; | ||
}; | ||
@@ -86,3 +88,4 @@ declare const datePickerTranslations: { | ||
kyKG: DatePickerTranslations; | ||
idID: DatePickerTranslations; | ||
}; | ||
export { translate, translations, datePickerTranslations, deDE, enUS, itIT, enGB, svSE, zhCN, jaJP, ruRU, koKR, frFR, daDK, plPL, esES, mkMK, nlNL, ptBR, skSK, trTR, kyKG }; | ||
export { translate, translations, datePickerTranslations, deDE, enUS, itIT, enGB, svSE, zhCN, jaJP, ruRU, koKR, frFR, daDK, plPL, esES, mkMK, nlNL, ptBR, skSK, trTR, kyKG, idID }; |
@@ -533,2 +533,30 @@ const datePickerDeDE = { | ||
const datePickerIdID = { | ||
Date: 'Tanggal', | ||
'MM/DD/YYYY': 'DD.MM.YYYY', | ||
'Next month': 'Bulan depan', | ||
'Previous month': 'Bulan sebelumnya', | ||
'Choose Date': 'Pilih tanggal', | ||
'Select View': 'Pilih tampilan', | ||
}; | ||
const calendarIdID = { | ||
Today: 'Hari Ini', | ||
Month: 'Bulan', | ||
Week: 'Minggu', | ||
Day: 'Hari', | ||
events: 'Acara', | ||
event: 'Acara', | ||
'No events': 'Tidak ada acara', | ||
'Next period': 'Periode selanjutnya', | ||
'Previous period': 'Periode sebelumnya', | ||
to: 'sampai', // as in 2/1/2020 to 2/2/2020 | ||
'Full day- and multiple day events': 'Sepanjang hari dan acara beberapa hari ', | ||
}; | ||
const idID = { | ||
...datePickerIdID, | ||
...calendarIdID, | ||
}; | ||
class InvalidLocaleError extends Error { | ||
@@ -570,2 +598,3 @@ constructor(locale) { | ||
kyKG, | ||
idID, | ||
}; | ||
@@ -592,4 +621,5 @@ const datePickerTranslations = { | ||
kyKG: datePickerKyKG, | ||
idID: datePickerIdID, | ||
}; | ||
export { daDK, datePickerTranslations, deDE, enGB, enUS, esES, frFR, itIT, jaJP, koKR, kyKG, mkMK, nlNL, plPL, ptBR, ruRU, skSK, svSE, trTR, translate, translations, zhCN }; | ||
export { daDK, datePickerTranslations, deDE, enGB, enUS, esES, frFR, idID, itIT, jaJP, koKR, kyKG, mkMK, nlNL, plPL, ptBR, ruRU, skSK, svSE, trTR, translate, translations, zhCN }; |
@@ -42,2 +42,3 @@ interface DatePickerTranslations { | ||
declare const kyKG: Language; | ||
declare const idID: Language; | ||
declare const translate: (locale: string, languages: Record<string, object>) => (key: string) => string; | ||
@@ -64,2 +65,3 @@ declare const translations: { | ||
kyKG: Language; | ||
idID: Language; | ||
}; | ||
@@ -86,3 +88,4 @@ declare const datePickerTranslations: { | ||
kyKG: DatePickerTranslations; | ||
idID: DatePickerTranslations; | ||
}; | ||
export { translate, translations, datePickerTranslations, deDE, enUS, itIT, enGB, svSE, zhCN, jaJP, ruRU, koKR, frFR, daDK, plPL, esES, mkMK, nlNL, ptBR, skSK, trTR, kyKG }; | ||
export { translate, translations, datePickerTranslations, deDE, enUS, itIT, enGB, svSE, zhCN, jaJP, ruRU, koKR, frFR, daDK, plPL, esES, mkMK, nlNL, ptBR, skSK, trTR, kyKG, idID }; |
@@ -539,2 +539,30 @@ (function (global, factory) { | ||
const datePickerIdID = { | ||
Date: 'Tanggal', | ||
'MM/DD/YYYY': 'DD.MM.YYYY', | ||
'Next month': 'Bulan depan', | ||
'Previous month': 'Bulan sebelumnya', | ||
'Choose Date': 'Pilih tanggal', | ||
'Select View': 'Pilih tampilan', | ||
}; | ||
const calendarIdID = { | ||
Today: 'Hari Ini', | ||
Month: 'Bulan', | ||
Week: 'Minggu', | ||
Day: 'Hari', | ||
events: 'Acara', | ||
event: 'Acara', | ||
'No events': 'Tidak ada acara', | ||
'Next period': 'Periode selanjutnya', | ||
'Previous period': 'Periode sebelumnya', | ||
to: 'sampai', // as in 2/1/2020 to 2/2/2020 | ||
'Full day- and multiple day events': 'Sepanjang hari dan acara beberapa hari ', | ||
}; | ||
const idID = { | ||
...datePickerIdID, | ||
...calendarIdID, | ||
}; | ||
class InvalidLocaleError extends Error { | ||
@@ -576,2 +604,3 @@ constructor(locale) { | ||
kyKG, | ||
idID, | ||
}; | ||
@@ -598,2 +627,3 @@ const datePickerTranslations = { | ||
kyKG: datePickerKyKG, | ||
idID: datePickerIdID, | ||
}; | ||
@@ -608,2 +638,3 @@ | ||
exports.frFR = frFR; | ||
exports.idID = idID; | ||
exports.itIT = itIT; | ||
@@ -610,0 +641,0 @@ exports.jaJP = jaJP; |
{ | ||
"name": "@schedule-x/translations", | ||
"version": "1.41.2", | ||
"version": "1.42.0", | ||
"description": "Schedule-X translations", | ||
@@ -30,3 +30,3 @@ "author": { | ||
"homepage": "https://schedule-x.dev", | ||
"gitHead": "7a6909e2f46441f004b724ead7f91a5c25f3b522" | ||
"gitHead": "612a85ad6732c361972768c0187648fd928c3f32" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
58069
8
1992