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:
parent
8a36340248
commit
c2a54d8305
3 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -115,7 +115,7 @@ const translation = {
|
|||
},
|
||||
application_details: {
|
||||
back_to_applications: '返回全部应用',
|
||||
check_help_guide: '查看帮助引导',
|
||||
check_guide: '查看指南',
|
||||
advanced_settings: '高级设置',
|
||||
application_name: '应用名称',
|
||||
application_name_placeholder: '我的应用',
|
||||
|
|
Loading…
Add table
Reference in a new issue