0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-04-07 23:01:25 -05:00

refactor(phrases): add missing phrases

This commit is contained in:
Gao Sun 2023-03-29 18:13:40 +08:00
parent 362f6a5863
commit 7b17b33477
No known key found for this signature in database
GPG key ID: 13EBE123E4773688
18 changed files with 22 additions and 2 deletions

View file

@ -1,5 +1,5 @@
const application_details = {
page_title: 'Application details', // UNTRANSLATED
page_title: 'Application details',
back_to_applications: 'Back to Applications',
check_guide: 'Check Guide',
settings: 'Settings',

View file

@ -2,6 +2,7 @@ import others from './others.js';
import sign_up_and_sign_in from './sign-up-and-sign-in.js';
const sign_in_exp = {
page_title: 'Sign-in experience',
title: 'Sign-in experience',
description: 'Customize the sign in UI to match your brand and view in real time',
tabs: {

View file

@ -1,4 +1,5 @@
const api_resource_details = {
page_title: 'API Resource details', // UNTRANSLATED
back_to_api_resources: 'APIリソースに戻る',
settings_tab: '設定',
permissions_tab: '権限',

View file

@ -1,4 +1,5 @@
const api_resources = {
page_title: 'APIリソース',
title: 'APIリソース',
subtitle: '承認されたアプリケーションが利用できるAPIを定義',
create: 'APIリソースを作成',

View file

@ -1,4 +1,5 @@
const application_details = {
page_title: 'Application details', // UNTRANSLATED
back_to_applications: 'アプリケーションに戻る',
check_guide: 'ガイドを確認',
settings: '設定',

View file

@ -1,5 +1,6 @@
const applications = {
title: 'Applications',
page_title: 'Applications', // UNTRANSLATED
title: 'Applications', // UNTRANSLATED
subtitle:
'ネイティブ、シングルページ、マシン・トゥ・マシン、または従来のアプリケーションにLogto認証を設定する',
create: 'アプリケーションを作成する',

View file

@ -1,5 +1,6 @@
const cloud = {
welcome: {
page_title: 'Welcome', // UNTRANSLATED
title: 'ようこそ、あなたのLogto Cloud Previewを作成しましょう',
description:
'オープンソースユーザーでもクラウドユーザーでも、ショーケースを見て、Logtoのすべての価値を体験してください。Cloud PreviewはLogto Cloudの予備バージョンでもあります。',
@ -15,6 +16,7 @@ const cloud = {
},
},
about: {
page_title: 'A bit about you', // UNTRANSLATED
title: 'あなたについて少し教えてください',
description:
'あなたの情報を知ることで、あなたにユニークなLogtoエクスペリエンスを提供します。あなたの情報は安全に保管されます。',
@ -48,6 +50,7 @@ const cloud = {
},
},
congrats: {
page_title: 'Earn early credits', // UNTRANSLATED
title: '素晴らしいあなたはLogto Cloudの早期クレジットを獲得する資格があります',
description:
'Logto Cloudの正式開始後、無料で60日間のサブスクリプションを楽しむチャンスを逃さないでください 詳しくは今すぐLogtoチームにお問い合わせください。',
@ -68,6 +71,7 @@ const cloud = {
book_button: '予約する',
},
sie: {
page_title: 'Customize sign-in experience', // UNTRANSLATED
title: 'まずは簡単にサインインエクスペリエンスをカスタマイズしましょう',
inspire: {
title: '魅力的な例を作成',

View file

@ -1,4 +1,5 @@
const connector_details = {
page_title: 'Connector details', // UNTRANSLATED
back_to_connectors: 'コネクタに戻る',
check_readme: 'READMEを確認する',
settings: '一般設定',

View file

@ -1,4 +1,5 @@
const connectors = {
page_title: 'コネクタ',
title: 'コネクタ',
subtitle: 'コネクタを設定して、パスワードレスおよびソーシャルサインイン体験を有効にします',
create: 'ソーシャルコネクタを追加',

View file

@ -1,4 +1,5 @@
const dashboard = {
page_title: 'ダッシュボード',
title: 'ダッシュボード',
description: 'アプリのパフォーマンスについての概要を取得',
total_users: '合計ユーザー数',

View file

@ -1,4 +1,5 @@
const get_started = {
page_title: 'Get Started', // UNTRANSLATED
progress: 'はじめにガイド:{{completed}}/{{total}}',
progress_dropdown_title: 'できることは何かあるかな?',
title: 'あなたの成功を手助けする探索',

View file

@ -1,4 +1,5 @@
const log_details = {
page_title: 'Audit Log detail', // UNTRANSLATED
back_to_logs: '監査ログに戻る',
back_to_user: '{{name}}に戻る',
success: '成功',

View file

@ -1,4 +1,5 @@
const logs = {
page_title: '監査ログ',
title: '監査ログ',
subtitle: 'ユーザーによって行われた認証イベントのログデータを表示します',
event: 'イベント',

View file

@ -1,4 +1,5 @@
const profile = {
page_title: 'アカウント設定',
title: 'アカウント設定',
description:
'アカウントのセキュリティを確保するため、ここでアカウント設定と個人情報の管理を変更できます。',

View file

@ -1,4 +1,5 @@
const roles = {
page_title: 'ロール',
title: 'ロール',
subtitle:
'ロールには、ユーザーが実行できるアクションを決定する権限が含まれます。RBACは、特定のアクションのためにリソースにアクセスするためにユーザーに権限を付与するために、ロールを使用します。',

View file

@ -2,6 +2,7 @@ import others from './others.js';
import sign_up_and_sign_in from './sign-up-and-sign-in.js';
const sign_in_exp = {
page_title: 'サインインエクスペリエンス',
title: 'サインインエクスペリエンス',
description: 'ブランドに合わせてサインインUIをカスタマイズし、リアルタイムで表示できます。',
tabs: {

View file

@ -1,4 +1,5 @@
const user_details = {
page_title: 'User details', // UNTRANSLATED
back_to_users: 'ユーザー管理に戻る',
created_title: 'このユーザーは正常に作成されました',
created_guide: '以下のログイン情報をユーザーに送信できます',

View file

@ -1,4 +1,5 @@
const users = {
page_title: 'ユーザー管理',
title: 'ユーザー管理',
subtitle:
'ユーザーのアイデンティティを管理する、ユーザーの作成、情報の編集、ユーザーログの表示、パスワードのリセットおよびユーザーの削除を含む',