Unverified Commit 35fed76d authored by Jasper Platenburg's avatar Jasper Platenburg Committed by GitHub

feat: add 'theme' to translation (#746)

parent c77d4925
...@@ -99,7 +99,7 @@ const PreferencesSection = () => { ...@@ -99,7 +99,7 @@ const PreferencesSection = () => {
</Select> </Select>
</div> </div>
<div className="form-label selector"> <div className="form-label selector">
<span className="normal-text">Theme</span> <span className="normal-text">{t("setting.preference-section.theme")}</span>
<AppearanceSelect /> <AppearanceSelect />
</div> </div>
<p className="title-text">{t("setting.preference")}</p> <p className="title-text">{t("setting.preference")}</p>
......
...@@ -149,6 +149,7 @@ ...@@ -149,6 +149,7 @@
"change-password": "Passwort ändern" "change-password": "Passwort ändern"
}, },
"preference-section": { "preference-section": {
"theme": "Thema",
"default-memo-visibility": "Standard Sichtbarkeit von Memos", "default-memo-visibility": "Standard Sichtbarkeit von Memos",
"enable-folding-memo": "Aktiviere Falten von Memos", "enable-folding-memo": "Aktiviere Falten von Memos",
"editor-font-style": "Editor Textstil", "editor-font-style": "Editor Textstil",
......
...@@ -149,6 +149,7 @@ ...@@ -149,6 +149,7 @@
"change-password": "Change password" "change-password": "Change password"
}, },
"preference-section": { "preference-section": {
"theme": "Theme",
"default-memo-visibility": "Default memo visibility", "default-memo-visibility": "Default memo visibility",
"enable-folding-memo": "Enable folding memo", "enable-folding-memo": "Enable folding memo",
"editor-font-style": "Editor font style", "editor-font-style": "Editor font style",
......
...@@ -149,6 +149,7 @@ ...@@ -149,6 +149,7 @@
"change-password": "Cambiar Contraseña" "change-password": "Cambiar Contraseña"
}, },
"preference-section": { "preference-section": {
"theme": "Tema",
"default-memo-visibility": "Visibilidad predeterminada de las notas", "default-memo-visibility": "Visibilidad predeterminada de las notas",
"enable-folding-memo": "Habilitar nota plegable", "enable-folding-memo": "Habilitar nota plegable",
"editor-font-style": "Estilo de fuente del editor", "editor-font-style": "Estilo de fuente del editor",
......
...@@ -149,6 +149,7 @@ ...@@ -149,6 +149,7 @@
"change-password": "Modifier le mot de passe" "change-password": "Modifier le mot de passe"
}, },
"preference-section": { "preference-section": {
"theme": "Thème",
"default-memo-visibility": "Visibilité du mémo par défaut", "default-memo-visibility": "Visibilité du mémo par défaut",
"enable-folding-memo": "Activer le mémo pliable", "enable-folding-memo": "Activer le mémo pliable",
"editor-font-style": "Style de police de l'éditeur", "editor-font-style": "Style de police de l'éditeur",
......
...@@ -143,6 +143,7 @@ ...@@ -143,6 +143,7 @@
"change-password": "Wachtwoord wijzigen" "change-password": "Wachtwoord wijzigen"
}, },
"preference-section": { "preference-section": {
"theme": "Thema",
"default-memo-visibility": "Standaard memo zichtbaarheid", "default-memo-visibility": "Standaard memo zichtbaarheid",
"enable-folding-memo": "Vouwende memo aanzetten", "enable-folding-memo": "Vouwende memo aanzetten",
"editor-font-style": "Editor lettertype", "editor-font-style": "Editor lettertype",
......
...@@ -149,6 +149,7 @@ ...@@ -149,6 +149,7 @@
"change-password": "Ändra lösenord" "change-password": "Ändra lösenord"
}, },
"preference-section": { "preference-section": {
"theme": "Tema",
"default-memo-visibility": "Standard synlighet för anteckningar", "default-memo-visibility": "Standard synlighet för anteckningar",
"enable-folding-memo": "Aktivera vikbara anteckningar", "enable-folding-memo": "Aktivera vikbara anteckningar",
"editor-font-style": "Redigerare teckensnitt", "editor-font-style": "Redigerare teckensnitt",
......
...@@ -148,6 +148,7 @@ ...@@ -148,6 +148,7 @@
"change-password": "Đổi mật khẩu" "change-password": "Đổi mật khẩu"
}, },
"preference-section": { "preference-section": {
"theme": "Chủ đề",
"default-memo-visibility": "Chế độ memo mặc định", "default-memo-visibility": "Chế độ memo mặc định",
"enable-folding-memo": "Enable folding memo", "enable-folding-memo": "Enable folding memo",
"editor-font-style": "Thay đổi font cho trình soạn thảo", "editor-font-style": "Thay đổi font cho trình soạn thảo",
......
...@@ -149,6 +149,7 @@ ...@@ -149,6 +149,7 @@
"change-password": "修改密码" "change-password": "修改密码"
}, },
"preference-section": { "preference-section": {
"theme": "主题",
"default-memo-visibility": "默认 Memo 可见性", "default-memo-visibility": "默认 Memo 可见性",
"enable-folding-memo": "开启折叠 Memo", "enable-folding-memo": "开启折叠 Memo",
"editor-font-style": "编辑器字体样式", "editor-font-style": "编辑器字体样式",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment