Skip to content

Commit

Permalink
fix: prefix of msg
Browse files Browse the repository at this point in the history
  • Loading branch information
linyibing committed Sep 5, 2024
1 parent 346570c commit 884c799
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ const EN = {

[`${MESSAGE}START_SYNC_USEMEMOS`]: 'Start sync usememos',
[`${MESSAGE}END_SYNC_USEMEMOS`]: 'End sync usememos',
[`${MESSAGE}FAILED_GET_USEMEMOS_VERSION`]:
'Failed to fetch usememos workspace profile',

[`${ERROR_MESSAGE}FAILED_GET_USEMEMOS_VERSION`]:
'Failed to fetch usememos workspace profile',
[`${ERROR_MESSAGE}NO_FRONT_MATTER_TAG`]:
'Please add the tags field for properties !',
[`${ERROR_MESSAGE}NO_DATAVIEW_INSTALL`]:
Expand Down Expand Up @@ -112,9 +112,9 @@ const ZH = {

[`${MESSAGE}START_SYNC_USEMEMOS`]: '开始同步 usememos',
[`${MESSAGE}END_SYNC_USEMEMOS`]: '结束同步 usememos',
[`${MESSAGE}FAILED_GET_USEMEMOS_VERSION`]:
'获取 usememos workspace profile 失败',

[`${ERROR_MESSAGE}FAILED_GET_USEMEMOS_VERSION`]:
'获取 usememos workspace profile 失败',
[`${ERROR_MESSAGE}NO_FRONT_MATTER_TAG`]: '请为 Properties 添加 tags 字段!',
[`${ERROR_MESSAGE}NO_DATAVIEW_INSTALL`]: '请先安装 dataview!',
[`${ERROR_MESSAGE}FAILED_DATAVIEW_API`]: 'Dataview API 开启失败!',
Expand Down

0 comments on commit 884c799

Please sign in to comment.