mirror of
https://github.com/logto-io/logto.git
synced 2025-03-10 22:22:45 -05:00
refactor(phrases): get started l10n (#1415)
This commit is contained in:
parent
5559fb10c3
commit
98995cabcf
1 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@ const translation = {
|
||||||
help_and_support: '帮助与支持',
|
help_and_support: '帮助与支持',
|
||||||
},
|
},
|
||||||
tabs: {
|
tabs: {
|
||||||
get_started: '开始使用',
|
get_started: '开始上手',
|
||||||
dashboard: '仪表盘',
|
dashboard: '仪表盘',
|
||||||
applications: '全部应用',
|
applications: '全部应用',
|
||||||
api_resources: 'API 资源',
|
api_resources: 'API 资源',
|
||||||
|
@ -214,7 +214,7 @@ const translation = {
|
||||||
type_social: '社交连接器',
|
type_social: '社交连接器',
|
||||||
},
|
},
|
||||||
get_started: {
|
get_started: {
|
||||||
progress: '开始使用: {{completed}}/{{total}}',
|
progress: '开始上手: {{completed}}/{{total}}',
|
||||||
progress_dropdown_title: '一些快速上手的操作',
|
progress_dropdown_title: '一些快速上手的操作',
|
||||||
title: '还不知道如何使用 Logto?',
|
title: '还不知道如何使用 Logto?',
|
||||||
subtitle_part1: '下列是一些可以快速上手的操作,通过这些,你可以更好地感受 Logto 的价值',
|
subtitle_part1: '下列是一些可以快速上手的操作,通过这些,你可以更好地感受 Logto 的价值',
|
||||||
|
|
Loading…
Add table
Reference in a new issue