summaryrefslogtreecommitdiff
path: root/app/views/profiles/keys/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/profiles/keys/index.html.haml')
-rw-r--r--app/views/profiles/keys/index.html.haml12
1 files changed, 6 insertions, 6 deletions
diff --git a/app/views/profiles/keys/index.html.haml b/app/views/profiles/keys/index.html.haml
index e0f8c9a5733..aa6e278bccd 100644
--- a/app/views/profiles/keys/index.html.haml
+++ b/app/views/profiles/keys/index.html.haml
@@ -1,4 +1,4 @@
-- page_title "SSH Keys"
+- page_title "SSH 密钥"
- header_title page_title, profile_keys_path
.row.prepend-top-default
@@ -6,16 +6,16 @@
%h4.prepend-top-0
= page_title
%p
- SSH keys allow you to establish a secure connection between your computer and GitLab.
+ SSH 密钥用于在您的电脑和 GitLab 建立安全连接。
.col-lg-9
%h5.prepend-top-0
- Add an SSH key
+ 增加 SSH 密钥
%p.profile-settings-content
- Before you can add an SSH key you need to
- = link_to "generate it.", help_page_path("ssh", "README")
+ 在增加 SSH 密钥之前需要先
+ = link_to "生成密钥。", help_page_path("ssh", "README")
= render 'form'
%hr
%h5
- Your SSH keys (#{@keys.count})
+ 您的 SSH 密钥 (#{@keys.count})
%div.append-bottom-default
= render 'key_table'