@adminiumjs/i18n 0.1.0-rc.1
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/LICENSE +661 -0
- package/dist/create-i18n.d.ts +48 -0
- package/dist/create-i18n.d.ts.map +1 -0
- package/dist/create-i18n.js +98 -0
- package/dist/create-i18n.js.map +1 -0
- package/dist/format/index.d.ts +70 -0
- package/dist/format/index.d.ts.map +1 -0
- package/dist/format/index.js +217 -0
- package/dist/format/index.js.map +1 -0
- package/dist/icu-format.d.ts +17 -0
- package/dist/icu-format.d.ts.map +1 -0
- package/dist/icu-format.js +52 -0
- package/dist/icu-format.js.map +1 -0
- package/dist/index.d.ts +16 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +12 -0
- package/dist/index.js.map +1 -0
- package/dist/locales.d.ts +99 -0
- package/dist/locales.d.ts.map +1 -0
- package/dist/locales.js +55 -0
- package/dist/locales.js.map +1 -0
- package/dist/react.d.ts +26 -0
- package/dist/react.d.ts.map +1 -0
- package/dist/react.js +61 -0
- package/dist/react.js.map +1 -0
- package/dist/resources/ar-eg/common.d.ts +1964 -0
- package/dist/resources/ar-eg/common.d.ts.map +1 -0
- package/dist/resources/ar-eg/common.js +1963 -0
- package/dist/resources/ar-eg/common.js.map +1 -0
- package/dist/resources/ar-eg/errors.d.ts +45 -0
- package/dist/resources/ar-eg/errors.d.ts.map +1 -0
- package/dist/resources/ar-eg/errors.js +44 -0
- package/dist/resources/ar-eg/errors.js.map +1 -0
- package/dist/resources/ar-eg/generated.d.ts +20 -0
- package/dist/resources/ar-eg/generated.d.ts.map +1 -0
- package/dist/resources/ar-eg/generated.js +19 -0
- package/dist/resources/ar-eg/generated.js.map +1 -0
- package/dist/resources/ar-eg/studio.d.ts +18 -0
- package/dist/resources/ar-eg/studio.d.ts.map +1 -0
- package/dist/resources/ar-eg/studio.js +17 -0
- package/dist/resources/ar-eg/studio.js.map +1 -0
- package/dist/resources/ar-eg/ui.d.ts +996 -0
- package/dist/resources/ar-eg/ui.d.ts.map +1 -0
- package/dist/resources/ar-eg/ui.js +995 -0
- package/dist/resources/ar-eg/ui.js.map +1 -0
- package/dist/resources/cs-cz/common.d.ts +1964 -0
- package/dist/resources/cs-cz/common.d.ts.map +1 -0
- package/dist/resources/cs-cz/common.js +1963 -0
- package/dist/resources/cs-cz/common.js.map +1 -0
- package/dist/resources/cs-cz/errors.d.ts +45 -0
- package/dist/resources/cs-cz/errors.d.ts.map +1 -0
- package/dist/resources/cs-cz/errors.js +44 -0
- package/dist/resources/cs-cz/errors.js.map +1 -0
- package/dist/resources/cs-cz/generated.d.ts +20 -0
- package/dist/resources/cs-cz/generated.d.ts.map +1 -0
- package/dist/resources/cs-cz/generated.js +19 -0
- package/dist/resources/cs-cz/generated.js.map +1 -0
- package/dist/resources/cs-cz/studio.d.ts +18 -0
- package/dist/resources/cs-cz/studio.d.ts.map +1 -0
- package/dist/resources/cs-cz/studio.js +17 -0
- package/dist/resources/cs-cz/studio.js.map +1 -0
- package/dist/resources/cs-cz/ui.d.ts +996 -0
- package/dist/resources/cs-cz/ui.d.ts.map +1 -0
- package/dist/resources/cs-cz/ui.js +995 -0
- package/dist/resources/cs-cz/ui.js.map +1 -0
- package/dist/resources/da-dk/common.d.ts +1964 -0
- package/dist/resources/da-dk/common.d.ts.map +1 -0
- package/dist/resources/da-dk/common.js +1963 -0
- package/dist/resources/da-dk/common.js.map +1 -0
- package/dist/resources/da-dk/errors.d.ts +45 -0
- package/dist/resources/da-dk/errors.d.ts.map +1 -0
- package/dist/resources/da-dk/errors.js +44 -0
- package/dist/resources/da-dk/errors.js.map +1 -0
- package/dist/resources/da-dk/generated.d.ts +20 -0
- package/dist/resources/da-dk/generated.d.ts.map +1 -0
- package/dist/resources/da-dk/generated.js +19 -0
- package/dist/resources/da-dk/generated.js.map +1 -0
- package/dist/resources/da-dk/studio.d.ts +18 -0
- package/dist/resources/da-dk/studio.d.ts.map +1 -0
- package/dist/resources/da-dk/studio.js +17 -0
- package/dist/resources/da-dk/studio.js.map +1 -0
- package/dist/resources/da-dk/ui.d.ts +996 -0
- package/dist/resources/da-dk/ui.d.ts.map +1 -0
- package/dist/resources/da-dk/ui.js +995 -0
- package/dist/resources/da-dk/ui.js.map +1 -0
- package/dist/resources/de-de/common.d.ts +1964 -0
- package/dist/resources/de-de/common.d.ts.map +1 -0
- package/dist/resources/de-de/common.js +1963 -0
- package/dist/resources/de-de/common.js.map +1 -0
- package/dist/resources/de-de/errors.d.ts +45 -0
- package/dist/resources/de-de/errors.d.ts.map +1 -0
- package/dist/resources/de-de/errors.js +44 -0
- package/dist/resources/de-de/errors.js.map +1 -0
- package/dist/resources/de-de/generated.d.ts +20 -0
- package/dist/resources/de-de/generated.d.ts.map +1 -0
- package/dist/resources/de-de/generated.js +19 -0
- package/dist/resources/de-de/generated.js.map +1 -0
- package/dist/resources/de-de/studio.d.ts +18 -0
- package/dist/resources/de-de/studio.d.ts.map +1 -0
- package/dist/resources/de-de/studio.js +17 -0
- package/dist/resources/de-de/studio.js.map +1 -0
- package/dist/resources/de-de/ui.d.ts +996 -0
- package/dist/resources/de-de/ui.d.ts.map +1 -0
- package/dist/resources/de-de/ui.js +995 -0
- package/dist/resources/de-de/ui.js.map +1 -0
- package/dist/resources/en-us/common.d.ts +1964 -0
- package/dist/resources/en-us/common.d.ts.map +1 -0
- package/dist/resources/en-us/common.js +1963 -0
- package/dist/resources/en-us/common.js.map +1 -0
- package/dist/resources/en-us/errors.d.ts +45 -0
- package/dist/resources/en-us/errors.d.ts.map +1 -0
- package/dist/resources/en-us/errors.js +44 -0
- package/dist/resources/en-us/errors.js.map +1 -0
- package/dist/resources/en-us/generated.d.ts +20 -0
- package/dist/resources/en-us/generated.d.ts.map +1 -0
- package/dist/resources/en-us/generated.js +19 -0
- package/dist/resources/en-us/generated.js.map +1 -0
- package/dist/resources/en-us/studio.d.ts +18 -0
- package/dist/resources/en-us/studio.d.ts.map +1 -0
- package/dist/resources/en-us/studio.js +17 -0
- package/dist/resources/en-us/studio.js.map +1 -0
- package/dist/resources/en-us/ui.d.ts +996 -0
- package/dist/resources/en-us/ui.d.ts.map +1 -0
- package/dist/resources/en-us/ui.js +995 -0
- package/dist/resources/en-us/ui.js.map +1 -0
- package/dist/resources/fr-fr/common.d.ts +1964 -0
- package/dist/resources/fr-fr/common.d.ts.map +1 -0
- package/dist/resources/fr-fr/common.js +1963 -0
- package/dist/resources/fr-fr/common.js.map +1 -0
- package/dist/resources/fr-fr/errors.d.ts +45 -0
- package/dist/resources/fr-fr/errors.d.ts.map +1 -0
- package/dist/resources/fr-fr/errors.js +44 -0
- package/dist/resources/fr-fr/errors.js.map +1 -0
- package/dist/resources/fr-fr/generated.d.ts +20 -0
- package/dist/resources/fr-fr/generated.d.ts.map +1 -0
- package/dist/resources/fr-fr/generated.js +19 -0
- package/dist/resources/fr-fr/generated.js.map +1 -0
- package/dist/resources/fr-fr/studio.d.ts +18 -0
- package/dist/resources/fr-fr/studio.d.ts.map +1 -0
- package/dist/resources/fr-fr/studio.js +17 -0
- package/dist/resources/fr-fr/studio.js.map +1 -0
- package/dist/resources/fr-fr/ui.d.ts +996 -0
- package/dist/resources/fr-fr/ui.d.ts.map +1 -0
- package/dist/resources/fr-fr/ui.js +995 -0
- package/dist/resources/fr-fr/ui.js.map +1 -0
- package/dist/resources/index.d.ts +8 -0
- package/dist/resources/index.d.ts.map +1 -0
- package/dist/resources/index.js +21 -0
- package/dist/resources/index.js.map +1 -0
- package/dist/resources/lazy.d.ts +20 -0
- package/dist/resources/lazy.d.ts.map +1 -0
- package/dist/resources/lazy.js +49 -0
- package/dist/resources/lazy.js.map +1 -0
- package/dist/resources/zh-cn/common.d.ts +1964 -0
- package/dist/resources/zh-cn/common.d.ts.map +1 -0
- package/dist/resources/zh-cn/common.js +1963 -0
- package/dist/resources/zh-cn/common.js.map +1 -0
- package/dist/resources/zh-cn/errors.d.ts +45 -0
- package/dist/resources/zh-cn/errors.d.ts.map +1 -0
- package/dist/resources/zh-cn/errors.js +44 -0
- package/dist/resources/zh-cn/errors.js.map +1 -0
- package/dist/resources/zh-cn/generated.d.ts +20 -0
- package/dist/resources/zh-cn/generated.d.ts.map +1 -0
- package/dist/resources/zh-cn/generated.js +19 -0
- package/dist/resources/zh-cn/generated.js.map +1 -0
- package/dist/resources/zh-cn/studio.d.ts +18 -0
- package/dist/resources/zh-cn/studio.d.ts.map +1 -0
- package/dist/resources/zh-cn/studio.js +17 -0
- package/dist/resources/zh-cn/studio.js.map +1 -0
- package/dist/resources/zh-cn/ui.d.ts +996 -0
- package/dist/resources/zh-cn/ui.d.ts.map +1 -0
- package/dist/resources/zh-cn/ui.js +995 -0
- package/dist/resources/zh-cn/ui.js.map +1 -0
- package/dist/resources/zh-tw/common.d.ts +1964 -0
- package/dist/resources/zh-tw/common.d.ts.map +1 -0
- package/dist/resources/zh-tw/common.js +1963 -0
- package/dist/resources/zh-tw/common.js.map +1 -0
- package/dist/resources/zh-tw/errors.d.ts +45 -0
- package/dist/resources/zh-tw/errors.d.ts.map +1 -0
- package/dist/resources/zh-tw/errors.js +44 -0
- package/dist/resources/zh-tw/errors.js.map +1 -0
- package/dist/resources/zh-tw/generated.d.ts +20 -0
- package/dist/resources/zh-tw/generated.d.ts.map +1 -0
- package/dist/resources/zh-tw/generated.js +19 -0
- package/dist/resources/zh-tw/generated.js.map +1 -0
- package/dist/resources/zh-tw/studio.d.ts +18 -0
- package/dist/resources/zh-tw/studio.d.ts.map +1 -0
- package/dist/resources/zh-tw/studio.js +17 -0
- package/dist/resources/zh-tw/studio.js.map +1 -0
- package/dist/resources/zh-tw/ui.d.ts +996 -0
- package/dist/resources/zh-tw/ui.d.ts.map +1 -0
- package/dist/resources/zh-tw/ui.js +995 -0
- package/dist/resources/zh-tw/ui.js.map +1 -0
- package/locales/ar-EG/common.json +1954 -0
- package/locales/ar-EG/errors.json +35 -0
- package/locales/ar-EG/generated.json +10 -0
- package/locales/ar-EG/studio.json +8 -0
- package/locales/ar-EG/ui.json +986 -0
- package/locales/cs-CZ/common.json +1954 -0
- package/locales/cs-CZ/errors.json +35 -0
- package/locales/cs-CZ/generated.json +10 -0
- package/locales/cs-CZ/studio.json +8 -0
- package/locales/cs-CZ/ui.json +986 -0
- package/locales/da-DK/common.json +1954 -0
- package/locales/da-DK/errors.json +35 -0
- package/locales/da-DK/generated.json +10 -0
- package/locales/da-DK/studio.json +8 -0
- package/locales/da-DK/ui.json +986 -0
- package/locales/de-DE/common.json +1954 -0
- package/locales/de-DE/errors.json +35 -0
- package/locales/de-DE/generated.json +10 -0
- package/locales/de-DE/studio.json +8 -0
- package/locales/de-DE/ui.json +986 -0
- package/locales/en-US/common.json +1954 -0
- package/locales/en-US/errors.json +35 -0
- package/locales/en-US/generated.json +10 -0
- package/locales/en-US/studio.json +8 -0
- package/locales/en-US/ui.json +986 -0
- package/locales/fr-FR/common.json +1954 -0
- package/locales/fr-FR/errors.json +35 -0
- package/locales/fr-FR/generated.json +10 -0
- package/locales/fr-FR/studio.json +8 -0
- package/locales/fr-FR/ui.json +986 -0
- package/locales/zh-CN/common.json +1954 -0
- package/locales/zh-CN/errors.json +35 -0
- package/locales/zh-CN/generated.json +10 -0
- package/locales/zh-CN/studio.json +8 -0
- package/locales/zh-CN/ui.json +986 -0
- package/locales/zh-TW/common.json +1954 -0
- package/locales/zh-TW/errors.json +35 -0
- package/locales/zh-TW/generated.json +10 -0
- package/locales/zh-TW/studio.json +8 -0
- package/locales/zh-TW/ui.json +986 -0
- package/package.json +51 -0
|
@@ -0,0 +1,996 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* GENERATED MIRROR of ../../../locales/en-US/ui.json — do not edit by hand.
|
|
3
|
+
* The JSON file is the canonical hand-authored bundle (10-i18n-theming.md §3.1);
|
|
4
|
+
* this TS mirror exists so the runtime bundles en-US resources (and chunk-splits
|
|
5
|
+
* the other locales) without JSON import attributes (browser + NodeNext safe).
|
|
6
|
+
* Parity is enforced by src/resources/parity.test.ts. Regenerate with
|
|
7
|
+
* scripts/gen-resources.mjs.
|
|
8
|
+
*/
|
|
9
|
+
declare const _default: {
|
|
10
|
+
readonly action: {
|
|
11
|
+
readonly close: "Close";
|
|
12
|
+
readonly cancel: "Cancel";
|
|
13
|
+
readonly confirm: "Confirm";
|
|
14
|
+
readonly save: "Save";
|
|
15
|
+
readonly apply: "Apply";
|
|
16
|
+
readonly delete: "Delete";
|
|
17
|
+
readonly edit: "Edit";
|
|
18
|
+
readonly copy: "Copy";
|
|
19
|
+
readonly copied: "Copied";
|
|
20
|
+
readonly undo: "Undo";
|
|
21
|
+
readonly retry: "Retry";
|
|
22
|
+
readonly clear: "Clear";
|
|
23
|
+
readonly selectAll: "Select all";
|
|
24
|
+
readonly clearSelection: "Clear selection";
|
|
25
|
+
readonly showPassword: "Show password";
|
|
26
|
+
readonly hidePassword: "Hide password";
|
|
27
|
+
readonly reveal: "Reveal";
|
|
28
|
+
readonly hide: "Hide";
|
|
29
|
+
};
|
|
30
|
+
readonly state: {
|
|
31
|
+
readonly loading: "Loading…";
|
|
32
|
+
readonly empty: "Nothing here yet";
|
|
33
|
+
readonly noResults: "No results";
|
|
34
|
+
readonly optional: "Optional";
|
|
35
|
+
readonly required: "Required";
|
|
36
|
+
readonly error: "Something went wrong";
|
|
37
|
+
};
|
|
38
|
+
readonly pagination: {
|
|
39
|
+
readonly previous: "Previous";
|
|
40
|
+
readonly next: "Next";
|
|
41
|
+
readonly pageOf: "Page {page, number} of {pages, number}";
|
|
42
|
+
readonly rowsPerPage: "Rows per page";
|
|
43
|
+
readonly range: "{from, number}–{to, number} of {total, number}";
|
|
44
|
+
};
|
|
45
|
+
readonly table: {
|
|
46
|
+
readonly sortAscending: "Sort ascending";
|
|
47
|
+
readonly sortDescending: "Sort descending";
|
|
48
|
+
readonly rowActions: "Row actions";
|
|
49
|
+
readonly selectRow: "Select row";
|
|
50
|
+
readonly selectAllRows: "Select all rows";
|
|
51
|
+
};
|
|
52
|
+
readonly dialog: {
|
|
53
|
+
readonly close: "Close dialog";
|
|
54
|
+
readonly confirmTitle: "Are you sure?";
|
|
55
|
+
};
|
|
56
|
+
readonly combobox: {
|
|
57
|
+
readonly placeholder: "Select…";
|
|
58
|
+
readonly search: "Search…";
|
|
59
|
+
readonly noMatches: "No matches";
|
|
60
|
+
};
|
|
61
|
+
readonly toast: {
|
|
62
|
+
readonly dismiss: "Dismiss notification";
|
|
63
|
+
};
|
|
64
|
+
readonly widgets: {
|
|
65
|
+
readonly kpi: {
|
|
66
|
+
readonly statCard: {
|
|
67
|
+
readonly description: "The workhorse metric card: a headline aggregate with an optional trend pill and mini sparkline.";
|
|
68
|
+
};
|
|
69
|
+
readonly usageMeter: {
|
|
70
|
+
readonly description: "Quota consumption against a limit; the bar turns amber, then red, past your thresholds.";
|
|
71
|
+
};
|
|
72
|
+
readonly statTileCompact: {
|
|
73
|
+
readonly description: "A slim metric tile with a micro-label, trend chip, and 6-bar spark — for dense rows of 4 to 6.";
|
|
74
|
+
};
|
|
75
|
+
readonly metricHero: {
|
|
76
|
+
readonly description: "One oversized metric that counts up on load, with a trend pill, spark, and goal progress.";
|
|
77
|
+
readonly goalLabel: "Goal";
|
|
78
|
+
};
|
|
79
|
+
readonly statPairCard: {
|
|
80
|
+
readonly description: "Two metrics side by side; the second can be derived from the first.";
|
|
81
|
+
};
|
|
82
|
+
readonly gaugeRing: {
|
|
83
|
+
readonly description: "A ring gauge for a score or percentage, tinted by the band the value falls in.";
|
|
84
|
+
};
|
|
85
|
+
readonly gaugeArc: {
|
|
86
|
+
readonly description: "A speedometer arc with qualitative bands and a needle; also renders a grid of gauges.";
|
|
87
|
+
};
|
|
88
|
+
readonly periodComparison: {
|
|
89
|
+
readonly description: "This period against last as two bars, with the difference computed underneath.";
|
|
90
|
+
readonly higherLabel: "higher";
|
|
91
|
+
readonly lowerLabel: "lower";
|
|
92
|
+
readonly flatLabel: "flat";
|
|
93
|
+
};
|
|
94
|
+
readonly microKpiSubtitle: {
|
|
95
|
+
readonly description: "A one-line header stat built from a template, recomputed from live state.";
|
|
96
|
+
};
|
|
97
|
+
readonly autoInsights: {
|
|
98
|
+
readonly description: "Ranked insight bullets — a headline stat, a sentence, and a spark — with a refresh rotation.";
|
|
99
|
+
readonly emptyTitle: "No insights yet";
|
|
100
|
+
readonly emptyBody: "Insights appear once there is enough data to spot a pattern.";
|
|
101
|
+
readonly refreshLabel: "Refresh";
|
|
102
|
+
};
|
|
103
|
+
};
|
|
104
|
+
readonly charts: {
|
|
105
|
+
readonly boxplot: {
|
|
106
|
+
readonly description: "Whisker-and-box summary of a numeric column's spread per category — min, quartiles, median and max.";
|
|
107
|
+
readonly emptyTitle: "No distribution to plot";
|
|
108
|
+
readonly emptyBody: "No rows matched the filters to summarise as box plots.";
|
|
109
|
+
};
|
|
110
|
+
readonly violin: {
|
|
111
|
+
readonly description: "Mirrored density curves comparing how a numeric column is distributed across groups.";
|
|
112
|
+
readonly emptyTitle: "No distribution to plot";
|
|
113
|
+
readonly emptyBody: "No rows matched the filters to build density profiles.";
|
|
114
|
+
};
|
|
115
|
+
readonly ridgeline: {
|
|
116
|
+
readonly description: "Overlapping density ridges comparing a numeric column across ordered groups.";
|
|
117
|
+
readonly emptyTitle: "No ridges to plot";
|
|
118
|
+
readonly emptyBody: "No rows matched the filters to build density profiles.";
|
|
119
|
+
};
|
|
120
|
+
readonly scatterBubble: {
|
|
121
|
+
readonly description: "Two numeric columns as points, with an optional bubble size and a trend line.";
|
|
122
|
+
readonly emptyTitle: "No points to plot";
|
|
123
|
+
readonly emptyBody: "No rows matched the filters for the selected columns.";
|
|
124
|
+
};
|
|
125
|
+
readonly hexbin: {
|
|
126
|
+
readonly description: "Hex-binned density of two numeric columns, shaded by how many rows fall in each tile.";
|
|
127
|
+
readonly emptyTitle: "No density to plot";
|
|
128
|
+
readonly emptyBody: "No rows matched the filters to bin.";
|
|
129
|
+
};
|
|
130
|
+
readonly correlationMatrix: {
|
|
131
|
+
readonly description: "Pearson correlation between selected numeric columns, from strong positive to strong negative.";
|
|
132
|
+
readonly emptyTitle: "Nothing to correlate";
|
|
133
|
+
readonly emptyBody: "Select at least two numeric columns with matching rows.";
|
|
134
|
+
};
|
|
135
|
+
readonly parallelCoordinates: {
|
|
136
|
+
readonly description: "Each record as a line across several normalised numeric axes, coloured by a category.";
|
|
137
|
+
readonly emptyTitle: "No records to plot";
|
|
138
|
+
readonly emptyBody: "No rows matched the filters across the selected axes.";
|
|
139
|
+
};
|
|
140
|
+
};
|
|
141
|
+
readonly feeds: {
|
|
142
|
+
readonly activityFeed: {
|
|
143
|
+
readonly description: "A running feed of who did what across your workspace, newest first.";
|
|
144
|
+
readonly emptyTitle: "No recent activity";
|
|
145
|
+
readonly emptyBody: "Actions across your workspace will show up here.";
|
|
146
|
+
};
|
|
147
|
+
readonly notificationFeed: {
|
|
148
|
+
readonly description: "Grouped notifications with unread state, filters, and inline actions.";
|
|
149
|
+
readonly emptyTitle: "No notifications";
|
|
150
|
+
readonly emptyBody: "New notifications will appear here.";
|
|
151
|
+
};
|
|
152
|
+
readonly realtimeFeed: {
|
|
153
|
+
readonly description: "A live event stream that prepends new items as they arrive.";
|
|
154
|
+
readonly emptyTitle: "Waiting for events";
|
|
155
|
+
readonly emptyBody: "Live events will stream in as they happen.";
|
|
156
|
+
};
|
|
157
|
+
readonly timelineVertical: {
|
|
158
|
+
readonly description: "A vertical timeline of events, releases, incidents, or run steps.";
|
|
159
|
+
readonly emptyTitle: "Nothing here yet";
|
|
160
|
+
readonly emptyBody: "Events will appear on this timeline as they happen.";
|
|
161
|
+
};
|
|
162
|
+
readonly unreadBadge: {
|
|
163
|
+
readonly description: "A count pill showing unread items, synced with feed state.";
|
|
164
|
+
readonly unitLabel: "unread";
|
|
165
|
+
};
|
|
166
|
+
readonly loadOlderPaginator: {
|
|
167
|
+
readonly description: "A footer button that loads older records in batches until the feed is exhausted.";
|
|
168
|
+
readonly label: "Load older";
|
|
169
|
+
readonly loadingLabel: "Loading…";
|
|
170
|
+
readonly exhaustedLabel: "Nothing older";
|
|
171
|
+
readonly ofLabel: "of";
|
|
172
|
+
};
|
|
173
|
+
readonly toastStack: {
|
|
174
|
+
readonly description: "The overlay toast host: brief confirmations with an optional Undo.";
|
|
175
|
+
readonly undoLabel: "Undo";
|
|
176
|
+
readonly dismissLabel: "Dismiss";
|
|
177
|
+
readonly regionLabel: "Notifications";
|
|
178
|
+
};
|
|
179
|
+
};
|
|
180
|
+
readonly calendar: {
|
|
181
|
+
readonly calendarMonth: {
|
|
182
|
+
readonly description: "A month grid of scheduled events with per-day chips and month navigation.";
|
|
183
|
+
readonly emptyTitle: "Nothing scheduled";
|
|
184
|
+
readonly emptyBody: "Scheduled events will appear on this calendar.";
|
|
185
|
+
};
|
|
186
|
+
readonly dayAgenda: {
|
|
187
|
+
readonly description: "The selected day's events as a time-ordered agenda.";
|
|
188
|
+
readonly emptyTitle: "Nothing scheduled";
|
|
189
|
+
readonly emptyBody: "Events for the selected day will appear here.";
|
|
190
|
+
};
|
|
191
|
+
readonly scheduleMatrix: {
|
|
192
|
+
readonly description: "A resource-by-day shift grid with per-day coverage and a shift legend.";
|
|
193
|
+
readonly emptyTitle: "No shifts scheduled";
|
|
194
|
+
readonly emptyBody: "Assigned shifts will appear on this schedule.";
|
|
195
|
+
};
|
|
196
|
+
readonly capacityBoard: {
|
|
197
|
+
readonly description: "Per-member utilization bars with a project breakdown and load status.";
|
|
198
|
+
readonly emptyTitle: "No workload data";
|
|
199
|
+
readonly emptyBody: "Member utilization will appear here once assignments exist.";
|
|
200
|
+
};
|
|
201
|
+
readonly calendarLegendFilter: {
|
|
202
|
+
readonly description: "Event categories with counts; toggling one filters the calendar beside it.";
|
|
203
|
+
readonly emptyTitle: "No categories yet";
|
|
204
|
+
readonly emptyBody: "Event categories will appear here once events exist.";
|
|
205
|
+
readonly uncategorizedLabel: "Uncategorized";
|
|
206
|
+
};
|
|
207
|
+
readonly upcomingEventsList: {
|
|
208
|
+
readonly description: "The next scheduled events, date-ascending, with owner and status.";
|
|
209
|
+
readonly emptyTitle: "Nothing upcoming";
|
|
210
|
+
readonly emptyBody: "Scheduled events will appear here as they are planned.";
|
|
211
|
+
};
|
|
212
|
+
readonly dateRangePicker: {
|
|
213
|
+
readonly description: "A start/end date range with quick presets that filters the rest of the page.";
|
|
214
|
+
readonly previousLabel: "Previous month";
|
|
215
|
+
readonly nextLabel: "Next month";
|
|
216
|
+
readonly summaryLabel: "{n} days selected";
|
|
217
|
+
readonly presets: {
|
|
218
|
+
readonly "7d": "Last 7 days";
|
|
219
|
+
readonly "30d": "Last 30 days";
|
|
220
|
+
readonly "90d": "Last 90 days";
|
|
221
|
+
readonly mtd: "Month to date";
|
|
222
|
+
readonly qtd: "Quarter to date";
|
|
223
|
+
readonly ytd: "Year to date";
|
|
224
|
+
};
|
|
225
|
+
};
|
|
226
|
+
readonly scheduledJobsList: {
|
|
227
|
+
readonly description: "Recurring reports and exports with their cadence, next run, and an on/off switch.";
|
|
228
|
+
readonly emptyTitle: "No scheduled jobs";
|
|
229
|
+
readonly emptyBody: "Recurring reports and exports will appear here once scheduled.";
|
|
230
|
+
readonly nextRunLabel: "Next run";
|
|
231
|
+
readonly toggleLabel: "Enable schedule";
|
|
232
|
+
readonly recipientsLabel: "Recipients";
|
|
233
|
+
};
|
|
234
|
+
};
|
|
235
|
+
readonly tables: {
|
|
236
|
+
readonly masterList: {
|
|
237
|
+
readonly description: "A selectable list of records that drives a detail pane.";
|
|
238
|
+
readonly emptyTitle: "No items";
|
|
239
|
+
readonly emptyBody: "Items will appear here once they exist.";
|
|
240
|
+
};
|
|
241
|
+
readonly logTable: {
|
|
242
|
+
readonly description: "An append-only event log with search, an errors filter, and row actions.";
|
|
243
|
+
readonly emptyTitle: "No log entries";
|
|
244
|
+
readonly emptyBody: "Events will be recorded here as they happen.";
|
|
245
|
+
};
|
|
246
|
+
readonly cardGallery: {
|
|
247
|
+
readonly description: "A responsive gallery of entity cards with status and quick actions.";
|
|
248
|
+
readonly emptyTitle: "Nothing to show";
|
|
249
|
+
readonly emptyBody: "Items will appear here as cards.";
|
|
250
|
+
};
|
|
251
|
+
readonly groupedSummaryTable: {
|
|
252
|
+
readonly description: "Grouped rows with aggregate columns, expandable details, and totals.";
|
|
253
|
+
readonly emptyTitle: "No summary data";
|
|
254
|
+
readonly emptyBody: "Grouped totals will appear here once there is data.";
|
|
255
|
+
};
|
|
256
|
+
readonly schemaTree: {
|
|
257
|
+
readonly description: "An explorer for schemas, tables, and columns with type and key badges.";
|
|
258
|
+
readonly emptyTitle: "No schema introspected";
|
|
259
|
+
readonly emptyBody: "Connect a database to explore its schema here.";
|
|
260
|
+
};
|
|
261
|
+
readonly toggleMatrix: {
|
|
262
|
+
readonly description: "An interactive grid of boolean toggles for roles, policies, or channels.";
|
|
263
|
+
readonly emptyTitle: "No matrix configured";
|
|
264
|
+
readonly emptyBody: "Rows and columns will appear here once configured.";
|
|
265
|
+
};
|
|
266
|
+
readonly sparklineTable: {
|
|
267
|
+
readonly description: "Metric rows with a micro sparkline, the current value, and a good/bad-aware change pill.";
|
|
268
|
+
readonly emptyTitle: "No metrics to show";
|
|
269
|
+
readonly emptyBody: "Metrics will appear here once there is data to summarize.";
|
|
270
|
+
};
|
|
271
|
+
readonly topMoversList: {
|
|
272
|
+
readonly description: "The metrics that changed the most, with the direction judged good or bad per metric.";
|
|
273
|
+
readonly emptyTitle: "No movers";
|
|
274
|
+
readonly emptyBody: "Metrics that changed the most will appear here.";
|
|
275
|
+
};
|
|
276
|
+
readonly rankedEntityList: {
|
|
277
|
+
readonly description: "Top entities by a metric, each with its rank and a proportional bar.";
|
|
278
|
+
readonly emptyTitle: "Nothing ranked yet";
|
|
279
|
+
readonly emptyBody: "Top entities will appear here once there is data to rank.";
|
|
280
|
+
};
|
|
281
|
+
readonly accordionList: {
|
|
282
|
+
readonly description: "Expandable rows with a badge and a detail panel, single- or multi-open.";
|
|
283
|
+
readonly emptyTitle: "Nothing to expand";
|
|
284
|
+
readonly emptyBody: "Entries will appear here once there are any.";
|
|
285
|
+
};
|
|
286
|
+
readonly comparisonMatrix: {
|
|
287
|
+
readonly description: "A feature grid comparing plans or tiers, with one column promoted.";
|
|
288
|
+
readonly includedLabel: "Included";
|
|
289
|
+
readonly notIncludedLabel: "Not included";
|
|
290
|
+
readonly promotedLabel: "Recommended";
|
|
291
|
+
};
|
|
292
|
+
readonly chipCloud: {
|
|
293
|
+
readonly description: "Wrapped chips for discovered tables, merge variables, or suggestions.";
|
|
294
|
+
readonly emptyTitle: "Nothing discovered yet";
|
|
295
|
+
readonly emptyBody: "Tables and variables will appear here as chips once they are found.";
|
|
296
|
+
readonly moreLabel: "+{n} more";
|
|
297
|
+
};
|
|
298
|
+
};
|
|
299
|
+
readonly boards: {
|
|
300
|
+
readonly kanbanBoard: {
|
|
301
|
+
readonly description: "Fixed status columns of draggable cards; drag a card to another column to update its status.";
|
|
302
|
+
readonly emptyTitle: "No cards yet";
|
|
303
|
+
readonly emptyBody: "Cards will appear in their status columns as records are created.";
|
|
304
|
+
};
|
|
305
|
+
readonly kanbanSwimlaneGrid: {
|
|
306
|
+
readonly description: "A lane × column grid where dragging a card reassigns both its lane and its status.";
|
|
307
|
+
readonly emptyTitle: "No swimlanes to show";
|
|
308
|
+
readonly emptyBody: "Group records by a lane field and a status field to build the grid.";
|
|
309
|
+
};
|
|
310
|
+
readonly addCard: "Add card";
|
|
311
|
+
readonly grip: "Drag to move card";
|
|
312
|
+
readonly pointsUnit: "pts";
|
|
313
|
+
readonly laneSummary: "Σ{points} pts · {count}";
|
|
314
|
+
readonly a11y: {
|
|
315
|
+
readonly grabbed: "Grabbed {title}. Use the arrow keys to move, Enter to drop, Escape to cancel.";
|
|
316
|
+
readonly over: "{title} is over {cell}.";
|
|
317
|
+
readonly moved: "Moved {title} to {cell}.";
|
|
318
|
+
readonly returned: "{title} returned to its original position.";
|
|
319
|
+
readonly failed: "Could not move {title}; it was returned to its original position.";
|
|
320
|
+
};
|
|
321
|
+
readonly boardCard: {
|
|
322
|
+
readonly description: "A single board card: tag, title, progress, owner, and due date.";
|
|
323
|
+
readonly emptyTitle: "No card";
|
|
324
|
+
readonly emptyBody: "This card has no record bound to it yet.";
|
|
325
|
+
};
|
|
326
|
+
readonly inlineComposeCard: {
|
|
327
|
+
readonly description: "A quick-add card that inserts a new record with the column's defaults.";
|
|
328
|
+
readonly placeholder: "Card title…";
|
|
329
|
+
readonly addLabel: "Add";
|
|
330
|
+
readonly cancelLabel: "Cancel";
|
|
331
|
+
readonly openLabel: "Add card";
|
|
332
|
+
};
|
|
333
|
+
};
|
|
334
|
+
readonly communication: {
|
|
335
|
+
readonly conversationInbox: {
|
|
336
|
+
readonly description: "A selectable list of conversations with unread counts, presence, and last-message previews.";
|
|
337
|
+
readonly emptyTitle: "No conversations";
|
|
338
|
+
readonly emptyBody: "Conversations will appear here as messages arrive.";
|
|
339
|
+
readonly noMatchesTitle: "No conversations match";
|
|
340
|
+
readonly searchLabel: "Search conversations";
|
|
341
|
+
readonly searchPlaceholder: "Search conversations…";
|
|
342
|
+
};
|
|
343
|
+
readonly chatThread: {
|
|
344
|
+
readonly description: "Message bubbles grouped by author and day, with attachments and a composer.";
|
|
345
|
+
readonly emptyTitle: "No messages yet";
|
|
346
|
+
readonly emptyBody: "Messages in this conversation will appear here.";
|
|
347
|
+
readonly composerPlaceholder: "Write a message…";
|
|
348
|
+
readonly sendLabel: "Send";
|
|
349
|
+
readonly attachLabel: "Add attachment";
|
|
350
|
+
readonly typingLabel: "typing…";
|
|
351
|
+
};
|
|
352
|
+
readonly aiChatPanel: {
|
|
353
|
+
readonly description: "An assistant panel for asking questions about your schema and data.";
|
|
354
|
+
readonly emptyTitle: "Ask about your data";
|
|
355
|
+
readonly emptyBody: "Ask a question about your schema, tables, or metrics to get started.";
|
|
356
|
+
readonly composerPlaceholder: "Ask a question…";
|
|
357
|
+
readonly sendLabel: "Send";
|
|
358
|
+
readonly pendingLabel: "Thinking…";
|
|
359
|
+
readonly configureTitle: "No AI provider configured";
|
|
360
|
+
readonly configureBody: "Add an Anthropic or OpenAI key — or point Adminium at your own endpoint — to ask questions about your schema.";
|
|
361
|
+
readonly configureCtaLabel: "Configure a provider";
|
|
362
|
+
};
|
|
363
|
+
readonly typingIndicator: {
|
|
364
|
+
readonly description: "An avatar and an italic “typing…” row, bound to a live per-conversation boolean.";
|
|
365
|
+
readonly label: "typing…";
|
|
366
|
+
readonly emptyTitle: "No typing activity";
|
|
367
|
+
readonly emptyBody: "Typing state appears here once the conversation is live.";
|
|
368
|
+
};
|
|
369
|
+
readonly callWidget: {
|
|
370
|
+
readonly description: "An incoming voice or video call: the caller’s avatar, the call state, and accept or decline actions.";
|
|
371
|
+
readonly voiceLabel: "Voice call";
|
|
372
|
+
readonly videoLabel: "Video call";
|
|
373
|
+
readonly ringingLabel: "Ringing…";
|
|
374
|
+
readonly connectingLabel: "Connecting…";
|
|
375
|
+
readonly activeLabel: "In call";
|
|
376
|
+
readonly endedLabel: "Call ended";
|
|
377
|
+
readonly acceptLabel: "Accept";
|
|
378
|
+
readonly declineLabel: "Decline";
|
|
379
|
+
readonly endLabel: "End call";
|
|
380
|
+
readonly emptyTitle: "No active call";
|
|
381
|
+
readonly emptyBody: "An incoming call will appear here.";
|
|
382
|
+
};
|
|
383
|
+
};
|
|
384
|
+
readonly geo: {
|
|
385
|
+
readonly mapBubble: {
|
|
386
|
+
readonly description: "A map whose circle markers are sized by the metric you choose, alongside a ranked list of the top places.";
|
|
387
|
+
readonly emptyTitle: "No locations";
|
|
388
|
+
readonly emptyBody: "Rows with latitude and longitude values appear here as map markers.";
|
|
389
|
+
readonly mapUnavailableLabel: "The map could not be loaded. The ranked list shows the same data.";
|
|
390
|
+
readonly regionsLabel: "Top regions";
|
|
391
|
+
readonly metricLabel: "Metric";
|
|
392
|
+
};
|
|
393
|
+
readonly mapChoroplethGrid: {
|
|
394
|
+
readonly description: "Region tiles tinted by value — for tables that carry region codes but no coordinates.";
|
|
395
|
+
readonly emptyTitle: "No regions";
|
|
396
|
+
readonly emptyBody: "Rows with a region code and a numeric value appear here as tinted tiles.";
|
|
397
|
+
readonly legendLowLabel: "Low";
|
|
398
|
+
readonly legendHighLabel: "High";
|
|
399
|
+
};
|
|
400
|
+
};
|
|
401
|
+
readonly domain: {
|
|
402
|
+
readonly orgChart: {
|
|
403
|
+
readonly description: "The reporting tree built from a people table's manager reference, with collapsible branches.";
|
|
404
|
+
readonly emptyTitle: "No reporting structure";
|
|
405
|
+
readonly emptyBody: "The org chart appears once people rows reference a manager.";
|
|
406
|
+
readonly reportsLabel: "Reports · {count}";
|
|
407
|
+
readonly a11yLabel: "Organization chart";
|
|
408
|
+
};
|
|
409
|
+
readonly ganttChart: {
|
|
410
|
+
readonly description: "Task bars over a time axis, grouped by phase, with progress, milestones, and a today marker.";
|
|
411
|
+
readonly emptyTitle: "Nothing scheduled";
|
|
412
|
+
readonly emptyBody: "Tasks appear here once they have start and end dates.";
|
|
413
|
+
readonly ungroupedLabel: "Tasks";
|
|
414
|
+
};
|
|
415
|
+
readonly documentCanvas: {
|
|
416
|
+
readonly description: "A paper-styled document canvas — invoice, report or email — whose blocks can be selected, reordered and removed.";
|
|
417
|
+
readonly emptyTitle: "Nothing in this document";
|
|
418
|
+
readonly emptyBody: "Add a block from the palette to start building the document.";
|
|
419
|
+
readonly addBlockLabel: "Add block";
|
|
420
|
+
readonly removeBlockLabel: "Remove block";
|
|
421
|
+
readonly moveUpLabel: "Move block up";
|
|
422
|
+
readonly moveDownLabel: "Move block down";
|
|
423
|
+
readonly blockListLabel: "Document blocks";
|
|
424
|
+
readonly billedToLabel: "Billed to";
|
|
425
|
+
readonly issuedLabel: "Issued";
|
|
426
|
+
readonly dueLabel: "Due";
|
|
427
|
+
};
|
|
428
|
+
readonly blockTotalsSummary: {
|
|
429
|
+
readonly description: "The document totals — subtotal, discount, tax and the total due, recomputed from the line items.";
|
|
430
|
+
readonly emptyTitle: "No totals yet";
|
|
431
|
+
readonly emptyBody: "Totals appear once the document has line items.";
|
|
432
|
+
readonly subtotalLabel: "Subtotal";
|
|
433
|
+
readonly discountLabel: "Discount";
|
|
434
|
+
readonly taxLabel: "Tax";
|
|
435
|
+
readonly totalLabel: "Total due";
|
|
436
|
+
};
|
|
437
|
+
readonly blockLineItems: {
|
|
438
|
+
readonly description: "Editable description, quantity and rate rows that feed the document totals.";
|
|
439
|
+
readonly emptyTitle: "No line items";
|
|
440
|
+
readonly emptyBody: "Add a line item to bill for work on this document.";
|
|
441
|
+
readonly descHeader: "Description";
|
|
442
|
+
readonly qtyHeader: "Qty";
|
|
443
|
+
readonly rateHeader: "Rate";
|
|
444
|
+
readonly amountHeader: "Amount";
|
|
445
|
+
};
|
|
446
|
+
readonly blockKpiRow: {
|
|
447
|
+
readonly description: "A row of stat tiles with sign-aware delta coloring.";
|
|
448
|
+
readonly emptyTitle: "No metrics";
|
|
449
|
+
readonly emptyBody: "Metrics appear here once the report has figures to show.";
|
|
450
|
+
};
|
|
451
|
+
readonly blockBarChart: {
|
|
452
|
+
readonly description: "A mini bar chart in the document accent, sized for a document block.";
|
|
453
|
+
readonly emptyTitle: "No data to chart";
|
|
454
|
+
readonly emptyBody: "The bars appear once the report has a series to plot.";
|
|
455
|
+
};
|
|
456
|
+
readonly blockLineChart: {
|
|
457
|
+
readonly description: "A mini line chart with an optional filled area, sized for a document block.";
|
|
458
|
+
readonly emptyTitle: "No data to chart";
|
|
459
|
+
readonly emptyBody: "The line appears once the report has a series to plot.";
|
|
460
|
+
};
|
|
461
|
+
readonly blockTwoColTable: {
|
|
462
|
+
readonly description: "A two-column table with a styled header row and a mono value column.";
|
|
463
|
+
readonly emptyTitle: "No rows";
|
|
464
|
+
readonly emptyBody: "Rows appear here once the report has values to list.";
|
|
465
|
+
};
|
|
466
|
+
readonly blockTaxBreakdown: {
|
|
467
|
+
readonly description: "Tax lines with label, rate and amount, applied to the document subtotal.";
|
|
468
|
+
readonly emptyTitle: "No tax lines";
|
|
469
|
+
readonly emptyBody: "Tax lines appear once the document has rates to apply.";
|
|
470
|
+
};
|
|
471
|
+
readonly blockMultiCurrency: {
|
|
472
|
+
readonly description: "The document total converted per currency at the given rates.";
|
|
473
|
+
readonly emptyTitle: "No conversions";
|
|
474
|
+
readonly emptyBody: "Conversions appear once the document lists exchange rates.";
|
|
475
|
+
readonly footnote: "Rates are indicative and may differ at settlement.";
|
|
476
|
+
};
|
|
477
|
+
readonly blockPaymentHistory: {
|
|
478
|
+
readonly description: "Past payments with date, masked method, amount and a status pill.";
|
|
479
|
+
readonly emptyTitle: "No payments yet";
|
|
480
|
+
readonly emptyBody: "Payments against this document appear here.";
|
|
481
|
+
};
|
|
482
|
+
readonly blockDiscountCodes: {
|
|
483
|
+
readonly description: "Applied discount codes with their label and credited amount.";
|
|
484
|
+
readonly emptyTitle: "No discounts applied";
|
|
485
|
+
readonly emptyBody: "Discount codes applied to this document appear here.";
|
|
486
|
+
};
|
|
487
|
+
readonly blockLoyaltyBanner: {
|
|
488
|
+
readonly description: "A loyalty banner with the points balance, tier and points earned on this order.";
|
|
489
|
+
readonly emptyTitle: "No loyalty balance";
|
|
490
|
+
readonly emptyBody: "The loyalty banner appears once the customer has a points balance.";
|
|
491
|
+
readonly balanceLabel: "{balance} pts · {tier}";
|
|
492
|
+
readonly earnedLabel: "+{earned} earned on this order";
|
|
493
|
+
};
|
|
494
|
+
readonly blockRecurringBanner: {
|
|
495
|
+
readonly description: "A banner announcing the billing frequency, the next charge date and the cycles remaining.";
|
|
496
|
+
readonly emptyTitle: "Not recurring";
|
|
497
|
+
readonly emptyBody: "This banner appears once the document is on a recurring schedule.";
|
|
498
|
+
readonly template: "Recurring — {freq} · Next on {next} · {count} cycles";
|
|
499
|
+
};
|
|
500
|
+
readonly blockQrPay: {
|
|
501
|
+
readonly description: "A scan-to-pay tile with a caption and the amount due.";
|
|
502
|
+
readonly emptyTitle: "Nothing to pay";
|
|
503
|
+
readonly emptyBody: "The payment code appears once the document has an amount due.";
|
|
504
|
+
readonly amountLabel: "Amount due";
|
|
505
|
+
};
|
|
506
|
+
readonly blockDeliveryStepper: {
|
|
507
|
+
readonly description: "Horizontal delivery steps marked done, current or upcoming.";
|
|
508
|
+
readonly emptyTitle: "No delivery steps";
|
|
509
|
+
readonly emptyBody: "Steps appear once the order has a delivery route.";
|
|
510
|
+
};
|
|
511
|
+
readonly blockSignature: {
|
|
512
|
+
readonly description: "Signature lines for a name and title, with the date signed.";
|
|
513
|
+
readonly emptyTitle: "No signature";
|
|
514
|
+
readonly emptyBody: "The signature lines appear once the document names a signer.";
|
|
515
|
+
readonly namePlaceholder: "Full name";
|
|
516
|
+
readonly titlePlaceholder: "Title";
|
|
517
|
+
readonly dateLabel: "Date";
|
|
518
|
+
};
|
|
519
|
+
readonly blockTermsCheckbox: {
|
|
520
|
+
readonly description: "A terms toggle with an editable label.";
|
|
521
|
+
readonly defaultLabel: "I accept the terms and conditions";
|
|
522
|
+
};
|
|
523
|
+
readonly blockApproval: {
|
|
524
|
+
readonly description: "An approver card with a status-tinted pill and optional approve or reject actions.";
|
|
525
|
+
readonly emptyTitle: "No approver";
|
|
526
|
+
readonly emptyBody: "The approval card appears once the document names an approver.";
|
|
527
|
+
readonly approveLabel: "Approve";
|
|
528
|
+
readonly rejectLabel: "Reject";
|
|
529
|
+
readonly pendingLabel: "Pending";
|
|
530
|
+
readonly approvedLabel: "Approved";
|
|
531
|
+
readonly rejectedLabel: "Rejected";
|
|
532
|
+
};
|
|
533
|
+
readonly blockAttachments: {
|
|
534
|
+
readonly description: "Attached files with their names and sizes.";
|
|
535
|
+
readonly emptyTitle: "No attachments";
|
|
536
|
+
readonly emptyBody: "Files attached to this document appear here.";
|
|
537
|
+
};
|
|
538
|
+
readonly blockLateFees: {
|
|
539
|
+
readonly description: "A warning callout stating the late fee and the grace period.";
|
|
540
|
+
readonly emptyTitle: "No late fee";
|
|
541
|
+
readonly emptyBody: "This callout appears once the document sets a late-fee policy.";
|
|
542
|
+
readonly template: "A {rate} late fee applies after {days} days.";
|
|
543
|
+
};
|
|
544
|
+
readonly blockImagePlaceholder: {
|
|
545
|
+
readonly description: "A dashed placeholder box standing in for an image, with a caption.";
|
|
546
|
+
readonly emptyTitle: "No image";
|
|
547
|
+
readonly emptyBody: "The placeholder appears once the block has a caption.";
|
|
548
|
+
};
|
|
549
|
+
readonly blockContact: {
|
|
550
|
+
readonly description: "Contact rows for a name, email address and phone number.";
|
|
551
|
+
readonly emptyTitle: "No contact";
|
|
552
|
+
readonly emptyBody: "Contact details appear once the document names a contact.";
|
|
553
|
+
};
|
|
554
|
+
readonly blockHighlightBox: {
|
|
555
|
+
readonly description: "A callout box pairing a label with a large mono value.";
|
|
556
|
+
readonly emptyTitle: "Nothing to highlight";
|
|
557
|
+
readonly emptyBody: "The callout appears once the block has a value to show.";
|
|
558
|
+
};
|
|
559
|
+
readonly starterTemplatePicker: {
|
|
560
|
+
readonly description: "A grid of predefined starters with generated thumbnails; picking one seeds a full document.";
|
|
561
|
+
readonly emptyTitle: "No starters";
|
|
562
|
+
readonly emptyBody: "Add starter definitions in config or bind a starters table.";
|
|
563
|
+
};
|
|
564
|
+
readonly sloMonitorCard: {
|
|
565
|
+
readonly description: "Per-service SLA card with status, availability against target, a daily uptime strip, error budget, and p95 latency.";
|
|
566
|
+
readonly emptyTitle: "No monitor";
|
|
567
|
+
readonly emptyBody: "Bind a monitors table with a status and an availability column.";
|
|
568
|
+
};
|
|
569
|
+
readonly uptimeSegmentBar: {
|
|
570
|
+
readonly description: "Statuspage-style day strips coloured by daily status, with a 30/90-day toggle.";
|
|
571
|
+
readonly emptyTitle: "No uptime history";
|
|
572
|
+
readonly emptyBody: "Daily status rows appear here as an uptime strip.";
|
|
573
|
+
};
|
|
574
|
+
readonly experimentVariantCompare: {
|
|
575
|
+
readonly description: "Per-variant conversion bars with lift against the control and a significance meter.";
|
|
576
|
+
readonly emptyTitle: "No variants";
|
|
577
|
+
readonly emptyBody: "Bind an experiment variants table with conversion numbers.";
|
|
578
|
+
};
|
|
579
|
+
readonly creditCardTile: {
|
|
580
|
+
readonly description: "A stored payment method as a branded card with a masked number, holder, and expiry.";
|
|
581
|
+
readonly emptyTitle: "No payment method";
|
|
582
|
+
readonly emptyBody: "Add a card to see it here.";
|
|
583
|
+
};
|
|
584
|
+
readonly planPricingCards: {
|
|
585
|
+
readonly description: "Pricing tiers with a monthly/annual switch, feature lists, and a promoted plan.";
|
|
586
|
+
readonly emptyTitle: "No plans";
|
|
587
|
+
readonly emptyBody: "Bind a plans table with a name and a monthly price.";
|
|
588
|
+
};
|
|
589
|
+
readonly apiKeysPanel: {
|
|
590
|
+
readonly description: "API keys with environment badges, masked values, scopes, last use, and copy, roll, and revoke actions.";
|
|
591
|
+
readonly emptyTitle: "No API keys";
|
|
592
|
+
readonly emptyBody: "Create a key to start calling the API.";
|
|
593
|
+
};
|
|
594
|
+
readonly apiPlayground: {
|
|
595
|
+
readonly description: "A request composer with parameters and a response pane. It composes only and never sends a real request.";
|
|
596
|
+
readonly emptyTitle: "No endpoint selected";
|
|
597
|
+
readonly emptyBody: "Pick an endpoint to compose a request against it.";
|
|
598
|
+
};
|
|
599
|
+
readonly codeSnippetBlock: {
|
|
600
|
+
readonly description: "A copyable code snippet with a language chip and optional per-language tabs.";
|
|
601
|
+
readonly emptyTitle: "No snippet";
|
|
602
|
+
readonly emptyBody: "Bind a code column or set a static snippet in config.";
|
|
603
|
+
};
|
|
604
|
+
readonly webhookEndpointsList: {
|
|
605
|
+
readonly description: "Webhook endpoints with their event, target URL, last fired time, and an enable toggle.";
|
|
606
|
+
readonly emptyTitle: "No endpoints";
|
|
607
|
+
readonly emptyBody: "Add a webhook endpoint to receive table events.";
|
|
608
|
+
};
|
|
609
|
+
readonly resourceApiCard: {
|
|
610
|
+
readonly description: "A table's generated API surface: row count, security badge, method chips, and request volume.";
|
|
611
|
+
readonly emptyTitle: "No resource";
|
|
612
|
+
readonly emptyBody: "Bind a table to show its generated API surface.";
|
|
613
|
+
};
|
|
614
|
+
readonly liveTimer: {
|
|
615
|
+
readonly description: "A start/stop stopwatch for a task; stopping it records a time entry.";
|
|
616
|
+
readonly emptyTitle: "No timer";
|
|
617
|
+
readonly emptyBody: "Bind a time-entry row with a task and a duration column.";
|
|
618
|
+
};
|
|
619
|
+
readonly syncStatusCard: {
|
|
620
|
+
readonly description: "Connection identity, latency, rows synced, and the sync schedule, with a sync-now action.";
|
|
621
|
+
readonly emptyTitle: "No connection";
|
|
622
|
+
readonly emptyBody: "Bind a connection row to show its sync status.";
|
|
623
|
+
};
|
|
624
|
+
readonly ipAllowlistCard: {
|
|
625
|
+
readonly description: "Static egress IP addresses to allow through a firewall, each with a copy button.";
|
|
626
|
+
readonly emptyTitle: "No egress IPs";
|
|
627
|
+
readonly emptyBody: "Egress addresses appear here once the connection is provisioned.";
|
|
628
|
+
};
|
|
629
|
+
readonly onboardingChecklist: {
|
|
630
|
+
readonly description: "Setup steps with time estimates and actions, over a live progress ring and bar.";
|
|
631
|
+
readonly emptyTitle: "Nothing to set up";
|
|
632
|
+
readonly emptyBody: "Add onboarding steps in config or bind a steps table.";
|
|
633
|
+
};
|
|
634
|
+
readonly testimonialCard: {
|
|
635
|
+
readonly description: "A customer quote with an avatar and attribution.";
|
|
636
|
+
readonly emptyTitle: "No testimonial";
|
|
637
|
+
readonly emptyBody: "Bind a quote row to show a customer testimonial.";
|
|
638
|
+
};
|
|
639
|
+
readonly trustBadges: {
|
|
640
|
+
readonly description: "A dot-separated row of compliance and trust claims.";
|
|
641
|
+
readonly emptyTitle: "No badges";
|
|
642
|
+
readonly emptyBody: "Add compliance claims in config or bind a badges table.";
|
|
643
|
+
};
|
|
644
|
+
readonly policyList: {
|
|
645
|
+
readonly description: "Row-level security policies per table with their command, role, and an enable toggle.";
|
|
646
|
+
readonly emptyTitle: "No policies";
|
|
647
|
+
readonly emptyBody: "This table has no row-level security policies yet.";
|
|
648
|
+
};
|
|
649
|
+
};
|
|
650
|
+
readonly media: {
|
|
651
|
+
readonly fileBrowser: {
|
|
652
|
+
readonly description: "Browse files and folders as a tile grid or a list, with a breadcrumb trail, type icons, and starring.";
|
|
653
|
+
readonly emptyTitle: "This folder is empty";
|
|
654
|
+
readonly emptyBody: "Upload files or create a folder to get started.";
|
|
655
|
+
};
|
|
656
|
+
readonly uploadDropzone: {
|
|
657
|
+
readonly description: "A drag-and-drop target for uploading files, with format and size constraints.";
|
|
658
|
+
readonly dropTitle: "Drop files to upload";
|
|
659
|
+
readonly browsePrefix: "or";
|
|
660
|
+
readonly browseLabel: "browse";
|
|
661
|
+
};
|
|
662
|
+
readonly uploadProgressList: {
|
|
663
|
+
readonly description: "Per-file upload rows with a progress bar and status; also drives export-queue jobs.";
|
|
664
|
+
readonly emptyTitle: "No uploads in progress";
|
|
665
|
+
readonly emptyBody: "Files you upload will show their progress here.";
|
|
666
|
+
};
|
|
667
|
+
readonly attachmentList: {
|
|
668
|
+
readonly description: "Files attached to a record, with type icons, sizes, and download or delete actions.";
|
|
669
|
+
readonly emptyTitle: "No attachments";
|
|
670
|
+
readonly emptyBody: "Files attached to this record will appear here.";
|
|
671
|
+
};
|
|
672
|
+
readonly imageBoard: {
|
|
673
|
+
readonly description: "A moodboard grid of image slots with captions, for tables with image URLs.";
|
|
674
|
+
readonly emptyTitle: "No images yet";
|
|
675
|
+
readonly emptyBody: "Reference images will appear on this board.";
|
|
676
|
+
};
|
|
677
|
+
readonly linkList: {
|
|
678
|
+
readonly description: "Reference links with titles and URLs, opening in a new tab.";
|
|
679
|
+
readonly emptyTitle: "No links yet";
|
|
680
|
+
readonly emptyBody: "Reference links will appear here.";
|
|
681
|
+
};
|
|
682
|
+
readonly root: "Files";
|
|
683
|
+
readonly breadcrumb: "Breadcrumb";
|
|
684
|
+
readonly gridView: "Grid view";
|
|
685
|
+
readonly listView: "List view";
|
|
686
|
+
readonly nameHeader: "Name";
|
|
687
|
+
readonly sizeHeader: "Size";
|
|
688
|
+
readonly modifiedHeader: "Modified";
|
|
689
|
+
readonly star: "Star";
|
|
690
|
+
readonly items: "items";
|
|
691
|
+
readonly done: "Done";
|
|
692
|
+
readonly failed: "Failed";
|
|
693
|
+
readonly queued: "Queued";
|
|
694
|
+
readonly retry: "Retry";
|
|
695
|
+
readonly download: "Download";
|
|
696
|
+
readonly cancel: "Cancel";
|
|
697
|
+
readonly delete: "Delete";
|
|
698
|
+
readonly remove: "Remove";
|
|
699
|
+
readonly addImage: "Add image";
|
|
700
|
+
readonly caption: "Caption";
|
|
701
|
+
readonly addLink: "Add link";
|
|
702
|
+
readonly linkTitlePlaceholder: "Title";
|
|
703
|
+
readonly linkUrlPlaceholder: "https://…";
|
|
704
|
+
readonly add: "Add";
|
|
705
|
+
};
|
|
706
|
+
readonly forms: {
|
|
707
|
+
readonly modalWizard: {
|
|
708
|
+
readonly description: "A modal create form with a success confirmation — the standard “new record” flow.";
|
|
709
|
+
readonly trigger: "Create";
|
|
710
|
+
readonly submit: "Create";
|
|
711
|
+
readonly cancel: "Cancel";
|
|
712
|
+
readonly done: "Done";
|
|
713
|
+
readonly successTitle: "Record created";
|
|
714
|
+
readonly successBody: "The record was saved.";
|
|
715
|
+
readonly required: "This field is required.";
|
|
716
|
+
};
|
|
717
|
+
readonly drawerForm: {
|
|
718
|
+
readonly description: "A side-drawer create or edit form for records with more fields than a modal fits.";
|
|
719
|
+
readonly trigger: "New";
|
|
720
|
+
readonly submit: "Save";
|
|
721
|
+
readonly cancel: "Cancel";
|
|
722
|
+
};
|
|
723
|
+
readonly stepper: {
|
|
724
|
+
readonly description: "A progress stepper showing where a multi-step flow has got to.";
|
|
725
|
+
readonly a11yLabel: "Progress";
|
|
726
|
+
};
|
|
727
|
+
readonly progressBar: {
|
|
728
|
+
readonly description: "A determinate progress track with a percent caption.";
|
|
729
|
+
readonly label: "Progress";
|
|
730
|
+
};
|
|
731
|
+
readonly otpInput: {
|
|
732
|
+
readonly description: "A one-time-code entry field.";
|
|
733
|
+
readonly label: "One-time code";
|
|
734
|
+
};
|
|
735
|
+
readonly chipInput: {
|
|
736
|
+
readonly description: "A tag input: removable chips plus free text that commits on Enter.";
|
|
737
|
+
readonly remove: "Remove";
|
|
738
|
+
readonly placeholder: "Type and press Enter…";
|
|
739
|
+
};
|
|
740
|
+
readonly segmentedControl: {
|
|
741
|
+
readonly description: "A single-select pill control for periods, environments and filters.";
|
|
742
|
+
readonly a11yLabel: "Select an option";
|
|
743
|
+
};
|
|
744
|
+
readonly filterChipBar: {
|
|
745
|
+
readonly description: "Filter chips with live counts computed from the list they filter.";
|
|
746
|
+
readonly all: "All";
|
|
747
|
+
readonly a11yLabel: "Filter";
|
|
748
|
+
readonly meta: "{shown} of {total}";
|
|
749
|
+
};
|
|
750
|
+
readonly toggleSwitchList: {
|
|
751
|
+
readonly description: "A list of settings rows, each with a switch.";
|
|
752
|
+
readonly save: "Save";
|
|
753
|
+
readonly dirty: "You have unsaved changes";
|
|
754
|
+
readonly emptyTitle: "No settings";
|
|
755
|
+
readonly emptyBody: "Settings appear here once they are configured.";
|
|
756
|
+
};
|
|
757
|
+
readonly optionCards: {
|
|
758
|
+
readonly description: "A single-select card grid for sources, templates and plans.";
|
|
759
|
+
readonly a11yLabel: "Choose an option";
|
|
760
|
+
};
|
|
761
|
+
readonly ruleBuilder: {
|
|
762
|
+
readonly description: "A condition builder whose rules compile to a filter — the segment/audience editor.";
|
|
763
|
+
readonly add: "Add condition";
|
|
764
|
+
readonly remove: "Remove condition";
|
|
765
|
+
readonly all: "ALL";
|
|
766
|
+
readonly any: "ANY";
|
|
767
|
+
readonly field: "Field";
|
|
768
|
+
readonly operator: "Operator";
|
|
769
|
+
readonly value: "Value";
|
|
770
|
+
readonly valuePlaceholder: "Value…";
|
|
771
|
+
readonly emptyBody: "No conditions yet — add one to define this segment.";
|
|
772
|
+
};
|
|
773
|
+
readonly flowBuilder: {
|
|
774
|
+
readonly description: "A vertical workflow canvas of trigger, condition and action steps.";
|
|
775
|
+
readonly add: "Add step";
|
|
776
|
+
readonly remove: "Remove step";
|
|
777
|
+
readonly paletteTitle: "Add a step";
|
|
778
|
+
readonly stats: "{runs} runs · {rate}% success";
|
|
779
|
+
readonly emptyBody: "No steps yet — add a trigger to start this workflow.";
|
|
780
|
+
};
|
|
781
|
+
readonly connectionStringField: {
|
|
782
|
+
readonly description: "A connection-string field that detects the database engine as you type.";
|
|
783
|
+
readonly label: "Connection string";
|
|
784
|
+
readonly helper: "postgres://user:password@host:5432/database — mysql:// and sqlite: work too.";
|
|
785
|
+
readonly quickFill: "Quick fill:";
|
|
786
|
+
readonly host: "Host: {host}";
|
|
787
|
+
readonly invalidScheme: "Unrecognized connection-string scheme.";
|
|
788
|
+
readonly incomplete: "Add a host and database to the connection string.";
|
|
789
|
+
};
|
|
790
|
+
readonly tableInclusionChecklist: {
|
|
791
|
+
readonly description: "The tables to include, with row counts and PII warnings.";
|
|
792
|
+
readonly pii: "PII";
|
|
793
|
+
readonly highVolume: "high volume";
|
|
794
|
+
readonly a11yLabel: "Tables to include";
|
|
795
|
+
readonly emptyTitle: "No tables found";
|
|
796
|
+
readonly emptyBody: "Connect a database and its tables will appear here.";
|
|
797
|
+
};
|
|
798
|
+
readonly columnMappingTable: {
|
|
799
|
+
readonly description: "Maps the columns of an uploaded file onto the fields of a table.";
|
|
800
|
+
readonly skip: "Don't import";
|
|
801
|
+
readonly sourceHeader: "Source column";
|
|
802
|
+
readonly sampleHeader: "Sample";
|
|
803
|
+
readonly targetHeader: "Target field";
|
|
804
|
+
readonly emptyTitle: "No columns to map";
|
|
805
|
+
readonly emptyBody: "Upload a file and its columns will appear here.";
|
|
806
|
+
};
|
|
807
|
+
readonly validationIssuesList: {
|
|
808
|
+
readonly description: "Import and validation issues, most severe first, with affected row counts.";
|
|
809
|
+
readonly emptyTitle: "No issues found";
|
|
810
|
+
readonly emptyBody: "Everything checks out — you are good to import.";
|
|
811
|
+
};
|
|
812
|
+
readonly exportBuilder: {
|
|
813
|
+
readonly description: "Builds a data export: format, date range and what to include.";
|
|
814
|
+
readonly format: "Format";
|
|
815
|
+
readonly from: "From";
|
|
816
|
+
readonly to: "To";
|
|
817
|
+
readonly groupBy: "Group by";
|
|
818
|
+
readonly includeCharts: "Include charts";
|
|
819
|
+
readonly email: "Email me the export";
|
|
820
|
+
readonly submit: "Export";
|
|
821
|
+
readonly running: "Preparing your export…";
|
|
822
|
+
readonly done: "Export ready";
|
|
823
|
+
readonly failed: "The export failed. Try again.";
|
|
824
|
+
readonly download: "Download";
|
|
825
|
+
};
|
|
826
|
+
readonly questionBuilder: {
|
|
827
|
+
readonly description: "A survey editor: add question types and reorder the questions.";
|
|
828
|
+
readonly paletteTitle: "Add a question";
|
|
829
|
+
readonly add: "Add question";
|
|
830
|
+
readonly remove: "Remove question";
|
|
831
|
+
readonly moveUp: "Move up";
|
|
832
|
+
readonly moveDown: "Move down";
|
|
833
|
+
readonly required: "Required";
|
|
834
|
+
readonly questionPlaceholder: "Ask a question…";
|
|
835
|
+
readonly emptyTitle: "No questions yet";
|
|
836
|
+
readonly emptyBody: "Pick a question type to start building your survey.";
|
|
837
|
+
};
|
|
838
|
+
readonly inlineEditableField: {
|
|
839
|
+
readonly description: "A click-to-edit value inside a document or canvas.";
|
|
840
|
+
readonly edit: "Edit";
|
|
841
|
+
readonly save: "Save";
|
|
842
|
+
readonly cancel: "Cancel";
|
|
843
|
+
readonly empty: "Empty";
|
|
844
|
+
};
|
|
845
|
+
readonly passwordStrengthMeter: {
|
|
846
|
+
readonly description: "A four-segment meter showing how strong a password is.";
|
|
847
|
+
readonly label: "Password strength";
|
|
848
|
+
readonly weak: "Weak";
|
|
849
|
+
readonly fair: "Fair";
|
|
850
|
+
readonly good: "Good";
|
|
851
|
+
readonly strong: "Strong";
|
|
852
|
+
};
|
|
853
|
+
};
|
|
854
|
+
readonly chrome: {
|
|
855
|
+
readonly sidebarNav: {
|
|
856
|
+
readonly description: "The grouped app navigation rail, with live count badges.";
|
|
857
|
+
readonly a11yLabel: "Main";
|
|
858
|
+
readonly emptyTitle: "No navigation yet";
|
|
859
|
+
readonly emptyBody: "Included tables appear here once a connection is generated.";
|
|
860
|
+
};
|
|
861
|
+
readonly commandPalette: {
|
|
862
|
+
readonly description: "The ⌘K palette: search actions, pages and records from anywhere.";
|
|
863
|
+
readonly title: "Command palette";
|
|
864
|
+
readonly placeholder: "Search actions, pages and records…";
|
|
865
|
+
readonly navigate: "Navigate";
|
|
866
|
+
readonly select: "Open";
|
|
867
|
+
readonly close: "Close";
|
|
868
|
+
readonly emptyTitle: "No results";
|
|
869
|
+
readonly emptyBody: "Start typing to search.";
|
|
870
|
+
readonly groupActions: "Actions";
|
|
871
|
+
readonly groupNavigate: "Navigate";
|
|
872
|
+
readonly groupRecent: "Recent";
|
|
873
|
+
readonly groupPages: "Pages";
|
|
874
|
+
readonly groupMetrics: "Metrics";
|
|
875
|
+
readonly groupPeople: "People";
|
|
876
|
+
readonly groupRecords: "Records";
|
|
877
|
+
};
|
|
878
|
+
readonly globalSearch: {
|
|
879
|
+
readonly description: "Search across every entity, with type facets and result snippets.";
|
|
880
|
+
readonly placeholder: "Search everything…";
|
|
881
|
+
readonly all: "All";
|
|
882
|
+
readonly summary: "{count} results for “{query}”";
|
|
883
|
+
readonly emptyTitle: "No results";
|
|
884
|
+
readonly emptyBody: "Try a different search term.";
|
|
885
|
+
};
|
|
886
|
+
readonly breadcrumb: {
|
|
887
|
+
readonly description: "The ancestor trail of the current record or folder.";
|
|
888
|
+
readonly a11yLabel: "Breadcrumb";
|
|
889
|
+
};
|
|
890
|
+
readonly tabBar: {
|
|
891
|
+
readonly description: "Tabs that switch panels or navigate, with optional counts.";
|
|
892
|
+
readonly a11yLabel: "Tabs";
|
|
893
|
+
};
|
|
894
|
+
readonly navCard: {
|
|
895
|
+
readonly description: "A grid of link cards for hub and landing pages.";
|
|
896
|
+
readonly emptyTitle: "Nothing to show";
|
|
897
|
+
readonly emptyBody: "Hub links appear here once pages are generated.";
|
|
898
|
+
};
|
|
899
|
+
readonly shortcutsPanel: {
|
|
900
|
+
readonly description: "The keyboard shortcuts cheat sheet.";
|
|
901
|
+
readonly footerHint: "Press ? anytime";
|
|
902
|
+
readonly then: "then";
|
|
903
|
+
readonly emptyTitle: "No shortcuts registered.";
|
|
904
|
+
};
|
|
905
|
+
readonly avatarStack: {
|
|
906
|
+
readonly description: "Overlapping avatars with a “+N” overflow and optional presence.";
|
|
907
|
+
readonly online: "{count} online";
|
|
908
|
+
};
|
|
909
|
+
};
|
|
910
|
+
readonly system: {
|
|
911
|
+
readonly stateHero: {
|
|
912
|
+
readonly description: "A full-page status screen for 404, 500, offline, forbidden and maintenance states.";
|
|
913
|
+
readonly notFoundTitle: "This page took a wrong turn";
|
|
914
|
+
readonly notFoundBody: "The page you are looking for was moved, renamed, or never existed.";
|
|
915
|
+
readonly serverErrorTitle: "Something broke on our side";
|
|
916
|
+
readonly serverErrorBody: "The error was logged and the team notified. Trying again often works.";
|
|
917
|
+
readonly offlineTitle: "You are offline";
|
|
918
|
+
readonly offlineBody: "Check your connection — the dashboard reconnects automatically.";
|
|
919
|
+
readonly forbiddenTitle: "You do not have access";
|
|
920
|
+
readonly forbiddenBody: "Ask a workspace admin to grant you permission for this page.";
|
|
921
|
+
readonly maintenanceTitle: "Down for maintenance";
|
|
922
|
+
readonly maintenanceBody: "We are making things better. This usually takes a few minutes.";
|
|
923
|
+
readonly connErrorTitle: "Cannot reach the database";
|
|
924
|
+
readonly connErrorBody: "The connection was refused or timed out. Check the connection settings.";
|
|
925
|
+
readonly backToDashboard: "Back to dashboard";
|
|
926
|
+
readonly tryAgain: "Try again";
|
|
927
|
+
readonly retry: "Retry";
|
|
928
|
+
readonly testConnection: "Test connection";
|
|
929
|
+
};
|
|
930
|
+
readonly emptyState: {
|
|
931
|
+
readonly description: "A centred “nothing here yet” panel with optional actions.";
|
|
932
|
+
};
|
|
933
|
+
readonly statusPill: {
|
|
934
|
+
readonly description: "A tone-coded badge for an enum column — the universal status renderer.";
|
|
935
|
+
};
|
|
936
|
+
readonly alertBanner: {
|
|
937
|
+
readonly description: "An inline callout for quota, freeze and schedule notices.";
|
|
938
|
+
readonly dismiss: "Dismiss";
|
|
939
|
+
};
|
|
940
|
+
readonly statusBannerHero: {
|
|
941
|
+
readonly description: "A service-health hero whose state derives from the worst service in the list.";
|
|
942
|
+
readonly upTitle: "All systems operational";
|
|
943
|
+
readonly upBody: "Every monitored service is responding normally.";
|
|
944
|
+
readonly degradedTitle: "Degraded performance";
|
|
945
|
+
readonly degradedBody: "Some services are slower than usual. We are investigating.";
|
|
946
|
+
readonly downTitle: "Major outage";
|
|
947
|
+
readonly downBody: "One or more services are unavailable. We are on it.";
|
|
948
|
+
};
|
|
949
|
+
readonly connectionStatus: {
|
|
950
|
+
readonly description: "The connect/test result for a database connection.";
|
|
951
|
+
readonly idle: "Not connected";
|
|
952
|
+
readonly connecting: "Connecting…";
|
|
953
|
+
readonly connected: "Connected";
|
|
954
|
+
readonly failed: "Couldn’t connect";
|
|
955
|
+
readonly test: "Test";
|
|
956
|
+
};
|
|
957
|
+
readonly autosaveIndicator: {
|
|
958
|
+
readonly description: "The unsaved → saving → saved pill for autosaving documents.";
|
|
959
|
+
readonly dirty: "Unsaved changes";
|
|
960
|
+
readonly saving: "Saving…";
|
|
961
|
+
readonly saved: "All changes saved";
|
|
962
|
+
readonly error: "Couldn’t save";
|
|
963
|
+
};
|
|
964
|
+
readonly progressLogConsole: {
|
|
965
|
+
readonly description: "A streaming log console with a progress bar, for long-running tasks.";
|
|
966
|
+
readonly a11yLabel: "Progress log";
|
|
967
|
+
readonly progressLabel: "Progress";
|
|
968
|
+
readonly emptyTitle: "Nothing to report yet";
|
|
969
|
+
readonly emptyBody: "Log lines appear here once the task starts.";
|
|
970
|
+
};
|
|
971
|
+
readonly diagnosticsReadout: {
|
|
972
|
+
readonly description: "Connection-check results as toned key/value rows with a freshness stamp.";
|
|
973
|
+
readonly checkedAt: "Last checked";
|
|
974
|
+
readonly host: "Host";
|
|
975
|
+
readonly dns: "DNS";
|
|
976
|
+
readonly tcp: "TCP";
|
|
977
|
+
readonly tls: "TLS";
|
|
978
|
+
readonly auth: "Auth";
|
|
979
|
+
readonly latency: "Latency";
|
|
980
|
+
};
|
|
981
|
+
};
|
|
982
|
+
};
|
|
983
|
+
readonly grid: {
|
|
984
|
+
readonly dragHandle: "Drag to move {title}";
|
|
985
|
+
readonly resizeHandle: "Resize {title}";
|
|
986
|
+
readonly a11y: {
|
|
987
|
+
readonly grabbed: "Grabbed {title}. Use the arrow keys to move, hold Shift to resize, Enter to save, Escape to cancel.";
|
|
988
|
+
readonly moved: "{title} moved to column {col}, row {row}.";
|
|
989
|
+
readonly resized: "{title} resized to {w} columns by {h} rows.";
|
|
990
|
+
readonly committed: "{title} placed at column {col}, row {row}.";
|
|
991
|
+
readonly reverted: "{title} returned to its original position.";
|
|
992
|
+
};
|
|
993
|
+
};
|
|
994
|
+
};
|
|
995
|
+
export default _default;
|
|
996
|
+
//# sourceMappingURL=ui.d.ts.map
|