Skip to content

Commit

Permalink
Merge branch 'master' into jt/release-tag-compare
Browse files Browse the repository at this point in the history
  • Loading branch information
jtran authored May 3, 2021
2 parents 9bb91fc + 5c5cfd6 commit 006efdf
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 13 deletions.
6 changes: 6 additions & 0 deletions options/locale/locale_zh-TW.ini
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ repositories=儲存庫列表
activity=公開動態
followers=追蹤者
starred=已加星號
watched=關注的儲存庫
projects=專案
following=追蹤中
follow=追蹤
Expand Down Expand Up @@ -1121,6 +1122,8 @@ issues.context.edit=編輯
issues.context.delete=刪除
issues.no_content=尚未有任何內容
issues.close_issue=關閉
issues.pull_merged_at=`合併了提交 <a class="ui sha" href="%[1]s"><code>%[2]s</code></a> 至 <b>%[3]s</b> %[4]s`
issues.manually_pull_merged_at=`手動合併了提交 <a class="ui sha" href="%[1]s"><code>%[2]s</code></a> 至 <b>%[3]s</b> %[4]s`
issues.close_comment_issue=留言並關閉
issues.reopen_issue=重新開放
issues.reopen_comment_issue=留言並重新開放
Expand Down Expand Up @@ -1214,6 +1217,7 @@ issues.error_modifying_due_date=無法修改截止日期。
issues.error_removing_due_date=無法移除截止日期。
issues.push_commit_1=加入了 %d 個提交 %s
issues.push_commits_n=加入了 %d 個提交 %s
issues.force_push_codes=`強制推送了 %[1]s 自 <a class="ui sha" href="%[3]s"><code>%[2]s</code></a> 至 <a class="ui sha" href="%[5]s"><code>%[4]s</code></a> %[6]s`
issues.due_date_form=yyyy年mm月dd日
issues.due_date_form_add=新增截止日期
issues.due_date_form_edit=編輯
Expand Down Expand Up @@ -2173,6 +2177,8 @@ dashboard.total_gc_time=總 GC 暫停時間
dashboard.total_gc_pause=總 GC 暫停時間
dashboard.last_gc_pause=上次 GC 暫停時間
dashboard.gc_times=GC 執行次數
dashboard.delete_old_actions=從資料庫刪除所有舊行為
dashboard.delete_old_actions.started=從資料庫刪除所有舊行為的任務已啟動。

users.user_manage_panel=使用者帳戶管理
users.new_account=建立使用者帳戶
Expand Down
26 changes: 13 additions & 13 deletions web_src/less/chroma/light.less
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@
.chroma .vc { color: #008080; } /* NameVariableClass */
.chroma .vg { color: #008080; } /* NameVariableGlobal */
.chroma .vi { color: #008080; } /* NameVariableInstance */
.chroma .s { color: #032f62; } /* LiteralString */
.chroma .sa { color: #032f62; } /* LiteralStringAffix */
.chroma .sb { color: #032f62; } /* LiteralStringBacktick */
.chroma .sc { color: #032f62; } /* LiteralStringChar */
.chroma .dl { color: #032f62; } /* LiteralStringDelimiter */
.chroma .sd { color: #032f62; } /* LiteralStringDoc */
.chroma .s2 { color: #032f62; } /* LiteralStringDouble */
.chroma .se { color: #032f62; } /* LiteralStringEscape */
.chroma .sh { color: #032f62; } /* LiteralStringHeredoc */
.chroma .si { color: #032f62; } /* LiteralStringInterpol */
.chroma .sx { color: #032f62; } /* LiteralStringOther */
.chroma .s { color: #106303; } /* LiteralString */
.chroma .sa { color: #106303; } /* LiteralStringAffix */
.chroma .sb { color: #106303; } /* LiteralStringBacktick */
.chroma .sc { color: #106303; } /* LiteralStringChar */
.chroma .dl { color: #106303; } /* LiteralStringDelimiter */
.chroma .sd { color: #106303; } /* LiteralStringDoc */
.chroma .s2 { color: #106303; } /* LiteralStringDouble */
.chroma .se { color: #106303; } /* LiteralStringEscape */
.chroma .sh { color: #106303; } /* LiteralStringHeredoc */
.chroma .si { color: #106303; } /* LiteralStringInterpol */
.chroma .sx { color: #106303; } /* LiteralStringOther */
.chroma .sr { color: #22863a; } /* LiteralStringRegex */
.chroma .s1 { color: #24292e; } /* LiteralStringSingle */
.chroma .ss { color: #032f62; } /* LiteralStringSymbol */
.chroma .s1 { color: #cc7a00; } /* LiteralStringSingle */
.chroma .ss { color: #106303; } /* LiteralStringSymbol */
.chroma .m { color: #009999; } /* LiteralNumber */
.chroma .mb { color: #009999; } /* LiteralNumberBin */
.chroma .mf { color: #009999; } /* LiteralNumberFloat */
Expand Down

0 comments on commit 006efdf

Please sign in to comment.