-
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #191 from yang1206/master
feat(locale): add zh-CN Mainland China translation
- Loading branch information
Showing
4 changed files
with
24 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
import type { LocaleStrings } from '../types' | ||
|
||
export default { | ||
accept: '接受', | ||
acceptAll: '接受所有', | ||
bannerDescription: | ||
'我们使用自己的cookie和第三方cookie,以便我们能够正确显示本网站并更好地了解本网站的使用方式,以改善我们提供的服务。关于cookie使用权限的决定可以随时使用cookie按钮进行更改,该按钮将在此横幅上进行选择后显示。', | ||
bannerTitle: 'Cookies', | ||
close: '关闭', | ||
cookiesFunctional: '功能性 Cookies', | ||
cookiesNecessary: '必要 Cookies', | ||
cookiesOptional: '可选 Cookies', | ||
decline: '拒绝', | ||
declineAll: '拒绝所有', | ||
here: '在这里', | ||
iframeBlocked: '如需查看,请启用功能 Cookie', | ||
manageCookies: '了解更多信息并进行自定义', | ||
save: '保存', | ||
settingsUnsaved: '您有未保存的设置', | ||
} as LocaleStrings |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters