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
d63ef81c
Commit
d63ef81c
authored
Mar 18, 2025
by
Johnny
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: update common locale
parent
7b23bdcf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
MemoDisplaySettingMenu.tsx
web/src/components/MemoDisplaySettingMenu.tsx
+1
-1
en.json
web/src/locales/en.json
+2
-2
zh-Hans.json
web/src/locales/zh-Hans.json
+1
-1
No files found.
web/src/components/MemoDisplaySettingMenu.tsx
View file @
d63ef81c
...
...
@@ -38,7 +38,7 @@ const MemoDisplaySettingMenu = observer(({ className }: Props) => {
</
Select
>
</
div
>
<
div
className=
"w-full flex flex-row justify-between items-center"
>
<
span
className=
"text-sm shrink-0 mr-3"
>
{
t
(
"
memo
.layout"
)
}
</
span
>
<
span
className=
"text-sm shrink-0 mr-3"
>
{
t
(
"
common
.layout"
)
}
</
span
>
<
Select
value=
{
viewStore
.
state
.
layout
}
onChange=
{
(
_
,
value
)
=>
...
...
web/src/locales/en.json
View file @
d63ef81c
...
...
@@ -49,6 +49,7 @@
"input"
:
"Input"
,
"language"
:
"Language"
,
"last-updated-at"
:
"Last updated at"
,
"layout"
:
"Layout"
,
"learn-more"
:
"Learn more"
,
"link"
:
"Link"
,
"mark"
:
"Mark"
,
...
...
@@ -161,7 +162,6 @@
"protected"
:
"Workspace"
,
"public"
:
"Public"
},
"layout"
:
"Layout"
,
"list"
:
"List"
,
"masonry"
:
"Masonry"
},
...
...
@@ -424,4 +424,4 @@
"rename-tag"
:
"Rename tag"
,
"rename-tip"
:
"All your memos with this tag will be updated."
}
}
}
\ No newline at end of file
web/src/locales/zh-Hans.json
View file @
d63ef81c
...
...
@@ -47,6 +47,7 @@
"input"
:
"输入"
,
"language"
:
"语言"
,
"last-updated-at"
:
"最后更新时间"
,
"layout"
:
"布局"
,
"learn-more"
:
"了解更多"
,
"link"
:
"链接"
,
"mark"
:
"引用"
,
...
...
@@ -157,7 +158,6 @@
"protected"
:
"工作区"
,
"public"
:
"公开"
},
"layout"
:
"布局"
,
"list"
:
"列表模式"
,
"masonry"
:
"瀑布流模式"
},
...
...
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