Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add localization for Bitbucket Branch Source plugin #12

Merged
merged 5 commits into from
Oct 10, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Server=\u670d\u52a1\u5668
Credentials=\u51ed\u636e
Owner=\u62e5\u6709\u8005
Behaviours=\u7279\u6027
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Server=\u670d\u52a1\u5668
Credentials=\u51ed\u636e
Owner=\u62e5\u6709\u8005
Repository\ Name=\u4ed3\u5e93\u540d
Behaviours=\u7279\u6027
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Strategy=\u7b56\u7565
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Strategy=\u7b56\u7565
Trust=\u4fe1\u4efb\u7b56\u7565
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Strategy=\u7b56\u7565
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Credentials=\u51ed\u636e
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Manage\ hooks=\u7ba1\u7406 hooks
Credentials=\u51ed\u636e
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Enable\ cache=\u542f\u7528\u7f13\u5b58
How\ long\ to\ cache\ team,\ in\ minutes=team \u7f13\u5b58\u65f6\u95f4, \u5206\u949f\u8868\u793a
How\ long\ to\ cache\ repositories,\ in\ minutes=\u4ed3\u5e93\u7f13\u5b58\u65f6\u95f4, \u5206\u949f\u8868\u793a
Clear\ caches=\u6e05\u9664\u7f13\u5b58
Show\ statistics=\u663e\u793a\u7edf\u8ba1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bitbucket\ Endpoints=Bitbucket \u7aef\u70b9
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Name=\u540d\u79f0
Server\ URL=\u670d\u52a1\u5668 URL
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@

<build>
<resources>
<resource>
<directory>bitbucket-branch-source-plugin/src/main/resources</directory>
</resource>
<resource>
<directory>bitbucket-plugin/src/main/resources</directory>
</resource>
Expand Down