File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -179,11 +179,13 @@ export interface TranslationMessages extends StringMap {
179
179
configurable ?: {
180
180
customize : string ;
181
181
configureMode : string ;
182
+ Datagrid : {
183
+ unlabeled : string ;
184
+ } ;
182
185
inspector : {
183
186
title : string ;
184
187
content : string ;
185
188
reset : string ;
186
- unlabeled : string ;
187
189
} ;
188
190
SimpleList : {
189
191
primaryText : string ;
Original file line number Diff line number Diff line change @@ -180,11 +180,13 @@ const englishMessages: TranslationMessages = {
180
180
configurable : {
181
181
customize : 'Customize' ,
182
182
configureMode : 'Configure this page' ,
183
+ Datagrid : {
184
+ unlabeled : 'Unlabeled column #%{column}' ,
185
+ } ,
183
186
inspector : {
184
187
title : 'Inspector' ,
185
188
content : 'Hover the application UI elements to configure them' ,
186
189
reset : 'Reset Settings' ,
187
- unlabeled : 'Unlabeled column #%{column}' ,
188
190
} ,
189
191
SimpleList : {
190
192
primaryText : 'Primary text' ,
Original file line number Diff line number Diff line change @@ -186,11 +186,13 @@ const frenchMessages: TranslationMessages = {
186
186
configurable : {
187
187
customize : 'Personnaliser' ,
188
188
configureMode : 'Configurer cette page' ,
189
+ Datagrid : {
190
+ unlabeled : 'Colonne sans label #%{column}' ,
191
+ } ,
189
192
inspector : {
190
193
title : 'Inspecteur' ,
191
194
content : 'Sélectionner un composant pour le configurer' ,
192
195
reset : 'Réinitialiser' ,
193
- unlabeled : 'Colonne sans label #%{column}' ,
194
196
} ,
195
197
SimpleList : {
196
198
primaryText : 'Texte principal' ,
You can’t perform that action at this time.
0 commit comments