@stridge/noctis-intl 1.0.0-beta.5 → 1.0.0-beta.6

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.
@@ -8,6 +8,7 @@ const messages = {
8
8
  other: () => `${formatter.number(args.count)} characters remaining`
9
9
  })}`,
10
10
  "combobox.loadingLabel": `Loading…`,
11
+ "skeleton.loading": `Loading`,
11
12
  "select.selectedCount": (args, formatter) => `${formatter.plural(args.count, { other: () => `${formatter.number(args.count)} selected` })}`,
12
13
  "autocomplete.clear": `Clear`,
13
14
  "autocomplete.loading": `Loading…`,
@@ -51,6 +52,9 @@ const messages = {
51
52
  other: ``
52
53
  }, args.status)}`,
53
54
  "menubar.moreMenus": `More menus`,
55
+ "command.label": `Command palette`,
56
+ "breadcrumb.label": `Breadcrumb`,
57
+ "breadcrumb.more": `More`,
54
58
  "dialog.closeLabel": `Close`,
55
59
  "sheet.closeLabel": `Close`,
56
60
  "rail.closeLabel": `Close`,
@@ -8,6 +8,7 @@ const messages = {
8
8
  other: () => `${formatter.number(args.count)} نویسه باقی‌مانده`
9
9
  })}`,
10
10
  "combobox.loadingLabel": `در حال بارگذاری…`,
11
+ "skeleton.loading": `در حال بارگذاری`,
11
12
  "select.selectedCount": (args, formatter) => `${formatter.plural(args.count, { other: () => `${formatter.number(args.count)} انتخاب‌شده` })}`,
12
13
  "autocomplete.clear": `پاک کردن`,
13
14
  "autocomplete.loading": `در حال بارگذاری…`,
@@ -51,6 +52,9 @@ const messages = {
51
52
  other: ``
52
53
  }, args.status)}`,
53
54
  "menubar.moreMenus": `منوهای بیشتر`,
55
+ "command.label": `پالت فرمان`,
56
+ "breadcrumb.label": `مسیر راهنما`,
57
+ "breadcrumb.more": `بیشتر`,
54
58
  "dialog.closeLabel": `بستن`,
55
59
  "sheet.closeLabel": `بستن`,
56
60
  "rail.closeLabel": `بستن`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stridge/noctis-intl",
3
- "version": "1.0.0-beta.5",
3
+ "version": "1.0.0-beta.6",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "sideEffects": false,