@micromag/intl 0.3.396 → 0.3.397

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 CHANGED
@@ -793,6 +793,10 @@ var gRxcTc = [{
793
793
  type: 0,
794
794
  value: "Delete screen"
795
795
  }];
796
+ var hUUIQt = [{
797
+ type: 0,
798
+ value: "Mute audio of background video"
799
+ }];
796
800
  var hVE7TA = [{
797
801
  type: 0,
798
802
  value: "Question"
@@ -2030,6 +2034,7 @@ var messages = {
2030
2034
  type: 0,
2031
2035
  value: "Buttons text"
2032
2036
  }],
2037
+ hUUIQt: hUUIQt,
2033
2038
  hVE7TA: hVE7TA,
2034
2039
  hoDz0O: hoDz0O,
2035
2040
  hpiKce: hpiKce,
package/locale/en.js CHANGED
@@ -787,6 +787,10 @@ var gRxcTc = [{
787
787
  type: 0,
788
788
  value: "Delete screen"
789
789
  }];
790
+ var hUUIQt = [{
791
+ type: 0,
792
+ value: "Mute audio of background video"
793
+ }];
790
794
  var hVE7TA = [{
791
795
  type: 0,
792
796
  value: "Question"
@@ -2024,6 +2028,7 @@ var messages = {
2024
2028
  type: 0,
2025
2029
  value: "Buttons text"
2026
2030
  }],
2031
+ hUUIQt: hUUIQt,
2027
2032
  hVE7TA: hVE7TA,
2028
2033
  hoDz0O: hoDz0O,
2029
2034
  hpiKce: hpiKce,
package/locale/en.json CHANGED
@@ -1973,6 +1973,12 @@
1973
1973
  "value": "Buttons text"
1974
1974
  }
1975
1975
  ],
1976
+ "hUUIQt": [
1977
+ {
1978
+ "type": 0,
1979
+ "value": "Mute audio of background video"
1980
+ }
1981
+ ],
1976
1982
  "hVE7TA": [
1977
1983
  {
1978
1984
  "type": 0,
package/locale/fr.cjs.js CHANGED
@@ -793,6 +793,10 @@ var gRxcTc = [{
793
793
  type: 0,
794
794
  value: "Supprimer l’écran"
795
795
  }];
796
+ var hUUIQt = [{
797
+ type: 0,
798
+ value: "Vidéo d'arrière-plan en sourdine"
799
+ }];
796
800
  var hVE7TA = [{
797
801
  type: 0,
798
802
  value: "Question"
@@ -2030,6 +2034,7 @@ var messages = {
2030
2034
  type: 0,
2031
2035
  value: "Texte des boutons"
2032
2036
  }],
2037
+ hUUIQt: hUUIQt,
2033
2038
  hVE7TA: hVE7TA,
2034
2039
  hoDz0O: hoDz0O,
2035
2040
  hpiKce: hpiKce,
package/locale/fr.js CHANGED
@@ -787,6 +787,10 @@ var gRxcTc = [{
787
787
  type: 0,
788
788
  value: "Supprimer l’écran"
789
789
  }];
790
+ var hUUIQt = [{
791
+ type: 0,
792
+ value: "Vidéo d'arrière-plan en sourdine"
793
+ }];
790
794
  var hVE7TA = [{
791
795
  type: 0,
792
796
  value: "Question"
@@ -2024,6 +2028,7 @@ var messages = {
2024
2028
  type: 0,
2025
2029
  value: "Texte des boutons"
2026
2030
  }],
2031
+ hUUIQt: hUUIQt,
2027
2032
  hVE7TA: hVE7TA,
2028
2033
  hoDz0O: hoDz0O,
2029
2034
  hpiKce: hpiKce,
package/locale/fr.json CHANGED
@@ -1973,6 +1973,12 @@
1973
1973
  "value": "Texte des boutons"
1974
1974
  }
1975
1975
  ],
1976
+ "hUUIQt": [
1977
+ {
1978
+ "type": 0,
1979
+ "value": "Vidéo d'arrière-plan en sourdine"
1980
+ }
1981
+ ],
1976
1982
  "hVE7TA": [
1977
1983
  {
1978
1984
  "type": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/intl",
3
- "version": "0.3.396",
3
+ "version": "0.3.397",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -77,5 +77,5 @@
77
77
  "access": "public",
78
78
  "registry": "https://registry.npmjs.org/"
79
79
  },
80
- "gitHead": "6f09831a86f03a570096ccc769aa2ecb3bcba693"
80
+ "gitHead": "8d668040e508b2ccc1d0f2907464e7c54fbb0bb3"
81
81
  }