@agendize/az-i18n 0.0.77 → 0.0.79
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/langs/fr.json +70 -0
- package/package.json +1 -1
package/dist/langs/fr.json
CHANGED
|
@@ -712,6 +712,67 @@
|
|
|
712
712
|
"2": "Second choix",
|
|
713
713
|
"3": "Troisième choix"
|
|
714
714
|
}
|
|
715
|
+
},
|
|
716
|
+
"attributes": {
|
|
717
|
+
"title": "Attributs",
|
|
718
|
+
"external-id": {
|
|
719
|
+
"label": "Clé externe",
|
|
720
|
+
"placeholder": "Saisissez une @:form.generator.fields.attributes.external-id.label"
|
|
721
|
+
},
|
|
722
|
+
"required": "Obligatoire",
|
|
723
|
+
"visible": "Visible"
|
|
724
|
+
},
|
|
725
|
+
"common": {
|
|
726
|
+
"title": "Propriétés",
|
|
727
|
+
"id": "ID",
|
|
728
|
+
"label": {
|
|
729
|
+
"label": "Label",
|
|
730
|
+
"placeholder": "Saisissez un @:form.generator.fields.common.label.label"
|
|
731
|
+
},
|
|
732
|
+
"helper": {
|
|
733
|
+
"label": "Message d'aide",
|
|
734
|
+
"placeholder": "Saisissez un @:form.generator.fields.common.helper.label"
|
|
735
|
+
},
|
|
736
|
+
"placeholder": {
|
|
737
|
+
"label": "Placeholder",
|
|
738
|
+
"placeholder": "Saisissez un @:form.generator.fields.common.placeholder.label",
|
|
739
|
+
"helper": "Le placeholder est le message par défaut affiché dans le contenu du champ"
|
|
740
|
+
}
|
|
741
|
+
},
|
|
742
|
+
"values": {
|
|
743
|
+
"other": "Permettre à l'utilisateur de saisir une valeur",
|
|
744
|
+
"label": {
|
|
745
|
+
"label": "Label",
|
|
746
|
+
"placeholder": "Saisissez un @:form.generator.fields.values.label.label"
|
|
747
|
+
},
|
|
748
|
+
"value": {
|
|
749
|
+
"label": "Label",
|
|
750
|
+
"placeholder": "Saisissez une @:form.generator.fields.values.value.label"
|
|
751
|
+
},
|
|
752
|
+
"title": "Données",
|
|
753
|
+
"add": "Ajouter une valeur"
|
|
754
|
+
},
|
|
755
|
+
"format": {
|
|
756
|
+
"title": "Validation",
|
|
757
|
+
"type": "Caractères acceptés",
|
|
758
|
+
"min": {
|
|
759
|
+
"label": "Nombre min. de caractères",
|
|
760
|
+
"placeholder": "Saisissez un nombre"
|
|
761
|
+
},
|
|
762
|
+
"max": {
|
|
763
|
+
"label": "Nombre max. de caractères",
|
|
764
|
+
"placeholder": "Saisissez un nombre"
|
|
765
|
+
},
|
|
766
|
+
"regex": {
|
|
767
|
+
"label": "Regex",
|
|
768
|
+
"placeholder": "Saisissez une expression régulière"
|
|
769
|
+
},
|
|
770
|
+
"types": {
|
|
771
|
+
"none": "Tous les caractères",
|
|
772
|
+
"regex": "Regex",
|
|
773
|
+
"numeric": "Numérique",
|
|
774
|
+
"alphanumeric": "Alphanumérique"
|
|
775
|
+
}
|
|
715
776
|
}
|
|
716
777
|
},
|
|
717
778
|
"properties": {
|
|
@@ -810,6 +871,15 @@
|
|
|
810
871
|
"email": "Email"
|
|
811
872
|
}
|
|
812
873
|
},
|
|
874
|
+
"result": {
|
|
875
|
+
"details": {
|
|
876
|
+
"date": "Réponse du {date} à {hours}"
|
|
877
|
+
},
|
|
878
|
+
"status": {
|
|
879
|
+
"action": "Changer le statut",
|
|
880
|
+
"title": "Suivi"
|
|
881
|
+
}
|
|
882
|
+
},
|
|
813
883
|
"submit": "Soumettre le formulaire",
|
|
814
884
|
"title": {
|
|
815
885
|
"main": "Formulaires"
|