Skip to content

Commit 0c1cbec

Browse files
committed
Add Chinese Localization
1 parent 245c742 commit 0c1cbec

File tree

19 files changed

+212
-26
lines changed

19 files changed

+212
-26
lines changed

src/main/java/org/csanchez/jenkins/plugins/kubernetes/pod/retention/Always.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public static class DescriptorImpl extends PodRetentionDescriptor {
4949

5050
@Override
5151
public String getDisplayName() {
52-
return "Always";
52+
return Messages.always();
5353
}
5454

5555
}

src/main/java/org/csanchez/jenkins/plugins/kubernetes/pod/retention/Default.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public static class DescriptorImpl extends PodRetentionDescriptor {
6767

6868
@Override
6969
public String getDisplayName() {
70-
return "Default";
70+
return Messages._default();
7171
}
7272

7373
}

src/main/java/org/csanchez/jenkins/plugins/kubernetes/pod/retention/Never.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public static class DescriptorImpl extends PodRetentionDescriptor {
4848

4949
@Override
5050
public String getDisplayName() {
51-
return "Never";
51+
return Messages.never();
5252
}
5353
}
5454

src/main/java/org/csanchez/jenkins/plugins/kubernetes/pod/retention/OnFailure.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public static class DescriptorImpl extends PodRetentionDescriptor {
5252

5353
@Override
5454
public String getDisplayName() {
55-
return "On Failure";
55+
return Messages.on_Failure();
5656
}
5757

5858
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# The MIT License
2+
#
3+
# Copyright (c) 2018, Alauda
4+
#
5+
# Permission is hereby granted, free of charge, to any person obtaining a copy
6+
# of this software and associated documentation files (the "Software"), to deal
7+
# in the Software without restriction, including without limitation the rights
8+
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
# copies of the Software, and to permit persons to whom the Software is
10+
# furnished to do so, subject to the following conditions:
11+
#
12+
# The above copyright notice and this permission notice shall be included in
13+
# all copies or substantial portions of the Software.
14+
#
15+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
# THE SOFTWARE.
22+
23+
Exec\ action=
24+
Initial\ Delay\ Seconds=
25+
Timeout\ Seconds=
26+
Failure\ Threshold=
27+
Period\ Seconds=
28+
Success\ Threshold=

src/main/resources/org/csanchez/jenkins/plugins/kubernetes/ContainerTemplate/config.jelly

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
</f:entry>
3636

3737
<f:entry title="${%EnvVars}" description="${%List of environment variables to set in agent pod}">
38-
<f:repeatableHeteroProperty field="envVars" hasHeader="true" addCaption="Add Environment Variable"
39-
deleteCaption="Delete Environment Variable" />
38+
<f:repeatableHeteroProperty field="envVars" hasHeader="true" addCaption="${%Add Environment Variable}"
39+
deleteCaption="${%Delete Environment Variable}" />
4040
</f:entry>
4141

4242
<f:advanced>
@@ -68,8 +68,8 @@
6868
</f:rowSet>
6969
</f:entry>
7070
<f:entry title="${%PortMappings}" description="${%List of exposed ports}">
71-
<f:repeatableHeteroProperty field="ports" hasHeader="true" addCaption="Add Port Mapping"
72-
deleteCaption="Delete Port Mapping" />
71+
<f:repeatableHeteroProperty field="ports" hasHeader="true" addCaption="${%Add Port Mapping}"
72+
deleteCaption="${%Delete Port Mapping}" />
7373
</f:entry>
7474

7575
</f:advanced>
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# The MIT License
2+
#
3+
# Copyright (c) 2018, Alauda
4+
#
5+
# Permission is hereby granted, free of charge, to any person obtaining a copy
6+
# of this software and associated documentation files (the "Software"), to deal
7+
# in the Software without restriction, including without limitation the rights
8+
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
# copies of the Software, and to permit persons to whom the Software is
10+
# furnished to do so, subject to the following conditions:
11+
#
12+
# The above copyright notice and this permission notice shall be included in
13+
# all copies or substantial portions of the Software.
14+
#
15+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
# THE SOFTWARE.
22+
23+
Name=\u540D\u79F0
24+
Docker\ image=Docker \u955C\u50CF
25+
Always\ pull\ image=\u603B\u662F\u62C9\u53D6\u955C\u50CF
26+
Working\ directory=\u5DE5\u4F5C\u76EE\u5F55
27+
Command\ to\ run=\u8FD0\u884C\u7684\u547D\u4EE4
28+
Arguments\ to\ pass\ to\ the\ command=\u547D\u4EE4\u53C2\u6570
29+
Allocate\ pseudo-TTY=\u5206\u914D\u4F2A\u7EC8\u7AEF
30+
List\ of\ environment\ variables\ to\ set\ in\ agent\ pod=\u8BBE\u7F6E\u5230 Pod \u8282\u70B9\u4E2D\u7684\u73AF\u5883\u53D8\u91CF\u5217\u8868
31+
Add\ Environment\ Variable=\u6DFB\u52A0\u73AF\u5883\u53D8\u91CF
32+
Delete\ Environment\ Variable=\u5220\u9664\u73AF\u5883\u53D8\u91CF
33+
Run\ in\ privileged\ mode=\u4EE5\u6700\u9AD8\u6743\u9650\u8FD0\u884C
34+
Request\ CPU=CPU \u9700\u6C42
35+
Request\ Memory=\u5185\u5B58\u9700\u6C42
36+
Limit\ CPU=CPU \u9650\u5236
37+
Limit\ Memory=\u5185\u5B58\u9650\u5236
38+
Liveness\ Probe=\u5065\u5EB7\u68C0\u67E5
39+
PortMappings=\u7AEF\u53E3\u6620\u5C04
40+
List\ of\ exposed\ ports=\u66B4\u9732\u7684\u7AEF\u53E3\u5217\u8868
41+
Add\ Port\ Mapping=\u6DFB\u52A0\u7AEF\u53E3\u6620\u5C04
42+
Delete\ Port\ Mapping=\u5220\u9664\u7AEF\u53E3\u6620\u5C04
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# The MIT License
2+
#
3+
# Copyright (c) 2018, Alauda
4+
#
5+
# Permission is hereby granted, free of charge, to any person obtaining a copy
6+
# of this software and associated documentation files (the "Software"), to deal
7+
# in the Software without restriction, including without limitation the rights
8+
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
# copies of the Software, and to permit persons to whom the Software is
10+
# furnished to do so, subject to the following conditions:
11+
#
12+
# The above copyright notice and this permission notice shall be included in
13+
# all copies or substantial portions of the Software.
14+
#
15+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
# THE SOFTWARE.
22+
23+
Kubernetes\ server\ endpoint=Kubernetes \u670D\u52A1\u7AEF\u70B9
24+
Certificate\ of\ certificate\ authority\ (CA)=CA \u8BC1\u4E66
25+
Credentials=\u51ED\u636E

src/main/resources/org/csanchez/jenkins/plugins/kubernetes/KubernetesCloud/config.jelly

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@
7373
</f:entry>
7474

7575
<f:entry title="${%Images}" description="${%List of Images to be launched as agents}">
76-
<f:repeatableHeteroProperty field="templates" hasHeader="true" addCaption="Add Pod Template"
77-
deleteCaption="Delete Template" />
76+
<f:repeatableHeteroProperty field="templates" hasHeader="true" addCaption="$%{Add Pod Template}"
77+
deleteCaption="${%Delete Template}" />
7878
</f:entry>
7979

8080
</j:jelly>

src/main/resources/org/csanchez/jenkins/plugins/kubernetes/KubernetesCloud/config_zh_CN.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,5 @@ Transfer\ proxy\ related\ environment\ variables\ from\ master\ to\ agent=\u4ECE
4040
Defaults\ Provider\ Template\ Name=\u9ED8\u8BA4\u63D0\u4F9B\u7684\u6A21\u677F\u540D\u79F0
4141
Images=\u955C\u50CF
4242
List\ of\ Images\ to\ be\ launched\ as\ agents=\u4F5C\u4E3A\u4EE3\u7406\u542F\u52A8\u7684\u955C\u50CF\u5217\u8868
43+
Delete\ Template=\u5220\u9664\u6A21\u677F
44+
Add\ Pod\ Template=\u6DFB\u52A0 Pod \u6A21\u677F

src/main/resources/org/csanchez/jenkins/plugins/kubernetes/KubernetesFolderProperty/config.jelly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</j:choose>
2222
</j:when>
2323
<j:otherwise>
24-
<f:entry title="You have to save this folder first before you can manage Kubernetes Clouds." />
24+
<f:entry title="${%You have to save this folder first before you can manage Kubernetes Clouds.}" />
2525
<f:invisibleEntry>
2626
<!-- Needed to create the property on save -->
2727
<input type="checkbox"/>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# The MIT License
2+
#
3+
# Copyright (c) 2018, Alauda
4+
#
5+
# Permission is hereby granted, free of charge, to any person obtaining a copy
6+
# of this software and associated documentation files (the "Software"), to deal
7+
# in the Software without restriction, including without limitation the rights
8+
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
# copies of the Software, and to permit persons to whom the Software is
10+
# furnished to do so, subject to the following conditions:
11+
#
12+
# The above copyright notice and this permission notice shall be included in
13+
# all copies or substantial portions of the Software.
14+
#
15+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
# THE SOFTWARE.
22+
23+
Allow\ pipeline\ support\ for\ the\ following\ restricted\ Kubernetes\ Clouds=\u5141\u8BB8\u6D41\u6C34\u7EBF\u652F\u6301\u4E0B\u5217\u53D7\u9650\u7684 Kubernetes \u4E91
24+
You\ have\ to\ save\ this\ folder\ first\ before\ you\ can\ manage\ Kubernetes\ Clouds.=\u60A8\u5FC5\u987B\u5728\u7BA1\u7406 Kubernetes \u4E91\u4E4B\u524D\u4FDD\u5B58\u8FD9\u4E2A\u6587\u4EF6\u5939\u3002

src/main/resources/org/csanchez/jenkins/plugins/kubernetes/PodTemplate/config.jelly

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,19 @@
3030
</f:entry>
3131

3232
<f:entry title="${%Containers}" description="${%List of container in the agent pod}">
33-
<f:repeatableHeteroProperty field="containers" hasHeader="true" addCaption="Add Container"
34-
deleteCaption="Delete Container" />
33+
<f:repeatableHeteroProperty field="containers" hasHeader="true" addCaption="${%Add Container}"
34+
deleteCaption="${%Delete Container}
35+
" />
3536
</f:entry>
3637

3738
<f:entry title="${%EnvVars}" description="${%List of environment variables to set in all container of the pod}">
38-
<f:repeatableHeteroProperty field="envVars" hasHeader="true" addCaption="Add Environment Variable"
39-
deleteCaption="Delete Environment Variable" />
39+
<f:repeatableHeteroProperty field="envVars" hasHeader="true" addCaption="${%Add Environment Variable}"
40+
deleteCaption="${%Delete Environment Variable}" />
4041
</f:entry>
4142

4243
<f:entry title="${%Volumes}" description="${%List of volumes to mount in agent pod}">
43-
<f:repeatableHeteroProperty field="volumes" hasHeader="true" addCaption="Add Volume"
44-
deleteCaption="Delete Volume" />
44+
<f:repeatableHeteroProperty field="volumes" hasHeader="true" addCaption="${%Add Volume}"
45+
deleteCaption="${%Delete Volume}" />
4546
</f:entry>
4647

4748
<f:entry field="instanceCapStr" title="${%Max number of instances}">
@@ -63,8 +64,8 @@
6364
</f:entry>
6465

6566
<f:entry title="${%Annotations}" description="${%List of annotations to set in slave pod}" field="annotations">
66-
<f:repeatableHeteroProperty field="annotations" hasHeader="true" addCaption="Add Annotation"
67-
deleteCaption="Delete annotation Variable" />
67+
<f:repeatableHeteroProperty field="annotations" hasHeader="true" addCaption="${%Add Annotation}"
68+
deleteCaption="${%Delete annotation Variable}" />
6869
</f:entry>
6970

7071
<f:entry field="yaml" title="${%Raw yaml for the Pod}">
@@ -74,8 +75,8 @@
7475
<f:advanced>
7576

7677
<f:entry title="${%ImagePullSecrets}" description="${%List of image pull secrets}">
77-
<f:repeatableHeteroProperty field="imagePullSecrets" hasHeader="true" addCaption="Add Image Pull Secret"
78-
deleteCaption="Delete Image Pull Secret" />
78+
<f:repeatableHeteroProperty field="imagePullSecrets" hasHeader="true" addCaption="${%Add Image Pull Secret}"
79+
deleteCaption="${%Delete Image Pull Secret}" />
7980
</f:entry>
8081

8182
<f:entry field="serviceAccount" title="${%Service Account}">
@@ -90,8 +91,8 @@
9091
<table>
9192
<f:optionalBlock title="${%Use custom workspace volume}" field="customWorkspaceVolumeEnabled" inline="true">
9293
<f:entry title="${%Workspace Volume}" description="${%Volume to use for sharing the workspace}">
93-
<f:dropdownDescriptorSelector field="workspaceVolume" oneEach="true" hasHeader="true" addCaption="Add Workspace Volume"
94-
deleteCaption="Delete Workspace Volume" />
94+
<f:dropdownDescriptorSelector field="workspaceVolume" oneEach="true" hasHeader="true" addCaption="${%Add Workspace Volume}"
95+
deleteCaption="${%Delete Workspace Volume}" />
9596
</f:entry>
9697
</f:optionalBlock>
9798
</table>

src/main/resources/org/csanchez/jenkins/plugins/kubernetes/PodTemplate/config_zh_CN.properties

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,15 @@ Use\ custom\ workspace\ volume=\u4F7F\u7528\u81EA\u5B9A\u4E49\u7684\u5DE5\u4F5C\
4747
Workspace\ Volume=\u5DE5\u4F5C\u7A7A\u95F4\u5377
4848
Volume\ to\ use\ for\ sharing\ the\ workspace=\u7528\u4E8E\u5171\u4EAB\u5DE5\u4F5C\u7A7A\u95F4\u7684\u5377
4949
Node\ Properties=\u8282\u70B9\u5C5E\u6027
50+
Add\ Container=\u6DFB\u52A0\u5BB9\u5668
51+
Delete\ Container=\u5220\u9664\u5BB9\u5668
52+
Add\ Environment\ Variable=\u6DFB\u52A0\u73AF\u5883\u53D8\u91CF
53+
Delete\ Environment\ Variable=\u5220\u9664\u73AF\u5883\u53D8\u91CF
54+
Add\ Volume=\u6DFB\u52A0\u5377
55+
Delete\ Volume=\u5220\u9664\u5377
56+
Add\ Annotation=\u6DFB\u52A0\u6CE8\u89E3
57+
Delete\ annotation\ Variable=\u5220\u9664\u6CE8\u89E3
58+
Add\ Image\ Pull\ Secret=\u6DFB\u52A0\u62C9\u53D6\u955C\u50CF\u7684 Secret
59+
Delete\ Image\ Pull\ Secret=\u5220\u9664\u62C9\u53D6\u955C\u50CF\u7684 Secret
60+
Add\ Workspace\ Volume=\u6DFB\u52A0\u5DE5\u4F5C\u7A7A\u95F4\u5377
61+
Delete\ Workspace\ Volume=\u5220\u9664\u5DE5\u4F5C\u7A7A\u95F4\u5377
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# The MIT License
2+
#
3+
# Copyright (c) 2018, Alauda
4+
#
5+
# Permission is hereby granted, free of charge, to any person obtaining a copy
6+
# of this software and associated documentation files (the "Software"), to deal
7+
# in the Software without restriction, including without limitation the rights
8+
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
# copies of the Software, and to permit persons to whom the Software is
10+
# furnished to do so, subject to the following conditions:
11+
#
12+
# The above copyright notice and this permission notice shall be included in
13+
# all copies or substantial portions of the Software.
14+
#
15+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
# THE SOFTWARE.
22+
23+
always=Always
24+
_default=Default
25+
never=Never
26+
on_Failure=On Failure
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# The MIT License
2+
#
3+
# Copyright (c) 2018, Alauda
4+
#
5+
# Permission is hereby granted, free of charge, to any person obtaining a copy
6+
# of this software and associated documentation files (the "Software"), to deal
7+
# in the Software without restriction, including without limitation the rights
8+
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
# copies of the Software, and to permit persons to whom the Software is
10+
# furnished to do so, subject to the following conditions:
11+
#
12+
# The above copyright notice and this permission notice shall be included in
13+
# all copies or substantial portions of the Software.
14+
#
15+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
# THE SOFTWARE.
22+
23+
Always=\u603B\u662F
24+
Default=\u9ED8\u8BA4
25+
Never=\u4ECE\u4E0D
26+
On_Failure=\u5931\u8D25\u65F6

src/main/resources/org/csanchez/jenkins/plugins/kubernetes/volumes/PersistentVolumeClaim/config_zh_CN.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222

2323
Claim\ Name=\u7533\u660E\u503C
2424
Read\ Only=\u53EA\u8BFB
25-
Mount\ path=\u6302\u8F7D\u8DEF\u5F84
25+
Mount\ path=\u6302\u8F7D\u8DEF\u5F84

src/main/resources/org/csanchez/jenkins/plugins/kubernetes/volumes/SecretVolume/config_zh_CN.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
# THE SOFTWARE.
2222

2323
Secret\ name=Secret \u540D\u79F0
24-
Mount\ path=\u6302\u8F7D\u8DEF\u5F84
24+
Mount\ path=\u6302\u8F7D\u8DEF\u5F84

src/main/resources/org/csanchez/jenkins/plugins/kubernetes/volumes/workspace/PersistentVolumeClaimWorkspaceVolume/config_zh_CN.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
# THE SOFTWARE.
2222

2323
Claim\ Name=\u58F0\u660E\u503C
24-
Read\ Only=\u53EA\u8BFB
24+
Read\ Only=\u53EA\u8BFB

0 commit comments

Comments
 (0)