mirror of
https://github.com/we-promise/sure.git
synced 2026-05-29 23:39:03 +00:00
* i18n: Add French translations Add complete French translation files for the application. Co-Authored-By: Norman Alié <mail@normanalie.fr> Co-Authored-By: Xurron <corentin.boeglin2005@gmail.com> * fix: Correct YAML syntax in French securities translations Co-Authored-By: Norman Alié <mail@normanalie.fr> Co-Authored-By: Xurron <corentin.boeglin2005@gmail.com> --------- Co-authored-by: Norman Alié <mail@normanalie.fr> Co-authored-by: Xurron <corentin.boeglin2005@gmail.com>
16 lines
536 B
YAML
16 lines
536 B
YAML
---
|
|
fr:
|
|
activemodel:
|
|
errors:
|
|
models:
|
|
trend:
|
|
attributes:
|
|
current:
|
|
must_be_of_the_same_type_as_previous: doit être du même type que le précédent
|
|
must_be_of_type_money_numeric_or_nil: doit être de type Money, Numeric,
|
|
ou nil
|
|
previous:
|
|
must_be_of_the_same_type_as_current: doit être du même type que le courant
|
|
must_be_of_type_money_numeric_or_nil: doit être de type Money, Numeric,
|
|
ou nil
|