Commit 8d1cb9d5 authored by Clement Ho's avatar Clement Ho

Merge branch 'ee-i18n-chat-of-user-profile' into 'master'

EE Port: i18n chat of user profile

See merge request gitlab-org/gitlab-ee!13446
parents a6a87570 8da56e81
......@@ -21,7 +21,7 @@
- if chat_name.last_used_at
= time_ago_with_tooltip(chat_name.last_used_at)
- else
Never
= _('Never')
%td
= link_to 'Remove', profile_chat_name_path(chat_name), method: :delete, class: 'btn btn-danger float-right', data: { confirm: 'Are you sure you want to revoke this nickname?' }
= link_to _('Remove'), profile_chat_name_path(chat_name), method: :delete, class: 'btn btn-danger float-right', data: { confirm: _('Are you sure you want to revoke this nickname?') }
- page_title 'Chat'
- page_title _('Chat')
- @content_class = "limit-container-width" unless fluid_layout
.row.prepend-top-default
......@@ -6,7 +6,7 @@
%h4.prepend-top-0
= page_title
%p
You can see your Chat accounts.
= _('You can see your chat accounts.')
.col-lg-8
%h5 Active chat names (#{@chat_names.size})
......@@ -16,15 +16,15 @@
%table.table.chat-names
%thead
%tr
%th Project
%th Service
%th Team domain
%th Nickname
%th Last used
%th= _('Project')
%th= _('Service')
%th= _('Team domain')
%th= _('Nickname')
%th= _('Last used')
%th
%tbody
= render @chat_names
- else
.settings-message.text-center
You don't have any active chat names.
= _("You don't have any active chat names.")
---
title: Externalize strings of chat page in user profile
merge_request: 28632
author:
type: other
......@@ -1471,6 +1471,9 @@ msgstr ""
msgid "Are you sure you want to reset the health check token?"
msgstr ""
msgid "Are you sure you want to revoke this nickname?"
msgstr ""
msgid "Are you sure you want to stop this environment?"
msgstr ""
......@@ -7389,6 +7392,9 @@ msgstr ""
msgid "Last updated"
msgstr ""
msgid "Last used"
msgstr ""
msgid "LastPushEvent|You pushed to"
msgstr ""
......@@ -8425,6 +8431,9 @@ msgstr ""
msgid "Next"
msgstr ""
msgid "Nickname"
msgstr ""
msgid "No"
msgstr ""
......@@ -11384,6 +11393,9 @@ msgstr ""
msgid "Serverless|There is currently no function data available from Knative. This could be for a variety of reasons including:"
msgstr ""
msgid "Service"
msgstr ""
msgid "Service Desk"
msgstr ""
......@@ -12400,6 +12412,9 @@ msgstr ""
msgid "Team"
msgstr ""
msgid "Team domain"
msgstr ""
msgid "Template"
msgstr ""
......@@ -14634,6 +14649,9 @@ msgstr ""
msgid "You can resolve the merge conflict using either the Interactive mode, by choosing %{use_ours} or %{use_theirs} buttons, or by editing the files directly. Commit these changes into %{branch_name}"
msgstr ""
msgid "You can see your chat accounts."
msgstr ""
msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
msgstr ""
......@@ -14679,6 +14697,9 @@ msgstr ""
msgid "You do not have the correct permissions to override the settings from the LDAP group sync."
msgstr ""
msgid "You don't have any active chat names."
msgstr ""
msgid "You don't have any applications"
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