{{ __('Libellé') }} {{ __('Identifiant') }} {{ __('Unité') }} @foreach ($metricUnitOptions as $value => $label) {{ $label }} @endforeach {{ __('Ordre') }} {{ __('Obligatoire') }} {{ __('Oui') }} {{ __('Retirer') }}
@csrf @method('PUT') {{ __('Module') }} @foreach ($statModules as $module) {{ data_get($module, 'name') }} @endforeach {{ __('Position') }} {{ __('Titre affiché') }} {{ __('Description affichée') }} {{ old('description_override', data_get($instance, 'description_override')) }} {{ __('Métrique') }} {{ __('Sélectionner') }} @foreach ($metricDefinitions as $definition) {{ data_get($definition, 'label') }}{{ data_get($definition, 'unit') ? ' · ' . data_get($definition, 'unit') : '' }} @endforeach {{ __('Période') }} @foreach ([7, 30, 90] as $period) {{ trans_choice('ui.common.days', $period, ['count' => $period]) }} @endforeach {{ __('Granularité') }} @foreach (['day' => 'Jour', 'week' => 'Semaine', 'month' => 'Mois'] as $value => $label) {{ __($label) }} @endforeach {{ __('Agrégation') }} @foreach (['sum' => 'Somme', 'avg' => 'Moyenne', 'min' => 'Minimum', 'max' => 'Maximum', 'count' => 'Nombre'] as $value => $label) {{ __($label) }} @endforeach {{ __('Type de graphique') }} @foreach (['line' => 'Ligne', 'bar' => 'Barres'] as $value => $label) {{ __($label) }} @endforeach {{ __('Format') }} @foreach (['integer' => 'Entier', 'decimal' => 'Décimal', 'duration_min' => 'Minutes', 'duration_hm' => 'Heures/minutes', 'percentage' => 'Pourcentage'] as $value => $label) {{ __($label) }} @endforeach {{ __('Visibilité') }} {{ __('Visible') }} {{ __('Options') }} {{ __('Afficher les jours à zéro') }} {{ __('Comparer avec la période précédente') }} {{ __('Une hausse est positive') }} {{ __('Enregistrer') }} @csrf @method('PATCH') {{ data_get($instance, 'is_visible') ? 'Masquer' : 'Afficher' }} @csrf @method('DELETE') {{ __('Supprimer') }}