Skip to content

Commit

Permalink
fix: display name
Browse files Browse the repository at this point in the history
  • Loading branch information
missuo committed Mar 6, 2024
1 parent d3cebcc commit 9ad4a13
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions addon/locale/en-US/addon.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ service-microsoft=Microsoft🗝️
service-caiyun=Caiyun🗝️
service-deeplfree=DeepL(Free Plan)🗝️
service-deeplpro=DeepL(Pro Plan)🗝️
service-deeplcustom=DeepL(Custom)🗝️
service-deeplx=DeepLx
service-deeplcustom=DeepLX(API)🗝️
service-deeplx=DeepLX
service-baidu=Baidu🗝️
service-baidufield=Baidu Field🗝️
service-openl=OpenL🗝️
Expand Down
4 changes: 2 additions & 2 deletions addon/locale/zh-CN/addon.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ service-microsoft=微软🗝️
service-caiyun=彩云🗝️
service-deeplfree=DeepL(免费订阅)🗝️
service-deeplpro=DeepL(Pro订阅)🗝️
service-deeplcustom=DeepL(自定义)🗝️
service-deeplx=DeepLx
service-deeplcustom=DeepLX(API)🗝️
service-deeplx=DeepLX
service-baidu=百度🗝️
service-baidufield=百度垂直领域🗝️
service-openl=OpenL🗝️
Expand Down
2 changes: 1 addition & 1 deletion src/utils/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export const SERVICES: Readonly<Readonly<TranslateService>[]> = <const>[
return {
secret,
status: flag,
info: flag ? "" : `Please enter custom DeepL URL.`,
info: flag ? "" : `Please enter DeepLX API.`,
};
},
},
Expand Down

0 comments on commit 9ad4a13

Please sign in to comment.