mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -05:00
chore(console): polish subtitle wording in various pages (#3178)
This commit is contained in:
parent
e5de8d97bd
commit
7a7a7c3245
11 changed files with 12 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
||||||
const applications = {
|
const applications = {
|
||||||
title: 'Anwendungen',
|
title: 'Anwendungen',
|
||||||
subtitle:
|
subtitle:
|
||||||
'Richte eine native, Single Page oder herkömmliche Anwendung ein, die Logto zur Authentifizierung nutzt.',
|
'Richte eine native, single page, machine to machine oder herkömmliche Anwendung ein, die Logto zur Authentifizierung nutzt.',
|
||||||
create: 'Anwendung erstellen',
|
create: 'Anwendung erstellen',
|
||||||
application_name: 'Anwendungsname',
|
application_name: 'Anwendungsname',
|
||||||
application_name_placeholder: 'Meine App',
|
application_name_placeholder: 'Meine App',
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
const api_resources = {
|
const api_resources = {
|
||||||
title: 'API Resources',
|
title: 'API Resources',
|
||||||
subtitle: 'Define APIs that you can consume from your authorized applications',
|
subtitle: 'Define APIs that your authorized applications can utilize',
|
||||||
create: 'Create API Resource',
|
create: 'Create API Resource',
|
||||||
api_name: 'API name',
|
api_name: 'API name',
|
||||||
api_name_placeholder: 'Enter your API name',
|
api_name_placeholder: 'Enter your API name',
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
const applications = {
|
const applications = {
|
||||||
title: 'Applications',
|
title: 'Applications',
|
||||||
subtitle:
|
subtitle:
|
||||||
'Set up a mobile, single page or traditional application to use Logto for authentication',
|
'Set up Logto authentication for your native, single page, machine to machine, or traditional application',
|
||||||
create: 'Create Application',
|
create: 'Create Application',
|
||||||
application_name: 'Application name',
|
application_name: 'Application name',
|
||||||
application_name_placeholder: 'My App',
|
application_name_placeholder: 'My App',
|
||||||
|
|
|
@ -10,7 +10,7 @@ const get_started = {
|
||||||
card1_subtitle: 'Try Logto sign-in experience now to see how it works',
|
card1_subtitle: 'Try Logto sign-in experience now to see how it works',
|
||||||
card2_title: 'Create and integrate the first application',
|
card2_title: 'Create and integrate the first application',
|
||||||
card2_subtitle:
|
card2_subtitle:
|
||||||
'Set up a mobile, single page or traditional application to use Logto for authentication',
|
'Set up Logto authentication for your native, single page, M2M, or traditional application',
|
||||||
card3_title: 'Customize sign-in experience',
|
card3_title: 'Customize sign-in experience',
|
||||||
card3_subtitle: 'Customize the sign in UI to match your brand and view in real time',
|
card3_subtitle: 'Customize the sign in UI to match your brand and view in real time',
|
||||||
card4_title: 'Set up SMS and email connector',
|
card4_title: 'Set up SMS and email connector',
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
const logs = {
|
const logs = {
|
||||||
title: 'Audit Logs',
|
title: 'Audit Logs',
|
||||||
subtitle: 'View log data of authentication events made by your admin and users',
|
subtitle: 'View log data of authentication events made by your users',
|
||||||
event: 'Event',
|
event: 'Event',
|
||||||
user: 'User',
|
user: 'User',
|
||||||
application: 'Application',
|
application: 'Application',
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
const applications = {
|
const applications = {
|
||||||
title: 'Applications',
|
title: 'Applications',
|
||||||
subtitle:
|
subtitle:
|
||||||
"Configurez une application mobile, une page unique ou une application traditionnelle pour utiliser Logto pour l'authentification.",
|
"Configurez une application mobile, une page unique, machine to machine ou une application traditionnelle pour utiliser Logto pour l'authentification.",
|
||||||
create: 'Créer une application',
|
create: 'Créer une application',
|
||||||
application_name: "Nom de l'application",
|
application_name: "Nom de l'application",
|
||||||
application_name_placeholder: 'Mon app',
|
application_name_placeholder: 'Mon app',
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
const applications = {
|
const applications = {
|
||||||
title: '어플리케이션',
|
title: '어플리케이션',
|
||||||
subtitle: '인증에 Logto를 사용할 모바일, 단일 페이지 또는 기존 어플리케이션을 설정할 수 있어요.',
|
subtitle:
|
||||||
|
'인증에 Logto를 사용할 모바일, 단일 페이지, machine to machine 또는 기존 어플리케이션을 설정할 수 있어요.',
|
||||||
create: '어플리케이션 생성',
|
create: '어플리케이션 생성',
|
||||||
application_name: '어플리케이션 이름',
|
application_name: '어플리케이션 이름',
|
||||||
application_name_placeholder: '나의 앱',
|
application_name_placeholder: '나의 앱',
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
const applications = {
|
const applications = {
|
||||||
title: 'Aplicativos',
|
title: 'Aplicativos',
|
||||||
subtitle:
|
subtitle:
|
||||||
'Configure um aplicativo móvel, single page ou tradicional para usar o Logto para autenticação',
|
'Configure um aplicativo móvel, single page, machine to machine ou tradicional para usar o Logto para autenticação',
|
||||||
create: 'Criar aplicativo',
|
create: 'Criar aplicativo',
|
||||||
application_name: 'Nome do Aplicativo',
|
application_name: 'Nome do Aplicativo',
|
||||||
application_name_placeholder: 'Meu aplicativo',
|
application_name_placeholder: 'Meu aplicativo',
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
const applications = {
|
const applications = {
|
||||||
title: 'Aplicações',
|
title: 'Aplicações',
|
||||||
subtitle:
|
subtitle:
|
||||||
'Configure um aplicativo móvel, de página única ou tradicional para usar o Logto para autenticação',
|
'Configure um aplicativo móvel, de página única, machine to machine ou tradicional para usar o Logto para autenticação',
|
||||||
create: 'Criar aplicação',
|
create: 'Criar aplicação',
|
||||||
application_name: 'Nome da aplicação',
|
application_name: 'Nome da aplicação',
|
||||||
application_name_placeholder: 'Ex: Site Empresa',
|
application_name_placeholder: 'Ex: Site Empresa',
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
const applications = {
|
const applications = {
|
||||||
title: 'Uygulamalar',
|
title: 'Uygulamalar',
|
||||||
subtitle:
|
subtitle:
|
||||||
'Kimlik doğrulaması için Logtoyu kullanmak üzere mobil, tek sayfa veya geleneksel bir uygulama ayarlayınız',
|
'Kimlik doğrulaması için Logtoyu kullanmak üzere mobil, tek sayfa, machine to machine veya geleneksel bir uygulama ayarlayınız',
|
||||||
create: 'Uygulama oluştur',
|
create: 'Uygulama oluştur',
|
||||||
application_name: 'Uygulama adı',
|
application_name: 'Uygulama adı',
|
||||||
application_name_placeholder: 'Uygulamam',
|
application_name_placeholder: 'Uygulamam',
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
const applications = {
|
const applications = {
|
||||||
title: '全部应用',
|
title: '全部应用',
|
||||||
subtitle: '创建一个移动、单页或传统 web 应用程序,并通过 Logto 进行身份验证',
|
subtitle: '创建一个移动、单页、machine to machine 或传统 web 应用程序,并通过 Logto 进行身份验证',
|
||||||
create: '创建应用',
|
create: '创建应用',
|
||||||
application_name: '应用名称',
|
application_name: '应用名称',
|
||||||
application_name_placeholder: '我的应用',
|
application_name_placeholder: '我的应用',
|
||||||
|
|
Loading…
Reference in a new issue