mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
feat: add 'theme' to translation (#746)
This commit is contained in:
committed by
GitHub
parent
c77d49259a
commit
35fed76d1a
@@ -99,7 +99,7 @@ const PreferencesSection = () => {
|
||||
</Select>
|
||||
</div>
|
||||
<div className="form-label selector">
|
||||
<span className="normal-text">Theme</span>
|
||||
<span className="normal-text">{t("setting.preference-section.theme")}</span>
|
||||
<AppearanceSelect />
|
||||
</div>
|
||||
<p className="title-text">{t("setting.preference")}</p>
|
||||
|
@@ -149,6 +149,7 @@
|
||||
"change-password": "Passwort ändern"
|
||||
},
|
||||
"preference-section": {
|
||||
"theme": "Thema",
|
||||
"default-memo-visibility": "Standard Sichtbarkeit von Memos",
|
||||
"enable-folding-memo": "Aktiviere Falten von Memos",
|
||||
"editor-font-style": "Editor Textstil",
|
||||
|
@@ -149,6 +149,7 @@
|
||||
"change-password": "Change password"
|
||||
},
|
||||
"preference-section": {
|
||||
"theme": "Theme",
|
||||
"default-memo-visibility": "Default memo visibility",
|
||||
"enable-folding-memo": "Enable folding memo",
|
||||
"editor-font-style": "Editor font style",
|
||||
|
@@ -149,6 +149,7 @@
|
||||
"change-password": "Cambiar Contraseña"
|
||||
},
|
||||
"preference-section": {
|
||||
"theme": "Tema",
|
||||
"default-memo-visibility": "Visibilidad predeterminada de las notas",
|
||||
"enable-folding-memo": "Habilitar nota plegable",
|
||||
"editor-font-style": "Estilo de fuente del editor",
|
||||
|
@@ -149,6 +149,7 @@
|
||||
"change-password": "Modifier le mot de passe"
|
||||
},
|
||||
"preference-section": {
|
||||
"theme": "Thème",
|
||||
"default-memo-visibility": "Visibilité du mémo par défaut",
|
||||
"enable-folding-memo": "Activer le mémo pliable",
|
||||
"editor-font-style": "Style de police de l'éditeur",
|
||||
|
@@ -143,6 +143,7 @@
|
||||
"change-password": "Wachtwoord wijzigen"
|
||||
},
|
||||
"preference-section": {
|
||||
"theme": "Thema",
|
||||
"default-memo-visibility": "Standaard memo zichtbaarheid",
|
||||
"enable-folding-memo": "Vouwende memo aanzetten",
|
||||
"editor-font-style": "Editor lettertype",
|
||||
|
@@ -149,6 +149,7 @@
|
||||
"change-password": "Ändra lösenord"
|
||||
},
|
||||
"preference-section": {
|
||||
"theme": "Tema",
|
||||
"default-memo-visibility": "Standard synlighet för anteckningar",
|
||||
"enable-folding-memo": "Aktivera vikbara anteckningar",
|
||||
"editor-font-style": "Redigerare teckensnitt",
|
||||
|
@@ -148,6 +148,7 @@
|
||||
"change-password": "Đổi mật khẩu"
|
||||
},
|
||||
"preference-section": {
|
||||
"theme": "Chủ đề",
|
||||
"default-memo-visibility": "Chế độ memo mặc định",
|
||||
"enable-folding-memo": "Enable folding memo",
|
||||
"editor-font-style": "Thay đổi font cho trình soạn thảo",
|
||||
|
@@ -149,6 +149,7 @@
|
||||
"change-password": "修改密码"
|
||||
},
|
||||
"preference-section": {
|
||||
"theme": "主题",
|
||||
"default-memo-visibility": "默认 Memo 可见性",
|
||||
"enable-folding-memo": "开启折叠 Memo",
|
||||
"editor-font-style": "编辑器字体样式",
|
||||
|
Reference in New Issue
Block a user