chore(i18n): translate generic fonts

This commit is contained in:
Elian Doran 2025-01-03 19:59:54 +02:00
parent c6b3cc7882
commit a22afc4283
No known key found for this signature in database
3 changed files with 11 additions and 5 deletions

View File

@ -8,9 +8,9 @@ const FONT_FAMILIES = [
title: t("fonts.generic-fonts"), title: t("fonts.generic-fonts"),
items: [ items: [
{ value: "theme", label: t("fonts.theme_defined") }, { value: "theme", label: t("fonts.theme_defined") },
{ value: "serif", label: "Serif" }, { value: "serif", label: t("fonts.serif") },
{ value: "sans-serif", label: "Sans Serif" }, { value: "sans-serif", label: t("fonts.sans-serif") },
{ value: "monospace", label: "Monospace" }, { value: "monospace", label: t("fonts.monospace") },
] ]
}, },
{ {

View File

@ -1068,7 +1068,10 @@
"sans-serif-system-fonts": "Sans-serif system fonts", "sans-serif-system-fonts": "Sans-serif system fonts",
"serif-system-fonts": "Serif system fonts", "serif-system-fonts": "Serif system fonts",
"monospace-system-fonts": "Monospace system fonts", "monospace-system-fonts": "Monospace system fonts",
"handwriting-system-fonts": "Handwriting system fonts" "handwriting-system-fonts": "Handwriting system fonts",
"serif": "Serif",
"sans-serif": "Sans Serif",
"monospace": "Monospace"
}, },
"max_content_width": { "max_content_width": {
"title": "Content Width", "title": "Content Width",

View File

@ -558,7 +558,10 @@
"handwriting-system-fonts": "Fonturi de sistem cu stil de scris de mână", "handwriting-system-fonts": "Fonturi de sistem cu stil de scris de mână",
"monospace-system-fonts": "Fonturi de sistem monospațiu", "monospace-system-fonts": "Fonturi de sistem monospațiu",
"sans-serif-system-fonts": "Fonturi de sistem fără serifuri", "sans-serif-system-fonts": "Fonturi de sistem fără serifuri",
"serif-system-fonts": "Fonturi de sistem cu serifuri" "serif-system-fonts": "Fonturi de sistem cu serifuri",
"monospace": "Monospațiu",
"sans-serif": "Fără serifuri",
"serif": "Cu serifuri"
}, },
"global_menu": { "global_menu": {
"about": "Despre TriliumNext Notes", "about": "Despre TriliumNext Notes",