add datePanelLabel format in locale files

This commit is contained in:
Sergio Crisostomo 2017-10-17 12:25:36 +02:00
parent 46f37a1414
commit 3d50db5bb2
15 changed files with 36 additions and 6 deletions

View file

@ -1,5 +1,6 @@
export default {
i: {
locale: 'de-DE',
select: {
placeholder: 'Auswählen',
noMatch: 'Keine Übereinstimmungen',
@ -19,7 +20,8 @@ export default {
endTime: 'Ende',
clear: 'Leeren',
ok: 'OK',
month: '',
datePanelLabel: '[mmmm] [yyyy]',
month: 'Monat',
month1: 'Januar',
month2: 'Februar',
month3: 'März',
@ -32,7 +34,7 @@ export default {
month10: 'Oktober',
month11: 'November',
month12: 'Dezember',
year: '',
year: 'Jahr',
weekStartDay: '1',
weeks: {
sun: 'So',

View file

@ -1,5 +1,6 @@
export default {
i: {
locale: 'en-US',
select: {
placeholder: 'Select',
noMatch: 'No matching data',
@ -19,7 +20,8 @@ export default {
endTime: 'End Time',
clear: 'Clear',
ok: 'OK',
month: '',
datePanelLabel: '[mmmm] [yyyy]',
month: 'Month',
month1: 'January',
month2: 'February',
month3: 'March',
@ -32,7 +34,7 @@ export default {
month10: 'October',
month11: 'November',
month12: 'December',
year: '',
year: 'Year',
weekStartDay: '0',
weeks: {
sun: 'Sun',

View file

@ -1,5 +1,6 @@
export default {
i: {
locale: 'es-ES',
select: {
placeholder: 'Seleccionar',
noMatch: 'Sin coincidencias',
@ -19,6 +20,7 @@ export default {
endTime: 'Hora de fin',
clear: 'Limpiar',
ok: 'Aceptar',
datePanelLabel: '[mmmm] [yyyy]',
month: 'Mes',
month1: 'Enero',
month2: 'Febrero',

View file

@ -1,5 +1,6 @@
export default {
i: {
locale: 'fr-FR',
select: {
placeholder: 'Sélectionnez',
noMatch: 'Aucun résultat',
@ -19,7 +20,8 @@ export default {
endTime: 'Heure de fin',
clear: 'Annuler',
ok: 'OK',
month: '',
datePanelLabel: '[mmmm] [yyyy]',
month: 'Mois',
month1: 'Janvier',
month2: 'Février',
month3: 'Mars',
@ -32,7 +34,7 @@ export default {
month10: 'Octobre',
month11: 'Novembre',
month12: 'Decembre',
year: '',
year: 'An',
weekStartDay: '1',
weeks: {
sun: 'Dim',

View file

@ -1,5 +1,6 @@
export default {
i: {
locale: 'id-ID',
select: {
placeholder: 'Pilih',
noMatch: 'Tidak ada data yang cocok',
@ -19,6 +20,7 @@ export default {
endTime: 'Waktu Selesai',
clear: 'Bersihkan',
ok: 'OK',
datePanelLabel: '[mmmm] [yyyy]',
month: '',
month1: 'Januari',
month2: 'Februari',

View file

@ -1,5 +1,6 @@
export default {
i: {
locale: 'ja-JP',
select: {
placeholder: '選んでください',
noMatch: 'マッチするデータなし',
@ -19,6 +20,7 @@ export default {
endTime: '終了時間',
clear: 'クリーア',
ok: '確定',
datePanelLabel: '[yyyy] [mmmm]',
month: '月',
month1: '1 月',
month2: '2 月',

View file

@ -1,5 +1,6 @@
export default {
i: {
locale: 'ko-KR',
select: {
placeholder: '선택',
noMatch: '일치하는 데이터 없음',
@ -19,6 +20,7 @@ export default {
endTime: '종료 시간',
clear: '삭제',
ok: '예',
datePanelLabel: '[yyyy년] [m월]',
month: '월',
month1: '1월',
month2: '2월',

View file

@ -1,5 +1,6 @@
export default {
i: {
locale: 'pt-BR',
select: {
placeholder: 'Selecionar',
noMatch: 'Não encontrado',
@ -19,6 +20,7 @@ export default {
endTime: 'Hora final',
clear: 'Limpar',
ok: 'Confirmar',
datePanelLabel: '[mmmm] de [yyyy]',
month: 'Mês',
month1: 'Janeiro',
month2: 'Fevereiro',

View file

@ -1,5 +1,6 @@
export default {
i: {
locale: 'pt-PT',
select: {
placeholder: 'Selecionar',
noMatch: 'Não encontrado',
@ -19,6 +20,7 @@ export default {
endTime: 'Hora final',
clear: 'Limpar',
ok: 'Confirmar',
datePanelLabel: '[mmmm] de [yyyy]',
month: 'Mês',
month1: 'Janeiro',
month2: 'Fevereiro',

View file

@ -1,5 +1,6 @@
export default {
i: {
locale: 'ru-RU',
select: {
placeholder: 'Выбрать',
noMatch: 'Нет соответствующих данных',
@ -19,6 +20,7 @@ export default {
endTime: 'Конечное время',
clear: 'Очистить',
ok: 'OK',
datePanelLabel: '[Mmmm] [yyyy]',
month: '',
month1: 'Январь',
month2: 'Февраль',

View file

@ -1,5 +1,6 @@
export default {
i: {
locale: 'sv-SE',
select: {
placeholder: 'Välj',
noMatch: 'Ingen träff',
@ -19,6 +20,7 @@ export default {
endTime: 'Slut tid',
clear: 'Rensa',
ok: 'Ok',
datePanelLabel: '[mmmm] [yyyy]',
month: 'Månad',
month1: 'Januari',
month2: 'Februari',

View file

@ -1,5 +1,6 @@
export default {
i: {
locale: 'tr-TR',
select: {
placeholder: 'Seç',
noMatch: 'Eşleşen veri yok',
@ -19,6 +20,7 @@ export default {
endTime: 'Bitişe',
clear: 'Temizle',
ok: 'Tamam',
datePanelLabel: '[mmmm] [yyyy]',
month: '',
month1: 'Ocak',
month2: 'Şubat',

View file

@ -1,5 +1,6 @@
export default {
i: {
locale: 'vi-VN',
select: {
placeholder: 'Chọn',
noMatch: 'Không tìm thấy',
@ -19,6 +20,7 @@ export default {
endTime: 'Ngày kết thúc',
clear: 'Xóa',
ok: 'Đồng ý',
datePanelLabel: '[Tháng mm]/[yyyy]',
month: '',
month1: 'Tháng 1',
month2: 'Tháng 2',

View file

@ -1,5 +1,6 @@
export default {
i: {
locale: 'zh-CN',
select: {
placeholder: '请选择',
noMatch: '无匹配数据',
@ -19,6 +20,7 @@ export default {
endTime: '结束时间',
clear: '清空',
ok: '确定',
datePanelLabel: '[yyyy年] [m月]',
month: '月',
month1: '1 月',
month2: '2 月',

View file

@ -1,5 +1,6 @@
export default {
i: {
locale: 'zh-TW',
select: {
placeholder: '請選擇',
noMatch: '無匹配數據',
@ -19,6 +20,7 @@ export default {
endTime: '結束時間',
clear: '清空',
ok: '確定',
datePanelLabel: '[yyyy] [mmmm]',
month: '月',
month1: '1 月',
month2: '2 月',