Files
deflock-app/lib/localizations/fr.json
T
2025-08-31 11:16:20 -05:00

33 lines
742 B
JSON

{
"language": {
"name": "Français"
},
"app": {
"title": "DeFlock"
},
"actions": {
"tagNode": "Marquer Nœud",
"download": "Télécharger",
"settings": "Paramètres",
"edit": "Modifier",
"cancel": "Annuler",
"ok": "OK",
"close": "Fermer"
},
"followMe": {
"off": "Activer le suivi (nord en haut)",
"northUp": "Activer le suivi (rotation)",
"rotating": "Désactiver le suivi"
},
"settings": {
"title": "Paramètres",
"language": "Langue",
"systemDefault": "Par Défaut du Système",
"aboutInfo": "À Propos / Informations",
"aboutThisApp": "À Propos de Cette App"
},
"node": {
"title": "Nœud #{}",
"tagSheetTitle": "Balises du Dispositif"
}
}