@procore/data-table 14.36.1 → 14.37.0
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/CHANGELOG.md +6 -0
- package/dist/legacy/index.cjs +698 -10
- package/dist/legacy/index.js +698 -10
- package/dist/modern/index.cjs +698 -10
- package/dist/modern/index.js +698 -10
- package/package.json +2 -2
package/dist/legacy/index.js
CHANGED
|
@@ -106254,6 +106254,177 @@ var is_IS_default = {
|
|
|
106254
106254
|
}
|
|
106255
106255
|
};
|
|
106256
106256
|
|
|
106257
|
+
// src/locales/it-IT.json
|
|
106258
|
+
var it_IT_default = {
|
|
106259
|
+
dataTable: {
|
|
106260
|
+
emptyState: {
|
|
106261
|
+
noFilteredResults: {
|
|
106262
|
+
description: "Controllare l'ortografia e le opzioni di filtro oppure effettuare la ricerca con una parola chiave diversa.",
|
|
106263
|
+
title: "Nessun elemento corrispondente alla ricerca",
|
|
106264
|
+
itemsTitle: "Nessuna corrispondenza %{itemsLabel} con la ricerca"
|
|
106265
|
+
},
|
|
106266
|
+
noResults: {
|
|
106267
|
+
description: "Gli elementi creati dal team saranno accessibili qui. ",
|
|
106268
|
+
title: "Al momento non sono presenti elementi da visualizzare",
|
|
106269
|
+
itemsTitle: "Al momento non sono presenti %{itemsLabel} da visualizzare",
|
|
106270
|
+
tooltip: "Il pulsante %{featureName} sar\xE0 attivato dopo l'aggiunta delle informazioni a %{tableName}",
|
|
106271
|
+
searchTooltip: "La ricerca sar\xE0 attivata dopo l'aggiunta delle informazioni a %{tableName}",
|
|
106272
|
+
featureFilter: "Filtro",
|
|
106273
|
+
featureQuickFilter: "Filtro rapido",
|
|
106274
|
+
featureGroupBy: "Raggruppa per",
|
|
106275
|
+
featureConfigure: "Configura",
|
|
106276
|
+
tableNameFallback: "tabella"
|
|
106277
|
+
}
|
|
106278
|
+
},
|
|
106279
|
+
bulkActions: {
|
|
106280
|
+
apply: "Applica",
|
|
106281
|
+
bulkEdit: "Modifica in blocco",
|
|
106282
|
+
cancel: "Annulla",
|
|
106283
|
+
editValues: "Modifica valori",
|
|
106284
|
+
error: "Impossibile aggiornare gli elementi. Riprovare.",
|
|
106285
|
+
placeholderForField: "Inserire %{fieldName}",
|
|
106286
|
+
selection: "%{count} %{number} selezionati",
|
|
106287
|
+
selection_count: {
|
|
106288
|
+
zero: "%{count} elementi selezionati",
|
|
106289
|
+
one: "%{count} elemento selezionato",
|
|
106290
|
+
other: "%{count} elementi selezionati"
|
|
106291
|
+
},
|
|
106292
|
+
success: "Gli elementi sono stati aggiornati correttamente.",
|
|
106293
|
+
one: "elemento",
|
|
106294
|
+
many: "elementi"
|
|
106295
|
+
},
|
|
106296
|
+
exporting: "Esportazione in corso...",
|
|
106297
|
+
filters: {
|
|
106298
|
+
filters: "Filtri",
|
|
106299
|
+
moreFilters: "Altri filtri",
|
|
106300
|
+
clearAllFilters: "Cancella tutti i filtri",
|
|
106301
|
+
close: "Chiudi",
|
|
106302
|
+
locationFilter: {
|
|
106303
|
+
selectAll: "Seleziona tutto",
|
|
106304
|
+
includeSublocations: "Includi posizioni secondarie",
|
|
106305
|
+
searchLocations: "Cerca posizioni",
|
|
106306
|
+
locations: "Posizioni"
|
|
106307
|
+
},
|
|
106308
|
+
numberFilter: {
|
|
106309
|
+
labels: {
|
|
106310
|
+
and: "e",
|
|
106311
|
+
input_placeholder: "Inserisci valore",
|
|
106312
|
+
placeholder: "Selezionare un elemento"
|
|
106313
|
+
},
|
|
106314
|
+
options: {
|
|
106315
|
+
any_value: "Qualsiasi valore",
|
|
106316
|
+
is_between: "\xC8 compreso tra",
|
|
106317
|
+
greater_than: "\xC8 maggiore di",
|
|
106318
|
+
greater_than_equal_to: "\xC8 maggiore o uguale a",
|
|
106319
|
+
less_than: "\xC8 minore di",
|
|
106320
|
+
less_than_equal_to: "\xC8 minore o uguale a",
|
|
106321
|
+
no_value: "Nessun valore"
|
|
106322
|
+
}
|
|
106323
|
+
},
|
|
106324
|
+
singleSelectFilter: {
|
|
106325
|
+
placeholder: "Selezionare un valore"
|
|
106326
|
+
},
|
|
106327
|
+
multiSelectQuickFilter: {
|
|
106328
|
+
ariaLabel: "Filtro rapido: selezionare pi\xF9 opzioni"
|
|
106329
|
+
},
|
|
106330
|
+
singleSelectQuickFilter: {
|
|
106331
|
+
ariaLabel: "Filtro rapido: selezionare un'opzione"
|
|
106332
|
+
}
|
|
106333
|
+
},
|
|
106334
|
+
loading: {
|
|
106335
|
+
initial: "Caricamento delle informazioni in corso.",
|
|
106336
|
+
secondary: "Caricamento delle informazioni in corso, grazie per la pazienza."
|
|
106337
|
+
},
|
|
106338
|
+
menuOptions: {
|
|
106339
|
+
sortMenuItem: {
|
|
106340
|
+
label: "Ordina per questa colonna",
|
|
106341
|
+
sortAscItem: "Ordina colonna (crescente)",
|
|
106342
|
+
sortDescItem: "Ordina colonna (decrescente)",
|
|
106343
|
+
sortResetItem: "Colonna non ordinata"
|
|
106344
|
+
},
|
|
106345
|
+
expandAllGroups: "Espandi tutti i gruppi",
|
|
106346
|
+
collapseAllGroups: "Comprimi tutti i gruppi",
|
|
106347
|
+
pinColumn: "Fissa colonna",
|
|
106348
|
+
pinLeft: "Fissa a sinistra",
|
|
106349
|
+
pinRight: "Fissa a destra",
|
|
106350
|
+
noPin: "Sblocca",
|
|
106351
|
+
autoSizeThisColumn: "Dimensione automatica per questa colonna",
|
|
106352
|
+
autoSizeAllColumns: "Dimensione automatica per tutte le colonne",
|
|
106353
|
+
hideColumn: "Nascondi colonna",
|
|
106354
|
+
resetColumns: "Reimposta colonne",
|
|
106355
|
+
unGroupBy: "Annulla raggruppamento per {{label}}",
|
|
106356
|
+
groupBy: "Raggruppa per {{label}}"
|
|
106357
|
+
},
|
|
106358
|
+
grandTotals: "Totali generali",
|
|
106359
|
+
search: "Cerca",
|
|
106360
|
+
subtotals: "Subtotali",
|
|
106361
|
+
tableSettings: {
|
|
106362
|
+
configureColumns: "Configura colonne",
|
|
106363
|
+
resetToDefault: "Mostra tutto",
|
|
106364
|
+
rowHeight: "Altezza riga",
|
|
106365
|
+
small: "Piccola",
|
|
106366
|
+
medium: "Media",
|
|
106367
|
+
large: "Grande",
|
|
106368
|
+
tableSettings: "Impostazioni tabella",
|
|
106369
|
+
groupBy: "Raggruppa per:",
|
|
106370
|
+
reset: "Reimposta",
|
|
106371
|
+
selectColumnGroup: "Selezionare una colonna da usare per il raggruppamento",
|
|
106372
|
+
configure: "Configura"
|
|
106373
|
+
},
|
|
106374
|
+
rowGroupToggle: {
|
|
106375
|
+
expandTierOne: "Aprire i primi gruppi nella tabella.",
|
|
106376
|
+
expandAll: "Aprire tutti i gruppi nella tabella.",
|
|
106377
|
+
collapseAll: "Chiudere tutti i gruppi nella tabella."
|
|
106378
|
+
},
|
|
106379
|
+
columnGroupToggle: {
|
|
106380
|
+
collapse: "Comprimi gruppo di colonne",
|
|
106381
|
+
expand: "Espandi gruppo di colonne"
|
|
106382
|
+
},
|
|
106383
|
+
cells: {
|
|
106384
|
+
textCell: {
|
|
106385
|
+
placeholder: "Inserisci testo"
|
|
106386
|
+
},
|
|
106387
|
+
currencyCell: {
|
|
106388
|
+
placeholder: "Inserisci valuta"
|
|
106389
|
+
},
|
|
106390
|
+
numberCell: {
|
|
106391
|
+
placeholder: "Inserisci numero"
|
|
106392
|
+
},
|
|
106393
|
+
percentCell: {
|
|
106394
|
+
placeholder: "Inserisci %"
|
|
106395
|
+
},
|
|
106396
|
+
pillCell: {
|
|
106397
|
+
placeholder: "Seleziona {{label}}"
|
|
106398
|
+
},
|
|
106399
|
+
selectCell: {
|
|
106400
|
+
placeholder: "Seleziona {{label}}"
|
|
106401
|
+
},
|
|
106402
|
+
multiSelectCell: {
|
|
106403
|
+
placeholder: "Seleziona valori"
|
|
106404
|
+
},
|
|
106405
|
+
booleanCell: {
|
|
106406
|
+
options: {
|
|
106407
|
+
yes: "S\xEC",
|
|
106408
|
+
no: "No"
|
|
106409
|
+
}
|
|
106410
|
+
}
|
|
106411
|
+
},
|
|
106412
|
+
filterRenders: {
|
|
106413
|
+
dateFilter: {
|
|
106414
|
+
single: "Singolo",
|
|
106415
|
+
range: "Intervallo"
|
|
106416
|
+
}
|
|
106417
|
+
},
|
|
106418
|
+
groupCell: {
|
|
106419
|
+
expand: "Espandi gruppo",
|
|
106420
|
+
collapse: "Comprimi gruppo"
|
|
106421
|
+
},
|
|
106422
|
+
rowCheckbox: {
|
|
106423
|
+
ariaLabel: "Seleziona riga"
|
|
106424
|
+
}
|
|
106425
|
+
}
|
|
106426
|
+
};
|
|
106427
|
+
|
|
106257
106428
|
// src/locales/ja-JP.json
|
|
106258
106429
|
var ja_JP_default = {
|
|
106259
106430
|
dataTable: {
|
|
@@ -106425,6 +106596,177 @@ var ja_JP_default = {
|
|
|
106425
106596
|
}
|
|
106426
106597
|
};
|
|
106427
106598
|
|
|
106599
|
+
// src/locales/nb-NO.json
|
|
106600
|
+
var nb_NO_default = {
|
|
106601
|
+
dataTable: {
|
|
106602
|
+
emptyState: {
|
|
106603
|
+
noFilteredResults: {
|
|
106604
|
+
description: "Check your spelling and filter options, or search for a different keyword.",
|
|
106605
|
+
title: "No Items Match Your Search",
|
|
106606
|
+
itemsTitle: "No %{itemsLabel} Match Your Search"
|
|
106607
|
+
},
|
|
106608
|
+
noResults: {
|
|
106609
|
+
description: "Once your team creates these items, you can access them here. ",
|
|
106610
|
+
title: "There Are No Items to Display Right Now",
|
|
106611
|
+
itemsTitle: "There Are No %{itemsLabel} to Display Right Now",
|
|
106612
|
+
tooltip: "The %{featureName} button will be enabled once you add information to the %{tableName}",
|
|
106613
|
+
searchTooltip: "Search will be enabled once you add information to the %{tableName}",
|
|
106614
|
+
featureFilter: "Filter",
|
|
106615
|
+
featureQuickFilter: "Quick Filter",
|
|
106616
|
+
featureGroupBy: "Group By",
|
|
106617
|
+
featureConfigure: "Configure",
|
|
106618
|
+
tableNameFallback: "table"
|
|
106619
|
+
}
|
|
106620
|
+
},
|
|
106621
|
+
bulkActions: {
|
|
106622
|
+
apply: "Apply",
|
|
106623
|
+
bulkEdit: "Bulk Edit",
|
|
106624
|
+
cancel: "Cancel",
|
|
106625
|
+
editValues: "Edit Values",
|
|
106626
|
+
error: "Sorry, the items couldn't be updated. Try again.",
|
|
106627
|
+
placeholderForField: "Enter %{fieldName}",
|
|
106628
|
+
selection: "%{count} %{number} selected",
|
|
106629
|
+
selection_count: {
|
|
106630
|
+
zero: "%{count} items selected",
|
|
106631
|
+
one: "%{count} item selected",
|
|
106632
|
+
other: "%{count} items selected"
|
|
106633
|
+
},
|
|
106634
|
+
success: "The items were successfully updated.",
|
|
106635
|
+
one: "item",
|
|
106636
|
+
many: "items"
|
|
106637
|
+
},
|
|
106638
|
+
exporting: "Exporting...",
|
|
106639
|
+
filters: {
|
|
106640
|
+
filters: "Filters",
|
|
106641
|
+
moreFilters: "More Filters",
|
|
106642
|
+
clearAllFilters: "Clear All Filters",
|
|
106643
|
+
close: "Close",
|
|
106644
|
+
locationFilter: {
|
|
106645
|
+
selectAll: "Select all",
|
|
106646
|
+
includeSublocations: "Include sublocations",
|
|
106647
|
+
searchLocations: "Search locations",
|
|
106648
|
+
locations: "Locations"
|
|
106649
|
+
},
|
|
106650
|
+
numberFilter: {
|
|
106651
|
+
labels: {
|
|
106652
|
+
and: "and",
|
|
106653
|
+
input_placeholder: "Enter Value",
|
|
106654
|
+
placeholder: "Select an item"
|
|
106655
|
+
},
|
|
106656
|
+
options: {
|
|
106657
|
+
any_value: "Any Value",
|
|
106658
|
+
is_between: "Is Between",
|
|
106659
|
+
greater_than: "Is Greater Than",
|
|
106660
|
+
greater_than_equal_to: "Is Greater Than or Equal To",
|
|
106661
|
+
less_than: "Is Less Than",
|
|
106662
|
+
less_than_equal_to: "Is Less Than or Equal To",
|
|
106663
|
+
no_value: "No Value"
|
|
106664
|
+
}
|
|
106665
|
+
},
|
|
106666
|
+
singleSelectFilter: {
|
|
106667
|
+
placeholder: "Select a Value"
|
|
106668
|
+
},
|
|
106669
|
+
multiSelectQuickFilter: {
|
|
106670
|
+
ariaLabel: "Quick filter: Select multiple options"
|
|
106671
|
+
},
|
|
106672
|
+
singleSelectQuickFilter: {
|
|
106673
|
+
ariaLabel: "Quick filter: Select an option"
|
|
106674
|
+
}
|
|
106675
|
+
},
|
|
106676
|
+
loading: {
|
|
106677
|
+
initial: "Information loading.",
|
|
106678
|
+
secondary: "Information loading, thanks for your patience."
|
|
106679
|
+
},
|
|
106680
|
+
menuOptions: {
|
|
106681
|
+
sortMenuItem: {
|
|
106682
|
+
label: "Sort By This Column",
|
|
106683
|
+
sortAscItem: "Sort Column Ascending",
|
|
106684
|
+
sortDescItem: "Sort Column Descending",
|
|
106685
|
+
sortResetItem: "Column Not Sorted"
|
|
106686
|
+
},
|
|
106687
|
+
expandAllGroups: "Expand All Groups",
|
|
106688
|
+
collapseAllGroups: "Collapse All Groups",
|
|
106689
|
+
pinColumn: "Pin Column",
|
|
106690
|
+
pinLeft: "Pin Left",
|
|
106691
|
+
pinRight: "Pin Right",
|
|
106692
|
+
noPin: "No Pin",
|
|
106693
|
+
autoSizeThisColumn: "Autosize This Column",
|
|
106694
|
+
autoSizeAllColumns: "Autosize All Columns",
|
|
106695
|
+
hideColumn: "Hide Column",
|
|
106696
|
+
resetColumns: "Reset Columns",
|
|
106697
|
+
unGroupBy: "Un-Group by {{label}}",
|
|
106698
|
+
groupBy: "Group by {{label}}"
|
|
106699
|
+
},
|
|
106700
|
+
grandTotals: "Grand Totals",
|
|
106701
|
+
search: "Search",
|
|
106702
|
+
subtotals: "Subtotals",
|
|
106703
|
+
tableSettings: {
|
|
106704
|
+
configureColumns: "Configure Columns",
|
|
106705
|
+
resetToDefault: "Show All",
|
|
106706
|
+
rowHeight: "Row Height",
|
|
106707
|
+
small: "Small",
|
|
106708
|
+
medium: "Medium",
|
|
106709
|
+
large: "Large",
|
|
106710
|
+
tableSettings: "Table Settings",
|
|
106711
|
+
groupBy: "Group by:",
|
|
106712
|
+
reset: "Reset",
|
|
106713
|
+
selectColumnGroup: "Select a column to group",
|
|
106714
|
+
configure: "Configure"
|
|
106715
|
+
},
|
|
106716
|
+
rowGroupToggle: {
|
|
106717
|
+
expandTierOne: "Open first groups in the table.",
|
|
106718
|
+
expandAll: "Open all groups in the table.",
|
|
106719
|
+
collapseAll: "Close all groups in the table."
|
|
106720
|
+
},
|
|
106721
|
+
columnGroupToggle: {
|
|
106722
|
+
collapse: "Collapse column group",
|
|
106723
|
+
expand: "Expand column group"
|
|
106724
|
+
},
|
|
106725
|
+
cells: {
|
|
106726
|
+
textCell: {
|
|
106727
|
+
placeholder: "Enter text"
|
|
106728
|
+
},
|
|
106729
|
+
currencyCell: {
|
|
106730
|
+
placeholder: "Enter currency"
|
|
106731
|
+
},
|
|
106732
|
+
numberCell: {
|
|
106733
|
+
placeholder: "Enter number"
|
|
106734
|
+
},
|
|
106735
|
+
percentCell: {
|
|
106736
|
+
placeholder: "Enter %"
|
|
106737
|
+
},
|
|
106738
|
+
pillCell: {
|
|
106739
|
+
placeholder: "Select {{label}}"
|
|
106740
|
+
},
|
|
106741
|
+
selectCell: {
|
|
106742
|
+
placeholder: "Select {{label}}"
|
|
106743
|
+
},
|
|
106744
|
+
multiSelectCell: {
|
|
106745
|
+
placeholder: "Select Values"
|
|
106746
|
+
},
|
|
106747
|
+
booleanCell: {
|
|
106748
|
+
options: {
|
|
106749
|
+
yes: "Yes",
|
|
106750
|
+
no: "No"
|
|
106751
|
+
}
|
|
106752
|
+
}
|
|
106753
|
+
},
|
|
106754
|
+
filterRenders: {
|
|
106755
|
+
dateFilter: {
|
|
106756
|
+
single: "Single",
|
|
106757
|
+
range: "Range"
|
|
106758
|
+
}
|
|
106759
|
+
},
|
|
106760
|
+
groupCell: {
|
|
106761
|
+
expand: "Expand group",
|
|
106762
|
+
collapse: "Collapse group"
|
|
106763
|
+
},
|
|
106764
|
+
rowCheckbox: {
|
|
106765
|
+
ariaLabel: "Select Row"
|
|
106766
|
+
}
|
|
106767
|
+
}
|
|
106768
|
+
};
|
|
106769
|
+
|
|
106428
106770
|
// src/locales/pl-PL.json
|
|
106429
106771
|
var pl_PL_default = {
|
|
106430
106772
|
dataTable: {
|
|
@@ -106938,20 +107280,191 @@ var pt_BR_default = {
|
|
|
106938
107280
|
}
|
|
106939
107281
|
};
|
|
106940
107282
|
|
|
106941
|
-
// src/locales/
|
|
106942
|
-
var
|
|
107283
|
+
// src/locales/pt-PT.json
|
|
107284
|
+
var pt_PT_default = {
|
|
106943
107285
|
dataTable: {
|
|
106944
107286
|
emptyState: {
|
|
106945
107287
|
noFilteredResults: {
|
|
106946
|
-
description: "
|
|
106947
|
-
title: "
|
|
106948
|
-
itemsTitle: "
|
|
107288
|
+
description: "Check your spelling and filter options, or search for a different keyword.",
|
|
107289
|
+
title: "No Items Match Your Search",
|
|
107290
|
+
itemsTitle: "No %{itemsLabel} Match Your Search"
|
|
106949
107291
|
},
|
|
106950
107292
|
noResults: {
|
|
106951
|
-
description: "
|
|
106952
|
-
title: "
|
|
106953
|
-
itemsTitle: "
|
|
106954
|
-
tooltip: "
|
|
107293
|
+
description: "Once your team creates these items, you can access them here. ",
|
|
107294
|
+
title: "There Are No Items to Display Right Now",
|
|
107295
|
+
itemsTitle: "There Are No %{itemsLabel} to Display Right Now",
|
|
107296
|
+
tooltip: "The %{featureName} button will be enabled once you add information to the %{tableName}",
|
|
107297
|
+
searchTooltip: "Search will be enabled once you add information to the %{tableName}",
|
|
107298
|
+
featureFilter: "Filter",
|
|
107299
|
+
featureQuickFilter: "Quick Filter",
|
|
107300
|
+
featureGroupBy: "Group By",
|
|
107301
|
+
featureConfigure: "Configure",
|
|
107302
|
+
tableNameFallback: "table"
|
|
107303
|
+
}
|
|
107304
|
+
},
|
|
107305
|
+
bulkActions: {
|
|
107306
|
+
apply: "Apply",
|
|
107307
|
+
bulkEdit: "Bulk Edit",
|
|
107308
|
+
cancel: "Cancel",
|
|
107309
|
+
editValues: "Edit Values",
|
|
107310
|
+
error: "Sorry, the items couldn't be updated. Try again.",
|
|
107311
|
+
placeholderForField: "Enter %{fieldName}",
|
|
107312
|
+
selection: "%{count} %{number} selected",
|
|
107313
|
+
selection_count: {
|
|
107314
|
+
zero: "%{count} items selected",
|
|
107315
|
+
one: "%{count} item selected",
|
|
107316
|
+
other: "%{count} items selected"
|
|
107317
|
+
},
|
|
107318
|
+
success: "The items were successfully updated.",
|
|
107319
|
+
one: "item",
|
|
107320
|
+
many: "items"
|
|
107321
|
+
},
|
|
107322
|
+
exporting: "Exporting...",
|
|
107323
|
+
filters: {
|
|
107324
|
+
filters: "Filters",
|
|
107325
|
+
moreFilters: "More Filters",
|
|
107326
|
+
clearAllFilters: "Clear All Filters",
|
|
107327
|
+
close: "Close",
|
|
107328
|
+
locationFilter: {
|
|
107329
|
+
selectAll: "Select all",
|
|
107330
|
+
includeSublocations: "Include sublocations",
|
|
107331
|
+
searchLocations: "Search locations",
|
|
107332
|
+
locations: "Locations"
|
|
107333
|
+
},
|
|
107334
|
+
numberFilter: {
|
|
107335
|
+
labels: {
|
|
107336
|
+
and: "and",
|
|
107337
|
+
input_placeholder: "Enter Value",
|
|
107338
|
+
placeholder: "Select an item"
|
|
107339
|
+
},
|
|
107340
|
+
options: {
|
|
107341
|
+
any_value: "Any Value",
|
|
107342
|
+
is_between: "Is Between",
|
|
107343
|
+
greater_than: "Is Greater Than",
|
|
107344
|
+
greater_than_equal_to: "Is Greater Than or Equal To",
|
|
107345
|
+
less_than: "Is Less Than",
|
|
107346
|
+
less_than_equal_to: "Is Less Than or Equal To",
|
|
107347
|
+
no_value: "No Value"
|
|
107348
|
+
}
|
|
107349
|
+
},
|
|
107350
|
+
singleSelectFilter: {
|
|
107351
|
+
placeholder: "Select a Value"
|
|
107352
|
+
},
|
|
107353
|
+
multiSelectQuickFilter: {
|
|
107354
|
+
ariaLabel: "Quick filter: Select multiple options"
|
|
107355
|
+
},
|
|
107356
|
+
singleSelectQuickFilter: {
|
|
107357
|
+
ariaLabel: "Quick filter: Select an option"
|
|
107358
|
+
}
|
|
107359
|
+
},
|
|
107360
|
+
loading: {
|
|
107361
|
+
initial: "Information loading.",
|
|
107362
|
+
secondary: "Information loading, thanks for your patience."
|
|
107363
|
+
},
|
|
107364
|
+
menuOptions: {
|
|
107365
|
+
sortMenuItem: {
|
|
107366
|
+
label: "Sort By This Column",
|
|
107367
|
+
sortAscItem: "Sort Column Ascending",
|
|
107368
|
+
sortDescItem: "Sort Column Descending",
|
|
107369
|
+
sortResetItem: "Column Not Sorted"
|
|
107370
|
+
},
|
|
107371
|
+
expandAllGroups: "Expand All Groups",
|
|
107372
|
+
collapseAllGroups: "Collapse All Groups",
|
|
107373
|
+
pinColumn: "Pin Column",
|
|
107374
|
+
pinLeft: "Pin Left",
|
|
107375
|
+
pinRight: "Pin Right",
|
|
107376
|
+
noPin: "No Pin",
|
|
107377
|
+
autoSizeThisColumn: "Autosize This Column",
|
|
107378
|
+
autoSizeAllColumns: "Autosize All Columns",
|
|
107379
|
+
hideColumn: "Hide Column",
|
|
107380
|
+
resetColumns: "Reset Columns",
|
|
107381
|
+
unGroupBy: "Un-Group by {{label}}",
|
|
107382
|
+
groupBy: "Group by {{label}}"
|
|
107383
|
+
},
|
|
107384
|
+
grandTotals: "Grand Totals",
|
|
107385
|
+
search: "Search",
|
|
107386
|
+
subtotals: "Subtotals",
|
|
107387
|
+
tableSettings: {
|
|
107388
|
+
configureColumns: "Configure Columns",
|
|
107389
|
+
resetToDefault: "Show All",
|
|
107390
|
+
rowHeight: "Row Height",
|
|
107391
|
+
small: "Small",
|
|
107392
|
+
medium: "Medium",
|
|
107393
|
+
large: "Large",
|
|
107394
|
+
tableSettings: "Table Settings",
|
|
107395
|
+
groupBy: "Group by:",
|
|
107396
|
+
reset: "Reset",
|
|
107397
|
+
selectColumnGroup: "Select a column to group",
|
|
107398
|
+
configure: "Configure"
|
|
107399
|
+
},
|
|
107400
|
+
rowGroupToggle: {
|
|
107401
|
+
expandTierOne: "Open first groups in the table.",
|
|
107402
|
+
expandAll: "Open all groups in the table.",
|
|
107403
|
+
collapseAll: "Close all groups in the table."
|
|
107404
|
+
},
|
|
107405
|
+
columnGroupToggle: {
|
|
107406
|
+
collapse: "Collapse column group",
|
|
107407
|
+
expand: "Expand column group"
|
|
107408
|
+
},
|
|
107409
|
+
cells: {
|
|
107410
|
+
textCell: {
|
|
107411
|
+
placeholder: "Enter text"
|
|
107412
|
+
},
|
|
107413
|
+
currencyCell: {
|
|
107414
|
+
placeholder: "Enter currency"
|
|
107415
|
+
},
|
|
107416
|
+
numberCell: {
|
|
107417
|
+
placeholder: "Enter number"
|
|
107418
|
+
},
|
|
107419
|
+
percentCell: {
|
|
107420
|
+
placeholder: "Enter %"
|
|
107421
|
+
},
|
|
107422
|
+
pillCell: {
|
|
107423
|
+
placeholder: "Select {{label}}"
|
|
107424
|
+
},
|
|
107425
|
+
selectCell: {
|
|
107426
|
+
placeholder: "Select {{label}}"
|
|
107427
|
+
},
|
|
107428
|
+
multiSelectCell: {
|
|
107429
|
+
placeholder: "Select Values"
|
|
107430
|
+
},
|
|
107431
|
+
booleanCell: {
|
|
107432
|
+
options: {
|
|
107433
|
+
yes: "Yes",
|
|
107434
|
+
no: "No"
|
|
107435
|
+
}
|
|
107436
|
+
}
|
|
107437
|
+
},
|
|
107438
|
+
filterRenders: {
|
|
107439
|
+
dateFilter: {
|
|
107440
|
+
single: "Single",
|
|
107441
|
+
range: "Range"
|
|
107442
|
+
}
|
|
107443
|
+
},
|
|
107444
|
+
groupCell: {
|
|
107445
|
+
expand: "Expand group",
|
|
107446
|
+
collapse: "Collapse group"
|
|
107447
|
+
},
|
|
107448
|
+
rowCheckbox: {
|
|
107449
|
+
ariaLabel: "Select Row"
|
|
107450
|
+
}
|
|
107451
|
+
}
|
|
107452
|
+
};
|
|
107453
|
+
|
|
107454
|
+
// src/locales/th-TH.json
|
|
107455
|
+
var th_TH_default = {
|
|
107456
|
+
dataTable: {
|
|
107457
|
+
emptyState: {
|
|
107458
|
+
noFilteredResults: {
|
|
107459
|
+
description: "\u0E15\u0E23\u0E27\u0E08\u0E2A\u0E2D\u0E1A\u0E15\u0E31\u0E27\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E01\u0E32\u0E23\u0E2A\u0E30\u0E01\u0E14\u0E41\u0E25\u0E30\u0E15\u0E31\u0E27\u0E01\u0E23\u0E2D\u0E07\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13 \u0E2B\u0E23\u0E37\u0E2D\u0E04\u0E49\u0E19\u0E2B\u0E32\u0E04\u0E33\u0E2B\u0E25\u0E31\u0E01\u0E2D\u0E37\u0E48\u0E19",
|
|
107460
|
+
title: "\u0E44\u0E21\u0E48\u0E21\u0E35\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E17\u0E35\u0E48\u0E15\u0E23\u0E07\u0E01\u0E31\u0E1A\u0E01\u0E32\u0E23\u0E04\u0E49\u0E19\u0E2B\u0E32\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13",
|
|
107461
|
+
itemsTitle: "\u0E44\u0E21\u0E48\u0E21\u0E35 %{itemsLabel} \u0E17\u0E35\u0E48\u0E15\u0E23\u0E07\u0E01\u0E31\u0E1A\u0E01\u0E32\u0E23\u0E04\u0E49\u0E19\u0E2B\u0E32\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13"
|
|
107462
|
+
},
|
|
107463
|
+
noResults: {
|
|
107464
|
+
description: "\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E17\u0E35\u0E21\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13\u0E2A\u0E23\u0E49\u0E32\u0E07\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E40\u0E2B\u0E25\u0E48\u0E32\u0E19\u0E35\u0E49 \u0E04\u0E38\u0E13\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E40\u0E02\u0E49\u0E32\u0E16\u0E36\u0E07\u0E44\u0E14\u0E49\u0E17\u0E35\u0E48\u0E19\u0E35\u0E48 ",
|
|
107465
|
+
title: "\u0E44\u0E21\u0E48\u0E21\u0E35\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E17\u0E35\u0E48\u0E08\u0E30\u0E41\u0E2A\u0E14\u0E07\u0E43\u0E19\u0E02\u0E13\u0E30\u0E19\u0E35\u0E49",
|
|
107466
|
+
itemsTitle: "\u0E44\u0E21\u0E48\u0E21\u0E35 %{itemsLabel} \u0E17\u0E35\u0E48\u0E08\u0E30\u0E41\u0E2A\u0E14\u0E07\u0E1C\u0E25\u0E43\u0E19\u0E02\u0E13\u0E30\u0E19\u0E35\u0E49",
|
|
107467
|
+
tooltip: "\u0E1B\u0E38\u0E48\u0E21 %{featureName} \u0E08\u0E30\u0E40\u0E1B\u0E34\u0E14\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E04\u0E38\u0E13\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E25\u0E07\u0E43\u0E19 %{tableName}",
|
|
106955
107468
|
searchTooltip: "\u0E01\u0E32\u0E23\u0E04\u0E49\u0E19\u0E2B\u0E32\u0E08\u0E30\u0E40\u0E1B\u0E34\u0E14\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E04\u0E38\u0E13\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E25\u0E07\u0E43\u0E19 %{tableName}",
|
|
106956
107469
|
featureFilter: "\u0E15\u0E31\u0E27\u0E01\u0E23\u0E2D\u0E07",
|
|
106957
107470
|
featureQuickFilter: "\u0E15\u0E31\u0E27\u0E01\u0E23\u0E2D\u0E07\u0E14\u0E48\u0E27\u0E19",
|
|
@@ -107280,6 +107793,177 @@ var zh_SG_default = {
|
|
|
107280
107793
|
}
|
|
107281
107794
|
};
|
|
107282
107795
|
|
|
107796
|
+
// src/locales/zh-TW.json
|
|
107797
|
+
var zh_TW_default = {
|
|
107798
|
+
dataTable: {
|
|
107799
|
+
emptyState: {
|
|
107800
|
+
noFilteredResults: {
|
|
107801
|
+
description: "Check your spelling and filter options, or search for a different keyword.",
|
|
107802
|
+
title: "No Items Match Your Search",
|
|
107803
|
+
itemsTitle: "No %{itemsLabel} Match Your Search"
|
|
107804
|
+
},
|
|
107805
|
+
noResults: {
|
|
107806
|
+
description: "Once your team creates these items, you can access them here. ",
|
|
107807
|
+
title: "There Are No Items to Display Right Now",
|
|
107808
|
+
itemsTitle: "There Are No %{itemsLabel} to Display Right Now",
|
|
107809
|
+
tooltip: "The %{featureName} button will be enabled once you add information to the %{tableName}",
|
|
107810
|
+
searchTooltip: "Search will be enabled once you add information to the %{tableName}",
|
|
107811
|
+
featureFilter: "Filter",
|
|
107812
|
+
featureQuickFilter: "Quick Filter",
|
|
107813
|
+
featureGroupBy: "Group By",
|
|
107814
|
+
featureConfigure: "Configure",
|
|
107815
|
+
tableNameFallback: "table"
|
|
107816
|
+
}
|
|
107817
|
+
},
|
|
107818
|
+
bulkActions: {
|
|
107819
|
+
apply: "Apply",
|
|
107820
|
+
bulkEdit: "Bulk Edit",
|
|
107821
|
+
cancel: "Cancel",
|
|
107822
|
+
editValues: "Edit Values",
|
|
107823
|
+
error: "Sorry, the items couldn't be updated. Try again.",
|
|
107824
|
+
placeholderForField: "Enter %{fieldName}",
|
|
107825
|
+
selection: "%{count} %{number} selected",
|
|
107826
|
+
selection_count: {
|
|
107827
|
+
zero: "\u5DF2\u9078\u64C7%{count}\u9805\u76EE",
|
|
107828
|
+
one: "\u5DF2\u9078\u64C7%{count}\u9805\u76EE",
|
|
107829
|
+
other: "\u5DF2\u9078\u64C7%{count}\u9805\u76EE"
|
|
107830
|
+
},
|
|
107831
|
+
success: "The items were successfully updated.",
|
|
107832
|
+
one: "item",
|
|
107833
|
+
many: "items"
|
|
107834
|
+
},
|
|
107835
|
+
exporting: "Exporting...",
|
|
107836
|
+
filters: {
|
|
107837
|
+
filters: "Filters",
|
|
107838
|
+
moreFilters: "More Filters",
|
|
107839
|
+
clearAllFilters: "Clear All Filters",
|
|
107840
|
+
close: "Close",
|
|
107841
|
+
locationFilter: {
|
|
107842
|
+
selectAll: "Select all",
|
|
107843
|
+
includeSublocations: "Include sublocations",
|
|
107844
|
+
searchLocations: "Search locations",
|
|
107845
|
+
locations: "Locations"
|
|
107846
|
+
},
|
|
107847
|
+
numberFilter: {
|
|
107848
|
+
labels: {
|
|
107849
|
+
and: "and",
|
|
107850
|
+
input_placeholder: "Enter Value",
|
|
107851
|
+
placeholder: "Select an item"
|
|
107852
|
+
},
|
|
107853
|
+
options: {
|
|
107854
|
+
any_value: "Any Value",
|
|
107855
|
+
is_between: "Is Between",
|
|
107856
|
+
greater_than: "Is Greater Than",
|
|
107857
|
+
greater_than_equal_to: "Is Greater Than or Equal To",
|
|
107858
|
+
less_than: "Is Less Than",
|
|
107859
|
+
less_than_equal_to: "Is Less Than or Equal To",
|
|
107860
|
+
no_value: "No Value"
|
|
107861
|
+
}
|
|
107862
|
+
},
|
|
107863
|
+
singleSelectFilter: {
|
|
107864
|
+
placeholder: "Select a Value"
|
|
107865
|
+
},
|
|
107866
|
+
multiSelectQuickFilter: {
|
|
107867
|
+
ariaLabel: "Quick filter: Select multiple options"
|
|
107868
|
+
},
|
|
107869
|
+
singleSelectQuickFilter: {
|
|
107870
|
+
ariaLabel: "Quick filter: Select an option"
|
|
107871
|
+
}
|
|
107872
|
+
},
|
|
107873
|
+
loading: {
|
|
107874
|
+
initial: "Information loading.",
|
|
107875
|
+
secondary: "Information loading, thanks for your patience."
|
|
107876
|
+
},
|
|
107877
|
+
menuOptions: {
|
|
107878
|
+
sortMenuItem: {
|
|
107879
|
+
label: "Sort By This Column",
|
|
107880
|
+
sortAscItem: "Sort Column Ascending",
|
|
107881
|
+
sortDescItem: "Sort Column Descending",
|
|
107882
|
+
sortResetItem: "Column Not Sorted"
|
|
107883
|
+
},
|
|
107884
|
+
expandAllGroups: "Expand All Groups",
|
|
107885
|
+
collapseAllGroups: "Collapse All Groups",
|
|
107886
|
+
pinColumn: "Pin Column",
|
|
107887
|
+
pinLeft: "Pin Left",
|
|
107888
|
+
pinRight: "Pin Right",
|
|
107889
|
+
noPin: "No Pin",
|
|
107890
|
+
autoSizeThisColumn: "Autosize This Column",
|
|
107891
|
+
autoSizeAllColumns: "Autosize All Columns",
|
|
107892
|
+
hideColumn: "Hide Column",
|
|
107893
|
+
resetColumns: "Reset Columns",
|
|
107894
|
+
unGroupBy: "Un-Group by {{label}}",
|
|
107895
|
+
groupBy: "Group by {{label}}"
|
|
107896
|
+
},
|
|
107897
|
+
grandTotals: "Grand Totals",
|
|
107898
|
+
search: "Search",
|
|
107899
|
+
subtotals: "Subtotals",
|
|
107900
|
+
tableSettings: {
|
|
107901
|
+
configureColumns: "Configure Columns",
|
|
107902
|
+
resetToDefault: "Show All",
|
|
107903
|
+
rowHeight: "Row Height",
|
|
107904
|
+
small: "Small",
|
|
107905
|
+
medium: "Medium",
|
|
107906
|
+
large: "Large",
|
|
107907
|
+
tableSettings: "Table Settings",
|
|
107908
|
+
groupBy: "Group by:",
|
|
107909
|
+
reset: "Reset",
|
|
107910
|
+
selectColumnGroup: "Select a column to group",
|
|
107911
|
+
configure: "Configure"
|
|
107912
|
+
},
|
|
107913
|
+
rowGroupToggle: {
|
|
107914
|
+
expandTierOne: "Open first groups in the table.",
|
|
107915
|
+
expandAll: "Open all groups in the table.",
|
|
107916
|
+
collapseAll: "Close all groups in the table."
|
|
107917
|
+
},
|
|
107918
|
+
columnGroupToggle: {
|
|
107919
|
+
collapse: "Collapse column group",
|
|
107920
|
+
expand: "Expand column group"
|
|
107921
|
+
},
|
|
107922
|
+
cells: {
|
|
107923
|
+
textCell: {
|
|
107924
|
+
placeholder: "Enter text"
|
|
107925
|
+
},
|
|
107926
|
+
currencyCell: {
|
|
107927
|
+
placeholder: "Enter currency"
|
|
107928
|
+
},
|
|
107929
|
+
numberCell: {
|
|
107930
|
+
placeholder: "Enter number"
|
|
107931
|
+
},
|
|
107932
|
+
percentCell: {
|
|
107933
|
+
placeholder: "\u9032\u5165 \uFF05"
|
|
107934
|
+
},
|
|
107935
|
+
pillCell: {
|
|
107936
|
+
placeholder: "Select {{label}}"
|
|
107937
|
+
},
|
|
107938
|
+
selectCell: {
|
|
107939
|
+
placeholder: "Select {{label}}"
|
|
107940
|
+
},
|
|
107941
|
+
multiSelectCell: {
|
|
107942
|
+
placeholder: "\u9078\u64C7\u503C"
|
|
107943
|
+
},
|
|
107944
|
+
booleanCell: {
|
|
107945
|
+
options: {
|
|
107946
|
+
yes: "Yes",
|
|
107947
|
+
no: "No"
|
|
107948
|
+
}
|
|
107949
|
+
}
|
|
107950
|
+
},
|
|
107951
|
+
filterRenders: {
|
|
107952
|
+
dateFilter: {
|
|
107953
|
+
single: "Single",
|
|
107954
|
+
range: "Range"
|
|
107955
|
+
}
|
|
107956
|
+
},
|
|
107957
|
+
groupCell: {
|
|
107958
|
+
expand: "Expand group",
|
|
107959
|
+
collapse: "Collapse group"
|
|
107960
|
+
},
|
|
107961
|
+
rowCheckbox: {
|
|
107962
|
+
ariaLabel: "Select Row"
|
|
107963
|
+
}
|
|
107964
|
+
}
|
|
107965
|
+
};
|
|
107966
|
+
|
|
107283
107967
|
// src/utils/translations.ts
|
|
107284
107968
|
var translations = {
|
|
107285
107969
|
"de-DE": de_DE_default,
|
|
@@ -107297,7 +107981,11 @@ var translations = {
|
|
|
107297
107981
|
"pt-BR": pt_BR_default,
|
|
107298
107982
|
"th-TH": th_TH_default,
|
|
107299
107983
|
"zh-SG": zh_SG_default,
|
|
107300
|
-
"pl-PL": pl_PL_default
|
|
107984
|
+
"pl-PL": pl_PL_default,
|
|
107985
|
+
"it-IT": it_IT_default,
|
|
107986
|
+
"pt-PT": pt_PT_default,
|
|
107987
|
+
"nb-NO": nb_NO_default,
|
|
107988
|
+
"zh-TW": zh_TW_default
|
|
107301
107989
|
};
|
|
107302
107990
|
var PRINCE_XML_DPI = 96;
|
|
107303
107991
|
var DEFAULT_PAGE_MARGIN = 40;
|