@stridge/noctis-intl 1.0.0-beta.4 → 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`,
@@ -62,7 +66,16 @@ const messages = {
62
66
  "avatar.status.approved": `Approved`,
63
67
  "avatar.status.declined": `Declined`,
64
68
  "avatar.status.locked": `Locked`,
65
- "avatar.overflowLabel": (args, formatter) => `${formatter.plural(args.count, { other: () => `${formatter.number(args.count)} more members` })}`
69
+ "avatar.overflowLabel": (args, formatter) => `${formatter.plural(args.count, { other: () => `${formatter.number(args.count)} more members` })}`,
70
+ "pagination.navigation": `Pagination`,
71
+ "pagination.firstPage": `First page`,
72
+ "pagination.previousPage": `Previous page`,
73
+ "pagination.nextPage": `Next page`,
74
+ "pagination.lastPage": `Last page`,
75
+ "pagination.pageNumber": `Page number`,
76
+ "pagination.pageSize": `Page size`,
77
+ "pagination.perPage": `Per page`,
78
+ "pagination.showing": (args) => `Showing ${args.from}–${args.to} of ${args.total}`
66
79
  };
67
80
  //#endregion
68
81
  export { messages as default };
@@ -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": `بستن`,
@@ -62,7 +66,16 @@ const messages = {
62
66
  "avatar.status.approved": `تأییدشده`,
63
67
  "avatar.status.declined": `ردشده`,
64
68
  "avatar.status.locked": `قفل‌شده`,
65
- "avatar.overflowLabel": (args, formatter) => `${formatter.plural(args.count, { other: () => `${formatter.number(args.count)} عضو دیگر` })}`
69
+ "avatar.overflowLabel": (args, formatter) => `${formatter.plural(args.count, { other: () => `${formatter.number(args.count)} عضو دیگر` })}`,
70
+ "pagination.navigation": `صفحه‌بندی`,
71
+ "pagination.firstPage": `صفحهٔ اول`,
72
+ "pagination.previousPage": `صفحهٔ قبل`,
73
+ "pagination.nextPage": `صفحهٔ بعد`,
74
+ "pagination.lastPage": `صفحهٔ آخر`,
75
+ "pagination.pageNumber": `شمارهٔ صفحه`,
76
+ "pagination.pageSize": `اندازهٔ صفحه`,
77
+ "pagination.perPage": `در هر صفحه`,
78
+ "pagination.showing": (args) => `نمایش ${args.from}–${args.to} از ${args.total}`
66
79
  };
67
80
  //#endregion
68
81
  export { messages as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stridge/noctis-intl",
3
- "version": "1.0.0-beta.4",
3
+ "version": "1.0.0-beta.6",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "sideEffects": false,