Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
canifa_note
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vũ Hoàng Anh
canifa_note
Commits
35fed76d
Unverified
Commit
35fed76d
authored
Dec 15, 2022
by
Jasper Platenburg
Committed by
GitHub
Dec 15, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: add 'theme' to translation (#746)
parent
c77d4925
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
1 deletion
+9
-1
PreferencesSection.tsx
web/src/components/Settings/PreferencesSection.tsx
+1
-1
de.json
web/src/locales/de.json
+1
-0
en.json
web/src/locales/en.json
+1
-0
es.json
web/src/locales/es.json
+1
-0
fr.json
web/src/locales/fr.json
+1
-0
nl.json
web/src/locales/nl.json
+1
-0
sv.json
web/src/locales/sv.json
+1
-0
vi.json
web/src/locales/vi.json
+1
-0
zh.json
web/src/locales/zh.json
+1
-0
No files found.
web/src/components/Settings/PreferencesSection.tsx
View file @
35fed76d
...
...
@@ -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
>
...
...
web/src/locales/de.json
View file @
35fed76d
...
...
@@ -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"
,
...
...
web/src/locales/en.json
View file @
35fed76d
...
...
@@ -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"
,
...
...
web/src/locales/es.json
View file @
35fed76d
...
...
@@ -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"
,
...
...
web/src/locales/fr.json
View file @
35fed76d
...
...
@@ -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"
,
...
...
web/src/locales/nl.json
View file @
35fed76d
...
...
@@ -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"
,
...
...
web/src/locales/sv.json
View file @
35fed76d
...
...
@@ -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"
,
...
...
web/src/locales/vi.json
View file @
35fed76d
...
...
@@ -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"
,
...
...
web/src/locales/zh.json
View file @
35fed76d
...
...
@@ -149,6 +149,7 @@
"change-password"
:
"修改密码"
},
"preference-section"
:
{
"theme"
:
"主题"
,
"default-memo-visibility"
:
"默认 Memo 可见性"
,
"enable-folding-memo"
:
"开启折叠 Memo"
,
"editor-font-style"
:
"编辑器字体样式"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment