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/sk.js
+1
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" : "Vyhľadávanie našlo {total} výsledkov za {time} ms",
5
+
"the search in {title} for \"{search}\" returned {total} results in {time} ms" : "Vyhľadávanie \"{search}\" v {title} našlo {total} výsledkov za {time} ms",
Copy file name to clipboardExpand all lines: l10n/sk.json
+1
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" : "Vyhľadávanie našlo {total} výsledkov za {time} ms",
3
+
"the search in {title} for \"{search}\" returned {total} results in {time} ms" : "Vyhľadávanie \"{search}\" v {title} našlo {total} výsledkov za {time} ms",
0 commit comments