Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New french translations #555

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 16 additions & 5 deletions locales/fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ const fr = {
"userTextInfo": "Afficher le texte personnalisé sous l'horloge",
"fahrenheitCelsiusCheckbox": "Passer à Fahrenheit",
"fahrenheitCelsiusText": "Actualiser la page pour appliquer les changements",
"hideWeatherTitle": "Masquer la météo",
"hideWeatherInfo": "Désactiver les widgets de météo",
"hideWeatherBox": "Masquer la carte météo",
"hideWeatherBoxInfo": "Afficher uniquement la température sur mobile",

// Search
"micIconTitle": "Masquer l'Icône du Microphone",
"micIconInfo": "Si la saisie vocale ne fonctionne pas",
"hideSearchWith": "Masquer les Moteurs de Recherche",
Expand All @@ -55,23 +61,19 @@ const fr = {
"ProxyText": "Proxy de contournement CORS",
"ProxySubtext": "Ajouter votre propre proxy de contournement CORS",
"HostproxyButton": "Hébergez votre propre proxy",
"saveproxy": "Enregistrer",

// Location
"UserLocText": "Saisissez votre localisation",
"UserLocSubtext": "Si la localisation de la météo n'est pas correct",
"userLoc": "Votre ville ou vos coordonnées (Latitude, Longitude)",
"useGPS": "Utiliser le GPS",
"saveLoc": "Enregistrer",

// Weather
"WeatherApiText": "Entrez votre clé WeatherAPI",
"WeatherApiSubtext": "Si la fonctionnalité météo ne fonctionne pas",
"userAPI": "Your weatherAPI key",
"LearnMoreButton": "En savoir plus",
"saveAPI": "Enregistrer",
"hideWeatherBox": "Masquer la carte météo",
"hideWeatherBoxInfo": "Afficher uniquement la température sur mobile",

// Body Items
// Calendar
Expand All @@ -84,6 +86,9 @@ const fr = {
"bookmarkViewGrid": "Grille",
"bookmarkViewList": "Liste",
"bookmarkSearch": "Rechercher un favori",
"editBookmarkHeading": "Modifier un favori",
"editBookmarkName": "Nom du favori",
"editBookmarkURL": "URL du favori",

// New Tab Item
"conditionText": "Bonjour, comment allez-vous?",
Expand Down Expand Up @@ -117,7 +122,8 @@ const fr = {
"copilot": "Copilot",
"claude": "Claude",
"perplexity": "Perplexity",
"firefly": "Adobe Firefly",
//"firefly": "Adobe Firefly",
"deepseek": "DeepSeek",
"metaAI": "Meta AI",

// Theme
Expand All @@ -132,6 +138,11 @@ const fr = {
"rangColor": "Choisir la couleur",

// Dialog boxes (alerts)
"okText": "OK",
"yesText": "Oui",
"noText": "Non",
"agreeText": "J'accepte",
"cancelText": "Annuler",
"confirmWallpaper": "Souhaitez-vous définir une nouvelle image comme fond d'écran pour la journée?",
"confirmRestore": "Êtes-vous sûr de vouloir réinitialiser vos paramètres? Cette action ne peut être annulée.",
"Nobackgroundset": "Aucune image de fond n'est actuellement définie.",
Expand Down