@bigbinary/neeto-themes-frontend 1.3.0-beta2 → 2.0.0

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.
@@ -1,5 +1,15 @@
1
1
  {
2
2
  "neetoThemes": {
3
+ "entityType": {
4
+ "quiz": "Quiz",
5
+ "quiz_other": "Quizzes",
6
+ "form": "Form",
7
+ "form_other": "Forms",
8
+ "meeting": "Meeting",
9
+ "meeting_other": "Meetings",
10
+ "recording": "Recording",
11
+ "recording_other": "Recordings"
12
+ },
3
13
  "common": {
4
14
  "design": "Design",
5
15
  "preview": "Preview",
@@ -33,8 +43,8 @@
33
43
  },
34
44
  "message": {
35
45
  "deleteTheme_zero": "You are permanently deleting the theme \"{{name, anyCase}}\". Are you sure you want to proceed?",
36
- "deleteTheme_one": "You are permanently deleting the theme \"{{name, anyCase}}\". This theme is being used in one {{entityType, anyCase}}. {{entityType, anyCase}} using this theme would fall back to using the default theme \"Plain blue\". Are you sure you want to proceed?",
37
- "deleteTheme_other": "You are permanently deleting the theme \"{{name, anyCase}}\". This theme is being used in {{count}} {{entityType, anyCase}}. {{entityType, anyCase}}s using this theme would fall back to using the default theme \"Plain blue\". Are you sure you want to proceed?"
46
+ "deleteTheme_one": "You are permanently deleting the theme \"{{name, anyCase}}\". This theme is being used in one {{entityType}}. {{entityType, anyCase}} using this theme would fall back to using the default theme \"{{defaultThemeName, anyCase}}\". Are you sure you want to proceed?",
47
+ "deleteTheme_other": "You are permanently deleting the theme \"{{name, anyCase}}\". This theme is being used in {{count}} {{entityType}}. {{entityType, anyCase}} using this theme would fall back to using the default theme \"{{defaultThemeName, anyCase}}\". Are you sure you want to proceed?"
38
48
  }
39
49
  },
40
50
  "build": {