File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ export const SETTINGS_FUNC_LIST = [
153
153
} ,
154
154
{
155
155
icon : < IconEnvelopeOpen /> ,
156
- name : msg `标记为已读 ` ,
156
+ name : msg `全部标记已读 ` ,
157
157
handler : ( dispatch : AppDispatch ) => {
158
158
dispatch ( markAllRead ( ) ) ;
159
159
} ,
Original file line number Diff line number Diff line change @@ -131,7 +131,6 @@ msgid "标记为未读"
131
131
msgstr "Mark as unread"
132
132
133
133
#: src/components/ContentCard.tsx:174
134
- #: src/constants/ui.tsx:156
135
134
msgid "标记为已读"
136
135
msgstr "Mark as read"
137
136
@@ -540,6 +539,10 @@ msgstr "Discussion"
540
539
msgid "答疑"
541
540
msgstr "Q&A"
542
541
542
+ #: src/constants/ui.tsx:156
543
+ msgid "全部标记已读"
544
+ msgstr "Mark all as read"
545
+
543
546
#: src/constants/ui.tsx:163
544
547
msgid "手动刷新"
545
548
msgstr "Refresh"
Original file line number Diff line number Diff line change @@ -131,7 +131,6 @@ msgid "标记为未读"
131
131
msgstr "标记为未读"
132
132
133
133
#: src/components/ContentCard.tsx:174
134
- #: src/constants/ui.tsx:156
135
134
msgid "标记为已读"
136
135
msgstr "标记为已读"
137
136
@@ -540,6 +539,10 @@ msgstr "讨论"
540
539
msgid "答疑"
541
540
msgstr "答疑"
542
541
542
+ #: src/constants/ui.tsx:156
543
+ msgid "全部标记已读"
544
+ msgstr "全部标记已读"
545
+
543
546
#: src/constants/ui.tsx:163
544
547
msgid "手动刷新"
545
548
msgstr "手动刷新"
You can’t perform that action at this time.
0 commit comments