@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/fr-FR/ui.json
CHANGED
|
@@ -17,7 +17,8 @@
|
|
|
17
17
|
"showPassword": "Afficher le mot de passe",
|
|
18
18
|
"hidePassword": "Masquer le mot de passe",
|
|
19
19
|
"reveal": "Révéler",
|
|
20
|
-
"hide": "Masquer"
|
|
20
|
+
"hide": "Masquer",
|
|
21
|
+
"clearSearch": "Clear search"
|
|
21
22
|
},
|
|
22
23
|
"state": {
|
|
23
24
|
"loading": "Chargement…",
|
|
@@ -59,7 +60,9 @@
|
|
|
59
60
|
"description": "La carte de mesure de référence : un agrégat principal avec pastille de tendance et mini-sparkline en option."
|
|
60
61
|
},
|
|
61
62
|
"usageMeter": {
|
|
62
|
-
"description": "Consommation du quota par rapport à une limite ; la barre passe à l'orange puis au rouge au-delà de vos seuils."
|
|
63
|
+
"description": "Consommation du quota par rapport à une limite ; la barre passe à l'orange puis au rouge au-delà de vos seuils.",
|
|
64
|
+
"usageLabel": "Usage",
|
|
65
|
+
"ofLabel": "of"
|
|
63
66
|
},
|
|
64
67
|
"statTileCompact": {
|
|
65
68
|
"description": "Une tuile de mesure fine avec micro-libellé, puce de tendance et spark à 6 barres — pour des rangées denses de 4 à 6."
|
|
@@ -75,13 +78,17 @@
|
|
|
75
78
|
"description": "Une jauge annulaire pour un score ou un pourcentage, teintée selon la plage où tombe la valeur."
|
|
76
79
|
},
|
|
77
80
|
"gaugeArc": {
|
|
78
|
-
"description": "Un arc de compteur avec plages qualitatives et aiguille ; affiche aussi une grille de jauges."
|
|
81
|
+
"description": "Un arc de compteur avec plages qualitatives et aiguille ; affiche aussi une grille de jauges.",
|
|
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": "Cette période face à la précédente en deux barres, avec l'écart calculé en dessous.",
|
|
82
87
|
"higherLabel": "de plus",
|
|
83
88
|
"lowerLabel": "de moins",
|
|
84
|
-
"flatLabel": "stable"
|
|
89
|
+
"flatLabel": "stable",
|
|
90
|
+
"periodALabel": "This period",
|
|
91
|
+
"periodBLabel": "Last period"
|
|
85
92
|
},
|
|
86
93
|
"microKpiSubtitle": {
|
|
87
94
|
"description": "Une statistique d'en-tête sur une ligne, construite à partir d'un modèle et recalculée en direct."
|
|
@@ -97,54 +104,250 @@
|
|
|
97
104
|
"boxplot": {
|
|
98
105
|
"description": "Résumé en boîte à moustaches de la dispersion d'une colonne numérique par catégorie — min, quartiles, médiane et max.",
|
|
99
106
|
"emptyTitle": "Aucune distribution à tracer",
|
|
100
|
-
"emptyBody": "Aucune ligne ne correspond aux filtres pour les boîtes à moustaches."
|
|
107
|
+
"emptyBody": "Aucune ligne ne correspond aux filtres pour les boîtes à moustaches.",
|
|
108
|
+
"chartLabel": "Box plot"
|
|
101
109
|
},
|
|
102
110
|
"violin": {
|
|
103
111
|
"description": "Courbes de densité en miroir comparant la distribution d'une colonne numérique entre les groupes.",
|
|
104
112
|
"emptyTitle": "Aucune distribution à tracer",
|
|
105
|
-
"emptyBody": "Aucune ligne ne correspond aux filtres pour les profils de densité."
|
|
113
|
+
"emptyBody": "Aucune ligne ne correspond aux filtres pour les profils de densité.",
|
|
114
|
+
"chartLabel": "Violin plot"
|
|
106
115
|
},
|
|
107
116
|
"ridgeline": {
|
|
108
117
|
"description": "Crêtes de densité superposées comparant une colonne numérique entre groupes ordonnés.",
|
|
109
118
|
"emptyTitle": "Aucune crête à tracer",
|
|
110
|
-
"emptyBody": "Aucune ligne ne correspond aux filtres pour les profils de densité."
|
|
119
|
+
"emptyBody": "Aucune ligne ne correspond aux filtres pour les profils de densité.",
|
|
120
|
+
"chartLabel": "Ridgeline"
|
|
111
121
|
},
|
|
112
122
|
"scatterBubble": {
|
|
113
123
|
"description": "Deux colonnes numériques en points, avec une taille de bulle et une ligne de tendance en option.",
|
|
114
124
|
"emptyTitle": "Aucun point à tracer",
|
|
115
|
-
"emptyBody": "Aucune ligne ne correspond aux filtres pour les colonnes choisies."
|
|
125
|
+
"emptyBody": "Aucune ligne ne correspond aux filtres pour les colonnes choisies.",
|
|
126
|
+
"chartLabel": "Scatter plot"
|
|
116
127
|
},
|
|
117
128
|
"hexbin": {
|
|
118
129
|
"description": "Densité hexagonale de deux colonnes numériques, teintée selon le nombre de lignes par tuile.",
|
|
119
130
|
"emptyTitle": "Aucune densité à tracer",
|
|
120
|
-
"emptyBody": "Aucune ligne ne correspond aux filtres à regrouper."
|
|
131
|
+
"emptyBody": "Aucune ligne ne correspond aux filtres à regrouper.",
|
|
132
|
+
"chartLabel": "Density hexbin"
|
|
121
133
|
},
|
|
122
134
|
"correlationMatrix": {
|
|
123
135
|
"description": "Corrélation de Pearson entre colonnes numériques choisies, du fortement positif au fortement négatif.",
|
|
124
136
|
"emptyTitle": "Rien à corréler",
|
|
125
|
-
"emptyBody": "Choisissez au moins deux colonnes numériques avec des lignes correspondantes."
|
|
137
|
+
"emptyBody": "Choisissez au moins deux colonnes numériques avec des lignes correspondantes.",
|
|
138
|
+
"chartLabel": "Correlation matrix"
|
|
126
139
|
},
|
|
127
140
|
"parallelCoordinates": {
|
|
128
141
|
"description": "Chaque enregistrement en ligne sur plusieurs axes numériques normalisés, coloré par catégorie.",
|
|
129
142
|
"emptyTitle": "Aucun enregistrement à tracer",
|
|
130
|
-
"emptyBody": "Aucune ligne ne correspond aux filtres sur les axes choisis."
|
|
143
|
+
"emptyBody": "Aucune ligne ne correspond aux filtres sur les axes choisis.",
|
|
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": "Un fil continu de qui a fait quoi dans votre espace de travail, du plus récent au plus ancien.",
|
|
136
323
|
"emptyTitle": "Aucune activité récente",
|
|
137
|
-
"emptyBody": "Les actions de votre espace de travail apparaîtront ici."
|
|
324
|
+
"emptyBody": "Les actions de votre espace de travail apparaîtront ici.",
|
|
325
|
+
"viewAllLabel": "View all"
|
|
138
326
|
},
|
|
139
327
|
"notificationFeed": {
|
|
140
328
|
"description": "Notifications groupées avec état non lu, filtres et actions intégrées.",
|
|
141
329
|
"emptyTitle": "Aucune notification",
|
|
142
|
-
"emptyBody": "Les nouvelles notifications apparaîtront ici."
|
|
330
|
+
"emptyBody": "Les nouvelles notifications apparaîtront ici.",
|
|
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": "Un flux d’événements en direct qui ajoute les nouveaux éléments en tête.",
|
|
146
345
|
"emptyTitle": "En attente d’événements",
|
|
147
|
-
"emptyBody": "Les événements en direct s’afficheront au fur et à mesure."
|
|
346
|
+
"emptyBody": "Les événements en direct s’afficheront au fur et à mesure.",
|
|
347
|
+
"liveLabel": "Live",
|
|
348
|
+
"pausedLabel": "Paused",
|
|
349
|
+
"pauseLabel": "Pause",
|
|
350
|
+
"resumeLabel": "Resume"
|
|
148
351
|
},
|
|
149
352
|
"timelineVertical": {
|
|
150
353
|
"description": "Une chronologie verticale d’événements, de versions, d’incidents ou d’étapes d’exécution.",
|
|
@@ -173,22 +376,41 @@
|
|
|
173
376
|
"calendarMonth": {
|
|
174
377
|
"description": "Une grille mensuelle des événements planifiés avec des puces par jour et la navigation entre les mois.",
|
|
175
378
|
"emptyTitle": "Rien de planifié",
|
|
176
|
-
"emptyBody": "Les événements planifiés apparaîtront dans ce calendrier."
|
|
379
|
+
"emptyBody": "Les événements planifiés apparaîtront dans ce calendrier.",
|
|
380
|
+
"previousLabel": "Previous month",
|
|
381
|
+
"nextLabel": "Next month",
|
|
382
|
+
"overflowLabel": "+{count} more"
|
|
177
383
|
},
|
|
178
384
|
"dayAgenda": {
|
|
179
385
|
"description": "Les événements du jour sélectionné sous forme d'agenda chronologique.",
|
|
180
386
|
"emptyTitle": "Rien de planifié",
|
|
181
|
-
"emptyBody": "Les événements du jour sélectionné apparaîtront ici."
|
|
387
|
+
"emptyBody": "Les événements du jour sélectionné apparaîtront ici.",
|
|
388
|
+
"countLabel": "{count, plural, one {{n} event} other {{n} events}}"
|
|
182
389
|
},
|
|
183
390
|
"scheduleMatrix": {
|
|
184
391
|
"description": "Une grille de postes par ressource et par jour avec la couverture quotidienne et une légende.",
|
|
185
392
|
"emptyTitle": "Aucun poste planifié",
|
|
186
|
-
"emptyBody": "Les postes attribués apparaîtront dans ce planning."
|
|
393
|
+
"emptyBody": "Les postes attribués apparaîtront dans ce planning.",
|
|
394
|
+
"resourceLabel": "Resource",
|
|
395
|
+
"coverageLabel": "Coverage",
|
|
396
|
+
"hoursLabel": "{hours}h"
|
|
187
397
|
},
|
|
188
398
|
"capacityBoard": {
|
|
189
399
|
"description": "Des barres d'utilisation par membre avec une répartition par projet et un statut de charge.",
|
|
190
400
|
"emptyTitle": "Aucune donnée de charge",
|
|
191
|
-
"emptyBody": "L'utilisation des membres apparaîtra ici une fois les affectations créées."
|
|
401
|
+
"emptyBody": "L'utilisation des membres apparaîtra ici une fois les affectations créées.",
|
|
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": "Catégories d'événements avec compteur ; cocher filtre le calendrier voisin.",
|
|
@@ -228,12 +450,28 @@
|
|
|
228
450
|
"masterList": {
|
|
229
451
|
"description": "Une liste sélectionnable d’enregistrements qui pilote un volet de détail.",
|
|
230
452
|
"emptyTitle": "Aucun élément",
|
|
231
|
-
"emptyBody": "Les éléments apparaîtront ici une fois créés."
|
|
453
|
+
"emptyBody": "Les éléments apparaîtront ici une fois créés.",
|
|
454
|
+
"allLabel": "All",
|
|
455
|
+
"toggleLabel": "Toggle {title}",
|
|
456
|
+
"progressLabel": "{title} progress"
|
|
232
457
|
},
|
|
233
458
|
"logTable": {
|
|
234
459
|
"description": "Un journal d’événements avec recherche, filtre d’erreurs et actions par ligne.",
|
|
235
460
|
"emptyTitle": "Aucune entrée de journal",
|
|
236
|
-
"emptyBody": "Les événements seront enregistrés ici au fur et à mesure."
|
|
461
|
+
"emptyBody": "Les événements seront enregistrés ici au fur et à mesure.",
|
|
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": "Une galerie responsive de cartes d’entités avec statut et actions rapides.",
|
|
@@ -243,17 +481,23 @@
|
|
|
243
481
|
"groupedSummaryTable": {
|
|
244
482
|
"description": "Lignes groupées avec colonnes d’agrégats, détails dépliables et totaux.",
|
|
245
483
|
"emptyTitle": "Aucune donnée de synthèse",
|
|
246
|
-
"emptyBody": "Les totaux groupés apparaîtront ici dès qu’il y aura des données."
|
|
484
|
+
"emptyBody": "Les totaux groupés apparaîtront ici dès qu’il y aura des données.",
|
|
485
|
+
"groupLabel": "Group",
|
|
486
|
+
"totalsLabel": "Total"
|
|
247
487
|
},
|
|
248
488
|
"schemaTree": {
|
|
249
489
|
"description": "Un explorateur de schémas, tables et colonnes avec badges de type et de clé.",
|
|
250
490
|
"emptyTitle": "Aucun schéma analysé",
|
|
251
|
-
"emptyBody": "Connectez une base de données pour explorer son schéma ici."
|
|
491
|
+
"emptyBody": "Connectez une base de données pour explorer son schéma ici.",
|
|
492
|
+
"treeLabel": "Schema",
|
|
493
|
+
"viewLabel": "view"
|
|
252
494
|
},
|
|
253
495
|
"toggleMatrix": {
|
|
254
496
|
"description": "Une grille interactive de bascules booléennes pour rôles, règles ou canaux.",
|
|
255
497
|
"emptyTitle": "Aucune matrice configurée",
|
|
256
|
-
"emptyBody": "Les lignes et colonnes apparaîtront ici une fois configurées."
|
|
498
|
+
"emptyBody": "Les lignes et colonnes apparaîtront ici une fois configurées.",
|
|
499
|
+
"matrixLabel": "Permissions matrix",
|
|
500
|
+
"rowHeaderLabel": "Permission"
|
|
257
501
|
},
|
|
258
502
|
"sparklineTable": {
|
|
259
503
|
"description": "Lignes de métriques avec micro-courbe, valeur actuelle et pastille d'évolution positive ou négative.",
|
|
@@ -286,6 +530,40 @@
|
|
|
286
530
|
"emptyTitle": "Rien de détecté",
|
|
287
531
|
"emptyBody": "Les tables et variables apparaîtront ici sous forme de puces une fois détectées.",
|
|
288
532
|
"moreLabel": "+{n} de plus"
|
|
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": "Écrire un message…",
|
|
340
618
|
"sendLabel": "Envoyer",
|
|
341
619
|
"attachLabel": "Ajouter une pièce jointe",
|
|
342
|
-
"typingLabel": "en train d'écrire…"
|
|
620
|
+
"typingLabel": "en train d'écrire…",
|
|
621
|
+
"composerLabel": "Message"
|
|
343
622
|
},
|
|
344
623
|
"aiChatPanel": {
|
|
345
624
|
"description": "Un panneau d'assistant pour poser des questions sur votre schéma et vos données.",
|
|
@@ -350,7 +629,9 @@
|
|
|
350
629
|
"pendingLabel": "Réflexion…",
|
|
351
630
|
"configureTitle": "Aucun fournisseur d'IA configuré",
|
|
352
631
|
"configureBody": "Ajoutez une clé Anthropic ou OpenAI — ou pointez Adminium vers votre propre point de terminaison — pour poser des questions sur votre schéma.",
|
|
353
|
-
"configureCtaLabel": "Configurer un fournisseur"
|
|
632
|
+
"configureCtaLabel": "Configurer un fournisseur",
|
|
633
|
+
"assistantLabel": "Assistant",
|
|
634
|
+
"composerLabel": "Ask a question"
|
|
354
635
|
},
|
|
355
636
|
"typingIndicator": {
|
|
356
637
|
"description": "Un avatar et une ligne en italique « en train d’écrire… », liée à un booléen actif par conversation.",
|
|
@@ -387,7 +668,8 @@
|
|
|
387
668
|
"emptyTitle": "Aucune région",
|
|
388
669
|
"emptyBody": "Les lignes comportant un code de région et une valeur numérique apparaissent ici sous forme de tuiles teintées.",
|
|
389
670
|
"legendLowLabel": "Faible",
|
|
390
|
-
"legendHighLabel": "Élevé"
|
|
671
|
+
"legendHighLabel": "Élevé",
|
|
672
|
+
"chartLabel": "Regional breakdown"
|
|
391
673
|
}
|
|
392
674
|
},
|
|
393
675
|
"domain": {
|
|
@@ -415,7 +697,9 @@
|
|
|
415
697
|
"blockListLabel": "Blocs du document",
|
|
416
698
|
"billedToLabel": "Facturé à",
|
|
417
699
|
"issuedLabel": "Émis le",
|
|
418
|
-
"dueLabel": "Échéance"
|
|
700
|
+
"dueLabel": "Échéance",
|
|
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": "Les totaux du document — sous-total, remise, taxe et total dû, recalculés à partir des lignes.",
|
|
@@ -443,12 +727,14 @@
|
|
|
443
727
|
"blockBarChart": {
|
|
444
728
|
"description": "Un mini-graphique à barres dans la couleur du document, dimensionné pour un bloc.",
|
|
445
729
|
"emptyTitle": "Aucune donnée à représenter",
|
|
446
|
-
"emptyBody": "Les barres apparaissent dès que le rapport contient une série."
|
|
730
|
+
"emptyBody": "Les barres apparaissent dès que le rapport contient une série.",
|
|
731
|
+
"a11yLabel": "Bar chart"
|
|
447
732
|
},
|
|
448
733
|
"blockLineChart": {
|
|
449
734
|
"description": "Un mini-graphique en courbe avec aire remplie facultative, dimensionné pour un bloc.",
|
|
450
735
|
"emptyTitle": "Aucune donnée à représenter",
|
|
451
|
-
"emptyBody": "La courbe apparaît dès que le rapport contient une série."
|
|
736
|
+
"emptyBody": "La courbe apparaît dès que le rapport contient une série.",
|
|
737
|
+
"a11yLabel": "Line chart"
|
|
452
738
|
},
|
|
453
739
|
"blockTwoColTable": {
|
|
454
740
|
"description": "Un tableau à deux colonnes avec une ligne d'en-tête stylisée et une colonne de valeurs en chasse fixe.",
|
|
@@ -506,7 +792,8 @@
|
|
|
506
792
|
"emptyBody": "Les lignes de signature apparaissent dès que le document désigne un signataire.",
|
|
507
793
|
"namePlaceholder": "Nom complet",
|
|
508
794
|
"titlePlaceholder": "Fonction",
|
|
509
|
-
"dateLabel": "Date"
|
|
795
|
+
"dateLabel": "Date",
|
|
796
|
+
"nameInputLabel": "Signature name"
|
|
510
797
|
},
|
|
511
798
|
"blockTermsCheckbox": {
|
|
512
799
|
"description": "Une case pour les conditions, avec libellé modifiable.",
|
|
@@ -551,77 +838,159 @@
|
|
|
551
838
|
"starterTemplatePicker": {
|
|
552
839
|
"description": "Une grille de modèles prédéfinis avec vignettes générées ; en choisir un initialise un document complet.",
|
|
553
840
|
"emptyTitle": "Aucun modèle",
|
|
554
|
-
"emptyBody": "Définissez des modèles dans la configuration ou liez une table de modèles."
|
|
841
|
+
"emptyBody": "Définissez des modèles dans la configuration ou liez une table de modèles.",
|
|
842
|
+
"blankLabel": "Blank",
|
|
843
|
+
"kicker": {
|
|
844
|
+
"invoice": "Invoice",
|
|
845
|
+
"report": "Report",
|
|
846
|
+
"email": "Email"
|
|
847
|
+
}
|
|
555
848
|
},
|
|
556
849
|
"sloMonitorCard": {
|
|
557
850
|
"description": "Carte SLA par service avec statut, disponibilité par rapport à la cible, bande de disponibilité quotidienne, budget d'erreur et latence p95.",
|
|
558
851
|
"emptyTitle": "Aucun moniteur",
|
|
559
|
-
"emptyBody": "Liez une table de moniteurs avec une colonne de statut et de disponibilité."
|
|
852
|
+
"emptyBody": "Liez une table de moniteurs avec une colonne de statut et de disponibilité.",
|
|
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": "Bandes journalières de type page de statut, colorées selon le statut du jour, avec bascule 30/90 jours.",
|
|
563
865
|
"emptyTitle": "Aucun historique de disponibilité",
|
|
564
|
-
"emptyBody": "Les lignes de statut quotidien apparaissent ici sous forme de bande."
|
|
866
|
+
"emptyBody": "Les lignes de statut quotidien apparaissent ici sous forme de bande.",
|
|
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": "Barres de conversion par variante avec le gain face au témoin et un indicateur de significativité.",
|
|
568
881
|
"emptyTitle": "Aucune variante",
|
|
569
|
-
"emptyBody": "Liez une table de variantes d'expérience avec des chiffres de conversion."
|
|
882
|
+
"emptyBody": "Liez une table de variantes d'expérience avec des chiffres de conversion.",
|
|
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": "Un moyen de paiement enregistré sous forme de carte de marque avec numéro masqué, titulaire et expiration.",
|
|
573
892
|
"emptyTitle": "Aucun moyen de paiement",
|
|
574
|
-
"emptyBody": "Ajoutez une carte pour la voir ici."
|
|
893
|
+
"emptyBody": "Ajoutez une carte pour la voir ici.",
|
|
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": "Paliers tarifaires avec bascule mensuel/annuel, listes de fonctionnalités et une offre mise en avant.",
|
|
578
902
|
"emptyTitle": "Aucune offre",
|
|
579
|
-
"emptyBody": "Liez une table d'offres avec un nom et un prix mensuel."
|
|
903
|
+
"emptyBody": "Liez une table d'offres avec un nom et un prix mensuel.",
|
|
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": "Clés d'API avec badges d'environnement, valeurs masquées, portées, dernière utilisation et actions de copie, de renouvellement et de révocation.",
|
|
583
914
|
"emptyTitle": "Aucune clé d'API",
|
|
584
|
-
"emptyBody": "Créez une clé pour commencer à appeler l'API."
|
|
915
|
+
"emptyBody": "Créez une clé pour commencer à appeler l'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": "Un compositeur de requête avec paramètres et volet de réponse. Il compose seulement et n'envoie jamais de vraie requête.",
|
|
588
929
|
"emptyTitle": "Aucun point de terminaison sélectionné",
|
|
589
|
-
"emptyBody": "Choisissez un point de terminaison pour composer une requête."
|
|
930
|
+
"emptyBody": "Choisissez un point de terminaison pour composer une requête.",
|
|
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": "Un extrait de code copiable avec une puce de langage et des onglets optionnels par langage.",
|
|
593
939
|
"emptyTitle": "Aucun extrait",
|
|
594
|
-
"emptyBody": "Liez une colonne de code ou définissez un extrait statique dans la configuration."
|
|
940
|
+
"emptyBody": "Liez une colonne de code ou définissez un extrait statique dans la configuration.",
|
|
941
|
+
"copyLabel": "Copy",
|
|
942
|
+
"copiedLabel": "Copied"
|
|
595
943
|
},
|
|
596
944
|
"webhookEndpointsList": {
|
|
597
945
|
"description": "Points de terminaison webhook avec leur événement, URL cible, dernier déclenchement et interrupteur d'activation.",
|
|
598
946
|
"emptyTitle": "Aucun point de terminaison",
|
|
599
|
-
"emptyBody": "Ajoutez un point de terminaison webhook pour recevoir les événements de table."
|
|
947
|
+
"emptyBody": "Ajoutez un point de terminaison webhook pour recevoir les événements de table.",
|
|
948
|
+
"neverFiredLabel": "Never fired",
|
|
949
|
+
"lastFiredLabel": "Last fired {since}"
|
|
600
950
|
},
|
|
601
951
|
"resourceApiCard": {
|
|
602
952
|
"description": "La surface d'API générée d'une table : nombre de lignes, badge de sécurité, puces de méthode et volume de requêtes.",
|
|
603
953
|
"emptyTitle": "Aucune ressource",
|
|
604
|
-
"emptyBody": "Liez une table pour afficher sa surface d'API générée."
|
|
954
|
+
"emptyBody": "Liez une table pour afficher sa surface d'API générée.",
|
|
955
|
+
"rlsLabel": "RLS",
|
|
956
|
+
"publicLabel": "Public",
|
|
957
|
+
"rowsLabel": "rows",
|
|
958
|
+
"perDayLabel": "{count}/day"
|
|
605
959
|
},
|
|
606
960
|
"liveTimer": {
|
|
607
961
|
"description": "Un chronomètre démarrer/arrêter pour une tâche ; l'arrêter enregistre une entrée de temps.",
|
|
608
962
|
"emptyTitle": "Aucun chronomètre",
|
|
609
|
-
"emptyBody": "Liez une ligne d'entrée de temps avec une tâche et une colonne de durée."
|
|
963
|
+
"emptyBody": "Liez une ligne d'entrée de temps avec une tâche et une colonne de durée.",
|
|
964
|
+
"startLabel": "Start",
|
|
965
|
+
"stopLabel": "Stop",
|
|
966
|
+
"taskPlaceholder": "Untitled task"
|
|
610
967
|
},
|
|
611
968
|
"syncStatusCard": {
|
|
612
969
|
"description": "Identité de la connexion, latence, lignes synchronisées et planning de synchronisation, avec une action de synchronisation immédiate.",
|
|
613
970
|
"emptyTitle": "Aucune connexion",
|
|
614
|
-
"emptyBody": "Liez une ligne de connexion pour afficher son état de synchronisation."
|
|
971
|
+
"emptyBody": "Liez une ligne de connexion pour afficher son état de synchronisation.",
|
|
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": "Adresses IP de sortie fixes à autoriser dans un pare-feu, chacune avec un bouton de copie.",
|
|
618
983
|
"emptyTitle": "Aucune IP de sortie",
|
|
619
|
-
"emptyBody": "Les adresses de sortie apparaissent ici une fois la connexion provisionnée."
|
|
984
|
+
"emptyBody": "Les adresses de sortie apparaissent ici une fois la connexion provisionnée.",
|
|
985
|
+
"copyLabel": "Copy",
|
|
986
|
+
"copiedLabel": "Copied"
|
|
620
987
|
},
|
|
621
988
|
"onboardingChecklist": {
|
|
622
989
|
"description": "Étapes de configuration avec estimations de durée et actions, au-dessus d'un anneau et d'une barre de progression recalculés en direct.",
|
|
623
990
|
"emptyTitle": "Rien à configurer",
|
|
624
|
-
"emptyBody": "Ajoutez des étapes d'intégration dans la configuration ou liez une table d'étapes."
|
|
991
|
+
"emptyBody": "Ajoutez des étapes d'intégration dans la configuration ou liez une table d'étapes.",
|
|
992
|
+
"progressLabel": "{done} of {total} done",
|
|
993
|
+
"celebrateTitle": "All done"
|
|
625
994
|
},
|
|
626
995
|
"testimonialCard": {
|
|
627
996
|
"description": "Une citation client avec avatar et attribution.",
|
|
@@ -664,7 +1033,8 @@
|
|
|
664
1033
|
"imageBoard": {
|
|
665
1034
|
"description": "Une grille de moodboard avec emplacements d'images et légendes, pour les tables contenant des URL d'images.",
|
|
666
1035
|
"emptyTitle": "Aucune image pour l'instant",
|
|
667
|
-
"emptyBody": "Les images de référence apparaîtront sur ce tableau."
|
|
1036
|
+
"emptyBody": "Les images de référence apparaîtront sur ce tableau.",
|
|
1037
|
+
"placeholder": "Drop reference"
|
|
668
1038
|
},
|
|
669
1039
|
"linkList": {
|
|
670
1040
|
"description": "Liens de référence avec titres et URL, ouverts dans un nouvel onglet.",
|
|
@@ -704,13 +1074,17 @@
|
|
|
704
1074
|
"done": "Terminé",
|
|
705
1075
|
"successTitle": "Enregistrement créé",
|
|
706
1076
|
"successBody": "L’enregistrement a été sauvegardé.",
|
|
707
|
-
"required": "Ce champ est obligatoire."
|
|
1077
|
+
"required": "Ce champ est obligatoire.",
|
|
1078
|
+
"titleLabel": "Create record",
|
|
1079
|
+
"closeLabel": "Close"
|
|
708
1080
|
},
|
|
709
1081
|
"drawerForm": {
|
|
710
1082
|
"description": "Un panneau latéral de création ou d’édition pour les enregistrements à nombreux champs.",
|
|
711
1083
|
"trigger": "Nouveau",
|
|
712
1084
|
"submit": "Enregistrer",
|
|
713
|
-
"cancel": "Annuler"
|
|
1085
|
+
"cancel": "Annuler",
|
|
1086
|
+
"titleLabel": "New record",
|
|
1087
|
+
"closeLabel": "Close"
|
|
714
1088
|
},
|
|
715
1089
|
"stepper": {
|
|
716
1090
|
"description": "Un indicateur d’étapes montrant l’avancement d’un parcours en plusieurs étapes.",
|
|
@@ -760,7 +1134,23 @@
|
|
|
760
1134
|
"operator": "Opérateur",
|
|
761
1135
|
"value": "Valeur",
|
|
762
1136
|
"valuePlaceholder": "Valeur…",
|
|
763
|
-
"emptyBody": "Aucune condition — ajoutez-en une pour définir ce segment."
|
|
1137
|
+
"emptyBody": "Aucune condition — ajoutez-en une pour définir ce 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": "Un canevas vertical de workflow : étapes déclencheur, condition et action.",
|
|
@@ -825,14 +1215,27 @@
|
|
|
825
1215
|
"required": "Obligatoire",
|
|
826
1216
|
"questionPlaceholder": "Posez une question…",
|
|
827
1217
|
"emptyTitle": "Aucune question",
|
|
828
|
-
"emptyBody": "Choisissez un type de question pour commencer votre sondage."
|
|
1218
|
+
"emptyBody": "Choisissez un type de question pour commencer votre sondage.",
|
|
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": "Une valeur modifiable d’un clic dans un document ou un canevas.",
|
|
832
1234
|
"edit": "Modifier",
|
|
833
1235
|
"save": "Enregistrer",
|
|
834
1236
|
"cancel": "Annuler",
|
|
835
|
-
"empty": "Vide"
|
|
1237
|
+
"empty": "Vide",
|
|
1238
|
+
"valueLabel": "Value"
|
|
836
1239
|
},
|
|
837
1240
|
"passwordStrengthMeter": {
|
|
838
1241
|
"description": "Un indicateur en quatre segments de la robustesse du mot de passe.",
|
|
@@ -857,7 +1260,7 @@
|
|
|
857
1260
|
"navigate": "Naviguer",
|
|
858
1261
|
"select": "Ouvrir",
|
|
859
1262
|
"close": "Fermer",
|
|
860
|
-
"emptyTitle": "
|
|
1263
|
+
"emptyTitle": "No results for \"{query}\"",
|
|
861
1264
|
"emptyBody": "Commencez à taper pour rechercher.",
|
|
862
1265
|
"groupActions": "Actions",
|
|
863
1266
|
"groupNavigate": "Naviguer",
|
|
@@ -873,7 +1276,9 @@
|
|
|
873
1276
|
"all": "Tout",
|
|
874
1277
|
"summary": "{count} résultats pour « {query} »",
|
|
875
1278
|
"emptyTitle": "Aucun résultat",
|
|
876
|
-
"emptyBody": "Essayez un autre terme de recherche."
|
|
1279
|
+
"emptyBody": "Essayez un autre terme de recherche.",
|
|
1280
|
+
"searchLabel": "Search",
|
|
1281
|
+
"facetRailLabel": "Filter by type"
|
|
877
1282
|
},
|
|
878
1283
|
"breadcrumb": {
|
|
879
1284
|
"description": "Le fil d’Ariane de l’enregistrement ou du dossier courant.",
|
|
@@ -892,11 +1297,23 @@
|
|
|
892
1297
|
"description": "L’aide-mémoire des raccourcis clavier.",
|
|
893
1298
|
"footerHint": "Appuyez sur ? à tout moment",
|
|
894
1299
|
"then": "puis",
|
|
895
|
-
"emptyTitle": "Aucun raccourci enregistré."
|
|
1300
|
+
"emptyTitle": "Aucun raccourci enregistré.",
|
|
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": "Des avatars superposés avec débordement « +N » et présence optionnelle.",
|
|
899
|
-
"online": "{count} en ligne"
|
|
1315
|
+
"online": "{count} en ligne",
|
|
1316
|
+
"a11yLabel": "People"
|
|
900
1317
|
}
|
|
901
1318
|
},
|
|
902
1319
|
"system": {
|
|
@@ -969,6 +1386,12 @@
|
|
|
969
1386
|
"tls": "TLS",
|
|
970
1387
|
"auth": "Authentification",
|
|
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} redimensionné à {w} colonnes sur {h} lignes.",
|
|
982
1405
|
"committed": "{title} placé à la colonne {col}, ligne {row}.",
|
|
983
1406
|
"reverted": "{title} remis à sa position initiale."
|
|
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
|
}
|