From c15b10953adef66ea79ecd0c48b16b1859b0fc99 Mon Sep 17 00:00:00 2001 From: Shun Miyazawa Date: Wed, 25 Dec 2024 12:14:21 +0000 Subject: [PATCH] fix 18n --- web/i18n/en-US/app.ts | 2 +- web/i18n/ja-JP/app.ts | 2 +- web/i18n/zh-Hans/app.ts | 2 +- web/i18n/zh-Hant/app.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/i18n/en-US/app.ts b/web/i18n/en-US/app.ts index e8d43afebfdabc..861827d3e3a3f5 100644 --- a/web/i18n/en-US/app.ts +++ b/web/i18n/en-US/app.ts @@ -169,7 +169,7 @@ const translation = { removeConfirmContent: 'The current configuration is in use, removing it will turn off the Tracing feature.', }, }, - showMyCreatedAppsOnly: 'Show my created apps only', + showMyCreatedAppsOnly: 'Created by me', } export default translation diff --git a/web/i18n/ja-JP/app.ts b/web/i18n/ja-JP/app.ts index 06e542a8bfa3e6..27d6bf6787bfc2 100644 --- a/web/i18n/ja-JP/app.ts +++ b/web/i18n/ja-JP/app.ts @@ -184,7 +184,7 @@ const translation = { byCategories: 'カテゴリ別', searchAllTemplate: 'すべてのテンプレートを検索...', }, - showMyCreatedAppsOnly: '自分が作成したアプリのみを表示', + showMyCreatedAppsOnly: '自分が作成したアプリ', } export default translation diff --git a/web/i18n/zh-Hans/app.ts b/web/i18n/zh-Hans/app.ts index 59e674fcdfd5d7..3d3e95130d8151 100644 --- a/web/i18n/zh-Hans/app.ts +++ b/web/i18n/zh-Hans/app.ts @@ -170,7 +170,7 @@ const translation = { }, }, openInExplore: '在“探索”中打开', - showMyCreatedAppsOnly: '仅显示我创建的应用', + showMyCreatedAppsOnly: '我创建的', } export default translation diff --git a/web/i18n/zh-Hant/app.ts b/web/i18n/zh-Hant/app.ts index 88f974d04c7586..99de5042c24fdf 100644 --- a/web/i18n/zh-Hant/app.ts +++ b/web/i18n/zh-Hant/app.ts @@ -182,7 +182,7 @@ const translation = { searchAllTemplate: '搜尋所有樣本...', byCategories: '按類別', }, - showMyCreatedAppsOnly: '僅顯示我建立的應用程式', + showMyCreatedAppsOnly: '我创建的', } export default translation