accountMovedShort
This commit is contained in:
parent
942651c5e2
commit
f3e3e0adb5
|
@ -1005,7 +1005,7 @@ dataSaver: "データセーバー"
|
|||
accountMigration: "アカウントの移行"
|
||||
accountMoved: "このユーザーは新しいアカウントに移行しました:"
|
||||
accountMovedShort: "このアカウントは移行されています"
|
||||
forbiddenBecauseYouAreMigrated: "この操作を行うことはできません。"
|
||||
operationForbidden: "この操作はできません"
|
||||
forceShowAds: "常に広告を表示する"
|
||||
addMemo: "メモを追加"
|
||||
editMemo: "メモを編集"
|
||||
|
|
|
@ -583,7 +583,7 @@ export function post(props: Record<string, any> = {}): Promise<void> {
|
|||
return alert({
|
||||
type: 'error',
|
||||
title: i18n.ts.accountMovedShort,
|
||||
text: i18n.ts.forbiddenBecauseYouAreMigrated,
|
||||
text: i18n.ts.operationForbidden,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue