diff --git a/prismlauncher-instances/translations/fr.json b/prismlauncher-instances/translations/fr.json new file mode 100644 index 0000000..6aeea57 --- /dev/null +++ b/prismlauncher-instances/translations/fr.json @@ -0,0 +1,16 @@ +{ + "no_instances": { + "subtitle": "Filtre:", + "title": "Aucune instance trouvée" + }, + "settings": { + "launcher_exec_command": { + "description": "Lancer Prismlauncher ou une fork au choix", + "label": "Executable Prism" + }, + "prismlauncher_path": { + "description": "Chemin de PrismLauncher", + "label": "Chemin de PrismLauncher" + } + } +} diff --git a/web-launcher/translations/fr.json b/web-launcher/translations/fr.json new file mode 100644 index 0000000..0914d37 --- /dev/null +++ b/web-launcher/translations/fr.json @@ -0,0 +1,27 @@ +{ + "notify": { + "message": "Ouverture de {name}", + "title": "Sites" + }, + "settings": { + "command": { + "description": "Commande qui lance le site. Exemple: \"firefox --new-window\"", + "label": "Commande" + }, + "icon_provider": { + "description": "Source de téléchargement des icones", + "direct": "favicon.ico du site", + "duckduckgo": "DuckDuckGo", + "google": "Google", + "label": "Fournisseur d'icone" + }, + "links": { + "description": "Format: Nom|https://url", + "label": "Liens" + }, + "notify": { + "description": "Notification à l'ouverture du lien.", + "label": "Notification" + } + } +}