@micromag/intl 0.3.554 → 0.3.555
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/locale/en.js +1 -0
- package/locale/en.json +1 -0
- package/locale/fr.js +1 -0
- package/locale/fr.json +1 -0
- package/package.json +2 -2
package/locale/en.js
CHANGED
package/locale/en.json
CHANGED
|
@@ -305,6 +305,7 @@
|
|
|
305
305
|
"amEvH1": "Fit",
|
|
306
306
|
"aovRFH": "Filename",
|
|
307
307
|
"ap68Fp": "Signs",
|
|
308
|
+
"bCtuS/": "In this Micromag",
|
|
308
309
|
"bLYuuN": "You are on screen {current} of {total}.",
|
|
309
310
|
"bMdONM": "June 21 - July 22",
|
|
310
311
|
"bQsPrs": "If this field is left empty, this Micromag's URL will be shared.",
|
package/locale/fr.js
CHANGED
package/locale/fr.json
CHANGED
|
@@ -305,6 +305,7 @@
|
|
|
305
305
|
"amEvH1": "Ajustement",
|
|
306
306
|
"aovRFH": "Nom du fichier",
|
|
307
307
|
"ap68Fp": "Signes",
|
|
308
|
+
"bCtuS/": "Dans ce Micromag",
|
|
308
309
|
"bLYuuN": "Vous êtes sur l’écran {current} de {total}.",
|
|
309
310
|
"bMdONM": "21 juin au 22 juil",
|
|
310
311
|
"bQsPrs": "Si ce champ est laissé vide, l'URL de ce Micromag sera utilisée.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/intl",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.555",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -88,5 +88,5 @@
|
|
|
88
88
|
"access": "public",
|
|
89
89
|
"registry": "https://registry.npmjs.org/"
|
|
90
90
|
},
|
|
91
|
-
"gitHead": "
|
|
91
|
+
"gitHead": "c1faaf566622c92b26cc784443ebb9d67bf36fa7"
|
|
92
92
|
}
|