You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: l10n/de.js
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@ OC.L10N.register(
2
2
"fulltextsearch",
3
3
{
4
4
"the search returned {total} results in {time} ms" : "Die Suche ergab {total} Treffer in {time} ms",
5
+
"the search in {title} for \"{search}\" returned {total} results in {time} ms" : "Die Suche in {title} nach \"{search}\" ergab {total} Treffer in {time} ms",
5
6
"Search" : "Suchen",
6
7
"Index not found" : "Index nicht gefunden",
7
8
"Process timed out" : "Zeitüberschreitung bei der Verarbeitung",
Copy file name to clipboardExpand all lines: l10n/de.json
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
{ "translations": {
2
2
"the search returned {total} results in {time} ms" : "Die Suche ergab {total} Treffer in {time} ms",
3
+
"the search in {title} for \"{search}\" returned {total} results in {time} ms" : "Die Suche in {title} nach \"{search}\" ergab {total} Treffer in {time} ms",
3
4
"Search" : "Suchen",
4
5
"Index not found" : "Index nicht gefunden",
5
6
"Process timed out" : "Zeitüberschreitung bei der Verarbeitung",
0 commit comments