Skip to content

Commit

Permalink
French locale text
Browse files Browse the repository at this point in the history
Just added French locale text :-)
  • Loading branch information
coda538 authored Feb 17, 2023
1 parent 4d30d57 commit 273d3dc
Showing 1 changed file with 41 additions and 1 deletion.
42 changes: 41 additions & 1 deletion lib/src/pluto_grid_configuration.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1044,7 +1044,47 @@ class PlutoGridLocaleText {
// Common
this.loadingText = 'Loading',
});


const PlutoGridLocaleText.french({
// Column menu
this.unfreezeColumn = 'Libérer',
this.freezeColumnToStart = 'Figer au début',
this.freezeColumnToEnd = 'Figer à la fin',
this.autoFitColumn = 'Ajuster automatiquement',
this.hideColumn = 'Cacher colonne',
this.setColumns = 'Définir les colonnes',
this.setFilter = 'Filtrer',
this.resetFilter = 'Défiltrer',
// SetColumns popup
this.setColumnsTitle = 'Titre de colonne',
// Filter popup
this.filterColumn = 'Colonne',
this.filterType = 'Type',
this.filterValue = 'Valeur',
this.filterAllColumns = 'Toutes colonnes',
this.filterContains = 'Contient',
this.filterEquals = 'Egal',
this.filterStartsWith = 'Commence par',
this.filterEndsWith = 'Termine par',
this.filterGreaterThan = 'Supérieur à',
this.filterGreaterThanOrEqualTo = 'Supérieur ou égal à',
this.filterLessThan = 'Inférieur à',
this.filterLessThanOrEqualTo = 'Inférieur ou égal à',
// Date popup
this.sunday = 'Di',
this.monday = 'Lu',
this.tuesday = 'Ma',
this.wednesday = 'Me',
this.thursday = 'Je',
this.friday = 'Ve',
this.saturday = 'Sa',
// Time column popup
this.hour = 'Heure',
this.minute = 'Minute',
// Common
this.loadingText = 'Chargement',
});

const PlutoGridLocaleText.china({
// Column menu
this.unfreezeColumn = '解冻列',
Expand Down

0 comments on commit 273d3dc

Please sign in to comment.