aboutsummaryrefslogtreecommitdiffhomepage
path: root/locale
diff options
context:
space:
mode:
authorGravatar stratmaster <stratmaster@users.noreply.github.com>2018-07-05 19:42:49 +0200
committerGravatar Frédéric Guillot <fred@miniflux.net>2018-07-05 10:42:49 -0700
commit7ed8401088aeddc0d217031e923168a26f3f5036 (patch)
tree880e99c7d60321175dcfa0c28bbf361baae554d3 /locale
parentde1a4aad302e3366b13e683dbe0ca10407a4c57b (diff)
Add German translation for search form
Diffstat (limited to 'locale')
-rwxr-xr-xlocale/translations.go11
-rw-r--r--locale/translations/de_DE.json7
2 files changed, 14 insertions, 4 deletions
diff --git a/locale/translations.go b/locale/translations.go
index a14f70e..f66b8ec 100755
--- a/locale/translations.go
+++ b/locale/translations.go
@@ -1,5 +1,5 @@
// Code generated by go generate; DO NOT EDIT.
-// 2018-07-04 22:00:22.177727933 -0700 PDT m=+0.039621734
+// 2018-07-05 12:45:05.564413829 +0200 CEST m=+0.064843885
package locale
@@ -241,7 +241,12 @@ var translations = map[string]string{
"Feed Password": "Passwort des Abonnements",
"You are not authorized to access this resource (invalid username/password)": "Sie sind nicht berechtigt, auf diese Ressource zuzugreifen (Benutzername/Passwort ungültig)",
"Unable to fetch this resource (Status Code = %d)": "Ressource konnte nicht abgerufen werden (code=%d)",
- "Resource not found (404), this feed doesn't exists anymore, check the feed URL": "Ressource nicht gefunden (404), dieses Abonnement existiert nicht mehr, überprüfen Sie die Abonnement-URL"
+ "Resource not found (404), this feed doesn't exists anymore, check the feed URL": "Ressource nicht gefunden (404), dieses Abonnement existiert nicht mehr, überprüfen Sie die Abonnement-URL",
+ "Search Results": "Suchergebnisse",
+ "There is no result for this search.": "Es gibt kein Ergebnis für diese Suche.",
+ "Search...": "Suche...",
+ "Set focus on search form": "Fokus auf das Suchformular setzen",
+ "Search": "Suche"
}
`,
"en_US": `{
@@ -1169,7 +1174,7 @@ var translations = map[string]string{
}
var translationsChecksums = map[string]string{
- "de_DE": "eddbb2c3224169a6533eed6f917af95b8d9bee58c3b3d61951260face7edd768",
+ "de_DE": "64195423123d1d209514a0431dfe55c6e0cf92b08c1200ce879af1b8b6b16696",
"en_US": "6fe95384260941e8a5a3c695a655a932e0a8a6a572c1e45cb2b1ae8baa01b897",
"fr_FR": "343a148eed375a593023c30597ef7280d18222756c5062e6a85e1006c7b12d14",
"nl_NL": "05cca4936bd3b0fa44057c4dab64acdef3aed32fbb682393f254cfe2f686ef1f",
diff --git a/locale/translations/de_DE.json b/locale/translations/de_DE.json
index 8501b39..9e59ff5 100644
--- a/locale/translations/de_DE.json
+++ b/locale/translations/de_DE.json
@@ -235,5 +235,10 @@
"Feed Password": "Passwort des Abonnements",
"You are not authorized to access this resource (invalid username/password)": "Sie sind nicht berechtigt, auf diese Ressource zuzugreifen (Benutzername/Passwort ungültig)",
"Unable to fetch this resource (Status Code = %d)": "Ressource konnte nicht abgerufen werden (code=%d)",
- "Resource not found (404), this feed doesn't exists anymore, check the feed URL": "Ressource nicht gefunden (404), dieses Abonnement existiert nicht mehr, überprüfen Sie die Abonnement-URL"
+ "Resource not found (404), this feed doesn't exists anymore, check the feed URL": "Ressource nicht gefunden (404), dieses Abonnement existiert nicht mehr, überprüfen Sie die Abonnement-URL",
+ "Search Results": "Suchergebnisse",
+ "There is no result for this search.": "Es gibt kein Ergebnis für diese Suche.",
+ "Search...": "Suche...",
+ "Set focus on search form": "Fokus auf das Suchformular setzen",
+ "Search": "Suche"
}