aboutsummaryrefslogtreecommitdiffhomepage
path: root/locale
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2017-11-21 14:44:47 -0800
committerGravatar Frédéric Guillot <fred@miniflux.net>2017-11-21 14:44:47 -0800
commit5983db1a770e458c4ecbbe9a4a2df70f0ebc0d9a (patch)
tree454cea39e4aa6017381ab5334f50ea00b8689501 /locale
parent25a5250eb9c6410fcd2876a941f9128ebd3d9bc4 (diff)
Ask for confirmation before removing something
Diffstat (limited to 'locale')
-rw-r--r--locale/translations.go12
-rw-r--r--locale/translations/fr_FR.json8
2 files changed, 16 insertions, 4 deletions
diff --git a/locale/translations.go b/locale/translations.go
index ad993bc..a437654 100644
--- a/locale/translations.go
+++ b/locale/translations.go
@@ -1,5 +1,5 @@
// Code generated by go generate; DO NOT EDIT.
-// 2017-11-20 18:31:16.993089344 -0800 PST m=+0.032236726
+// 2017-11-21 14:38:46.654499991 -0800 PST m=+0.006321563
package locale
@@ -131,12 +131,18 @@ var Translations = map[string]string{
"Unable to parse Atom feed: %v.": "Impossible de lire ce flux Atom: %v.",
"Unable to parse JSON feed: %v.": "Impossible de lire ce flux JSON: %v.",
"Unable to parse RDF feed: %v.": "Impossible de lire ce flux RDF: %v.",
- "Unable to normalize encoding: %v.": "Impossible de normaliser l'encodage : %v."
+ "Unable to normalize encoding: %v.": "Impossible de normaliser l'encodage : %v.",
+ "Unable to create this category.": "Impossible de créer cette catégorie.",
+ "yes": "oui",
+ "no": "non",
+ "Are you sure?": "Êtes-vous sûr ?",
+ "Work in progress...": "Travail en cours...",
+ "This user already exists.": "Cet utilisateur existe déjà."
}
`,
}
var TranslationsChecksums = map[string]string{
"en_US": "6fe95384260941e8a5a3c695a655a932e0a8a6a572c1e45cb2b1ae8baa01b897",
- "fr_FR": "946d1c30bcb862ef35741786cdb5768900ad0d704e802472e481540f9b6542e5",
+ "fr_FR": "bfa4a8bb15bd6016da8b9b5f851121a4ae278e2a195cd2edc4737ff075d28f02",
}
diff --git a/locale/translations/fr_FR.json b/locale/translations/fr_FR.json
index b10f0fc..8ba010c 100644
--- a/locale/translations/fr_FR.json
+++ b/locale/translations/fr_FR.json
@@ -115,5 +115,11 @@
"Unable to parse Atom feed: %v.": "Impossible de lire ce flux Atom: %v.",
"Unable to parse JSON feed: %v.": "Impossible de lire ce flux JSON: %v.",
"Unable to parse RDF feed: %v.": "Impossible de lire ce flux RDF: %v.",
- "Unable to normalize encoding: %v.": "Impossible de normaliser l'encodage : %v."
+ "Unable to normalize encoding: %v.": "Impossible de normaliser l'encodage : %v.",
+ "Unable to create this category.": "Impossible de créer cette catégorie.",
+ "yes": "oui",
+ "no": "non",
+ "Are you sure?": "Êtes-vous sûr ?",
+ "Work in progress...": "Travail en cours...",
+ "This user already exists.": "Cet utilisateur existe déjà."
}