0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-20 21:32:31 -05:00

chore: update i18n keys (#1390)

* chore: update i18n keys

* fix: fixup

* chore: update "check guide" Chinese translation

Co-authored-by: Gao Sun <gao@silverhand.io>

Co-authored-by: Gao Sun <gao@silverhand.io>
This commit is contained in:
Charles Zhao 2022-07-04 01:07:41 +08:00 committed by GitHub
parent 8a36340248
commit c2a54d8305
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -127,7 +127,7 @@ const ApplicationDetails = () => {
</div>
<div className={styles.operations}>
<Button
title="admin_console.application_details.check_help_guide"
title="admin_console.application_details.check_guide"
size="large"
onClick={() => {
setIsReadmeOpen(true);

View file

@ -118,7 +118,7 @@ const translation = {
},
application_details: {
back_to_applications: 'Back to Applications',
check_help_guide: 'Check Guide',
check_guide: 'Check Guide',
advanced_settings: 'Advanced settings',
application_name: 'Application name',
application_name_placeholder: 'My App',

View file

@ -115,7 +115,7 @@ const translation = {
},
application_details: {
back_to_applications: '返回全部应用',
check_help_guide: '查看帮助引导',
check_guide: '查看指南',
advanced_settings: '高级设置',
application_name: '应用名称',
application_name_placeholder: '我的应用',