@identitybuilding/idb-react-translations 0.4.105 → 0.4.107
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/translations/General.js +11 -1
- package/package.json +1 -1
|
@@ -748,9 +748,14 @@ var General = {
|
|
|
748
748
|
},
|
|
749
749
|
search_for_all_enterprises: {
|
|
750
750
|
nl: 'Zoek naar alle handelaars en ondernemers van',
|
|
751
|
-
fr: '
|
|
751
|
+
fr: 'Recherchez tous les commerçants et entrepreneurs de',
|
|
752
752
|
en: 'Search for all traders and entrepreneurs of'
|
|
753
753
|
},
|
|
754
|
+
search_for_all_enterprises_main: {
|
|
755
|
+
nl: 'Zoek naar alle handelaars en ondernemers ...',
|
|
756
|
+
fr: 'Recherchez tous les commerçants et entrepreneurs ...',
|
|
757
|
+
en: 'Search for all traders and entrepreneurs ...'
|
|
758
|
+
},
|
|
754
759
|
follow: {
|
|
755
760
|
nl: 'Volgen',
|
|
756
761
|
fr: 'Suivre',
|
|
@@ -795,6 +800,11 @@ var General = {
|
|
|
795
800
|
nl: 'Zoek naar een magazine, catalogus of infoblad',
|
|
796
801
|
fr: "Cherchez un magazine, un catalogue ou une fiche d'information",
|
|
797
802
|
en: 'Search for a magazine, catalogue or info sheet'
|
|
803
|
+
},
|
|
804
|
+
publications: {
|
|
805
|
+
nl: 'Publicaties',
|
|
806
|
+
fr: "Publications",
|
|
807
|
+
en: 'Publications'
|
|
798
808
|
}
|
|
799
809
|
};
|
|
800
810
|
var _default = General;
|
package/package.json
CHANGED