Commit 0f4ece32 authored by suzu-1990's avatar suzu-1990 Committed by Takuya Noguchi

Internationalize Admin dashboard Geo

Co-authored-by: default avatarTakuya Noguchi <takninnovationresearch@gmail.com>
Signed-off-by: default avatarTakuya Noguchi <takninnovationresearch@gmail.com>
parent b7539aa1
- 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
......@@ -11365,6 +11365,9 @@ msgstr ""
msgid "Geo|Please refer to Geo Troubleshooting."
msgstr ""
msgid "Geo|Primary node"
msgstr ""
msgid "Geo|Project"
msgstr ""
......@@ -11407,6 +11410,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 ""
......@@ -11446,6 +11452,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