mirror of
https://github.com/nimbold/Firelink.git
synced 2026-08-30 12:29:34 +00:00
feat(settings): add curated multilingual fonts
Bundle Vazirmatn, Noto Sans Hebrew, Noto Sans SC, and Roboto with locale-aware fallbacks while keeping custom font import out of scope. Refs #31
This commit is contained in:
@@ -623,6 +623,10 @@ const common = {
|
||||
fontFamilySystem: 'System UI (recommended)',
|
||||
fontFamilyInter: 'Inter',
|
||||
fontFamilyOutfit: 'Outfit',
|
||||
fontFamilyVazirmatn: 'Vazirmatn (Persian)',
|
||||
fontFamilyNotoSansHebrew: 'Noto Sans Hebrew',
|
||||
fontFamilyNotoSansSc: 'Noto Sans SC (Simplified Chinese)',
|
||||
fontFamilyRoboto: 'Roboto',
|
||||
fontFamilySerif: 'Serif',
|
||||
fontFamilyMonospace: 'Monospace',
|
||||
fontSize: 'Font size',
|
||||
|
||||
@@ -623,6 +623,10 @@ const fa = {
|
||||
fontFamilySystem: 'رابط کاربری سیستم (پیشنهادشده)',
|
||||
fontFamilyInter: 'Inter',
|
||||
fontFamilyOutfit: 'Outfit',
|
||||
fontFamilyVazirmatn: 'Vazirmatn (فارسی)',
|
||||
fontFamilyNotoSansHebrew: 'Noto Sans Hebrew (عبری)',
|
||||
fontFamilyNotoSansSc: 'Noto Sans SC (چینی سادهشده)',
|
||||
fontFamilyRoboto: 'Roboto',
|
||||
fontFamilySerif: 'سریف',
|
||||
fontFamilyMonospace: 'تکفاصله',
|
||||
fontSize: 'اندازه قلم',
|
||||
|
||||
@@ -623,6 +623,10 @@ const he = {
|
||||
fontFamilySystem: 'ממשק המערכת (מומלץ)',
|
||||
fontFamilyInter: 'Inter',
|
||||
fontFamilyOutfit: 'Outfit',
|
||||
fontFamilyVazirmatn: 'Vazirmatn (פרסית)',
|
||||
fontFamilyNotoSansHebrew: 'Noto Sans Hebrew (עברית)',
|
||||
fontFamilyNotoSansSc: 'Noto Sans SC (סינית מפושטת)',
|
||||
fontFamilyRoboto: 'Roboto',
|
||||
fontFamilySerif: 'סריף',
|
||||
fontFamilyMonospace: 'רוחב קבוע',
|
||||
fontSize: 'גודל גופן',
|
||||
|
||||
@@ -623,6 +623,10 @@ const ru = {
|
||||
fontFamilySystem: 'Системный интерфейс (рекомендуется)',
|
||||
fontFamilyInter: 'Inter',
|
||||
fontFamilyOutfit: 'Outfit',
|
||||
fontFamilyVazirmatn: 'Vazirmatn (персидский)',
|
||||
fontFamilyNotoSansHebrew: 'Noto Sans Hebrew (иврит)',
|
||||
fontFamilyNotoSansSc: 'Noto Sans SC (упрощённый китайский)',
|
||||
fontFamilyRoboto: 'Roboto',
|
||||
fontFamilySerif: 'С засечками',
|
||||
fontFamilyMonospace: 'Моноширинный',
|
||||
fontSize: 'Размер шрифта',
|
||||
|
||||
@@ -623,6 +623,10 @@ const uk = {
|
||||
fontFamilySystem: 'Системний інтерфейс (рекомендовано)',
|
||||
fontFamilyInter: 'Inter',
|
||||
fontFamilyOutfit: 'Outfit',
|
||||
fontFamilyVazirmatn: 'Vazirmatn (перська)',
|
||||
fontFamilyNotoSansHebrew: 'Noto Sans Hebrew (іврит)',
|
||||
fontFamilyNotoSansSc: 'Noto Sans SC (спрощена китайська)',
|
||||
fontFamilyRoboto: 'Roboto',
|
||||
fontFamilySerif: 'Із зарубками',
|
||||
fontFamilyMonospace: 'Моноширинний',
|
||||
fontSize: 'Розмір шрифту',
|
||||
|
||||
@@ -623,6 +623,10 @@ const zhCN = {
|
||||
fontFamilySystem: '系统界面字体(推荐)',
|
||||
fontFamilyInter: 'Inter',
|
||||
fontFamilyOutfit: 'Outfit',
|
||||
fontFamilyVazirmatn: 'Vazirmatn(波斯语)',
|
||||
fontFamilyNotoSansHebrew: 'Noto Sans Hebrew(希伯来语)',
|
||||
fontFamilyNotoSansSc: 'Noto Sans SC(简体中文)',
|
||||
fontFamilyRoboto: 'Roboto',
|
||||
fontFamilySerif: '衬线',
|
||||
fontFamilyMonospace: '等宽',
|
||||
fontSize: '字体大小',
|
||||
|
||||
Reference in New Issue
Block a user