aboutsummaryrefslogtreecommitdiffhomepage
path: root/locale
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2017-11-21 14:57:27 -0800
committerGravatar Frédéric Guillot <fred@miniflux.net>2017-11-21 14:57:27 -0800
commit238b9e4c8594b8846b3cd9a24702a2299581a0a1 (patch)
treee2fc2898cde61d3ae9dc0d6f23ef578010159443 /locale
parent5983db1a770e458c4ecbbe9a4a2df70f0ebc0d9a (diff)
Check for category uniqueness before saving
Diffstat (limited to 'locale')
-rw-r--r--locale/translations.go8
-rw-r--r--locale/translations/fr_FR.json4
2 files changed, 8 insertions, 4 deletions
diff --git a/locale/translations.go b/locale/translations.go
index a437654..bbe62d3 100644
--- a/locale/translations.go
+++ b/locale/translations.go
@@ -1,5 +1,5 @@
// Code generated by go generate; DO NOT EDIT.
-// 2017-11-21 14:38:46.654499991 -0800 PST m=+0.006321563
+// 2017-11-21 14:55:14.456403496 -0800 PST m=+0.037949400
package locale
@@ -137,12 +137,14 @@ var Translations = map[string]string{
"no": "non",
"Are you sure?": "Êtes-vous sûr ?",
"Work in progress...": "Travail en cours...",
- "This user already exists.": "Cet utilisateur existe déjà."
+ "This user already exists.": "Cet utilisateur existe déjà.",
+ "This category already exists.": "Cette catégorie existe déjà.",
+ "Unable to update this category.": "Impossible de mettre à jour cette catégorie."
}
`,
}
var TranslationsChecksums = map[string]string{
"en_US": "6fe95384260941e8a5a3c695a655a932e0a8a6a572c1e45cb2b1ae8baa01b897",
- "fr_FR": "bfa4a8bb15bd6016da8b9b5f851121a4ae278e2a195cd2edc4737ff075d28f02",
+ "fr_FR": "5c8c2c5e35a17a7dd3c30596b73342f70950a3bbce00786d43ccba01b96ea672",
}
diff --git a/locale/translations/fr_FR.json b/locale/translations/fr_FR.json
index 8ba010c..9cbe220 100644
--- a/locale/translations/fr_FR.json
+++ b/locale/translations/fr_FR.json
@@ -121,5 +121,7 @@
"no": "non",
"Are you sure?": "Êtes-vous sûr ?",
"Work in progress...": "Travail en cours...",
- "This user already exists.": "Cet utilisateur existe déjà."
+ "This user already exists.": "Cet utilisateur existe déjà.",
+ "This category already exists.": "Cette catégorie existe déjà.",
+ "Unable to update this category.": "Impossible de mettre à jour cette catégorie."
}