Skip to content

Commit

Permalink
Updating Bookmarks strings using fr.js in locales folder (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamwinner422 authored Dec 26, 2024
1 parent 17d8f7b commit 33bd55d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions locales/fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ const fr = {
'editShortcutsListInfo': 'Vous pouvez ajouter de nouveaux raccourcis en cliquant sur l\'icône « + » ou modifier les raccourcis existants en cliquant sur le nom ou l\'URL du raccourci.',
"adaptiveIconText": "Formes d'Icônes Adaptatives",
"adaptiveIconInfoText": "Les icônes de raccourci apparaîtront plus petites",
"bookmarksText": "Favoris",
"bookmarksInfo": "Afficher la barre latérale des favoris",
"ai_tools_button": "Outils IA",
"enable_ai_tools": "Afficher les raccourcis pour les Outils IA",
"googleAppsMenuText": "Apps Google",
Expand Down Expand Up @@ -70,6 +72,14 @@ const fr = {
"location": "Terre",
// End of Weather

// Bookmarks
"bookmarksHeading": "Favoris",
"bookmarkViewAs": "Afficher en",
"bookmarkViewGrid": "Grille", // Keep this shorter
"bookmarkViewList": "Liste", // Keep this shorter
"bookmarkSearch": "Rechercher un favori",
// End of Bookmark

// New Tab Item
"conditionText": "Bonjour, comment allez-vous?",
"enterBtn": "Rechercher",
Expand Down Expand Up @@ -119,4 +129,6 @@ const fr = {
"failedbackup": "Échec de la sauvegarde: ",
"restorecompleted": "Restauration terminée avec succès!",
"restorefailed": "Échec de la restauration: ",
"invalidBackup": "Fichier de sauvegarde invalide",
"deleteBookmark": "Êtes-vous sûr de vouloir supprimer le favori?",
}

0 comments on commit 33bd55d

Please sign in to comment.