From 7ed8401088aeddc0d217031e923168a26f3f5036 Mon Sep 17 00:00:00 2001 From: stratmaster Date: Thu, 5 Jul 2018 19:42:49 +0200 Subject: Add German translation for search form --- locale/translations.go | 11 ++++++++--- locale/translations/de_DE.json | 7 ++++++- 2 files changed, 14 insertions(+), 4 deletions(-) (limited to 'locale') 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" } -- cgit v1.2.3