1
0
mirror of git://f0xx.org/ac/ac-platform-web synced 2026-07-29 07:37:54 +03:00

feat(platform-web): global form styles, register.js, footer i18n

Signed-off-by: Anton Afanasyeu <a.afanasieff@gmail.com>
This commit is contained in:
Anton Afanasyeu
2026-07-12 13:53:14 +02:00
parent 17261cfd4c
commit bcce779d35
4 changed files with 186 additions and 5 deletions

View File

@@ -147,6 +147,10 @@
"register.password": "Password",
"register.submit": "Register",
"register.back_login": "Back to sign in",
"register.pending_title": "Check your email",
"register.pending_hint": "We sent a verification link. Confirm your email before signing in.",
"register.countdown_label": "Link expires in",
"register.resend": "Resend verification email",
"verify.title": "Email verification",
"verify.ok": "Your email is verified. You can sign in and enroll two-factor authentication.",
"verify.fail": "Invalid or expired link.",
@@ -173,7 +177,7 @@
"security.remove_totp": "Remove authenticator",
"security.back_console": "Back to console",
"nav.security": "Security",
"footer.copyright": "© Anton Afanaasyeu, {year}",
"footer.copyright": "{holder}, {year}",
"tickets.title": "Tickets",
"issues.new": "New issue",
"tickets.new": "New ticket",

View File

@@ -156,6 +156,10 @@
"register.password": "Пароль",
"register.submit": "Зарегистрироваться",
"register.back_login": "Назад ко входу",
"register.pending_title": "Проверьте почту",
"register.pending_hint": "Мы отправили ссылку для подтверждения. Подтвердите email перед входом.",
"register.countdown_label": "Ссылка действует",
"register.resend": "Отправить письмо повторно",
"verify.title": "Подтверждение email",
"verify.ok": "Email подтверждён. Войдите и настройте двухфакторную аутентификацию.",
"verify.fail": "Недействительная или просроченная ссылка.",
@@ -182,7 +186,7 @@
"security.remove_totp": "Отключить аутентификатор",
"security.back_console": "Назад в консоль",
"nav.security": "Безопасность",
"footer.copyright": "© Anton Afanaasyeu, {year}",
"footer.copyright": "{holder}, {year}",
"nav.tickets": "Тикеты",
"ticket.lifecycle": "Жизненный цикл",
"ticket.assignees": "Исполнители",