chore: fix typo in Japanese localization (#11502)

This commit is contained in:
barabicu 2024-12-10 10:29:16 +09:00 committed by GitHub
parent 8218f62478
commit fc1415d705
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -128,7 +128,7 @@ const translation = {
inUse: '使用中',
configProvider: {
title: '配置 ',
placeholder: 'あなた様の{{key}}を入力しください',
placeholder: 'あなた様の{{key}}を入力しください',
project: 'プロジェクト',
publicKey: '公開キー',
secretKey: '秘密キー',

View File

@ -27,7 +27,7 @@ const translation = {
type: 'タイプ',
category: 'カテゴリー',
add: '追加',
added: '追加され',
added: '追加され',
manageInTools: 'ツールリストに移動して管理する',
emptyTitle: '利用可能なワークフローツールはありません',
emptyTip: '追加するには、「ワークフロー -> ツールとして公開 」に移動する',