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/sv.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" : "sökningen gav {total} resultat på {time} ms",
5
+
"the search in {title} for \"{search}\" returned {total} results in {time} ms" : "sökningen på {title} för \"{search}\" gav {total} resultat på {time} ms",
5
6
"Search" : "Sök",
6
7
"Index not found" : "Index hittades inte",
7
8
"Process timed out" : "Processen tog för lång tid",
Copy file name to clipboardExpand all lines: l10n/sv.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" : "sökningen gav {total} resultat på {time} ms",
3
+
"the search in {title} for \"{search}\" returned {total} results in {time} ms" : "sökningen på {title} för \"{search}\" gav {total} resultat på {time} ms",
3
4
"Search" : "Sök",
4
5
"Index not found" : "Index hittades inte",
5
6
"Process timed out" : "Processen tog för lång tid",
0 commit comments