Skip to content

Commit

Permalink
Added Catalan translation (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofornes authored and wxsms committed Mar 6, 2019
1 parent 2210cb6 commit 69fbd5c
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions src/locale/lang/ca-ES.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
export default {
uiv: {
datePicker: {
clear: 'Buidar',
today: 'Avui',
month: 'Mes',
month1: 'Gener',
month2: 'Febrer',
month3: 'Març',
month4: 'Abril',
month5: 'Maig',
month6: 'Juny',
month7: 'Juliol',
month8: 'Agost',
month9: 'Setembre',
month10: 'Octubre',
month11: 'Novembre',
month12: 'Decembre',
year: 'Any',
week1: 'Dl',
week2: 'Dm',
week3: 'Dc',
week4: 'Dj',
week5: 'Dv',
week6: 'Ds',
week7: 'Dg'
},
timePicker: {
am: 'AM',
pm: 'PM'
},
modal: {
cancel: 'Cancel·lar',
ok: "D'acord"
},
multiSelect: {
placeholder: 'Sel·leccionar...',
filterPlaceholder: 'Cercar...'
}
}
}

0 comments on commit 69fbd5c

Please # to comment.