i18n(fr): Updated French translation
This commit is contained in:
parent
cf433f7c8a
commit
cd1b322180
1 changed files with 70 additions and 30 deletions
|
|
@ -1,28 +1,63 @@
|
|||
cosmic-text-editor = Éditeur de texte COSMIC
|
||||
new-document = Nouveau document
|
||||
open-project = Ouvrir un projet
|
||||
todo = À faire
|
||||
|
||||
# Context Pages
|
||||
|
||||
## About
|
||||
git-description = Git commit {$hash} le {$date}
|
||||
|
||||
## Document statistics
|
||||
document-statistics = Statistique du document
|
||||
word-count = Nombre de mot
|
||||
character-count = Caractère
|
||||
character-count-no-spaces = Caractère (sans espace)
|
||||
line-count = Ligne
|
||||
document-statistics = Statistiques du document
|
||||
word-count = Nombre de mots
|
||||
character-count = Caractères
|
||||
character-count-no-spaces = Caractères (sans espaces)
|
||||
line-count = Lignes
|
||||
|
||||
## Git management
|
||||
git-management = Gestion de Git
|
||||
git-management-description = Git est un outil de développement utilisé pour les opérations de gestion de versions.
|
||||
git-management-loading = Chargement de Git...
|
||||
unstaged-changes = Modifications non indexées
|
||||
staged-changes = Modifications indexées
|
||||
|
||||
## Project search
|
||||
project-search = Recherche de projets
|
||||
|
||||
## Prompt save changes
|
||||
prompt-save-changes-title = Modifications non sauvegardées
|
||||
prompt-unsaved-changes = Vous avez des modifications non sauvegardées. Sauvegarder ?
|
||||
discard = Abandonner les modifications
|
||||
|
||||
## Settings
|
||||
settings = Paramètre
|
||||
settings = Paramètres
|
||||
|
||||
## Appearance
|
||||
appearance = Apparence
|
||||
theme = Thème
|
||||
match-desktop = Assortir au bureau
|
||||
dark = Sombre
|
||||
light = Clair
|
||||
syntax-dark = Syntaxe sombre
|
||||
syntax-light = Syntaxe clair
|
||||
default-font = Police par défaut
|
||||
default-font-size = Taille de la Police
|
||||
default-font-size = Taille de la police par défaut
|
||||
|
||||
### Keyboard shortcuts
|
||||
keyboard-shortcuts = Raccourci clavier
|
||||
keyboard-shortcuts = Raccourcis clavier
|
||||
enable-vim-bindings = Activer les raccourcis Vim
|
||||
|
||||
# Find
|
||||
find-placeholder = Rechercher...
|
||||
find-previous = Chercher précédent
|
||||
find-next = Chercher prochain
|
||||
replace-placeholder = Remplacer...
|
||||
replace = Remplacer
|
||||
replace-all = Remplacer tout
|
||||
case-sensitive = Respecter la casse
|
||||
use-regex = Expression régulière
|
||||
|
||||
# Menu
|
||||
|
||||
## File
|
||||
|
|
@ -30,26 +65,31 @@ file = Fichier
|
|||
new-file = Nouveau fichier
|
||||
new-window = Nouvelle fenêtre
|
||||
open-file = Ouvrir un fichier...
|
||||
open-recent = Ouvrir récent
|
||||
todo = À faire
|
||||
save = Sauvegarder
|
||||
save-as = Sauvegarder dans...
|
||||
open-recent-file = Ouvrir un fichier récent
|
||||
close-file = Fermer le fichier
|
||||
menu-open-project = Ouvrir un projet...
|
||||
open-recent-project = Ouvrir un projet récent
|
||||
close-project = Fermer le projet
|
||||
save = Enregistrer
|
||||
save-as = Enregistrer sous...
|
||||
revert-all-changes = Annuler tous les changements
|
||||
menu-document-statistics = Statistique du document...
|
||||
document-type = Type du document...
|
||||
encoding = Codage...
|
||||
menu-document-statistics = Statistiques du document...
|
||||
document-type = Type de document...
|
||||
encoding = Encodage...
|
||||
menu-git-management = Gestion de Git...
|
||||
print = Imprimer
|
||||
quit = Quitter
|
||||
|
||||
## Edit
|
||||
edit = Éditer
|
||||
edit = Modifier
|
||||
undo = Annuler
|
||||
redo = Refaire
|
||||
redo = Rétablir
|
||||
cut = Couper
|
||||
copy = Copier
|
||||
paste = Coller
|
||||
find = Trouver
|
||||
replace = Remplacer
|
||||
select-all = Sélectionner tout
|
||||
find = Rechercher
|
||||
find-in-project = Rechercher dans le projet...
|
||||
spell-check = Vérification orthographique...
|
||||
|
||||
## View
|
||||
|
|
@ -57,15 +97,15 @@ view = Affichage
|
|||
indentation = Indentation
|
||||
|
||||
### Indentation
|
||||
automatic-indentation = Indentation Automatique
|
||||
tab-width = Largeur de l'onglet: {$tab_width}
|
||||
convert-indentation-to-spaces = convertir l'indentation en espaces
|
||||
convert-indentation-to-tabs = convertir l'indentation en tabulations
|
||||
automatic-indentation = Indentation automatique
|
||||
tab-width = Largeur de la tabulation : {$tab_width}
|
||||
convert-indentation-to-spaces = Convertir l'indentation en espaces
|
||||
convert-indentation-to-tabs = Convertir l'indentation en tabulations
|
||||
|
||||
word-wrap = retour à la ligne
|
||||
show-line-numbers = Numéros de ligne
|
||||
highlight-current-line = Surbriller la ligne actuelle
|
||||
syntax-highlighting = Surbrillance de la syntaxe...
|
||||
menu-settings = Paramètre...
|
||||
menu-keyboard-shortcuts = Raccourci clavier...
|
||||
menu-about = À propos de COSMIC Text Editor
|
||||
word-wrap = Retour à la ligne
|
||||
show-line-numbers = Afficher les numéros de ligne
|
||||
highlight-current-line = Surligner la ligne actuelle
|
||||
syntax-highlighting = Coloration syntaxique...
|
||||
menu-settings = Paramètres...
|
||||
menu-keyboard-shortcuts = Raccourcis clavier...
|
||||
menu-about = À propos de l'éditeur de texte COSMIC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue