mirror of https://github.com/ElemeFE/element
add some abbreviations
parent
2308c321c1
commit
020b9ea459
|
@ -2,16 +2,16 @@ export default {
|
||||||
el: {
|
el: {
|
||||||
datepicker: {
|
datepicker: {
|
||||||
now: 'Maintenant',
|
now: 'Maintenant',
|
||||||
today: "Aujourd'hui",
|
today: "Auj.",
|
||||||
cancel: 'Annuler',
|
cancel: 'Annuler',
|
||||||
clear: 'Effacer',
|
clear: 'Effacer',
|
||||||
confirm: 'OK',
|
confirm: 'OK',
|
||||||
selectDate: 'Sélectionner date',
|
selectDate: 'Choisir date',
|
||||||
selectTime: 'Sélectionner horaire',
|
selectTime: 'Choisir horaire',
|
||||||
startDate: 'Date de début',
|
startDate: 'Date début',
|
||||||
startTime: 'Horaire de début',
|
startTime: 'Horaire début',
|
||||||
endDate: 'Date de fin',
|
endDate: 'Date fin',
|
||||||
endTime: 'Horaire de fin',
|
endTime: 'Horaire fin',
|
||||||
year: 'Année',
|
year: 'Année',
|
||||||
month1: 'Janvier',
|
month1: 'Janvier',
|
||||||
month2: 'Février',
|
month2: 'Février',
|
||||||
|
@ -25,7 +25,7 @@ export default {
|
||||||
month10: 'Octobre',
|
month10: 'Octobre',
|
||||||
month11: 'Novembre',
|
month11: 'Novembre',
|
||||||
month12: 'Décembre',
|
month12: 'Décembre',
|
||||||
// week: 'week',
|
// week: 'Semaine',
|
||||||
weeks: {
|
weeks: {
|
||||||
sun: 'Dim',
|
sun: 'Dim',
|
||||||
mon: 'Lun',
|
mon: 'Lun',
|
||||||
|
@ -53,8 +53,8 @@ export default {
|
||||||
select: {
|
select: {
|
||||||
loading: 'Chargement',
|
loading: 'Chargement',
|
||||||
noMatch: 'Aucune correspondance',
|
noMatch: 'Aucune correspondance',
|
||||||
noData: 'Aucune donnée',
|
noData: 'Aucun résultat',
|
||||||
placeholder: 'Sélectionner'
|
placeholder: 'Choisir'
|
||||||
},
|
},
|
||||||
pagination: {
|
pagination: {
|
||||||
goto: 'Aller à',
|
goto: 'Aller à',
|
||||||
|
|
Loading…
Reference in New Issue