html_escape(s_('Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page.'))%
message=html_escape(s_('Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}.'))%
message=@limited_actions_message?s_('Geo|You may be able to make a limited amount of changes or perform a limited amount of actions on this page.'):s_('Geo|If you want to make changes, you must visit the primary site.')
concat(s_('Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node.').html_safe%{b_open: '<b>'.html_safe,b_close: '</b>'.html_safe})
concat(" #{message}")
end
end
html.concat(tag.a(s_('Geo|Go to the primary site'),class: 'btn',href: ::Gitlab::Geo.primary_node.url,target: '_blank'))if::Gitlab::Geo.primary_node.present?
msgid "Geo|If you want to make changes, you must visit the primary site."
msgstr ""
msgid "Geo|In progress"
msgstr ""
...
...
@@ -11437,10 +11443,10 @@ msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
msgid "Geo|You may be able to make a limited amount of changes or perform a limited amount of actions on this page."