Skip to content

Commit

Permalink
fix 18n
Browse files Browse the repository at this point in the history
  • Loading branch information
miya committed Dec 25, 2024
1 parent 9d3159c commit c15b109
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion web/i18n/en-US/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion web/i18n/ja-JP/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ const translation = {
byCategories: 'カテゴリ別',
searchAllTemplate: 'すべてのテンプレートを検索...',
},
showMyCreatedAppsOnly: '自分が作成したアプリのみを表示',
showMyCreatedAppsOnly: '自分が作成したアプリ',
}

export default translation
2 changes: 1 addition & 1 deletion web/i18n/zh-Hans/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ const translation = {
},
},
openInExplore: '在“探索”中打开',
showMyCreatedAppsOnly: '仅显示我创建的应用',
showMyCreatedAppsOnly: '我创建的',
}

export default translation
2 changes: 1 addition & 1 deletion web/i18n/zh-Hant/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ const translation = {
searchAllTemplate: '搜尋所有樣本...',
byCategories: '按類別',
},
showMyCreatedAppsOnly: '僅顯示我建立的應用程式',
showMyCreatedAppsOnly: '我创建的',
}

export default translation

0 comments on commit c15b109

Please sign in to comment.