红果汁
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
1 deletions
-
components/locale/fr_FR.ts
|
|
@ -1,8 +1,8 @@ |
|
|
|
/* eslint-disable no-template-curly-in-string */ |
|
|
|
import Pagination from 'rc-pagination/lib/locale/fr_FR'; |
|
|
|
import type { Locale } from '.'; |
|
|
|
import Calendar from '../calendar/locale/fr_FR'; |
|
|
|
import DatePicker from '../date-picker/locale/fr_FR'; |
|
|
|
import type { Locale } from '.'; |
|
|
|
import TimePicker from '../time-picker/locale/fr_FR'; |
|
|
|
|
|
|
|
const typeTemplate = "La valeur du champ ${label} n'est pas valide pour le type ${type}"; |
|
|
@ -37,6 +37,11 @@ const localeValues: Locale = { |
|
|
|
cancelText: 'Annuler', |
|
|
|
justOkText: 'OK', |
|
|
|
}, |
|
|
|
Tour: { |
|
|
|
Next: 'Étape suivante', |
|
|
|
Previous: 'Étape précédente', |
|
|
|
Finish: 'Fin de la visite guidée', |
|
|
|
}, |
|
|
|
Popconfirm: { |
|
|
|
okText: 'OK', |
|
|
|
cancelText: 'Annuler', |
|
|
|