@identitybuilding/idb-react-translations 0.5.92 → 0.5.94
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/User.js +24 -0
- package/package.json +1 -1
|
@@ -77,6 +77,30 @@ var User = {
|
|
|
77
77
|
fr: 'Entrez votre nom',
|
|
78
78
|
en: 'Please enter your last name',
|
|
79
79
|
de: 'Bitte geben Sie Ihren Nachnamen ein'
|
|
80
|
+
},
|
|
81
|
+
ACTIEVE_GEMEENTEN: {
|
|
82
|
+
nl: 'ACTIEVE GEMEENTEN',
|
|
83
|
+
fr: 'COMMUNES ACTIVES',
|
|
84
|
+
en: 'ACTIEVE GEMEENTEN',
|
|
85
|
+
de: 'ACTIEVE GEMEENTEN'
|
|
86
|
+
},
|
|
87
|
+
who_i_follow: {
|
|
88
|
+
nl: 'WIE VOLG IK?',
|
|
89
|
+
fr: 'QUI JE SUIS?',
|
|
90
|
+
en: 'Who I follow',
|
|
91
|
+
de: 'Wer ich folge'
|
|
92
|
+
},
|
|
93
|
+
active_gemeenten_tooltip: {
|
|
94
|
+
nl: 'Bekijk de interactieve kaart met actieve gemeenten.',
|
|
95
|
+
fr: 'Voir la carte interactive avec les communes actives.',
|
|
96
|
+
en: 'Active municipalities',
|
|
97
|
+
de: 'Aktive Gemeinden'
|
|
98
|
+
},
|
|
99
|
+
who_i_follow_tooltip: {
|
|
100
|
+
nl: 'Bekijk en beheer de gemeenten die je volgt.',
|
|
101
|
+
fr: 'Voir et gérer les communes que vous suivez.',
|
|
102
|
+
en: 'Who you follow',
|
|
103
|
+
de: 'Wer Sie folgen'
|
|
80
104
|
}
|
|
81
105
|
};
|
|
82
106
|
var _default = User;
|
package/package.json
CHANGED