added missing localization

This commit is contained in:
Gamosoft 2026-01-22 17:23:41 +01:00
parent 935b5d38c6
commit 1c0aa37c46
11 changed files with 21 additions and 11 deletions

View File

@ -1627,7 +1627,7 @@
<svg class="w-12 h-12 mx-auto mb-3 opacity-40" style="color: var(--text-tertiary);" fill="none" stroke="currentColor" viewBox="0 0 24 24"> <svg class="w-12 h-12 mx-auto mb-3 opacity-40" style="color: var(--text-tertiary);" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9.172 16.172a4 4 0 015.656 0M9 10h.01M15 10h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9.172 16.172a4 4 0 015.656 0M9 10h.01M15 10h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
</svg> </svg>
<p class="text-sm" style="color: var(--text-tertiary);">No notes contain "<span x-text="searchQuery"></span>"</p> <p class="text-sm" style="color: var(--text-tertiary);" x-text="t('search.no_results', {query: searchQuery})"></p>
</div> </div>
</template> </template>
<template x-if="!searchQuery.trim()"> <template x-if="!searchQuery.trim()">

View File

@ -214,7 +214,8 @@
"matches": "{{current}} von {{total}}", "matches": "{{current}} von {{total}}",
"match_of": "Treffer {{current}} von {{total}}", "match_of": "Treffer {{current}} von {{total}}",
"result_singular": "Ergebnis", "result_singular": "Ergebnis",
"result_plural": "Ergebnisse" "result_plural": "Ergebnisse",
"no_results": "Keine Notizen enthalten \"{{query}}\""
}, },
"theme": { "theme": {

View File

@ -213,7 +213,8 @@
"matches": "{{current}} of {{total}}", "matches": "{{current}} of {{total}}",
"match_of": "Match {{current}} of {{total}}", "match_of": "Match {{current}} of {{total}}",
"result_singular": "result", "result_singular": "result",
"result_plural": "results" "result_plural": "results",
"no_results": "No notes contain \"{{query}}\""
}, },
"theme": { "theme": {

View File

@ -214,7 +214,8 @@
"matches": "{{current}} of {{total}}", "matches": "{{current}} of {{total}}",
"match_of": "Match {{current}} of {{total}}", "match_of": "Match {{current}} of {{total}}",
"result_singular": "result", "result_singular": "result",
"result_plural": "results" "result_plural": "results",
"no_results": "No notes contain \"{{query}}\""
}, },
"theme": { "theme": {

View File

@ -214,7 +214,8 @@
"matches": "{{current}} de {{total}}", "matches": "{{current}} de {{total}}",
"match_of": "Coincidencia {{current}} de {{total}}", "match_of": "Coincidencia {{current}} de {{total}}",
"result_singular": "resultado", "result_singular": "resultado",
"result_plural": "resultados" "result_plural": "resultados",
"no_results": "Ninguna nota contiene \"{{query}}\""
}, },
"theme": { "theme": {

View File

@ -214,7 +214,8 @@
"matches": "{{current}} sur {{total}}", "matches": "{{current}} sur {{total}}",
"match_of": "Résultat {{current}} sur {{total}}", "match_of": "Résultat {{current}} sur {{total}}",
"result_singular": "résultat", "result_singular": "résultat",
"result_plural": "résultats" "result_plural": "résultats",
"no_results": "Aucune note ne contient \"{{query}}\""
}, },
"theme": { "theme": {

View File

@ -213,7 +213,8 @@
"matches": "{{current}} di {{total}}", "matches": "{{current}} di {{total}}",
"match_of": "Risultato {{current}} di {{total}}", "match_of": "Risultato {{current}} di {{total}}",
"result_singular": "risultato", "result_singular": "risultato",
"result_plural": "risultati" "result_plural": "risultati",
"no_results": "Nessuna nota contiene \"{{query}}\""
}, },
"theme": { "theme": {

View File

@ -213,7 +213,8 @@
"matches": "{{current}} / {{total}}", "matches": "{{current}} / {{total}}",
"match_of": "{{total}}件中{{current}}件目", "match_of": "{{total}}件中{{current}}件目",
"result_singular": "件", "result_singular": "件",
"result_plural": "件" "result_plural": "件",
"no_results": "「{{query}}」を含むノートはありません"
}, },
"theme": { "theme": {

View File

@ -213,7 +213,8 @@
"matches": "{{current}} из {{total}}", "matches": "{{current}} из {{total}}",
"match_of": "Результат {{current}} из {{total}}", "match_of": "Результат {{current}} из {{total}}",
"result_singular": "результат", "result_singular": "результат",
"result_plural": "результатов" "result_plural": "результатов",
"no_results": "Нет заметок с \"{{query}}\""
}, },
"theme": { "theme": {

View File

@ -213,7 +213,8 @@
"matches": "{{current}} od {{total}}", "matches": "{{current}} od {{total}}",
"match_of": "Zadetek {{current}} od {{total}}", "match_of": "Zadetek {{current}} od {{total}}",
"result_singular": "rezultat", "result_singular": "rezultat",
"result_plural": "rezultatov" "result_plural": "rezultatov",
"no_results": "Nobena beležka ne vsebuje \"{{query}}\""
}, },
"theme": { "theme": {

View File

@ -213,7 +213,8 @@
"matches": "{{current}} / {{total}}", "matches": "{{current}} / {{total}}",
"match_of": "第 {{current}} 个,共 {{total}} 个", "match_of": "第 {{current}} 个,共 {{total}} 个",
"result_singular": "个结果", "result_singular": "个结果",
"result_plural": "个结果" "result_plural": "个结果",
"no_results": "没有笔记包含\"{{query}}\""
}, },
"theme": { "theme": {