You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
800 B
37 lines
800 B
7 years ago
|
import Pagination from '../vc-pagination/locale/fr_FR';
|
||
|
import DatePicker from '../date-picker/locale/fr_FR';
|
||
|
import TimePicker from '../time-picker/locale/fr_FR';
|
||
|
import Calendar from '../calendar/locale/fr_FR';
|
||
|
|
||
|
export default {
|
||
|
locale : 'fr',
|
||
|
Pagination,
|
||
|
DatePicker,
|
||
|
TimePicker,
|
||
|
Calendar,
|
||
|
Table : {
|
||
|
filterTitle: 'Filtrer',
|
||
|
filterConfirm: 'OK',
|
||
|
filterReset: 'Réinitialiser',
|
||
|
emptyText: 'Aucune donnée'
|
||
|
},
|
||
|
Modal : {
|
||
|
okText: 'OK',
|
||
|
cancelText: 'Annuler',
|
||
|
justOkText: 'OK'
|
||
|
},
|
||
|
Popconfirm : {
|
||
|
okText: 'OK',
|
||
|
cancelText: 'Annuler'
|
||
|
},
|
||
|
Transfer : {
|
||
|
notFoundContent: 'Pas de résultat',
|
||
|
searchPlaceholder: 'Recherche',
|
||
|
itemUnit: 'élément',
|
||
|
itemsUnit: 'éléments'
|
||
|
},
|
||
|
Select : {
|
||
|
notFoundContent: 'Pas de résultat'
|
||
|
}
|
||
|
};
|