Skip to content
GitLab
菜单
为什么选择 GitLab
定价
联系销售
探索
为什么选择 GitLab
定价
联系销售
探索
登录
获取免费试用
主导航
搜索或转到…
项目
GitLab
管理
动态
成员
标记
计划
议题
议题看板
里程碑
迭代
需求
代码
合并请求
仓库
分支
提交
标签
仓库图
比较修订版本
代码片段
锁定的文件
构建
流水线
作业
流水线计划
测试用例
产物
部署
发布
Package registry
Container registry
模型注册表
运维
环境
Terraform 模块
监控
事件
服务台
分析
价值流分析
贡献者分析
CI/CD 分析
仓库分析
代码评审分析
议题分析
洞察
模型实验
效能分析
帮助
帮助
支持
GitLab 文档
比较 GitLab 各版本
社区论坛
为极狐GitLab 提交贡献
提交反馈
隐私声明
快捷键
?
新增功能
4
代码片段
群组
项目
显示更多面包屑
gitlab-cn
GitLab
提交
f2b9da4a
提交
f2b9da4a
编辑于
3 years ago
作者:
Amy Qualls
提交者:
Kushal Pandya
3 years ago
浏览文件
操作
下载
补丁
差异文件
Update Gitpod UI settings for tone and style
上级
6187c958
No related branches found
分支 包含提交
No related tags found
标签 包含提交
无相关合并请求
变更
3
隐藏空白变更内容
行内
左右并排
显示
3 个更改的文件
app/helpers/gitpod_helper.rb
+1
-1
1 个添加, 1 个删除
app/helpers/gitpod_helper.rb
app/views/admin/application_settings/_gitpod.html.haml
+4
-2
4 个添加, 2 个删除
app/views/admin/application_settings/_gitpod.html.haml
locale/gitlab.pot
+10
-7
10 个添加, 7 个删除
locale/gitlab.pot
有
15 个添加
和
10 个删除
app/helpers/gitpod_helper.rb
+
1
−
1
浏览文件 @
f2b9da4a
...
@@ -2,6 +2,6 @@
...
@@ -2,6 +2,6 @@
module
GitpodHelper
module
GitpodHelper
def
gitpod_enable_description
def
gitpod_enable_description
s_
(
'
Enable %{linkStart}Gitpod%{linkEnd} integration to launch a development environment in your browser directly from GitLab
.'
)
s_
(
'
Users can launch a development environment from a GitLab browser tab when the %{linkStart}Gitpod%{linkEnd} integration is enabled
.'
)
end
end
end
end
此差异已折叠。
点击以展开。
app/views/admin/application_settings/_gitpod.html.haml
+
4
−
2
浏览文件 @
f2b9da4a
...
@@ -22,7 +22,9 @@
...
@@ -22,7 +22,9 @@
=
f
.
label
:gitpod_enabled
,
s_
(
'Gitpod|Enable Gitpod integration'
),
class:
'form-check-label'
=
f
.
label
:gitpod_enabled
,
s_
(
'Gitpod|Enable Gitpod integration'
),
class:
'form-check-label'
.form-group
.form-group
=
f
.
label
:gitpod_url
,
s_
(
'Gitpod|Gitpod URL'
),
class:
'label-bold'
=
f
.
label
:gitpod_url
,
s_
(
'Gitpod|Gitpod URL'
),
class:
'label-bold'
=
f
.
text_field
:gitpod_url
,
class:
'form-control gl-form-input'
,
placeholder:
s_
(
'Gitpod|
e.g.
https://gitpod.example.com'
)
=
f
.
text_field
:gitpod_url
,
class:
'form-control gl-form-input'
,
placeholder:
s_
(
'Gitpod|https://gitpod.example.com'
)
.form-text.text-muted
.form-text.text-muted
=
s_
(
'Gitpod|Add the URL to your Gitpod instance configured to read your GitLab projects.'
)
=
s_
(
'Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com.'
)
-
link_start
=
'<a href="%{url}">'
.
html_safe
%
{
url:
help_page_path
(
'integration/gitpod'
,
anchor:
'enable-gitpod-in-your-user-settings'
)
}
=
s_
(
'Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} '
).
html_safe
%
{
link_start:
link_start
,
link_end:
'</a>'
.
html_safe
}
=
f
.
submit
s_
(
'Save changes'
),
class:
'gl-button btn btn-confirm'
=
f
.
submit
s_
(
'Save changes'
),
class:
'gl-button btn btn-confirm'
此差异已折叠。
点击以展开。
locale/gitlab.pot
+
10
−
7
浏览文件 @
f2b9da4a
...
@@ -12109,9 +12109,6 @@ msgstr ""
...
@@ -12109,9 +12109,6 @@ msgstr ""
msgid "Enable"
msgid "Enable"
msgstr ""
msgstr ""
msgid "Enable %{linkStart}Gitpod%{linkEnd} integration to launch a development environment in your browser directly from GitLab."
msgstr ""
msgid "Enable Auto DevOps"
msgid "Enable Auto DevOps"
msgstr ""
msgstr ""
...
@@ -15335,16 +15332,19 @@ msgstr ""
...
@@ -15335,16 +15332,19 @@ msgstr ""
msgid "Gitpod"
msgid "Gitpod"
msgstr ""
msgstr ""
msgid "Gitpod|Add the URL to your Gitpod instance configured to read your GitLab projects."
msgstr ""
msgid "Gitpod|Enable Gitpod integration"
msgid "Gitpod|Enable Gitpod integration"
msgstr ""
msgstr ""
msgid "Gitpod|Gitpod URL"
msgid "Gitpod|Gitpod URL"
msgstr ""
msgstr ""
msgid "Gitpod|e.g. https://gitpod.example.com"
msgid "Gitpod|The URL to your Gitpod instance configured to read your GitLab projects, such as https://gitpod.example.com."
msgstr ""
msgid "Gitpod|To use the integration, each user must also enable Gitpod on their GitLab account. %{link_start}How do I enable it?%{link_end} "
msgstr ""
msgid "Gitpod|https://gitpod.example.com"
msgstr ""
msgstr ""
msgid "Given access %{time_ago}"
msgid "Given access %{time_ago}"
...
@@ -35782,6 +35782,9 @@ msgstr ""
...
@@ -35782,6 +35782,9 @@ msgstr ""
msgid "Users"
msgid "Users"
msgstr ""
msgstr ""
msgid "Users can launch a development environment from a GitLab browser tab when the %{linkStart}Gitpod%{linkEnd} integration is enabled."
msgstr ""
msgid "Users in License"
msgid "Users in License"
msgstr ""
msgstr ""
...
...
此差异已折叠。
点击以展开。
预览
0%
加载中
请重试
或
添加新附件
.
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
保存评论
取消
想要评论请
注册
或
登录