diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-09-25 02:18:49 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-09-25 02:18:49 +0000 |
commit | 02e037174e4bb1f5f6e80bcd37e3069b7125bf09 (patch) | |
tree | 223a32065d10269b8deba807a91908a5a6177254 /apps/dashboard | |
parent | bf91ec45fc84624aa1c76c2ab225b34ad6d35a6f (diff) | |
download | nextcloud-server-02e037174e4bb1f5f6e80bcd37e3069b7125bf09.tar.gz nextcloud-server-02e037174e4bb1f5f6e80bcd37e3069b7125bf09.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/dashboard')
-rw-r--r-- | apps/dashboard/l10n/fr.js | 11 | ||||
-rw-r--r-- | apps/dashboard/l10n/fr.json | 11 |
2 files changed, 20 insertions, 2 deletions
diff --git a/apps/dashboard/l10n/fr.js b/apps/dashboard/l10n/fr.js index 35ef46f1514..3c01a2ddd7c 100644 --- a/apps/dashboard/l10n/fr.js +++ b/apps/dashboard/l10n/fr.js @@ -2,19 +2,28 @@ OC.L10N.register( "dashboard", { "Dashboard" : "Tableau de bord", + "Dashboard app" : "Dashboard app", + "Show something" : "Montre quelque chose", "Customize" : "Personnaliser", + "Edit widgets" : "Modifier les widgets", + "Get more widgets from the app store" : "Obtenez plus de widgets de l'App Store", "Change background image" : "Modifier l’image d'arrière-plan", "Weather service" : "Service météo", + "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Pour votre vie privée, les données météorologiques sont demandées par votre serveur Nextcloud en votre nom afin que le service météo ne reçoive aucune information personnelle.", "Weather data from Met.no" : "Données météo fournies par Met.no", "Weather" : "Météo", "Status" : "Statut", "Good evening, {name}" : "Bonsoir {name}", "Good evening" : "Bonsoir", + "Good afternoon, {name}" : "Bonjour, {name}", "Good afternoon" : "Bon après-midi", "Good morning, {name}" : "Bonjour {name}", "Good morning" : "Bonjour", "Good night, {name}" : "Bonne nuit {name}", "Good night" : "Bonne nuit", - "Default images" : "Images par défaut" + "Pick from files" : "Choisissez parmi les fichiers", + "Default images" : "Images par défaut", + "Plain background" : "Fond uni", + "Insert from {productName}" : "Insérer depuis {productName}" }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/dashboard/l10n/fr.json b/apps/dashboard/l10n/fr.json index 7491c2e7f5c..40f16a5e9e6 100644 --- a/apps/dashboard/l10n/fr.json +++ b/apps/dashboard/l10n/fr.json @@ -1,18 +1,27 @@ { "translations": { "Dashboard" : "Tableau de bord", + "Dashboard app" : "Dashboard app", + "Show something" : "Montre quelque chose", "Customize" : "Personnaliser", + "Edit widgets" : "Modifier les widgets", + "Get more widgets from the app store" : "Obtenez plus de widgets de l'App Store", "Change background image" : "Modifier l’image d'arrière-plan", "Weather service" : "Service météo", + "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Pour votre vie privée, les données météorologiques sont demandées par votre serveur Nextcloud en votre nom afin que le service météo ne reçoive aucune information personnelle.", "Weather data from Met.no" : "Données météo fournies par Met.no", "Weather" : "Météo", "Status" : "Statut", "Good evening, {name}" : "Bonsoir {name}", "Good evening" : "Bonsoir", + "Good afternoon, {name}" : "Bonjour, {name}", "Good afternoon" : "Bon après-midi", "Good morning, {name}" : "Bonjour {name}", "Good morning" : "Bonjour", "Good night, {name}" : "Bonne nuit {name}", "Good night" : "Bonne nuit", - "Default images" : "Images par défaut" + "Pick from files" : "Choisissez parmi les fichiers", + "Default images" : "Images par défaut", + "Plain background" : "Fond uni", + "Insert from {productName}" : "Insérer depuis {productName}" },"pluralForm" :"nplurals=2; plural=(n > 1);" }
\ No newline at end of file |