提交 9198acf1 编写于 作者: tlforest's avatar tlforest 提交者: Kushal Pandya

Externalize strings of active sessions page in user profile

上级 c8b4edf6
......@@ -8,18 +8,19 @@
%div
%strong= active_session.ip_address
- if is_current_session
%div This is your current session
%div
= _('This is your current session')
- else
%div
Last accessed on
= _('Last accessed on')
= l(active_session.updated_at, format: :short)
%div
%strong= active_session.browser
on
= s_('ProfileSession|on')
%strong= active_session.os
%div
%strong Signed in
on
%strong= _('Signed in')
= s_('ProfileSession|on')
= l(active_session.created_at, format: :short)
- page_title 'Active Sessions'
- page_title _('Active Sessions')
- @content_class = "limit-container-width" unless fluid_layout
.row.prepend-top-default
......@@ -6,7 +6,7 @@
%h4.prepend-top-0
= page_title
%p
This is a list of devices that have logged into your account. Revoke any sessions that you do not recognize.
= _('This is a list of devices that have logged into your account. Revoke any sessions that you do not recognize.')
.col-lg-8
.append-bottom-default
......
---
title: Externalize strings of active sessions page in user profile
merge_request: 28590
author: antony liu
type: other
......@@ -5635,6 +5635,9 @@ msgstr[1] ""
msgid "Last Pipeline"
msgstr ""
msgid "Last accessed on"
msgstr ""
msgid "Last activity"
msgstr ""
......@@ -7264,6 +7267,9 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
msgid "ProfileSession|on"
msgstr ""
msgid "Profiles| You are about to permanently delete %{yourAccount}, and all of the issues, merge requests, and groups linked to your account. Once you confirm %{deleteAccount}, it cannot be undone or recovered."
msgstr ""
......@@ -8944,6 +8950,9 @@ msgstr ""
msgid "Sign-up restrictions"
msgstr ""
msgid "Signed in"
msgstr ""
msgid "Signed in with %{authentication} authentication"
msgstr ""
......@@ -10050,12 +10059,18 @@ msgstr ""
msgid "This is a delayed job to run in %{remainingTime}"
msgstr ""
msgid "This is a list of devices that have logged into your account. Revoke any sessions that you do not recognize."
msgstr ""
msgid "This is a security log of important events involving your account."
msgstr ""
msgid "This is the author's first Merge Request to this project."
msgstr ""
msgid "This is your current session"
msgstr ""
msgid "This issue is confidential"
msgstr ""
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册