Commit 5b63ea38 authored by Bob Van Landuyt's avatar Bob Van Landuyt

Merge branch 'suzu-1990/gitlab-suzu-1990-master-patch-86505' into 'master'

Internationalize Admin dashboard Geo

See merge request gitlab-org/gitlab!41368
parents 4d2cbf8a 0f4ece32
- return unless Gitlab::Geo.enabled?
%p
= link_to 'Geo', admin_geo_nodes_path
= link_to _('Geo'), admin_geo_nodes_path
%span.float-right
- if Gitlab::Geo.current_node
= Gitlab::Geo.current_node.primary ? 'Primary node' : 'Secondary node'
= Gitlab::Geo.current_node.primary ? s_('Geo|Primary node') : s_('Geo|Secondary node')
- else
Undefined
= s_('Geo|Undefined')
---
title: Internationalize Admin dashboard Geo
merge_request: 41368
author: Takuya Noguchi
type: other
......@@ -11481,6 +11481,9 @@ msgstr ""
msgid "Geo|Please refer to Geo Troubleshooting."
msgstr ""
msgid "Geo|Primary node"
msgstr ""
msgid "Geo|Project"
msgstr ""
......@@ -11523,6 +11526,9 @@ msgstr ""
msgid "Geo|Review replication status, and resynchronize and reverify items with the primary node."
msgstr ""
msgid "Geo|Secondary node"
msgstr ""
msgid "Geo|Status"
msgstr ""
......@@ -11562,6 +11568,9 @@ msgstr ""
msgid "Geo|URL must be a valid url (ex: https://gitlab.com)"
msgstr ""
msgid "Geo|Undefined"
msgstr ""
msgid "Geo|Unknown state"
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