Skip to content
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
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto eol=lf
Original file line number Diff line number Diff line change
@@ -1,48 +1,48 @@
# The MIT License
#
# Copyright (c) 2009-2010, Dominik Bartholdi
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
display_name=Scriptler
description=Store/edit/run scripts on any of the agents or the built-in node.
scriptdirectorytitle=The scripts are stored at:
not_groovy_script=this is not a groovy script: {0}
script_loaded_from_directory=this script was discovered on the file system, please describe it!
uploadtext=Select a Groovy script from your local system to be uploaded.
node_not_found=The node [{0}] could not be found!
node_not_online=The selected node [{0}] is not online, therefore the script can not be executed! Select another node or start it before you try again.
agent_no_channel=No channel to the agent
download_failed=The import of the script [{0}] from catalog [{1}] failed.
builder_name=Scriptler script
scriptNotFound = could not find script with id [{0}]
scriptNotDefined = there is no script for scriptler defined, please fix your configuration!
scriptNotUsableInBuildStep = The script [{0}] is not usable in a build step, please review your configuration.
scriptNotApprovedYet = The script [{0}] is not yet approved, consider asking your administrator to approve it.
scriptExecutionFailed = Execution of script [{0}] failed
parameterExtractionFailed = failed to read parameters from request
scriptSourceNotFound = not able to load sources for script [{0}]
skipParameter = skipping parameter [{0}] this name is used internal, please rename!
resultPrefix = Result:
no_parameters_defined = There is not any parameter defined for this job.
tokenmacro_AdminScriptOnly = The script [{0}] exists, but is marked to be used by admins only and is therefore not allowed for usage in the TokenMacro.
tokenmacro_ScriptDoesNotExist = No script with the id [{0}] could be found.
permissons_title = Scriptler
permissons_configure_description = Allow configuration of Scriptler scripts, allow fine grain tuning instead of giving Overall/RunScripts to everyone
permissons_runScript_description = Allow execution of Scriptler scripts and insertion / modification of Scriptler build steps, allow fine grain tuning instead of giving Overall/RunScripts to everyone
# The MIT License
#
# Copyright (c) 2009-2010, Dominik Bartholdi
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

display_name=Scriptler
description=Store/edit/run scripts on any of the agents or the built-in node.
scriptdirectorytitle=The scripts are stored at:
not_groovy_script=this is not a groovy script: {0}
script_loaded_from_directory=this script was discovered on the file system, please describe it!
uploadtext=Select a Groovy script from your local system to be uploaded.
node_not_found=The node [{0}] could not be found!
node_not_online=The selected node [{0}] is not online, therefore the script can not be executed! Select another node or start it before you try again.
agent_no_channel=No channel to the agent
download_failed=The import of the script [{0}] from catalog [{1}] failed.
builder_name=Scriptler script
scriptNotFound = could not find script with id [{0}]
scriptNotDefined = there is no script for scriptler defined, please fix your configuration!
scriptNotUsableInBuildStep = The script [{0}] is not usable in a build step, please review your configuration.
scriptNotApprovedYet = The script [{0}] is not yet approved, consider asking your administrator to approve it.
scriptExecutionFailed = Execution of script [{0}] failed
parameterExtractionFailed = failed to read parameters from request
scriptSourceNotFound = not able to load sources for script [{0}]
skipParameter = skipping parameter [{0}] this name is used internal, please rename!
resultPrefix = Result:
no_parameters_defined = There is not any parameter defined for this job.
tokenmacro_AdminScriptOnly = The script [{0}] exists, but is marked to be used by admins only and is therefore not allowed for usage in the TokenMacro.
tokenmacro_ScriptDoesNotExist = No script with the id [{0}] could be found.
permissons_title = Scriptler
permissons_configure_description = Allow configuration of Scriptler scripts, allow fine grain tuning instead of giving Overall/RunScripts to everyone
permissons_runScript_description = Allow execution of Scriptler scripts and insertion / modification of Scriptler build steps, allow fine grain tuning instead of giving Overall/RunScripts to everyone
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
# The MIT License
#
# Copyright (c) 2009-2010, Dominik Bartholdi
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
display_name=Scriptler
description=\u30b9\u30ec\u30fc\u30d6\u3084\u30de\u30b9\u30bf\u30fc\u4e0a\u3067\u5b9f\u884c\u3055\u308c\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u7ba1\u7406\uff08\u4fdd\u5b58/\u7de8\u96c6/\u5b9f\u884c\uff09\u3057\u307e\u3059\u3002
scriptdirectorytitle=\u30b9\u30af\u30ea\u30d7\u30c8\u304c\u4fdd\u5b58\u3055\u308c\u3066\u3044\u308b\u30d1\u30b9\uff1a
not_groovy_script=Groovy\u30b9\u30af\u30ea\u30d7\u30c8\u3067\u306f\u3042\u308a\u307e\u305b\u3093\uff1a{0}
script_loaded_from_directory=\u3053\u306e\u30b9\u30af\u30ea\u30d7\u30c8\u304c\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0\u4e0a\u3067\u898b\u3064\u304b\u308a\u307e\u3057\u305f\u3002\u8aac\u660e\u3092\u8a18\u8ff0\u3057\u3066\u304f\u3060\u3055\u3044\u3002
uploadtext=\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3059\u308bGroovy\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044
node_not_found=\u30ce\u30fc\u30c9 [{0}] \u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093
node_not_online=\u9078\u629e\u3055\u308c\u305f\u30ce\u30fc\u30c9 [{0}] \u304c\u30aa\u30f3\u30e9\u30a4\u30f3\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u3088\u3063\u3066\u3001\u30b9\u30af\u30ea\u30d7\u30c8\u304c\u5b9f\u884c\u3067\u304d\u307e\u305b\u3093\u3002\u4ed6\u306e\u30ce\u30fc\u30c9\u3092\u9078\u629e\u3059\u308b\u304b\u518d\u5b9f\u884c\u524d\u306b\u30ce\u30fc\u30c9\u3092\u958b\u59cb\u3057\u3066\u304f\u3060\u3055\u3044\u3002
download_failed=\u30ab\u30bf\u30ed\u30b0 [{1}] \u304b\u3089\u306e\u30b9\u30af\u30ea\u30d7\u30c8 [{0}] \u306e\u30a4\u30f3\u30dd\u30fc\u30c8\u304c\u5931\u6557\u3057\u307e\u3057\u305f
builder_name=Scriptler\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u5b9f\u884c
scriptNotFound = id [{0}] \u306e\u30b9\u30af\u30ea\u30d7\u30c8\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093
scriptNotDefined = Scriptler\u306b\u3088\u3063\u3066\u5b9a\u7fa9\u3055\u308c\u305f\u30b9\u30af\u30ea\u30d7\u30c8\u304c\u3042\u308a\u307e\u305b\u3093\u3002\u8a2d\u5b9a\u3092\u898b\u76f4\u3057\u3066\u304f\u3060\u3055\u3044\u3002
scriptExecutionFailed = \u30b9\u30af\u30ea\u30d7\u30c8 [{0}] \u306e\u5b9f\u884c\u304c\u5931\u6557\u3057\u307e\u3057\u305f
parameterExtractionFailed = \u30ea\u30af\u30a8\u30b9\u30c8\u306e\u30d1\u30e9\u30e1\u30fc\u30bf\u8aad\u307f\u8fbc\u307f\u306b\u5931\u6557\u3057\u307e\u3057\u305f
scriptSourceNotFound = \u30b9\u30af\u30ea\u30d7\u30c8 [{0}] \u306e\u30bd\u30fc\u30b9\u3092\u8aad\u307f\u8fbc\u3081\u307e\u305b\u3093\u3067\u3057\u305f
skipParameter = [{0}] \u306f\u5185\u90e8\u3067\u4f7f\u7528\u3055\u308c\u3066\u3044\u308b\u305f\u3081\u3001\u30b9\u30ad\u30c3\u30d7\u3055\u308c\u307e\u3057\u305f\u3002\u540d\u524d\u3092\u5909\u66f4\u3057\u3066\u304f\u3060\u3055\u3044\u3002
resultPrefix = Result:
# The MIT License
#
# Copyright (c) 2009-2010, Dominik Bartholdi
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

