@gooddata/sdk-ui 10.9.0-alpha.8 → 10.9.0-beta.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.
@@ -3238,6 +3238,36 @@
3238
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.",
3239
3239
  "limit": 0
3240
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
+ },
3241
3271
  "semantic-search.error.title": {
3242
3272
  "value": "Our search service is temporarily down.",
3243
3273
  "comment": "Title for the error message shown when semantic search failed.",
@@ -3267,5 +3297,10 @@
3267
3297
  "value": "Tags",
3268
3298
  "comment": "Label of column that contains tags of the search results object.",
3269
3299
  "limit": 0
3300
+ },
3301
+ "semantic-search.match": {
3302
+ "value": "{score}% match",
3303
+ "comment": "Label of column that contains match score of the search results object. Do not translate placeholder {score}.",
3304
+ "limit": 0
3270
3305
  }
3271
3306
  }