Merge branch 'i18n-authentication_log-of-user-profile' into 'master'
Externalize stirngs of Authentication log page in user profile See merge request gitlab-org/gitlab-ce!28750
This commit is contained in:
commit
6da066c16d
3 changed files with 13 additions and 6 deletions
|
@ -1,14 +1,12 @@
|
|||
%h5.prepend-top-0
|
||||
History of authentications
|
||||
= _('History of authentications')
|
||||
|
||||
%ul.content-list
|
||||
- events.each do |event|
|
||||
%li
|
||||
%span.description
|
||||
= audit_icon(event.details[:with], class: "append-right-5")
|
||||
Signed in with
|
||||
= event.details[:with]
|
||||
authentication
|
||||
= _('Signed in with %{authentication} authentication') % { authentication: event.details[:with]}
|
||||
%span.float-right= time_ago_with_tooltip(event.created_at)
|
||||
|
||||
= paginate events, theme: "gitlab"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
- page_title "Authentication log"
|
||||
- page_title _('Authentication log')
|
||||
- @content_class = "limit-container-width" unless fluid_layout
|
||||
|
||||
.row.prepend-top-default
|
||||
|
@ -6,6 +6,6 @@
|
|||
%h4.prepend-top-0
|
||||
= page_title
|
||||
%p
|
||||
This is a security log of important events involving your account.
|
||||
= _('This is a security log of important events involving your account.')
|
||||
.col-lg-8
|
||||
= render 'event_table', events: @events
|
||||
|
|
|
@ -4934,6 +4934,9 @@ msgstr ""
|
|||
msgid "History"
|
||||
msgstr ""
|
||||
|
||||
msgid "History of authentications"
|
||||
msgstr ""
|
||||
|
||||
msgid "Hook was successfully created."
|
||||
msgstr ""
|
||||
|
||||
|
@ -8872,6 +8875,9 @@ msgstr ""
|
|||
msgid "Sign-up restrictions"
|
||||
msgstr ""
|
||||
|
||||
msgid "Signed in with %{authentication} authentication"
|
||||
msgstr ""
|
||||
|
||||
msgid "Signing in using %{label} has been disabled"
|
||||
msgstr ""
|
||||
|
||||
|
@ -9906,6 +9912,9 @@ msgstr ""
|
|||
msgid "This is a delayed job to run in %{remainingTime}"
|
||||
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 ""
|
||||
|
||||
|
|
Loading…
Reference in a new issue