@schedule-x/translations
Advanced tools
Comparing version 1.21.0 to 1.22.0
@@ -367,2 +367,58 @@ 'use strict'; | ||
const calendarNlNL = { | ||
Today: 'Vandaag', | ||
Month: 'Maand', | ||
Week: 'Week', | ||
Day: 'Dag', | ||
events: 'gebeurtenissen', | ||
event: 'gebeurtenis', | ||
'No events': 'Geen gebeurtenissen', | ||
'Next period': 'Volgende periode', | ||
'Previous period': 'Vorige periode', | ||
to: 'tot', // as in 2/1/2020 to 2/2/2020 | ||
'Full day- and multiple day events': 'Evenementen van een hele dag en meerdere dagen', | ||
}; | ||
const datePickerNlNL = { | ||
Date: 'Datum', | ||
'MM/DD/YYYY': 'DD-MM-JJJJ', | ||
'Next month': 'Vorige maand', | ||
'Previous month': 'Volgende maand', | ||
'Choose Date': 'Datum kiezen', | ||
'Select View': 'Weergave kiezen', | ||
}; | ||
const nlNL = { | ||
...datePickerNlNL, | ||
...calendarNlNL, | ||
}; | ||
const datePickerPtBR = { | ||
Date: 'Data', | ||
'MM/DD/YYYY': 'DD/MM/YYYY', | ||
'Next month': 'Mês seguinte', | ||
'Previous month': 'Mês anterior', | ||
'Choose Date': 'Escolha uma data', | ||
'Select View': 'Selecione uma visualização', | ||
}; | ||
const calendarPtBR = { | ||
Today: 'Hoje', | ||
Month: 'Mês', | ||
Week: 'Semana', | ||
Day: 'Dia', | ||
events: 'eventos', | ||
event: 'evento', | ||
'No events': 'Sem eventos', | ||
'Next period': 'Período seguinte', | ||
'Previous period': 'Período anterior', | ||
to: 'a', // as in 2/1/2020 to 2/2/2020 | ||
'Full day- and multiple day events': 'Dia inteiro e eventos de vários dias', | ||
}; | ||
const ptBR = { | ||
...datePickerPtBR, | ||
...calendarPtBR, | ||
}; | ||
class InvalidLocaleError extends Error { | ||
@@ -398,2 +454,4 @@ constructor(locale) { | ||
esES, | ||
nlNL, | ||
ptBR, | ||
}; | ||
@@ -414,2 +472,4 @@ const datePickerTranslations = { | ||
esES: datePickerEsES, | ||
nlNL: datePickerNlNL, | ||
ptBR: datePickerPtBR, | ||
}; | ||
@@ -427,3 +487,5 @@ | ||
exports.koKR = koKR; | ||
exports.nlNL = nlNL; | ||
exports.plPL = plPL; | ||
exports.ptBR = ptBR; | ||
exports.ruRU = ruRU; | ||
@@ -430,0 +492,0 @@ exports.svSE = svSE; |
@@ -36,2 +36,4 @@ interface DatePickerTranslations { | ||
declare const esES: Language; | ||
declare const nlNL: Language; | ||
declare const ptBR: Language; | ||
declare const translate: (locale: string, languages: Record<string, object>) => (key: string) => string; | ||
@@ -52,2 +54,4 @@ declare const translations: { | ||
esES: Language; | ||
nlNL: Language; | ||
ptBR: Language; | ||
}; | ||
@@ -68,3 +72,5 @@ declare const datePickerTranslations: { | ||
esES: DatePickerTranslations; | ||
nlNL: DatePickerTranslations; | ||
ptBR: DatePickerTranslations; | ||
}; | ||
export { translate, translations, datePickerTranslations, deDE, enUS, itIT, enGB, svSE, zhCN, jaJP, ruRU, koKR, frFR, daDK, plPL, esES }; | ||
export { translate, translations, datePickerTranslations, deDE, enUS, itIT, enGB, svSE, zhCN, jaJP, ruRU, koKR, frFR, daDK, plPL, esES, nlNL, ptBR }; |
@@ -367,2 +367,58 @@ 'use strict'; | ||
const calendarNlNL = { | ||
Today: 'Vandaag', | ||
Month: 'Maand', | ||
Week: 'Week', | ||
Day: 'Dag', | ||
events: 'gebeurtenissen', | ||
event: 'gebeurtenis', | ||
'No events': 'Geen gebeurtenissen', | ||
'Next period': 'Volgende periode', | ||
'Previous period': 'Vorige periode', | ||
to: 'tot', // as in 2/1/2020 to 2/2/2020 | ||
'Full day- and multiple day events': 'Evenementen van een hele dag en meerdere dagen', | ||
}; | ||
const datePickerNlNL = { | ||
Date: 'Datum', | ||
'MM/DD/YYYY': 'DD-MM-JJJJ', | ||
'Next month': 'Vorige maand', | ||
'Previous month': 'Volgende maand', | ||
'Choose Date': 'Datum kiezen', | ||
'Select View': 'Weergave kiezen', | ||
}; | ||
const nlNL = { | ||
...datePickerNlNL, | ||
...calendarNlNL, | ||
}; | ||
const datePickerPtBR = { | ||
Date: 'Data', | ||
'MM/DD/YYYY': 'DD/MM/YYYY', | ||
'Next month': 'Mês seguinte', | ||
'Previous month': 'Mês anterior', | ||
'Choose Date': 'Escolha uma data', | ||
'Select View': 'Selecione uma visualização', | ||
}; | ||
const calendarPtBR = { | ||
Today: 'Hoje', | ||
Month: 'Mês', | ||
Week: 'Semana', | ||
Day: 'Dia', | ||
events: 'eventos', | ||
event: 'evento', | ||
'No events': 'Sem eventos', | ||
'Next period': 'Período seguinte', | ||
'Previous period': 'Período anterior', | ||
to: 'a', // as in 2/1/2020 to 2/2/2020 | ||
'Full day- and multiple day events': 'Dia inteiro e eventos de vários dias', | ||
}; | ||
const ptBR = { | ||
...datePickerPtBR, | ||
...calendarPtBR, | ||
}; | ||
class InvalidLocaleError extends Error { | ||
@@ -398,2 +454,4 @@ constructor(locale) { | ||
esES, | ||
nlNL, | ||
ptBR, | ||
}; | ||
@@ -414,2 +472,4 @@ const datePickerTranslations = { | ||
esES: datePickerEsES, | ||
nlNL: datePickerNlNL, | ||
ptBR: datePickerPtBR, | ||
}; | ||
@@ -427,3 +487,5 @@ | ||
exports.koKR = koKR; | ||
exports.nlNL = nlNL; | ||
exports.plPL = plPL; | ||
exports.ptBR = ptBR; | ||
exports.ruRU = ruRU; | ||
@@ -430,0 +492,0 @@ exports.svSE = svSE; |
@@ -36,2 +36,4 @@ interface DatePickerTranslations { | ||
declare const esES: Language; | ||
declare const nlNL: Language; | ||
declare const ptBR: Language; | ||
declare const translate: (locale: string, languages: Record<string, object>) => (key: string) => string; | ||
@@ -52,2 +54,4 @@ declare const translations: { | ||
esES: Language; | ||
nlNL: Language; | ||
ptBR: Language; | ||
}; | ||
@@ -68,3 +72,5 @@ declare const datePickerTranslations: { | ||
esES: DatePickerTranslations; | ||
nlNL: DatePickerTranslations; | ||
ptBR: DatePickerTranslations; | ||
}; | ||
export { translate, translations, datePickerTranslations, deDE, enUS, itIT, enGB, svSE, zhCN, jaJP, ruRU, koKR, frFR, daDK, plPL, esES }; | ||
export { translate, translations, datePickerTranslations, deDE, enUS, itIT, enGB, svSE, zhCN, jaJP, ruRU, koKR, frFR, daDK, plPL, esES, nlNL, ptBR }; |
@@ -365,2 +365,58 @@ const datePickerDeDE = { | ||
const calendarNlNL = { | ||
Today: 'Vandaag', | ||
Month: 'Maand', | ||
Week: 'Week', | ||
Day: 'Dag', | ||
events: 'gebeurtenissen', | ||
event: 'gebeurtenis', | ||
'No events': 'Geen gebeurtenissen', | ||
'Next period': 'Volgende periode', | ||
'Previous period': 'Vorige periode', | ||
to: 'tot', // as in 2/1/2020 to 2/2/2020 | ||
'Full day- and multiple day events': 'Evenementen van een hele dag en meerdere dagen', | ||
}; | ||
const datePickerNlNL = { | ||
Date: 'Datum', | ||
'MM/DD/YYYY': 'DD-MM-JJJJ', | ||
'Next month': 'Vorige maand', | ||
'Previous month': 'Volgende maand', | ||
'Choose Date': 'Datum kiezen', | ||
'Select View': 'Weergave kiezen', | ||
}; | ||
const nlNL = { | ||
...datePickerNlNL, | ||
...calendarNlNL, | ||
}; | ||
const datePickerPtBR = { | ||
Date: 'Data', | ||
'MM/DD/YYYY': 'DD/MM/YYYY', | ||
'Next month': 'Mês seguinte', | ||
'Previous month': 'Mês anterior', | ||
'Choose Date': 'Escolha uma data', | ||
'Select View': 'Selecione uma visualização', | ||
}; | ||
const calendarPtBR = { | ||
Today: 'Hoje', | ||
Month: 'Mês', | ||
Week: 'Semana', | ||
Day: 'Dia', | ||
events: 'eventos', | ||
event: 'evento', | ||
'No events': 'Sem eventos', | ||
'Next period': 'Período seguinte', | ||
'Previous period': 'Período anterior', | ||
to: 'a', // as in 2/1/2020 to 2/2/2020 | ||
'Full day- and multiple day events': 'Dia inteiro e eventos de vários dias', | ||
}; | ||
const ptBR = { | ||
...datePickerPtBR, | ||
...calendarPtBR, | ||
}; | ||
class InvalidLocaleError extends Error { | ||
@@ -396,2 +452,4 @@ constructor(locale) { | ||
esES, | ||
nlNL, | ||
ptBR, | ||
}; | ||
@@ -412,4 +470,6 @@ const datePickerTranslations = { | ||
esES: datePickerEsES, | ||
nlNL: datePickerNlNL, | ||
ptBR: datePickerPtBR, | ||
}; | ||
export { daDK, datePickerTranslations, deDE, enGB, enUS, esES, frFR, itIT, jaJP, koKR, plPL, ruRU, svSE, translate, translations, zhCN }; | ||
export { daDK, datePickerTranslations, deDE, enGB, enUS, esES, frFR, itIT, jaJP, koKR, nlNL, plPL, ptBR, ruRU, svSE, translate, translations, zhCN }; |
@@ -36,2 +36,4 @@ interface DatePickerTranslations { | ||
declare const esES: Language; | ||
declare const nlNL: Language; | ||
declare const ptBR: Language; | ||
declare const translate: (locale: string, languages: Record<string, object>) => (key: string) => string; | ||
@@ -52,2 +54,4 @@ declare const translations: { | ||
esES: Language; | ||
nlNL: Language; | ||
ptBR: Language; | ||
}; | ||
@@ -68,3 +72,5 @@ declare const datePickerTranslations: { | ||
esES: DatePickerTranslations; | ||
nlNL: DatePickerTranslations; | ||
ptBR: DatePickerTranslations; | ||
}; | ||
export { translate, translations, datePickerTranslations, deDE, enUS, itIT, enGB, svSE, zhCN, jaJP, ruRU, koKR, frFR, daDK, plPL, esES }; | ||
export { translate, translations, datePickerTranslations, deDE, enUS, itIT, enGB, svSE, zhCN, jaJP, ruRU, koKR, frFR, daDK, plPL, esES, nlNL, ptBR }; |
@@ -371,2 +371,58 @@ (function (global, factory) { | ||
const calendarNlNL = { | ||
Today: 'Vandaag', | ||
Month: 'Maand', | ||
Week: 'Week', | ||
Day: 'Dag', | ||
events: 'gebeurtenissen', | ||
event: 'gebeurtenis', | ||
'No events': 'Geen gebeurtenissen', | ||
'Next period': 'Volgende periode', | ||
'Previous period': 'Vorige periode', | ||
to: 'tot', // as in 2/1/2020 to 2/2/2020 | ||
'Full day- and multiple day events': 'Evenementen van een hele dag en meerdere dagen', | ||
}; | ||
const datePickerNlNL = { | ||
Date: 'Datum', | ||
'MM/DD/YYYY': 'DD-MM-JJJJ', | ||
'Next month': 'Vorige maand', | ||
'Previous month': 'Volgende maand', | ||
'Choose Date': 'Datum kiezen', | ||
'Select View': 'Weergave kiezen', | ||
}; | ||
const nlNL = { | ||
...datePickerNlNL, | ||
...calendarNlNL, | ||
}; | ||
const datePickerPtBR = { | ||
Date: 'Data', | ||
'MM/DD/YYYY': 'DD/MM/YYYY', | ||
'Next month': 'Mês seguinte', | ||
'Previous month': 'Mês anterior', | ||
'Choose Date': 'Escolha uma data', | ||
'Select View': 'Selecione uma visualização', | ||
}; | ||
const calendarPtBR = { | ||
Today: 'Hoje', | ||
Month: 'Mês', | ||
Week: 'Semana', | ||
Day: 'Dia', | ||
events: 'eventos', | ||
event: 'evento', | ||
'No events': 'Sem eventos', | ||
'Next period': 'Período seguinte', | ||
'Previous period': 'Período anterior', | ||
to: 'a', // as in 2/1/2020 to 2/2/2020 | ||
'Full day- and multiple day events': 'Dia inteiro e eventos de vários dias', | ||
}; | ||
const ptBR = { | ||
...datePickerPtBR, | ||
...calendarPtBR, | ||
}; | ||
class InvalidLocaleError extends Error { | ||
@@ -402,2 +458,4 @@ constructor(locale) { | ||
esES, | ||
nlNL, | ||
ptBR, | ||
}; | ||
@@ -418,2 +476,4 @@ const datePickerTranslations = { | ||
esES: datePickerEsES, | ||
nlNL: datePickerNlNL, | ||
ptBR: datePickerPtBR, | ||
}; | ||
@@ -431,3 +491,5 @@ | ||
exports.koKR = koKR; | ||
exports.nlNL = nlNL; | ||
exports.plPL = plPL; | ||
exports.ptBR = ptBR; | ||
exports.ruRU = ruRU; | ||
@@ -434,0 +496,0 @@ exports.svSE = svSE; |
{ | ||
"name": "@schedule-x/translations", | ||
"version": "1.21.0", | ||
"version": "1.22.0", | ||
"description": "Schedule-X translations", | ||
@@ -30,3 +30,3 @@ "author": { | ||
"homepage": "https://schedule-x.dev", | ||
"gitHead": "cc7aefcef347279aed6c7ed128cf6aceee1c85b2" | ||
"gitHead": "647cd995b16ea8f836b440c7fa9fe5bf96f0dc8a" | ||
} |
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
57381
1974