feat(web): add privacy & data collection policy consent to login/register pages

This commit is contained in:
RockChinQ
2026-03-11 06:50:54 -04:00
parent 2655425fbe
commit 01844d8687
6 changed files with 58 additions and 0 deletions

View File

@@ -48,6 +48,10 @@ const jaJP = {
copyFailed: 'コピーに失敗しました',
test: 'テスト',
forgotPassword: 'パスワードを忘れた?',
agreementNotice: '続行することで、以下に同意したものとみなされます:',
privacyPolicy: 'プライバシーポリシー',
and: 'および',
dataCollectionPolicy: 'データ収集ポリシー',
loading: '読み込み中...',
fieldRequired: 'この項目は必須です',
or: 'または',