mirror of
https://github.com/9001/copyparty.git
synced 2026-06-19 04:32:26 -06:00
use translation for folder search placeholder
This commit is contained in:
parent
9aadd5032e
commit
9fef60d345
|
|
@ -522,6 +522,7 @@ if (1)
|
|||
"s_f1": "name contains (negate with -nope)",
|
||||
"s_t1": "tags contains (^=start, end=$)",
|
||||
"s_a1": "specific metadata properties",
|
||||
"s_dir": "search this folder",
|
||||
|
||||
"md_eshow": "cannot render ",
|
||||
"md_off": "[📜<em>readme</em>] disabled in [⚙️] -- document hidden",
|
||||
|
|
@ -6690,7 +6691,7 @@ var search_ui = (function () {
|
|||
}
|
||||
|
||||
var folderSearch = ebi('folder_search');
|
||||
folderSearch.placeholder = '🔎 search this folder';
|
||||
folderSearch.placeholder = '🔎 ' + L.s_dir;
|
||||
folderSearch.onfocus = function(){
|
||||
ebi('srch_pathc').checked = true;
|
||||
var path = get_evpath();
|
||||
|
|
|
|||
|
|
@ -547,6 +547,7 @@ Ls.hmn = {
|
|||
"s_f1": "name contains (negate with -nope)",
|
||||
"s_t1": "tags contains (^=start, end=$)",
|
||||
"s_a1": "specific metadata properties",
|
||||
"s_dir": "search this folder",
|
||||
|
||||
"md_eshow": "cannot render ",
|
||||
"md_off": "[📜<em>readme</em>] disabled in [⚙️] -- document hidden",
|
||||
|
|
|
|||
Loading…
Reference in a new issue