Skip to content

Commit

Permalink
fix: 翻訳が抜けていた箇所を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
hideki0403 committed Jan 5, 2024
1 parent f9403f8 commit 1984ee5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions locales/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1186,6 +1186,7 @@ export interface Locale {
"decorate": string;
"addMfmFunction": string;
"enableQuickAddMfmFunction": string;
"pleaseWait": string;
"_announcement": {
"forExistingUsers": string;
"forExistingUsersDescription": string;
Expand Down
1 change: 1 addition & 0 deletions locales/ja-JP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1183,6 +1183,7 @@ seasonalScreenEffect: "季節に応じた画面の演出"
decorate: "デコる"
addMfmFunction: "装飾を追加"
enableQuickAddMfmFunction: "高度なMFMのピッカーを表示する"
pleaseWait: "お待ちください"

_announcement:
forExistingUsers: "既存ユーザーのみ"
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/src/components/MkCaptcha.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SPDX-License-Identifier: AGPL-3.0-only

<template>
<div>
<span v-if="!available">{{ i18n.ts.waiting }}<MkEllipsis/></span>
<span v-if="!available">{{ i18n.ts.pleaseWait }}<MkEllipsis/></span>
<div ref="captchaEl"></div>
</div>
</template>
Expand Down

0 comments on commit 1984ee5

Please sign in to comment.