Skip to content
代码片段 群组 项目
提交 d13b068d 编辑于 作者: 路志远's avatar 路志远
浏览文件

Merge branch 'fix/error-message-when-checking-out' into 'main-jh'

Fix: error message when checking out

See merge request gitlab-cn/gitlab!2735
No related branches found
No related tags found
无相关合并请求
......@@ -137,7 +137,7 @@ export default {
}
} else if (networkError) {
const { result = {} } = networkError;
const message = sprintf(s__('Checkout|Network Error: %{message}'), {
const message = sprintf(s__('JH|Checkout|Error: %{message}'), {
message: (result?.errors?.[0] || networkError).message,
});
// Unescape network errors since it has escaped characters
......
......@@ -381,6 +381,9 @@ msgstr ""
msgid "JH|Checkout|Compare plans"
msgstr ""
msgid "JH|Checkout|Error: %{message}"
msgstr ""
msgid "JH|Checkout|Please select a country"
msgstr "Please select a country/region"
......
......@@ -399,6 +399,9 @@ msgstr "检查邮箱是否可用..."
msgid "JH|Checkout|Compare plans"
msgstr "对比不同计划"
msgid "JH|Checkout|Error: %{message}"
msgstr "错误:%{message}"
msgid "JH|Checkout|Please select a country"
msgstr "请选择一个国家或地区"
......
......@@ -390,6 +390,9 @@ msgstr "檢查郵箱是否可用..."
msgid "JH|Checkout|Compare plans"
msgstr "比較不同計劃"
msgid "JH|Checkout|Error: %{message}"
msgstr "錯誤:%{message}"
msgid "JH|Checkout|Please select a country"
msgstr "請選擇一個國家或地區"
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册