Skip to content

Commit c39208a

Browse files
committed
add and update some china language resources
1 parent 298c99a commit c39208a

File tree

2 files changed

+18
-12
lines changed

2 files changed

+18
-12
lines changed

resources/lang/zh/gitscrum.php

+9-6
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
'create-sprint-backlog' => '新增 Sprint Backlog',
3333
'lastest-activities' => '最新的活動',
3434
'title-login' => 'GitScrum 登入',
35-
'welcome-to' => 'Welcome to',
36-
'slogan' => 'Powerful Virtual Assistant that lets you control your issues, user stories and sprints',
35+
'welcome-to' => '歡迎來到',
36+
'slogan' => '讓妳掌控問題,用戶需求和項目沖刺的強有力的工具助手',
3737
'sprint-backlog' => 'Sprint Backlog',
38-
'product-backlog' => 'Product Backlog',
38+
'product-backlog' => '產品 Backlog',
3939
'favorite' => '最愛',
4040
'edit-sprint-backlog' => '編輯 Sprint Backlog',
4141
'sprint-planning' => 'Sprint 計畫',
@@ -48,19 +48,19 @@
4848
'to' => 'to',
4949
'missing-day' => 'missing day',
5050
'workdays' => '工作天數',
51-
'week' => 'Week',
51+
'week' => '星期',
5252
'description' => '敘述',
5353
'comments' => 'Comments',
5454
'activities' => 'Activities',
5555
'this-does-not-have-any-issue-yet' => '尚未有任何Issue',
5656
'sprint-backlog-list' => 'Sprint Backlog - 清單',
57-
'mode-calendar' => 'Mode Calendar',
57+
'mode-calendar' => 'Mode 日歷',
5858
'sprint-backlog-calendar' => 'Sprint Backlog - 行事曆',
5959
'mode-list' => 'Mode List',
6060
'create-sprint' => '新增 Sprint',
6161
'edit-sprint' => '編輯 Sprint',
6262
'you-are-you-connected-using' => 'You are you connected using',
63-
'user-stories' => 'User Stories',
63+
'user-stories' => '用戶 Stories',
6464
'planning' => '執行中計畫',
6565
'team' => '團隊',
6666
'logout' => '登出',
@@ -196,4 +196,7 @@
196196
'congratulations-the-product-backlog-has-been-updated-with-successfully' => '恭喜! Product Backlog已經更新成功',
197197
'favorited-successfully' => '已成功加入至最愛',
198198
'unfavorited-successfully' => '已成功從最愛中移除',
199+
'organization-id-required' => '妳必須選擇壹個團隊',
200+
'organization-id-exists' => '團隊id必須存在於團隊列表中',
201+
'you-have' => 'You have',
199202
);

resources/lang/zh_cn/gitscrum.php

+9-6
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
'commits' => '提交',
2424
'dashboard' => '控制台',
2525
'update-repositories' => '更新 Repositories',
26-
'my-performance' => 'My Perfomance',
26+
'my-performance' => '我的绩效',
2727
'shortcuts' => 'Shortcuts',
2828
'my-planning' => '我的计划',
2929
'sync-repos-issues' => '同步 Repos/Issues',
@@ -33,9 +33,9 @@
3333
'lastest-activities' => '最新活动',
3434
'title-login' => 'GitScrum 登录',
3535
'welcome-to' => '欢迎来到',
36-
'slogan' => 'Powerful Virtual Assistant that lets you control your issues, user stories and sprints',
36+
'slogan' => '让你掌控问题,用户需求和项目冲刺的强有力的工具助手',
3737
'sprint-backlog' => 'Sprint Backlog',
38-
'product-backlog' => 'Product Backlog',
38+
'product-backlog' => '产品 Backlog',
3939
'favorite' => '最爱',
4040
'edit-sprint-backlog' => '编辑 Sprint Backlog',
4141
'sprint-planning' => 'Sprint 计划',
@@ -48,19 +48,19 @@
4848
'to' => 'to',
4949
'missing-day' => 'missing day',
5050
'workdays' => '工作天数',
51-
'week' => '',
51+
'week' => '星期',
5252
'description' => '描述',
5353
'comments' => 'Comments',
5454
'activities' => 'Activities',
5555
'this-does-not-have-any-issue-yet' => '尚未有任何 Issue',
5656
'sprint-backlog-list' => 'Sprint Backlog - 列表',
57-
'mode-calendar' => 'Mode Calendar',
57+
'mode-calendar' => 'Mode 日历',
5858
'sprint-backlog-calendar' => 'Sprint Backlog',
5959
'mode-list' => 'Mode List',
6060
'create-sprint' => '新增 Sprint',
6161
'edit-sprint' => '编辑 Sprint',
6262
'you-are-you-connected-using' => 'You are you connected using',
63-
'user-stories' => 'User Stories',
63+
'user-stories' => '用户 Stories',
6464
'planning' => '执行中的计划',
6565
'team' => '团队',
6666
'logout' => '登出',
@@ -196,4 +196,7 @@
196196
'congratulations-the-product-backlog-has-been-updated-with-successfully' => '恭喜! Product Backlog 更新成功',
197197
'favorited-successfully' => '成功加入至最爱',
198198
'unfavorited-successfully' => '成功从最爱中移除',
199+
'organization-id-required' => '你必须选择一个团队',
200+
'organization-id-exists' => '团队id必须存在于团队列表中',
201+
'you-have' => 'You have',
199202
);

0 commit comments

Comments
 (0)