@adminiumjs/i18n 0.1.0 → 0.1.2
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/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/locales.d.ts +1 -1
- package/dist/locales.js +1 -1
- package/dist/react.d.ts +10 -0
- package/dist/react.d.ts.map +1 -1
- package/dist/react.js +37 -0
- package/dist/react.js.map +1 -1
- package/dist/resources/ar-eg/common.d.ts +4 -0
- package/dist/resources/ar-eg/common.d.ts.map +1 -1
- package/dist/resources/ar-eg/common.js +4 -0
- package/dist/resources/ar-eg/common.js.map +1 -1
- package/dist/resources/ar-eg/ui.d.ts +769 -1
- package/dist/resources/ar-eg/ui.d.ts.map +1 -1
- package/dist/resources/ar-eg/ui.js +823 -55
- package/dist/resources/ar-eg/ui.js.map +1 -1
- package/dist/resources/cs-cz/common.d.ts +4 -0
- package/dist/resources/cs-cz/common.d.ts.map +1 -1
- package/dist/resources/cs-cz/common.js +4 -0
- package/dist/resources/cs-cz/common.js.map +1 -1
- package/dist/resources/cs-cz/ui.d.ts +769 -1
- package/dist/resources/cs-cz/ui.d.ts.map +1 -1
- package/dist/resources/cs-cz/ui.js +823 -55
- package/dist/resources/cs-cz/ui.js.map +1 -1
- package/dist/resources/da-dk/common.d.ts +4 -0
- package/dist/resources/da-dk/common.d.ts.map +1 -1
- package/dist/resources/da-dk/common.js +4 -0
- package/dist/resources/da-dk/common.js.map +1 -1
- package/dist/resources/da-dk/ui.d.ts +769 -1
- package/dist/resources/da-dk/ui.d.ts.map +1 -1
- package/dist/resources/da-dk/ui.js +823 -55
- package/dist/resources/da-dk/ui.js.map +1 -1
- package/dist/resources/de-de/common.d.ts +4 -0
- package/dist/resources/de-de/common.d.ts.map +1 -1
- package/dist/resources/de-de/common.js +4 -0
- package/dist/resources/de-de/common.js.map +1 -1
- package/dist/resources/de-de/ui.d.ts +769 -1
- package/dist/resources/de-de/ui.d.ts.map +1 -1
- package/dist/resources/de-de/ui.js +823 -55
- package/dist/resources/de-de/ui.js.map +1 -1
- package/dist/resources/en-us/common.d.ts +4 -0
- package/dist/resources/en-us/common.d.ts.map +1 -1
- package/dist/resources/en-us/common.js +4 -0
- package/dist/resources/en-us/common.js.map +1 -1
- package/dist/resources/en-us/ui.d.ts +809 -41
- package/dist/resources/en-us/ui.d.ts.map +1 -1
- package/dist/resources/en-us/ui.js +861 -93
- package/dist/resources/en-us/ui.js.map +1 -1
- package/dist/resources/fr-fr/common.d.ts +4 -0
- package/dist/resources/fr-fr/common.d.ts.map +1 -1
- package/dist/resources/fr-fr/common.js +4 -0
- package/dist/resources/fr-fr/common.js.map +1 -1
- package/dist/resources/fr-fr/ui.d.ts +769 -1
- package/dist/resources/fr-fr/ui.d.ts.map +1 -1
- package/dist/resources/fr-fr/ui.js +823 -55
- package/dist/resources/fr-fr/ui.js.map +1 -1
- package/dist/resources/zh-cn/common.d.ts +4 -0
- package/dist/resources/zh-cn/common.d.ts.map +1 -1
- package/dist/resources/zh-cn/common.js +4 -0
- package/dist/resources/zh-cn/common.js.map +1 -1
- package/dist/resources/zh-cn/ui.d.ts +769 -1
- package/dist/resources/zh-cn/ui.d.ts.map +1 -1
- package/dist/resources/zh-cn/ui.js +823 -55
- package/dist/resources/zh-cn/ui.js.map +1 -1
- package/dist/resources/zh-tw/common.d.ts +4 -0
- package/dist/resources/zh-tw/common.d.ts.map +1 -1
- package/dist/resources/zh-tw/common.js +4 -0
- package/dist/resources/zh-tw/common.js.map +1 -1
- package/dist/resources/zh-tw/ui.d.ts +769 -1
- package/dist/resources/zh-tw/ui.d.ts.map +1 -1
- package/dist/resources/zh-tw/ui.js +823 -55
- package/dist/resources/zh-tw/ui.js.map +1 -1
- package/locales/ar-EG/common.json +4 -0
- package/locales/ar-EG/ui.json +823 -55
- package/locales/cs-CZ/common.json +4 -0
- package/locales/cs-CZ/ui.json +823 -55
- package/locales/da-DK/common.json +4 -0
- package/locales/da-DK/ui.json +823 -55
- package/locales/de-DE/common.json +4 -0
- package/locales/de-DE/ui.json +823 -55
- package/locales/en-US/common.json +4 -0
- package/locales/en-US/ui.json +861 -93
- package/locales/fr-FR/common.json +4 -0
- package/locales/fr-FR/ui.json +823 -55
- package/locales/zh-CN/common.json +4 -0
- package/locales/zh-CN/ui.json +823 -55
- package/locales/zh-TW/common.json +4 -0
- package/locales/zh-TW/ui.json +823 -55
- package/package.json +1 -1
package/locales/cs-CZ/ui.json
CHANGED
|
@@ -17,7 +17,8 @@
|
|
|
17
17
|
"showPassword": "Zobrazit heslo",
|
|
18
18
|
"hidePassword": "Skrýt heslo",
|
|
19
19
|
"reveal": "Odkrýt",
|
|
20
|
-
"hide": "Skrýt"
|
|
20
|
+
"hide": "Skrýt",
|
|
21
|
+
"clearSearch": "Clear search"
|
|
21
22
|
},
|
|
22
23
|
"state": {
|
|
23
24
|
"loading": "Načítání…",
|
|
@@ -59,7 +60,9 @@
|
|
|
59
60
|
"description": "Základní karta metriky: hlavní agregát s volitelnou plaketou trendu a mini sparkline."
|
|
60
61
|
},
|
|
61
62
|
"usageMeter": {
|
|
62
|
-
"description": "Spotřeba kvóty vůči limitu; po překročení vašich prahů se pruh zbarví oranžově a poté červeně."
|
|
63
|
+
"description": "Spotřeba kvóty vůči limitu; po překročení vašich prahů se pruh zbarví oranžově a poté červeně.",
|
|
64
|
+
"usageLabel": "Usage",
|
|
65
|
+
"ofLabel": "of"
|
|
63
66
|
},
|
|
64
67
|
"statTileCompact": {
|
|
65
68
|
"description": "Úzká dlaždice metriky s mikropopiskem, čipem trendu a šestipruhovým sparkem — pro husté řady po 4 až 6."
|
|
@@ -75,13 +78,17 @@
|
|
|
75
78
|
"description": "Prstencový ukazatel pro skóre nebo procento, obarvený podle pásma, do kterého hodnota spadá."
|
|
76
79
|
},
|
|
77
80
|
"gaugeArc": {
|
|
78
|
-
"description": "Oblouk tachometru s kvalitativními pásmy a ručičkou; vykreslí i mřížku ukazatelů."
|
|
81
|
+
"description": "Oblouk tachometru s kvalitativními pásmy a ručičkou; vykreslí i mřížku ukazatelů.",
|
|
82
|
+
"emptyTitle": "No gauges to show",
|
|
83
|
+
"emptyBody": "Services appear here as gauges once there is a reading for them."
|
|
79
84
|
},
|
|
80
85
|
"periodComparison": {
|
|
81
86
|
"description": "Toto období proti minulému jako dva pruhy, s rozdílem spočítaným pod nimi.",
|
|
82
87
|
"higherLabel": "více",
|
|
83
88
|
"lowerLabel": "méně",
|
|
84
|
-
"flatLabel": "beze změny"
|
|
89
|
+
"flatLabel": "beze změny",
|
|
90
|
+
"periodALabel": "This period",
|
|
91
|
+
"periodBLabel": "Last period"
|
|
85
92
|
},
|
|
86
93
|
"microKpiSubtitle": {
|
|
87
94
|
"description": "Jednořádková statistika v záhlaví sestavená ze šablony a přepočítávaná ze živého stavu."
|
|
@@ -97,54 +104,250 @@
|
|
|
97
104
|
"boxplot": {
|
|
98
105
|
"description": "Krabicový graf rozpětí číselného sloupce podle kategorie – minimum, kvartily, medián a maximum.",
|
|
99
106
|
"emptyTitle": "Není co vykreslit",
|
|
100
|
-
"emptyBody": "Filtrům neodpovídají žádné řádky pro krabicové grafy."
|
|
107
|
+
"emptyBody": "Filtrům neodpovídají žádné řádky pro krabicové grafy.",
|
|
108
|
+
"chartLabel": "Box plot"
|
|
101
109
|
},
|
|
102
110
|
"violin": {
|
|
103
111
|
"description": "Zrcadlené křivky hustoty porovnávající rozdělení číselného sloupce mezi skupinami.",
|
|
104
112
|
"emptyTitle": "Není co vykreslit",
|
|
105
|
-
"emptyBody": "Filtrům neodpovídají žádné řádky pro profily hustoty."
|
|
113
|
+
"emptyBody": "Filtrům neodpovídají žádné řádky pro profily hustoty.",
|
|
114
|
+
"chartLabel": "Violin plot"
|
|
106
115
|
},
|
|
107
116
|
"ridgeline": {
|
|
108
117
|
"description": "Překrývající se hřebeny hustoty porovnávající číselný sloupec napříč seřazenými skupinami.",
|
|
109
118
|
"emptyTitle": "Není co vykreslit",
|
|
110
|
-
"emptyBody": "Filtrům neodpovídají žádné řádky pro profily hustoty."
|
|
119
|
+
"emptyBody": "Filtrům neodpovídají žádné řádky pro profily hustoty.",
|
|
120
|
+
"chartLabel": "Ridgeline"
|
|
111
121
|
},
|
|
112
122
|
"scatterBubble": {
|
|
113
123
|
"description": "Dva číselné sloupce jako body, s volitelnou velikostí bublin a trendovou čarou.",
|
|
114
124
|
"emptyTitle": "Žádné body k vykreslení",
|
|
115
|
-
"emptyBody": "Filtrům neodpovídají žádné řádky pro zvolené sloupce."
|
|
125
|
+
"emptyBody": "Filtrům neodpovídají žádné řádky pro zvolené sloupce.",
|
|
126
|
+
"chartLabel": "Scatter plot"
|
|
116
127
|
},
|
|
117
128
|
"hexbin": {
|
|
118
129
|
"description": "Šestiúhelníková hustota dvou číselných sloupců, obarvená podle počtu řádků v dlaždici.",
|
|
119
130
|
"emptyTitle": "Žádná hustota k vykreslení",
|
|
120
|
-
"emptyBody": "Filtrům neodpovídají žádné řádky k seskupení."
|
|
131
|
+
"emptyBody": "Filtrům neodpovídají žádné řádky k seskupení.",
|
|
132
|
+
"chartLabel": "Density hexbin"
|
|
121
133
|
},
|
|
122
134
|
"correlationMatrix": {
|
|
123
135
|
"description": "Pearsonova korelace mezi zvolenými číselnými sloupci, od silně kladné po silně zápornou.",
|
|
124
136
|
"emptyTitle": "Není co korelovat",
|
|
125
|
-
"emptyBody": "Vyberte alespoň dva číselné sloupce s odpovídajícími řádky."
|
|
137
|
+
"emptyBody": "Vyberte alespoň dva číselné sloupce s odpovídajícími řádky.",
|
|
138
|
+
"chartLabel": "Correlation matrix"
|
|
126
139
|
},
|
|
127
140
|
"parallelCoordinates": {
|
|
128
141
|
"description": "Každý záznam jako čára přes několik normalizovaných číselných os, obarvená podle kategorie.",
|
|
129
142
|
"emptyTitle": "Žádné záznamy k vykreslení",
|
|
130
|
-
"emptyBody": "Filtrům neodpovídají žádné řádky napříč zvolenými osami."
|
|
143
|
+
"emptyBody": "Filtrům neodpovídají žádné řádky napříč zvolenými osami.",
|
|
144
|
+
"chartLabel": "Parallel coordinates"
|
|
145
|
+
},
|
|
146
|
+
"unexpectedShape": "Unexpected data shape.",
|
|
147
|
+
"lineArea": {
|
|
148
|
+
"chartLabel": "Line chart",
|
|
149
|
+
"description": "A metric over time as a line with a soft area fill, with an optional dashed prior-period comparison."
|
|
150
|
+
},
|
|
151
|
+
"bar": {
|
|
152
|
+
"chartLabel": "Bar chart",
|
|
153
|
+
"description": "Categorical or time-bucketed values as vertical bars, with an optional highlight on the largest or current bar."
|
|
154
|
+
},
|
|
155
|
+
"donut": {
|
|
156
|
+
"chartLabel": "Donut chart",
|
|
157
|
+
"otherLabel": "Other",
|
|
158
|
+
"description": "Category shares as donut slices with a legend and centre total, folding small slices into an Other bucket."
|
|
159
|
+
},
|
|
160
|
+
"bullet": {
|
|
161
|
+
"chartLabel": "Bullet chart",
|
|
162
|
+
"description": "Progress toward a goal as a measure bar over qualitative bands, with a target tick per row.",
|
|
163
|
+
"emptyTitle": "No goals to track",
|
|
164
|
+
"emptyBody": "Add measures with targets to compare against."
|
|
165
|
+
},
|
|
166
|
+
"rankingBars": {
|
|
167
|
+
"chartLabel": "Ranking",
|
|
168
|
+
"description": "A top-N ranking as horizontal bars — the leader at full strength, the rest dimmed — with values alongside.",
|
|
169
|
+
"emptyTitle": "Nothing to rank",
|
|
170
|
+
"emptyBody": "No records matched this breakdown yet."
|
|
171
|
+
},
|
|
172
|
+
"pareto": {
|
|
173
|
+
"chartLabel": "Pareto chart",
|
|
174
|
+
"description": "Sorted category bars under a cumulative-percent line, with an optional 80% cutline.",
|
|
175
|
+
"emptyTitle": "No categories to chart",
|
|
176
|
+
"emptyBody": "No grouped counts were returned for this range."
|
|
177
|
+
},
|
|
178
|
+
"waterfall": {
|
|
179
|
+
"chartLabel": "Waterfall chart",
|
|
180
|
+
"description": "A floating-bar bridge from a start total through positive and negative steps to a net total.",
|
|
181
|
+
"emptyTitle": "No movement to bridge",
|
|
182
|
+
"emptyBody": "No start, change, or total steps were found."
|
|
183
|
+
},
|
|
184
|
+
"marimekko": {
|
|
185
|
+
"chartLabel": "Marimekko chart",
|
|
186
|
+
"description": "A two-level mix as variable-width stacked columns — width for the outer share, segments for the inner split.",
|
|
187
|
+
"emptyTitle": "No mix to break down",
|
|
188
|
+
"emptyBody": "No two-level breakdown was returned for this range."
|
|
189
|
+
},
|
|
190
|
+
"stackedBar100": {
|
|
191
|
+
"chartLabel": "100% stacked bar",
|
|
192
|
+
"description": "One 100% bar split into proportional segments with a legend, comparing shares of a whole.",
|
|
193
|
+
"emptyTitle": "No shares to split",
|
|
194
|
+
"emptyBody": "No parts were returned for this breakdown."
|
|
195
|
+
},
|
|
196
|
+
"slope": {
|
|
197
|
+
"chartLabel": "Slope chart",
|
|
198
|
+
"description": "Two periods joined by one line per record, coloured by whether the value rose or fell.",
|
|
199
|
+
"emptyTitle": "No period shift to show",
|
|
200
|
+
"emptyBody": "No before/after values were returned to compare."
|
|
201
|
+
},
|
|
202
|
+
"multiline": {
|
|
203
|
+
"chartLabel": "Multi-line chart",
|
|
204
|
+
"description": "Several series as overlaid lines with end labels, comparing trends over the same time span.",
|
|
205
|
+
"emptyTitle": "No series to plot",
|
|
206
|
+
"emptyBody": "No time series matched the filters for this range."
|
|
207
|
+
},
|
|
208
|
+
"stream": {
|
|
209
|
+
"chartLabel": "Stream chart",
|
|
210
|
+
"description": "Stacked bands flowing around a centre line, showing how a total's composition shifts over time.",
|
|
211
|
+
"emptyTitle": "No flow to chart",
|
|
212
|
+
"emptyBody": "No stacked series were returned for this range."
|
|
213
|
+
},
|
|
214
|
+
"forecast": {
|
|
215
|
+
"chartLabel": "Forecast chart",
|
|
216
|
+
"nowLabel": "Now",
|
|
217
|
+
"forecastLabel": "Forecast",
|
|
218
|
+
"actualLabel": "Actual",
|
|
219
|
+
"description": "A history line extended by a dashed projection inside a widening confidence band, split at a now divider.",
|
|
220
|
+
"emptyTitle": "No history to project",
|
|
221
|
+
"emptyBody": "No past points were returned to forecast from."
|
|
222
|
+
},
|
|
223
|
+
"anomaly": {
|
|
224
|
+
"chartLabel": "Anomaly chart",
|
|
225
|
+
"description": "A value line over its expected range, flagging points that fall outside it with halo dots.",
|
|
226
|
+
"emptyTitle": "No signal to scan",
|
|
227
|
+
"emptyBody": "No points were returned to check for anomalies."
|
|
228
|
+
},
|
|
229
|
+
"candlestick": {
|
|
230
|
+
"chartLabel": "Candlestick chart",
|
|
231
|
+
"livePillLabel": "Live",
|
|
232
|
+
"description": "Open-high-low-close candles coloured by direction, with a dashed last-price line and an optional live pill.",
|
|
233
|
+
"emptyTitle": "No candles to chart",
|
|
234
|
+
"emptyBody": "No open-high-low-close rows matched this range."
|
|
235
|
+
},
|
|
236
|
+
"bump": {
|
|
237
|
+
"chartLabel": "Bump chart",
|
|
238
|
+
"description": "Rank-over-time lines showing how competitors trade places between periods.",
|
|
239
|
+
"emptyTitle": "No ranks to trace",
|
|
240
|
+
"emptyBody": "No period-over-period rankings were returned."
|
|
241
|
+
},
|
|
242
|
+
"timelineLanes": {
|
|
243
|
+
"chartLabel": "Timeline lanes",
|
|
244
|
+
"laneLabel": "Events",
|
|
245
|
+
"description": "Dated events as pills on horizontal swimlanes sharing one time axis.",
|
|
246
|
+
"emptyTitle": "No events to place",
|
|
247
|
+
"emptyBody": "No events matched the filters for this range."
|
|
248
|
+
},
|
|
249
|
+
"treemap": {
|
|
250
|
+
"chartLabel": "Treemap",
|
|
251
|
+
"otherLabel": "Other",
|
|
252
|
+
"description": "A part-to-whole breakdown as squarified tiles sized by value, folding small slices into an Other tile.",
|
|
253
|
+
"emptyTitle": "No slices to tile",
|
|
254
|
+
"emptyBody": "No categories were returned for this breakdown."
|
|
255
|
+
},
|
|
256
|
+
"sunburst": {
|
|
257
|
+
"chartLabel": "Sunburst",
|
|
258
|
+
"description": "A two-level hierarchy as nested rings — parents inside, their children outside — with a parent legend.",
|
|
259
|
+
"emptyTitle": "No rings to draw",
|
|
260
|
+
"emptyBody": "No grouped categories were returned to nest."
|
|
261
|
+
},
|
|
262
|
+
"funnel": {
|
|
263
|
+
"chartLabel": "Funnel",
|
|
264
|
+
"description": "Ordered shrinking stages with per-step continuation rates and an overall-conversion footer.",
|
|
265
|
+
"emptyTitle": "No stages to funnel",
|
|
266
|
+
"emptyBody": "No step counts were returned for this range."
|
|
267
|
+
},
|
|
268
|
+
"radialBar": {
|
|
269
|
+
"chartLabel": "Radial bar",
|
|
270
|
+
"description": "Up to four percentages as concentric progress rings with a dot legend.",
|
|
271
|
+
"emptyTitle": "No rings to fill",
|
|
272
|
+
"emptyBody": "No categories matched this breakdown yet."
|
|
273
|
+
},
|
|
274
|
+
"radar": {
|
|
275
|
+
"chartLabel": "Radar",
|
|
276
|
+
"description": "Several named axes on a polygon with one filled shape per series, against an optional target overlay.",
|
|
277
|
+
"emptyTitle": "No axes to compare",
|
|
278
|
+
"emptyBody": "No matrix of series and axes was returned."
|
|
279
|
+
},
|
|
280
|
+
"chord": {
|
|
281
|
+
"chartLabel": "Chord",
|
|
282
|
+
"description": "Pairwise flows as ribbons between nodes on a ring, with ribbon opacity weighted by volume.",
|
|
283
|
+
"emptyTitle": "No flows to link",
|
|
284
|
+
"emptyBody": "No connections between groups were returned."
|
|
285
|
+
},
|
|
286
|
+
"wordcloud": {
|
|
287
|
+
"chartLabel": "Word cloud",
|
|
288
|
+
"description": "Terms sized by frequency and flowed into rows, for a glanceable view of what dominates.",
|
|
289
|
+
"emptyTitle": "No terms to cloud",
|
|
290
|
+
"emptyBody": "No weighted terms matched the filters."
|
|
291
|
+
},
|
|
292
|
+
"cohortMatrix": {
|
|
293
|
+
"chartLabel": "Cohort retention",
|
|
294
|
+
"description": "Cohort rows against period columns, each cell shaded by retention or revenue."
|
|
295
|
+
},
|
|
296
|
+
"heatmapCalendar": {
|
|
297
|
+
"chartLabel": "Activity calendar",
|
|
298
|
+
"legendLessLabel": "Less",
|
|
299
|
+
"legendMoreLabel": "More",
|
|
300
|
+
"description": "A year of daily activity as a week-by-day grid shaded by intensity."
|
|
301
|
+
},
|
|
302
|
+
"heatMonth": {
|
|
303
|
+
"chartLabel": "Monthly activity",
|
|
304
|
+
"description": "One calendar month as a day grid shaded by each day's value."
|
|
305
|
+
},
|
|
306
|
+
"choroplethGrid": {
|
|
307
|
+
"chartLabel": "Regional breakdown",
|
|
308
|
+
"legendLowLabel": "Low",
|
|
309
|
+
"legendHighLabel": "High",
|
|
310
|
+
"description": "Regional values as a tinted US tilegram or compact grid, with an optional top-N ranking list."
|
|
311
|
+
},
|
|
312
|
+
"sankey": {
|
|
313
|
+
"chartLabel": "Flow",
|
|
314
|
+
"description": "Layered source-to-target flows as ribbons whose thickness encodes volume."
|
|
315
|
+
},
|
|
316
|
+
"sparkline": {
|
|
317
|
+
"description": "An inline micro-trend of recent values — no axes or labels — for KPI cards, table cells and list rows."
|
|
131
318
|
}
|
|
132
319
|
},
|
|
133
320
|
"feeds": {
|
|
134
321
|
"activityFeed": {
|
|
135
322
|
"description": "Průběžný kanál toho, kdo co ve vašem pracovním prostoru udělal, od nejnovějšího.",
|
|
136
323
|
"emptyTitle": "Žádná nedávná aktivita",
|
|
137
|
-
"emptyBody": "Akce ve vašem pracovním prostoru se zobrazí zde."
|
|
324
|
+
"emptyBody": "Akce ve vašem pracovním prostoru se zobrazí zde.",
|
|
325
|
+
"viewAllLabel": "View all"
|
|
138
326
|
},
|
|
139
327
|
"notificationFeed": {
|
|
140
328
|
"description": "Seskupená oznámení se stavem nepřečteno, filtry a akcemi v řádku.",
|
|
141
329
|
"emptyTitle": "Žádná oznámení",
|
|
142
|
-
"emptyBody": "Nová oznámení se zobrazí zde."
|
|
330
|
+
"emptyBody": "Nová oznámení se zobrazí zde.",
|
|
331
|
+
"allLabel": "All",
|
|
332
|
+
"unreadLabel": "Unread",
|
|
333
|
+
"mentionsLabel": "Mentions",
|
|
334
|
+
"filterLabel": "Notification filter",
|
|
335
|
+
"markAllReadLabel": "Mark all read",
|
|
336
|
+
"todayLabel": "Today",
|
|
337
|
+
"yesterdayLabel": "Yesterday",
|
|
338
|
+
"earlierLabel": "Earlier",
|
|
339
|
+
"dismissLabel": "Dismiss",
|
|
340
|
+
"emptyUnreadTitle": "You're all caught up",
|
|
341
|
+
"emptyMentionsTitle": "No mentions"
|
|
143
342
|
},
|
|
144
343
|
"realtimeFeed": {
|
|
145
344
|
"description": "Živý proud událostí, který nové položky přidává na začátek.",
|
|
146
345
|
"emptyTitle": "Čekání na události",
|
|
147
|
-
"emptyBody": "Živé události se zobrazí, jakmile nastanou."
|
|
346
|
+
"emptyBody": "Živé události se zobrazí, jakmile nastanou.",
|
|
347
|
+
"liveLabel": "Live",
|
|
348
|
+
"pausedLabel": "Paused",
|
|
349
|
+
"pauseLabel": "Pause",
|
|
350
|
+
"resumeLabel": "Resume"
|
|
148
351
|
},
|
|
149
352
|
"timelineVertical": {
|
|
150
353
|
"description": "Svislá časová osa událostí, vydání, incidentů nebo kroků běhu.",
|
|
@@ -173,22 +376,41 @@
|
|
|
173
376
|
"calendarMonth": {
|
|
174
377
|
"description": "Měsíční mřížka naplánovaných událostí se štítky u dnů a navigací mezi měsíci.",
|
|
175
378
|
"emptyTitle": "Nic naplánováno",
|
|
176
|
-
"emptyBody": "Naplánované události se zobrazí v tomto kalendáři."
|
|
379
|
+
"emptyBody": "Naplánované události se zobrazí v tomto kalendáři.",
|
|
380
|
+
"previousLabel": "Previous month",
|
|
381
|
+
"nextLabel": "Next month",
|
|
382
|
+
"overflowLabel": "+{count} more"
|
|
177
383
|
},
|
|
178
384
|
"dayAgenda": {
|
|
179
385
|
"description": "Události vybraného dne jako časově seřazená agenda.",
|
|
180
386
|
"emptyTitle": "Nic naplánováno",
|
|
181
|
-
"emptyBody": "Události pro vybraný den se zobrazí zde."
|
|
387
|
+
"emptyBody": "Události pro vybraný den se zobrazí zde.",
|
|
388
|
+
"countLabel": "{count, plural, one {{n} event} other {{n} events}}"
|
|
182
389
|
},
|
|
183
390
|
"scheduleMatrix": {
|
|
184
391
|
"description": "Mřížka směn podle zdroje a dne s denním pokrytím a legendou.",
|
|
185
392
|
"emptyTitle": "Žádné naplánované směny",
|
|
186
|
-
"emptyBody": "Přiřazené směny se zobrazí v tomto rozvrhu."
|
|
393
|
+
"emptyBody": "Přiřazené směny se zobrazí v tomto rozvrhu.",
|
|
394
|
+
"resourceLabel": "Resource",
|
|
395
|
+
"coverageLabel": "Coverage",
|
|
396
|
+
"hoursLabel": "{hours}h"
|
|
187
397
|
},
|
|
188
398
|
"capacityBoard": {
|
|
189
399
|
"description": "Pruhy vytížení podle člena s rozpisem projektů a stavem zátěže.",
|
|
190
400
|
"emptyTitle": "Žádná data o vytížení",
|
|
191
|
-
"emptyBody": "Vytížení členů se zobrazí, jakmile budou existovat přiřazení."
|
|
401
|
+
"emptyBody": "Vytížení členů se zobrazí, jakmile budou existovat přiřazení.",
|
|
402
|
+
"status": {
|
|
403
|
+
"overloaded": "Overloaded",
|
|
404
|
+
"balanced": "Balanced",
|
|
405
|
+
"available": "Available"
|
|
406
|
+
},
|
|
407
|
+
"utilizationLabel": "{name}: {util}%",
|
|
408
|
+
"assignmentLabel": "{project} · {hours}h",
|
|
409
|
+
"periodLabel": "h · {period}",
|
|
410
|
+
"period": {
|
|
411
|
+
"week": "week",
|
|
412
|
+
"month": "month"
|
|
413
|
+
}
|
|
192
414
|
},
|
|
193
415
|
"calendarLegendFilter": {
|
|
194
416
|
"description": "Kategorie událostí s počty; přepnutí filtruje sousední kalendář.",
|
|
@@ -228,12 +450,28 @@
|
|
|
228
450
|
"masterList": {
|
|
229
451
|
"description": "Vybíratelný seznam záznamů, který řídí podokno s detailem.",
|
|
230
452
|
"emptyTitle": "Žádné položky",
|
|
231
|
-
"emptyBody": "Položky se zde zobrazí, jakmile budou existovat."
|
|
453
|
+
"emptyBody": "Položky se zde zobrazí, jakmile budou existovat.",
|
|
454
|
+
"allLabel": "All",
|
|
455
|
+
"toggleLabel": "Toggle {title}",
|
|
456
|
+
"progressLabel": "{title} progress"
|
|
232
457
|
},
|
|
233
458
|
"logTable": {
|
|
234
459
|
"description": "Protokol událostí s vyhledáváním, filtrem chyb a akcemi na řádku.",
|
|
235
460
|
"emptyTitle": "Žádné záznamy protokolu",
|
|
236
|
-
"emptyBody": "Události se zde zaznamenají, jakmile nastanou."
|
|
461
|
+
"emptyBody": "Události se zde zaznamenají, jakmile nastanou.",
|
|
462
|
+
"liveLabel": "Live",
|
|
463
|
+
"placeholder": "Search logs…",
|
|
464
|
+
"filterLabel": "Log filter",
|
|
465
|
+
"allLabel": "All",
|
|
466
|
+
"errorsLabel": "Errors",
|
|
467
|
+
"noMatchesLabel": "No matching entries",
|
|
468
|
+
"todayLabel": "Today",
|
|
469
|
+
"yesterdayLabel": "Yesterday",
|
|
470
|
+
"action": {
|
|
471
|
+
"retry": "retry",
|
|
472
|
+
"download": "download",
|
|
473
|
+
"inspect": "inspect"
|
|
474
|
+
}
|
|
237
475
|
},
|
|
238
476
|
"cardGallery": {
|
|
239
477
|
"description": "Responzivní galerie karet entit se stavem a rychlými akcemi.",
|
|
@@ -243,17 +481,23 @@
|
|
|
243
481
|
"groupedSummaryTable": {
|
|
244
482
|
"description": "Seskupené řádky s agregačními sloupci, rozbalitelnými detaily a součty.",
|
|
245
483
|
"emptyTitle": "Žádná souhrnná data",
|
|
246
|
-
"emptyBody": "Seskupené součty se zde zobrazí, jakmile budou data."
|
|
484
|
+
"emptyBody": "Seskupené součty se zde zobrazí, jakmile budou data.",
|
|
485
|
+
"groupLabel": "Group",
|
|
486
|
+
"totalsLabel": "Total"
|
|
247
487
|
},
|
|
248
488
|
"schemaTree": {
|
|
249
489
|
"description": "Průzkumník schémat, tabulek a sloupců se štítky typů a klíčů.",
|
|
250
490
|
"emptyTitle": "Žádné načtené schéma",
|
|
251
|
-
"emptyBody": "Připojte databázi a prozkoumejte její schéma zde."
|
|
491
|
+
"emptyBody": "Připojte databázi a prozkoumejte její schéma zde.",
|
|
492
|
+
"treeLabel": "Schema",
|
|
493
|
+
"viewLabel": "view"
|
|
252
494
|
},
|
|
253
495
|
"toggleMatrix": {
|
|
254
496
|
"description": "Interaktivní mřížka logických přepínačů pro role, zásady nebo kanály.",
|
|
255
497
|
"emptyTitle": "Žádná matice nenakonfigurována",
|
|
256
|
-
"emptyBody": "Řádky a sloupce se zde zobrazí po konfiguraci."
|
|
498
|
+
"emptyBody": "Řádky a sloupce se zde zobrazí po konfiguraci.",
|
|
499
|
+
"matrixLabel": "Permissions matrix",
|
|
500
|
+
"rowHeaderLabel": "Permission"
|
|
257
501
|
},
|
|
258
502
|
"sparklineTable": {
|
|
259
503
|
"description": "Řádky metrik s mikrografem, aktuální hodnotou a odznakem změny, který rozlišuje dobrý a špatný směr.",
|
|
@@ -286,6 +530,40 @@
|
|
|
286
530
|
"emptyTitle": "Zatím nic nenalezeno",
|
|
287
531
|
"emptyBody": "Tabulky a proměnné se zde zobrazí jako štítky, jakmile budou nalezeny.",
|
|
288
532
|
"moreLabel": "+{n} dalších"
|
|
533
|
+
},
|
|
534
|
+
"dataGrid": {
|
|
535
|
+
"selectAllLabel": "Select all rows",
|
|
536
|
+
"selectRowLabel": "Select row",
|
|
537
|
+
"sortByLabel": "Sort by {column}",
|
|
538
|
+
"description": "The canonical CRUD grid with sortable columns, row selection, and type-aware cells."
|
|
539
|
+
},
|
|
540
|
+
"paginationFooter": {
|
|
541
|
+
"emptyLabel": "0 rows",
|
|
542
|
+
"ofLabel": "of",
|
|
543
|
+
"pageSizeLabel": "Rows",
|
|
544
|
+
"a11y": {
|
|
545
|
+
"pageSize": "Rows per page"
|
|
546
|
+
},
|
|
547
|
+
"prevLabel": "Previous page",
|
|
548
|
+
"nextLabel": "Next page",
|
|
549
|
+
"description": "A footer with the visible row range, prev/next paging, and a page-size select."
|
|
550
|
+
},
|
|
551
|
+
"bulkActionToolbar": {
|
|
552
|
+
"selectedLabel": "selected",
|
|
553
|
+
"clearLabel": "Clear selection",
|
|
554
|
+
"toolbarLabel": "Bulk actions",
|
|
555
|
+
"description": "A selection-aware toolbar showing the selected count and bulk actions."
|
|
556
|
+
},
|
|
557
|
+
"miniTable": {
|
|
558
|
+
"viewAllLabel": "View all",
|
|
559
|
+
"description": "A compact dashboard row list with mapped columns and a view-all link."
|
|
560
|
+
},
|
|
561
|
+
"revealLabel": "Reveal value",
|
|
562
|
+
"hideLabel": "Hide value",
|
|
563
|
+
"trueLabel": "true",
|
|
564
|
+
"falseLabel": "false",
|
|
565
|
+
"detailKeyValue": {
|
|
566
|
+
"description": "A record's fields as label/value rows with type-aware values."
|
|
289
567
|
}
|
|
290
568
|
},
|
|
291
569
|
"boards": {
|
|
@@ -339,7 +617,8 @@
|
|
|
339
617
|
"composerPlaceholder": "Napište zprávu…",
|
|
340
618
|
"sendLabel": "Odeslat",
|
|
341
619
|
"attachLabel": "Přidat přílohu",
|
|
342
|
-
"typingLabel": "píše…"
|
|
620
|
+
"typingLabel": "píše…",
|
|
621
|
+
"composerLabel": "Message"
|
|
343
622
|
},
|
|
344
623
|
"aiChatPanel": {
|
|
345
624
|
"description": "Panel asistenta pro dotazy na vaše schéma a data.",
|
|
@@ -350,7 +629,9 @@
|
|
|
350
629
|
"pendingLabel": "Přemýšlím…",
|
|
351
630
|
"configureTitle": "Není nastaven žádný poskytovatel AI",
|
|
352
631
|
"configureBody": "Přidejte klíč Anthropic nebo OpenAI — nebo nasměrujte Adminium na vlastní endpoint — a ptejte se na své schéma.",
|
|
353
|
-
"configureCtaLabel": "Nastavit poskytovatele"
|
|
632
|
+
"configureCtaLabel": "Nastavit poskytovatele",
|
|
633
|
+
"assistantLabel": "Assistant",
|
|
634
|
+
"composerLabel": "Ask a question"
|
|
354
635
|
},
|
|
355
636
|
"typingIndicator": {
|
|
356
637
|
"description": "Avatar a kurzívní řádek „píše…“ navázaný na živou booleovskou hodnotu u každé konverzace.",
|
|
@@ -387,7 +668,8 @@
|
|
|
387
668
|
"emptyTitle": "Žádné regiony",
|
|
388
669
|
"emptyBody": "Řádky s kódem regionu a číselnou hodnotou se zde zobrazí jako obarvené dlaždice.",
|
|
389
670
|
"legendLowLabel": "Nízká",
|
|
390
|
-
"legendHighLabel": "Vysoká"
|
|
671
|
+
"legendHighLabel": "Vysoká",
|
|
672
|
+
"chartLabel": "Regional breakdown"
|
|
391
673
|
}
|
|
392
674
|
},
|
|
393
675
|
"domain": {
|
|
@@ -415,7 +697,9 @@
|
|
|
415
697
|
"blockListLabel": "Bloky dokumentu",
|
|
416
698
|
"billedToLabel": "Fakturováno pro",
|
|
417
699
|
"issuedLabel": "Vystaveno",
|
|
418
|
-
"dueLabel": "Splatnost"
|
|
700
|
+
"dueLabel": "Splatnost",
|
|
701
|
+
"noDocumentTitle": "No document yet",
|
|
702
|
+
"noDocumentBody": "Pick a starter template or add a block to begin."
|
|
419
703
|
},
|
|
420
704
|
"blockTotalsSummary": {
|
|
421
705
|
"description": "Součty dokumentu — mezisoučet, sleva, daň a celková částka, přepočítané z položek.",
|
|
@@ -443,12 +727,14 @@
|
|
|
443
727
|
"blockBarChart": {
|
|
444
728
|
"description": "Malý sloupcový graf v barvě dokumentu, uzpůsobený bloku dokumentu.",
|
|
445
729
|
"emptyTitle": "Žádná data pro graf",
|
|
446
|
-
"emptyBody": "Sloupce se zobrazí, jakmile bude zpráva obsahovat řadu dat."
|
|
730
|
+
"emptyBody": "Sloupce se zobrazí, jakmile bude zpráva obsahovat řadu dat.",
|
|
731
|
+
"a11yLabel": "Bar chart"
|
|
447
732
|
},
|
|
448
733
|
"blockLineChart": {
|
|
449
734
|
"description": "Malý spojnicový graf s volitelnou výplní plochy, uzpůsobený bloku dokumentu.",
|
|
450
735
|
"emptyTitle": "Žádná data pro graf",
|
|
451
|
-
"emptyBody": "Spojnice se zobrazí, jakmile bude zpráva obsahovat řadu dat."
|
|
736
|
+
"emptyBody": "Spojnice se zobrazí, jakmile bude zpráva obsahovat řadu dat.",
|
|
737
|
+
"a11yLabel": "Line chart"
|
|
452
738
|
},
|
|
453
739
|
"blockTwoColTable": {
|
|
454
740
|
"description": "Dvousloupcová tabulka se stylovaným záhlavím a sloupcem hodnot v neproporcionálním písmu.",
|
|
@@ -506,7 +792,8 @@
|
|
|
506
792
|
"emptyBody": "Podpisové řádky se zobrazí, jakmile dokument uvede podepisující osobu.",
|
|
507
793
|
"namePlaceholder": "Celé jméno",
|
|
508
794
|
"titlePlaceholder": "Funkce",
|
|
509
|
-
"dateLabel": "Datum"
|
|
795
|
+
"dateLabel": "Datum",
|
|
796
|
+
"nameInputLabel": "Signature name"
|
|
510
797
|
},
|
|
511
798
|
"blockTermsCheckbox": {
|
|
512
799
|
"description": "Přepínač souhlasu s podmínkami s upravitelným popiskem.",
|
|
@@ -551,77 +838,159 @@
|
|
|
551
838
|
"starterTemplatePicker": {
|
|
552
839
|
"description": "Mřížka předdefinovaných šablon s generovanými náhledy; výběr založí celý dokument.",
|
|
553
840
|
"emptyTitle": "Žádné šablony",
|
|
554
|
-
"emptyBody": "Definujte šablony v konfiguraci nebo připojte tabulku šablon."
|
|
841
|
+
"emptyBody": "Definujte šablony v konfiguraci nebo připojte tabulku šablon.",
|
|
842
|
+
"blankLabel": "Blank",
|
|
843
|
+
"kicker": {
|
|
844
|
+
"invoice": "Invoice",
|
|
845
|
+
"report": "Report",
|
|
846
|
+
"email": "Email"
|
|
847
|
+
}
|
|
555
848
|
},
|
|
556
849
|
"sloMonitorCard": {
|
|
557
850
|
"description": "Karta SLA pro každou službu se stavem, dostupností vůči cíli, denním pruhem dostupnosti, chybovým rozpočtem a latencí p95.",
|
|
558
851
|
"emptyTitle": "Žádný monitor",
|
|
559
|
-
"emptyBody": "Připojte tabulku monitorů se sloupcem stavu a dostupnosti."
|
|
852
|
+
"emptyBody": "Připojte tabulku monitorů se sloupcem stavu a dostupnosti.",
|
|
853
|
+
"targetLabel": "Target",
|
|
854
|
+
"budgetLabel": "Error budget",
|
|
855
|
+
"latencyLabel": "p95 latency",
|
|
856
|
+
"status": {
|
|
857
|
+
"operational": "Operational",
|
|
858
|
+
"degraded": "Degraded",
|
|
859
|
+
"down": "Down",
|
|
860
|
+
"unknown": "Unknown"
|
|
861
|
+
}
|
|
560
862
|
},
|
|
561
863
|
"uptimeSegmentBar": {
|
|
562
864
|
"description": "Denní pruhy ve stylu stavové stránky, obarvené podle denního stavu, s přepínačem 30/90 dní.",
|
|
563
865
|
"emptyTitle": "Žádná historie dostupnosti",
|
|
564
|
-
"emptyBody": "Řádky s denním stavem se zde zobrazí jako pruh dostupnosti."
|
|
866
|
+
"emptyBody": "Řádky s denním stavem se zde zobrazí jako pruh dostupnosti.",
|
|
867
|
+
"daysAgoLabel": "{days} days ago",
|
|
868
|
+
"todayLabel": "Today",
|
|
869
|
+
"uptimeLabel": "uptime",
|
|
870
|
+
"period30Label": "30d",
|
|
871
|
+
"period90Label": "90d",
|
|
872
|
+
"status": {
|
|
873
|
+
"operational": "Operational",
|
|
874
|
+
"degraded": "Degraded",
|
|
875
|
+
"down": "Down",
|
|
876
|
+
"unknown": "No data"
|
|
877
|
+
}
|
|
565
878
|
},
|
|
566
879
|
"experimentVariantCompare": {
|
|
567
880
|
"description": "Konverzní pruhy pro každou variantu s nárůstem oproti kontrolní skupině a ukazatelem významnosti.",
|
|
568
881
|
"emptyTitle": "Žádné varianty",
|
|
569
|
-
"emptyBody": "Připojte tabulku variant experimentu s konverzními čísly."
|
|
882
|
+
"emptyBody": "Připojte tabulku variant experimentu s konverzními čísly.",
|
|
883
|
+
"controlLabel": "CONTROL",
|
|
884
|
+
"winnerLabel": "WINNER",
|
|
885
|
+
"significanceLabel": "Confidence",
|
|
886
|
+
"verdictSignificantLabel": "Statistically significant — safe to call.",
|
|
887
|
+
"verdictInconclusiveLabel": "Not yet significant — keep the test running.",
|
|
888
|
+
"countsLabel": "{users} participants · {conversions} conversions"
|
|
570
889
|
},
|
|
571
890
|
"creditCardTile": {
|
|
572
891
|
"description": "Uložený platební prostředek jako značková karta s maskovaným číslem, držitelem a platností.",
|
|
573
892
|
"emptyTitle": "Žádný platební prostředek",
|
|
574
|
-
"emptyBody": "Přidejte kartu, aby se zde zobrazila."
|
|
893
|
+
"emptyBody": "Přidejte kartu, aby se zde zobrazila.",
|
|
894
|
+
"defaultLabel": "Default",
|
|
895
|
+
"setDefaultLabel": "Set default",
|
|
896
|
+
"manageLabel": "Manage",
|
|
897
|
+
"addLabel": "Add payment method",
|
|
898
|
+
"expiresLabel": "Expires"
|
|
575
899
|
},
|
|
576
900
|
"planPricingCards": {
|
|
577
901
|
"description": "Cenové úrovně s přepínačem měsíčně/ročně, seznamy funkcí a zvýrazněným tarifem.",
|
|
578
902
|
"emptyTitle": "Žádné tarify",
|
|
579
|
-
"emptyBody": "Připojte tabulku tarifů s názvem a měsíční cenou."
|
|
903
|
+
"emptyBody": "Připojte tabulku tarifů s názvem a měsíční cenou.",
|
|
904
|
+
"monthlyLabel": "Monthly",
|
|
905
|
+
"annualLabel": "Annual",
|
|
906
|
+
"popularLabel": "POPULAR",
|
|
907
|
+
"perMonthLabel": "/ month",
|
|
908
|
+
"billedAnnuallyLabel": "Billed {total} yearly",
|
|
909
|
+
"currentLabel": "Current plan",
|
|
910
|
+
"ctaLabel": "Choose plan"
|
|
580
911
|
},
|
|
581
912
|
"apiKeysPanel": {
|
|
582
913
|
"description": "Klíče API s odznaky prostředí, maskovanými hodnotami, oprávněními, posledním použitím a akcemi kopírovat, obnovit a zrušit.",
|
|
583
914
|
"emptyTitle": "Žádné klíče API",
|
|
584
|
-
"emptyBody": "Vytvořte klíč a začněte volat API."
|
|
915
|
+
"emptyBody": "Vytvořte klíč a začněte volat API.",
|
|
916
|
+
"revealedTitle": "Key created",
|
|
917
|
+
"revealedBody": "Copy it now — it is never shown again.",
|
|
918
|
+
"copyLabel": "Copy",
|
|
919
|
+
"copiedLabel": "Copied",
|
|
920
|
+
"revealLabel": "Reveal key",
|
|
921
|
+
"hideLabel": "Hide key",
|
|
922
|
+
"rollLabel": "Roll key",
|
|
923
|
+
"revokeLabel": "Revoke key",
|
|
924
|
+
"neverUsedLabel": "Never used",
|
|
925
|
+
"lastUsedLabel": "Last used {since}"
|
|
585
926
|
},
|
|
586
927
|
"apiPlayground": {
|
|
587
928
|
"description": "Editor požadavků s parametry a panelem odpovědi. Požadavek pouze sestavuje a nikdy jej doopravdy neodesílá.",
|
|
588
929
|
"emptyTitle": "Nevybrán žádný endpoint",
|
|
589
|
-
"emptyBody": "Vyberte endpoint a sestavte proti němu požadavek."
|
|
930
|
+
"emptyBody": "Vyberte endpoint a sestavte proti němu požadavek.",
|
|
931
|
+
"sendLabel": "Send",
|
|
932
|
+
"requestLabel": "Request",
|
|
933
|
+
"responseLabel": "Response",
|
|
934
|
+
"paramsLabel": "Parameters",
|
|
935
|
+
"responsePlaceholder": "Send the request to see the response."
|
|
590
936
|
},
|
|
591
937
|
"codeSnippetBlock": {
|
|
592
938
|
"description": "Kopírovatelná ukázka kódu s odznakem jazyka a volitelnými záložkami pro jednotlivé jazyky.",
|
|
593
939
|
"emptyTitle": "Žádná ukázka",
|
|
594
|
-
"emptyBody": "Připojte sloupec s kódem nebo nastavte statickou ukázku v konfiguraci."
|
|
940
|
+
"emptyBody": "Připojte sloupec s kódem nebo nastavte statickou ukázku v konfiguraci.",
|
|
941
|
+
"copyLabel": "Copy",
|
|
942
|
+
"copiedLabel": "Copied"
|
|
595
943
|
},
|
|
596
944
|
"webhookEndpointsList": {
|
|
597
945
|
"description": "Webhookové endpointy s událostí, cílovou adresou URL, časem posledního spuštění a přepínačem aktivace.",
|
|
598
946
|
"emptyTitle": "Žádné endpointy",
|
|
599
|
-
"emptyBody": "Přidejte webhookový endpoint pro příjem událostí tabulky."
|
|
947
|
+
"emptyBody": "Přidejte webhookový endpoint pro příjem událostí tabulky.",
|
|
948
|
+
"neverFiredLabel": "Never fired",
|
|
949
|
+
"lastFiredLabel": "Last fired {since}"
|
|
600
950
|
},
|
|
601
951
|
"resourceApiCard": {
|
|
602
952
|
"description": "Generované API rozhraní tabulky: počet řádků, bezpečnostní odznak, odznaky metod a objem požadavků.",
|
|
603
953
|
"emptyTitle": "Žádný zdroj",
|
|
604
|
-
"emptyBody": "Připojte tabulku a zobrazte její generované API rozhraní."
|
|
954
|
+
"emptyBody": "Připojte tabulku a zobrazte její generované API rozhraní.",
|
|
955
|
+
"rlsLabel": "RLS",
|
|
956
|
+
"publicLabel": "Public",
|
|
957
|
+
"rowsLabel": "rows",
|
|
958
|
+
"perDayLabel": "{count}/day"
|
|
605
959
|
},
|
|
606
960
|
"liveTimer": {
|
|
607
961
|
"description": "Stopky se spuštěním a zastavením pro úkol; zastavení zaznamená časový záznam.",
|
|
608
962
|
"emptyTitle": "Žádné stopky",
|
|
609
|
-
"emptyBody": "Připojte řádek časového záznamu s úkolem a sloupcem trvání."
|
|
963
|
+
"emptyBody": "Připojte řádek časového záznamu s úkolem a sloupcem trvání.",
|
|
964
|
+
"startLabel": "Start",
|
|
965
|
+
"stopLabel": "Stop",
|
|
966
|
+
"taskPlaceholder": "Untitled task"
|
|
610
967
|
},
|
|
611
968
|
"syncStatusCard": {
|
|
612
969
|
"description": "Identita připojení, latence, synchronizované řádky a plán synchronizace s akcí okamžité synchronizace.",
|
|
613
970
|
"emptyTitle": "Žádné připojení",
|
|
614
|
-
"emptyBody": "Připojte řádek připojení a zobrazte jeho stav synchronizace."
|
|
971
|
+
"emptyBody": "Připojte řádek připojení a zobrazte jeho stav synchronizace.",
|
|
972
|
+
"connectedLabel": "Connected",
|
|
973
|
+
"disconnectedLabel": "Disconnected",
|
|
974
|
+
"rowsSyncedLabel": "Rows synced",
|
|
975
|
+
"tablesLabel": "Tables",
|
|
976
|
+
"lastSyncLabel": "Last sync",
|
|
977
|
+
"nextSyncLabel": "Next sync",
|
|
978
|
+
"syncingLabel": "Syncing…",
|
|
979
|
+
"syncActionLabel": "Sync now"
|
|
615
980
|
},
|
|
616
981
|
"ipAllowlistCard": {
|
|
617
982
|
"description": "Pevné odchozí IP adresy k povolení na firewallu, každá s tlačítkem kopírování.",
|
|
618
983
|
"emptyTitle": "Žádné odchozí IP",
|
|
619
|
-
"emptyBody": "Odchozí adresy se zde zobrazí, jakmile bude připojení připraveno."
|
|
984
|
+
"emptyBody": "Odchozí adresy se zde zobrazí, jakmile bude připojení připraveno.",
|
|
985
|
+
"copyLabel": "Copy",
|
|
986
|
+
"copiedLabel": "Copied"
|
|
620
987
|
},
|
|
621
988
|
"onboardingChecklist": {
|
|
622
989
|
"description": "Kroky nastavení s odhadem času a akcemi nad průběžně přepočítávaným prstencem a pruhem postupu.",
|
|
623
990
|
"emptyTitle": "Není co nastavovat",
|
|
624
|
-
"emptyBody": "Přidejte kroky onboardingu do konfigurace nebo připojte tabulku kroků."
|
|
991
|
+
"emptyBody": "Přidejte kroky onboardingu do konfigurace nebo připojte tabulku kroků.",
|
|
992
|
+
"progressLabel": "{done} of {total} done",
|
|
993
|
+
"celebrateTitle": "All done"
|
|
625
994
|
},
|
|
626
995
|
"testimonialCard": {
|
|
627
996
|
"description": "Citace zákazníka s avatarem a uvedením zdroje.",
|
|
@@ -664,7 +1033,8 @@
|
|
|
664
1033
|
"imageBoard": {
|
|
665
1034
|
"description": "Mřížka moodboardu s místy pro obrázky a popisky, pro tabulky s URL obrázků.",
|
|
666
1035
|
"emptyTitle": "Zatím žádné obrázky",
|
|
667
|
-
"emptyBody": "Referenční obrázky se zobrazí na této nástěnce."
|
|
1036
|
+
"emptyBody": "Referenční obrázky se zobrazí na této nástěnce.",
|
|
1037
|
+
"placeholder": "Drop reference"
|
|
668
1038
|
},
|
|
669
1039
|
"linkList": {
|
|
670
1040
|
"description": "Referenční odkazy s názvy a adresami URL, otevírané na nové kartě.",
|
|
@@ -704,13 +1074,17 @@
|
|
|
704
1074
|
"done": "Hotovo",
|
|
705
1075
|
"successTitle": "Záznam vytvořen",
|
|
706
1076
|
"successBody": "Záznam byl uložen.",
|
|
707
|
-
"required": "Toto pole je povinné."
|
|
1077
|
+
"required": "Toto pole je povinné.",
|
|
1078
|
+
"titleLabel": "Create record",
|
|
1079
|
+
"closeLabel": "Close"
|
|
708
1080
|
},
|
|
709
1081
|
"drawerForm": {
|
|
710
1082
|
"description": "Boční panel pro vytvoření či úpravu záznamů s větším počtem polí.",
|
|
711
1083
|
"trigger": "Nový",
|
|
712
1084
|
"submit": "Uložit",
|
|
713
|
-
"cancel": "Zrušit"
|
|
1085
|
+
"cancel": "Zrušit",
|
|
1086
|
+
"titleLabel": "New record",
|
|
1087
|
+
"closeLabel": "Close"
|
|
714
1088
|
},
|
|
715
1089
|
"stepper": {
|
|
716
1090
|
"description": "Ukazatel kroků zobrazující postup vícekrokového procesu.",
|
|
@@ -760,7 +1134,23 @@
|
|
|
760
1134
|
"operator": "Operátor",
|
|
761
1135
|
"value": "Hodnota",
|
|
762
1136
|
"valuePlaceholder": "Hodnota…",
|
|
763
|
-
"emptyBody": "Zatím žádné podmínky — přidejte jednu a definujte tento segment."
|
|
1137
|
+
"emptyBody": "Zatím žádné podmínky — přidejte jednu a definujte tento segment.",
|
|
1138
|
+
"op": {
|
|
1139
|
+
"eq": "is",
|
|
1140
|
+
"neq": "is not",
|
|
1141
|
+
"gt": "is greater than",
|
|
1142
|
+
"gte": "is at least",
|
|
1143
|
+
"lt": "is less than",
|
|
1144
|
+
"lte": "is at most",
|
|
1145
|
+
"contains": "contains",
|
|
1146
|
+
"not-contains": "does not contain",
|
|
1147
|
+
"starts-with": "starts with",
|
|
1148
|
+
"in": "is one of",
|
|
1149
|
+
"before": "is before",
|
|
1150
|
+
"after": "is after",
|
|
1151
|
+
"is-null": "is empty",
|
|
1152
|
+
"is-not-null": "is not empty"
|
|
1153
|
+
}
|
|
764
1154
|
},
|
|
765
1155
|
"flowBuilder": {
|
|
766
1156
|
"description": "Svislé plátno pracovního postupu z kroků spouštěč, podmínka a akce.",
|
|
@@ -825,14 +1215,27 @@
|
|
|
825
1215
|
"required": "Povinné",
|
|
826
1216
|
"questionPlaceholder": "Položte otázku…",
|
|
827
1217
|
"emptyTitle": "Zatím žádné otázky",
|
|
828
|
-
"emptyBody": "Vyberte typ otázky a začněte sestavovat dotazník."
|
|
1218
|
+
"emptyBody": "Vyberte typ otázky a začněte sestavovat dotazník.",
|
|
1219
|
+
"questionLabel": "Question",
|
|
1220
|
+
"dropdownPlaceholder": "Choose…",
|
|
1221
|
+
"kind": {
|
|
1222
|
+
"single-choice": "Single choice",
|
|
1223
|
+
"multi-choice": "Multiple choice",
|
|
1224
|
+
"dropdown": "Dropdown",
|
|
1225
|
+
"short-text": "Short text",
|
|
1226
|
+
"long-text": "Long text",
|
|
1227
|
+
"rating": "Star rating",
|
|
1228
|
+
"nps": "NPS 0–10",
|
|
1229
|
+
"date": "Date"
|
|
1230
|
+
}
|
|
829
1231
|
},
|
|
830
1232
|
"inlineEditableField": {
|
|
831
1233
|
"description": "Hodnota upravitelná kliknutím přímo v dokumentu nebo na plátně.",
|
|
832
1234
|
"edit": "Upravit",
|
|
833
1235
|
"save": "Uložit",
|
|
834
1236
|
"cancel": "Zrušit",
|
|
835
|
-
"empty": "Prázdné"
|
|
1237
|
+
"empty": "Prázdné",
|
|
1238
|
+
"valueLabel": "Value"
|
|
836
1239
|
},
|
|
837
1240
|
"passwordStrengthMeter": {
|
|
838
1241
|
"description": "Čtyřsegmentový ukazatel síly hesla.",
|
|
@@ -857,7 +1260,7 @@
|
|
|
857
1260
|
"navigate": "Navigovat",
|
|
858
1261
|
"select": "Otevřít",
|
|
859
1262
|
"close": "Zavřít",
|
|
860
|
-
"emptyTitle": "
|
|
1263
|
+
"emptyTitle": "No results for \"{query}\"",
|
|
861
1264
|
"emptyBody": "Začněte psát pro vyhledávání.",
|
|
862
1265
|
"groupActions": "Akce",
|
|
863
1266
|
"groupNavigate": "Navigovat",
|
|
@@ -873,7 +1276,9 @@
|
|
|
873
1276
|
"all": "Vše",
|
|
874
1277
|
"summary": "{count} výsledků pro „{query}“",
|
|
875
1278
|
"emptyTitle": "Žádné výsledky",
|
|
876
|
-
"emptyBody": "Zkuste jiný výraz."
|
|
1279
|
+
"emptyBody": "Zkuste jiný výraz.",
|
|
1280
|
+
"searchLabel": "Search",
|
|
1281
|
+
"facetRailLabel": "Filter by type"
|
|
877
1282
|
},
|
|
878
1283
|
"breadcrumb": {
|
|
879
1284
|
"description": "Cesta k aktuálnímu záznamu nebo složce.",
|
|
@@ -892,11 +1297,23 @@
|
|
|
892
1297
|
"description": "Přehled klávesových zkratek.",
|
|
893
1298
|
"footerHint": "Kdykoli stiskněte ?",
|
|
894
1299
|
"then": "poté",
|
|
895
|
-
"emptyTitle": "Nejsou registrovány žádné zkratky."
|
|
1300
|
+
"emptyTitle": "Nejsou registrovány žádné zkratky.",
|
|
1301
|
+
"generalGroupLabel": "General",
|
|
1302
|
+
"navigationGroupLabel": "Navigation",
|
|
1303
|
+
"recordsGroupLabel": "Records",
|
|
1304
|
+
"openCommandPaletteLabel": "Open command palette",
|
|
1305
|
+
"searchLabel": "Search",
|
|
1306
|
+
"showShortcutsLabel": "Show shortcuts",
|
|
1307
|
+
"goToDashboardLabel": "Go to dashboard",
|
|
1308
|
+
"goToOrdersLabel": "Go to orders",
|
|
1309
|
+
"newRecordLabel": "New record",
|
|
1310
|
+
"saveLabel": "Save",
|
|
1311
|
+
"undoLabel": "Undo"
|
|
896
1312
|
},
|
|
897
1313
|
"avatarStack": {
|
|
898
1314
|
"description": "Překrývající se avatary s přetečením „+N“ a volitelnou přítomností.",
|
|
899
|
-
"online": "{count} online"
|
|
1315
|
+
"online": "{count} online",
|
|
1316
|
+
"a11yLabel": "People"
|
|
900
1317
|
}
|
|
901
1318
|
},
|
|
902
1319
|
"system": {
|
|
@@ -969,6 +1386,12 @@
|
|
|
969
1386
|
"tls": "TLS",
|
|
970
1387
|
"auth": "Ověření",
|
|
971
1388
|
"latency": "Latence"
|
|
1389
|
+
},
|
|
1390
|
+
"widgetMissing": {
|
|
1391
|
+
"description": "The fallback card shown when a stored page references a widget that is not installed.",
|
|
1392
|
+
"title": "Widget unavailable",
|
|
1393
|
+
"bodyLead": "No widget is registered as",
|
|
1394
|
+
"bodyTail": "It may belong to a newer version or an uninstalled extension."
|
|
972
1395
|
}
|
|
973
1396
|
}
|
|
974
1397
|
},
|
|
@@ -981,6 +1404,351 @@
|
|
|
981
1404
|
"resized": "{title} změněno na {w} sloupců krát {h} řádků.",
|
|
982
1405
|
"committed": "{title} umístěno do sloupce {col}, řádku {row}.",
|
|
983
1406
|
"reverted": "{title} vráceno na původní pozici."
|
|
1407
|
+
},
|
|
1408
|
+
"draggableRole": "draggable widget"
|
|
1409
|
+
},
|
|
1410
|
+
"templates": {
|
|
1411
|
+
"crud": {
|
|
1412
|
+
"newRow": "New row",
|
|
1413
|
+
"exportAction": "Export",
|
|
1414
|
+
"searchPlaceholder": "Search {table}…",
|
|
1415
|
+
"removeFilter": "Remove {column} filter",
|
|
1416
|
+
"queryFailed": "Query failed",
|
|
1417
|
+
"loadingRows": "Loading rows",
|
|
1418
|
+
"noMatchesTitle": "No matching rows",
|
|
1419
|
+
"emptyTitle": "{count, plural, one {No {entity} yet} other {No {entity}s yet}}",
|
|
1420
|
+
"createTitle": "Add {entity}",
|
|
1421
|
+
"createSubtitle": "Creates one row in {table}.",
|
|
1422
|
+
"createSubmit": "Add {entity}",
|
|
1423
|
+
"createSuccessTitle": "{name} added",
|
|
1424
|
+
"createSuccessBody": "You can undo this from the toast.",
|
|
1425
|
+
"editTitle": "Edit {entity}",
|
|
1426
|
+
"saveSubmit": "Save changes",
|
|
1427
|
+
"deleteTitle": "Delete {entity}",
|
|
1428
|
+
"deletePreflight": "Checking references…",
|
|
1429
|
+
"deleteNoReferences": "This row has no inbound references.",
|
|
1430
|
+
"deleteConsequencesIntro": "Deleting this row also affects:",
|
|
1431
|
+
"referenceRows": "{count, plural, one {{n} row} other {{n} rows}}",
|
|
1432
|
+
"confirmPrompt": "Type {value} to confirm",
|
|
1433
|
+
"bulkDeleteTitle": "{count, plural, one {Delete {n} row} other {Delete {n} rows}}",
|
|
1434
|
+
"bulkDeleteBody": "Referential consequences apply to every selected row.",
|
|
1435
|
+
"bulkDeleteConfirm": "Delete rows",
|
|
1436
|
+
"uniqueHelper": "Must be unique in {table}.",
|
|
1437
|
+
"uniqueHelperCounted": "{count, plural, one {Checked against {n} row.} other {Checked against {n} rows.}}",
|
|
1438
|
+
"toast": {
|
|
1439
|
+
"created": "{entity} created.",
|
|
1440
|
+
"createFailed": "Create failed.",
|
|
1441
|
+
"saved": "Changes saved.",
|
|
1442
|
+
"updateFailed": "Update failed.",
|
|
1443
|
+
"deleted": "{name} deleted.",
|
|
1444
|
+
"deleteFailed": "Delete failed.",
|
|
1445
|
+
"bulkDeleted": "{count, plural, one {{n} row deleted.} other {{n} rows deleted.}}",
|
|
1446
|
+
"bulkDeleteFailed": "Bulk delete failed.",
|
|
1447
|
+
"undone": "Change undone.",
|
|
1448
|
+
"undoFailed": "Undo failed."
|
|
1449
|
+
},
|
|
1450
|
+
"detail": {
|
|
1451
|
+
"fields": "Fields",
|
|
1452
|
+
"inboundReferences": "inbound references",
|
|
1453
|
+
"relatedCount": "{count, plural, one {{n} related record in {table}} other {{n} related records in {table}}}",
|
|
1454
|
+
"loadError": "Failed to load the record."
|
|
1455
|
+
}
|
|
1456
|
+
},
|
|
1457
|
+
"queue": {
|
|
1458
|
+
"allSegment": "All",
|
|
1459
|
+
"daysUnit": "{count, plural, one {{count} day} other {{count} days}}",
|
|
1460
|
+
"approvedToast": "{count} approved.",
|
|
1461
|
+
"rejectedToast": "{count} rejected.",
|
|
1462
|
+
"undoneToast": "Decision undone.",
|
|
1463
|
+
"undoFailedToast": "Could not undo this decision.",
|
|
1464
|
+
"failedToast": "Decision failed.",
|
|
1465
|
+
"invalidConfig": "This queue’s stored configuration is invalid. Regenerate the page to restore it.",
|
|
1466
|
+
"queueLabel": "Queue",
|
|
1467
|
+
"statusFilterLabel": "Status filter",
|
|
1468
|
+
"errorTitle": "This queue failed to load",
|
|
1469
|
+
"loading": "Loading queue",
|
|
1470
|
+
"emptyTitle": "Nothing in the queue",
|
|
1471
|
+
"emptyBody": "New requests appear here as they arrive.",
|
|
1472
|
+
"caughtUpTitle": "You're all caught up",
|
|
1473
|
+
"caughtUpBody": "No requests in this tab right now.",
|
|
1474
|
+
"selectItem": "Select {title}",
|
|
1475
|
+
"selectPrompt": "Select a request",
|
|
1476
|
+
"selectBody": "Choose an item to review its details.",
|
|
1477
|
+
"rejectTitle": "Reject requests",
|
|
1478
|
+
"rejectCount": "Selected · {count}",
|
|
1479
|
+
"rejectPlaceholder": "Add a note for the requester…",
|
|
1480
|
+
"rejectReasonLabel": "Rejection reason",
|
|
1481
|
+
"rejectNote": "The requester will be notified with your note."
|
|
1482
|
+
},
|
|
1483
|
+
"dashboard": {
|
|
1484
|
+
"invalidLayout": "This dashboard’s stored layout is invalid. Regenerate the page or reset its layout."
|
|
1485
|
+
},
|
|
1486
|
+
"builder": {
|
|
1487
|
+
"publish": "Publish",
|
|
1488
|
+
"paletteTitle": "Blocks",
|
|
1489
|
+
"inspectorTitle": "Inspector",
|
|
1490
|
+
"startFromTemplate": "Start from a template",
|
|
1491
|
+
"untitledDoc": "Untitled document",
|
|
1492
|
+
"invalidConfig": "This builder page’s stored config is invalid. Regenerate the page or reset it.",
|
|
1493
|
+
"starterPicker": {
|
|
1494
|
+
"subtitle": "Selection replaces the current draft."
|
|
1495
|
+
},
|
|
1496
|
+
"inspector": {
|
|
1497
|
+
"titleLabel": "Title",
|
|
1498
|
+
"numberLabel": "Number",
|
|
1499
|
+
"currencyLabel": "Currency",
|
|
1500
|
+
"taxRateLabel": "Tax rate %",
|
|
1501
|
+
"modulesLabel": "Modules"
|
|
1502
|
+
},
|
|
1503
|
+
"summary": {
|
|
1504
|
+
"questions": "Questions",
|
|
1505
|
+
"estLength": "Est. length",
|
|
1506
|
+
"estMinutes": "~{minutes} min",
|
|
1507
|
+
"steps": "Steps",
|
|
1508
|
+
"triggers": "Triggers",
|
|
1509
|
+
"conditions": "Conditions",
|
|
1510
|
+
"actions": "Actions",
|
|
1511
|
+
"triggerLocked": "The trigger step can’t be removed."
|
|
1512
|
+
},
|
|
1513
|
+
"publishModal": {
|
|
1514
|
+
"confirmTitle": "Publish survey?",
|
|
1515
|
+
"confirmSubtitle": "Review before it goes live.",
|
|
1516
|
+
"confirmCta": "Publish survey",
|
|
1517
|
+
"publishedTitle": "Survey published",
|
|
1518
|
+
"publishedSubtitle": "Your survey is live and collecting responses right now."
|
|
1519
|
+
},
|
|
1520
|
+
"blocks": {
|
|
1521
|
+
"block-totals-summary": "Totals summary",
|
|
1522
|
+
"block-line-items": "Line items",
|
|
1523
|
+
"block-kpi-row": "KPI row",
|
|
1524
|
+
"block-bar-chart": "Bar chart",
|
|
1525
|
+
"block-line-chart": "Line chart",
|
|
1526
|
+
"block-two-col-table": "Two-column table",
|
|
1527
|
+
"block-tax-breakdown": "Tax breakdown",
|
|
1528
|
+
"block-multi-currency": "Multi-currency",
|
|
1529
|
+
"block-payment-history": "Payment history",
|
|
1530
|
+
"block-discount-codes": "Discount codes",
|
|
1531
|
+
"block-loyalty-banner": "Loyalty points",
|
|
1532
|
+
"block-recurring-banner": "Recurring",
|
|
1533
|
+
"block-qr-pay": "Payment QR",
|
|
1534
|
+
"block-delivery-stepper": "Delivery timeline",
|
|
1535
|
+
"block-signature": "Signature",
|
|
1536
|
+
"block-terms-checkbox": "Terms",
|
|
1537
|
+
"block-approval": "Approval",
|
|
1538
|
+
"block-attachments": "Attachments",
|
|
1539
|
+
"block-late-fees": "Late fees",
|
|
1540
|
+
"block-image-placeholder": "Image",
|
|
1541
|
+
"block-contact": "Contact",
|
|
1542
|
+
"block-highlight-box": "Highlight box"
|
|
1543
|
+
},
|
|
1544
|
+
"starters": {
|
|
1545
|
+
"titles": {
|
|
1546
|
+
"st-standard": "Standard invoice",
|
|
1547
|
+
"st-recurring": "Recurring subscription",
|
|
1548
|
+
"st-deposit": "Deposit request",
|
|
1549
|
+
"st-credit-note": "Credit note",
|
|
1550
|
+
"st-late-reminder": "Late-payment reminder",
|
|
1551
|
+
"st-quote": "Quote / estimate",
|
|
1552
|
+
"st-proforma": "Pro forma",
|
|
1553
|
+
"st-receipt": "Payment receipt",
|
|
1554
|
+
"st-retainer": "Retainer",
|
|
1555
|
+
"st-usage": "Usage-based invoice",
|
|
1556
|
+
"st-milestone": "Project milestone",
|
|
1557
|
+
"st-donation": "Donation receipt (Tax ID)",
|
|
1558
|
+
"st-monthly": "Monthly summary",
|
|
1559
|
+
"st-quarterly": "Quarterly review",
|
|
1560
|
+
"st-usage-report": "Usage breakdown",
|
|
1561
|
+
"st-exec": "Executive one-pager",
|
|
1562
|
+
"st-welcome": "Welcome email",
|
|
1563
|
+
"st-receipt-email": "Invoice receipt",
|
|
1564
|
+
"st-digest": "Weekly digest",
|
|
1565
|
+
"st-dunning": "Payment reminder"
|
|
1566
|
+
},
|
|
1567
|
+
"categories": {
|
|
1568
|
+
"billing": "Billing",
|
|
1569
|
+
"sales": "Sales",
|
|
1570
|
+
"nonProfit": "Non-profit",
|
|
1571
|
+
"reports": "Reports",
|
|
1572
|
+
"lifecycle": "Lifecycle",
|
|
1573
|
+
"transactional": "Transactional",
|
|
1574
|
+
"marketing": "Marketing"
|
|
1575
|
+
}
|
|
1576
|
+
}
|
|
1577
|
+
},
|
|
1578
|
+
"common": {
|
|
1579
|
+
"clearFilters": "Clear filters",
|
|
1580
|
+
"noMatchesBody": "Try a different search or remove a filter.",
|
|
1581
|
+
"detailLabel": "Detail",
|
|
1582
|
+
"loadingRecord": "Loading record"
|
|
1583
|
+
},
|
|
1584
|
+
"directory": {
|
|
1585
|
+
"invalidConfig": "This directory’s stored configuration is invalid. Regenerate the page to restore it.",
|
|
1586
|
+
"searchPlaceholder": "Search people…",
|
|
1587
|
+
"memberCount": "{count, plural, one {{n} person} other {{n} people}}",
|
|
1588
|
+
"errorTitle": "This directory failed to load",
|
|
1589
|
+
"loading": "Loading people",
|
|
1590
|
+
"emptyTitle": "No people yet",
|
|
1591
|
+
"emptyBody": "People appear here as rows land in the table.",
|
|
1592
|
+
"noMatchesTitle": "No matching people",
|
|
1593
|
+
"detailTitle": "Person"
|
|
1594
|
+
},
|
|
1595
|
+
"masterDetail": {
|
|
1596
|
+
"invalidConfig": "This page’s stored configuration is invalid. Regenerate the page to restore it.",
|
|
1597
|
+
"railTitle": "Records",
|
|
1598
|
+
"errorTitle": "This list failed to load",
|
|
1599
|
+
"loading": "Loading records",
|
|
1600
|
+
"emptyBody": "Records appear here as rows land in the table.",
|
|
1601
|
+
"noMatchesTitle": "No matching records",
|
|
1602
|
+
"noMatchesBody": "Try removing a filter.",
|
|
1603
|
+
"selectPrompt": "Select a record",
|
|
1604
|
+
"selectBody": "Choose an item from the list to see its details."
|
|
1605
|
+
},
|
|
1606
|
+
"chat": {
|
|
1607
|
+
"invalidLayout": "This chat page’s stored layout is invalid. Regenerate the page or reset its layout.",
|
|
1608
|
+
"noInboxTitle": "No inbox on this page",
|
|
1609
|
+
"noInboxBody": "Regenerate the page.",
|
|
1610
|
+
"conversationsFailed": "The conversation query failed",
|
|
1611
|
+
"messagesFailed": "The messages query failed",
|
|
1612
|
+
"loadingConversations": "Loading conversations",
|
|
1613
|
+
"loadingMessages": "Loading messages",
|
|
1614
|
+
"selectTitle": "Select a conversation",
|
|
1615
|
+
"selectBody": "Pick a conversation from the inbox to read its messages."
|
|
1616
|
+
},
|
|
1617
|
+
"files": {
|
|
1618
|
+
"allFiles": "All files",
|
|
1619
|
+
"recent": "Recent",
|
|
1620
|
+
"starred": "Starred",
|
|
1621
|
+
"invalidLayout": "This files page’s stored layout is invalid. Regenerate the page or reset its layout.",
|
|
1622
|
+
"missingSlotTitle": "No file browser on this page",
|
|
1623
|
+
"missingSlotBody": "The stored layout has no browser slot. Regenerate the page.",
|
|
1624
|
+
"loadFailed": "The file query failed",
|
|
1625
|
+
"loading": "Loading files",
|
|
1626
|
+
"uploadsUnavailable": "Uploads are not available on this page yet.",
|
|
1627
|
+
"previewTitle": "File",
|
|
1628
|
+
"kindLabel": "Kind",
|
|
1629
|
+
"linkLabel": "Link"
|
|
1630
|
+
},
|
|
1631
|
+
"logViewer": {
|
|
1632
|
+
"invalidLayout": "This log page’s stored layout is invalid. Regenerate the page or reset its layout.",
|
|
1633
|
+
"levelFilterLabel": "Log level filter",
|
|
1634
|
+
"timeFilterLabel": "Time window filter",
|
|
1635
|
+
"window": {
|
|
1636
|
+
"1h": "1h",
|
|
1637
|
+
"24h": "24h",
|
|
1638
|
+
"7d": "7d"
|
|
1639
|
+
},
|
|
1640
|
+
"heldCount": "+{count}",
|
|
1641
|
+
"missingSlotTitle": "No log widget on this page",
|
|
1642
|
+
"missingSlotBody": "The stored layout has no log slot. Regenerate the page.",
|
|
1643
|
+
"loadFailed": "The log query failed",
|
|
1644
|
+
"loading": "Loading log entries",
|
|
1645
|
+
"traceTitle": "Trace",
|
|
1646
|
+
"latestTitle": "Latest activity",
|
|
1647
|
+
"backToLatest": "Back to latest",
|
|
1648
|
+
"eventFallback": "Event"
|
|
1649
|
+
},
|
|
1650
|
+
"calendar": {
|
|
1651
|
+
"eventCount": "{count, plural, one {{n} event} other {{n} events}}",
|
|
1652
|
+
"composePlaceholder": "Event title…",
|
|
1653
|
+
"addEvent": "Add event",
|
|
1654
|
+
"dateRange": "Date range",
|
|
1655
|
+
"agendaTitle": "Agenda",
|
|
1656
|
+
"categoriesTitle": "Categories",
|
|
1657
|
+
"upcomingTitle": "Upcoming",
|
|
1658
|
+
"invalidLayout": "This calendar’s stored layout is invalid. Regenerate the page or reset its layout."
|
|
1659
|
+
},
|
|
1660
|
+
"scheduler": {
|
|
1661
|
+
"previousWeek": "Previous week",
|
|
1662
|
+
"nextWeek": "Next week",
|
|
1663
|
+
"week": "Week",
|
|
1664
|
+
"month": "Month",
|
|
1665
|
+
"invalidLayout": "This schedule’s stored layout is invalid. Regenerate the page or reset its layout.",
|
|
1666
|
+
"shiftCount": "{count, plural, one {{n} shift} other {{n} shifts}}",
|
|
1667
|
+
"addShift": "Add shift"
|
|
1668
|
+
},
|
|
1669
|
+
"settings": {
|
|
1670
|
+
"title": "Notification settings",
|
|
1671
|
+
"subtitle": "Choose what you're notified about and how",
|
|
1672
|
+
"matrixLabel": "Notify me about",
|
|
1673
|
+
"rowHeader": "Event",
|
|
1674
|
+
"saved": "Saved",
|
|
1675
|
+
"unavailableTag": "Not available yet",
|
|
1676
|
+
"loading": "Loading preferences",
|
|
1677
|
+
"errorTitle": "These settings failed to load",
|
|
1678
|
+
"emptyTitle": "Nothing to configure yet",
|
|
1679
|
+
"emptyBody": "Notification events appear here as producers ship."
|
|
1680
|
+
},
|
|
1681
|
+
"pageCrud": {
|
|
1682
|
+
"description": "The canonical table page: searchable data grid, create/edit forms, safe deletes with reference checks, and undoable changes."
|
|
1683
|
+
},
|
|
1684
|
+
"pageDashboard": {
|
|
1685
|
+
"description": "A widget dashboard over your data: KPI cards, charts, and lists on an editable grid."
|
|
1686
|
+
},
|
|
1687
|
+
"pageBoard": {
|
|
1688
|
+
"description": "A kanban board grouped by a status field — drag cards between columns to update records."
|
|
1689
|
+
},
|
|
1690
|
+
"pageCalendar": {
|
|
1691
|
+
"description": "A month calendar with agenda, category filters, and quick event capture from a date field."
|
|
1692
|
+
},
|
|
1693
|
+
"pageScheduler": {
|
|
1694
|
+
"description": "A week-by-resource shift matrix with capacity tracking and coverage totals."
|
|
1695
|
+
},
|
|
1696
|
+
"pageDirectory": {
|
|
1697
|
+
"description": "A people directory with search, group filters, and a profile drawer."
|
|
1698
|
+
},
|
|
1699
|
+
"pageMasterDetail": {
|
|
1700
|
+
"description": "A list-beside-detail layout: pick a record on the left, work with it on the right."
|
|
1701
|
+
},
|
|
1702
|
+
"pageQueueInbox": {
|
|
1703
|
+
"description": "A review queue with approve/reject decisions, bulk actions, and undo."
|
|
1704
|
+
},
|
|
1705
|
+
"pageLogViewer": {
|
|
1706
|
+
"description": "A live-tailing log table with level and time filters and a trace side panel."
|
|
1707
|
+
},
|
|
1708
|
+
"pageFiles": {
|
|
1709
|
+
"description": "A file browser with smart folders, uploads, and a preview drawer."
|
|
1710
|
+
},
|
|
1711
|
+
"pageChat": {
|
|
1712
|
+
"description": "A conversation inbox beside a message thread, bound to your messages tables."
|
|
1713
|
+
},
|
|
1714
|
+
"pageBuilder": {
|
|
1715
|
+
"description": "A drag-and-drop document builder with block palette, inspector, and publish flow."
|
|
1716
|
+
},
|
|
1717
|
+
"pageWizard": {
|
|
1718
|
+
"description": "A multi-step guided flow that walks users through a structured process."
|
|
1719
|
+
},
|
|
1720
|
+
"pageSettings": {
|
|
1721
|
+
"description": "A notification-preferences matrix with per-channel toggles and autosave."
|
|
1722
|
+
}
|
|
1723
|
+
},
|
|
1724
|
+
"frame": {
|
|
1725
|
+
"noResult": "No result for widget",
|
|
1726
|
+
"emptyTitle": "No data for range",
|
|
1727
|
+
"loadError": "Something went wrong loading this widget.",
|
|
1728
|
+
"renderError": "This widget failed to render.",
|
|
1729
|
+
"refreshing": "Refreshing",
|
|
1730
|
+
"infoLabel": "Widget info",
|
|
1731
|
+
"menuLabel": "Widget menu"
|
|
1732
|
+
},
|
|
1733
|
+
"charts": {
|
|
1734
|
+
"livePillLabel": "Live",
|
|
1735
|
+
"forecast": {
|
|
1736
|
+
"nowLabel": "Now",
|
|
1737
|
+
"forecastLabel": "Forecast",
|
|
1738
|
+
"actualLabel": "Actual"
|
|
1739
|
+
},
|
|
1740
|
+
"otherLabel": "Other",
|
|
1741
|
+
"heat": {
|
|
1742
|
+
"lessLabel": "Less",
|
|
1743
|
+
"moreLabel": "More"
|
|
1744
|
+
},
|
|
1745
|
+
"choropleth": {
|
|
1746
|
+
"lowLabel": "Low",
|
|
1747
|
+
"highLabel": "High"
|
|
1748
|
+
},
|
|
1749
|
+
"funnel": {
|
|
1750
|
+
"stepConversion": "{pct}% continue",
|
|
1751
|
+
"overallConversion": "{pct}% overall"
|
|
984
1752
|
}
|
|
985
1753
|
}
|
|
986
1754
|
}
|