Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Nocobase
Commits
7555d67a
Commit
7555d67a
authored
3 years ago
by
chenos
Browse files
Options
Download
Email Patches
Plain Diff
typo
parent
7530e679
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
packages/client/src/locale/en_US.ts
+1
-1
packages/client/src/locale/en_US.ts
packages/client/src/locale/zh_CN.ts
+1
-1
packages/client/src/locale/zh_CN.ts
packages/client/src/schemas/icon-picker/index.tsx
+1
-1
packages/client/src/schemas/icon-picker/index.tsx
with
3 additions
and
3 deletions
+3
-3
packages/client/src/locale/en_US.ts
+
1
-
1
View file @
7555d67a
...
@@ -174,7 +174,7 @@ export default {
...
@@ -174,7 +174,7 @@ export default {
'
Relationship blocks
'
:
'
Relationship blocks
'
,
'
Relationship blocks
'
:
'
Relationship blocks
'
,
'
Select a record
'
:
'
Select a record
'
,
'
Select a record
'
:
'
Select a record
'
,
'
Display name
'
:
'
Display name
'
,
'
Display name
'
:
'
Display name
'
,
'
Select a icon
'
:
'
Select a icon
'
,
'
Select a
n
icon
'
:
'
Select a
n
icon
'
,
'
Custom column name
'
:
'
Custom column name
'
,
'
Custom column name
'
:
'
Custom column name
'
,
'
Custom field name
'
:
'
Custom field name
'
,
'
Custom field name
'
:
'
Custom field name
'
,
'
Edit description
'
:
'
Edit description
'
,
'
Edit description
'
:
'
Edit description
'
,
...
...
This diff is collapsed.
Click to expand it.
packages/client/src/locale/zh_CN.ts
+
1
-
1
View file @
7555d67a
...
@@ -174,7 +174,7 @@ export default {
...
@@ -174,7 +174,7 @@ export default {
'
Relationship blocks
'
:
'
关系数据区块
'
,
'
Relationship blocks
'
:
'
关系数据区块
'
,
'
Select a record
'
:
'
选择数据
'
,
'
Select a record
'
:
'
选择数据
'
,
'
Display name
'
:
'
Display name
'
,
'
Display name
'
:
'
Display name
'
,
'
Select a icon
'
:
'
选择图标
'
,
'
Select a
n
icon
'
:
'
选择图标
'
,
'
Custom column name
'
:
'
Custom column name
'
,
'
Custom column name
'
:
'
Custom column name
'
,
'
Custom field name
'
:
'
Custom field name
'
,
'
Custom field name
'
:
'
Custom field name
'
,
'
Edit description
'
:
'
编辑描述
'
,
'
Edit description
'
:
'
编辑描述
'
,
...
...
This diff is collapsed.
Click to expand it.
packages/client/src/schemas/icon-picker/index.tsx
+
1
-
1
View file @
7555d67a
...
@@ -43,7 +43,7 @@ function IconField(props: any) {
...
@@ -43,7 +43,7 @@ function IconField(props: any) {
title
=
{
t
(
'
Icon
'
)
}
title
=
{
t
(
'
Icon
'
)
}
trigger
=
"click"
trigger
=
"click"
>
>
<
Button
>
{
hasIcon
(
value
)
?
<
Icon
type
=
{
value
}
/>
:
t
(
'
Select a icon
'
)
}
</
Button
>
<
Button
>
{
hasIcon
(
value
)
?
<
Icon
type
=
{
value
}
/>
:
t
(
'
Select a
n
icon
'
)
}
</
Button
>
</
Popover
>
</
Popover
>
{
value
&&
(
{
value
&&
(
<
Button
<
Button
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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
Menu
Projects
Groups
Snippets
Help