@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.
- package/dist/messages/en.js +4 -0
- package/dist/messages/fa.js +4 -0
- package/package.json +1 -1
package/dist/messages/en.js
CHANGED
|
@@ -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`,
|
package/dist/messages/fa.js
CHANGED
|
@@ -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": `بستن`,
|