@micromag/intl 0.3.325 → 0.3.326
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.cjs.js +10 -0
- package/locale/en.js +10 -0
- package/locale/en.json +12 -0
- package/locale/fr.cjs.js +10 -0
- package/locale/fr.js +10 -0
- package/locale/fr.json +12 -0
- package/package.json +2 -2
package/locale/en.cjs.js
CHANGED
|
@@ -889,6 +889,10 @@ var nno1Pq = [{
|
|
|
889
889
|
type: 0,
|
|
890
890
|
value: "Button style"
|
|
891
891
|
}];
|
|
892
|
+
var nuj2tw = [{
|
|
893
|
+
type: 0,
|
|
894
|
+
value: "Minimum number of points for this result"
|
|
895
|
+
}];
|
|
892
896
|
var oAtOlP = [{
|
|
893
897
|
type: 0,
|
|
894
898
|
value: "Heading"
|
|
@@ -1149,6 +1153,10 @@ var xCj1gI = [{
|
|
|
1149
1153
|
type: 0,
|
|
1150
1154
|
value: "Add a message"
|
|
1151
1155
|
}];
|
|
1156
|
+
var xF3g1l = [{
|
|
1157
|
+
type: 0,
|
|
1158
|
+
value: "Number of points awarded for this answer"
|
|
1159
|
+
}];
|
|
1152
1160
|
var xFlbR7 = [{
|
|
1153
1161
|
type: 0,
|
|
1154
1162
|
value: "Link copied!"
|
|
@@ -1994,6 +2002,7 @@ var messages = {
|
|
|
1994
2002
|
nXVNeg: nXVNeg,
|
|
1995
2003
|
nc8LF0: nc8LF0,
|
|
1996
2004
|
nno1Pq: nno1Pq,
|
|
2005
|
+
nuj2tw: nuj2tw,
|
|
1997
2006
|
"o3R+FM": [{
|
|
1998
2007
|
type: 0,
|
|
1999
2008
|
value: "Select a closed captions file..."
|
|
@@ -2095,6 +2104,7 @@ var messages = {
|
|
|
2095
2104
|
wx5PI0: wx5PI0,
|
|
2096
2105
|
xAzv6g: xAzv6g,
|
|
2097
2106
|
xCj1gI: xCj1gI,
|
|
2107
|
+
xF3g1l: xF3g1l,
|
|
2098
2108
|
xFlbR7: xFlbR7,
|
|
2099
2109
|
xKG76H: xKG76H,
|
|
2100
2110
|
xL0GD2: xL0GD2,
|
package/locale/en.js
CHANGED
|
@@ -883,6 +883,10 @@ var nno1Pq = [{
|
|
|
883
883
|
type: 0,
|
|
884
884
|
value: "Button style"
|
|
885
885
|
}];
|
|
886
|
+
var nuj2tw = [{
|
|
887
|
+
type: 0,
|
|
888
|
+
value: "Minimum number of points for this result"
|
|
889
|
+
}];
|
|
886
890
|
var oAtOlP = [{
|
|
887
891
|
type: 0,
|
|
888
892
|
value: "Heading"
|
|
@@ -1143,6 +1147,10 @@ var xCj1gI = [{
|
|
|
1143
1147
|
type: 0,
|
|
1144
1148
|
value: "Add a message"
|
|
1145
1149
|
}];
|
|
1150
|
+
var xF3g1l = [{
|
|
1151
|
+
type: 0,
|
|
1152
|
+
value: "Number of points awarded for this answer"
|
|
1153
|
+
}];
|
|
1146
1154
|
var xFlbR7 = [{
|
|
1147
1155
|
type: 0,
|
|
1148
1156
|
value: "Link copied!"
|
|
@@ -1988,6 +1996,7 @@ var messages = {
|
|
|
1988
1996
|
nXVNeg: nXVNeg,
|
|
1989
1997
|
nc8LF0: nc8LF0,
|
|
1990
1998
|
nno1Pq: nno1Pq,
|
|
1999
|
+
nuj2tw: nuj2tw,
|
|
1991
2000
|
"o3R+FM": [{
|
|
1992
2001
|
type: 0,
|
|
1993
2002
|
value: "Select a closed captions file..."
|
|
@@ -2089,6 +2098,7 @@ var messages = {
|
|
|
2089
2098
|
wx5PI0: wx5PI0,
|
|
2090
2099
|
xAzv6g: xAzv6g,
|
|
2091
2100
|
xCj1gI: xCj1gI,
|
|
2101
|
+
xF3g1l: xF3g1l,
|
|
2092
2102
|
xFlbR7: xFlbR7,
|
|
2093
2103
|
xKG76H: xKG76H,
|
|
2094
2104
|
xL0GD2: xL0GD2,
|
package/locale/en.json
CHANGED
|
@@ -2123,6 +2123,12 @@
|
|
|
2123
2123
|
"value": "Button style"
|
|
2124
2124
|
}
|
|
2125
2125
|
],
|
|
2126
|
+
"nuj2tw": [
|
|
2127
|
+
{
|
|
2128
|
+
"type": 0,
|
|
2129
|
+
"value": "Minimum number of points for this result"
|
|
2130
|
+
}
|
|
2131
|
+
],
|
|
2126
2132
|
"o3R+FM": [
|
|
2127
2133
|
{
|
|
2128
2134
|
"type": 0,
|
|
@@ -2567,6 +2573,12 @@
|
|
|
2567
2573
|
"value": "Add a message"
|
|
2568
2574
|
}
|
|
2569
2575
|
],
|
|
2576
|
+
"xF3g1l": [
|
|
2577
|
+
{
|
|
2578
|
+
"type": 0,
|
|
2579
|
+
"value": "Number of points awarded for this answer"
|
|
2580
|
+
}
|
|
2581
|
+
],
|
|
2570
2582
|
"xFlbR7": [
|
|
2571
2583
|
{
|
|
2572
2584
|
"type": 0,
|
package/locale/fr.cjs.js
CHANGED
|
@@ -889,6 +889,10 @@ var nno1Pq = [{
|
|
|
889
889
|
type: 0,
|
|
890
890
|
value: "Style du bouton"
|
|
891
891
|
}];
|
|
892
|
+
var nuj2tw = [{
|
|
893
|
+
type: 0,
|
|
894
|
+
value: "Nombre de points minimum pour ce résultat"
|
|
895
|
+
}];
|
|
892
896
|
var oAtOlP = [{
|
|
893
897
|
type: 0,
|
|
894
898
|
value: "En-tête"
|
|
@@ -1149,6 +1153,10 @@ var xCj1gI = [{
|
|
|
1149
1153
|
type: 0,
|
|
1150
1154
|
value: "Ajouter un message"
|
|
1151
1155
|
}];
|
|
1156
|
+
var xF3g1l = [{
|
|
1157
|
+
type: 0,
|
|
1158
|
+
value: "Nombre de points donnés pour cette réponse"
|
|
1159
|
+
}];
|
|
1152
1160
|
var xFlbR7 = [{
|
|
1153
1161
|
type: 0,
|
|
1154
1162
|
value: "Lien copié!"
|
|
@@ -1994,6 +2002,7 @@ var messages = {
|
|
|
1994
2002
|
nXVNeg: nXVNeg,
|
|
1995
2003
|
nc8LF0: nc8LF0,
|
|
1996
2004
|
nno1Pq: nno1Pq,
|
|
2005
|
+
nuj2tw: nuj2tw,
|
|
1997
2006
|
"o3R+FM": [{
|
|
1998
2007
|
type: 0,
|
|
1999
2008
|
value: "Choisir un fichier de sous-titres"
|
|
@@ -2095,6 +2104,7 @@ var messages = {
|
|
|
2095
2104
|
wx5PI0: wx5PI0,
|
|
2096
2105
|
xAzv6g: xAzv6g,
|
|
2097
2106
|
xCj1gI: xCj1gI,
|
|
2107
|
+
xF3g1l: xF3g1l,
|
|
2098
2108
|
xFlbR7: xFlbR7,
|
|
2099
2109
|
xKG76H: xKG76H,
|
|
2100
2110
|
xL0GD2: xL0GD2,
|
package/locale/fr.js
CHANGED
|
@@ -883,6 +883,10 @@ var nno1Pq = [{
|
|
|
883
883
|
type: 0,
|
|
884
884
|
value: "Style du bouton"
|
|
885
885
|
}];
|
|
886
|
+
var nuj2tw = [{
|
|
887
|
+
type: 0,
|
|
888
|
+
value: "Nombre de points minimum pour ce résultat"
|
|
889
|
+
}];
|
|
886
890
|
var oAtOlP = [{
|
|
887
891
|
type: 0,
|
|
888
892
|
value: "En-tête"
|
|
@@ -1143,6 +1147,10 @@ var xCj1gI = [{
|
|
|
1143
1147
|
type: 0,
|
|
1144
1148
|
value: "Ajouter un message"
|
|
1145
1149
|
}];
|
|
1150
|
+
var xF3g1l = [{
|
|
1151
|
+
type: 0,
|
|
1152
|
+
value: "Nombre de points donnés pour cette réponse"
|
|
1153
|
+
}];
|
|
1146
1154
|
var xFlbR7 = [{
|
|
1147
1155
|
type: 0,
|
|
1148
1156
|
value: "Lien copié!"
|
|
@@ -1988,6 +1996,7 @@ var messages = {
|
|
|
1988
1996
|
nXVNeg: nXVNeg,
|
|
1989
1997
|
nc8LF0: nc8LF0,
|
|
1990
1998
|
nno1Pq: nno1Pq,
|
|
1999
|
+
nuj2tw: nuj2tw,
|
|
1991
2000
|
"o3R+FM": [{
|
|
1992
2001
|
type: 0,
|
|
1993
2002
|
value: "Choisir un fichier de sous-titres"
|
|
@@ -2089,6 +2098,7 @@ var messages = {
|
|
|
2089
2098
|
wx5PI0: wx5PI0,
|
|
2090
2099
|
xAzv6g: xAzv6g,
|
|
2091
2100
|
xCj1gI: xCj1gI,
|
|
2101
|
+
xF3g1l: xF3g1l,
|
|
2092
2102
|
xFlbR7: xFlbR7,
|
|
2093
2103
|
xKG76H: xKG76H,
|
|
2094
2104
|
xL0GD2: xL0GD2,
|
package/locale/fr.json
CHANGED
|
@@ -2123,6 +2123,12 @@
|
|
|
2123
2123
|
"value": "Style du bouton"
|
|
2124
2124
|
}
|
|
2125
2125
|
],
|
|
2126
|
+
"nuj2tw": [
|
|
2127
|
+
{
|
|
2128
|
+
"type": 0,
|
|
2129
|
+
"value": "Nombre de points minimum pour ce résultat"
|
|
2130
|
+
}
|
|
2131
|
+
],
|
|
2126
2132
|
"o3R+FM": [
|
|
2127
2133
|
{
|
|
2128
2134
|
"type": 0,
|
|
@@ -2567,6 +2573,12 @@
|
|
|
2567
2573
|
"value": "Ajouter un message"
|
|
2568
2574
|
}
|
|
2569
2575
|
],
|
|
2576
|
+
"xF3g1l": [
|
|
2577
|
+
{
|
|
2578
|
+
"type": 0,
|
|
2579
|
+
"value": "Nombre de points donnés pour cette réponse"
|
|
2580
|
+
}
|
|
2581
|
+
],
|
|
2570
2582
|
"xFlbR7": [
|
|
2571
2583
|
{
|
|
2572
2584
|
"type": 0,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/intl",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.326",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"publishConfig": {
|
|
76
76
|
"access": "public"
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "54b9410aeb770aa362e9f1c68876e5bdb67411ad"
|
|
79
79
|
}
|