display_name=Scriptler
description=スレーブやマスター上で実行されるスクリプトを管理(保存/編集/実行)します。
scriptdirectorytitle=スクリプトが保存されているパス:
not_groovy_script=Groovyスクリプトではありません:{0}
script_loaded_from_directory=このスクリプトがファイルシステム上で見つかりました。説明を記述してください。
uploadtext=アップロードするGroovyスクリプトを選択してください
node_not_found=ノード [{0}] が見つかりません
node_not_online=選択されたノード [{0}] がオンラインではありません。よって、スクリプトが実行できません。他のノードを選択するか再実行前にノードを開始してください。
download_failed=カタログ [{1}] からのスクリプト [{0}] のインポートが失敗しました
builder_name=Scriptlerスクリプトの実行
scriptNotFound = id [{0}] のスクリプトが見つかりません
scriptNotDefined = Scriptlerによって定義されたスクリプトがありません。設定を見直してください。
scriptExecutionFailed = スクリプト [{0}] の実行が失敗しました
parameterExtractionFailed = リクエストのパラメータ読み込みに失敗しました
scriptSourceNotFound = スクリプト [{0}] のソースを読み込めませんでした
skipParameter = [{0}] は内部で使用されているため、スキップされました。名前を変更してください。
resultPrefix = Result:
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
# The MIT License
#
# Copyright (c) 2009-2010, Dominik Bartholdi
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
title=Remote Script Catalogs
intro=The catalog allows you to import groovy scripts from a shared source server. \
Just click the save icon and the script will be imported to your local script directory. Depending on the catalog, you can share your scripts too \
- e.g. send pull requests to <a href="https://github.com/jenkinsci/jenkins-scripts">https://github.com/jenkinsci/jenkins-scripts</a>. \
Go on, share some of your scripts too :)
ensure links open in new windows
# The MIT License
#
# Copyright (c) 2009-2010, Dominik Bartholdi
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

title=Remote Script Catalogs
intro=The catalog allows you to import groovy scripts from a shared source server. \
Just click the save icon and the script will be imported to your local script directory. Depending on the catalog, you can share your scripts too \
- e.g. send pull requests to <a href="https://github.com/jenkinsci/jenkins-scripts">https://github.com/jenkinsci/jenkins-scripts</a>. \
Go on, share some of your scripts too :)


ensure links open in new windows
Loading