[
{
"caption": "aaaaa_side_bar",
"id": "aaaaa_side_bar",
"command": "aaaaa_side_bar",
"args": { "paths": [] }
},
{ "caption": "-", "id": "side-bar-start-separator" },
{
"caption": "Nouveau fichier…",
"id": "side-bar-new-file",
"command": "side_bar_new_file",
"args": { "paths": [] }
},
{
"caption": "Nouveau dossier…",
"id": "side-bar-new-directory",
"command": "side_bar_new_directory",
"args": { "paths": [] }
},
{ "caption": "-", "id": "side-bar-new-separator" },
{
"caption": "Éditer",
"id": "side-bar-edit",
"command": "side_bar_edit",
"args": { "paths": [] }
},
{
"caption": "Éditer à droite",
"id": "side-bar-edit-to-right",
"command": "side_bar_edit_to_right",
"args": { "paths": [] }
},
{ "caption": "-" },
{
"caption": "Ouvrir / Exécuter",
"id": "side-bar-open",
"command": "side_bar_open",
"args": { "paths": [] }
},
{
"caption": "Ouvrir dans une nouvelle fenêtre",
"id": "side-bar-open-in-new-window",
"command": "side_bar_open_in_new_window",
"args": { "paths": [] }
},
{
"caption": "Afficher dans l'Explorateur",
"id": "side-bar-open-with-finder",
"command": "side_bar_open_with_finder",
"args": { "paths": [] }
},
{ "caption": "-", "id": "side-bar-edit-open-separator" },
{
"caption": "Rechercher & Remplacer…",
"id": "side-bar-find-selected",
"command": "side_bar_find_in_selected",
"args": { "paths": [] }
},
{
"caption": "Rechercher des fichiers par nom…",
"id": "side-bar-find-files",
"command": "side_bar_find_files_path_containing",
"args": { "paths": [] }
},
{ "caption": "-", "id": "side-bar-find-separator" },
{
"caption": "Couper",
"id": "side-bar-clip-cut",
"command": "side_bar_cut",
"args": { "paths": [] }
},
{
"caption": "Copier",
"id": "side-bar-clip-copy",
"command": "side_bar_copy",
"args": { "paths": [] }
},
{ "caption": "-" },
{
"caption": "Copier le nom",
"id": "side-bar-clip-copy-name",
"command": "side_bar_copy_name",
"args": { "paths": [] }
},
{
"caption": "Copier le chemin",
"id": "side-bar-clip-copy-path",
"command": "side_bar_copy_path_relative_from_project_encoded",
"args": { "paths": [] }
},
{
"caption": "Copier en Data URI",
"id": "side-bar-clip-copy-content-base-64",
"command": "side_bar_copy_content_base64",
"args": { "paths": [] }
},
{ "caption": "-" },
{
"caption": "Coller",
"id": "side-bar-clip-paste",
"command": "side_bar_paste",
"args": { "paths": [] }
},
{ "caption": "-", "id": "side-bar-clip-separator" },
{
"caption": "Dupliquer…",
"id": "side-bar-duplicate",
"command": "side_bar_duplicate",
"args": { "paths": [] }
},
{ "caption": "-", "id": "side-bar-duplicate-separator" },
{
"caption": "Renommer…",
"id": "side-bar-rename",
"command": "side_bar_rename",
"args": { "paths": [] }
},
{
"caption": "Déplacer…",
"id": "side-bar-move",
"command": "side_bar_move",
"args": { "paths": [] }
},
{
"caption": "Renommage en masse…",
"id": "side-bar-mass-rename",
"command": "side_bar_mass_rename",
"args": { "paths": [] }
},
{ "caption": "-", "id": "side-bar-rename-move-separator" },
{
"caption": "Supprimer",
"id": "side-bar-delete",
"command": "side_bar_delete",
"args": { "paths": [] }
},
{ "caption": "-", "id": "side-bar-delete-separator" },
{
"caption": "Afficher l'emplacement",
"id": "side-bar-reveal",
"command": "side_bar_reveal",
"args": { "paths": [] }
},
{ "caption": "-", "id": "side-bar-reveal-separator" },
{
"caption": "Ajouter au projet",
"id": "side-bar-project-item-add",
"command": "side_bar_project_item_add",
"args": { "paths": [] }
},
{
"caption": "Retirer du projet",
"command": "side_bar_project_item_remove_folder",
"args": { "paths": [] }
},
{ "caption": "-", "id": "side-bar-end-separator" },
{
"caption": "zzzzz_side_bar",
"id": "zzzzz_side_bar",
"command": "zzzzz_side_bar",
"args": { "paths": [] }
}
]