Skip to content
代码片段 群组 项目
未验证 提交 9aaead6b 编辑于 作者: Panos Kanellidis's avatar Panos Kanellidis 提交者: GitLab
浏览文件

Fix variable literal

Changelog: other
EE: true
上级 700b9eca
No related branches found
No related tags found
无相关合并请求
%p
= s_('PIPL|Please be advised that GitLab can no longer service GitLab.com accounts for individuals and organizations located in Mainland China, Macao, and Hong Kong. Our system indicates that you are visiting GitLab from one of these locations. We advise you to sign up with JiHu %{jihu_link}. JiHu is an independent company with a localized GitLab offering that has an exclusive right to provide GitLab to individuals and organizations located in this region. You must complete the transition by %{deadline}, after which GitLab will delete your account from our systems. If you believe you are receiving this notification in error, please log in to GitLab.com from a supported service location. For further information or support, please feel free to contact ${email}.').html_safe % { jihu_link: link_to('https://gitlab.cn/saasmigration/', 'https://gitlab.cn/saasmigration/', target: '_blank', rel: 'noopener noreferrer'), deadline: @deadline, email: link_to('saasmigration@gitlab.cn', 'mailto:saasmigration@gitlab.cn') }
= s_('PIPL|Please be advised that GitLab can no longer service GitLab.com accounts for individuals and organizations located in Mainland China, Macao, and Hong Kong. Our system indicates that you are visiting GitLab from one of these locations. We advise you to sign up with JiHu %{jihu_link}. JiHu is an independent company with a localized GitLab offering that has an exclusive right to provide GitLab to individuals and organizations located in this region. You must complete the transition by %{deadline}, after which GitLab will delete your account from our systems. If you believe you are receiving this notification in error, please log in to GitLab.com from a supported service location. For further information or support, please feel free to contact %{email}.').html_safe % { jihu_link: link_to('https://gitlab.cn/saasmigration/', 'https://gitlab.cn/saasmigration/', target: '_blank', rel: 'noopener noreferrer'), deadline: @deadline, email: link_to('saasmigration@gitlab.cn', 'mailto:saasmigration@gitlab.cn') }
= s_('Best Regards,')
= s_('GitLab Team')
<%= s_('PIPL|Please be advised that GitLab can no longer service GitLab.com accounts for individuals and organizations located in Mainland China, Macao, and Hong Kong. Our system indicates that you are visiting GitLab from one of these locations. We advise you to sign up with JiHu %{jihu_link}. JiHu is an independent company with a localized GitLab offering that has an exclusive right to provide GitLab to individuals and organizations located in this region. You must complete the transition by %{deadline}, after which GitLab will delete your account from our systems. If you believe you are receiving this notification in error, please log in to GitLab.com from a supported service location. For further information or support, please feel free to contact ${email}.').html_safe % { jihu_link: link_to('https://gitlab.cn/saasmigration/', 'https://gitlab.cn/saasmigration/', target: '_blank', rel: 'noopener noreferrer'), deadline: @deadline, email: link_to('saasmigration@gitlab.cn', 'mailto:saasmigration@gitlab.cn') } %>
<%= s_('PIPL|Please be advised that GitLab can no longer service GitLab.com accounts for individuals and organizations located in Mainland China, Macao, and Hong Kong. Our system indicates that you are visiting GitLab from one of these locations. We advise you to sign up with JiHu %{jihu_link}. JiHu is an independent company with a localized GitLab offering that has an exclusive right to provide GitLab to individuals and organizations located in this region. You must complete the transition by %{deadline}, after which GitLab will delete your account from our systems. If you believe you are receiving this notification in error, please log in to GitLab.com from a supported service location. For further information or support, please feel free to contact %{email}.').html_safe % { jihu_link: link_to('https://gitlab.cn/saasmigration/', 'https://gitlab.cn/saasmigration/', target: '_blank', rel: 'noopener noreferrer'), deadline: @deadline, email: link_to('saasmigration@gitlab.cn', 'mailto:saasmigration@gitlab.cn') } %>
<%= s_('Best Regards,') %>
<%= s_('GitLab Team') %>
......@@ -49,6 +49,10 @@
is_expected.to have_body_text('https://gitlab.cn/saasmigration/')
end
it 'includes the contact email' do
is_expected.to have_body_text('saasmigration@gitlab.cn')
end
it 'includes the correctly formatted date' do
is_expected.to have_body_text(pipl_user.pipl_access_end_date.strftime('%d-%m-%Y').to_s)
end
......
......@@ -39176,7 +39176,7 @@ msgstr ""
msgid "PIPL|Important Change to Your GitLab.com Account"
msgstr ""
 
msgid "PIPL|Please be advised that GitLab can no longer service GitLab.com accounts for individuals and organizations located in Mainland China, Macao, and Hong Kong. Our system indicates that you are visiting GitLab from one of these locations. We advise you to sign up with JiHu %{jihu_link}. JiHu is an independent company with a localized GitLab offering that has an exclusive right to provide GitLab to individuals and organizations located in this region. You must complete the transition by %{deadline}, after which GitLab will delete your account from our systems. If you believe you are receiving this notification in error, please log in to GitLab.com from a supported service location. For further information or support, please feel free to contact ${email}."
msgid "PIPL|Please be advised that GitLab can no longer service GitLab.com accounts for individuals and organizations located in Mainland China, Macao, and Hong Kong. Our system indicates that you are visiting GitLab from one of these locations. We advise you to sign up with JiHu %{jihu_link}. JiHu is an independent company with a localized GitLab offering that has an exclusive right to provide GitLab to individuals and organizations located in this region. You must complete the transition by %{deadline}, after which GitLab will delete your account from our systems. If you believe you are receiving this notification in error, please log in to GitLab.com from a supported service location. For further information or support, please feel free to contact %{email}."
msgstr ""
 
msgid "PIPL|Please be advised that GitLab can no longer service GitLab.com accounts for individuals and organizations located in Mainland China, Macao, and Hong Kong. Our system indicates that you are visiting GitLab from one of these locations. We advise you to transition your GitLab.com account from GitLab to %{jihu_link}. JiHu is an independent company with a localized GitLab offering that has exclusive rights to provide GitLab to individuals and organizations located in this region. You have %{deadline} days to complete the transition, after which GitLab will delete your account from our systems. If you believe you are receiving this notification in error, please log in to GitLab.com from a supported service location. For further information or support, please feel free to contact %{email}."
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册