@panneau/intl 4.0.64 → 4.0.67

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
@@ -8,9 +8,11 @@ var BeKVq6 = "Upload file";
8
8
  var Bhu3B2 = "Delete";
9
9
  var CGvQxc = "User";
10
10
  var DBU3cu = "T";
11
+ var DhReUK = "The following item will be restored: {id}. Are you sure you want to continue?";
11
12
  var ESkxLX = "Success!";
12
13
  var FntHPK = "View {the_plural}";
13
14
  var G7M4nI = "Duplicate {a_singular}";
15
+ var GKcYDd = "The following item will be duplicated: {id}. Are you sure you want to continue?";
14
16
  var GxOBVL = "Replace";
15
17
  var HzCxmr = "Duplicate";
16
18
  var IuqEHB = "Account";
@@ -142,9 +144,11 @@ var messages = {
142
144
  DBU3cu: DBU3cu,
143
145
  "DUbv+u": "Confirm your new password",
144
146
  "DV8/HU": "Select media",
147
+ DhReUK: DhReUK,
145
148
  ESkxLX: ESkxLX,
146
149
  FntHPK: FntHPK,
147
150
  G7M4nI: G7M4nI,
151
+ GKcYDd: GKcYDd,
148
152
  GxOBVL: GxOBVL,
149
153
  HzCxmr: HzCxmr,
150
154
  IuqEHB: IuqEHB,
package/locale/en.json CHANGED
@@ -40,9 +40,11 @@
40
40
  "DBU3cu": "T",
41
41
  "DUbv+u": "Confirm your new password",
42
42
  "DV8/HU": "Select media",
43
+ "DhReUK": "The following item will be restored: {id}. Are you sure you want to continue?",
43
44
  "ESkxLX": "Success!",
44
45
  "FntHPK": "View {the_plural}",
45
46
  "G7M4nI": "Duplicate {a_singular}",
47
+ "GKcYDd": "The following item will be duplicated: {id}. Are you sure you want to continue?",
46
48
  "GxOBVL": "Replace",
47
49
  "HzCxmr": "Duplicate",
48
50
  "IuqEHB": "Account",
package/locale/fr.js CHANGED
@@ -8,9 +8,11 @@ var BeKVq6 = "Téléverser un fichier";
8
8
  var Bhu3B2 = "Supprimer";
9
9
  var CGvQxc = "Utilisateur";
10
10
  var DBU3cu = "J";
11
+ var DhReUK = "L'élément suivant sera restauré: {id}. Êtes-vous certain de vouloir continuer?";
11
12
  var ESkxLX = "Succès !";
12
13
  var FntHPK = "Voir {the_plural}";
13
14
  var G7M4nI = "Dupliquer {a_singular}";
15
+ var GKcYDd = "L'élément suivant sera dupliqué: {id}. Êtes-vous certain de vouloir continuer?";
14
16
  var GxOBVL = "Remplacer";
15
17
  var HzCxmr = "Dupliquer";
16
18
  var IuqEHB = "Compte";
@@ -142,9 +144,11 @@ var messages = {
142
144
  DBU3cu: DBU3cu,
143
145
  "DUbv+u": "Confirmez votre nouveau mot de passe",
144
146
  "DV8/HU": "Sélectionner un média",
147
+ DhReUK: DhReUK,
145
148
  ESkxLX: ESkxLX,
146
149
  FntHPK: FntHPK,
147
150
  G7M4nI: G7M4nI,
151
+ GKcYDd: GKcYDd,
148
152
  GxOBVL: GxOBVL,
149
153
  HzCxmr: HzCxmr,
150
154
  IuqEHB: IuqEHB,
package/locale/fr.json CHANGED
@@ -40,9 +40,11 @@
40
40
  "DBU3cu": "J",
41
41
  "DUbv+u": "Confirmez votre nouveau mot de passe",
42
42
  "DV8/HU": "Sélectionner un média",
43
+ "DhReUK": "L'élément suivant sera restauré: {id}. Êtes-vous certain de vouloir continuer?",
43
44
  "ESkxLX": "Succès !",
44
45
  "FntHPK": "Voir {the_plural}",
45
46
  "G7M4nI": "Dupliquer {a_singular}",
47
+ "GKcYDd": "L'élément suivant sera dupliqué: {id}. Êtes-vous certain de vouloir continuer?",
46
48
  "GxOBVL": "Remplacer",
47
49
  "HzCxmr": "Dupliquer",
48
50
  "IuqEHB": "Compte",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/intl",
3
- "version": "4.0.64",
3
+ "version": "4.0.67",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -61,7 +61,7 @@
61
61
  "dependencies": {
62
62
  "@babel/runtime": "^7.28.6",
63
63
  "@formatjs/cli-lib": "^6.6.6",
64
- "@panneau/core": "^4.0.58",
64
+ "@panneau/core": "^4.0.66",
65
65
  "commander": "^12.0.0",
66
66
  "fs-extra": "^11.2.0",
67
67
  "gettext-parser": "^7.0.1",
@@ -80,7 +80,7 @@
80
80
  "publishConfig": {
81
81
  "access": "public"
82
82
  },
83
- "gitHead": "989601b7dc15b368b6b5f12970aaa60f8e1aa132",
83
+ "gitHead": "7b58f3879d811a17ade4017e924c30de1fb61a30",
84
84
  "lang": "locale",
85
85
  "supportedLocales": [
86
86
  "en",