@gooddata/sdk-ui 10.10.0-alpha.9 → 10.10.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.
@@ -3268,6 +3268,16 @@
|
|
3268
3268
|
"comment": "Do not translate placeholders {hour}, {dayOfWeekName} and {weekNumber}.",
|
3269
3269
|
"limit": 0
|
3270
3270
|
},
|
3271
|
+
"recurrence.error.too_often": {
|
3272
|
+
"value": "Frequency too high",
|
3273
|
+
"comment": "Invalid frequency recurrence.",
|
3274
|
+
"limit": 0
|
3275
|
+
},
|
3276
|
+
"recurrence.cron.tooltip": {
|
3277
|
+
"value": "Use the unix-cron string format. <a>Learn more</a>",
|
3278
|
+
"comment": "Do not translate html tags <a>, </a>. Do not translate 'unix-cron' as it is a name of specific tech.",
|
3279
|
+
"limit": 0
|
3280
|
+
},
|
3271
3281
|
"semantic-search.error.title": {
|
3272
3282
|
"value": "Our search service is temporarily down.",
|
3273
3283
|
"comment": "Title for the error message shown when semantic search failed.",
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gooddata/sdk-ui",
|
3
|
-
"version": "10.10.0
|
3
|
+
"version": "10.10.0",
|
4
4
|
"description": "GoodData.UI SDK - Core",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -37,9 +37,9 @@
|
|
37
37
|
"ts-invariant": "^0.7.5",
|
38
38
|
"tslib": "^2.5.0",
|
39
39
|
"uuid": "^8.3.2",
|
40
|
-
"@gooddata/sdk-
|
41
|
-
"@gooddata/
|
42
|
-
"@gooddata/
|
40
|
+
"@gooddata/sdk-model": "10.10.0",
|
41
|
+
"@gooddata/util": "10.10.0",
|
42
|
+
"@gooddata/sdk-backend-spi": "10.10.0"
|
43
43
|
},
|
44
44
|
"peerDependencies": {
|
45
45
|
"react": "^16.10.0 || ^17.0.0 || ^18.0.0",
|
@@ -90,10 +90,10 @@
|
|
90
90
|
"typescript": "5.3.3",
|
91
91
|
"vitest": "1.0.4",
|
92
92
|
"vitest-dom": "0.1.1",
|
93
|
-
"@gooddata/
|
94
|
-
"@gooddata/
|
95
|
-
"@gooddata/
|
96
|
-
"@gooddata/
|
93
|
+
"@gooddata/i18n-toolkit": "10.10.0",
|
94
|
+
"@gooddata/sdk-backend-base": "10.10.0",
|
95
|
+
"@gooddata/sdk-backend-mockingbird": "10.10.0",
|
96
|
+
"@gooddata/reference-workspace": "10.10.0"
|
97
97
|
},
|
98
98
|
"scripts": {
|
99
99
|
"clean": "rm -rf ci dist esm coverage *.log tsconfig.tsbuildinfo",
|