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.10.0 to 1.11.0

31

./dist/core.cjs.js

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

const datePickerKoKR = {
Date: '일자',
'MM/DD/YYYY': '년/월/일',
'Next month': '다음 달',
'Previous month': '이전 달',
'Choose Date': '날짜 선택',
'Select View': '보기 선택',
};
const calendarKoKR = {
Today: '오늘',
Month: '월',
Week: '주',
Day: '일',
events: '일정들',
event: '일정',
'No events': '일정 없음',
'Next period': '다음',
'Previous period': '이전',
to: '부터', // as in 2/1/2020 to 2/2/2020
'Full day- and multiple day events': '종일 및 복수일 일정',
};
const koKR = {
...datePickerKoKR,
...calendarKoKR,
};
class InvalidLocaleError extends Error {

@@ -253,2 +281,3 @@ constructor(locale) {

ruRU,
koKR,
};

@@ -264,2 +293,3 @@ const datePickerTranslations = {

ruRU: datePickerRuRU,
koKR: datePickerKoKR,
};

@@ -273,2 +303,3 @@

exports.jaJP = jaJP;
exports.koKR = koKR;
exports.ruRU = ruRU;

@@ -275,0 +306,0 @@ exports.svSE = svSE;

5

dist/core.cjs.d.ts

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

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

@@ -42,2 +43,3 @@ declare const translations: {

ruRU: Language;
koKR: Language;
};

@@ -53,3 +55,4 @@ declare const datePickerTranslations: {

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

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

const datePickerKoKR = {
Date: '일자',
'MM/DD/YYYY': '년/월/일',
'Next month': '다음 달',
'Previous month': '이전 달',
'Choose Date': '날짜 선택',
'Select View': '보기 선택',
};
const calendarKoKR = {
Today: '오늘',
Month: '월',
Week: '주',
Day: '일',
events: '일정들',
event: '일정',
'No events': '일정 없음',
'Next period': '다음',
'Previous period': '이전',
to: '부터', // as in 2/1/2020 to 2/2/2020
'Full day- and multiple day events': '종일 및 복수일 일정',
};
const koKR = {
...datePickerKoKR,
...calendarKoKR,
};
class InvalidLocaleError extends Error {

@@ -253,2 +281,3 @@ constructor(locale) {

ruRU,
koKR,
};

@@ -264,2 +293,3 @@ const datePickerTranslations = {

ruRU: datePickerRuRU,
koKR: datePickerKoKR,
};

@@ -273,2 +303,3 @@

exports.jaJP = jaJP;
exports.koKR = koKR;
exports.ruRU = ruRU;

@@ -275,0 +306,0 @@ exports.svSE = svSE;

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

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

@@ -42,2 +43,3 @@ declare const translations: {

ruRU: Language;
koKR: Language;
};

@@ -53,3 +55,4 @@ declare const datePickerTranslations: {

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

32

dist/core.js

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

const datePickerKoKR = {
Date: '일자',
'MM/DD/YYYY': '년/월/일',
'Next month': '다음 달',
'Previous month': '이전 달',
'Choose Date': '날짜 선택',
'Select View': '보기 선택',
};
const calendarKoKR = {
Today: '오늘',
Month: '월',
Week: '주',
Day: '일',
events: '일정들',
event: '일정',
'No events': '일정 없음',
'Next period': '다음',
'Previous period': '이전',
to: '부터', // as in 2/1/2020 to 2/2/2020
'Full day- and multiple day events': '종일 및 복수일 일정',
};
const koKR = {
...datePickerKoKR,
...calendarKoKR,
};
class InvalidLocaleError extends Error {

@@ -251,2 +279,3 @@ constructor(locale) {

ruRU,
koKR,
};

@@ -262,4 +291,5 @@ const datePickerTranslations = {

ruRU: datePickerRuRU,
koKR: datePickerKoKR,
};
export { datePickerTranslations, deDE, enGB, enUS, itIT, jaJP, ruRU, svSE, translate, translations, zhCN };
export { datePickerTranslations, deDE, enGB, enUS, itIT, jaJP, koKR, ruRU, svSE, translate, translations, zhCN };

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

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

@@ -42,2 +43,3 @@ declare const translations: {

ruRU: Language;
koKR: Language;
};

@@ -53,3 +55,4 @@ declare const datePickerTranslations: {

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

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

const datePickerKoKR = {
Date: '일자',
'MM/DD/YYYY': '년/월/일',
'Next month': '다음 달',
'Previous month': '이전 달',
'Choose Date': '날짜 선택',
'Select View': '보기 선택',
};
const calendarKoKR = {
Today: '오늘',
Month: '월',
Week: '주',
Day: '일',
events: '일정들',
event: '일정',
'No events': '일정 없음',
'Next period': '다음',
'Previous period': '이전',
to: '부터', // as in 2/1/2020 to 2/2/2020
'Full day- and multiple day events': '종일 및 복수일 일정',
};
const koKR = {
...datePickerKoKR,
...calendarKoKR,
};
class InvalidLocaleError extends Error {

@@ -257,2 +285,3 @@ constructor(locale) {

ruRU,
koKR,
};

@@ -268,2 +297,3 @@ const datePickerTranslations = {

ruRU: datePickerRuRU,
koKR: datePickerKoKR,
};

@@ -277,2 +307,3 @@

exports.jaJP = jaJP;
exports.koKR = koKR;
exports.ruRU = ruRU;

@@ -279,0 +310,0 @@ exports.svSE = svSE;

{
"name": "@schedule-x/translations",
"version": "1.10.0",
"version": "1.11.0",
"description": "Schedule-X translations",

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

"homepage": "https://schedule-x.dev",
"gitHead": "326825eb7cf39d865aff0b4fbedb014e606ae54e"
"gitHead": "02b7330a597319b8044d9e85293dd647a1b7f0aa"
}
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