@agendize/az-i18n 0.0.41 → 0.0.42
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/en.json +2 -2
- package/dist/langs/fr.json +3 -3
- package/package.json +1 -1
package/dist/langs/en.json
CHANGED
|
@@ -195,9 +195,9 @@
|
|
|
195
195
|
"powered": "Powered by Agendize",
|
|
196
196
|
"waiting": {
|
|
197
197
|
"people": "{nb} peoples",
|
|
198
|
-
"waiting-time": "About {time}
|
|
198
|
+
"waiting-time": "About {time} minute(s) of waiting",
|
|
199
199
|
"number-in-queue": "You are number {nb} in the queue",
|
|
200
|
-
"recap": "There are {nb}
|
|
200
|
+
"recap": "There are {nb} people(s) ahead. Your waiting time is estimate to {time} minute(s)"
|
|
201
201
|
}
|
|
202
202
|
},
|
|
203
203
|
"settings": {
|
package/dist/langs/fr.json
CHANGED
|
@@ -505,10 +505,10 @@
|
|
|
505
505
|
},
|
|
506
506
|
"powered": "Propulsé par Agendize",
|
|
507
507
|
"waiting": {
|
|
508
|
-
"people": "{nb}
|
|
509
|
-
"waiting-time": "Environ {time}
|
|
508
|
+
"people": "{nb} personne(s)",
|
|
509
|
+
"waiting-time": "Environ {time} minute(s) d'attente",
|
|
510
510
|
"number-in-queue": "Vous êtes le numéro {nb} dans la file d'attente",
|
|
511
|
-
"recap": "Il y a {nb}
|
|
511
|
+
"recap": "Il y a {nb} personne(s) devant vous. Votre temps d’attente est estimé à {time} minute(s)"
|
|
512
512
|
}
|
|
513
513
|
},
|
|
514
514
|
"search": {
|