Previously if the menu was opened and no there were no options to be displayed it was just showing a tiny empty menu, this commit adds an empty placeholder in order to make it clearer that the list is empty.
47 lines
1.7 KiB
JSON
47 lines
1.7 KiB
JSON
{
|
|
"components": {
|
|
"pagination": {
|
|
"goto_label": "Aller à",
|
|
"goto_label_aria": "Aller à la page",
|
|
"next_aria": "Aller à la page suivante",
|
|
"previous_aria": "Aller à la page précédente",
|
|
"goto_page_aria": "Aller à la page {page}",
|
|
"current_page_aria": "Vous êtes actuellement sur la page {page}"
|
|
},
|
|
"datagrid": {
|
|
"empty": "Ce tableau est vide",
|
|
"empty_alt": "Illustration d'un tableau vide",
|
|
"loader_aria": "Loading data"
|
|
},
|
|
"provider": {
|
|
"test": "Ceci est un test : {name}"
|
|
},
|
|
"forms": {
|
|
"select": {
|
|
"toggle_button_aria_label": "Ouvrir le menu",
|
|
"clear_button_aria_label": "Effacer la sélection",
|
|
"clear_all_button_aria_label": "Effacer toutes les sélections",
|
|
"menu_empty_placeholder": "Aucun choix disponible"
|
|
},
|
|
"file_uploader": {
|
|
"delete_file_name": "Supprimer le fichier {name}",
|
|
"delete_file": "Supprimer le fichier",
|
|
"uploading": "Upload en cours ...",
|
|
"caption": "Glisser-déposer ou ",
|
|
"browse_files": "Parcourir"
|
|
},
|
|
"date_picker": {
|
|
"toggle_button_aria_label_open": "Ouvrir le calendrier",
|
|
"toggle_button_aria_label_close": "Fermer le calendrier",
|
|
"clear_button_aria_label": "Effacer la date",
|
|
"next_month_button_aria_label": "Mois suivant",
|
|
"next_year_button_aria_label": "Année suivante",
|
|
"previous_month_button_aria_label": "Mois précédent",
|
|
"previous_year_button_aria_label": "Année précédente",
|
|
"year_select_button_aria_label": "Sélectionner une année",
|
|
"month_select_button_aria_label": "Sélectionner un mois"
|
|
}
|
|
}
|
|
}
|
|
}
|