@gooddata/sdk-ui 10.9.0-alpha.0 → 10.9.0-alpha.10

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.
@@ -3218,6 +3218,16 @@
3218
3218
  "comment": "Example: 'Monthly on the last Friday'. Do not translate placeholder {day}'",
3219
3219
  "limit": 0
3220
3220
  },
3221
+ "recurrence.types.monthly.first": {
3222
+ "value": "Monthly on the first day",
3223
+ "comment": "Example: 'Monthly on the first day'.",
3224
+ "limit": 0
3225
+ },
3226
+ "recurrence.types.weekly.first": {
3227
+ "value": "Weekly on the first day",
3228
+ "comment": "Example: 'Weekly on the first day'.",
3229
+ "limit": 0
3230
+ },
3221
3231
  "recurrence.types.monthly": {
3222
3232
  "value": "Monthly on the {week, select, 1 {first} 2 {second} 3 {third} 4 {fourth} other {last}} {day}",
3223
3233
  "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}'",
@@ -3228,6 +3238,36 @@
3228
3238
  "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.",
3229
3239
  "limit": 0
3230
3240
  },
3241
+ "recurrence.description.hourly": {
3242
+ "value": "At start of every hour",
3243
+ "comment": "",
3244
+ "limit": 0
3245
+ },
3246
+ "recurrence.description.daily": {
3247
+ "value": "At {hour} every day",
3248
+ "comment": "Do not translate placeholder {hour}.",
3249
+ "limit": 0
3250
+ },
3251
+ "recurrence.description.weekly_first": {
3252
+ "value": "At {hour} every week start",
3253
+ "comment": "Do not translate placeholder {hour}.",
3254
+ "limit": 0
3255
+ },
3256
+ "recurrence.description.weekly": {
3257
+ "value": "At {hour} on {dayOfWeekName} every week",
3258
+ "comment": "Do not translate placeholders {hour} and {dayOfWeekName}.",
3259
+ "limit": 0
3260
+ },
3261
+ "recurrence.description.monthly_first": {
3262
+ "value": "At {hour} every month start",
3263
+ "comment": "Do not translate placeholder {hour}.",
3264
+ "limit": 0
3265
+ },
3266
+ "recurrence.description.monthly": {
3267
+ "value": "At {hour} on {dayOfWeekName} every {weekNumber}. week in month",
3268
+ "comment": "Do not translate placeholders {hour}, {dayOfWeekName} and {weekNumber}.",
3269
+ "limit": 0
3270
+ },
3231
3271
  "semantic-search.error.title": {
3232
3272
  "value": "Our search service is temporarily down.",
3233
3273
  "comment": "Title for the error message shown when semantic search failed.",