Completing French translation

This commit is contained in:
Louis Legrain 2019-02-25 16:15:57 +01:00 committed by GitHub
parent c51a9afc9b
commit 4418d40835
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 17 deletions

View File

@ -1,20 +1,20 @@
{ {
"side_menu": { "side_menu": {
"direct": "Direct messages" "direct": "Messages Privés"
}, },
"header_menu": { "header_menu": {
"settings": "Settings", "settings": "Paramètres",
"switch_streaming": "Use websocket for streaming. If the timeline does not update with streaming, please try it." "switch_streaming": "Utiliser websocket pour le streaming. Option à essayer si le fil d'actualité ne se recharge pas"
}, },
"settings": { "settings": {
"timeline": { "timeline": {
"title": "Timeline", "title": "Fil d'actualité",
"unread_notification": { "unread_notification": {
"title": "Unread Notification", "title": "Notifications non lues",
"description": "Customize unread notifications for each timelines.", "description": "Personnalisez les notifications non lues pour chaque fil d'actualité.",
"direct": "Direct Messages", "direct": "Messages Privés",
"local": "Local Timeline", "local": "Fil public local",
"public": "Public Timeline" "public": "Fil public global"
} }
} }
}, },
@ -23,19 +23,19 @@
}, },
"modals": { "modals": {
"shortcut": { "shortcut": {
"h": "Switch the focus to left column", "h": "Changer le focus sur la colonne de gauche",
"l": "Switch the focus to right column", "l": "Changer le focus sur la colonne de droite",
"?": "Show this help" "?": "Montrer ce panneau d'aide"
} }
}, },
"preferences": { "preferences": {
"general": { "general": {
"timeline": { "timeline": {
"title": "Timeline", "title": "Fil d'actualité",
"description": "Customize view in your timelines.", "description": "Customisez l'apparence du fil d'actualité",
"cw": "Always ignore contents warnings", "cw": "Toujours ignorer les avertissements relatifs au contenu",
"nfsw": "Always ignore NFSW of medias", "nfsw": "Toujours ignorer le contenu NSFW",
"hideAllAttachments": "Hide all medias" "hideAllAttachments": "Cacher tous les médias"
} }
} }
} }