Skip to content

Commit f88622e

Browse files
authored
Merge pull request #27 from Vivalzar/fr-4126
Updated French translation for v4126
2 parents d95674f + 7b874d1 commit f88622e

12 files changed

+1850
-1
lines changed

locale/fr_FR/menu.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"args": {
4141
"action": "detect"
4242
},
43-
"caption": "Detecter"
43+
"caption": "Détecter"
4444
},
4545
{
4646
"command": "localize_run",
Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
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+
]

0 commit comments

Comments
 (0)