Add missing translation string
This commit is contained in:
parent
d3855fef3f
commit
3d59cdba10
2 changed files with 6 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
// Code generated by go generate; DO NOT EDIT.
|
||||
// 2018-04-09 09:29:09.049738333 +0200 CEST m=+0.033026831
|
||||
// 2018-04-09 22:42:57.324068302 +0200 CEST m=+0.028785066
|
||||
|
||||
package locale
|
||||
|
||||
|
@ -224,7 +224,8 @@ var translations = map[string]string{
|
|||
"This website is temporarily unreachable (original error: %q)": "Diese Webseite ist vorübergehend nicht erreichbar (ursprünglicher Fehler: %q)",
|
||||
"This website is permanently unreachable (original error: %q)": "Diese Webseite ist dauerhaft nicht erreichbar (ursprünglicher Fehler: %q)",
|
||||
"Website unreachable, the request timed out after %d seconds": "Webseite nicht erreichbar, die Anfrage endete nach %d Sekunden",
|
||||
"Comments": "Kommentare"
|
||||
"Comments": "Kommentare",
|
||||
"View Comments": "Kommentare anzeigen"
|
||||
}
|
||||
`,
|
||||
"en_US": `{
|
||||
|
@ -1130,7 +1131,7 @@ var translations = map[string]string{
|
|||
}
|
||||
|
||||
var translationsChecksums = map[string]string{
|
||||
"de_DE": "97d52efad7df2d8217cea70986a33d80c47da6bb2937092d29803a741caeb345",
|
||||
"de_DE": "df47fc009e6a021579c7e004ebc0b00eae7bf47c23daaf74489fb4c15881296f",
|
||||
"en_US": "6fe95384260941e8a5a3c695a655a932e0a8a6a572c1e45cb2b1ae8baa01b897",
|
||||
"fr_FR": "b536114691935c5336de43e797ab30575e8168679e02cd462886f4d7fe5df2d2",
|
||||
"nl_NL": "d427d6a5e843be576040dee004df2b685a839a38b2e5f06435faa2973f1f4c70",
|
||||
|
|
|
@ -218,5 +218,6 @@
|
|||
"This website is temporarily unreachable (original error: %q)": "Diese Webseite ist vorübergehend nicht erreichbar (ursprünglicher Fehler: %q)",
|
||||
"This website is permanently unreachable (original error: %q)": "Diese Webseite ist dauerhaft nicht erreichbar (ursprünglicher Fehler: %q)",
|
||||
"Website unreachable, the request timed out after %d seconds": "Webseite nicht erreichbar, die Anfrage endete nach %d Sekunden",
|
||||
"Comments": "Kommentare"
|
||||
"Comments": "Kommentare",
|
||||
"View Comments": "Kommentare anzeigen"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue