add translation for all 9 search option files

This commit is contained in:
Nriver
2024-08-07 10:16:27 +08:00
parent 9453ec4e29
commit 40f74656f3
11 changed files with 233 additions and 94 deletions

View File

@@ -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>