added missing translations
This commit is contained in:
parent
569d240fe0
commit
7a630b398f
|
|
@ -1589,8 +1589,7 @@
|
||||||
<span class="truncate block" x-text="note.name"></span>
|
<span class="truncate block" x-text="note.name"></span>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<div x-show="searchResults.length === 0" class="px-3 py-4 text-center text-xs" style="color: var(--text-tertiary);">
|
<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')">
|
||||||
No notes match selected tags
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -118,6 +118,7 @@
|
||||||
"title": "Schlagwörter",
|
"title": "Schlagwörter",
|
||||||
"no_tags": "Keine Schlagwörter gefunden",
|
"no_tags": "Keine Schlagwörter gefunden",
|
||||||
"hint": "Schlagwörter mit YAML-Frontmatter hinzufügen",
|
"hint": "Schlagwörter mit YAML-Frontmatter hinzufügen",
|
||||||
|
"no_matches": "Keine Notizen entsprechen den ausgewählten Schlagwörtern",
|
||||||
"clear_all": "Schlagwort-Filter löschen",
|
"clear_all": "Schlagwort-Filter löschen",
|
||||||
"filter_by": "Nach {{tag}} filtern ({{count}} Notizen)"
|
"filter_by": "Nach {{tag}} filtern ({{count}} Notizen)"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -118,6 +118,7 @@
|
||||||
"title": "Tags",
|
"title": "Tags",
|
||||||
"no_tags": "No tags found",
|
"no_tags": "No tags found",
|
||||||
"hint": "Add tags using YAML frontmatter",
|
"hint": "Add tags using YAML frontmatter",
|
||||||
|
"no_matches": "No notes match selected tags",
|
||||||
"clear_all": "Clear tag filters",
|
"clear_all": "Clear tag filters",
|
||||||
"filter_by": "Filter by {{tag}} ({{count}} notes)"
|
"filter_by": "Filter by {{tag}} ({{count}} notes)"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -118,6 +118,7 @@
|
||||||
"title": "Etiquetas",
|
"title": "Etiquetas",
|
||||||
"no_tags": "No se encontraron etiquetas",
|
"no_tags": "No se encontraron etiquetas",
|
||||||
"hint": "Añade etiquetas usando YAML frontmatter",
|
"hint": "Añade etiquetas usando YAML frontmatter",
|
||||||
|
"no_matches": "Ninguna nota coincide con las etiquetas seleccionadas",
|
||||||
"clear_all": "Limpiar filtros de etiquetas",
|
"clear_all": "Limpiar filtros de etiquetas",
|
||||||
"filter_by": "Filtrar por {{tag}} ({{count}} notas)"
|
"filter_by": "Filtrar por {{tag}} ({{count}} notas)"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -118,6 +118,7 @@
|
||||||
"title": "Étiquettes",
|
"title": "Étiquettes",
|
||||||
"no_tags": "Aucune étiquette trouvée",
|
"no_tags": "Aucune étiquette trouvée",
|
||||||
"hint": "Ajoutez des étiquettes avec YAML frontmatter",
|
"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",
|
"clear_all": "Effacer les filtres d'étiquettes",
|
||||||
"filter_by": "Filtrer par {{tag}} ({{count}} notes)"
|
"filter_by": "Filtrer par {{tag}} ({{count}} notes)"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -118,6 +118,7 @@
|
||||||
"title": "Oznake",
|
"title": "Oznake",
|
||||||
"no_tags": "Ni najdenih oznak",
|
"no_tags": "Ni najdenih oznak",
|
||||||
"hint": "Dodajte oznake z YAML frontmatter",
|
"hint": "Dodajte oznake z YAML frontmatter",
|
||||||
|
"no_matches": "Noben zapis ne ustreza izbranim oznakam",
|
||||||
"clear_all": "Počisti filtre oznak",
|
"clear_all": "Počisti filtre oznak",
|
||||||
"filter_by": "Filtriraj po {{tag}} ({{count}} zapiskov)"
|
"filter_by": "Filtriraj po {{tag}} ({{count}} zapiskov)"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -118,6 +118,7 @@
|
||||||
"title": "标签",
|
"title": "标签",
|
||||||
"no_tags": "未找到标签",
|
"no_tags": "未找到标签",
|
||||||
"hint": "使用 YAML frontmatter 添加标签",
|
"hint": "使用 YAML frontmatter 添加标签",
|
||||||
|
"no_matches": "没有笔记匹配所选标签",
|
||||||
"clear_all": "清除所有标签过滤器",
|
"clear_all": "清除所有标签过滤器",
|
||||||
"filter_by": "按 {{tag}} 过滤 ({{count}} 条笔记)"
|
"filter_by": "按 {{tag}} 过滤 ({{count}} 条笔记)"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue