@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/de-DE/ui.json
CHANGED
|
@@ -17,7 +17,8 @@
|
|
|
17
17
|
"showPassword": "Passwort anzeigen",
|
|
18
18
|
"hidePassword": "Passwort verbergen",
|
|
19
19
|
"reveal": "Einblenden",
|
|
20
|
-
"hide": "Ausblenden"
|
|
20
|
+
"hide": "Ausblenden",
|
|
21
|
+
"clearSearch": "Clear search"
|
|
21
22
|
},
|
|
22
23
|
"state": {
|
|
23
24
|
"loading": "Wird geladen…",
|
|
@@ -59,7 +60,9 @@
|
|
|
59
60
|
"description": "Die Standard-Kennzahlenkarte: ein Hauptwert mit optionaler Trendplakette und Mini-Sparkline."
|
|
60
61
|
},
|
|
61
62
|
"usageMeter": {
|
|
62
|
-
"description": "Kontingentverbrauch gegen ein Limit; der Balken wechselt ab Ihren Schwellenwerten zu Gelb und dann zu Rot."
|
|
63
|
+
"description": "Kontingentverbrauch gegen ein Limit; der Balken wechselt ab Ihren Schwellenwerten zu Gelb und dann zu Rot.",
|
|
64
|
+
"usageLabel": "Usage",
|
|
65
|
+
"ofLabel": "of"
|
|
63
66
|
},
|
|
64
67
|
"statTileCompact": {
|
|
65
68
|
"description": "Eine schmale Kennzahlenkachel mit Mikro-Label, Trend-Chip und 6-Balken-Spark – für dichte Reihen von 4 bis 6."
|
|
@@ -75,13 +78,17 @@
|
|
|
75
78
|
"description": "Eine Ringanzeige für einen Wert oder Prozentsatz, eingefärbt nach dem Bereich, in den der Wert fällt."
|
|
76
79
|
},
|
|
77
80
|
"gaugeArc": {
|
|
78
|
-
"description": "Ein Tachobogen mit qualitativen Bereichen und Zeiger; stellt auch ein Raster aus Anzeigen dar."
|
|
81
|
+
"description": "Ein Tachobogen mit qualitativen Bereichen und Zeiger; stellt auch ein Raster aus Anzeigen dar.",
|
|
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": "Dieser Zeitraum gegen den letzten als zwei Balken, mit der Differenz darunter.",
|
|
82
87
|
"higherLabel": "höher",
|
|
83
88
|
"lowerLabel": "niedriger",
|
|
84
|
-
"flatLabel": "unverändert"
|
|
89
|
+
"flatLabel": "unverändert",
|
|
90
|
+
"periodALabel": "This period",
|
|
91
|
+
"periodBLabel": "Last period"
|
|
85
92
|
},
|
|
86
93
|
"microKpiSubtitle": {
|
|
87
94
|
"description": "Eine einzeilige Kopfzeilen-Kennzahl aus einer Vorlage, live neu berechnet."
|
|
@@ -97,54 +104,250 @@
|
|
|
97
104
|
"boxplot": {
|
|
98
105
|
"description": "Box-Whisker-Zusammenfassung der Streuung einer numerischen Spalte je Kategorie – Minimum, Quartile, Median und Maximum.",
|
|
99
106
|
"emptyTitle": "Keine Verteilung darstellbar",
|
|
100
|
-
"emptyBody": "Keine Zeilen entsprachen den Filtern für Box-Plots."
|
|
107
|
+
"emptyBody": "Keine Zeilen entsprachen den Filtern für Box-Plots.",
|
|
108
|
+
"chartLabel": "Box plot"
|
|
101
109
|
},
|
|
102
110
|
"violin": {
|
|
103
111
|
"description": "Gespiegelte Dichtekurven, die die Verteilung einer numerischen Spalte über Gruppen vergleichen.",
|
|
104
112
|
"emptyTitle": "Keine Verteilung darstellbar",
|
|
105
|
-
"emptyBody": "Keine Zeilen entsprachen den Filtern für Dichteprofile."
|
|
113
|
+
"emptyBody": "Keine Zeilen entsprachen den Filtern für Dichteprofile.",
|
|
114
|
+
"chartLabel": "Violin plot"
|
|
106
115
|
},
|
|
107
116
|
"ridgeline": {
|
|
108
117
|
"description": "Überlappende Dichtekämme, die eine numerische Spalte über geordnete Gruppen vergleichen.",
|
|
109
118
|
"emptyTitle": "Keine Kämme darstellbar",
|
|
110
|
-
"emptyBody": "Keine Zeilen entsprachen den Filtern für Dichteprofile."
|
|
119
|
+
"emptyBody": "Keine Zeilen entsprachen den Filtern für Dichteprofile.",
|
|
120
|
+
"chartLabel": "Ridgeline"
|
|
111
121
|
},
|
|
112
122
|
"scatterBubble": {
|
|
113
123
|
"description": "Zwei numerische Spalten als Punkte, mit optionaler Blasengröße und Trendlinie.",
|
|
114
124
|
"emptyTitle": "Keine Punkte darstellbar",
|
|
115
|
-
"emptyBody": "Keine Zeilen entsprachen den Filtern für die gewählten Spalten."
|
|
125
|
+
"emptyBody": "Keine Zeilen entsprachen den Filtern für die gewählten Spalten.",
|
|
126
|
+
"chartLabel": "Scatter plot"
|
|
116
127
|
},
|
|
117
128
|
"hexbin": {
|
|
118
129
|
"description": "Hex-gebinnte Dichte zweier numerischer Spalten, eingefärbt nach Zeilen je Kachel.",
|
|
119
130
|
"emptyTitle": "Keine Dichte darstellbar",
|
|
120
|
-
"emptyBody": "Keine Zeilen entsprachen den Filtern zum Gruppieren."
|
|
131
|
+
"emptyBody": "Keine Zeilen entsprachen den Filtern zum Gruppieren.",
|
|
132
|
+
"chartLabel": "Density hexbin"
|
|
121
133
|
},
|
|
122
134
|
"correlationMatrix": {
|
|
123
135
|
"description": "Pearson-Korrelation zwischen gewählten numerischen Spalten, von stark positiv bis stark negativ.",
|
|
124
136
|
"emptyTitle": "Nichts zu korrelieren",
|
|
125
|
-
"emptyBody": "Wähle mindestens zwei numerische Spalten mit passenden Zeilen."
|
|
137
|
+
"emptyBody": "Wähle mindestens zwei numerische Spalten mit passenden Zeilen.",
|
|
138
|
+
"chartLabel": "Correlation matrix"
|
|
126
139
|
},
|
|
127
140
|
"parallelCoordinates": {
|
|
128
141
|
"description": "Jeder Datensatz als Linie über mehrere normierte numerische Achsen, eingefärbt nach Kategorie.",
|
|
129
142
|
"emptyTitle": "Keine Datensätze darstellbar",
|
|
130
|
-
"emptyBody": "Keine Zeilen entsprachen den Filtern über die gewählten Achsen."
|
|
143
|
+
"emptyBody": "Keine Zeilen entsprachen den Filtern über die gewählten Achsen.",
|
|
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": "Ein fortlaufender Feed, wer was in Ihrem Workspace getan hat – neueste zuerst.",
|
|
136
323
|
"emptyTitle": "Keine aktuelle Aktivität",
|
|
137
|
-
"emptyBody": "Aktionen in Ihrem Workspace erscheinen hier."
|
|
324
|
+
"emptyBody": "Aktionen in Ihrem Workspace erscheinen hier.",
|
|
325
|
+
"viewAllLabel": "View all"
|
|
138
326
|
},
|
|
139
327
|
"notificationFeed": {
|
|
140
328
|
"description": "Gruppierte Benachrichtigungen mit Ungelesen-Status, Filtern und Inline-Aktionen.",
|
|
141
329
|
"emptyTitle": "Keine Benachrichtigungen",
|
|
142
|
-
"emptyBody": "Neue Benachrichtigungen erscheinen hier."
|
|
330
|
+
"emptyBody": "Neue Benachrichtigungen erscheinen hier.",
|
|
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": "Ein Live-Ereignisstrom, der neue Einträge beim Eintreffen voranstellt.",
|
|
146
345
|
"emptyTitle": "Warten auf Ereignisse",
|
|
147
|
-
"emptyBody": "Live-Ereignisse erscheinen hier, sobald sie eintreten."
|
|
346
|
+
"emptyBody": "Live-Ereignisse erscheinen hier, sobald sie eintreten.",
|
|
347
|
+
"liveLabel": "Live",
|
|
348
|
+
"pausedLabel": "Paused",
|
|
349
|
+
"pauseLabel": "Pause",
|
|
350
|
+
"resumeLabel": "Resume"
|
|
148
351
|
},
|
|
149
352
|
"timelineVertical": {
|
|
150
353
|
"description": "Eine vertikale Zeitachse von Ereignissen, Releases, Vorfällen oder Ausführungsschritten.",
|
|
@@ -173,22 +376,41 @@
|
|
|
173
376
|
"calendarMonth": {
|
|
174
377
|
"description": "Ein Monatsraster geplanter Termine mit Tages-Chips und Monatsnavigation.",
|
|
175
378
|
"emptyTitle": "Nichts geplant",
|
|
176
|
-
"emptyBody": "Geplante Termine erscheinen in diesem Kalender."
|
|
379
|
+
"emptyBody": "Geplante Termine erscheinen in diesem Kalender.",
|
|
380
|
+
"previousLabel": "Previous month",
|
|
381
|
+
"nextLabel": "Next month",
|
|
382
|
+
"overflowLabel": "+{count} more"
|
|
177
383
|
},
|
|
178
384
|
"dayAgenda": {
|
|
179
385
|
"description": "Die Termine des ausgewählten Tages als zeitlich geordnete Agenda.",
|
|
180
386
|
"emptyTitle": "Nichts geplant",
|
|
181
|
-
"emptyBody": "Termine für den ausgewählten Tag erscheinen hier."
|
|
387
|
+
"emptyBody": "Termine für den ausgewählten Tag erscheinen hier.",
|
|
388
|
+
"countLabel": "{count, plural, one {{n} event} other {{n} events}}"
|
|
182
389
|
},
|
|
183
390
|
"scheduleMatrix": {
|
|
184
391
|
"description": "Ein Schichtraster nach Ressource und Tag mit Abdeckung pro Tag und Legende.",
|
|
185
392
|
"emptyTitle": "Keine Schichten geplant",
|
|
186
|
-
"emptyBody": "Zugewiesene Schichten erscheinen in diesem Plan."
|
|
393
|
+
"emptyBody": "Zugewiesene Schichten erscheinen in diesem Plan.",
|
|
394
|
+
"resourceLabel": "Resource",
|
|
395
|
+
"coverageLabel": "Coverage",
|
|
396
|
+
"hoursLabel": "{hours}h"
|
|
187
397
|
},
|
|
188
398
|
"capacityBoard": {
|
|
189
399
|
"description": "Auslastungsbalken pro Mitglied mit Projektaufschlüsselung und Laststatus.",
|
|
190
400
|
"emptyTitle": "Keine Auslastungsdaten",
|
|
191
|
-
"emptyBody": "Die Auslastung der Mitglieder erscheint hier, sobald Zuweisungen bestehen."
|
|
401
|
+
"emptyBody": "Die Auslastung der Mitglieder erscheint hier, sobald Zuweisungen bestehen.",
|
|
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": "Ereigniskategorien mit Anzahl; ein Klick filtert den Kalender daneben.",
|
|
@@ -228,12 +450,28 @@
|
|
|
228
450
|
"masterList": {
|
|
229
451
|
"description": "Eine auswählbare Liste von Datensätzen, die einen Detailbereich steuert.",
|
|
230
452
|
"emptyTitle": "Keine Einträge",
|
|
231
|
-
"emptyBody": "Einträge erscheinen hier, sobald sie vorhanden sind."
|
|
453
|
+
"emptyBody": "Einträge erscheinen hier, sobald sie vorhanden sind.",
|
|
454
|
+
"allLabel": "All",
|
|
455
|
+
"toggleLabel": "Toggle {title}",
|
|
456
|
+
"progressLabel": "{title} progress"
|
|
232
457
|
},
|
|
233
458
|
"logTable": {
|
|
234
459
|
"description": "Ein Ereignisprotokoll mit Suche, Fehlerfilter und Zeilenaktionen.",
|
|
235
460
|
"emptyTitle": "Keine Protokolleinträge",
|
|
236
|
-
"emptyBody": "Ereignisse werden hier protokolliert, sobald sie eintreten."
|
|
461
|
+
"emptyBody": "Ereignisse werden hier protokolliert, sobald sie eintreten.",
|
|
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": "Eine responsive Galerie von Objektkarten mit Status und Schnellaktionen.",
|
|
@@ -243,17 +481,23 @@
|
|
|
243
481
|
"groupedSummaryTable": {
|
|
244
482
|
"description": "Gruppierte Zeilen mit Aggregatspalten, aufklappbaren Details und Summen.",
|
|
245
483
|
"emptyTitle": "Keine Zusammenfassung",
|
|
246
|
-
"emptyBody": "Gruppierte Summen erscheinen hier, sobald Daten vorliegen."
|
|
484
|
+
"emptyBody": "Gruppierte Summen erscheinen hier, sobald Daten vorliegen.",
|
|
485
|
+
"groupLabel": "Group",
|
|
486
|
+
"totalsLabel": "Total"
|
|
247
487
|
},
|
|
248
488
|
"schemaTree": {
|
|
249
489
|
"description": "Ein Explorer für Schemas, Tabellen und Spalten mit Typ- und Schlüssel-Badges.",
|
|
250
490
|
"emptyTitle": "Kein Schema eingelesen",
|
|
251
|
-
"emptyBody": "Verbinden Sie eine Datenbank, um ihr Schema hier zu erkunden."
|
|
491
|
+
"emptyBody": "Verbinden Sie eine Datenbank, um ihr Schema hier zu erkunden.",
|
|
492
|
+
"treeLabel": "Schema",
|
|
493
|
+
"viewLabel": "view"
|
|
252
494
|
},
|
|
253
495
|
"toggleMatrix": {
|
|
254
496
|
"description": "Ein interaktives Raster boolescher Schalter für Rollen, Richtlinien oder Kanäle.",
|
|
255
497
|
"emptyTitle": "Keine Matrix konfiguriert",
|
|
256
|
-
"emptyBody": "Zeilen und Spalten erscheinen hier nach der Konfiguration."
|
|
498
|
+
"emptyBody": "Zeilen und Spalten erscheinen hier nach der Konfiguration.",
|
|
499
|
+
"matrixLabel": "Permissions matrix",
|
|
500
|
+
"rowHeaderLabel": "Permission"
|
|
257
501
|
},
|
|
258
502
|
"sparklineTable": {
|
|
259
503
|
"description": "Metrikzeilen mit Mini-Sparkline, aktuellem Wert und einer Änderungs-Pille, die Gut/Schlecht berücksichtigt.",
|
|
@@ -286,6 +530,40 @@
|
|
|
286
530
|
"emptyTitle": "Noch nichts gefunden",
|
|
287
531
|
"emptyBody": "Tabellen und Variablen erscheinen hier als Chips, sobald sie gefunden werden.",
|
|
288
532
|
"moreLabel": "+{n} weitere"
|
|
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": "Nachricht schreiben…",
|
|
340
618
|
"sendLabel": "Senden",
|
|
341
619
|
"attachLabel": "Anhang hinzufügen",
|
|
342
|
-
"typingLabel": "tippt…"
|
|
620
|
+
"typingLabel": "tippt…",
|
|
621
|
+
"composerLabel": "Message"
|
|
343
622
|
},
|
|
344
623
|
"aiChatPanel": {
|
|
345
624
|
"description": "Ein Assistenz-Panel für Fragen zu Ihrem Schema und Ihren Daten.",
|
|
@@ -350,7 +629,9 @@
|
|
|
350
629
|
"pendingLabel": "Denkt nach…",
|
|
351
630
|
"configureTitle": "Kein KI-Anbieter konfiguriert",
|
|
352
631
|
"configureBody": "Fügen Sie einen Anthropic- oder OpenAI-Schlüssel hinzu — oder verweisen Sie Adminium auf Ihren eigenen Endpunkt —, um Fragen zu Ihrem Schema zu stellen.",
|
|
353
|
-
"configureCtaLabel": "Anbieter konfigurieren"
|
|
632
|
+
"configureCtaLabel": "Anbieter konfigurieren",
|
|
633
|
+
"assistantLabel": "Assistant",
|
|
634
|
+
"composerLabel": "Ask a question"
|
|
354
635
|
},
|
|
355
636
|
"typingIndicator": {
|
|
356
637
|
"description": "Ein Avatar und eine kursive Zeile „tippt …“, gebunden an einen Live-Status pro Unterhaltung.",
|
|
@@ -387,7 +668,8 @@
|
|
|
387
668
|
"emptyTitle": "Keine Regionen",
|
|
388
669
|
"emptyBody": "Zeilen mit Regionscode und numerischem Wert erscheinen hier als eingefärbte Kacheln.",
|
|
389
670
|
"legendLowLabel": "Niedrig",
|
|
390
|
-
"legendHighLabel": "Hoch"
|
|
671
|
+
"legendHighLabel": "Hoch",
|
|
672
|
+
"chartLabel": "Regional breakdown"
|
|
391
673
|
}
|
|
392
674
|
},
|
|
393
675
|
"domain": {
|
|
@@ -415,7 +697,9 @@
|
|
|
415
697
|
"blockListLabel": "Dokumentblöcke",
|
|
416
698
|
"billedToLabel": "Rechnung an",
|
|
417
699
|
"issuedLabel": "Ausgestellt",
|
|
418
|
-
"dueLabel": "Fällig"
|
|
700
|
+
"dueLabel": "Fällig",
|
|
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": "Die Dokumentsummen — Zwischensumme, Rabatt, Steuer und Gesamtbetrag, neu berechnet aus den Positionen.",
|
|
@@ -443,12 +727,14 @@
|
|
|
443
727
|
"blockBarChart": {
|
|
444
728
|
"description": "Ein Mini-Balkendiagramm in der Dokumentfarbe, passend für einen Dokumentblock.",
|
|
445
729
|
"emptyTitle": "Keine Daten für das Diagramm",
|
|
446
|
-
"emptyBody": "Die Balken erscheinen, sobald der Bericht eine Datenreihe enthält."
|
|
730
|
+
"emptyBody": "Die Balken erscheinen, sobald der Bericht eine Datenreihe enthält.",
|
|
731
|
+
"a11yLabel": "Bar chart"
|
|
447
732
|
},
|
|
448
733
|
"blockLineChart": {
|
|
449
734
|
"description": "Ein Mini-Liniendiagramm mit optionaler Flächenfüllung, passend für einen Dokumentblock.",
|
|
450
735
|
"emptyTitle": "Keine Daten für das Diagramm",
|
|
451
|
-
"emptyBody": "Die Linie erscheint, sobald der Bericht eine Datenreihe enthält."
|
|
736
|
+
"emptyBody": "Die Linie erscheint, sobald der Bericht eine Datenreihe enthält.",
|
|
737
|
+
"a11yLabel": "Line chart"
|
|
452
738
|
},
|
|
453
739
|
"blockTwoColTable": {
|
|
454
740
|
"description": "Eine zweispaltige Tabelle mit gestalteter Kopfzeile und Wertespalte in Monospace.",
|
|
@@ -506,7 +792,8 @@
|
|
|
506
792
|
"emptyBody": "Die Unterschriftslinien erscheinen, sobald das Dokument eine unterzeichnende Person nennt.",
|
|
507
793
|
"namePlaceholder": "Vollständiger Name",
|
|
508
794
|
"titlePlaceholder": "Funktion",
|
|
509
|
-
"dateLabel": "Datum"
|
|
795
|
+
"dateLabel": "Datum",
|
|
796
|
+
"nameInputLabel": "Signature name"
|
|
510
797
|
},
|
|
511
798
|
"blockTermsCheckbox": {
|
|
512
799
|
"description": "Ein Schalter für die Bedingungen mit bearbeitbarer Beschriftung.",
|
|
@@ -551,77 +838,159 @@
|
|
|
551
838
|
"starterTemplatePicker": {
|
|
552
839
|
"description": "Ein Raster vordefinierter Vorlagen mit generierten Miniaturansichten; die Auswahl erzeugt ein vollständiges Dokument.",
|
|
553
840
|
"emptyTitle": "Keine Vorlagen",
|
|
554
|
-
"emptyBody": "Definiere Vorlagen in der Konfiguration oder binde eine Vorlagentabelle ein."
|
|
841
|
+
"emptyBody": "Definiere Vorlagen in der Konfiguration oder binde eine Vorlagentabelle ein.",
|
|
842
|
+
"blankLabel": "Blank",
|
|
843
|
+
"kicker": {
|
|
844
|
+
"invoice": "Invoice",
|
|
845
|
+
"report": "Report",
|
|
846
|
+
"email": "Email"
|
|
847
|
+
}
|
|
555
848
|
},
|
|
556
849
|
"sloMonitorCard": {
|
|
557
850
|
"description": "SLA-Karte je Dienst mit Status, Verfügbarkeit gegenüber dem Ziel, täglichem Uptime-Streifen, Fehlerbudget und p95-Latenz.",
|
|
558
851
|
"emptyTitle": "Kein Monitor",
|
|
559
|
-
"emptyBody": "Binde eine Monitor-Tabelle mit einer Status- und einer Verfügbarkeitsspalte ein."
|
|
852
|
+
"emptyBody": "Binde eine Monitor-Tabelle mit einer Status- und einer Verfügbarkeitsspalte ein.",
|
|
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": "Tagesstreifen im Statuspage-Stil, eingefärbt nach Tagesstatus, mit Umschalter für 30/90 Tage.",
|
|
563
865
|
"emptyTitle": "Kein Uptime-Verlauf",
|
|
564
|
-
"emptyBody": "Tägliche Statuszeilen erscheinen hier als Uptime-Streifen."
|
|
866
|
+
"emptyBody": "Tägliche Statuszeilen erscheinen hier als Uptime-Streifen.",
|
|
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": "Konversionsbalken je Variante mit Steigerung gegenüber der Kontrolle und einer Signifikanzanzeige.",
|
|
568
881
|
"emptyTitle": "Keine Varianten",
|
|
569
|
-
"emptyBody": "Binde eine Varianten-Tabelle mit Konversionszahlen ein."
|
|
882
|
+
"emptyBody": "Binde eine Varianten-Tabelle mit Konversionszahlen ein.",
|
|
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": "Eine gespeicherte Zahlungsmethode als Markenkarte mit maskierter Nummer, Inhaber und Ablaufdatum.",
|
|
573
892
|
"emptyTitle": "Keine Zahlungsmethode",
|
|
574
|
-
"emptyBody": "Füge eine Karte hinzu, um sie hier zu sehen."
|
|
893
|
+
"emptyBody": "Füge eine Karte hinzu, um sie hier zu sehen.",
|
|
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": "Preisstufen mit Umschalter monatlich/jährlich, Funktionslisten und einem hervorgehobenen Tarif.",
|
|
578
902
|
"emptyTitle": "Keine Tarife",
|
|
579
|
-
"emptyBody": "Binde eine Tarif-Tabelle mit Name und Monatspreis ein."
|
|
903
|
+
"emptyBody": "Binde eine Tarif-Tabelle mit Name und Monatspreis ein.",
|
|
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": "API-Schlüssel mit Umgebungs-Badges, maskierten Werten, Geltungsbereichen, letzter Nutzung sowie Kopier-, Erneuerungs- und Widerrufsaktionen.",
|
|
583
914
|
"emptyTitle": "Keine API-Schlüssel",
|
|
584
|
-
"emptyBody": "Erstelle einen Schlüssel, um die API aufzurufen."
|
|
915
|
+
"emptyBody": "Erstelle einen Schlüssel, um die API aufzurufen.",
|
|
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": "Ein Anfrage-Editor mit Parametern und Antwortbereich. Er stellt Anfragen nur zusammen und sendet nie eine echte Anfrage.",
|
|
588
929
|
"emptyTitle": "Kein Endpunkt ausgewählt",
|
|
589
|
-
"emptyBody": "Wähle einen Endpunkt, um eine Anfrage dafür zusammenzustellen."
|
|
930
|
+
"emptyBody": "Wähle einen Endpunkt, um eine Anfrage dafür zusammenzustellen.",
|
|
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": "Ein kopierbarer Code-Ausschnitt mit Sprach-Chip und optionalen Registerkarten je Sprache.",
|
|
593
939
|
"emptyTitle": "Kein Ausschnitt",
|
|
594
|
-
"emptyBody": "Binde eine Code-Spalte ein oder hinterlege einen festen Ausschnitt in der Konfiguration."
|
|
940
|
+
"emptyBody": "Binde eine Code-Spalte ein oder hinterlege einen festen Ausschnitt in der Konfiguration.",
|
|
941
|
+
"copyLabel": "Copy",
|
|
942
|
+
"copiedLabel": "Copied"
|
|
595
943
|
},
|
|
596
944
|
"webhookEndpointsList": {
|
|
597
945
|
"description": "Webhook-Endpunkte mit Ereignis, Ziel-URL, letzter Auslösung und Aktivierungsschalter.",
|
|
598
946
|
"emptyTitle": "Keine Endpunkte",
|
|
599
|
-
"emptyBody": "Füge einen Webhook-Endpunkt hinzu, um Tabellenereignisse zu empfangen."
|
|
947
|
+
"emptyBody": "Füge einen Webhook-Endpunkt hinzu, um Tabellenereignisse zu empfangen.",
|
|
948
|
+
"neverFiredLabel": "Never fired",
|
|
949
|
+
"lastFiredLabel": "Last fired {since}"
|
|
600
950
|
},
|
|
601
951
|
"resourceApiCard": {
|
|
602
952
|
"description": "Die generierte API-Oberfläche einer Tabelle: Zeilenanzahl, Sicherheits-Badge, Methoden-Chips und Anfragevolumen.",
|
|
603
953
|
"emptyTitle": "Keine Ressource",
|
|
604
|
-
"emptyBody": "Binde eine Tabelle ein, um ihre generierte API-Oberfläche zu zeigen."
|
|
954
|
+
"emptyBody": "Binde eine Tabelle ein, um ihre generierte API-Oberfläche zu zeigen.",
|
|
955
|
+
"rlsLabel": "RLS",
|
|
956
|
+
"publicLabel": "Public",
|
|
957
|
+
"rowsLabel": "rows",
|
|
958
|
+
"perDayLabel": "{count}/day"
|
|
605
959
|
},
|
|
606
960
|
"liveTimer": {
|
|
607
961
|
"description": "Eine Stoppuhr mit Start und Stopp für eine Aufgabe; das Stoppen erfasst einen Zeiteintrag.",
|
|
608
962
|
"emptyTitle": "Kein Timer",
|
|
609
|
-
"emptyBody": "Binde eine Zeiteintragszeile mit Aufgabe und Dauer-Spalte ein."
|
|
963
|
+
"emptyBody": "Binde eine Zeiteintragszeile mit Aufgabe und Dauer-Spalte ein.",
|
|
964
|
+
"startLabel": "Start",
|
|
965
|
+
"stopLabel": "Stop",
|
|
966
|
+
"taskPlaceholder": "Untitled task"
|
|
610
967
|
},
|
|
611
968
|
"syncStatusCard": {
|
|
612
969
|
"description": "Verbindungsidentität, Latenz, synchronisierte Zeilen und Zeitplan, mit einer Aktion zum sofortigen Synchronisieren.",
|
|
613
970
|
"emptyTitle": "Keine Verbindung",
|
|
614
|
-
"emptyBody": "Binde eine Verbindungszeile ein, um ihren Sync-Status zu zeigen."
|
|
971
|
+
"emptyBody": "Binde eine Verbindungszeile ein, um ihren Sync-Status zu zeigen.",
|
|
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": "Feste ausgehende IP-Adressen zur Freigabe in einer Firewall, jeweils mit Kopierschaltfläche.",
|
|
618
983
|
"emptyTitle": "Keine ausgehenden IPs",
|
|
619
|
-
"emptyBody": "Ausgehende Adressen erscheinen hier, sobald die Verbindung bereitgestellt ist."
|
|
984
|
+
"emptyBody": "Ausgehende Adressen erscheinen hier, sobald die Verbindung bereitgestellt ist.",
|
|
985
|
+
"copyLabel": "Copy",
|
|
986
|
+
"copiedLabel": "Copied"
|
|
620
987
|
},
|
|
621
988
|
"onboardingChecklist": {
|
|
622
989
|
"description": "Einrichtungsschritte mit Zeitschätzungen und Aktionen über einem live berechneten Fortschrittsring und -balken.",
|
|
623
990
|
"emptyTitle": "Nichts einzurichten",
|
|
624
|
-
"emptyBody": "Hinterlege Onboarding-Schritte in der Konfiguration oder binde eine Schritt-Tabelle ein."
|
|
991
|
+
"emptyBody": "Hinterlege Onboarding-Schritte in der Konfiguration oder binde eine Schritt-Tabelle ein.",
|
|
992
|
+
"progressLabel": "{done} of {total} done",
|
|
993
|
+
"celebrateTitle": "All done"
|
|
625
994
|
},
|
|
626
995
|
"testimonialCard": {
|
|
627
996
|
"description": "Ein Kundenzitat mit Avatar und Quellenangabe.",
|
|
@@ -664,7 +1033,8 @@
|
|
|
664
1033
|
"imageBoard": {
|
|
665
1034
|
"description": "Ein Moodboard-Raster aus Bildplätzen mit Bildunterschriften, für Tabellen mit Bild-URLs.",
|
|
666
1035
|
"emptyTitle": "Noch keine Bilder",
|
|
667
|
-
"emptyBody": "Referenzbilder erscheinen auf diesem Board."
|
|
1036
|
+
"emptyBody": "Referenzbilder erscheinen auf diesem Board.",
|
|
1037
|
+
"placeholder": "Drop reference"
|
|
668
1038
|
},
|
|
669
1039
|
"linkList": {
|
|
670
1040
|
"description": "Referenzlinks mit Titeln und URLs, die in einem neuen Tab geöffnet werden.",
|
|
@@ -704,13 +1074,17 @@
|
|
|
704
1074
|
"done": "Fertig",
|
|
705
1075
|
"successTitle": "Datensatz angelegt",
|
|
706
1076
|
"successBody": "Der Datensatz wurde gespeichert.",
|
|
707
|
-
"required": "Dieses Feld ist erforderlich."
|
|
1077
|
+
"required": "Dieses Feld ist erforderlich.",
|
|
1078
|
+
"titleLabel": "Create record",
|
|
1079
|
+
"closeLabel": "Close"
|
|
708
1080
|
},
|
|
709
1081
|
"drawerForm": {
|
|
710
1082
|
"description": "Ein seitliches Formular zum Anlegen oder Bearbeiten von Datensätzen mit vielen Feldern.",
|
|
711
1083
|
"trigger": "Neu",
|
|
712
1084
|
"submit": "Speichern",
|
|
713
|
-
"cancel": "Abbrechen"
|
|
1085
|
+
"cancel": "Abbrechen",
|
|
1086
|
+
"titleLabel": "New record",
|
|
1087
|
+
"closeLabel": "Close"
|
|
714
1088
|
},
|
|
715
1089
|
"stepper": {
|
|
716
1090
|
"description": "Eine Fortschrittsanzeige, die den Stand eines mehrstufigen Ablaufs zeigt.",
|
|
@@ -760,7 +1134,23 @@
|
|
|
760
1134
|
"operator": "Operator",
|
|
761
1135
|
"value": "Wert",
|
|
762
1136
|
"valuePlaceholder": "Wert…",
|
|
763
|
-
"emptyBody": "Noch keine Bedingungen — fügen Sie eine hinzu, um dieses Segment zu definieren."
|
|
1137
|
+
"emptyBody": "Noch keine Bedingungen — fügen Sie eine hinzu, um dieses Segment zu definieren.",
|
|
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": "Eine vertikale Workflow-Fläche aus Auslöser-, Bedingungs- und Aktionsschritten.",
|
|
@@ -825,14 +1215,27 @@
|
|
|
825
1215
|
"required": "Pflichtfeld",
|
|
826
1216
|
"questionPlaceholder": "Stellen Sie eine Frage…",
|
|
827
1217
|
"emptyTitle": "Noch keine Fragen",
|
|
828
|
-
"emptyBody": "Wählen Sie einen Fragetyp, um Ihre Umfrage zu erstellen."
|
|
1218
|
+
"emptyBody": "Wählen Sie einen Fragetyp, um Ihre Umfrage zu erstellen.",
|
|
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": "Ein per Klick bearbeitbarer Wert in einem Dokument oder auf einer Fläche.",
|
|
832
1234
|
"edit": "Bearbeiten",
|
|
833
1235
|
"save": "Speichern",
|
|
834
1236
|
"cancel": "Abbrechen",
|
|
835
|
-
"empty": "Leer"
|
|
1237
|
+
"empty": "Leer",
|
|
1238
|
+
"valueLabel": "Value"
|
|
836
1239
|
},
|
|
837
1240
|
"passwordStrengthMeter": {
|
|
838
1241
|
"description": "Eine vierstufige Anzeige der Passwortstärke.",
|
|
@@ -857,7 +1260,7 @@
|
|
|
857
1260
|
"navigate": "Navigieren",
|
|
858
1261
|
"select": "Öffnen",
|
|
859
1262
|
"close": "Schließen",
|
|
860
|
-
"emptyTitle": "
|
|
1263
|
+
"emptyTitle": "No results for \"{query}\"",
|
|
861
1264
|
"emptyBody": "Zum Suchen tippen.",
|
|
862
1265
|
"groupActions": "Aktionen",
|
|
863
1266
|
"groupNavigate": "Navigieren",
|
|
@@ -873,7 +1276,9 @@
|
|
|
873
1276
|
"all": "Alle",
|
|
874
1277
|
"summary": "{count} Treffer für „{query}“",
|
|
875
1278
|
"emptyTitle": "Keine Treffer",
|
|
876
|
-
"emptyBody": "Versuchen Sie einen anderen Suchbegriff."
|
|
1279
|
+
"emptyBody": "Versuchen Sie einen anderen Suchbegriff.",
|
|
1280
|
+
"searchLabel": "Search",
|
|
1281
|
+
"facetRailLabel": "Filter by type"
|
|
877
1282
|
},
|
|
878
1283
|
"breadcrumb": {
|
|
879
1284
|
"description": "Der Pfad zum aktuellen Datensatz oder Ordner.",
|
|
@@ -892,11 +1297,23 @@
|
|
|
892
1297
|
"description": "Die Übersicht der Tastenkürzel.",
|
|
893
1298
|
"footerHint": "Jederzeit ? drücken",
|
|
894
1299
|
"then": "dann",
|
|
895
|
-
"emptyTitle": "Keine Tastenkürzel registriert."
|
|
1300
|
+
"emptyTitle": "Keine Tastenkürzel registriert.",
|
|
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": "Überlappende Avatare mit „+N“-Überlauf und optionaler Präsenz.",
|
|
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": "Authentifizierung",
|
|
971
1388
|
"latency": "Latenz"
|
|
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": "Größe von {title} auf {w} Spalten mal {h} Zeilen geändert.",
|
|
982
1405
|
"committed": "{title} in Spalte {col}, Zeile {row} platziert.",
|
|
983
1406
|
"reverted": "{title} an die ursprüngliche Position zurückgesetzt."
|
|
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
|
}
|