@strato-admin/language-en 0.1.0 → 0.1.1

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.
@@ -20,6 +20,8 @@
20
20
  "ra.input.references.all_missing": "Unable to find references data.",
21
21
  "ra.input.references.many_missing": "At least one of the associated references no longer appears to be available.",
22
22
  "ra.input.references.single_missing": "Associated reference no longer appears to be available.",
23
+ "ra.message.bulk_delete_content": "{smart_count, plural, one {Are you sure you want to delete this item?} other {Are you sure you want to delete these # items?}}",
24
+ "ra.message.bulk_delete_title": "{smart_count, plural, one {Delete item} other {Delete # items}}",
23
25
  "ra.message.clear_array_input": "Are you sure you want to clear the whole list?",
24
26
  "ra.message.delete_content": "Are you sure you want to delete this {name}?",
25
27
  "ra.message.delete_title": "Delete {name} {recordRepresentation}",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strato-admin/language-en",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Strato Admin Language - English",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -30,7 +30,7 @@
30
30
  "license": "MIT",
31
31
  "repository": {
32
32
  "type": "git",
33
- "url": "https://github.com/vgrits/strato-admin.git",
33
+ "url": "https://github.com/vadimgu/strato-admin.git",
34
34
  "directory": "packages/strato-language-en"
35
35
  },
36
36
  "devDependencies": {
package/src/messages.json CHANGED
@@ -20,6 +20,8 @@
20
20
  "ra.input.references.all_missing": "Unable to find references data.",
21
21
  "ra.input.references.many_missing": "At least one of the associated references no longer appears to be available.",
22
22
  "ra.input.references.single_missing": "Associated reference no longer appears to be available.",
23
+ "ra.message.bulk_delete_content": "{smart_count, plural, one {Are you sure you want to delete this item?} other {Are you sure you want to delete these # items?}}",
24
+ "ra.message.bulk_delete_title": "{smart_count, plural, one {Delete item} other {Delete # items}}",
23
25
  "ra.message.clear_array_input": "Are you sure you want to clear the whole list?",
24
26
  "ra.message.delete_content": "Are you sure you want to delete this {name}?",
25
27
  "ra.message.delete_title": "Delete {name} {recordRepresentation}",