Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@schedule-x/translations

Package Overview
Dependencies
Maintainers
1
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@schedule-x/translations - npm Package Compare versions

Comparing version 1.19.0 to 1.20.0

31

./dist/core.cjs.js

@@ -339,2 +339,30 @@ 'use strict';

const datePickerEsES = {
Date: 'Fecha',
'MM/DD/YYYY': 'DD/MM/YYYY',
'Next month': 'Siguiente mes',
'Previous month': 'Mes anterior',
'Choose Date': 'Seleccione una fecha',
'Select View': 'Seleccione una vista',
};
const calendarEsES = {
Today: 'Hoy',
Month: 'Mes',
Week: 'Semana',
Day: 'Día',
events: 'eventos',
event: 'evento',
'No events': 'Sin eventos',
'Next period': 'Siguiente período',
'Previous period': 'Período anterior',
to: 'a', // as in 2/1/2020 to 2/2/2020
'Full day- and multiple day events': 'Día completo y eventos de múltiples días',
};
const esES = {
...datePickerEsES,
...calendarEsES,
};
class InvalidLocaleError extends Error {

@@ -369,2 +397,3 @@ constructor(locale) {

plPL,
esES,
};

@@ -384,2 +413,3 @@ const datePickerTranslations = {

plPL: datePickerPlPL,
esES: datePickerEsES,
};

@@ -392,2 +422,3 @@

exports.enUS = enUS;
exports.esES = esES;
exports.frFR = frFR;

@@ -394,0 +425,0 @@ exports.itIT = itIT;

5

dist/core.cjs.d.ts

@@ -35,2 +35,3 @@ interface DatePickerTranslations {

declare const plPL: Language;
declare const esES: Language;
declare const translate: (locale: string, languages: Record<string, object>) => (key: string) => string;

@@ -50,2 +51,3 @@ declare const translations: {

plPL: Language;
esES: Language;
};

@@ -65,3 +67,4 @@ declare const datePickerTranslations: {

plPL: DatePickerTranslations;
esES: DatePickerTranslations;
};
export { translate, translations, datePickerTranslations, deDE, enUS, itIT, enGB, svSE, zhCN, jaJP, ruRU, koKR, frFR, daDK, plPL };
export { translate, translations, datePickerTranslations, deDE, enUS, itIT, enGB, svSE, zhCN, jaJP, ruRU, koKR, frFR, daDK, plPL, esES };

@@ -339,2 +339,30 @@ 'use strict';

const datePickerEsES = {
Date: 'Fecha',
'MM/DD/YYYY': 'DD/MM/YYYY',
'Next month': 'Siguiente mes',
'Previous month': 'Mes anterior',
'Choose Date': 'Seleccione una fecha',
'Select View': 'Seleccione una vista',
};
const calendarEsES = {
Today: 'Hoy',
Month: 'Mes',
Week: 'Semana',
Day: 'Día',
events: 'eventos',
event: 'evento',
'No events': 'Sin eventos',
'Next period': 'Siguiente período',
'Previous period': 'Período anterior',
to: 'a', // as in 2/1/2020 to 2/2/2020
'Full day- and multiple day events': 'Día completo y eventos de múltiples días',
};
const esES = {
...datePickerEsES,
...calendarEsES,
};
class InvalidLocaleError extends Error {

@@ -369,2 +397,3 @@ constructor(locale) {

plPL,
esES,
};

@@ -384,2 +413,3 @@ const datePickerTranslations = {

plPL: datePickerPlPL,
esES: datePickerEsES,
};

@@ -392,2 +422,3 @@

exports.enUS = enUS;
exports.esES = esES;
exports.frFR = frFR;

@@ -394,0 +425,0 @@ exports.itIT = itIT;

@@ -35,2 +35,3 @@ interface DatePickerTranslations {

declare const plPL: Language;
declare const esES: Language;
declare const translate: (locale: string, languages: Record<string, object>) => (key: string) => string;

@@ -50,2 +51,3 @@ declare const translations: {

plPL: Language;
esES: Language;
};

@@ -65,3 +67,4 @@ declare const datePickerTranslations: {

plPL: DatePickerTranslations;
esES: DatePickerTranslations;
};
export { translate, translations, datePickerTranslations, deDE, enUS, itIT, enGB, svSE, zhCN, jaJP, ruRU, koKR, frFR, daDK, plPL };
export { translate, translations, datePickerTranslations, deDE, enUS, itIT, enGB, svSE, zhCN, jaJP, ruRU, koKR, frFR, daDK, plPL, esES };

32

dist/core.js

@@ -337,2 +337,30 @@ const datePickerDeDE = {

const datePickerEsES = {
Date: 'Fecha',
'MM/DD/YYYY': 'DD/MM/YYYY',
'Next month': 'Siguiente mes',
'Previous month': 'Mes anterior',
'Choose Date': 'Seleccione una fecha',
'Select View': 'Seleccione una vista',
};
const calendarEsES = {
Today: 'Hoy',
Month: 'Mes',
Week: 'Semana',
Day: 'Día',
events: 'eventos',
event: 'evento',
'No events': 'Sin eventos',
'Next period': 'Siguiente período',
'Previous period': 'Período anterior',
to: 'a', // as in 2/1/2020 to 2/2/2020
'Full day- and multiple day events': 'Día completo y eventos de múltiples días',
};
const esES = {
...datePickerEsES,
...calendarEsES,
};
class InvalidLocaleError extends Error {

@@ -367,2 +395,3 @@ constructor(locale) {

plPL,
esES,
};

@@ -382,4 +411,5 @@ const datePickerTranslations = {

plPL: datePickerPlPL,
esES: datePickerEsES,
};
export { daDK, datePickerTranslations, deDE, enGB, enUS, frFR, itIT, jaJP, koKR, plPL, ruRU, svSE, translate, translations, zhCN };
export { daDK, datePickerTranslations, deDE, enGB, enUS, esES, frFR, itIT, jaJP, koKR, plPL, ruRU, svSE, translate, translations, zhCN };

@@ -35,2 +35,3 @@ interface DatePickerTranslations {

declare const plPL: Language;
declare const esES: Language;
declare const translate: (locale: string, languages: Record<string, object>) => (key: string) => string;

@@ -50,2 +51,3 @@ declare const translations: {

plPL: Language;
esES: Language;
};

@@ -65,3 +67,4 @@ declare const datePickerTranslations: {

plPL: DatePickerTranslations;
esES: DatePickerTranslations;
};
export { translate, translations, datePickerTranslations, deDE, enUS, itIT, enGB, svSE, zhCN, jaJP, ruRU, koKR, frFR, daDK, plPL };
export { translate, translations, datePickerTranslations, deDE, enUS, itIT, enGB, svSE, zhCN, jaJP, ruRU, koKR, frFR, daDK, plPL, esES };

@@ -343,2 +343,30 @@ (function (global, factory) {

const datePickerEsES = {
Date: 'Fecha',
'MM/DD/YYYY': 'DD/MM/YYYY',
'Next month': 'Siguiente mes',
'Previous month': 'Mes anterior',
'Choose Date': 'Seleccione una fecha',
'Select View': 'Seleccione una vista',
};
const calendarEsES = {
Today: 'Hoy',
Month: 'Mes',
Week: 'Semana',
Day: 'Día',
events: 'eventos',
event: 'evento',
'No events': 'Sin eventos',
'Next period': 'Siguiente período',
'Previous period': 'Período anterior',
to: 'a', // as in 2/1/2020 to 2/2/2020
'Full day- and multiple day events': 'Día completo y eventos de múltiples días',
};
const esES = {
...datePickerEsES,
...calendarEsES,
};
class InvalidLocaleError extends Error {

@@ -373,2 +401,3 @@ constructor(locale) {

plPL,
esES,
};

@@ -388,2 +417,3 @@ const datePickerTranslations = {

plPL: datePickerPlPL,
esES: datePickerEsES,
};

@@ -396,2 +426,3 @@

exports.enUS = enUS;
exports.esES = esES;
exports.frFR = frFR;

@@ -398,0 +429,0 @@ exports.itIT = itIT;

{
"name": "@schedule-x/translations",
"version": "1.19.0",
"version": "1.20.0",
"description": "Schedule-X translations",

@@ -30,3 +30,3 @@ "author": {

"homepage": "https://schedule-x.dev",
"gitHead": "6aae95a48da80dcced5292f85024cc85be50f2f4"
"gitHead": "23ed562414c68178c29556906428c516e9330880"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc