mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 10:15:52 +01:00
add translation for all 9 search option files
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import AbstractSearchOption from "./abstract_search_option.js";
|
||||
import { t } from "../../services/i18n.js";
|
||||
|
||||
const TPL = `
|
||||
<tr data-search-option-conf="limit">
|
||||
<td class="title-column">
|
||||
<span class="bx bx-stop"></span>
|
||||
|
||||
Limit
|
||||
${t('limit.limit')}
|
||||
</td>
|
||||
<td>
|
||||
<input name="limit" class="form-control" type="number" min="1" step="1" />
|
||||
@@ -14,7 +14,7 @@ const TPL = `
|
||||
<div class="dropdown help-dropdown">
|
||||
<span class="bx bx-help-circle icon-action" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"></span>
|
||||
<div class="dropdown-menu dropdown-menu-right p-4">
|
||||
Take only first X specified results.
|
||||
${t('limit.take_first_x_results')}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user