@agendize/az-i18n 0.0.75 → 0.0.77
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 +87 -2
- package/package.json +1 -1
package/dist/langs/fr.json
CHANGED
|
@@ -700,6 +700,90 @@
|
|
|
700
700
|
"details": {
|
|
701
701
|
"title": "Détail du formulaire"
|
|
702
702
|
},
|
|
703
|
+
"generator": {
|
|
704
|
+
"fields": {
|
|
705
|
+
"tab": {
|
|
706
|
+
"fields": "Champs",
|
|
707
|
+
"statics": "Statiques"
|
|
708
|
+
},
|
|
709
|
+
"default": {
|
|
710
|
+
"values": {
|
|
711
|
+
"1": "Premier choix",
|
|
712
|
+
"2": "Second choix",
|
|
713
|
+
"3": "Troisième choix"
|
|
714
|
+
}
|
|
715
|
+
}
|
|
716
|
+
},
|
|
717
|
+
"properties": {
|
|
718
|
+
"input": {
|
|
719
|
+
"label": "Champ texte",
|
|
720
|
+
"description": "Une ligne de texte simple"
|
|
721
|
+
},
|
|
722
|
+
"textarea": {
|
|
723
|
+
"label": "Textarea",
|
|
724
|
+
"description": "Une ou plusieurs lignes de texte"
|
|
725
|
+
},
|
|
726
|
+
"checkbox": {
|
|
727
|
+
"label": "Groupe de checkbox",
|
|
728
|
+
"description": "Une ou plusieurs checkbox"
|
|
729
|
+
},
|
|
730
|
+
"radio": {
|
|
731
|
+
"label": "Groupe de bouton radio",
|
|
732
|
+
"description": "Plusieurs boutons radios"
|
|
733
|
+
},
|
|
734
|
+
"select": {
|
|
735
|
+
"label": "Liste de sélection",
|
|
736
|
+
"description": "Sélection dans une liste"
|
|
737
|
+
},
|
|
738
|
+
"date": {
|
|
739
|
+
"label": "Date",
|
|
740
|
+
"description": "Accepte une date"
|
|
741
|
+
},
|
|
742
|
+
"file": {
|
|
743
|
+
"label": "Envoi de fichier",
|
|
744
|
+
"description": "Téléchargement de fichier"
|
|
745
|
+
},
|
|
746
|
+
"number": {
|
|
747
|
+
"label": "Champ nombre",
|
|
748
|
+
"description": "Uniquement des nombres"
|
|
749
|
+
},
|
|
750
|
+
"url": {
|
|
751
|
+
"label": "Site web",
|
|
752
|
+
"description": "Accepte une url internet"
|
|
753
|
+
},
|
|
754
|
+
"address": {
|
|
755
|
+
"label": "Adresse",
|
|
756
|
+
"description": "Adresse postal"
|
|
757
|
+
},
|
|
758
|
+
"email": {
|
|
759
|
+
"label": "Champ email",
|
|
760
|
+
"description": "Uniquement des emails"
|
|
761
|
+
},
|
|
762
|
+
"phone": {
|
|
763
|
+
"label": "Champ téléphone",
|
|
764
|
+
"description": "Accepte un numéro de téléphone"
|
|
765
|
+
},
|
|
766
|
+
"price": {
|
|
767
|
+
"label": "Prix",
|
|
768
|
+
"description": "Uniquement des nombres"
|
|
769
|
+
},
|
|
770
|
+
"name": {
|
|
771
|
+
"label": "Informations personnelles",
|
|
772
|
+
"description": "Prénom et nom"
|
|
773
|
+
},
|
|
774
|
+
"ratio": {
|
|
775
|
+
"label": "Notation",
|
|
776
|
+
"description": "Échelle de notation"
|
|
777
|
+
},
|
|
778
|
+
"title": {
|
|
779
|
+
"label": "Titre 1",
|
|
780
|
+
"description": "HTML h1 tag"
|
|
781
|
+
},
|
|
782
|
+
"modal": {
|
|
783
|
+
"title": "Propriétés du champ"
|
|
784
|
+
}
|
|
785
|
+
}
|
|
786
|
+
},
|
|
703
787
|
"menu": {
|
|
704
788
|
"burger": {
|
|
705
789
|
"aria-label": "Menu"
|
|
@@ -735,6 +819,7 @@
|
|
|
735
819
|
"action": {
|
|
736
820
|
"cancel": "@:common.action.cancel",
|
|
737
821
|
"delete": "@:common.action.delete",
|
|
822
|
+
"duplicate": "@:common.action.duplicate",
|
|
738
823
|
"delete-success": "La suppression a bien été effectué",
|
|
739
824
|
"new-queue": "Nouvelle file d'attente",
|
|
740
825
|
"save": "@:common.action.save"
|
|
@@ -826,9 +911,9 @@
|
|
|
826
911
|
},
|
|
827
912
|
"queue-monitoring": "Suivi",
|
|
828
913
|
"queue-settings": "Configuration générale",
|
|
829
|
-
"queue-new": "Nouvelle
|
|
914
|
+
"queue-new": "Nouvelle files d'attente",
|
|
830
915
|
"queues": "Toutes les files d'attente",
|
|
831
|
-
"close-aria-label": "Fermer le menu des files d'
|
|
916
|
+
"close-aria-label": "Fermer le menu des files d'attente"
|
|
832
917
|
},
|
|
833
918
|
"powered": "Propulsé par Agendize",
|
|
834
919
|
"title": "File d'attente",
|