@gooddata/sdk-ui 10.5.0-alpha.15 → 10.5.0-alpha.16
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.
|
@@ -3172,5 +3172,45 @@
|
|
|
3172
3172
|
"value": "You can use Markdown syntax to style the description:",
|
|
3173
3173
|
"comment": "Do not translate word 'Markdown'",
|
|
3174
3174
|
"limit": 0
|
|
3175
|
+
},
|
|
3176
|
+
"recurrence.starts": {
|
|
3177
|
+
"value": "Starts on",
|
|
3178
|
+
"comment": "Describes when recurrence starts.",
|
|
3179
|
+
"limit": 0
|
|
3180
|
+
},
|
|
3181
|
+
"recurrence.repeats": {
|
|
3182
|
+
"value": "Repeats",
|
|
3183
|
+
"comment": "Describes how recurrence repeats.",
|
|
3184
|
+
"limit": 0
|
|
3185
|
+
},
|
|
3186
|
+
"recurrence.types.hourly": {
|
|
3187
|
+
"value": "Hourly",
|
|
3188
|
+
"comment": "Repeats the schedule hourly.",
|
|
3189
|
+
"limit": 0
|
|
3190
|
+
},
|
|
3191
|
+
"recurrence.types.daily": {
|
|
3192
|
+
"value": "Daily",
|
|
3193
|
+
"comment": "Repeats the schedule daily.",
|
|
3194
|
+
"limit": 0
|
|
3195
|
+
},
|
|
3196
|
+
"recurrence.types.weekly": {
|
|
3197
|
+
"value": "Weekly on {day}",
|
|
3198
|
+
"comment": "Example: 'Weekly on Friday'. Placeholder '{day}' refers to a day of a week. Don't translate placeholder '{day}'.",
|
|
3199
|
+
"limit": 0
|
|
3200
|
+
},
|
|
3201
|
+
"recurrence.types.monthly.last": {
|
|
3202
|
+
"value": "Monthly on the last {day}",
|
|
3203
|
+
"comment": "Example: 'Monthly on the last Friday'. Do not translate placeholder {day}'",
|
|
3204
|
+
"limit": 0
|
|
3205
|
+
},
|
|
3206
|
+
"recurrence.types.monthly": {
|
|
3207
|
+
"value": "Monthly on the {week, select, 1 {first} 2 {second} 3 {third} 4 {fourth} other {last}} {day}",
|
|
3208
|
+
"comment": "Example: 'Monthly on the first Friday'. Translate only uppercase in 'MONTHLY ON THE {week, select, 1 {FIRST} 2 {SECOND} 3 {THIRD} 4 {FOURTH} other {LAST}} {day}'",
|
|
3209
|
+
"limit": 0
|
|
3210
|
+
},
|
|
3211
|
+
"recurrence.types.cron": {
|
|
3212
|
+
"value": "Cron expression",
|
|
3213
|
+
"comment": "Repeats the schedule email using custom cron expression defined by the user. Do not translate word 'Cron' as it is a name of technical specification.",
|
|
3214
|
+
"limit": 0
|
|
3175
3215
|
}
|
|
3176
3216
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui",
|
|
3
|
-
"version": "10.5.0-alpha.
|
|
3
|
+
"version": "10.5.0-alpha.16",
|
|
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/sdk-
|
|
42
|
-
"@gooddata/util": "10.5.0-alpha.
|
|
40
|
+
"@gooddata/sdk-model": "10.5.0-alpha.16",
|
|
41
|
+
"@gooddata/sdk-backend-spi": "10.5.0-alpha.16",
|
|
42
|
+
"@gooddata/util": "10.5.0-alpha.16"
|
|
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/i18n-toolkit": "10.5.0-alpha.
|
|
94
|
-
"@gooddata/reference-workspace": "10.5.0-alpha.
|
|
95
|
-
"@gooddata/sdk-backend-base": "10.5.0-alpha.
|
|
96
|
-
"@gooddata/sdk-backend-mockingbird": "10.5.0-alpha.
|
|
93
|
+
"@gooddata/i18n-toolkit": "10.5.0-alpha.16",
|
|
94
|
+
"@gooddata/reference-workspace": "10.5.0-alpha.16",
|
|
95
|
+
"@gooddata/sdk-backend-base": "10.5.0-alpha.16",
|
|
96
|
+
"@gooddata/sdk-backend-mockingbird": "10.5.0-alpha.16"
|
|
97
97
|
},
|
|
98
98
|
"scripts": {
|
|
99
99
|
"clean": "rm -rf ci dist esm coverage *.log tsconfig.tsbuildinfo",
|