Add German translation for search form
This commit is contained in:
parent
de1a4aad30
commit
7ed8401088
2 changed files with 14 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
// Code generated by go generate; DO NOT EDIT.
|
// 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
|
package locale
|
||||||
|
|
||||||
|
@ -241,7 +241,12 @@ var translations = map[string]string{
|
||||||
"Feed Password": "Passwort des Abonnements",
|
"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)",
|
"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)",
|
"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": `{
|
"en_US": `{
|
||||||
|
@ -1169,7 +1174,7 @@ var translations = map[string]string{
|
||||||
}
|
}
|
||||||
|
|
||||||
var translationsChecksums = map[string]string{
|
var translationsChecksums = map[string]string{
|
||||||
"de_DE": "eddbb2c3224169a6533eed6f917af95b8d9bee58c3b3d61951260face7edd768",
|
"de_DE": "64195423123d1d209514a0431dfe55c6e0cf92b08c1200ce879af1b8b6b16696",
|
||||||
"en_US": "6fe95384260941e8a5a3c695a655a932e0a8a6a572c1e45cb2b1ae8baa01b897",
|
"en_US": "6fe95384260941e8a5a3c695a655a932e0a8a6a572c1e45cb2b1ae8baa01b897",
|
||||||
"fr_FR": "343a148eed375a593023c30597ef7280d18222756c5062e6a85e1006c7b12d14",
|
"fr_FR": "343a148eed375a593023c30597ef7280d18222756c5062e6a85e1006c7b12d14",
|
||||||
"nl_NL": "05cca4936bd3b0fa44057c4dab64acdef3aed32fbb682393f254cfe2f686ef1f",
|
"nl_NL": "05cca4936bd3b0fa44057c4dab64acdef3aed32fbb682393f254cfe2f686ef1f",
|
||||||
|
|
|
@ -235,5 +235,10 @@
|
||||||
"Feed Password": "Passwort des Abonnements",
|
"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)",
|
"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)",
|
"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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue