added missing translations

This commit is contained in:
Gamosoft 2025-12-17 16:30:11 +01:00
parent 569d240fe0
commit 7a630b398f
7 changed files with 7 additions and 2 deletions

View File

@ -1589,8 +1589,7 @@
<span class="truncate block" x-text="note.name"></span>
</div>
</template>
<div x-show="searchResults.length === 0" class="px-3 py-4 text-center text-xs" style="color: var(--text-tertiary);">
No notes match selected tags
<div x-show="searchResults.length === 0" class="px-3 py-4 text-center text-xs" style="color: var(--text-tertiary);" x-text="t('tags.no_matches')">
</div>
</div>
</div>

View File

@ -118,6 +118,7 @@
"title": "Schlagwörter",
"no_tags": "Keine Schlagwörter gefunden",
"hint": "Schlagwörter mit YAML-Frontmatter hinzufügen",
"no_matches": "Keine Notizen entsprechen den ausgewählten Schlagwörtern",
"clear_all": "Schlagwort-Filter löschen",
"filter_by": "Nach {{tag}} filtern ({{count}} Notizen)"
},

View File

@ -118,6 +118,7 @@
"title": "Tags",
"no_tags": "No tags found",
"hint": "Add tags using YAML frontmatter",
"no_matches": "No notes match selected tags",
"clear_all": "Clear tag filters",
"filter_by": "Filter by {{tag}} ({{count}} notes)"
},

View File

@ -118,6 +118,7 @@
"title": "Etiquetas",
"no_tags": "No se encontraron etiquetas",
"hint": "Añade etiquetas usando YAML frontmatter",
"no_matches": "Ninguna nota coincide con las etiquetas seleccionadas",
"clear_all": "Limpiar filtros de etiquetas",
"filter_by": "Filtrar por {{tag}} ({{count}} notas)"
},

View File

@ -118,6 +118,7 @@
"title": "Étiquettes",
"no_tags": "Aucune étiquette trouvée",
"hint": "Ajoutez des étiquettes avec YAML frontmatter",
"no_matches": "Aucune note ne correspond aux étiquettes sélectionnées",
"clear_all": "Effacer les filtres d'étiquettes",
"filter_by": "Filtrer par {{tag}} ({{count}} notes)"
},

View File

@ -118,6 +118,7 @@
"title": "Oznake",
"no_tags": "Ni najdenih oznak",
"hint": "Dodajte oznake z YAML frontmatter",
"no_matches": "Noben zapis ne ustreza izbranim oznakam",
"clear_all": "Počisti filtre oznak",
"filter_by": "Filtriraj po {{tag}} ({{count}} zapiskov)"
},

View File

@ -118,6 +118,7 @@
"title": "标签",
"no_tags": "未找到标签",
"hint": "使用 YAML frontmatter 添加标签",
"no_matches": "没有笔记匹配所选标签",
"clear_all": "清除所有标签过滤器",
"filter_by": "按 {{tag}} 过滤 ({{count}} 条笔记)"
},