Commit e04366eb authored by Paul Slaughter's avatar Paul Slaughter

Merge branch...

Merge branch '22691-externelize-i18n-strings-from-./app/views/shared/_personal_access_tokens_table.html.haml' into 'master'

Externalize i18n strings from ./app/views/shared/_personal_access_tokens_table.html.haml

See merge request gitlab-org/gitlab!32116
parents dba78c73 3740b01e
......@@ -27,7 +27,7 @@
%td
- if token.expires?
%span{ class: ('text-warning' if token.expires_soon?) }
In #{distance_of_time_in_words_to_now(token.expires_at)}
= _('In %{time_to_now}') % { time_to_now: distance_of_time_in_words_to_now(token.expires_at) }
- else
%span.token-never-expires-label= _('Never')
%td= token.scopes.present? ? token.scopes.join(', ') : _('<no scopes selected>')
......
---
title: Externalize i18n strings from ./app/views/shared/_personal_access_tokens_table.html.haml
merge_request: 32116
author: Gilang Gumilar
type: changed
......@@ -11589,6 +11589,9 @@ msgstr ""
msgid "Improve search with Advanced Global Search and GitLab Enterprise Edition."
msgstr ""
msgid "In %{time_to_now}"
msgstr ""
msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment