Existing SSO accounts have no local password, so the migration deactivates them before dropping is_sso_user and the identity_provider_user table.
33 lines
1.3 KiB
JavaScript
33 lines
1.3 KiB
JavaScript
export default {
|
|
translation: {
|
|
common: {
|
|
activeUsersLimitReached: 'アクティブユーザーの上限に達しました',
|
|
adminLoginRequiredToInitializeInstance:
|
|
'インスタンスを初期化するには管理者ログインが必要です',
|
|
emailAlreadyInUse: 'Eメールは既に使われています',
|
|
emailOrUsername: 'Eメールまたはユーザー名',
|
|
invalidCredentials: '認証情報が無効です',
|
|
invalidEmailOrUsername: 'Eメールまたはユーザー名が無効',
|
|
invalidPassword: 'パスワードが無効',
|
|
logIn_title: 'ログイン',
|
|
noInternetConnection: 'インターネットに接続されていません',
|
|
or: 'または',
|
|
pageNotFound_title: 'ページが見つかりません',
|
|
password: 'パスワード',
|
|
poweredByPlanka: '<1>PLANKA</1>で動作',
|
|
serverConnectionFailed: 'サーバーの接続に失敗',
|
|
unknownError: '不明なエラーです。後でもう一度試してください。',
|
|
usernameAlreadyInUse: 'ユーザー名は既に使われています',
|
|
whoops_title: 'おっと!',
|
|
},
|
|
|
|
action: {
|
|
cancelAndClose: 'キャンセルして閉じる',
|
|
continue: '続行',
|
|
goBack: '戻る',
|
|
goHome: 'ホームへ',
|
|
logIn: 'ログイン',
|
|
},
|
|
},
|
|
};
|