File tree Expand file tree Collapse file tree 12 files changed +1850
-1
lines changed
Expand file tree Collapse file tree 12 files changed +1850
-1
lines changed Original file line number Diff line number Diff line change 4040 "args" : {
4141 "action" : " detect"
4242 },
43- "caption" : " Detecter "
43+ "caption" : " Détecter "
4444 },
4545 {
4646 "command" : " localize_run" ,
Original file line number Diff line number Diff line change 1+ [
2+ {
3+ "command" : " open_context_url"
4+ },
5+ {
6+ "caption" : " Aller à la définition" ,
7+ "command" : " context_goto_definition"
8+ },
9+ {
10+ "caption" : " -" ,
11+ "id" : " diff"
12+ },
13+ {
14+ "caption" : " Afficher/Masquer la modification" ,
15+ "command" : " toggle_inline_diff"
16+ },
17+ {
18+ "caption" : " -" ,
19+ "id" : " clipboard"
20+ },
21+ {
22+ "caption" : " Couper" ,
23+ "command" : " cut"
24+ },
25+ {
26+ "caption" : " Copier" ,
27+ "command" : " copy"
28+ },
29+ {
30+ "caption" : " Coller" ,
31+ "command" : " paste"
32+ },
33+ {
34+ "caption" : " -" ,
35+ "id" : " selection"
36+ },
37+ {
38+ "caption" : " Tout sélectionner" ,
39+ "command" : " select_all"
40+ },
41+ {
42+ "caption" : " -" ,
43+ "id" : " repo_commands"
44+ },
45+ {
46+ "caption" : " Ouvrir le dépôt Git…" ,
47+ "command" : " sublime_merge_open_repo"
48+ },
49+ {
50+ "caption" : " Historique du fichier…" ,
51+ "command" : " sublime_merge_file_history"
52+ },
53+ {
54+ "caption" : " Historique de la ligne…" ,
55+ "command" : " sublime_merge_line_history"
56+ },
57+ {
58+ "caption" : " Commande 'blame'…" ,
59+ "command" : " sublime_merge_blame_file"
60+ },
61+ {
62+ "caption" : " -" ,
63+ "id" : " file"
64+ },
65+ {
66+ "caption" : " Ouvrir dans le navigateur" ,
67+ "command" : " open_in_browser"
68+ },
69+ {
70+ "caption" : " Ouvrir le dossier parent…" ,
71+ "command" : " open_dir" ,
72+ "args" : {
73+ "dir" : " $file_path" ,
74+ "file" : " $file_name"
75+ }
76+ },
77+ {
78+ "caption" : " Copier le chemin du fichier" ,
79+ "command" : " copy_path"
80+ },
81+ {
82+ "caption" : " Montrer dans le panneau latéral" ,
83+ "command" : " reveal_in_side_bar"
84+ },
85+ {
86+ "caption" : " -" ,
87+ "id" : " end"
88+ }
89+ ]
You can’t perform that action at this time.
0 commit comments