mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-10-27 18:22:45 +08:00
chore(i18n): translate generic fonts
This commit is contained in:
parent
c6b3cc7882
commit
a22afc4283
@ -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") },
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user