@panneau/intl 3.0.245 → 3.0.261

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 CHANGED
@@ -12,6 +12,7 @@ var DBU3cu = "T";
12
12
  var ESkxLX = "Success!";
13
13
  var FntHPK = "View {the_plural}";
14
14
  var G7M4nI = "Duplicate {a_singular}";
15
+ var GxOBVL = "Replace";
15
16
  var HOobY2 = "Error 401";
16
17
  var HzCxmr = "Duplicate";
17
18
  var IuqEHB = "Account";
@@ -149,6 +150,7 @@ var messages = {
149
150
  ESkxLX: ESkxLX,
150
151
  FntHPK: FntHPK,
151
152
  G7M4nI: G7M4nI,
153
+ GxOBVL: GxOBVL,
152
154
  HOobY2: HOobY2,
153
155
  HzCxmr: HzCxmr,
154
156
  IuqEHB: IuqEHB,
package/locale/en.json CHANGED
@@ -44,6 +44,7 @@
44
44
  "ESkxLX": "Success!",
45
45
  "FntHPK": "View {the_plural}",
46
46
  "G7M4nI": "Duplicate {a_singular}",
47
+ "GxOBVL": "Replace",
47
48
  "HOobY2": "Error 401",
48
49
  "HzCxmr": "Duplicate",
49
50
  "IuqEHB": "Account",
package/locale/fr.js CHANGED
@@ -12,6 +12,7 @@ var DBU3cu = "M";
12
12
  var ESkxLX = "Réussi!";
13
13
  var FntHPK = "Voir {the_plural}";
14
14
  var G7M4nI = "Dupliquer {a_singular}";
15
+ var GxOBVL = "Remplacer";
15
16
  var HOobY2 = "Erreur 401";
16
17
  var HzCxmr = "Dupliquer";
17
18
  var IuqEHB = "Compte";
@@ -149,6 +150,7 @@ var messages = {
149
150
  ESkxLX: ESkxLX,
150
151
  FntHPK: FntHPK,
151
152
  G7M4nI: G7M4nI,
153
+ GxOBVL: GxOBVL,
152
154
  HOobY2: HOobY2,
153
155
  HzCxmr: HzCxmr,
154
156
  IuqEHB: IuqEHB,
package/locale/fr.json CHANGED
@@ -44,6 +44,7 @@
44
44
  "ESkxLX": "Réussi!",
45
45
  "FntHPK": "Voir {the_plural}",
46
46
  "G7M4nI": "Dupliquer {a_singular}",
47
+ "GxOBVL": "Remplacer",
47
48
  "HOobY2": "Erreur 401",
48
49
  "HzCxmr": "Dupliquer",
49
50
  "IuqEHB": "Compte",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/intl",
3
- "version": "3.0.245",
3
+ "version": "3.0.261",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -62,7 +62,7 @@
62
62
  "dependencies": {
63
63
  "@babel/runtime": "^7.12.5",
64
64
  "@formatjs/cli-lib": "^6.0.3",
65
- "@panneau/core": "^3.0.244",
65
+ "@panneau/core": "^3.0.256",
66
66
  "commander": "^12.0.0",
67
67
  "fs-extra": "^11.2.0",
68
68
  "gettext-parser": "^7.0.1",
@@ -79,5 +79,5 @@
79
79
  "publishConfig": {
80
80
  "access": "public"
81
81
  },
82
- "gitHead": "9365cf9236eaa94e879099b12cccb5cf22645e1e"
82
+ "gitHead": "296b81f1117913a65b8b365c13c0ecf67fa4db1c"
83
83
  }