forked from jenkinsci/pipeline-graph-view-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMessages.properties
More file actions
45 lines (36 loc) · 1.14 KB
/
Messages.properties
File metadata and controls
45 lines (36 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
startedAgo=Started {0} ago
noBuilds=No builds
queued=Queued {0}
took=Took {0}
node.start=Start
node.end=End
timings.millisecond={0} ms
timings.second={0} sec
timings.minute={0} min
timings.hour ={0} hr
timings.day ={0} {0,choice,0#days|1#day|1<days}
timings.month ={0} mo
timings.year ={0} yr
testResults=Test results
testResults.passed=Passed {0}
testResults.failed=Failed {0}
testResults.skipped=Skipped {0}
testResults.total= Total {0}
artifacts=Artifacts
changes=Changes
# Don't need to worry about 0 here, as the message is only used when there is more than one change.
changes.other={0} other {0,choice,1#change|1<changes}
changes.summary={0} {0,choice,1#change|1<changes}
cause.upstream=Started by upstream pipeline {0}
cause.user=Manually run by {0}
FlowNodeWrapper.parallel=Parallel
FlowNodeWrapper.noStage=System Generated
run.alreadyCancelled=Run was already cancelled
run.isFinished=Run is already finished
scheduled.success=Build scheduled
scheduled.failure=Could not schedule a build
# Settings
settings=Settings
settings.showStageName=Show stage names
settings.showStageDuration=Show stage duration
console.newTab=View step as plain text