feat: add confirmation prompts for creating new follow and mute lists
This commit is contained in:
parent
71cf05c820
commit
9c3d9a5432
17 changed files with 101 additions and 16 deletions
|
|
@ -336,6 +336,10 @@ export default {
|
|||
'No zaps yet': 'まだZapはありません',
|
||||
'No more reposts': 'これ以上のリポストはありません',
|
||||
'No reposts yet': 'まだリポストはありません',
|
||||
Reposts: 'リポスト'
|
||||
Reposts: 'リポスト',
|
||||
FollowListNotFoundConfirmation:
|
||||
'フォローリストが見つかりません。新しいものを作成しますか?以前にユーザーをフォローしたことがある場合は、この操作により前のフォローリストが失われるため、確認しないでください。',
|
||||
MuteListNotFoundConfirmation:
|
||||
'ミュートリストが見つかりません。新しいものを作成しますか?以前にユーザーをミュートしたことがある場合は、この操作により前のミュートリストが失われるため、確認しないでください。'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue