@panneau/intl 3.0.281 → 3.0.283

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
@@ -52,6 +52,7 @@ var XmY7D8 = "The following items will be duplicated: {ids}. Are you sure you wa
52
52
  var XnyI69 = "Audio";
53
53
  var XrzzDc = "Search";
54
54
  var ZBNqY2 = "Forgot your password?";
55
+ var ZhnMCD = "Are you sure you want to duplicate {the_singular} #{id}?";
55
56
  var ZxgNge = "Add an item";
56
57
  var bPk79b = "Show";
57
58
  var c3hu9o = "Size";
@@ -196,6 +197,7 @@ var messages = {
196
197
  XnyI69: XnyI69,
197
198
  XrzzDc: XrzzDc,
198
199
  ZBNqY2: ZBNqY2,
200
+ ZhnMCD: ZhnMCD,
199
201
  ZxgNge: ZxgNge,
200
202
  bPk79b: bPk79b,
201
203
  "bfP/d8": "{The_singular} has been created.",
package/locale/en.json CHANGED
@@ -90,6 +90,7 @@
90
90
  "XnyI69": "Audio",
91
91
  "XrzzDc": "Search",
92
92
  "ZBNqY2": "Forgot your password?",
93
+ "ZhnMCD": "Are you sure you want to duplicate {the_singular} #{id}?",
93
94
  "ZxgNge": "Add an item",
94
95
  "bPk79b": "Show",
95
96
  "bfP/d8": "{The_singular} has been created.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/intl",
3
- "version": "3.0.281",
3
+ "version": "3.0.283",
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.281",
65
+ "@panneau/core": "^3.0.283",
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": "cd0e6200af7c6f27d6e41acd13a8aba548dffd91"
82
+ "gitHead": "7295ec0fa362a586252e5ff6fa3a01717c84e2d1"
83
83
  }