Skip to content

Commit

Permalink
撤回汉化,这可能是...
Browse files Browse the repository at this point in the history
这可能是git输出判定字串,考虑在调用处再替换文本来汉化
  • Loading branch information
zetaloop committed May 7, 2024
1 parent 89a4336 commit fe2f6f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/lib/progress/fetch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import { GitProgressParser } from './git'
* of the individual progress reporting steps in a fetch operation
*/
const steps = [
{ title: '远程端:正在压缩对象', weight: 0.1 },
{ title: '正在接收对象', weight: 0.7 },
{ title: '正在解析增量', weight: 0.2 },
{ title: 'remote: Compressing objects', weight: 0.1 },
{ title: 'Receiving objects', weight: 0.7 },
{ title: 'Resolving deltas', weight: 0.2 },
]

/**
Expand Down

0 comments on commit fe2f6f1

Please sign in to comment.