Compare commits

...

1607 Commits

Author SHA1 Message Date
Xilai Dai
83a3cbb69d fix(APPINT-34526) backport the fixes from APPINT-31563 (#5229) 2022-04-18 16:51:27 +08:00
kjwang
42329dcb8a Revert "Jding/tup 24162 studio version is not correct after applied serveral patches (#2654) (#2663) (#4832)" (#4903)
This reverts commit 3bbf2d0923.
2021-12-23 14:37:50 +08:00
kjwang
3bbf2d0923 Jding/tup 24162 studio version is not correct after applied serveral patches (#2654) (#2663) (#4832)
* fix(TUP-24162)Studio version is not correct after applied serveral
patches on 7.2.1
https://jira.talendforge.org/browse/TUP-24162
2021-12-09 17:06:30 +08:00
pyzhou
2fa2eb4b95 chore:fix MarkLogic build fail okhttp-digest 2021-12-03 00:09:52 +08:00
kjwang
9136b543d2 Fix: TUP-28372 Modules Tab is not updated when switching branches. (#4776)
Fix: TUP-28372 Modules Tab is not updated when switching branches.
https://jira.talendforge.org/browse/TUP-28372
2021-11-08 14:06:07 +08:00
Chao MENG
f5d8ac6ba1 Cmeng/backport/patch/7.2.1 performance improvements (#4705)
* fix(TUP-27814): Skip file.exists() (#3459)

Conflicts:
	main/plugins/org.talend.updates.runtime/src/main/java/org/talend/updates/runtime/utils/UpdateTools.java

* fix(TUP-29595): Slow start of studio when install all additional (#3962)

fix(TUP-29595): Slow start of studio when install all additional packages
https://jira.talendforge.org/browse/TUP-29595
2021-11-08 11:02:01 +08:00
oleksandr
98c41d1398 TAC-15694 (#4754)
[7.2.1] TAC jobs cant be killed, and incorrect status reported

Co-authored-by: oleksandr <ovelychko@talend.com>
2021-11-03 18:43:58 +08:00
bhe-talendbj
068d7acfa1 bugfix(TUP-28659): backport (#4470)
* fix(TUP-28659): backport

* fix(TUP-28659): backport

* fix(TUP-28659): update version
2021-08-02 09:48:07 +08:00
vdrokov
90b8436fed APPINT-32815: revert bug in springboot build (microservice) 2021-06-01 15:51:52 +02:00
vdrokov
50ae23829b APPINT-33123: Account TDI use case (#4328) 2021-05-31 17:26:38 +03:00
vdrokov
2102dda9f2 APPINT-33113: Fix not available routines (#4323) 2021-05-31 10:31:36 +03:00
vdrokov
5c3e2d8e2a APPINT-32815: Bug in springboot build (microservice) (#4241) 2021-05-28 10:56:40 +03:00
apoltavtsev
f5f70a9a03 TESB-32452 handling NPE during job jar name calculation 2021-04-08 12:28:39 +02:00
vdrokov
3e9b826d7b TESB-32452 (#4134)
After applying the latest patch, trunjob component fails with "java.io.IOException: Cannot run program "java.exe": error=2, No such file or directory"
2021-03-31 17:27:53 +02:00
bhe-talendbj
baaa12b968 fix(TUP-30360): add an option to disable sharing libraries (#4040) (#4058)
* fix(TUP-30360): add an option to disable sharing libraries (#4040)

* fix(TUP-30360): add an option to disable sharing libraries

* fix(TUP-30360): add new preference to disable sharing libs at startup

* fix(TUP-30360): update log message

* fix(TUP-30360): install libfile

Conflicts:
	main/plugins/org.talend.commons.runtime/src/org/talend/commons/utils/network/NetworkUtil.java
	main/plugins/org.talend.librariesmanager/src/main/java/org/talend/librariesmanager/model/service/LocalLibraryManager.java

* fix(TUP-30360): fix sharing user components

* fix(TUP-30360): fix sharing jars

* fix(TUP-30360): fix sharing components
2021-03-01 17:05:04 +08:00
Chao MENG
864763a9c7 item(TUP-30180): Studio slowness on merge operation (#4068)
* fix(TUP-29390): Improve the file commit logic in RepositoryWorkUnit (#3901)

fix(TUP-29390): Improve the file commit logic in RepositoryWorkUnit during Pull and Merge
https://jira.talendforge.org/browse/TUP-29390

* fix(TUP-30103): [7.1.1] Studio somtimes hangs for 20 seconds
https://jira.talendforge.org/browse/TUP-30103

* fix(TUP-30103): [7.1.1] Studio somtimes hangs for 20 seconds
https://jira.talendforge.org/browse/TUP-30103

Conflicts:
	main/plugins/org.talend.designer.maven/src/main/java/org/talend/designer/maven/tools/AggregatorPomsHelper.java
2021-02-26 11:37:49 +08:00
apoltavtsev
58312f6c41 feat(TESB-31727) Backport Publishing a route with cTalendJob from Studio and commandline gives different results 2021-01-29 09:51:14 +01:00
apoltavtsev
22b0854f0f fix(TESB-31274) jobs containing tRestClient build issues 2021-01-20 14:07:00 +01:00
chmyga
c72882d4f3 Dchmyga/tdi 44962 backport to master (#3704)
* Revert "fix(TDI-44826): Missing line in Resume log (#3640)" (#3691)

This reverts commit cf52e1e004.

Co-authored-by: Dmytro Chmyga <dmytro.chmyga@synapse.com>

* fix(TDI-44962): fix stream closed exception (#3692)

* Recreate FileWriter with append after writing header

* Add csv writer to shared writer map

Co-authored-by: Dmytro Chmyga <dmytro.chmyga@synapse.com>

Co-authored-by: Dmytro Chmyga <dmytro.chmyga@synapse.com>
# Conflicts:
#	main/plugins/org.talend.librariesmanager/resources/java/routines/system/ResumeUtil.java
2020-12-07 22:04:17 +08:00
jiezhang-tlnd
b1581aac33 fix(TUP-28893)Support more types of artifact for share libs (#3831)
* fix(TUP-28893)Support more types of artifact for share libs
https://jira.talendforge.org/browse/TUP-28893

Conflicts:
	main/plugins/org.talend.librariesmanager/src/main/java/org/talend/librariesmanager/nexus/ArtifacoryRepositoryHandler.java
	main/plugins/org.talend.librariesmanager/src/main/java/org/talend/librariesmanager/nexus/nexus3/handler/AbsNexus3SearchHandler.java

* fix(TUP-28893)Support more types of artifact for share libs

* fix junits

* fix junits
2020-11-30 16:51:25 +08:00
bhe-talendbj
510795eb64 fix(TUP-29227): Set prompt value if it is null (#3817) 2020-11-19 15:47:06 +08:00
apoltavtsev
51697c3477 fix(TESB-30661) Wrong artifact version of the job called by a route 2020-10-29 12:06:05 +01:00
bhe-talendbj
df51e4643f bugfix(TUP-26138) Regenerate relationship.index (#3088) (#3473) (#3739)
* fix(TUP-26138): Regenerate relationship index

Conflicts:
	main/plugins/org.talend.core.repository/src/main/java/org/talend/core/repository/model/ProxyRepositoryFactory.java
2020-10-22 14:54:50 +08:00
kjwang
6672a29377 Fix TUP-28603 'Export item' missing signature (#3643) (#3681) (#3740)
Fix TUP-28603 'Export item' missing signature
https://jira.talendforge.org/browse/TUP-28603
2020-10-22 10:19:11 +08:00
Chao MENG
fc613a6a31 fix(TUP-27076): Unable to connect to codecommit GIT after the first (#3698)
login.
https://jira.talendforge.org/browse/TUP-27076
2020-10-12 09:34:36 +08:00
undx
438d6a43ab fix(build-job): add missing component-runtime pom 2020-10-08 16:24:37 +02:00
undx
2117a06cf2 fix(TUP-25152): backport to patch/7.2.1 2020-10-08 13:38:58 +02:00
Emmanuel GALLOIS
e82174e99b fix(TPS-4351): Make component-runtime class loader find classes in JobServer (#3668) 2020-10-06 13:56:29 +02:00
bhe-talendbj
101e58e159 fix(TUP-27268): Add isRequiredAlways for ILoginTask (#3593) (#3603) (#3604)
Conflicts:
	main/plugins/org.talend.core.repository/src/main/java/org/talend/core/repository/model/ProxyRepositoryFactory.java

Conflicts:
	main/plugins/org.talend.core.repository/src/main/java/org/talend/core/repository/model/ProxyRepositoryFactory.java
2020-09-07 16:01:30 +08:00
Chao MENG
a5d49f0051 Cmeng/patch/7.2/tup 28316 all git related issues (#3569)
* Revert "Revert "fix(TUP-27989): Git related issues checked with support (#3494)""

This reverts commit cdf41fb420.

* Revert "Revert "fix(TUP-28316): Left git related issues checked with support https://jira.talendforge.org/browse/TUP-28316""

This reverts commit cdfb44ced5.

* fix(TUP-28316): Left git related issues checked with support
https://jira.talendforge.org/browse/TUP-28316
2020-08-26 12:05:21 +08:00
Chao MENG
cdf41fb420 Revert "fix(TUP-27989): Git related issues checked with support (#3494)"
This reverts commit fdb1739b1b.
2020-08-19 21:35:53 +08:00
Chao MENG
cdfb44ced5 Revert "fix(TUP-28316): Left git related issues checked with support https://jira.talendforge.org/browse/TUP-28316"
This reverts commit 241f022cd4.
2020-08-19 21:35:46 +08:00
Chao MENG
241f022cd4 fix(TUP-28316): Left git related issues checked with support
https://jira.talendforge.org/browse/TUP-28316

Conflicts:
	main/plugins/org.talend.core.repository/src/main/java/org/talend/core/repository/recyclebin/RecycleBinManager.java
2020-08-19 19:38:48 +08:00
Chao MENG
fdb1739b1b fix(TUP-27989): Git related issues checked with support (#3494)
https://jira.talendforge.org/browse/TUP-27989
2020-08-19 19:38:48 +08:00
Chao MENG
c0b4202259 fix(TUP-27953): tSalesforceInput component displays in-job (#3504) (#3560)
tSalesforceConnection incorrectly
https://jira.talendforge.org/browse/TUP-27953
2020-08-19 10:46:57 +08:00
jiezhang-tlnd
bd3cc178de Jzhang/72/feat/tup 27862 re (#3543)
* feat(TUP-27862)Add possibility to customize pattern for dates when

* feat(TUP-27862)Add possibility to customize pattern for dates when
retrieve table

* feat(TUP-27862)Add possibility to customize pattern for dates when
retrieve table
2020-08-11 12:00:02 +08:00
jiezhang-tlnd
984ca27e4e Jzhang/feat/73/tup 27862 (#3480) (#3522)
* feat(TUP-27862)Add possibility to customize pattern for dates when
retrieve table

* feat(TUP-27862)Add possibility to customize pattern for dates when
retrieve table

* feat(TUP-27862)Add possibility to customize pattern for dates when
retrieve table

* feat(TUP-27862)Add possibility to customize pattern for dates when
retrieve table

* feat(TUP-27862)Add possibility to customize pattern for dates when
retrieve table

* add junit

* add junits

* add junits
2020-08-07 10:52:09 +08:00
Zhiwei Xue
0468f1613c fix(TUP-26876):NoClassDefFoundError when I run spark job with JobServer (#3517) 2020-08-03 16:01:58 +08:00
apoltavtsev
169610aa09 TESB-29071 Bean in route gives wrong output on running in studio 2020-07-31 12:10:01 +02:00
bhe-talendbj
99ebc8c31b fix(TUP-26687): backport (#3508) 2020-07-31 10:27:36 +08:00
hzhao-talendbj
947f5b1730 fix(TUP-26810)if one jar used by two different components, it will (#… (#3465)
* fix(TUP-26810)if one jar used by two different components, it will (#3228)

fix(TUP-26810)if one jar used by two different components, it will upload to nexus with two versions

* TPS-4193  modify code mistake

* test github not pushed

* tps-4193
2020-07-14 09:28:04 +08:00
vdrokov
ca5257f41f fix(TESB-29435): cConfig "Install" button needs to be pressed twice to import a jar (#3467) 2020-07-13 11:26:55 +03:00
Chao MENG
50bc40a36d Revert "Revert "fix(TUP-24942): need to do studio metadata mapping to tsapbapi (#2847)""
This reverts commit 93fd820240.
2020-07-13 10:13:58 +08:00
Chao MENG
163a5fed4b Revert "Revert "fix(TUP-24942): need to do studio metadata mapping to tsapbapi (#2843)""
This reverts commit 254ed5f9c2.
2020-07-13 10:13:44 +08:00
Jane Ding
94ec866da2 fix(TUP-27590)Relationship.index might get really big (#3463)
https://jira.talendforge.org/browse/TUP-27590
2020-07-10 09:24:44 +08:00
Jane Ding
9e5ebe9bd6 fix(TUP-27590):Relationship.index might get really big (#3461)
https://jira.talendforge.org/browse/TUP-27590
2020-07-09 17:09:08 +08:00
Chao MENG
254ed5f9c2 Revert "fix(TUP-24942): need to do studio metadata mapping to tsapbapi (#2843)"
This reverts commit 1e067fe87d.
2020-07-08 15:54:04 +08:00
Chao MENG
93fd820240 Revert "fix(TUP-24942): need to do studio metadata mapping to tsapbapi (#2847)"
This reverts commit 120edfe17c.
2020-07-08 15:53:43 +08:00
Chao MENG
120edfe17c fix(TUP-24942): need to do studio metadata mapping to tsapbapi (#2847)
fix(TUP-24942): need to do studio metadata mapping to tsapbapi components for the new closedlist when D&D metadata to job
https://jira.talendforge.org/browse/TUP-24942
2020-07-08 09:37:03 +08:00
Chao MENG
1e067fe87d fix(TUP-24942): need to do studio metadata mapping to tsapbapi (#2843)
fix(TUP-24942): need to do studio metadata mapping to tsapbapi components for the new closedlist when D&D metadata to job
https://jira.talendforge.org/browse/TUP-24942
2020-07-08 09:32:57 +08:00
Jane Ding
17647bf874 fix(TUP-27590):Relationship.index might get really big (#3431)
* fix(TUP-27590):Relationship.index might get really big
https://jira.talendforge.org/browse/TUP-27590

* fix(TUP-27590):Relationship.index might get really big
https://jira.talendforge.org/browse/TUP-27590

* fix(TUP-27590)Relationship.index might get really big
https://jira.talendforge.org/browse/TUP-27590
relatedItems is empty should not add  as a record
2020-07-07 10:23:50 +08:00
bhe-talendbj
e6bb7ef649 fix(TUP-26539): Unassociate data from associateListeners (#3169) (#3177) (#3433)
* fix(TUP-26539): Fix wrong tree node implmentation

* fix(TUP-26539): add test case

* fix(TUP-26539): Remove reference to itself

* fix(TUP-26539): Return root node

* fix(TUP-26539): Update test case

* fix(TUP-26539): update test case

* fix(TUP-26539): Unassociate unnecessary listeners

* fix(TUP-26539): Revert changes of RepositoryNode

* fix(TUP-26539): Add override annotation
2020-07-07 10:21:44 +08:00
sbliu
5523cffed8 TUP-27416 Validate network, timeout value read from nexus timeout preference configuration . 2020-07-07 10:02:22 +08:00
hzhao-talendbj
132c4915da fix miss dependency in assmble.xml with loop dependency (#3422) 2020-07-02 14:28:56 +08:00
bhe-talendbj
cb4139acf3 bugfix(TUP-27078): Fix parse response data get from artifactory which is runing with https (#3343) (#3434) 2020-07-02 14:06:52 +08:00
bhe-talendbj
a68447afe4 fix(TUP-27053): backport (#3361) (#3389) 2020-06-19 15:13:07 +08:00
jiezhang-tlnd
c28b686049 Jzhang/721/temp/tps 4050 (#3393)
* Jzhang/7.2/bugfix/tup 26896 (#3353)

* fix(TUP-26896)Error create a Sybase connection in metadata and cannot
retrieve tables
https://jira.talendforge.org/browse/TUP-26896

* format code

* update mapping sybase
2020-06-12 16:37:41 +08:00
Zhiwei Xue
ab7c0c0833 chore: Remove junit of Mojo version. 2020-05-21 14:20:12 +08:00
vdrokov
4a1e06e010 fix(TESB-29148): Add lines deleted by accident. (#3312) 2020-05-20 21:15:21 +02:00
Chao MENG
8ff0e806cf fix(TUP-27077): NoClassDefFoundException when using "independent process to run subjob" and tAzureAdlsGen2Input 2020-05-19 09:55:35 +08:00
Jane Ding
3149ac1e6b fix(TUP-27003):Should disable the Commit button of Uncommitted files (#3273) (#3307)
found dialog when project is in MERGING state
https://jira.talendforge.org/browse/TUP-27003
2020-05-18 18:49:44 +08:00
Chao MENG
8f513789aa feat(TUP-26569): merge known conflicts automatically
https://jira.talendforge.org/browse/TUP-26569
2020-05-18 17:53:43 +08:00
Mike Yan
b245900000 fix(TCOMP-1681): Adding missing poms for OSGi type build 2020-05-15 17:25:03 +08:00
bhe-talendbj
ad2a22dcc4 fix(TUP-26809): backport 2020-05-14 16:04:36 +08:00
bhe-talendbj
e3f1c84dfd fix(TUP-26728): backport
Conflicts:
	main/plugins/org.talend.core.runtime/src/main/java/org/talend/designer/runprocess/IRunProcessService.java
2020-05-14 11:27:21 +08:00
jiezhang-tlnd
3b04a2f690 fix(TUP-26896)Error create a Sybase connection in metadata and cannot
(#3257)

retrieve tables (#3231)

* fix(TUP-26896)Error create a Sybase connection in metadata and cannot
retrieve tables
https://jira.talendforge.org/browse/TUP-26896

* fix(TUP-26896)retrieve schema on sybase 16 anywhere metadate get empry
value
https://jira.talendforge.org/browse/TUP-26896

* fix(TUP-26896)Error create a Sybase connection in metadata and cannot
retrieve tables

* fix(TUP-26896)Error create a Sybase connection in metadata and cannot
retrieve tables
https://jira.talendforge.org/browse/TUP-26896

* fix(TUP-26896)Error create a Sybase connection in metadata and cannot
retrieve tables

* fix(TUP-26896)Error create a Sybase connection in metadata and cannot
retrieve tables

* fix(TUP-26896)Error create a Sybase connection in metadata and cannot
retrieve tables

* fix(TUP-26896)Error create a Sybase connection in metadata and cannot
retrieve tables

* fix(TUP-26896)Error create a Sybase connection in metadata and cannot
retrieve tables

* fix(TUP-26896)Error create a Sybase connection in metadata and cannot
retrieve tables

* fix(TUP-26896)Error create a Sybase connection in metadata and cannot
retrieve tables
https://jira.talendforge.org/browse/TUP-26896

Conflicts:
	main/plugins/org.talend.metadata.managment/src/main/java/org/talend/metadata/managment/model/DBConnectionFillerImpl.java

Conflicts:
	main/plugins/org.talend.metadata.managment/src/main/java/org/talend/metadata/managment/model/DBConnectionFillerImpl.java

Conflicts:
	main/plugins/org.talend.metadata.managment/src/main/java/org/talend/metadata/managment/model/DBConnectionFillerImpl.java
	main/plugins/org.talend.metadata.managment/src/main/java/org/talend/metadata/managment/utils/MetadataConnectionUtils.java
2020-05-14 10:51:25 +08:00
undx
0c82d7a96b feat(TCOMP-1681): Make ESB Studio job export TaCoKit compliant 2020-05-12 18:29:11 +02:00
sbliu
17110bb1fa TPS-3943 [7.2.1]Talend MDM Connection Errors(TMDM-14505, TMDM-14565)(#3270)
* TMDM-14505 MDM connection in metadata randomly failed with error 'Failed to connect to MDM, please change MDM settings' 

Moved interface IWebServiceHook from mdm bundle and renamed to IMDMWebServiceHook,re-use the implemented webservice hook in mdm for both mdm & di side to establish mdm connection token.
Add unit test to check presence of the required header that containing token.

* TMDM-14565 Check mdm connection cannot work both in mdm and di perspective at same time (#3187)

Switch context class loader for web service created.
2020-05-09 17:55:52 +08:00
hzhao-talendbj
29b1f3a97c fix(TUP-26388)Amazon Redshift Driver class not working with Implicit (#3181)
* fix(TUP-26388)Amazon Redshift Driver class not working with Implicit
Context

* fix(TUP-26388)Amazon Redshift Driver class not working with Implicit
Context
2020-05-07 19:29:04 +08:00
hzhao-talendbj
6af4cbf201 Revert "fix(26752): Merge branch 'bhe/bugfix/TUP-26752_721' into hzhao/TPS-3852-temp"
This reverts commit 41ef59868e.
2020-05-07 19:22:28 +08:00
bhe-talendbj
a3c1d73f36 fix(TUP-26752): backport 2020-05-07 19:10:32 +08:00
bhe-talendbj
41ef59868e fix(26752): Merge branch 'bhe/bugfix/TUP-26752_721' into hzhao/TPS-3852-temp 2020-05-07 18:04:58 +08:00
Jane Ding
ac7c8ff40d fix(TUP-23452)COMPUTE_DEPENDENCIES_FAILED:{path=META-INF/maven/org.ta… (#3250)
* fix(TUP-23452)COMPUTE_DEPENDENCIES_FAILED:{path=META-INF/maven/org.talend.components/components-salesforce-runtime/dependencies.txt
(#2555) (#2561)

https://jira.talendforge.org/browse/TUP-23452

Conflicts:
	main/plugins/org.talend.updates.runtime/src/main/java/org/talend/updates/runtime/nexus/component/ComponentsDeploymentManager.java

* fix(TUP-23452)COMPUTE_DEPENDENCIES_FAILED:{path=META-INF/maven/org.talend.components/components-salesforce-runtime/dependencies.txt
https://jira.talendforge.org/browse/TUP-23452
2020-05-07 17:53:42 +08:00
hwang-talend
7872cf40d8 bugfix(TUP-26059):tELTPostgresqlMap lost its "DB Type" column for which (#3075)
bugfix(TUP-26059):tELTPostgresqlMap lost its "DB Type" column for which the value should be "BPCHAR"
2020-05-07 17:46:32 +08:00
hzhao-talendbj
62997993ee fix missing db value (#3209) (#3211) 2020-05-07 17:27:19 +08:00
hwang-talend
b81bba4311 bugfix(TUP-26758):[7.2.1] Wrong column order when using Schema from (#3198)
* bugfix(TUP-26758):[7.2.1] Wrong column order when using Schema from
Repository

* bugfix(TUP-26758):[7.2.1] Wrong column order when using Schema from
Repository
2020-05-07 17:18:34 +08:00
hwang
6d787c8bb7 Revert "bugfix(TUP-26758):[7.2.1] Wrong column order when using Schema from (#3198)"
This reverts commit 71d4e06163.
2020-04-29 18:28:11 +08:00
hwang
d3edced303 Revert "bugfix(TUP-26059):tELTPostgresqlMap lost its "DB Type" column for which (#3075)"
This reverts commit 0dc85faca3.
2020-04-29 18:27:27 +08:00
hwang-talend
71d4e06163 bugfix(TUP-26758):[7.2.1] Wrong column order when using Schema from (#3198)
* bugfix(TUP-26758):[7.2.1] Wrong column order when using Schema from
Repository

* bugfix(TUP-26758):[7.2.1] Wrong column order when using Schema from
Repository
2020-04-29 18:15:05 +08:00
hwang-talend
0dc85faca3 bugfix(TUP-26059):tELTPostgresqlMap lost its "DB Type" column for which (#3075)
bugfix(TUP-26059):tELTPostgresqlMap lost its "DB Type" column for which the value should be "BPCHAR"
2020-04-29 18:02:11 +08:00
vdrokov
672ac95f1c fix(TESB-28815): Fix bundle name (should include -bundle suffix at the end) (#3218) 2020-04-16 12:54:34 +03:00
jiezhang-tlnd
03fd95bb57 Temp patch tps 3844 (#3206)
* fix(TUP-24310):routines is duplicated in the reactor (#2706)

* fix(TUP-24310):routines is duplicated in the reactor (#2741)

* fix(TUP-24310):routines is duplicated in the reactor

* fix(TUP-24310):routines is duplicated in the reactor.

* TUP-26308 Nexus 2 gets populated by different crypto-utils jar versions
(#3116)

https://jira.talendforge.org/browse/TUP-26308

Conflicts:
	main/plugins/org.talend.librariesmanager/src/main/java/org/talend/librariesmanager/nexus/Nexus2RepositoryHandler.java

* fix(TUP-26229):Dynamic Schema default Mapping can't be changed (#3184)

* Fix TUP-26346 Files from custom component folders are uploaded to
nexus
multiple times
https://jira.talendforge.org/browse/TUP-26346

* Fix TUP-26346 Files from custom component folders are uploaded to
nexus
multiple times
https://jira.talendforge.org/browse/TUP-26346

* bugfix(TUP-26475):Job is referring to the joblet present in the (#3146)

bugfix(TUP-26475):Job is referring to the joblet present in the reference job even after we delete it from the main job

Co-authored-by: Zhiwei Xue <zwxue@talend.com>
Co-authored-by: kjwang <kjwang@talend.com>
Co-authored-by: hcyi <hcyi@talend.com>
Co-authored-by: hwang-talend <hwang@talend.com>
2020-04-13 16:08:56 +08:00
hcyi
38b1a6bbaa TPS-3909:[7.3.1] DI job with Big Data components fail when using the custom hadoop conf file location feature(TUP-26580) (#3171)
* fix(TUP-26155):improve for dataviewer if MongoDB with SSL (#3111) (#3132)

* fix(TUP-26155):fix compilation error (#3140)
2020-03-30 17:15:46 +08:00
hzhao-talendbj
3efe68118a fix mac os display issue 2020-03-24 21:53:15 +08:00
hzhao-talendbj
f3c9e7439e fix column names are same issue (#3155) (#3156) 2020-03-24 16:51:04 +08:00
hzhao-talendbj
242760143f fix(TUP-26081): Share libraries pb (#3063) (#3138)
* fix(TUP-26081): Share libraries pb

https://jira.talendforge.org/browse/TUP-26081

* fix(TUP-26081): Share libraries pb

https://jira.talendforge.org/browse/TUP-26081

Co-authored-by: Chao MENG <cmeng@talend.com>
2020-03-23 15:16:58 +08:00
Zhiwei Xue
f98bd78d07 fix(TUP-25929):Studio re synchronizing jars with artifact repository
every time when logged into studio
2020-03-23 15:10:11 +08:00
kjwang
03b61215d0 fix(TUP-26189): [7.2.1] snowflake metadata connection with proxy failure (#3117)
fix(TUP-26189): [7.2.1] snowflake metadata connection with proxy
failure

https://jira.talendforge.org/browse/TUP-26189
2020-03-23 14:40:43 +08:00
bhe-talendbj
c3910a11a0 bugfix(TUP-25965) Include subjob's test reports (#3055) (#3099)
* bugfix(TUP-25965) Synchronize test reports

* bugfix(TUP-25965) Ignore test failures and zip test reports

* bugfix(TUP-25965) Ignore test failures and zip test reports

* bugfix(TUP-25965) Ignore test failures and zip test reports

* bugfix(TUP-25965) Ignore test failures and zip test reports

* bugfix(TUP-25965) Ignore test failures

* bugfix(TUP-25965) Ignore test failures

* bugfix(TUP-25965) Skip tests when running job

* fix(TUP-25965): Call service to check is build job or not

Conflicts:
	main/plugins/org.talend.repository.items.importexport/plugin.xml
2020-03-23 14:37:04 +08:00
hzhao-talendbj
6b73594486 fix(TUP-25889)Display issue for the line between Linker source and (#3103) (#3137)
* fix(TUP-25889)Display issue for the line between Linker source and
target on Mac and Ubuntu

* fix(TUP-25889)Display issue for the line between Linker source and
target on Mac and Ubuntu
2020-03-23 14:29:14 +08:00
Zhiwei Xue
f247cbf4de fix(TUP-26344):Some job including customer component can't generate code (#3121)
migrated from 6.3.1 to 7.2.1
2020-03-12 12:02:35 +08:00
hwang-talend
68372a9d7a bugfix(TUP-25959):Incorrect message is observed in the tWarn component (#3098)
bugfix(TUP-25959):Incorrect message is observed in the tWarn component
2020-03-09 14:57:33 +08:00
jiezhang-tlnd
19e62edbec Temp patch tps 3681 (#3102)
* fix(TUP-26170):fix subjob dependencies missing in classpath problem of (#3091)

CI.

* fix(TUP-23789)Pom files are not generated sometimes for the jobs in (#2610)

* fix(TUP-23789)Pom files are not generated sometimes for the jobs in
7.1.1
https://jira.talendforge.org/browse/TUP-23789

* fix(TUP-23789)Pom files are not generated sometimes for the jobs in
7.1.1
https://jira.talendforge.org/browse/TUP-23789
Add a junit.

Co-authored-by: Zhiwei Xue <zwxue@talend.com>
Co-authored-by: Jane Ding <35018295+jding-tlnd@users.noreply.github.com>
2020-02-24 14:38:36 +08:00
Chao MENG
a8d56d413d Patch/7.2.1 tps 3583 (#2989) 2020-01-09 17:20:12 +01:00
Chao MENG
df0fde5b02 Revert "feat(TUP-25226): Make the hadoop conf jar path a contextualizable parameter in the Hadoop conf wizard (#2914)"
This reverts commit 85901957ce.
2020-01-02 11:19:16 +08:00
Chao MENG
5c0ddf4cd4 Revert "Cmeng/patch/7.2.1/tup 25226 fix (#2955)"
This reverts commit 6d283447e5.
2020-01-02 11:18:11 +08:00
Chao MENG
89b3abd6dd Revert "feat(TUP-25226): Make the hadoop conf jar path a contextualizable parameter in the Hadoop conf wizard"
This reverts commit 3a538f3ae4.
2020-01-02 11:17:38 +08:00
hzhao-talendbj
8131d3bfcf bugfix(TUP-25194)External jar sync issue in studio using tLibraryLoad (#2867) (#2947)
* bugfix(TUP-25194)External jar sync issue in studio using tLibraryLoad
2019-12-30 14:40:37 +08:00
kjwang
4da5125b07 Kjwang/fix tup 24953 nexus 3 gets populated by crypto utils.jar (#2883) (#2908)
* Fix TUP-24953 Nexus 3 gets populated by crypto-utils.jar
https://jira.talendforge.org/browse/TUP-24953

* TUP-24953 Nexus 3 gets populated by crypto-utils.jar
https://jira.talendforge.org/browse/TUP-24953

Conflicts:
	main/plugins/org.talend.librariesmanager/src/main/java/org/talend/librariesmanager/nexus/Nexus3RepositoryHandler.java
2019-12-30 14:36:55 +08:00
Chao MENG
f6e7e7ec40 fix(TUP-24954): Error "XML format is incorrect", when customer try to (#2803) (#2807)
fix(TUP-24954): Error "XML format is incorrect", when customer try to define a 'File XML metadata' using a XSD file
https://jira.talendforge.org/browse/TUP-24954
2019-12-30 14:32:24 +08:00
Chao MENG
b2bff6cce3 fix(TUP-23984): JSON metadata wizard for output mode throws class cast (#2624) (#2625)
exception on Linux and Mac
https://jira.talendforge.org/browse/TUP-23984
2019-12-30 14:26:56 +08:00
Chao MENG
3a538f3ae4 feat(TUP-25226): Make the hadoop conf jar path a contextualizable
parameter in the Hadoop conf wizard

https://jira.talendforge.org/browse/TUP-25226
2019-12-27 17:15:08 +08:00
Chao MENG
6d283447e5 Cmeng/patch/7.2.1/tup 25226 fix (#2955)
* feat(TUP-25226): Make the hadoop conf jar path a contextualizable
parameter in the Hadoop conf wizard

https://jira.talendforge.org/browse/TUP-25226

* feat(TUP-25226): Make the hadoop conf jar path a contextualizable
parameter in the Hadoop conf wizard

https://jira.talendforge.org/browse/TUP-25226
2019-12-26 19:08:24 +08:00
Mike Yan
e231bff121 fix(TESB-27614): Check NPE for 'files' node in route assembly file (#2941) 2019-12-24 17:56:36 +08:00
Chao MENG
85901957ce feat(TUP-25226): Make the hadoop conf jar path a contextualizable parameter in the Hadoop conf wizard (#2914)
* feat(TUP-25226): Make the hadoop conf jar path a contextualizable
parameter in the Hadoop conf wizard

https://jira.talendforge.org/browse/TUP-25226

* fix(TUP-18610):When drag hdfs to spark job,hadoop cluster some context
parameters cann't drag to job
https://jira.talendforge.org/browse/TUP-18610

* fix(TUP-18610)When drag hdfs to job,hadoop cluster some context
parameters cann't drag to job
https://jira.talendforge.org/browse/TUP-18610

* fix(TUP-18610)When drag hdfs to spark job,hadoop cluster some context
parameters cann't drag to job
https://jira.talendforge.org/browse/TUP-18610

* fix(TUP-18610)When drag hdfs to spark job,hadoop cluster some context

parameters cann't drag to job
https://jira.talendforge.org/browse/TUP-18610

Co-authored-by: Jane Ding <35018295+jding-tlnd@users.noreply.github.com>
2019-12-24 11:29:35 +08:00
SunChaoqun
9e13dd710c TESB-27139:"Could not find the context Default" is shown in runtime when (#2936) deploy a route into runtime 2019-12-23 15:24:35 +07:00
Chao MENG
f02e9bd6ae fix(TUP-24749): [7.2.1] issue to download component jar via https proxy (#2876)
https://jira.talendforge.org/browse/TUP-24749
2019-12-02 19:39:27 +08:00
Chao MENG
095f33bea7 Cmeng/backport/7.2/tup 24749 proxy issue (#2871)
* fix(TUP-24749): [7.2.1] issue to download component jar via https
proxy (#2840)

Conflicts:
	main/plugins/org.talend.core.runtime/src/main/java/org/talend/core/nexus/TalendMavenResolver.java
2019-12-02 10:51:58 +08:00
Chao MENG
7b65d316ad Cmeng/bugfix/tup 24749 proxy issue (#2808) (#2813)
* fix(TUP-24749): [7.2.1] issue to download component jar via https
proxy

https://jira.talendforge.org/browse/TUP-24749
https://jira.talendforge.org/browse/TUP-24783
https://jira.talendforge.org/browse/TUP-24606
2019-12-02 10:51:57 +08:00
jiezhang-tlnd
0da7d5235d Jding/test patch tps 3474 (#2861) (#2875)
* Jding/tup 24732 studio code tab doesn't show error (#2805) (#2812)

* fix(TUP-24732)Studio Code tab doesn't generate code/show errors in Job
https://jira.talendforge.org/browse/TUP-24732

* fix(TUP-24732)Studio Code tab doesn't generate code/show errors in Job
https://jira.talendforge.org/browse/TUP-24732

* fix(TUP-24732)Studio Code tab doesn't generate code/show errors in Job
https://jira.talendforge.org/browse/TUP-24732

* Jding/tup 24732 check loop dependency issues (#2844) (#2860)

* fix(TUP-24732)Studio Code tab doesn't generate code/show errors in Job
https://jira.talendforge.org/browse/TUP-24732

* fix(TUP-24732)Studio Code tab doesn't generate code/show errors in Job
https://jira.talendforge.org/browse/TUP-24732

* fix(TUP-24732)Studio Code tab doesn't generate code/show errors in Job
https://jira.talendforge.org/browse/TUP-24732

* fix(TUP-24732)[7.2.1] Studio Code tab doesn't generate code/show errors
in Job
https://jira.talendforge.org/browse/TUP-24732
2019-12-02 10:45:22 +08:00
hwang
66b20dcea5 Revert "bugfix(TUP-24937):Propagate changes in tELTInput schema to tELTMap #2852"
This reverts commit 0b434cfc4a.
2019-11-22 16:07:19 +08:00
hwang
bc6506c9fb Revert "bugfix(TUP-24937):Propagate changes in tELTInput schema to tELTMap"
This reverts commit b55842aa2d.
2019-11-22 16:07:14 +08:00
hwang
0b434cfc4a bugfix(TUP-24937):Propagate changes in tELTInput schema to tELTMap #2852 2019-11-22 11:59:42 +08:00
hwang
b55842aa2d bugfix(TUP-24937):Propagate changes in tELTInput schema to tELTMap 2019-11-21 22:06:25 +08:00
Zhiwei Xue
23e028407e fix(TUP-24365):fix m2 repository problem for zero installation CI (#2764) 2019-11-14 17:38:30 +08:00
hcyi
2b54495b25 fix(TUP-24944):Fail to create teradata connection if connection with (#2837)
additional parameters.
2019-11-14 11:30:57 +08:00
Zhiwei Xue
74f5674c72 fix(TUP-25123):Problem of dependencies with spark joblets (#2823) 2019-11-08 14:13:06 +08:00
Zhiwei Xue
aab1e3f6f8 fix(TUP-24323):_tdm folder is missing after build thmap job (#2693) 2019-11-06 16:00:23 +08:00
nrousseau
390ecb97e5 Update pom.xml 2019-11-06 13:37:14 +08:00
nrousseau
223fb3e2a1 Update pom.xml 2019-11-06 12:27:31 +08:00
nrousseau
9d3a2d2fcd upgrade tacokit 1.1.14 (#2770) 2019-11-04 16:33:49 +08:00
Zhiwei Xue
182e7cd116 fix(TUP-23637):7.x missing local_project for big data spark batch job (#2604) (#2664) 2019-11-01 15:54:45 +08:00
hzhao-talendbj
f4d07e67db fix(TUP-24613)routine section does not allow user to edit required (#2759)
* fix(TUP-24613)routine section does not allow user to edit required
checkbox

* fix(TUP-24613)routine section does not allow user to edit required
checkbox

* fix(TUP-24613)routine section does not allow user to edit required
checkbox

* fix(TUP-24613)routine section does not allow user to edit required
checkbox
2019-11-01 15:43:11 +08:00
SunChaoqun
00ead16a04 TESB-27123:Context does not transmit to Job called by route in the (#2792) second call in runtime 2019-10-28 18:57:08 +08:00
Jane Ding
41876ebe40 fix(TUP-24735)Studio fails to sync jars with Artifactory if password has (#2756) (#2766) (#2790)
* fix(TUP-24735)Studio fails to sync jars with Artifactory if password has
'@' character in it
https://jira.talendforge.org/browse/TUP-24735

* fix(TUP-24735)Studio fails to sync jars with Artifactory if password has
'@' character in it
https://jira.talendforge.org/browse/TUP-24735

* fix(TUP-24735)Studio fails to sync jars with Artifactory if password has
'@' character in it
https://jira.talendforge.org/browse/TUP-24735
2019-10-28 15:13:52 +08:00
kjwang
dda3390d0b kjwang/Fix TUP-24579 MacOS : unable to access remote project after (#2718) (#2728)
applying TPS-3363
https://jira.talendforge.org/browse/TUP-24579
2019-10-25 16:09:50 +08:00
Zhiwei Xue
39392b6ba4 fix(TUP-24623):fix regression. 2019-10-24 12:35:13 +08:00
Zhiwei Xue
2309b47ce8 Revert "fix(TUP-23637):7.x missing local_project for big data spark batch job (#2604) (#2664)"
This reverts commit 09d2997af6.
2019-10-18 18:31:56 +08:00
Zhiwei Xue
09d2997af6 fix(TUP-23637):7.x missing local_project for big data spark batch job (#2604) (#2664) 2019-10-18 18:29:01 +08:00
Zhiwei Xue
530e8793ea fix(TUP-24623):Compilation error on the job with project
references(#2757)
2019-10-18 18:21:11 +08:00
jiezhang-tlnd
8aa27eb00c Update EDatabaseVersion4Drivers.java 2019-10-16 17:46:23 +08:00
Laurent BOURGEOIS
17a5b0c28a Fix(TBD-9289):"Invalid signature file digest for Manifest main attributes" Error with HD Insight Cluster 2019-10-16 11:19:21 +08:00
jiezhang-tlnd
0ef344fd01 fix(TUP-23960)Following TDI-42674, update dependency for Redshift
(#2722)

database metadata
https://jira.talendforge.org/browse/TUP-23960

Conflicts:
	main/plugins/org.talend.core.runtime/src/main/java/org/talend/core/database/conn/version/EDatabaseVersion4Drivers.java
2019-10-14 14:27:40 +08:00
Mike Yan
5a96ad6757 fix(TESB-27087): Add condition for checking ESB service is loaded (#2746) 2019-10-08 11:42:58 +08:00
hcyi
53361f8d22 fix(TUP-24084):Change the display of the new Couchbase component names. (#2720) 2019-09-23 15:26:37 +08:00
Chao MENG
2773b281be fix(TUP-24226): Studio doesn't load latest jar for TCOMPv0 update site patch.
fix(TUP-24226): Studio doesn't load latest jar for TCOMPv0 update site patch. 
https://jira.talendforge.org/browse/TUP-24226
2019-09-23 15:19:06 +08:00
hzhao-talendbj
9f8fea79e4 fix(TUP-23536)Component cannot share to Nexus3.15 from local。 2019-09-23 15:04:25 +08:00
hcyi
3254acbab0 fix(TUP-23264):Studio can't find dependencies for tacokit components. (#2566) (#2577) 2019-09-23 14:50:52 +08:00
hcyi
c4bbe25249 fix(TUP-23106):Tacokit components cannot be copy-pasted in Job Design (#2588) (#2596)
* fix(TUP-23106):Tacokit components cannot be copy-pasted in Job Design

* fix(TUP-23106):Tacokit components cannot be copy-pasted in Job Design
2019-09-23 14:46:14 +08:00
heng zhao
bf7ffb0288 feat(TUP-24028)Add Azure datacenter part of the studio connection 2019-09-09 14:47:45 +08:00
jiezhang-tlnd
72f9b4032c fix(TUP-24232)JDBC metadata connection for Redshift when exported as (#2675)
context, unable to retrieve schema
https://jira.talendforge.org/browse/TUP-24232
2019-09-02 10:41:37 +08:00
yanbasic
4e3bf8631d fix(TESB-26174): Backport to 7.2 patch for tRunJob with tESBConsumer 2019-08-30 16:06:31 +02:00
yanbasic
fec8fd0c06 Revert "fix(TESB-26174): Backport to 7.2 for tRunJob with tESBConsumer"
This reverts commit 0b0e004491.
2019-08-30 16:04:33 +02:00
yanbasic
0b0e004491 fix(TESB-26174): Backport to 7.2 for tRunJob with tESBConsumer 2019-08-30 16:03:45 +02:00
hcyi
235f8b08d1 fix(TUP-23743):ERROR when Job in MDM project calling Job in Reference DI (#2597)
project:import routines.DataQuality cannot be resolved.
2019-08-26 11:49:24 +08:00
SunChaoqun
bbf5b5e859 TESB-24597:Docker Support for Microservice - CI Part (#2634) 2019-08-07 12:17:44 +08:00
SunChaoqun
70dddca938 TESB-24597:Docker Support for Microservice - CI Part 2019-08-07 12:17:36 +08:00
SunChaoqun
958e5d7b1b TESB-24597:Docker Support for Microservice - CI Part 2019-08-07 12:17:28 +08:00
SunChaoqun
ac4d92a777 TESB-24597:Docker Support for Microservice - CI Part 2019-08-07 12:17:20 +08:00
SunChaoqun
e35804e5ca TESB-24597:Docker Support for Microservice - CI Part 2019-08-07 12:17:13 +08:00
SunChaoqun
8d64e1e5cf TESB-24597:Docker Support for Microservice - CI Part 2019-08-07 12:16:52 +08:00
SunChaoqun
6ffe253c1c TESB-24597:Docker Support for Microservice - CI Part 2019-08-07 12:16:44 +08:00
SunChaoqun
e5b7ab490c TESB-24597:Docker Support for Microservice - CI Part 2019-08-07 12:16:27 +08:00
kjwang-talend
07efecb906 TUP-23950 Error in calling spark job from trunjob job inside standard (#2613)
job
https://jira.talendforge.org/browse/TUP-23950
2019-07-24 13:53:59 +08:00
Zhiwei Xue
cee139ef8d fix(TUP-23755):Regression caused by TUP-21532 for ESB test case (#2579) 2019-07-15 10:57:49 +08:00
jiezhang-tlnd
ea00bfcad0 fix(TUP-23520)Change schema order function doesnot work (#2570) 2019-07-15 10:33:35 +08:00
Mike Yan
5744d83e69 fix(TESB-26219): Fixed build.properties for missing libs (#2549) 2019-06-20 12:32:25 +02:00
kjwang-talend
3737400399 kjwang/Fix TUP-23488 Retrieve jar list to download is slow (Fix license (#2539)
name is empty problem)
https://jira.talendforge.org/browse/TUP-23488
2019-06-19 21:52:02 +08:00
Zhiwei Xue
3cbbb38871 fix(TUP-23554):osgi.bundle=empty when install additional package failed (#2545) 2019-06-19 20:46:03 +08:00
Mike Yan
768e4534b5 fix(TESB-26219): Fixed missing libs in apache cxf plugin (#2541) 2019-06-19 14:56:35 +08:00
hwang-talend
07f992c3ee bugfix(TUP-23230):Guess Schema error - SLF4J: Defaulting to no-operation (#2535)
bugfix(TUP-23230):Guess Schema error - SLF4J: Defaulting to no-operation (NOP) logger implementation
2019-06-18 15:35:30 +08:00
Chao MENG
5b72922429 fix(TUP-23519): spark job can't run success when I select EMR58 as (#2534)
distribution
https://jira.talendforge.org/browse/TUP-23519
2019-06-18 15:22:21 +08:00
Chao MENG
c7ebdef42d fix(TUP-23482)should avoid multi version slf4j-log4j jars in the job (#2532)
classpath
https://jira.talendforge.org/browse/TUP-23482
2019-06-18 12:32:39 +08:00
Jane Ding
5fe03dfbf2 fix(TUP-23482)should avoid multi version slf4j-log4j jars in the job (#2529) (#2531)
classpath
https://jira.talendforge.org/browse/TUP-23482
2019-06-18 11:49:34 +08:00
kjwang-talend
496afd04db Kjwang/fix tup 23488 retrieve jar list to download is slow b721 (#2530)
* kjwang/Fix improve the fetch license performance (#2523)

* kjwang/Fix improve the fetch license performance

* kjwang/Fix improve the fetch license performance
https://jira.talendforge.org/browse/TUP-23488

* kjwang/Fix TUP-23488 Retrieve jar list to download is slow (Fix junit (#2528)

error)
https://jira.talendforge.org/browse/TUP-23488
2019-06-18 11:38:22 +08:00
Mike Yan
6b38b13eb9 fix(TESB-26219): Fixed NPE for cloud artifact viewer with Java11 (#2527) 2019-06-17 17:08:02 +08:00
Jenkins Continuous Build server
07df547a88 Set version to 7.2.1 2019-06-14 11:49:03 +02:00
hwang-talend
4d4116fae9 bugfix(TUP-21693):Error log like Resource '/AA/poms/jobs/process/test1' (#2521)
bugfix(TUP-21693):Error log like Resource '/AA/poms/jobs/process/test1' does not exist throw when I rename a folder.
2019-06-14 16:28:59 +08:00
Chao MENG
bab8496009 fix(TUP-23036): Can't run spark job when I select CDH513ker as distribution (#2520)
* fix(TUP-23036): Can't run spark job when I select CDH513ker as
distribution
https://jira.talendforge.org/browse/TUP-23036

* fix(TUP-23036): Can't run spark job when I select CDH513ker as
distribution
https://jira.talendforge.org/browse/TUP-23036
2019-06-14 13:48:22 +08:00
Chao MENG
a9e4b8bfdd fix(TUP-23036): Can't run spark job when I select CDH513ker as distribution (#2519)
* fix(TUP-23036): Can't run spark job when I select CDH513ker as
distribution
https://jira.talendforge.org/browse/TUP-23036

* fix(TUP-23036): Can't run spark job when I select CDH513ker as
distribution
https://jira.talendforge.org/browse/TUP-23036

* fix(TUP-23036): Can't run spark job when I select CDH513ker as
distribution
https://jira.talendforge.org/browse/TUP-23036
2019-06-14 13:15:08 +08:00
Pierre Teyssier
679047e118 TDI-42396 : upgrade jackson dataformat cbor 2019-06-14 12:19:44 +08:00
nrousseau
63c81e81cf babili-export (#2504) 2019-06-14 10:42:23 +08:00
Nicolas Rousseau
77a1d82301 feat(TDI-40635) add couchbase component 2019-06-14 10:22:41 +08:00
Ivan Gonchar
62d4207037 chore: update Components version to 0.27.3 (and daikon version to 0.31.7) (#2515) 2019-06-13 22:44:56 +08:00
nrousseau
7eec8f3ba6 fix(TUP-23423) fix jdt core version (#2513) 2019-06-13 20:54:58 +08:00
Sizhao Liu
647507bbf1 chore(TDQ-17158): update crypto utils to 1.4.0 (#2511)
* chore(TDQ-17158): update crypto utils to 1.4.0

* better format
2019-06-13 14:20:54 +02:00
Jane Ding
43f8d57ab6 fix(TUP-22490)Unable to transfer JAR file to Nexsus 3 due to repository (#2514)
version policy: SNAPSHOT does not allow version
https://jira.talendforge.org/browse/TUP-22490
2019-06-13 18:54:09 +08:00
chmyga
c0fd9fdc87 chore: include released couchbase (#2512) 2019-06-13 17:39:44 +08:00
Zhiwei Xue
4b4b6e2e54 fix(TUP-23400):fix svn collaborative work issue. (#2510) 2019-06-13 16:09:58 +08:00
hwang-talend
41ef06acaf bugfix(TUP-23301):Add and replace variable to repository context which (#2509)
bugfix(TUP-23301):Add and replace variable to repository context which
2019-06-13 15:16:00 +08:00
Zhiwei Xue
50f1cd63b9 fix(TUP-22298):fix wrong preference value. (#2508) 2019-06-13 15:14:39 +08:00
hwang-talend
dfeb1d9af7 bugfix(TUP-21693):Error log like Resource '/AA/poms/jobs/process/test1' (#2507)
bugfix(TUP-21693):Error log like Resource '/AA/poms/jobs/process/test1 does not exist throw when I rename a folder.
2019-06-13 15:05:39 +08:00
Nicolas Rousseau
b973cb710e fix(TUP-23349) fix missing dependency 2019-06-13 12:40:53 +08:00
wchen-talend
d2a1e6ae62 Wchen/bugfix/7.2.1/tup 23168 install libs 1 (#2506)
* fix(TUP-23168):Install external library issues

* fix(TUP-23168):Install external library issues
2019-06-12 21:31:40 +08:00
hwang-talend
01b34cfec9 bugfix(TUP-23228):The order of schema changed when ticked "used column" (#2503)
bugfix(TUP-23228):The order of schema changed when ticked "used column"
https://jira.talendforge.org/browse/TUP-23228
2019-06-12 18:01:51 +08:00
Chao MENG
954afc1734 fix(TUP-23432): NPE when single selecting build job (#2505)
fix(TUP-23432): NPE when single selecting build job
https://jira.talendforge.org/browse/TUP-23432
2019-06-12 17:58:52 +08:00
Jane Ding
8648dbd9ee fix(TUP-22936)No description for component red/yellow signs (#2500)
https://jira.talendforge.org/browse/TUP-22936
2019-06-12 16:04:26 +08:00
Zhiwei Xue
04feeb0c5f fix(TUP-22854): clean codes cache when running job doing lib update. (#2502) 2019-06-12 15:07:36 +08:00
hwang-talend
4b938eea5d bugfix(TUP-23301):Add and replace variable to repository context which (#2496)
bugfix(TUP-23301):Add and replace variable to repository context which (#2496)
2019-06-12 14:27:42 +08:00
wchen-talend
6bbacd9898 fixe(TUP-23168):Install external library issues (#2501) 2019-06-12 12:38:29 +08:00
nrousseau
6dc3912eb3 fix(TUP-23423) fix JDT Core needed by bonita 2019-06-12 12:31:22 +08:00
Sizhao Liu
315a49d119 wi(TDQ-17158): fix retrieval of crypto-utils jar (#2499) 2019-06-11 19:18:53 +02:00
Sizhao Liu
2584d5b584 feat(TDQ-16495): add controller for crypto file generation (#2492) 2019-06-11 18:36:45 +02:00
Zhiwei Xue
513b1d6967 fix(TUP-22298):fix wrong filter value. (#2498) 2019-06-11 19:23:51 +08:00
nrousseau
2076b9e1db feat(TDI-40635) add couchbase component
Fix as well missing dependencies
2019-06-11 19:07:24 +08:00
Ivan Gonchar
062a52bfa1 chore: update tcomp Components version to 0.27.2 (#2497) 2019-06-11 18:46:51 +08:00
Liu Xinquan
9a121e1665 feat(TDQ-16571,TDQ-16619) sybase context mode (#2470) 2019-06-11 17:24:09 +08:00
Chao MENG
fe746925b3 fix: tacokit 1.1.10 missing dependency (#2494) 2019-06-11 13:22:05 +08:00
wang wei
f8ccef2101 fix(TDI-41636): adjust the maven path to use the one in maven center (#2493) 2019-06-11 11:35:28 +08:00
Irene Wang
dcd7bf8010 DEVOPS-6106 Update copyright year to 2019 2019-06-10 17:34:30 +02:00
Zhiwei Xue
e4ffe4925b fix(TUP-22972):use relative folder classpath only for cxf related job. (#2491) 2019-06-10 18:33:41 +08:00
Chao MENG
3bba4734c5 fix(TUP-23282): Display of Tacokit Metadata is not homogeneous with other metadata (#2488)
* fix(TUP-23282): Display of Tacokit Metadata is not homogeneous with
other metadata
https://jira.talendforge.org/browse/TUP-23282

* fix(TUP-23285): Problem with deleting dataset/datastore
https://jira.talendforge.org/browse/TUP-23285

* upgrade tacokit version to 1.1.10

* fix(TUP-23285): Problem with deleting dataset/datastore
https://jira.talendforge.org/browse/TUP-23285
2019-06-10 17:40:12 +08:00
kjwang-talend
1dd7a60353 Fix TUP-23170 New branch with name "/" will lead job with reference (#2489)
joblet build failure (Fix can't clean joblet cache problem)
https://jira.talendforge.org/browse/TUP-23170
2019-06-10 17:29:14 +08:00
hwang-talend
6dba969ea5 bugfix(TUP-23322):context value doesn't update after publishing the job (#2485)
bugfix(TUP-23322):context value doesn't update after publishing the job to release repository
2019-06-10 10:40:33 +08:00
nrousseau
a22a9595f0 fix(TUP-22553) remove jars 2019-06-08 11:04:51 +08:00
nrousseau
7f6e1537f6 fix(TUP-22573) remove jars unused 2019-06-08 10:58:27 +08:00
Zhiwei Xue
f287715a53 fix(TUP-23222):support nexus3/artifactory for properties server setup (#2479) 2019-06-06 18:46:00 +08:00
kjwang-talend
96a6b0b3bd Fix TUP-23170 New branch with name "/" will lead job with reference (#2480)
joblet build failure
https://jira.talendforge.org/browse/TUP-23170
2019-06-06 17:51:04 +08:00
wang wei
59ab306532 fix(TDI-42464): Update tcomp in studio to 0.27.0 / daikon to 0.31.6 (#2482) 2019-06-06 16:46:57 +08:00
Jane Ding
9abaf220d3 fix(TUP-22359)Broken Data Schema UI (#2481)
https://jira.talendforge.org/browse/TUP-22359
2019-06-06 11:07:01 +08:00
wang wei
5d627f8d64 fix(TDI-42071): PoC for job runtime information publishing (#2454) 2019-06-05 17:58:06 +08:00
hwang-talend
3fda0cdfd0 bugfix(TUP-23228):The order of schema changed when ticked "used column" (#2457)
* bugfix(TUP-23228):The order of schema changed when ticked "used column"
again
2019-06-05 15:04:51 +08:00
Zhiwei Xue
8c8f83509d fix(TUP-22972):revert changes to the way of getting module name. (#2476) 2019-06-05 11:28:06 +08:00
Chao MENG
11e183bb6e fix(TUP-23349): Studio throw lot error logs about "A null service (#2475)
reference is not allowed."
https://jira.talendforge.org/browse/TUP-23349
2019-06-05 10:59:25 +08:00
jiezhang-tlnd
e4545d01e3 fix(TUP-23276)Create excel item failed with unhandled event loop (#2469)
exception
2019-06-05 10:58:33 +08:00
Zhiwei Xue
a157b73265 fix(TUP-22261):Patch (update site format) with multiple plugins is not (#2471)
installed correctly
2019-06-04 19:19:42 +08:00
kjwang-talend
eba1a3704e Kjwang/fix tup 22469 nexus3.15 2 (#2466)
* kjwang/Fix TUP-22469 Nexus3.15: studio can't detect patch for 701/711
release (Add socket time for script handler)
https://jira.talendforge.org/browse/TUP-22469

* kjwang/Fix TUP-22469 Nexus3.15: studio can't detect patch for 701/711
release (Add socket time for script handler)
https://jira.talendforge.org/browse/TUP-22469
2019-06-04 19:14:38 +08:00
Zhiwei Xue
b66c118e32 fix(TUP-22298):CI-Builder is building older versions of jobs/routes (#2467) 2019-06-04 19:03:00 +08:00
Jane Ding
204c056d80 feat(TUP-22833)Remove the addition of context parameters during the (#2442)
build/publish Job
https://jira.talendforge.org/browse/TUP-22833
2019-06-04 14:48:39 +08:00
Jane Ding
af192f1e63 fix(TUP-23168)Install external library issues (#2464)
https://jira.talendforge.org/browse/TUP-23168
2019-06-04 14:09:57 +08:00
Zhiwei Xue
12b71bc4d1 fix(TUP-22972):use relative classpath for CXF. (#2459)
* fix(TUP-22972):use relative classpath for CXF.

* fix(TUP-22972):avoid to use moduleName.
2019-06-04 11:00:18 +08:00
Jane Ding
610f12af52 fix(TUP-21838)Mvn package miss the context value in bat file when use (#2468)
the attached job in ref project
https://jira.talendforge.org/browse/TUP-21838
2019-06-04 10:27:06 +08:00
kjwang-talend
0690d28138 Fix TUP-23244 Studio continuously throw "Attach is not supported for (#2460)
target JVM" after memory run
https://jira.talendforge.org/browse/TUP-23244
2019-06-03 15:47:23 +08:00
msjian
537c8d8521 fix(TDQ-16922): fix the db2 Correlation analsyis connection is ok (#2465) 2019-05-31 18:25:12 +08:00
msjian
b87b7152c9 fix(TDQ-16922): fix the wrong db2 url caused the connection failed (#2463) 2019-05-31 16:33:25 +08:00
wang wei
c615b3a622 fix(TDI-41947): Support UUID Format Type in Vertica 9+ (#2450) 2019-05-31 15:45:14 +08:00
jiezhang-tlnd
7f4ea90b24 fix(TUP-20395)Column_name_filter_match_the_wrong_columns (#2458)
* fix(TUP-20395)Column_name_filter_match_the_wrong_columns

* fix(TUP-20395)Column name filter match the wrong columns
2019-05-31 13:49:42 +08:00
Stéphane Bouchet
51cd031b35 fix(TESB-25985): Add 'WS' for esb features (#2455)
* fix(TESB-25692): Add java11 missing jars for Route

* fix(TESB-25692): Add jakarta.jws-api

* fix(TESB-25952):[Java 11]DemoRESTRoute cannot run from studio (#2434)

* fix(TESB-25985): Add 'WS' for esb features
2019-05-31 10:49:16 +08:00
Zhiwei Xue
b747242f65 fix(TUP-22854):clear code build cache after installing jars (#2435) 2019-05-30 10:57:19 +08:00
Fangrou JI
8943b2ff73 chore(TDQ-14201): upgrade org.talend.daikon.crypto-utils.version to 1.3.0 (#2453) 2019-05-29 13:56:45 +02:00
wchen-talend
4900926919 Wchen/bugfix/7.2/tup 23168 additional package download (#2448)
* fix(TUP-23168):Install external library issues

* fix(TUP-23168):Install external library issues
2019-05-29 18:18:39 +08:00
kjwang-talend
f01cd163ef TUP-23201 Need change of encryption for jobs (#2445)
https://jira.talendforge.org/browse/TUP-23201
2019-05-29 15:59:08 +08:00
msjian
2e2ff754be fix(TDQ-16842): fix sometimes for the import jdbc connection, can not (#2436)
get jarName
2019-05-29 11:09:38 +08:00
Chao MENG
82ca83abcf fix(TUP-22840): add -clean when license changed (#2446)
fix(TUP-22840): add -clean when license changed
https://jira.talendforge.org/browse/TUP-22840
2019-05-28 18:42:22 +08:00
wang wei
7504d1048a fix(TDI-41636): support AS400 V7R3 (#2447)
* fix(TDI-41636): support AS400 V7R3

* fix(TDI-41636): relabel
2019-05-28 02:44:12 -05:00
wang wei
32b71c8a97 fix the tup part (#2449) 2019-05-28 01:26:47 -05:00
jzhao
9c695b378f fix(TDI-42356):change jtds jar to talend patched which include talend own class (#2438)
* fix(TDI-42356):change jtds jar to talend patched which include talend
own class

* fix(TDI-42356):change the version of the jar
2019-05-27 18:29:24 +08:00
hwang-talend
40c7f9e36a bugfix(TUP-22887):sorting schema order cause a tMatchgroup regression (#2443)
bugfix(TUP-22887):sorting schema order cause a tMatchgroup regression
2019-05-27 14:42:53 +08:00
nrousseau
33d61d79e8 fix(TUP-22906)
Change the fix of TUP-22906, since we can't use FLOW_REF in the
generated code.
Use instead of the run_after to find back original nodes
2019-05-27 12:26:54 +08:00
Nicolas Rousseau
421a5aff89 Revert "fix(TUP-22906) change follow ref also to find merge"
This reverts commit 67a6d26f52.
2019-05-27 10:01:40 +08:00
nrousseau
ab550fde5f fix(TUP-21751) disallow doctype 2019-05-25 23:50:09 +08:00
nrousseau
67a6d26f52 fix(TUP-22906) change follow ref also to find merge
Previously, we only follow the main link to find the first merge
component.
But if there is any reference link, it will not be able to find then the
first component to start.
(tFileInputDelimited_5 here normally was not able to find the first
merge from XML component, then find back the design node
tFileInputDelimited_4)
2019-05-25 23:26:34 +08:00
Nicolas Rousseau
35699d254b Revert "fix(TUP-22906): Job working in 6.3.1 fails to generate in 7.1.1 : Failed (#2394)"
This reverts commit fa88cc5613.
2019-05-25 23:26:34 +08:00
nrousseau
22d2960db2 only log warning for module name in debug mode 2019-05-25 23:26:34 +08:00
Zhiwei Xue
ee4cc3d6e8 fix(TUP-22965):Move sdk component start code to logon project phase. (#2440) 2019-05-24 18:59:30 +08:00
kjwang-talend
89bb75f886 TUP-21489 Remove use of MD5 class in the Studio (#2428)
* TUP-21489 Remove use of MD5 class in the Studio
https://jira.talendforge.org/browse/TUP-21489

* TUP-21489 Remove use of MD5 class in the Studio
https://jira.talendforge.org/browse/TUP-21489

* TUP-21489 Remove use of MD5 class in the Studio
https://jira.talendforge.org/browse/TUP-21489
2019-05-24 15:49:49 +08:00
hwang-talend
ce53c8d96f bugfix(TUP-23055):Cannot create LDAP connection successfully (#2437)
bugfix(TUP-23055):Cannot create LDAP connection successfully
2019-05-24 15:20:11 +08:00
Zhiwei Xue
2ff41d9e7a feat(TUP-23056):Avoid to manually deploy cibuilder / cloudpublisher for CI (#2431)
* feat(TUP-23056):Avoid to manually deploy cibuilder / cloudpublisher for
CI

* feat(TUP-23056): resolve mojo artifact locally.
2019-05-24 15:11:22 +08:00
hzhao-talendbj
897b26d257 fix(TUP-21754)When use the db query in job, it will get a different result from its result in sql builder (#2419)
* fix(TUP-21754):When use the db query in job, it will get a different
result from its result in sql builder.

https://jira.talendforge.org/browse/TUP-21754

* fix(TUP-21754):When use the db query in job, it will get a different
result from its result in sql builder.

https://jira.talendforge.org/browse/TUP-21754
2019-05-24 11:43:53 +08:00
kjwang-talend
93017e8693 kjwang/Fix TUP-21205 Remove CryptoHelper (Fix a compile problem) (#2441)
https://jira.talendforge.org/browse/TUP-21205
2019-05-24 11:21:59 +08:00
Chao MENG
b351f654c4 fix(TUP-23036): Can't run spark job when I select CDH513ker as distribution (#2439)
* fix(TUP-23036): Can't run spark job when I select CDH513ker as
distribution
https://jira.talendforge.org/browse/TUP-23036
2019-05-24 10:56:33 +08:00
jiezhang-tlnd
c605f10813 fix(TUP-22716)<DQSH/APM/MACH/Jasper>studio can not start up after (#2432)
setting this license.
2019-05-23 10:09:08 +08:00
Mike Yan
2ccb45b2e4 fix(TESB-25952):[Java 11]DemoRESTRoute cannot run from studio (#2434) 2019-05-22 10:43:50 +02:00
Irene Wang
70fdbb1a30 Add crypto-utils dependency to fix compilation error 2019-05-21 16:47:34 +02:00
Zhiwei Xue
d54b861e1c fix(TUP-23131):StackOverflowError when build the attached job. (#2429) 2019-05-21 14:42:24 +08:00
Mike Yan
b08276427a fix(TESB-25692): Add java11 missing jars for Route (#2421)
* fix(TESB-25692): Add java11 missing jars for Route

* fix(TESB-25692): Add jakarta.jws-api
2019-05-20 16:43:58 +02:00
kjwang-talend
9f1dd60ad4 TUP-23121 :Error occurred when deploy cJMS route in runtime: (#2427)
org.talend.daikon.crypto.Encryption cannot be found by
local_project.MQMultiReceiver_0.1.0
https://jira.talendforge.org/browse/TUP-23121
2019-05-20 19:19:54 +08:00
Zhiwei Xue
200a2bc49b chore:fix PomUtilTest.getAbsArtifactPath() (#2426) 2019-05-20 19:13:15 +08:00
Zhiwei Xue
2e37da6487 feat(TUP-22631):Ensure CI can be updated. (#2399)
* feat(TUP-22631):Ensure CI can be updated.

* feat(TUP-22631): extract judgment for script cmdline mode.

* feat(TUP-21213):support component update with custom artifact server for
CI.

* feat(TUP-21213):fix bugs and optimize log.
2019-05-20 17:05:40 +08:00
Chao MENG
05c897d22a item(TUP-23098): Upgrade tacokit to release version of 1.1.9 (#2423)
https://jira.talendforge.org/browse/TUP-23098
2019-05-20 10:16:42 +08:00
hwang-talend
5f9870460f bugfix(TUP-21969):Mixing Schema in tMap for several input data (#2413)
bugfix(TUP-21969):Mixing Schema in tMap for several input data
2019-05-17 14:30:37 +08:00
Tao Tao
9ed0bf24c8 Ttao/bugfix/tup 21205 remove crypto helper from tcommon se ee (#2259)
* fix(TUP-21205):Remove CryptoHelper from tcommon-studio-se +
tcommon-studio-ee

https://jira.talendforge.org/browse/TUP-21205

* fix(TUP-21205):Remove CryptoHelper from tcommon-studio-se + tcommon-studio-ee

https://jira.talendforge.org/browse/TUP-21205

* fix(TUP-21205):Remove CryptoHelper from tcommon-studio-se +
tcommon-studio-ee

https://jira.talendforge.org/browse/TUP-21205

* fix(TUP-21205):Remove CryptoHelper from tcommon-studio-se +
tcommon-studio-ee

https://jira.talendforge.org/browse/TUP-21205

* kjwang/Fix TUP-21205 Remove CryptoHelper (Update daikon verion)
https://jira.talendforge.org/browse/TUP-21205

* kjwang/Fix TUP-21205 Remove CryptoHelper (Update daikon verion)
https://jira.talendforge.org/browse/TUP-21205

* kjwang/Fix TUP-21205 Remove CryptoHelper (Update daikon verion)
https://jira.talendforge.org/browse/TUP-21205
2019-05-17 10:49:40 +08:00
msjian
73df980266 fix(TDQ-16872): add new method to correctly parameter on the service (#2422) 2019-05-17 10:23:11 +08:00
Jane Ding
42830749b7 Jding/tup 22908 metadata xml table column vanish (#2420)
* fix(TUP-22908)Talend Studio Mac OS Mojave 10.14 : Hangs or Crashes when
trying to set "Fields to extract" Column name in Metadata -> File XML
https://jira.talendforge.org/browse/TUP-22908

* fix(TUP-22908)Talend Studio Mac OS Mojave 10.14 : Hangs or Crashes when
trying to set "Fields to extract" Column name in Metadata -> File XML
https://jira.talendforge.org/browse/TUP-22908
2019-05-16 10:19:25 +08:00
hzhao-talendbj
839a454917 Hengzhao/bugfix/tup 21757 update bouncy castle version (#2409)
* update bouncycastle version to 1.60

* update bouncycastle version to 1.60

* update bouncycastle version to 1.60
2019-05-15 14:45:12 +08:00
apoltavtsev
74c9f65bbc TESB-25418 Missing commons-parent dependency is added for TOS (#2416) 2019-05-15 08:15:09 +02:00
jiezhang-tlnd
e953285df4 fix(TUP-22617)NPE show in error log when select multiple contexts in job (#2418)
and right click
2019-05-15 14:14:47 +08:00
zfkang-talend
5fb3ebc3d1 TMDM-13443 Connection failed from Talend MDM in DI repository(java 11) (#2412) 2019-05-15 11:47:55 +08:00
kjwang-talend
34f5c8ccb0 TUP-23004 Fail to decrypte password (Fix a junit) (#2417)
https://jira.talendforge.org/browse/TUP-23004
2019-05-15 10:10:26 +08:00
chmyga
65b467f574 fix(TUP-21896): replace internal sun classes (#2234)
* Replace internal sun classes with java API classes

* Use default security algorithm instead of X509
2019-05-14 19:40:03 +08:00
slushatel
e0199336ef feat(TDI-41963): change jdbc driver version from 1.2.16.1027 to 1.2.2… (#2303)
* feat(TDI-41963): change jdbc driver version from 1.2.16.1027 to 1.2.20.1043

* feat(TDI-41963): change redshift module name to "redshift-jdbc42-no-awssdk-1.2.20.1043.jar"
2019-05-14 18:45:59 +08:00
kjwang-talend
f807ca1839 TUP-23004 Fail to decrypte password (#2411)
* TUP-23004 Fail to decrypte password
https://jira.talendforge.org/browse/TUP-23004

* TUP-23004 Fail to decrypte password
https://jira.talendforge.org/browse/TUP-23004
2019-05-14 17:01:59 +08:00
Igor Lazebny
8a8d5eeb0a Add crypto-utils version 2019-05-14 11:41:20 +03:00
Igor Lazebny
c968ed321c Add crypto-utils version 2019-05-14 11:40:23 +03:00
hzhao-talendbj
394a29cca2 change from https://www.talend.com to https://talend-update.talend.com (#2410) 2019-05-13 20:01:21 +08:00
hwang-talend
c6696371b2 bugfix(TUP-22426):[6.5.1]Test Case generation on tRunJob gives (#2398)
bugfix(TUP-22426):[6.5.1]Test Case generation on tRunJob gives compilation error "row1 cannot be resolved to a variable"
2019-05-13 10:37:13 +08:00
hwang-talend
3b582b21fc bugfix(TUP-22841):Cannot automap interval data type for Vertica database (#2406)
bugfix(TUP-22841):Cannot automap interval data type for Vertica database
2019-05-13 10:16:19 +08:00
Chao MENG
fa88cc5613 fix(TUP-22906): Job working in 6.3.1 fails to generate in 7.1.1 : Failed (#2394)
fix(TUP-22906): Job working in 6.3.1 fails to generate in 7.1.1 : Failed to generate code. /java.lang.reflect.InvocationTargetException
/java.lang.NullPointerException
https://jira.talendforge.org/browse/TUP-22906
2019-05-10 19:18:03 +08:00
Mike Yan
da2413c87c fix(TESB-24663): Remove "DOCTYPE" declaration for camel components (#2405) 2019-05-10 11:58:14 +02:00
kjwang-talend
a1ea92865b Fix TUP-21510 Update PasswordEncryptUtil (Update crypto-utils version) (#2400)
* Fix TUP-21510 Update PasswordEncryptUtil (Update crypto-utils version)
https://jira.talendforge.org/browse/TUP-21510

* Fix TUP-21510 Update PasswordEncryptUtil (Fix junit)
https://jira.talendforge.org/browse/TUP-21510
2019-05-10 16:34:57 +08:00
qiongli
acce4c5e8f fix(TDQ-16331)use 'select version()' to get correct version for Mysql (#2396)
* fix(TDQ-16331)use 'select version()' to get correct version for Mysql
2019-05-10 11:28:27 +08:00
zshen-talend
7ce62fc066 fix(TDQ-16872 TUP-22887) create method to keep custom attribute after (#2391) 2019-05-10 11:25:42 +08:00
wang wei
7f26a779bc fix(TDI-42075): try to remove the osgi dependencies which is introduced from log4j 1.2.17, so update tcompv0 version in studio to apply the fix (#2404) 2019-05-09 18:39:54 +08:00
kuanwang
70bfd5623b TUP-22747 ProcessorUtilitiesTest (#2401) 2019-05-09 14:50:24 +08:00
kjwang-talend
97dd532fdd Fix TUP-21510 Update PasswordEncryptUtil (#2380)
* Fix TUP-21510 Update PasswordEncryptUtil
https://jira.talendforge.org/browse/TUP-21510

* Fix TUP-21510 Update PasswordEncryptUtil
https://jira.talendforge.org/browse/TUP-21510

* Fix TUP-21510 Update PasswordEncryptUtil
https://jira.talendforge.org/browse/TUP-21510

* Fix TUP-21510 Update PasswordEncryptUtil
https://jira.talendforge.org/browse/TUP-21510

* Fix TUP-21510 Update PasswordEncryptUtil
https://jira.talendforge.org/browse/TUP-21510

* Fix TUP-21510 Update PasswordEncryptUtil
https://jira.talendforge.org/browse/TUP-21510

* Fix TUP-21510 Update PasswordEncryptUtil
https://jira.talendforge.org/browse/TUP-21510

* Fix TUP-21510 Update PasswordEncryptUtil (Update slf4j version)
https://jira.talendforge.org/browse/TUP-21510
2019-05-09 11:52:58 +08:00
kuanwang
c9de20238c TUP-22747 MetadataFillFactoryTest (#2397) 2019-05-08 18:48:37 +08:00
hwang-talend
857f5459b6 bugfix(TUP-22222):tXMLMap generates wrong XML when imported schema from (#2385)
bugfix(TUP-22222):tXMLMap generates wrong XML when imported schema from wsdl is used
2019-05-08 18:13:15 +08:00
Chao MENG
76aa39dbd8 fix(TUP-22713): Possible thread lock during git update operation (#2392)
fix(TUP-22713): Possible thread lock during git update operation 
https://jira.talendforge.org/browse/TUP-22713
2019-05-08 15:32:59 +08:00
Jane Ding
e68d27d598 fix(TUP-22783)TELTPOSTGRESQL MAP Join Operator not working in Ubuntu (#2393)
16.04
https://jira.talendforge.org/browse/TUP-22783
2019-05-08 10:13:33 +08:00
Jane Ding
4abb63f274 fix(TUP-22827)Error:java.lang.LinkageError: loader constraint violation (#2389)
occurs while View documentation
https://jira.talendforge.org/browse/TUP-22827
2019-05-07 11:58:34 +08:00
kuanwang
4ad69a33d9 Kwang/tup 22747 dbones (#2388)
* TUP-22747 AbstractTest4ExtractManager and it's children

* TUP-22747 dbs tests
2019-04-29 16:40:50 +08:00
Zhiwei Xue
dd1853cf85 fix(TUP-22772):maven.repository=global doesn't work if set global maven (#2383)
repository to another place
2019-04-29 13:55:31 +08:00
Jane Ding
20656380ab fix(TUP-22735) fix wrong project migrations (#2386)
https://jira.talendforge.org/browse/TUP-22735
Conflicts:
	main/plugins/org.talend.core.repository/src/main/java/org/talend/core/repository/utils/ProjectDataJsonProvider.java
2019-04-29 11:22:06 +08:00
jiezhang-tlnd
43021956a4 fix(TUP-22484)Random issue: Compile error for simple job sometimes (#2382)
* fix(TUP-22484)Random issue: Compile error for simple job sometimes

* fix(TUP-22484)Random issue: Compile error for simple job sometimes

* fix(TUP-22484)Random issue: Compile error for simple job sometimes
2019-04-29 10:41:17 +08:00
Jane Ding
8bafc9ace7 fix(TUP-22681)Job in CI Builder gets generated and deployed, but doesn't (#2373)
show as a Tag
https://jira.talendforge.org/browse/TUP-22681
2019-04-26 16:12:34 +08:00
Zhiwei Xue
63f5588fec chore(TUP-22845):Improve Mojo version setup and update Junit. (#2379) 2019-04-26 14:32:25 +08:00
kuanwang
737e502767 Kwang/tup 22672 upgrade jars for powermock (#2361)
* TUP-22672 upgrade jars for powermock after running Junit cases with
java11

* TUP-22672 upgrade jars for powermock after running Junit cases with
java11 -- org.talend.metadata.managment.test

* TUP-22672 add classmexer:
2019-04-26 14:18:32 +08:00
Zhiwei Xue
da191288c5 fix(TUP-22806):Error pop up when build out job (#2376) 2019-04-24 16:01:14 +08:00
Mike Yan
f45a5ce571 fix(TESB-25657): Removed patch classifier for feature maven plugin (#2374) 2019-04-24 11:53:19 +08:00
Zhiwei Xue
b427e62f6e fix(TUP-22803):avoid to overwrite jars (#2372) 2019-04-23 19:34:29 +08:00
zshen-talend
667ceea4de fix(TDQ-16734): make sure Regex indicator supported on MariaDB (#2364) 2019-04-23 16:46:09 +08:00
Chao MENG
a6afca4ea5 feat(TUP-21546): Add commit mode on the studio (#2357)
* feat(TUP-21546): Add commit mode on the studio

https://jira.talendforge.org/browse/TUP-21546

* feat(TUP-21546): Add commit mode on the studio

https://jira.talendforge.org/browse/TUP-21546

* feat(TUP-21546): Add commit mode on the studio

https://jira.talendforge.org/browse/TUP-21546

* feat(TUP-21546): Add commit mode on the studio

https://jira.talendforge.org/browse/TUP-21546

* feat(TUP-21546): Add commit mode on the studio

https://jira.talendforge.org/browse/TUP-21546

* feat(TUP-21546): Add commit mode on the studio

https://jira.talendforge.org/browse/TUP-21546

* feat(TUP-21546): Add commit mode on the studio

https://jira.talendforge.org/browse/TUP-21546

* feat(TUP-21546): Add commit mode on the studio

https://jira.talendforge.org/browse/TUP-21546

* feat(TUP-21546): Add commit mode on the studio

https://jira.talendforge.org/browse/TUP-21546

* feat(TUP-21546): Add commit mode on the studio

https://jira.talendforge.org/browse/TUP-21546
2019-04-23 16:13:56 +08:00
Mike Yan
02302f1116 Yyan/feat(tesb 25283 maven version plugin) (#2371)
* feat(TESB-25283): Add TESB for a patched features-maven-plugin

* feat(TESB-25283): Add build-helper-maven-plugin to deploy feature.xml

* fix(TESB-25283): Remove patch features-maven-plugin for M5
2019-04-23 16:08:36 +08:00
Mike Yan
136ca086a6 feat(TESB-25283): Add TESB for a patched features-maven-plugin (#2370)
* feat(TESB-25283): Add TESB for a patched features-maven-plugin

* feat(TESB-25283): Add build-helper-maven-plugin to deploy feature.xml
2019-04-23 15:30:54 +08:00
jiezhang-tlnd
38070a87f8 fix(TUP-22711)DB2: Cannot save Connection in Edit Connection Window (#2360)
* fix(TUP-22711)DB2: Cannot save Connection in Edit Connection Window

* fix(TUP-22711)DB2: Cannot save Connection in Edit Connection Window
2019-04-23 13:46:29 +08:00
jiezhang-tlnd
8668bd963b fix(TUP-22508)FireBird: Check Connection failed in Context mode (#2358)
* fix(TUP-22508)FireBird: Check Connection failed in Context mode

* fix(TUP-22508)add junits
2019-04-23 13:41:51 +08:00
Zhiwei Xue
1e232d2d40 feat(TUP-22628):Upgrade docker plugin to version 4.0.0 (#2369) 2019-04-23 12:15:41 +08:00
Zhiwei Xue
a9b2e15695 feat(TUP-22630):CI: Ensure all the jars from studio are uploaded to (#2343)
nexus
2019-04-22 16:38:02 +08:00
kjwang-talend
44b583ab0e kjwang/Fix TUP-22686 jars show download link(Fix can't install BPM) (#2367)
* kjwang/Fix TUP-22686 jars show download link(Fix can't install BPM)
https://jira.talendforge.org/browse/TUP-22686

* kjwang/Fix TUP-22686 jars show download link(Fix can't install BPM)
https://jira.talendforge.org/browse/TUP-22686
2019-04-19 19:34:46 +08:00
wang wei
79b2e0ecb8 fix(TDI-42053): [Java 11] Upgrade commons.lang3 version on javajet components(#2332) 2019-04-19 18:02:06 +08:00
nrousseau
c699fb6e6d fix(TUP-22741) change check of dynamic column (#2366) 2019-04-19 17:06:20 +08:00
Hanna Liashchuk
bec94deb0e fix(TBD-8573): new date formats suggestions (#2368) 2019-04-18 16:44:21 +03:00
kjwang-talend
b224b59c54 Fix TUP-22733 Try to delete class JavaHomeUtil (#2362)
https://jira.talendforge.org/browse/TUP-22733
2019-04-18 19:30:51 +08:00
Chao MENG
e485c1860e fix(TUP-22202): Studio will be closed after clicking "Setup routine (#2363)
dependencies" in Git Project

https://jira.talendforge.org/browse/TUP-22202
2019-04-18 15:01:33 +08:00
kjwang-talend
feb0bd5ef7 kjwang/Fix TUP-22686 jars show download link but can't download when run (#2359)
* kjwang/Fix TUP-22686 jars show download link but can't download when run
storm job
https://jira.talendforge.org/browse/TUP-22686

* kjwang/Fix TUP-22686 jars show download link but can't download when run
storm job
https://jira.talendforge.org/browse/TUP-22686

* kjwang/Fix TUP-22686 jars show download link but can't download when run
storm job
https://jira.talendforge.org/browse/TUP-22686
2019-04-17 17:35:26 +08:00
jiezhang-tlnd
09cfffc544 fix(TUP-22337)Border of Contexts in "Create/Edit a context group" dialog (#2347)
isn't static
2019-04-17 16:16:41 +08:00
jiezhang-tlnd
a6ee4c28fb fix(TUP-22655)Can't use DB2 sqlbuilder (#2345)
* fix(TUP-22655)Can't use DB2 sqlbuilder

* TUP(22655)add junits
2019-04-17 16:15:17 +08:00
Zhiwei Xue
f0aa480e42 fix(TUP-22524):add missing dependency for plugin. (#2354) 2019-04-16 11:45:30 +08:00
Zhiwei Xue
993a5b0460 workitem(TUP-22161):Update version of CI plugins. (#2307) 2019-04-16 10:46:01 +08:00
jiezhang-tlnd
6206252ef6 fix(TUP-22484)Random issue: Compile error for simple job sometimes (#2353) 2019-04-16 10:28:38 +08:00
Zhiwei Xue
fab28a3af2 fix(TUP-22524):fix duplicate artifactid. (#2352) 2019-04-15 19:17:16 +08:00
Zhiwei Xue
c3ff8e3891 fix(TUP-22524):upgrade tycho-compiler-jdt version to 1.4.0 (#2350) 2019-04-15 17:03:17 +08:00
kjwang-talend
bd69786c4f kjwang/Feat TUP-21191 Remove any internet check (#2348)
TUP-21191 Remove any internet check from Additional package dialog
2019-04-12 18:59:52 +08:00
Zhiwei Xue
b6bb7ffe65 fix(TUP-21657):There is NPE error after starting studio (#2319) 2019-04-12 16:34:39 +08:00
kjwang-talend
9aa2c69eb4 Kjwang/feat tup 21189 remove jar license (#2223)
* TUP-21189 Remove jar license fetch from studio startup
https://jira.talendforge.org/browse/TUP-21189

* TUP-21189 Remove jar license fetch from studio startup
https://jira.talendforge.org/browse/TUP-21189

* TUP-21189 Improve fetch license feature that can retrieve by
CI/commandline
https://jira.talendforge.org/browse/TUP-21866

* TUP-21189 Improve fetch license feature that can retrieve by
CI/commandline
https://jira.talendforge.org/browse/TUP-21866

* Fix: TUP-21866 Remove jar license fetch from studio startup
https://jira.talendforge.org/browse/TUP-21866
2019-04-12 11:01:49 +08:00
msjian
e75cba9a34 feat(TDQ-16610): add a check snowflake method (#2346) 2019-04-11 18:09:19 +08:00
apoltavtsev
5d2f8fe2c0 TESB-25418 Missing commons-parent dependency is added for TOS 2019-04-11 10:16:13 +03:00
Mike Yan
040cf2dee6 fix(TESB-24789): Remove spring-boot plugin in TOS for microservice (#2342) 2019-04-10 17:57:44 +08:00
Jane Ding
cde7238840 fix(TUP-22182)Non-default Artifactory context path, not working (#2338)
* fix(TUP-22182)Non-default Artifactory context path, not working
https://jira.talendforge.org/browse/TUP-22182

* fix(TUP-22182)Non-default Artifactory context path, not working
https://jira.talendforge.org/browse/TUP-22182
2019-04-10 11:20:47 +08:00
kjwang-talend
b281dcef45 TUP-21308 Fix SSLUtils TLS configuration (#2292)
* TUP-21308 Fix SSLUtils TLS configuration
https://jira.talendforge.org/browse/TUP-21308

* TUP-21308 Fix SSLUtils TLS configuration
https://jira.talendforge.org/browse/TUP-21308

* TUP-21308 Fix SSLUtils TLS configuration
https://jira.talendforge.org/browse/TUP-21308

* TUP-21308 Fix SSLUtils TLS configuration
https://jira.talendforge.org/browse/TUP-21308

* TUP-21308 Fix SSLUtils TLS configuration
https://jira.talendforge.org/browse/TUP-21308

* TUP-21308 Fix SSLUtils TLS configuration
https://jira.talendforge.org/browse/TUP-21308
2019-04-10 11:18:58 +08:00
Chao MENG
50f87d7d92 item(TUP-22610): update tacokit to version 1.1.9 (#2339)
* item(TUP-22610): update tacokit to version 1.1.8

https://jira.talendforge.org/browse/TUP-22610

* Update pom.xml

Update to 1.1.9-SNAPSHOT
2019-04-09 18:23:49 +08:00
kuanwang
5668a651b2 TUP-22549 ProjectPreferenceManagerTest.testReload (#2340) 2019-04-09 17:50:16 +08:00
nrousseau
0ec10cc9c3 chore(TUP-22343) add public 2019-04-08 17:54:22 +08:00
hcyi
cf74274d63 fix(TUP-22012):Upgrade Teradata driver 16.20 or latest (#2333) 2019-04-08 10:41:48 +08:00
TKaczynski
eb33120cac fix(TBD-7687): tFileInputDelimited issue with separator (#2314)
* fix(TBD-7687): tFileInputDelimited issue with separator

add a null instead of delete the column

* Update StringUtils.java

* Update StringUtils.java

* Update StringUtils.java

* Update StringUtils.java
2019-04-04 13:53:30 +02:00
jiezhang-tlnd
003a31b361 feat(TUP-21678)Provide external JDBC parameters to all our connectors (#2329)
* feat(TUP-21678)Provide external JDBC parameters to all our connectors

* fix(TUP-21678)Provide external JDBC parameters to all our connectors
2019-04-04 18:22:30 +08:00
Jane Ding
fda3573d7c fix(TUP-21920)Nullpointer on build job (#2309)
https://jira.talendforge.org/browse/TUP-21920
Loop dependency classpath issue caused main class not found
2019-04-03 14:59:13 +08:00
hcyi
eecc481d67 fix(TUP-22400):Classcastexception When Retrieving Db BigInt Column Value (#2321)
With tHiveInput Component.
2019-04-03 10:49:22 +08:00
hcyi
113db9246f fix(TUP-22012):Upgrade Teradata driver 16.20 or latest. (#2324) 2019-04-03 10:36:33 +08:00
Liu Xinquan
bfcdd968ed TDQ-16354 TOP i18n preference page (#2311) 2019-04-02 16:35:02 +08:00
nrousseau
f542ab5779 feat(TDI-41943) add missing dependency 2019-04-02 13:37:22 +08:00
kjwang-talend
2a0d494f49 Kjwang/fix tup 22425 stackoverflow (#2322)
* Fix TUP-22425 [7.1.1] Stackoverflow issue in studio
https://jira.talendforge.org/browse/TUP-22425

* Fix TUP-22425 [7.1.1] Stackoverflow issue in studio
https://jira.talendforge.org/browse/TUP-22425
2019-04-02 10:15:23 +08:00
kjwang-talend
fe0eab22bd Fix TUP-22469 Nexus3.15: studio can't detect patch for 701/711 release (#2320)
* Fix TUP-22469 Nexus3.15: studio can't detect patch for 701/711 release
https://jira.talendforge.org/browse/TUP-22469

* Fix TUP-22469 Nexus3.15: studio can't detect patch for 701/711 release
https://jira.talendforge.org/browse/TUP-22469

* Fix TUP-22469 Nexus3.15: studio can't detect patch for 701/711 release
https://jira.talendforge.org/browse/TUP-22469

* Fix TUP-22469 Nexus3.15: studio can't detect patch for 701/711 release
https://jira.talendforge.org/browse/TUP-22469
2019-04-01 16:59:10 +08:00
jiezhang-tlnd
12b9a4eee9 fix(TUP-17925)Sybase connection can check successfully even if a wrong db filled (#2214)
* fix(TUP-17925)Sybase connection can check successfully even if a wrong
db filled

* fix(TUP-17925)check database right or not

* fix(TUP-17925)check the database right or not

* fix(TUP-17925)check the database exist or not

* fix(TUP-17928)check the database existed or not

* fix(TUP-17925)connection can check successfully even if a wrong db
filled

* fix(TUP-17925)Sybase connection can check successfully even if a wrong
db filled
2019-04-01 09:50:42 +08:00
nrousseau
f0e07897a5 feat(TDI-41943) update tcomp/daikon dependencies 2019-03-29 18:00:45 +08:00
dmytroshekera
bb001061e8 fix(TDI-41876):Importing job from 6.2.1 to 7.1.1 is throwing error. (#2310)
apache AVRO schema have default values.
2019-03-28 10:35:09 +02:00
jiezhang-tlnd
bdd9a601b9 fix(TUP-22333)Cannot Edit Context Value in Job->Contexts View (#2316) 2019-03-27 18:27:44 +08:00
zshen-talend
3646a1bcd9 feat(TDQ-16567): support amazon aurora for DQ side (#2295) 2019-03-27 16:00:48 +08:00
kjwang-talend
9125f27236 Kjwang/fix tup 22281 missing jar 2 (#2315)
* TUP-22281 Missing jar in lib folder for Job Server(Solution 2)
https://jira.talendforge.org/browse/TUP-22281

* TUP-22281 Missing jar in lib folder for Job Server(Solution 2)
https://jira.talendforge.org/browse/TUP-22281

* TUP-22281 Missing jar in lib folder for Job Server(Solution 2)
https://jira.talendforge.org/browse/TUP-22281
2019-03-27 10:44:07 +08:00
jiezhang-tlnd
df4ac3fdf9 fix(TUP-22367)View documentation does not work after eclipse upgrade (#2304) 2019-03-26 10:49:52 +08:00
jiezhang-tlnd
52a0eb81b5 fix(TUP-22410)Can't import item which locate at root of disk after eclipse upgrade (#2312)
* fix(TUP-22410)Can't import item which locate at root of disk after
eclipse upgrade

* fix(TUP-22410)Can't import item which locate at root of disk after
eclipse upgrade

* fix(TUP-22410)Can't import item which locate at root of disk after
eclipse upgrade
2019-03-26 10:48:43 +08:00
jiezhang-tlnd
68d06f763c fix(TUP-22420)Exchange should not be in toolbar if (#2313)
-Dtalend.disable.internet=true
2019-03-25 17:17:11 +08:00
jiezhang-tlnd
c42d3d6813 fix(TUP-21678)Provide external JDBC parameters to all our connectors (#2275) 2019-03-25 15:52:11 +08:00
jiezhang-tlnd
c813075602 fix(TUP-22333)Cannot Edit Context Value in Job Contexts View (#2306) 2019-03-25 15:50:35 +08:00
Tao Tao
80f8202381 fix(TUP-21925):Empty pop-up error message when moving a folder (#2261)
* fix(TUP-21925):Empty pop-up error message when moving a folder
containing an already open job to another folder

https://jira.talendforge.org/browse/TUP-21925

* fix(TUP-21925):Empty pop-up error message when moving a folder
containing an already open job to another folder

https://jira.talendforge.org/browse/TUP-21925

* fix(TUP-21925):Empty pop-up error message when moving a folder (Improved
code)

* fix(TUP-21925):Empty pop-up error message when moving a folder (Improved
code)
2019-03-25 15:44:42 +08:00
kjwang-talend
cd2c0b2ae8 TUP-22340 Missing jobs after importing with studio build after eclipse (#2308)
upgrade
https://jira.talendforge.org/browse/TUP-22340
2019-03-25 10:33:43 +08:00
Stella Coëpeau
3a23afc4b5 feat(TBD-6291): Implement Dataset component detection (#2250) 2019-03-22 12:03:05 +01:00
jiezhang-tlnd
2caeecc4a5 fix(TUP-22357)Cannot edit properties for joblet (#2305) 2019-03-22 11:23:53 +08:00
Roman
5c1e36ceee fix(TDI-41790): change mapping for numbers (#2264)
* fix(TDI-41790): change mapping for numbers
2019-03-21 14:08:16 +02:00
jiezhang-tlnd
762f33c0a1 fix(TUP-22357)Cannot edit properties for joblet (#2302) 2019-03-21 11:27:20 +08:00
chmyga
82f48b9ec9 fix(TDI-41681): fix XMLHelper (#2263) 2019-03-19 10:09:41 +02:00
chmyga
353fdab095 fix(TDI-41951): special chars in column comment (#2293)
* Add util method to escape special symbols
2019-03-18 15:21:20 +02:00
sbliu
f3bbbe1801 TMDM-13127 Add xml-apis.jar and xercesImpl.jar to resolve problem that can not found class 'SAXParser' and 'XMLSerializer' when import into/export from mdm server in mdm studio. 2019-03-18 15:35:48 +08:00
sbliu
dc76cea51f TMDM-11900 Update schema of UpdateReport, add 'UUID' field for standalone mode. 2019-03-18 14:48:53 +08:00
Zhiwei Xue
74df10d837 fix(TUP-21999):SAP Hana Metadata Wizard does not work properly (#2273) 2019-03-13 16:00:24 +08:00
Chao MENG
eeba861872 feat(TUP-18064): [Studio] Update to more recent Eclipse (4.10) (#2278) (#2289)
* feat(TUP-18064): [Studio] Update to more recent Eclipse (4.10) (#2278)

https://jira.talendforge.org/browse/TUP-18064

* feat(TUP-18064): [Studio] Update to more recent Eclipse (4.10) (#2278)

https://jira.talendforge.org/browse/TUP-18064
2019-03-12 10:31:32 +08:00
Tao Tao
59d48b14d5 fix(TUP-21903):tSalesForceConnection JWT flow does not work with Context (#2248)
* fix(TUP-21903):tSalesForceConnection JWT flow does not work with Context
group variable set for connection type Oauth.

https://jira.talendforge.org/browse/TUP-21903

* fix(TUP-21903):tSalesForceConnection JWT flow does not work with Context
group variable set for connection type Oauth.

https://jira.talendforge.org/browse/TUP-21903

* fix(TUP-21903):tSalesForceConnection JWT flow does not work with Context
group variable set for connection type Oauth.

https://jira.talendforge.org/browse/TUP-21903

* fix(TUP-21903):tSalesForceConnection JWT flow does not work with Context
group variable set for connection type Oauth.

https://jira.talendforge.org/browse/TUP-21903

* fix(TUP-21903):tSalesForceConnection JWT flow does not work with Context
group variable set for connection type Oauth.

https://jira.talendforge.org/browse/TUP-21903
2019-03-08 15:11:48 +08:00
hcyi
1c60748d49 feat(TUP-21495):Support MFA on studio for the Cloud. (#2246) 2019-03-08 10:31:35 +08:00
Jane Ding
cd2e2484e3 fix(TUP-21920)Nullpointer on build job (#2253) 2019-03-07 17:27:53 +08:00
Dmytro Sylaiev
a101784871 Dsylaiev/tdi 41808 fix showing pass nzload (#2276)
* fix(TDI-41808): Add password for logging constant

* fix(TDI-41808): Rename constant

* chore(TDI-41808): Update year in copyright
2019-03-07 11:12:46 +02:00
Chao MENG
b400ebc0f4 feat(TUP-18064): [Studio] Update to more recent Eclipse (4.10) (#2278)
https://jira.talendforge.org/browse/TUP-18064
2019-03-07 10:32:49 +08:00
Chao MENG
642c17e4ab Studio upgrade/eclipse 4.10.0 (#2277)
* fix(TUP-19969): Eclipse upgrade - TOS need to work with eclipse 4.7.0
https://jira.talendforge.org/browse/TUP-19969

Conflicts:
	main/plugins/org.talend.libraries.nattable.glazedlist/META-INF/MANIFEST.MF
	main/plugins/org.talend.libraries.nattable.glazedlist/pom.xml
	main/plugins/org.talend.libraries.nattable/META-INF/MANIFEST.MF
	main/plugins/org.talend.libraries.nattable/pom.xml

* fix(TUP-19969): Eclipse upgrade - TOS need to work with eclipse 4.7.0
https://jira.talendforge.org/browse/TUP-19969

* fix(TUP-19969): Eclipse upgrade - TOS need to work with eclipse 4.7.0
https://jira.talendforge.org/browse/TUP-19969

* fix(TUP-19969): Eclipse upgrade - TOS need to work with eclipse 4.7.0
https://jira.talendforge.org/browse/TUP-19969

Remove x86 and unsupported platform

* feat(TUP-19969): Eclipse upgrade

Fix the update of maven resolver for configuration

Conflicts:
	main/plugins/org.talend.core.runtime/src/main/java/org/talend/core/nexus/TalendMavenResolver.java

* Fix :TUP-21173 Make compilation test with Java 11
https://jira.talendforge.org/browse/TUP-21173
Fix :TUP-21173 Make compilation test with Java 11
https://jira.talendforge.org/browse/TUP-21173
Fix :TUP-21173 Make compilation test with Java 11
https://jira.talendforge.org/browse/TUP-21173

* item(TUP-21339): Eclipse upgrade - TOS need to work with eclipse 4.10.0

https://jira.talendforge.org/browse/TUP-21339

* item(TUP-21339): Eclipse upgrade - TOS need to work with eclipse 4.10.0

https://jira.talendforge.org/browse/TUP-21339

* item(TUP-21339): Eclipse upgrade - TOS need to work with eclipse 4.10.0

https://jira.talendforge.org/browse/TUP-21339

* item(TUP-21339): Eclipse upgrade - TOS need to work with eclipse 4.10.0

https://jira.talendforge.org/browse/TUP-21339

* item(TUP-21339): Eclipse upgrade - TOS need to work with eclipse 4.10.0

https://jira.talendforge.org/browse/TUP-21339

* item(TUP-21731): Fix button font color issue for mac / linux

https://jira.talendforge.org/browse/TUP-21731

* item(TUP-21701): Eclipse upgrade - make core part of EE product building

https://jira.talendforge.org/browse/TUP-21701

* item(TUP-21701): Eclipse upgrade - make core part of EE product building

https://jira.talendforge.org/browse/TUP-21701

* item(TUP-21731): Fix button font color issue for mac / linux

https://jira.talendforge.org/browse/TUP-21731

* item(TUP-21731): Fix button font color issue for mac / linux

https://jira.talendforge.org/browse/TUP-21731

* item(TUP-21736): Font style of tab changed after clicked one tab on
Windows

https://jira.talendforge.org/browse/TUP-21736

* item(TUP-21987): Studio can't load components after upgrade studio (#2245)

target platform
https://jira.talendforge.org/browse/TUP-21987

* fix(TUP-22042): A blank shell is opened when saving job

https://jira.talendforge.org/browse/TUP-22042
I checked the api of Shell on Linux and Windows (Eclipse 4.10)
On Linux, the open method of Shell will open it's parent shell, seems no
way to avoid it.
On Windows, the open method of Shell won't open parent shell.

I think the only way to avoid empty shell on Linux is changing all the
codes which creating empty shell, I think we can even give a null if no
active shell found.

* fix(TUP-22042): A blank shell is opened when saving job

https://jira.talendforge.org/browse/TUP-22042
I checked the api of Shell on Linux and Windows (Eclipse 4.10)
On Linux, the open method of Shell will open it's parent shell, seems no
way to avoid it.
On Windows, the open method of Shell won't open parent shell.

I think the only way to avoid empty shell on Linux is changing all the
codes which creating empty shell, I think we can even give a null if no
active shell found.

* item(TUP-21732): Fix basic maven repository

https://jira.talendforge.org/browse/TUP-21732

* feat(TUP-18064): [Studio] Update to more recent Eclipse (4.10)

https://jira.talendforge.org/browse/TUP-18064

* Jzhang/bugfix/tup 21737 coolbar can't fully display on windows (#2258)

* fix(TUP-21737)Coolbar can't fully display on Windows

* fix(TUP-21737)Coolbar can't fully display on Windows

* fix(TUP-21737)Coolbar can't fully display on Windows

* fix(TUP-21737)Coolbar can't fully display on Windows

* fix(TUP-21737)Coolbar can't fully display on Windows

* fix(TUP-21737)Coolbar can't fully display on Windows

* fix(TUP-21737)Coolbar can't fully display on Windows

* fix(TUP-21737)Coolbar can't fully display on Windows

* fix(TUP-21737)Coolbar can't fully display on Windows

* fix(TUP-21737)Coolbar can't fully display on Windows

* fix(TUP-21737)Coolbar can't fully display on Windows

* fix(TUP-21737)Coolbar can't fully display on Windows

* fix(TUP-21737)Coolbar can't fully display on Windows

* fix(TUP-21737)Coolbar can't fully display on Windows

* fix(TUP-21737)Coolbar can't fully display on Windows

* fix(TUP-22145)Error pops up after clicked accept license when (#2271)

* fix(TUP-22145)Error pops up after clicked accept license when
downloading jars

* fix(TUP-22145)Error pops up after clicked accept license when
downloading jars

* fix(TUP-22145)Error pops up after clicked accept license when
downloading jars
2019-03-07 10:20:30 +08:00
jiezhang-tlnd
f31f959981 fix(TUP-21998)JDBC Connection doesn't work well (#2272) 2019-03-05 10:18:23 +08:00
Laurent BOURGEOIS
5c2eaea6f2 Fix(TBD-8109):High CVE Vulnerability found in Talend Components (#2237) 2019-03-04 17:40:17 +01:00
kjwang-talend
958f8f59a5 kjwang/Fix TUP-22005 Unexpected Empty Contexts Variable Values (#2262)
https://jira.talendforge.org/browse/TUP-22005
2019-03-01 19:11:42 +08:00
hwang-talend
185cfbc8ef bugfix(TDI-41803):Job migrated from 6.5.1 to 7.1.1 throwing (#2255)
bugfix(TDI-41803):Job migrated from 6.5.1 to 7.1.1 throwing UNEXPECTED_EXCEPTION
2019-03-01 16:22:19 +08:00
jiezhang-tlnd
458b26655b feat(TUP-21678)Provide external JDBC parameters to all our connectors (#2254) 2019-02-27 18:25:57 +08:00
jiezhang-tlnd
a3a2d71edc fix(TUP-22027)It's very slow when create an output xml metadata using (#2251)
attached file
2019-02-27 18:22:39 +08:00
jiezhang-tlnd
afe3ba63d1 fix(TUP-5535)rename JDBC connection,the new name can't be reload in job (#2233) 2019-02-26 17:05:29 +08:00
Zhiwei Xue
697b4e8a5f fix(TUP-22015):fix thread safe problem. (#2247) 2019-02-26 16:04:36 +08:00
Stéphane Bouchet
b6c36db750 TESB-24834 : fixed NPE (#2252) 2019-02-22 10:38:03 +01:00
kjwang-talend
d62d3dbc80 Fix TUP-21911 Build job takes about 4 minutes while Run job takes > 40 (#2242)
minutes to start
https://jira.talendforge.org/browse/TUP-21911
2019-02-18 10:25:35 +08:00
jiezhang-tlnd
141ef2a542 fix(TUP-21922)Commit to Git frequently without any user action (#2240) 2019-02-14 11:33:06 +08:00
Tao Tao
b1e1375da3 fix(TUP-21880):Quick tour page is blank when launch studio using ESB (#2239)
* fix(TUP-21880):Quick tour page is blank when launch studio using ESB
license

For the html file DocumentBuilderfactory, we shouldn't set
XMLConstants.FEATURE_SECURE_PROCESSING feature to true.
https://jira.talendforge.org/browse/TUP-21880
2019-02-12 18:53:10 +08:00
iwangtalend
0f0ba6b81f Revert "TUP-21308 Fix SSLUtils TLS configuration (#2200)" (#2238)
This reverts commit 430b425626.
2019-02-06 15:08:15 +01:00
zshen-talend
a0ae46180e fix(TDQ-16414): make sure "character" contain by JavaType String (#2232) 2019-02-01 11:23:51 +08:00
hcyi
56fba7594a fix(TUP-21777):[7.0.1] Metadata Wizard with SSL cannot retrieve cluster (#2225)
settings
2019-01-31 18:22:24 +08:00
msjian
c9403a8617 chore(TDQ-16563): for redshift(SSO), only keep "Generate an ETL Job to (#2231)
handle rows"
2019-01-31 18:13:21 +08:00
kjwang-talend
430b425626 TUP-21308 Fix SSLUtils TLS configuration (#2200)
* TUP-21308 Fix SSLUtils TLS configuration
https://jira.talendforge.org/browse/TUP-21308

* TUP-21308 Fix SSLUtils TLS configuration
https://jira.talendforge.org/browse/TUP-21308

* TUP-21308 Fix SSLUtils TLS configuration
https://jira.talendforge.org/browse/TUP-21308

* TUP-21308 Fix SSLUtils TLS configuration
https://jira.talendforge.org/browse/TUP-21308

* TUP-21308 Fix SSLUtils TLS configuration
https://jira.talendforge.org/browse/TUP-21308

* TUP-21308 Fix SSLUtils TLS configuration
https://jira.talendforge.org/browse/TUP-21308

* TUP-21308 Fix SSLUtils TLS configuration
https://jira.talendforge.org/browse/TUP-21308
2019-01-30 15:42:03 +08:00
Zhiwei Xue
b8957b035c fix(TUP-21871):job run well on studio but failed after build. (#2224) 2019-01-30 13:30:06 +08:00
hwang-talend
e3a8f326e0 Hwang/tup 21711 junit master (#2222)
* bugfix(TUP-21711):Incorrect DataType retrieved when guess schema option
is used in MSSQL Connection in Studio
2019-01-30 11:03:46 +08:00
jiezhang-tlnd
726b585cad fix(TUP-21505)be able to save jdbc connection even test fail (#2207)
* fix(TUP-21505)be able to save jdbc connection even test fail

* fix(TUP-21505)popup the main error for user is convienent

* fix(TUP-21505) popup the main error for user is convienent
2019-01-29 11:48:35 +08:00
Tao Tao
77d73ace6b Ttao/work item/tup 21143 generate random value for null password hiding code (#2218)
workItem(TUP-21143):Generate random value for null password hiding code

https://jira.talendforge.org/browse/TUP-21143
2019-01-28 18:58:11 +08:00
Zhiwei Xue
0e032e3baa fix(TUP-21532):fix NPE. (#2221) 2019-01-24 14:34:26 +08:00
jiezhang-tlnd
24cd3ec557 fix(TUP-21641)Oracle,Next wouldn't enabled after "Creation Status" is (#2210)
* fix(TUP-21641)Oracle,Next wouldn't enabled after "Creation Status" is
Success

* fix(TUP-21641)Oracle: Next wouldn't enabled after "Creation Status" is
Success if retrieve for another schema has been canceled before

* fix(TUP-21641)Oracle: Next wouldn't enabled after "Creation Status" is
Success if retrieve for another schema has been canceled before

* fix(TUP-21641)Oracle Next wouldn't enabled after "Creation Status" is
Success if retrieve for another schema has been canceled before
2019-01-23 15:57:36 +08:00
Tao Tao
4e2069f2f5 Revert XMLHelper.java changed in TUP-21232. (#2217) 2019-01-22 19:20:24 +08:00
Zhiwei Xue
7827a3ead3 fix(TUP-21532):re-fix child assembly problem. (#2213) 2019-01-21 19:08:50 +08:00
Tao Tao
c47f8ef178 workitem(TUP-21251):Replace com.sun.org.apache.xerces.internal.jaxp (#2182)
* workitem(TUP-21251):Replace com.sun.org.apache.xerces.internal.jaxp

https://jira.talendforge.org/browse/TUP-21251

* workItem(TUP-21251):Replace com.sun.org.apache.xerces.internal.jaxp

https://jira.talendforge.org/browse/TUP-21251
2019-01-21 14:44:36 +08:00
kjwang-talend
80ae66f136 Fix TUP-21692 Trunjob will miss its child when you do export out the job (#2195)
in project and import in another project.
https://jira.talendforge.org/browse/TUP-21692
2019-01-21 10:45:08 +08:00
hwang-talend
348eab2ee5 bugfix(TUP-6176):TestCase: Path Seperator in Progress Infomation should (#2190)
bugfix(TUP-6176):TestCase: Path Seperator in Progress Infomation should
2019-01-18 14:32:05 +08:00
Chao MENG
86bef15b7b fix(TUP-21646): Job Build hangs when the "-talendDebug" flag are enabled (#2208)
https://jira.talendforge.org/browse/TUP-21646
fix(TUP-21646): Job Build hangs when the "-talendDebug" flag are enabled
2019-01-18 14:23:33 +08:00
msjian
fd69bf4450 TDQ-16020 msjian: should get the correct catalog name (#2205)
TDQ-16020 should get the correct catalog name
2019-01-16 15:52:58 +08:00
Tao Tao
b1f2c307e1 Revert "fix(TUP-21205):Remove CryptoHelper from tcommon-studio-se +" (#2204)
* Revert "Ttao/bugfix/tup 21205 remove crypto helper from tcommon se ee (#2202)"

This reverts commit f044c45150.

* Revert "Fix TUP-21115 Enable secure processing disallow doctypes for (#2201)"

This reverts commit 0feca89378.

* Revert "fix(TUP-21205):Remove CryptoHelper from tcommon-studio-se + (#2189)"

This reverts commit a34496d29f.
2019-01-16 15:49:39 +08:00
Tao Tao
da57e53e5e Revert "Ttao/bugfix/tup 21205 remove crypto helper from tcommon se ee (#2202)" (#2203)
This reverts commit f044c45150.
2019-01-16 15:49:09 +08:00
Tao Tao
f044c45150 Ttao/bugfix/tup 21205 remove crypto helper from tcommon se ee (#2202)
* fix(TUP-21205):Remove CryptoHelper from tcommon-studio-se +
tcommon-studio-ee

https://jira.talendforge.org/browse/TUP-21205

* fix(TUP-21205):Remove CryptoHelper from tcommon-studio-se + tcommon-studio-ee

https://jira.talendforge.org/browse/TUP-21205

* fix(TUP-21205):Remove CryptoHelper from tcommon-studio-se +
tcommon-studio-ee

https://jira.talendforge.org/browse/TUP-21205

* fix(TUP-21205):Remove CryptoHelper from tcommon-studio-se +
tcommon-studio-ee

https://jira.talendforge.org/browse/TUP-21205
2019-01-16 14:42:00 +08:00
kjwang-talend
0feca89378 Fix TUP-21115 Enable secure processing disallow doctypes for (#2201)
DocumentBuilderFactory instances
https://jira.talendforge.org/browse/TUP-21115 (XSDValidator open Doctype
option)
2019-01-16 14:10:02 +08:00
Tao Tao
a34496d29f fix(TUP-21205):Remove CryptoHelper from tcommon-studio-se + (#2189)
* fix(TUP-21205):Remove CryptoHelper from tcommon-studio-se +
tcommon-studio-ee

https://jira.talendforge.org/browse/TUP-21205

* fix(TUP-21205):Remove CryptoHelper from tcommon-studio-se + tcommon-studio-ee

https://jira.talendforge.org/browse/TUP-21205

* fix(TUP-21205):Remove CryptoHelper from tcommon-studio-se +
tcommon-studio-ee

https://jira.talendforge.org/browse/TUP-21205
2019-01-16 13:58:14 +08:00
Igor Lazebny
814b4b1104 Add missing dependency to pom_server.xml 2019-01-15 21:53:35 +02:00
jiezhang-tlnd
a55da89a22 fix(TUP-21346)XSD File not creating all columns in Schema (#2148)
* fix(TUP-21346)XSD File not creating all columns in Schema

* fix(TUP-21346)settings in the preference is useless  when  edit the xml
metadata

* fix(TUP-21346)settings in the preference is useless when edit the xml

* fix(TUP-21346)settings in the preference is useless when edit the xml

* fix(TUP-21346)settings in the preference is useless when edit the xml

* fix(TUP-21346)settings in the preference is useless when edit the xml

* fix(TUP-21346)settings in the preference is useless when edit the xml

* fix(TUP-21346)improve the ui

* fix(TUP-21346)XSD File not creating all columns in Schema

* fix(TUP-21346)XSD File not creating all columns in Schema

* fix(TUP-21346)XSD File not creating all columns in Schema
2019-01-15 19:17:19 +08:00
Tao Tao
e5deedc9a8 workItem(TUP-21307):Duplicate code in IdGenerator + TalendString (#2193)
* workItem(TUP-21307):Duplicate code in IdGenerator + TalendString

https://jira.talendforge.org/browse/TUP-21307

* workItem(TUP-21307):Duplicate code in IdGenerator + TalendString

https://jira.talendforge.org/browse/TUP-21307

* workItem(TUP-21307):Use SecureRandom + StringBuilder in IdGenerator +
TalendString

https://jira.talendforge.org/browse/TUP-21307
2019-01-15 18:30:29 +08:00
Tao Tao
331dd2e907 workItem(TUP-21290):Remove public passphrase from ConnectionHelper / ConnectionUtils (#2192)
https://jira.talendforge.org/browse/TUP-21290
2019-01-15 17:15:49 +08:00
Chao MENG
e4476e3f56 fix(TUP-20974): [BUG] Impala connection failed on CDH 6.0.0 (#1979)
https://jira.talendforge.org/browse/TUP-20974

Fix url problem
2019-01-15 15:07:44 +08:00
Tao Tao
d287b431b5 workItem(TUP-21232):Secure SAXParserFactory configuration (#2185)
* workItem(TUP-21232):Secure SAXParserFactory configuration

https://jira.talendforge.org/browse/TUP-21232

* workItem(TUP-21232):Secure SAXParserFactory configuration

https://jira.talendforge.org/browse/TUP-21232
2019-01-15 11:30:26 +08:00
Ivan Gonchar
249dcf6304 fix(TUP-21467): fix ordering in ElementsSelectionComposite (#2198) 2019-01-15 11:28:00 +08:00
hcyi
48637ef316 fix(TUP-21704):commandline will stuck when execute a job with compile (#2196)
error.
2019-01-15 11:22:28 +08:00
kjwang-talend
e2829ca19f Fix TUP-21115 Enable secure processing disallow doctypes for (#2176)
DocumentBuilderFactory instances
https://jira.talendforge.org/browse/TUP-21115
2019-01-14 10:25:04 +08:00
hcyi
7c1e424f00 feat(TUP-21188):Improve user experience on offline mode (no internet (#2187)
access)
2019-01-14 10:08:51 +08:00
kjwang-talend
0f95bbe1b7 Kjwang/fix tup 21308 fix ssl utils (#2184)
* TUP-21308 Fix SSLUtils TLS configuration
https://jira.talendforge.org/browse/TUP-21308

* TUP-21308 Fix SSLUtils TLS configuration
https://jira.talendforge.org/browse/TUP-21308
2019-01-11 18:44:51 +08:00
kjwang-talend
a8241c34ba Kjwang/fix tup 21401 high cve vulnerability found in talend components (#2164)
* Fix TUP-21401 High CVE Vulnerability found in Talend Components
https://jira.talendforge.org/browse/TUP-21401

* Fix TUP-21401 High CVE Vulnerability found in Talend Components
https://jira.talendforge.org/browse/TUP-21401
2019-01-11 18:40:12 +08:00
Ivan Gonchar
6e2e515a89 feat(TUP-21467): add TACOKIT_SUGGESTABLE_TABLE widget (#2186) 2019-01-11 11:09:28 +08:00
SunChaoqun
e3a5848dae Revert "TESB-24386:High CVE Vulnerability found in Talend Components" (#2180)
* Revert "Revert "TESB-24386:High CVE Vulnerability found in Talend Components" (#2179)"

This reverts commit 2d18ebc7dd.

* Revert "fix(TUP-21646): Job Build hangs when the "-talendDebug" flag are enabled (#2168)"

This reverts commit cffd0c91b1.

* Revert "fix(TUP-19832):JDBC driver will restore to old jar when use custom URI (#2165)"

This reverts commit 3cbcd5e0b0.

* Revert "TESB-24386:High CVE Vulnerability found in Talend Components (#2173)"

This reverts commit 71f93f1c95.
2019-01-10 13:49:19 +08:00
SunChaoqun
2d18ebc7dd Revert "TESB-24386:High CVE Vulnerability found in Talend Components" (#2179)
* Revert "fix(TUP-21646): Job Build hangs when the "-talendDebug" flag are enabled (#2168)"

This reverts commit cffd0c91b1.

* Revert "fix(TUP-19832):JDBC driver will restore to old jar when use custom URI (#2165)"

This reverts commit 3cbcd5e0b0.

* Revert "TESB-24386:High CVE Vulnerability found in Talend Components (#2173)"

This reverts commit 71f93f1c95.
2019-01-10 12:19:03 +08:00
Chao MENG
cffd0c91b1 fix(TUP-21646): Job Build hangs when the "-talendDebug" flag are enabled (#2168)
fix(TUP-21646): Job Build hangs when the "-talendDebug" flag are enabled
https://jira.talendforge.org/browse/TUP-21646
2019-01-10 10:33:04 +08:00
hcyi
3cbcd5e0b0 fix(TUP-19832):JDBC driver will restore to old jar when use custom URI (#2165)
module.
2019-01-10 10:24:29 +08:00
SunChaoqun
71f93f1c95 TESB-24386:High CVE Vulnerability found in Talend Components (#2173) 2019-01-09 14:36:00 +08:00
jzhao
cb48fe9571 fix(TDI-41506):High CVE Vulnerability found in Talend Components (#2144)
* remove jars
2019-01-09 14:22:03 +08:00
Jane Ding
7569816157 fix(TUP-19978)It is very slow to delete many items at the same time on (#2147)
* fix(TUP-19978)It is very slow to delete many items at the same time on
GIT mode
https://jira.talendforge.org/browse/TUP-19978

* fix(TUP-19978)It is very slow to delete many items at the same time on
GIT mode
https://jira.talendforge.org/browse/TUP-19978
2019-01-09 10:59:13 +08:00
Zhiwei Xue
006e87bc23 fix(TUP-21596):exclude tLibraryLoad jars for independent subjob. (#2158) 2019-01-09 10:25:05 +08:00
Zhiwei Xue
41df9346c6 fix(TUP-21532):remove assembly file filtered setting. (#2169) 2019-01-09 10:00:02 +08:00
Ivan Gonchar
32414eef19 feat: upgrade Tacokit version to 1.1.4 (#2172) 2019-01-08 13:54:24 +02:00
Chao MENG
07037d9470 item: update org.apache.commons.compress version (#2166) 2019-01-07 17:29:51 +08:00
Tao Tao
5946cb4939 bugfix(TUP-14496):Can not use multi-byte character in context paramet… (#2157)
* bugfix(TUP-14496):Can not use multi-byte character in context parameter name.

https://jira.talendforge.org/browse/TUP-14496

* bugfix(TUP-14496):Can not use multi-byte character in context parameter name.

https://jira.talendforge.org/browse/TUP-14496
2019-01-07 10:10:38 +08:00
sizhaoliu
19ff74cd87 TDQ-14513: add export packages from commons-math3 (#2160) 2019-01-04 18:33:07 +08:00
Andreas Mattes
e44c7b03a9 fix(TESB-24543): Style cleanup (#2156)
* fix(TESB-24543): Fix NPE on WSDL import with several schemas in one TNS.

The present fix handles the condition that with the import of several schemas of the same target namespace, not all types and elements are necessarily resolved in the scope of on XSD import.

* fix(TESB-24543): Style cleanup.
2019-01-03 09:28:32 +01:00
Andreas Mattes
914027d0aa fix(TESB-24543): Fix NPE on WSDL import with several schemas in one TNS. (#2154)
The present fix handles the condition that with the import of several schemas of the same target namespace, not all types and elements are necessarily resolved in the scope of on XSD import.
2019-01-02 16:17:38 +01:00
SunChaoqun
f4f4a678e4 TESB-24354:SFTP proxy bean not recognized in runtime only (#2150) 2019-01-02 14:28:06 +08:00
zwxue
8088a7d454 fix(TUP-21532):Standard DI job which refers to big data batch job having (#2145)
S3 component and standard DI job having S3 connection component fails
with an error.
2018-12-29 18:20:31 +08:00
Tao Tao
a0023d3394 bugfix(TUP-21496): Always pop up "Refreshing" dialog (#2140)
https://jira.talendforge.org/browse/TUP-21496
2018-12-29 10:49:30 +08:00
kjwang-talend
0033a1105d Fix TUP-21305 Set the secure processing feature on TransformerFactory (#2142)
instances
https://jira.talendforge.org/browse/TUP-21305
2018-12-28 19:06:31 +08:00
kjwang-talend
f954c8d6d3 TUP-21263 Consider setting the secure processing feature on XPathFactory (#2139)
instances
https://jira.talendforge.org/browse/TUP-21263
2018-12-28 16:37:46 +08:00
nrousseau
baf4d778b8 feat(TUP-21119) fix jackson dependencies 2018-12-28 11:49:54 +08:00
jiezhang-tlnd
26f0dbb549 fix(TUP-19895)Modification for Dbtype do not detected when update mysql (#2141)
schema used in job
2018-12-27 10:51:32 +08:00
hcyi
f9ec647a05 fix(TUP-20519):Not supported yet on studio,so all the test / retrieve (#2136)
must be disabled on this distribution.
2018-12-26 16:12:40 +08:00
yyin-talend
ef62b3dd6c Fix TDQ-16340 created context group need a refresh to show in (#2131)
Repository
2018-12-26 12:36:18 +08:00
jiezhang-tlnd
0dedd1e2c8 fix(TUP-21395)Useless popup Window shows when updating context changes (#2118) 2018-12-25 17:16:51 +08:00
Pierre Teyssier
db0a79887b TDI-41577 fix wheather strings 2018-12-25 17:12:27 +08:00
hwang-talend
fea93332d3 bugfix(TUP-16773):Two errors about testcase data file. (#1990)
bugfix(TUP-16773):Two errors about testcase data file.
2018-12-25 15:54:02 +08:00
Chao MENG
10c59ac6f2 Cmeng/bugfix/tup 21474 ref joblet (#2129)
fix(TUP-21474): Facing issue while accessing joblet present on job in main project
https://jira.talendforge.org/browse/TUP-21474
2018-12-25 15:06:12 +08:00
hwang-talend
a3cc087b9d Hwang/tup 21375 (#2099)
* bugfix(TUP-21375):JDBC-Mysql8 with context mode will re-download a wrong
driver when open SQL builder
2018-12-25 14:38:36 +08:00
Tao Tao
58ac3b5ccd bugfix(TUP-18987): <Jasper> on the help dropdown list have about Talend Studio (#2135)
https://jira.talendforge.org/browse/TUP-18987
2018-12-25 11:23:03 +08:00
kjwang-talend
aa44d6f49d Fix:TUP-21091 Failing to set up Hadoop cluster connection (#2122)
https://jira.talendforge.org/browse/TUP-21091
2018-12-24 17:09:04 +08:00
kjwang-talend
6a44d439f7 Fix TUP-21498 The port of Sybase did not disyplay right on DI side (#2123)
https://jira.talendforge.org/browse/TUP-21498
2018-12-24 16:28:43 +08:00
Jane Ding
aacb1a09cd fix(TUP-21333)OnSubJob Links Not Working (#2093)
https://jira.talendforge.org/browse/TUP-21333
2018-12-24 10:40:34 +08:00
zwxue
276e36abd6 fix(TUP-21175):ignore test_installFromFolder_updatesite_file (#2124) 2018-12-24 10:02:37 +08:00
nrousseau
348ae9ef4a feat(TUP-21119) remove bundle compilation setup 2018-12-22 22:22:39 +08:00
nrousseau
1aefd1c24b feat(TUP-21119) fix feature plugins 2018-12-22 16:06:58 +08:00
hcyi
dfb9e2f99a fix(TUP-20360): In the Mysql database, For the system databases like (#2117)
mysql, information_schema retrieve schema is not working.
2018-12-21 09:54:57 +08:00
zwxue
656d87a4f8 fix(TUP-21175):fix LocalComponentsInstallComponentTest. (#2120) 2018-12-20 21:50:13 +08:00
Chao MENG
24b7659dc7 feat(TUP-21119): Cleanup features, each plugin must be in one unique (#2116)
feature
https://jira.talendforge.org/browse/TUP-21119
2018-12-20 17:10:09 +08:00
Tao Tao
e63e803490 bugfix(TUP-2146): <Jasper><APM>There is a "Talend" node in Jasper ETL->Window->Show view (#2103)
https://jira.talendforge.org/browse/TUP-2146
2018-12-20 17:06:38 +08:00
Chao MENG
79784823ad feat(TUP-21119): Cleanup features, each plugin must be in one unique (#2115)
feature
https://jira.talendforge.org/browse/TUP-21119
2018-12-20 13:05:32 +08:00
hcyi
2ed0cc5d13 fix(TUP-20519):hide GoogleDataproc for hive on wizard. (#2084) 2018-12-20 11:50:29 +08:00
jiezhang-tlnd
b13b6be073 fix(TUP-21346)XSD File not creating all columns in Schema (#2104)
* fix(TUP-21346)XSD File not creating all columns in Schema

* fix(TUP-21346)XSD File not creating all columns in Schema

* fix(TUP-21346)XSD File not creating all columns in Schema
2018-12-20 11:38:22 +08:00
Chao MENG
3772185f5d Cmeng/feat/tup 21119 cleanup features (#2077)
* feat(TUP-21119): Cleanup features, each plugin must be in one unique
feature
https://jira.talendforge.org/browse/TUP-21119

enable install updatesite menu

* feat(TUP-21119): Cleanup features, each plugin must be in one unique
feature
https://jira.talendforge.org/browse/TUP-21119

remove org.eclipse.core.filesystem.java7

* feat(TUP-21119): Cleanup features, each plugin must be in one unique feature\ncmeng/feat/TUP-21119-Cleanup_features

* feat(TUP-21119): Cleanup features, each plugin must be in one unique
feature
https://jira.talendforge.org/browse/TUP-21119

* feat(TUP-21119): Cleanup features, each plugin must be in one unique
feature
https://jira.talendforge.org/browse/TUP-21119

* feat(TUP-21119): Cleanup features, each plugin must be in one unique
feature
https://jira.talendforge.org/browse/TUP-21119

org.talend.test.tos.feature is never used

* feat(TUP-21119): Cleanup features, each plugin must be in one unique
feature
https://jira.talendforge.org/browse/TUP-21119

* feat(TUP-21119): Cleanup features, each plugin must be in one unique
feature
https://jira.talendforge.org/browse/TUP-21119

revert changes of jxplorer due to license problem

* feat(TUP-21119): Cleanup features, each plugin must be in one unique
feature
https://jira.talendforge.org/browse/TUP-21119

move dependencies

* Revert "feat(TUP-21119): Cleanup features, each plugin must be in one unique feature https://jira.talendforge.org/browse/TUP-21119"

This reverts commit a6ea88fdbb.
2018-12-20 10:58:24 +08:00
zwxue
6da4ce9036 fix(TUP-21175):fix ServerSocketFreePortOpenerTest and (#2109)
LocalComponentsInstallComponentTest
2018-12-19 19:07:55 +08:00
Jane Ding
5cc04f6052 fix(TUP-21086)Unable to retrieve the schema from Synonym but works fine (#2105)
for table
https://jira.talendforge.org/browse/TUP-21086
2018-12-19 11:15:58 +08:00
Chao MENG
a9863662af fix(TUP-21176): Reload Dynamic Distribution jars in a right place (#2095)
fix(TUP-21176): Reload Dynamic Distribution jars in a right place 
https://jira.talendforge.org/browse/TUP-21176
2018-12-19 10:35:40 +08:00
zwxue
917b5c343e fix(TUP-21175): fix Junits. (#2085) 2018-12-18 14:10:18 +08:00
Tao Tao
265601f406 bugfix(TUP-1938): <Jasper> There is "Talend Data Integration(DI) Demo" when import demo project (#2096)
https://jira.talendforge.org/browse/TUP-1938
2018-12-18 11:13:13 +08:00
Jane Ding
f6a3afd942 fix(TUP-21086)Unable to retrieve the schema from Synonym but works fine (#2098)
for table
https://jira.talendforge.org/browse/TUP-21086
2018-12-18 10:22:03 +08:00
Chao MENG
b4e1c26083 correct pom version of test.all.test.suite (#2092) 2018-12-14 11:55:10 +08:00
nrousseau
8e73814154 remove unused dependency to swtbot (#2083) 2018-12-13 16:58:51 +08:00
Jane Ding
625ffa8059 fix(TUP-21086)Unable to retrieve the schema from Synonym but works fine (#2086)
for table
https://jira.talendforge.org/browse/TUP-21086
2018-12-13 16:23:47 +08:00
sizhaoliu
273dd244c0 chore(TDQ-16229): add assertj-core into testutils (#2073) 2018-12-12 17:13:02 +01:00
hcyi
a717e59519 fix(TUP-21167):Install Additional Packages has no available modules. (#2082) 2018-12-12 21:11:15 +08:00
jiezhang-tlnd
8b71044e7f fix(TUP-21346)XSD File not creating all columns in Schema (#2079)
* fix(TUP-21346)XSD File not creating all columns in Schema

* fix(TUP-21346)XSD File not creating all columns in Schema

* fix(TUP-21346)XSD File not creating all columns in Schema
2018-12-12 11:21:39 +08:00
Tao Tao
b88eb21c98 bugfix(TUP-21216):Audit:Generate Report:NPE when do refresh (#2081)
https://jira.talendforge.org/browse/TUP-21216
2018-12-11 22:18:24 +08:00
jiezhang-tlnd
fa1a323d8e fix(TUP-21074)Remove HDB properties in SAP HANA components (#2080)
* fix(TUP-21074)Remove HDB properties in SAP HANA components

* fix(TUP-21074) remove the method of asSAPHanaVersionEnable
2018-12-11 16:46:21 +08:00
Jane Ding
b61bac3d57 fix(TUP-19978)It is very slow to delete many items at the same time on (#2078)
GIT mode
https://jira.talendforge.org/browse/TUP-19978
2018-12-10 18:25:07 +08:00
Tao Tao
8be927ee3e bugfix(TUP-21356):"talend-bigdata-launcher-1.2.0-20170410.jar" not found (#2074)
when spark job launched from standard job by jobserver

https://jira.talendforge.org/browse/TUP-21356
2018-12-10 10:04:37 +08:00
hwang-talend
70475335e7 bugfix(TUP-21134):"Throw an error if the file already exist" is ticked (#2052)
* bugfix(TUP-21134):"Throw an error if the file already exist" is ticked
when import a 621 testcase for tFileoutputDelimited component

* bugfix(TUP-21134):"Throw an error if the file already exist" is ticked
when import a 621 testcase for tFileoutputDelimited component

* bugfix(TUP-21134):"Throw an error if the file already exist" is ticked
when import a 621 testcase for tFileoutputDelimited component

* bugfix(TUP-21134):"Throw an error if the file already exist" is ticked
when import a 621 testcase for tFileoutputDelimited component
2018-12-07 11:49:14 +08:00
yyin-talend
588d4c4f27 Item TDQ-15353 Rename variable issue for Repository context (#2070)
TDQ-16114 Action not correct when Rename variable but select NO option

- move the update DQ side context from context wizard to
RepositoryUpdateManager
- change the parameter in ITDQRepsototyService for updating context
2018-12-06 12:08:09 +08:00
Jane Ding
0219a5ccab fix(TUP-21245)faile to check JDBC connection with context Migrate from (#2066)
6.4.1 to 7.1.1
https://jira.talendforge.org/browse/TUP-21245
2018-12-05 17:20:39 +08:00
nrousseau
8eeb968800 chore(TUP-21341) change plugin format (#2065) 2018-12-04 12:34:15 +08:00
jiezhang-tlnd
01493d1943 fix(TUP-15519)REMOVE the warning of schema (#2069) 2018-12-04 11:08:02 +08:00
zwxue
59d7fd1b48 fix(TUP-21175):fix JUnit (#2068) 2018-12-04 10:52:27 +08:00
jiezhang-tlnd
2bf783ab05 fix(TUP-20244)Guess query is not correct for tHiveInput if hivetable name is used a context value (#2061)
* fix(TUP-20244)Guess query is not correct for tHiveInput if hivetable
name is used a context value

* fix(TUP-20244)Guess query is not correct for tHiveInput if hivetable
name is used a context value
2018-12-03 18:31:58 +08:00
chmyga
036b6b090f fix(TDI-31052): tRowGenerator Numeric.random (#2043)
* fix(TDI-31052): tRowGenerator Numeric.random

* throw RuntimeException if max value is less than or equal to min

* fix(TDI-31052): tRowGenerator Numeric.random

* throw exception only for max < min values

* fix(TDI-31052): tRowGenerator Numeric.random

* Fix javadoc
2018-11-30 16:19:55 +02:00
kjwang-talend
c091ac90a6 TUP-21298 get wrong result when logon main project and run job in reference project with same name (#2054)
* TUP-21298 get wrong result when logon main project and run job in
reference project with same name
https://jira.talendforge.org/browse/TUP-21298

* TUP-21298 get wrong result when logon main project and run job in
reference project with same name (Fix link to editor problem)
https://jira.talendforge.org/browse/TUP-21298

* TUP-21298 get wrong result when logon main project and run job in
reference project with same name (Fix link to editor problem)
https://jira.talendforge.org/browse/TUP-21298
2018-11-30 15:59:08 +08:00
jiezhang-tlnd
023fa85b50 fix(TUP-21142)Restore SSL config has error in error log (#2058)
* fix(TUP-21142)Restore SSL config has error in error log

* fix(TUP-21142)SSL ERROR
2018-11-30 15:55:35 +08:00
kjwang-talend
470b6d652d Fix TUP-20835 CI Builder generation error if re-import job that (#2047)
previously existed
https://jira.talendforge.org/browse/TUP-20835
2018-11-30 15:35:51 +08:00
Chao MENG
bbb5c57c13 item(TUP-21288): Allow to use multi-thread to collect dynamic distribution dependencies (#2048)
* item(TUP-21288): Allow to use multi-thread to collect dynamic
distribution dependencies
https://jira.talendforge.org/browse/TUP-21288
2018-11-29 19:08:49 +08:00
Tao Tao
c4a8b07f69 bugfix(TUP-21216):Audit:Generate Report:NPE when do refresh (#2051)
https://jira.talendforge.org/browse/TUP-21216
2018-11-29 12:39:54 +08:00
Ivan Gonchar
53fc316de6 feat: upgrade Tacokit runtime version to 1.1.2 (#2055) 2018-11-29 09:56:47 +08:00
wchen-talend
2b1be0c86b fix(TUP-21059):Cleanup licenses of jars from the 7.1 release (#2029) 2018-11-28 16:05:37 +08:00
zwxue
24b72f6af4 fix(TUP-21117): Update studio-maven-repositor (#2049) 2018-11-28 14:16:28 +08:00
jiezhang-tlnd
6d906fa1b9 fix(TUP-21131)Miss "Additional parameter" text box when type "String of (#2046)
connection"
https://jira.talendforge.org/browse/TUP-21131
2018-11-27 15:30:46 +08:00
Mike Yan
f42ce98d9b fix(TESB-24018):Operation bundle job of service are not deployed (#2044)
* fix(TESB-24018):Operation bundle job of service are not deployed

* fix(TESB-24018):Clean code comments
2018-11-26 11:35:11 +08:00
jiezhang-tlnd
b56bdce59f fix(TUP-21145)use equals instead (#2036)
fix(TUP-21145)use equals instead
2018-11-23 11:13:57 +08:00
Mike Yan
80bc48550c fix(TESB-23792): Build data service failed in studio (#1949) 2018-11-23 10:58:14 +08:00
Ivan Gonchar
ef7ced9d9d fix(TDI-41420): fix biz.aQute.bnd:annotation scope to ensure it is included in Studio repo (#2038) 2018-11-22 17:47:54 +02:00
kjwang-talend
b94fdbca30 Kjwang/fix tup 20843 wrong output results (#2032)
* TUP-20843 Wrong output results when the name of the jobs in the main
project and the reference are same.

* TUP-20843 Wrong output results when the name of the jobs in the main
project and the reference are same.
https://jira.talendforge.org/browse/TUP-20843

* TUP-20843 Wrong output results when the name of the jobs in the main
project and the reference are same.
https://jira.talendforge.org/browse/TUP-20843

* TUP-20843 Wrong output results when the name of the jobs in the main
project and the reference are same.
https://jira.talendforge.org/browse/TUP-20843

* TUP-20843 Wrong output results when the name of the jobs in the main
project and the reference are same.
https://jira.talendforge.org/browse/TUP-20843

* TUP-20843 Wrong output results when the name of the jobs in the main
project and the reference are same.
https://jira.talendforge.org/browse/TUP-20843

* TUP-20843 Wrong output results when the name of the jobs in the main
project and the reference are same.
https://jira.talendforge.org/browse/TUP-20843
2018-11-22 17:27:57 +08:00
kjwang-talend
891156709e Fix : TUP-21137 Security: jtds-1.3.1-patch.jar ntlmauth loaded from a path variable (#2027)
* Fix : TUP-21137 Security: jtds-1.3.1-patch.jar ntlmauth loaded from a
path variable
https://jira.talendforge.org/browse/TUP-21137

* Fix : TUP-21137 Security: jtds-1.3.1-patch.jar ntlmauth loaded from a
path variable
https://jira.talendforge.org/browse/TUP-21137
2018-11-22 11:36:51 +08:00
zwxue
4e7d61b77a fix(TUP-21127):fix routine dependency problem after doing merge (#2028) 2018-11-22 11:31:12 +08:00
Jane Ding
33b070de12 Jding/tup 21133 extract issue dynamic port for mssql (#2015)
* fix(TUP-21133)can not use the created Metadata connection which is MSSQL
with TCP Dynamic ports
https://jira.talendforge.org/browse/TUP-21133

* fix(TUP-21133)can not use the created Metadata connection which is MSSQL
with TCP Dynamic ports
https://jira.talendforge.org/browse/TUP-21133

* fix(TUP-21133)can not use the created Metadata connection which is MSSQL
with TCP Dynamic ports
https://jira.talendforge.org/browse/TUP-21133
2018-11-22 11:24:50 +08:00
Ivan Gonchar
83d748b99e fix(TUP-20926): add TACOKIT_INPUT_SCHEMA type for input schema (#2034) 2018-11-22 10:36:37 +08:00
jiezhang-tlnd
a8c14a39fe fix(TUP-21077)Failed if import same job which contain tRuleSurvivorship (#2023)
* fix(TUP-21077)Failed if import same job which contain tRuleSurvivorship
more than one time

* fix(TUP-21077)Failed if import same job which contain tRuleSurvivorship

* fix(TUP-21077)Failed if import same job which contain tRuleSurvivorship

* fix(TUP-21077)Failed if import same job which contain tRuleSurvivorship

* fix(TUP-21077)Failed if import same job which contain tRuleSurvivorship

* fix(TUP-21077)Failed if import same job which contain tRuleSurvivorship
2018-11-21 15:59:25 +08:00
hwang-talend
8efc03b11d bugfix(TUP-21105):tDBConnection(Snowflake) issue within joblet. (#2017) 2018-11-20 17:06:19 +08:00
Dmytro Sylaiev
a42419cb9d fix(TDI-41336): Add com bom pom to maven.tos dependencies (#2000) 2018-11-19 13:06:25 +02:00
Tao Tao
0a310275bb fix(TUP-21107)Components don't save the field name properly (#2021)
https://jira.talendforge.org/browse/TUP-21107
2018-11-19 13:35:59 +08:00
jiezhang-tlnd
1f94b7f864 fix(TUP-21130)Internationalization for reminder text in Exchange page (#2001) 2018-11-16 15:08:18 +08:00
zwxue
c82b88e81d fix(TUP-19972):remove joblet cache when doing rename (#2008) 2018-11-15 17:35:15 +08:00
Tao Tao
3b8a26e013 fix(TUP-21085)Need to remove warning of technical migration (#2013)
fix(TUP-21085)Need to remove warning of technical migration
https://jira.talendforge.org/browse/TUP-21085
2018-11-15 15:42:12 +08:00
kjwang-talend
f053eae465 TUP-21144 Talend Studio very bad performances or stuck in Job Generation (#2014)
(Build)
https://jira.talendforge.org/browse/TUP-21144
2018-11-15 10:36:57 +08:00
wchen-talend
5d3006efad fix(TUP-20979):OutOfMemoryError error when do build job (#2011)
JOB_GN_SFDC_LANCEUR_FLUX_DELTA_REG14.
2018-11-14 15:03:53 +08:00
wang wei
406aa273ad fix(TDI-41188): map Snowflake Time type to Talend Date instead of Talend Integer (#2009) 2018-11-14 13:52:05 +08:00
hcyi
b2229f5be0 fix(TUP-20521):Oracle12: Cannot DataViewer audit table. (#1997) 2018-11-12 09:58:30 +08:00
Igor Lazebny
3fb242cae4 Pin maven-surefire-plugin version 2018-11-09 19:05:41 +02:00
wchen-talend
b75fadfb9b fix(TUP-20979):fix for the failed tuj. (#1995)
* fix(TUP-20979):fix for the failed tuj.

* fix(TUP-20979):fix for the failed tuj.

* fix(TUP-20979):OutOfMemoryError error when do build job
JOB_GN_SFDC_LANCEUR_FLUX_DELTA_REG14.
2018-11-09 18:14:07 +08:00
Stéphane Bouchet
71efc25c87 fix(TUP-21092) : removed duplicate dependency. (#1982) 2018-11-09 10:31:26 +08:00
Tao Tao
a990016e58 fix(TUP-1949)<Jasper>and<DQSH>and<APM> Install additional package (#1986)
https://jira.talendforge.org/projects/TUP/issues/TUP-18947?filter=myopenissues
2018-11-08 10:43:34 +08:00
wchen-talend
3700aea3e5 Wchen/bugfix/tup 20979 outofmemory build job with subjobs (#1981)
* fix(TUP-20979):OutOfMemoryError error when do build job
JOB_GN_SFDC_LANCEUR_FLUX_DELTA_REG14.

* fix(TUP-20979):OutOfMemoryError error when do build job
JOB_GN_SFDC_LANCEUR_FLUX_DELTA_REG14.
2018-11-08 10:13:10 +08:00
Jane Ding
0d270a8b1f fix(TUP-20594)use duplicate name for jdbc connection, no error show (#1991)
https://jira.talendforge.org/browse/TUP-21075
2018-11-07 17:55:13 +08:00
hcyi
8ffb93df73 fix(TUP-20516):Audit: Improve: Better Use an Error message if connection (#1978)
isn't successful
2018-11-07 17:41:59 +08:00
zwxue
b185770722 fix(TUP-20298):Crash of studio when change license (#1977) 2018-11-07 14:16:00 +08:00
Jane Ding
9e55a61725 fix(TUP-21055)Migration check executed at each start of studio (#1973)
* fix(TUP-21055)Migration check executed at each start of studio
https://jira.talendforge.org/browse/TUP-21055

* fix(TUP-21055)Migration check executed at each start of studio
https://jira.talendforge.org/browse/TUP-21055

* fix(TUP-21055)Migration check executed at each start of studio
https://jira.talendforge.org/browse/TUP-21055
2018-11-07 10:32:07 +08:00
Chao MENG
250528bf34 fix(TUP-21067): <Jasper>:JETLExpress icon on Welcome page show (#1985)
fix(TUP-21067): <Jasper>:JETLExpress icon on Welcome page show inconsistent
https://jira.talendforge.org/browse/TUP-21067
2018-11-07 10:14:57 +08:00
hwang-talend
f6d0a0862f bugfix(TUP-20038):Studio is vulnerable to entity expansion attacks when (#1871)
bugfix(TUP-20038):Studio is vulnerable to entity expansion attacks when importing jobs
2018-11-07 10:10:15 +08:00
wang wei
3fc2d6b781 fix(TDI-41285): Error of compilation due to wrong split of SQL query (#1980) 2018-11-06 15:06:08 +08:00
msjian
0ab6475e16 fix(TDQ-15627):get DQ RepositoryView (#1972)
* fix(TDQ-15627):get DQ RepositoryView

* chore(TDQ-15858): improved JDBC getURL support
2018-11-05 16:36:32 +08:00
hcyi
7c75effcc9 fix(TUP-21054):Jars from db wizard not synchronized with component. (#1961) 2018-11-05 10:08:18 +08:00
Nicolas Rousseau
895e0706c4 update version 2018-11-04 00:03:33 +08:00
Chao MENG
727985eb92 fix(TUP-20862): Folder in "poms\jobs" won't be updated after move around (#1974)
spark job folders in studio repository
https://jira.talendforge.org/browse/TUP-20862
2018-11-02 17:19:08 +08:00
nrousseau
bbb815e1ed fix(TUP-20866) don't check mac version 2018-11-02 13:51:45 +08:00
hwang-talend
63b7426b07 Hwang/tup 20837 master (#1958)
* bugfix(TUP-20837):Job containing saleforce components takes too much
time to open
2018-11-01 14:16:20 +08:00
jiezhang-tlnd
7a325652e4 fix(TUP-21005)In studio Java Debugging of Routes fails (#1965)
* fix(TUP-21005)In studio Java Debugging of Routes fails

* fix(TUP-21005)overload the changepath method
2018-11-01 11:00:44 +08:00
kjwang-talend
af29746200 Fix (TUP-20887) Sub-reference project is listed in Reference Project (#1956)
settings if Sub-reference project is deleted in TAC
https://jira.talendforge.org/browse/TUP-20887
2018-10-30 15:01:24 +08:00
qiongli
02a5c92002 fix(TDQ-15755): Compute correct distribution index (#1963)
* fix(TDQ-15755)Compute correct distribution index

* fix(TDQ-15755)Code improvement
2018-10-30 14:55:09 +08:00
wang wei
b220bd7f48 fix(TDI-41295): Update master with the new version of tcomp / daikon (#1962) 2018-10-30 11:01:17 +08:00
Jane Ding
2515bcabaa fix(TUP-20913)Remote project:job run use old data if not run the child (#1957)
job first after change the resources item
https://jira.talendforge.org/browse/TUP-20913
2018-10-29 09:38:15 +08:00
pyzhou
e8f788c5c2 fix(TDI-41261):eliminate DOUBLE PRECIS Sybase mapping. (#1944) 2018-10-29 09:27:12 +08:00
hwang-talend
5a9cbb5a00 bugfix(TUP-20693):Table selection widget - wrong generated code (#1911)
bugfix(TUP-20693):Table selection widget - wrong generated code
2018-10-26 15:44:11 +08:00
msjian
a5951f4335 chore(TDQ-15858): add addtional parameter and support it for postgresql (#1955) 2018-10-25 18:11:43 +08:00
Chao MENG
770265b4cb fix(TUP-21043): Can't pop up restart studio window automatically after (#1953)
complete installation required jar and bpm feature
https://jira.talendforge.org/browse/TUP-21043
2018-10-25 17:17:05 +08:00
zwxue
727f59b7c7 fix(TUP-21033):Import DI demo project has error in log (#1951) 2018-10-25 13:12:49 +08:00
Ivan Gonchar
b04032bfc4 fix(TDI-41271): add jackson-dataformat-cbor:2.9.5 in dependencyManagement block (#1947) 2018-10-24 18:25:36 +03:00
Chao MENG
25e1487c68 chore: fix junit of ComponentIndexManagerTest#test_updateIndexFile_sort (#1941) 2018-10-23 15:22:18 +08:00
Chao MENG
e5923f0c58 fix(TUP-21019): Can't install component patch in some special cases (#1938)
fix(TUP-21019): Can't install component patch in some special cases
https://jira.talendforge.org/browse/TUP-21019
2018-10-23 14:45:23 +08:00
wchen-talend
9f81eba83f fix(TUP-21010):Jar name on classpath should be based on mvn uri (#1930)
* fix(TUP-21010):Jar name on classpath should be based on mvn uri

* fix(TUP-21010):Jar name on classpath should be based on mvn uri

* fix(TUP-21010):Jar name on classpath should be based on mvn uri
2018-10-23 14:16:56 +08:00
nrousseau
f21de39c91 chore(TUP-7300) fix junits 2018-10-23 13:32:31 +08:00
Jane Ding
05dfb49fa8 In TOS, the Resource type in the context view will not shown. (#1934) 2018-10-23 12:28:28 +08:00
zwxue
288595416b fix(TUP-20977):fix assembly problem. (#1932) 2018-10-23 11:49:50 +08:00
wchen-talend
6fe75b6179 fix(TUP-20998):Can not download jars from custom nexus after use (#1920)
component manager
2018-10-23 10:33:45 +08:00
hcyi
c940b237fb fix(TUP-20807):fix a problem of wrong mvn uri for mysql8 jdbc. (#1924) 2018-10-23 10:15:53 +08:00
zshen-talend
423089d2ab fix(TDQ-16027): add method to reload property as another prpperty file (#1927) 2018-10-23 09:59:09 +08:00
Chao MENG
b6ba29a90c fix(TUP-20985): Studio cant be installed in a folder with space in (#1926)
folder name
https://jira.talendforge.org/browse/TUP-20985
2018-10-22 19:19:22 +08:00
Chao MENG
3832bcaa0d fix(TUP-20973): [BUG] Failed Test Connection for HBase of dynamic CDH (#1912)
6.0.0 cluster
https://jira.talendforge.org/browse/TUP-20973
2018-10-20 17:37:10 +08:00
Nicolas Rousseau
33f2e3db2f fix(TDI-41251) update jackson libs 2018-10-20 13:35:53 +08:00
wang wei
ac3da3f7be fix(TDI-41251): Update jackson libraries to avoid CVE-2018-15758 (#1915)
* fix(TDI-41251): Update jackson libraries to avoid CVE-2018-15758

* fix(TDI-41251): Update jackson libraries to avoid CVE-2018-15758
2018-10-20 13:03:59 +08:00
nrousseau
3dc0fdc6f8 babili-export (#1919) 2018-10-20 11:06:07 +08:00
jiezhang-tlnd
e075648d64 Update redshift (#1916) 2018-10-19 19:43:15 +08:00
Jenkins Continuous Build server
8aa87866c8 Set version to 7.2.1 SNAPSHOT 2018-10-18 13:37:50 +02:00
Nicolas Rousseau
ebd435c7d4 fix(TDI-41112): add back commons-lang 3.4 2018-10-18 14:48:12 +08:00
jiezhang-tlnd
f878b45b35 Jzhang/feat/tup 20647 allow redshift components to use sso / latest driver (#1869)
* feat(TUP-20647)add a db_type named REDSHIFT_SSO

* feat(TUP-20647)Allow Redshift components to use SSO / latest driver

* feat(TUP-20647)add some new jar for redshift-sso

* fix(TUP-20899)can't select the connection from repository after change
type to "Repository"

* fix(TUP-20900)guess schema failed for redshift SSO

* get right url of redshift_sso

* feat(TUP-20647)Allow Redshift components to use SSO_latest driver

* remove unused code
2018-10-18 11:58:25 +08:00
Ivan Gonchar
8fc6bfe9e8 chore(release): bump Components version to 0.25.0 (#1910) 2018-10-18 09:59:24 +08:00
Jane Ding
c803b36aa1 feat(TUP-20789)Remove the dependencies page and use context view for (#1908)
resource dependency only
https://jira.talendforge.org/browse/TUP-20789
For now Resource type only restricted by built-in
2018-10-17 17:39:10 +08:00
Mike Yan
8758939584 fix(TESB-23707): Add packaging and final name in OSGi pom (#1909) 2018-10-17 17:00:30 +08:00
jiezhang-tlnd
7c83d9df52 feat(TUP-20683)Add support of Oracle 18c in the db of studio (#1859)
* feat(TUP-20683)Add support of Oracle 18c in the db of studio
https://jira.talendforge.org/browse/TUP-20683

* change the oracle name to be oracle18
2018-10-17 14:29:37 +08:00
zwxue
8a49fcbca1 fix(TUP-20811):fix wrong use of ProjectPreferenceManager (#1906) 2018-10-17 10:34:59 +08:00
kjwang-talend
b320c213c7 Fix (TUP-20887) Sub-reference project is listed in Reference Project (#1905)
settings if Sub-reference project is deleted in TAC
https://jira.talendforge.org/browse/TUP-20887
2018-10-16 19:14:33 +08:00
Chao MENG
b6385b43a3 fix(TUP-20875): Components Manager: errors when do cancel the install (#1904)
fix(TUP-20875): Components Manager: errors when do cancel the install patch/components
https://jira.talendforge.org/browse/TUP-20875
2018-10-16 18:07:34 +08:00
mbasiuk-talend
9862851b8a fix(TDI-41180): add netsuite 2018 runtime dependency (#1903) 2018-10-16 17:26:23 +08:00
hcyi
d83c677720 fix(TUP-20838):Add Context to repository does not do anything. (#1902) 2018-10-16 16:53:00 +08:00
hwang-talend
11deb902a9 bugfix(TUP-20907):can't retrieve schema for JDBC connection (#1901)
bugfix(TUP-20907):can't retrieve schema for JDBC connection
2018-10-16 16:38:50 +08:00
Chao MENG
20bc61f2e7 workitem(TUP-20817): Review Component Manager (UX) (#1899)
workitem(TUP-20817): Review Component Manager (UX)
https://jira.talendforge.org/browse/TUP-20817
2018-10-16 15:38:59 +08:00
Anas KHABALI
d784048f89 upgrade tacokit to 1.1.1 (#1896) 2018-10-15 19:40:15 +03:00
kjwang-talend
dad95bf769 fix(TUP-20903)Possible to import 7.1.1 project into a 6.4.2 release (#1895)
https://jira.talendforge.org/browse/TUP-20903
2018-10-15 19:30:31 +08:00
wchen-talend
0e6d9af0d2 fix(TUP-20716):Could not find or load main class while running a big job (#1893) 2018-10-15 16:26:30 +08:00
Jane Ding
e8ff1ed768 fix(TUP-20284)Import Items throw errors (#1885)
* fix(TUP-20284)Import Items throw errors
https://jira.talendforge.org/browse/TUP-20284

* fix(TUP-20284)Import Items throw errors
https://jira.talendforge.org/browse/TUP-20284
2018-10-15 14:48:47 +08:00
Jane Ding
e57d9e0bd9 fix(TUP-20315)NPE show in error log when click Project settings after (#1889)
run a job
https://jira.talendforge.org/browse/TUP-20315
2018-10-15 14:46:39 +08:00
nrousseau
6b812a07bc fix(TUP-20850) fix commandline publish
Avoid gui call during commandline
2018-10-15 11:32:39 +08:00
Jane Ding
442858b06f TUP-19900:revert the changes of before did (#1891) 2018-10-15 11:27:49 +08:00
zwxue
961e619e48 fix(TUP-20811):fix NPE (#1890) 2018-10-15 11:01:56 +08:00
Chao MENG
5f48ae4101 fix(TUP-20803): Bad maven reference for apache-curator (#1888)
fix(TUP-20803): Bad maven reference for apache-curator
https://jira.talendforge.org/browse/TUP-20803
2018-10-15 10:30:09 +08:00
Chao MENG
77642a8e21 fix(TUP-20620): Studio commits to remote repo, regardless of any changes locally (#1886)
* fix(TUP-20620): Studio commits to remote repo, regardless of any changes
locally
https://jira.talendforge.org/browse/TUP-20620
2018-10-15 10:27:37 +08:00
hcyi
348753b360 fix(TUP-20807):Error popup when using AMC on TAC with mysql8. (#1883) 2018-10-15 10:22:46 +08:00
zwxue
7baa4a8247 fix(TUP-20811): Migrate preference project version. (#1887) 2018-10-12 17:00:42 +08:00
nrousseau
76f97e7478 fix(TUP-20866) avoid crash on mojave 2018-10-12 10:36:41 +03:00
wchen-talend
0a269f0023 fix(TUP-19998):GroupId in the nexus preference is not usefull (#1858) 2018-10-12 10:03:07 +08:00
hcyi
5dd78f4671 fix(TUP-20792):no table list after click select btn on amc. (#1882) 2018-10-11 16:06:59 +08:00
mbasiuk-talend
b608c2a769 fix(TDI-40846): create isDateStrict in routines (#1823) 2018-10-10 17:11:17 +08:00
zwxue
836339c21f feat(TUP-20633):Add a command to regenerate all the poms of jobs in a (#1881)
project.
2018-10-10 14:32:06 +08:00
Mike Yan
484f66dc5c feat(TESB-22869):Change OSGi pom template for CI publish to cloud (#1875) 2018-10-10 10:57:00 +08:00
wchen-talend
cd59dd38f3 Wchen/feat/tup 20695 license for dy distribution1 (#1877)
* fix(TUP-20695):Add license validation check for dynamic distribution

* fix(TUP-20695):update license url
2018-10-10 10:37:58 +08:00
hwang-talend
8c5d579a10 bugfix(TUP-7208): (#1876)
bugfix(TUP-7208):
bat & sh are exported to zip if I select Unix for Shell Launcher
2018-10-09 15:28:13 +08:00
Jane Ding
005ff2db43 fix(TUP-20758)Metadata connection to MSSQL with Integrated Security and (#1870)
* fix(TUP-20758)Metadata connection to MSSQL with Integrated Security and
TCP Dynamic ports
https://jira.talendforge.org/browse/TUP-20758

* fix(TUP-20758)Metadata connection to MSSQL with Integrated Security and
TCP Dynamic ports
https://jira.talendforge.org/browse/TUP-20758
Add a junit

* fix(TUP-20758)Metadata connection to MSSQL with Integrated Security and
TCP Dynamic ports
https://jira.talendforge.org/browse/TUP-20758
2018-10-09 14:23:09 +08:00
Ivan Gonchar
8c9b3ee396 chore: upgrade Tacokit version to 1.1.0 (#1874) 2018-10-08 11:30:33 +03:00
nrousseau
8934ab09b9 fix(TUP-20617) Improve import fix 2018-10-05 15:35:37 +08:00
nrousseau
60f5b95b79 fix(TUP-20680) avoid NPE 2018-10-04 10:31:23 +08:00
Igor Lazebny
3a34a292eb Fix maven plugins version 2018-10-02 12:15:40 +03:00
Jane Ding
e1fb4dc7d7 fix(TUP-20606)relationship.index/project.settings/migration_task.index (#1868)
are not commited to SVN when migrating from 6.0 to 7.1 using commandline
https://jira.talendforge.org/browse/TUP-20606
2018-10-01 13:51:46 +08:00
hwang-talend
39d6b5ff72 bugfix(TUP-20617):Can't import the data models if the data containers (#1864)
exist
2018-10-01 13:46:36 +08:00
wchen-talend
bb0680c2e2 fix(TUP-20695):Add license validation check for dynamic distribution (#1865) 2018-10-01 13:10:54 +08:00
Chao MENG
58a8e109a4 Cmeng/feat/tup 20469 components dialog (#1848)
* feat(TUP-20467): Support of install of car in patch
https://jira.talendforge.org/browse/TUP-20467

* feat(TUP-20469): Add a dialog to install or update components
https://jira.talendforge.org/browse/TUP-20469

* feat(TUP-20469): Add a dialog to install or update components
https://jira.talendforge.org/browse/TUP-20469

* feat(TUP-20469): Add a dialog to install or update components
https://jira.talendforge.org/browse/TUP-20469

* feat(TUP-20469): Add a dialog to install or update components
https://jira.talendforge.org/browse/TUP-20469

* feat(TUP-20469): Add a dialog to install or update components
https://jira.talendforge.org/browse/TUP-20469

Check update per 14 days

* feat(TUP-20469): Add a dialog to install or update components
https://jira.talendforge.org/browse/TUP-20469

Fix junit issue

* feat(TUP-20469): Add a dialog to install or update components
https://jira.talendforge.org/browse/TUP-20469

Fix junit issue

* feat(TUP-20469): Add a dialog to install or update components
https://jira.talendforge.org/browse/TUP-20469

Fix junit issue

* feat(TUP-20469): Add a dialog to install or update components
https://jira.talendforge.org/browse/TUP-20469

Fix junit issue

* feat(TUP-20469): Add a dialog to install or update components
https://jira.talendforge.org/browse/TUP-20469

Fix junit issue

* item(TUP-20702): Remove display of components to install in additional
packages
https://jira.talendforge.org/browse/TUP-20702

* feat(TUP-20469): Add a dialog to install or update components
https://jira.talendforge.org/browse/TUP-20469

adjust UI

* feat(TUP-20469): Add a dialog to install or update components
https://jira.talendforge.org/browse/TUP-20469

1. adjust UI
2. support patch installation

* feat(TUP-20469): Add a dialog to install or update components
https://jira.talendforge.org/browse/TUP-20469

1. adjust UI
2. support patch installation

* feat(TUP-20469): Add a dialog to install or update components
https://jira.talendforge.org/browse/TUP-20469

1. adjust UI
2. support patch installation

* feat(TUP-20470):Share components updates on the local nexus

* feat(TUP-20470):don't share component from patch.

* feat(TUP-20470):make share available only online mode.

* feat(TUP-20469): Add a dialog to install or update components
https://jira.talendforge.org/browse/TUP-20469

1. adjust UI
2. support patch installation

* feat(TUP-20471):Manual install of car and share to local nexus

* feat(TUP-20469): Add a dialog to install or update components
https://jira.talendforge.org/browse/TUP-20469

1. adjust UI
2. support patch installation

* feat(TUP-20470):be able to install shared components.

* feat(TUP-20469): Add a dialog to install or update components
https://jira.talendforge.org/browse/TUP-20469

1. update preference

* feat(TUP-20470):support auto install p2 and plain patches.

* feat(TUP-20470): support auto install p2 and plain patches.
https://jira.talendforge.org/browse/TUP-20470
2018-10-01 10:58:45 +08:00
wang wei
61b14bd1f5 fix(TDI-40981): Resuming log header miss last column name (#1866) 2018-09-30 10:10:31 +08:00
hwang-talend
95a4ee6f2a bugfix(TUP-7208):bat & sh are exported to zip if I select Unix for Shell (#1860)
* bugfix(TUP-7208):bat & sh are exported to zip if I select Unix for Shell
Launcher
2018-09-29 16:04:28 +08:00
Jane Ding
edc8bb15dc Jding/tup 20460 make sure update job dependencies resources (#1821)
* feat(TUP-20458)Implement the resource dependencies editor page for DI
jobs/joblets
https://jira.talendforge.org/browse/TUP-20458

* feat(TUP-20459)Final implementation for the runtime part, make sure
resources can be used by studio/jobserver/build job zip
https://jira.talendforge.org/browse/TUP-20459

* fix(TUP-20630)[BUG] Resource job throw FileNotFoundException if moved
the location
https://jira.talendforge.org/browse/TUP-20630
Set the resource context value shorter like(folder/test.txt),Change the
resource runtime context value to resource dependency path.

* feat(TUP-20457)Add resources from repository to DI features
Added a ResourceItem model
https://jira.talendforge.org/browse/TUP-20457

* fix(TUP-20630) runtime resource dependency for tRunjob

* feat(TUP-20460) Resource dependency can be used in BD job

* feat(TUP-20460) Changes of improve Resource Dependencies

* feat(TUP-20703)Resource Dependencies Improvements
https://jira.talendforge.org/browse/TUP-20703

* feat(TUP-20703)remove resource type from repository context view and
popup warn message when changing context var type and when removing
context var

* feat(TUP-20703) Refresh dependency table after MoveObjectAction
execute(move Resource node to another folder)

* fix(TUP-20746)[BUG] can't dataview on tFileInputDelimited when use
resource file
https://jira.talendforge.org/browse/TUP-20746

* fix(TUP-20779)[BUG]Can't find resource item in multi level nested job
https://jira.talendforge.org/browse/TUP-20779

* feat(TUP-20703)Resource Dependencies Improvements
Make sure no more get dependency from additional properties
RESOURCES_PROP (except dependency editor table)

* feat(TUP-20789)Remove the dependencies page and use context view for
resource dependency only
https://jira.talendforge.org/browse/TUP-20789

* feat(TUP-20789)Remove the dependencies page and use context view for
resource dependency only
https://jira.talendforge.org/browse/TUP-20789

* feat(TUP-20789)Remove the dependencies page and use context view for
resource dependency only
https://jira.talendforge.org/browse/TUP-20789

* feat(TUP-20789)Remove the dependencies page and use context view for
resource dependency only
https://jira.talendforge.org/browse/TUP-20789

* feat(TUP-20789)Remove the dependencies page and use context view for
resource dependency only
https://jira.talendforge.org/browse/TUP-20789
2018-09-28 18:50:14 +08:00
jiezhang-tlnd
6e3cea95f2 feat(TUP-18754)Update driver for Sybase (#1856)
* feat(TUP-18754)Update driver for Sybase
https://jira.talendforge.org/browse/TUP-18754

* fix a bug that when checking the db connection,the driver url is not
correct on the page called implicit context load.
2018-09-28 15:13:19 +08:00
kjwang-talend
858600ae15 TUP-20499 Sign jobs when build zip from studio / CI (#1803)
* TUP-20499 Sign jobs when build zip from studio / CI
https://jira.talendforge.org/browse/TUP-20499

* TUP-20637 Secure usage of maven plugin of signature
https://jira.talendforge.org/browse/TUP-20637

* TUP-20637 Secure usage of maven plugin of signature
https://jira.talendforge.org/browse/TUP-20637

* TUP-20637 Secure usage of maven plugin of signature
https://jira.talendforge.org/browse/TUP-20637
2018-09-28 11:43:52 +08:00
jiezhang-tlnd
d2e6e464b5 Jzhang/feat/tup 20682 add support of postgres 10 in the db of studio (#1851)
* feat(TUP-20682)Add support of Postgres 10 in the db of studio
https://jira.talendforge.org/browse/TUP-20682

* feat(TUP-20682)Add support of Postgres 10 in the db of studio
https://jira.talendforge.org/browse/TUP-20682

* feat(TUP-20682)Add support of Postgres 10 in the db of studio
https://jira.talendforge.org/browse/TUP-20682

* feat(TUP-20682)Add support of Postgres 10 in the db of studio

* fix a bug that when checking the db connection,the driver url is not
correct on the page called implicit context load.

* to match the dbversion with component
2018-09-28 11:09:34 +08:00
hcyi
e6dcf1806d feat(TUP-20681):Add support of Mysql 8 in the db of studio. (#1855)
* feat(TUP-20681):Add support of Mysql 8 in the db of studio.

* feat(TUP-20681):fix a bug is not fixed on mysql 8.0.12,you can find on
their bug tracker site. https://bugs.mysql.com/bug.php?id=90887
2018-09-28 10:47:48 +08:00
Romain Manni-Bucau
5aa8cf0093 tcomp upgrade to 1.1.0 snapshot (#1863) 2018-09-25 16:58:51 +03:00
apoltavtsev
f07e730dae Revert "TESB-23502 Propagation of build type to child Route/Routelet Jobs is added (#1857)" (#1861)
This reverts commit 68c9172cd7.
2018-09-25 08:38:12 +02:00
apoltavtsev
68c9172cd7 TESB-23502 Propagation of build type to child Route/Routelet Jobs is added (#1857) 2018-09-18 16:57:35 +02:00
Chao MENG
47ab082cf5 feat(TUP-20678): Add APAC datacenter to the list on the studio (license (#1853)
/ connection)
https://jira.talendforge.org/browse/TUP-20678
2018-09-14 17:16:07 +08:00
nrousseau
77b9b44078 babili-export (#1854) 2018-09-14 14:24:02 +08:00
nrousseau
15e897d93d feat(TESB-23382) fix build
oas plugin is not build by default in open source product, so not
deployed on the build system actually.
2018-09-14 11:55:57 +08:00
Chao MENG
8940701f9b item(TUP-20704): Update nexus url for dynamic distributions in studio (#1849)
item(TUP-20704): Update nexus url for dynamic distributions in studio
https://jira.talendforge.org/browse/TUP-20704
2018-09-12 17:57:12 +08:00
Denis Sergent
16473a8b39 TESB-23382 New "REST API Definitions" metadata node (#1850)
* TESB-21282 Use appropriate suffix for default service and route group id

* Studio graphical improvements

Fixed some graphical inconsistencies in Studio (borders, margins...)

* TESB-23382 New extension point to smartly use decorators in repository
2018-09-12 10:01:00 +02:00
Olha Varnavina
d2e28202aa feat(TDI-40535): track application in snowflake (#1845)
* feat(TDI-40535): track application in snowflake

* feat(TDI-40535): track application in snowflake

* renamed method for getting version
2018-09-11 23:37:56 +08:00
zwxue
9229e673ec feat(TUP-20446):Avoid to setup the profile ci-builder when use docker/publish to cloud. (#1827)
* feat(TUP-20446):Avoid to setup the profile ci-builder when use docker /
publish to cloud.

* feat(TUP-20477):Must be able to edit / customize the docker setup.

* feat(TUP-20446): integrate ci-builder and cloud-publisher to studio

* feat(TUP-20446):change docker goal phase for studio.
2018-09-07 11:28:27 +08:00
jiezhang-tlnd
b12b3737e7 Jzhang/bugfix/tup 20511 need to limit the number of entry on the custom uri mapping json (#1828)
* fix(TUP-20511)Need to limit the number of entry on the
custom_uri_mapping.json
https://jira.talendforge.org/browse/TUP-20511

* fix(TUP-20511)Need to limit the number of entry on the
custom_uri_mapping.json

* fix(TUP-20511)Need to limit the number of entry on the
custom_uri_mapping.json

* fix(TUP-20511)Need to limit the number of entry on the
custom_uri_mapping.json

* fix(TUP-20511)Need to limit the number of entry on the
custom_uri_mapping.json
2018-09-06 11:08:28 +08:00
hcyi
c5b3148c63 fix(TUP-20587):Proxy Password logged in clear text in studio log (#1847)
* fix(TUP-20587):Proxy Password logged in clear text in studio log

* fix(TUP-20587):Proxy Password logged in clear text in studio log
2018-09-06 10:26:56 +08:00
jiezhang-tlnd
1160999585 fix(TUP-20490)Error occured in error log when conn file connection with (#1846)
context model
https://jira.talendforge.org/browse/TUP-20490
2018-09-05 17:08:13 +08:00
zwxue
bd00034efe feat(TUP-20404):add time measure log for sync maven repository. (#1822) 2018-09-05 16:24:41 +08:00
zwxue
27a80f7935 feat(TUP-20184):Add possibility to build/publish docker images from (#1818)
studio.
2018-09-05 14:41:21 +08:00
jiezhang-tlnd
f66c958879 fix(TUP-20382)Login issue in Studio (Exchange) (#1844)
* fix(TUP-20382)Login issue in Studio (Exchange)

* fix(TUP-20832)Login issue in Studio (Exchange)
2018-09-05 10:36:10 +08:00
Yu
aa5e7e2806 Add epoch time parser (#1840) 2018-09-03 18:19:07 +02:00
hcyi
ba4e9cfc26 fix(TUP-20164):Unable to retrieve Tables from AS400 connection. (#1842) 2018-09-03 17:02:35 +08:00
wchen-talend
272bfd67a5 fix(TUP-20570):Documentation for tXMLMap does not show the mapping (#1829) 2018-09-03 15:24:36 +08:00
wchen-talend
864cdf5e7f fix(TUP-20625):Studio displays nexus password if any artifact repository (#1841)
error
2018-09-03 10:31:47 +08:00
hbhong
1b20d8e8f2 TMDM-12508:Fixed ImportDialog can not treat object with different uppercase as same object. (#1834)
TMDM-12508:Fixed ImportDialog can not treat object with different uppercase as same object.
2018-08-31 10:58:53 +08:00
Colm O hEigeartaigh
35a0d57879 TUP-19954 - Fixing spelling/grammatical mistakes (#1611) 2018-08-30 10:46:52 +08:00
Stéphane Bouchet
3d85e40123 update Readme.md with new logo (#1461) 2018-08-30 10:42:07 +08:00
Stéphane Bouchet
f8f1a5b036 fix(TUP-19956) : fix typo (#1612)
using simple quotes displays a wrong number of test case to be run.
2018-08-30 10:41:39 +08:00
Stéphane Bouchet
befd5dca2f fix(TUP-20173): fixed fragment usage in feature (#1684) 2018-08-30 10:41:13 +08:00
sbliu
fb81a1942e TMDM-11731 Fix compile error. (#1837) 2018-08-29 18:17:03 +08:00
sbliu
62e0c775d8 TMDM-11731 Fix NumberFormatException during parse date string. (#1831) 2018-08-29 14:36:43 +08:00
Roman
d18d286abb fix(TDI-40917): update version of EXABulkUtil (#1825) 2018-08-27 09:47:12 +03:00
Stéphane Bouchet
8fdc53ee23 fix(TESB-23191): fix npe that caused test failure. (#1820) 2018-08-24 13:19:21 +08:00
Jane Ding
c98025b43c feat(TUP-20458)Implement the resource dependencies editor page for DI (#1811)
jobs/joblets
https://jira.talendforge.org/browse/TUP-20458
2018-08-21 14:49:49 +08:00
Chao MENG
1fcc523c11 feat(TUP-20105): Change hortonworks setup to set the default proxy from (#1783)
feat(TUP-20105): Change hortonworks setup to set the default proxy from talend

https://jira.talendforge.org/browse/TUP-20105
2018-08-17 15:42:03 +08:00
Jane Ding
5300c00cc9 fix(TUP-20592)Null Pointer Exception when building/publishing a job (#1819)
https://jira.talendforge.org/browse/TUP-20592
2018-08-17 10:46:41 +08:00
wchen-talend
b91ddf9c9a fix(TUP-20526):Not able to run job with reference project joblet on (#1817)
remote job server
2018-08-16 17:28:38 +08:00
msjian
8c216f41a3 chore(TDQ-15084): remove useless code (#1814) 2018-08-16 11:20:09 +08:00
Ivan Gonchar
a0eb1a002f chore: upgrade tacokit version to 1.0.5-SNAPSHOT (#1816) 2018-08-15 16:50:30 +08:00
kjwang-talend
9fdee37c5a TUP-20448 exception show in error log when i export a job contain (#1796)
* TUP-20448 exception show in error log when i export a job contain
connection then import it again (Fix command line's issue)
https://jira.talendforge.org/browse/TUP-20448

* TUP-20448 exception show in error log when i export a job contain
connection then import it again
https://jira.talendforge.org/browse/TUP-20448
2018-08-10 17:00:29 +08:00
wchen-talend
1263b47c8e fix(TUP-20505):duplicate copys of custom components uploaded to Nexus 3 (#1809) 2018-08-09 11:05:45 +08:00
zwxue
ad538a8c23 fix(TUP-20397):Run job which uses a job in ref Project in main project (#1808)
failed after migration from 701.
2018-08-08 17:21:48 +08:00
Yongsheng Yang
55f1c3a868 Update default Driver for Mysql8 (#1806)
this driver works both MySQL 8 and MySQL 5
2018-08-06 11:48:06 +08:00
nrousseau
ba327b4acd Change timeout value 2018-08-05 14:11:15 +02:00
Stéphane Bouchet
5ff3eb07e5 fix(TESB-23022): added tRouteIn and tRouteLoop as esb components (#1805) 2018-08-03 21:23:26 +08:00
Mike Yan
7aa2c1b090 fix(TESB-22825): Add -bundle in module name (#1804) 2018-08-03 17:37:12 +08:00
wchen-talend
3b635ce630 fix(TUP-20474):Joblet context parameters are disappearing from the main (#1802)
job context view
2018-08-02 14:24:03 +08:00
Stéphane Bouchet
a186ef40d3 fix(TESB-22821): correctly filter esb related poms from root (#1799) 2018-08-01 16:36:27 +08:00
Chao MENG
6a7cbe3b1b fix: potential clone problem (#1798)
fix: potential clone problem (#1798)
2018-07-30 18:20:09 +08:00
wchen-talend
32d485ca7a fix(TUP-20492):When doing extract as context for a tsalesforceinput, (#1797)
getting "UNEXPECTED_EXCEPTION" upon selecting the same connection
created.
2018-07-27 15:07:07 +08:00
zwxue
6b89ec48c0 fix(TUP-20493):Import routines code in beans code (#1795) 2018-07-27 10:25:36 +08:00
Stéphane Bouchet
2f5d802e8e fix(TESB-22816): added pom-microservice and pom-control-bundle (#1793)
to SVN accepted pom files pattern.
2018-07-23 18:01:05 +02:00
wchen-talend
ec667e363f fix(TUP-20411):Adding context environment in the reference project, they (#1790)
do not get updated in the main project.
2018-07-23 11:12:18 +08:00
Anas KHABALI
05005be687 TCOMP-918 bump tacokit version to 1.0.4-SNAPSHOT (#1792) 2018-07-23 10:34:18 +08:00
kcoepeau
ab8c9b7875 fix(TBD-7393): job jar in job server does not have ./ (#1789) 2018-07-20 15:28:32 +02:00
Ivan Gonchar
8c5d35c457 chore: bump tacokit version to 1.0.3 (#1791) 2018-07-20 10:22:13 +08:00
kjwang-talend
a2ae71c6b9 TUP-20448 exception show in error log when i export a job contain (#1785)
connection then import it again
https://jira.talendforge.org/browse/TUP-20448
2018-07-19 16:56:51 +08:00
Chao MENG
9b68a0415b fix(TUP-20391): Migration tasks are re-executed and encrypting passwords (#1788)
fix(TUP-20391): Migration tasks are re-executed and encrypting passwords
https://jira.talendforge.org/browse/TUP-20391
2018-07-18 18:33:54 +08:00
timbault
94325a4848 TUP-20449 New parameter field type needed for TDM (#1786) 2018-07-18 15:36:54 +08:00
wang wei
bd408c6563 fix(TDI-40756): out of memory happen when use statistics in Run pannel (#1787) 2018-07-18 11:06:06 +08:00
kjwang-talend
9270fd7e5f Kjwang/feat tup 17461 project setting (#1733)
feat(TUP-17461)_Move_stat&logs_implicit_out_of_talend.project
https://jira.talendforge.org/browse/TUP-17461
2018-07-16 14:57:37 +08:00
hcyi
e69ed83953 fix(TUP-20361):show full name of the report file on message dialog. (#1784) 2018-07-16 11:40:23 +08:00
wang wei
0d69d5a52f fix(TDI-40580): if talend schema contains complex expression default value, will fail to migrate for tcomv0 components (#1707)
* fix(TDI-40580): Error importing job containg tJDBC components from
version 6.5 to version 7.0

* fix(TUP-20239):Error importing job containg tJDBC components from
version 6.5 to version 7.0
2018-07-16 10:27:22 +08:00
msjian
05340c2787 chore(TDQ-15321): remove "import context" button in Context view in TOP (#1782) 2018-07-16 10:15:43 +08:00
Ivan Gonchar
d26e4181bd chore: bump Components version to 0.25.0-SNAPSHOT (#1781) 2018-07-13 15:01:40 +08:00
zshen-talend
4bb6c2d6fd bug fixed TDQ-12397 create IpropertyOrder interface (#1771)
* bug fixed TDQ-12397 create IpropertyOrder interface

* feat(TDQ-12397): update information of commont
2018-07-11 14:42:39 +08:00
Chao MENG
185dcffb6b fix(TUP-20357): Unable to migrate DI project from 6.5.1 To 7.0.1 (#1779)
https://jira.talendforge.org/browse/TUP-20357
Add junit to validate migrationTask configuration
2018-07-11 14:28:36 +08:00
Jane Ding
fc8ae10bf0 fix(TUP-20317)node of JDBC should be hidden when import db items (#1776)
https://jira.talendforge.org/browse/TUP-20317
2018-07-11 11:42:07 +08:00
Chao MENG
aae97ec31b fix(TUP-20391): Migration tasks are re-executed and encrypting passwords (#1780)
fix(TUP-20391): Migration tasks are re-executed and encrypting passwords 
https://jira.talendforge.org/browse/TUP-20391
2018-07-11 11:25:28 +08:00
Chao MENG
b24627723e fix(TUP-20391): Migration tasks are re-executed and encrypting passwords (#1778)
fix(TUP-20391): Migration tasks are re-executed and encrypting passwords
https://jira.talendforge.org/browse/TUP-20391
2018-07-11 09:56:32 +08:00
Anas KHABALI
e6105fb430 TUP-20407 : update tacokit version to 1.0.2-SNAPSHOT (#1777) 2018-07-10 16:11:23 +08:00
Jane Ding
29042a72d7 fix(TUP-19900)tPigload component using HCatalog in repository cannot get (#1774)
some fields in DI job
https://jira.talendforge.org/browse/TUP-19900
2018-07-10 10:41:19 +08:00
Chao MENG
6287f20fef fix(TUP-20357): Unable to migrate DI project from 6.5.1 To 7.0.1 (#1764)
https://jira.talendforge.org/browse/TUP-20357
Add junit to validate migrationTask configuration
2018-07-10 10:22:28 +08:00
Chao MENG
0752ff59f3 item(TUP-20356): Lock user recognize both login and ldap ID (#1773)
item(TUP-20356): Lock user recognize both login and ldap ID
https://jira.talendforge.org/browse/TUP-20356
2018-07-09 10:20:09 +08:00
wang wei
34c148d8a5 fix(TDI-40627): align to json-20140107 (#1775) 2018-07-06 17:09:51 +08:00
zwxue
448ed1cd2d fix(TUP-20326):fix ref project routine install issue. (#1770) 2018-07-06 10:54:40 +08:00
wang wei
4cd6473232 fix(TDI-40627): S3/DynamoDB/Salesforce/Marklogic/GoogleDrive: httpcore-4.4.3, json-20140107, javaxmail and httpclient-4.5.4 missing(#1772) 2018-07-06 10:26:59 +08:00
hcyi
07145fea43 feat(TUP-20277):Deprecated storm on 7.1 (#1761) 2018-07-06 09:58:28 +08:00
qiongli
986221459e TDQ-15536 revert changes in TDQ-14775 (#1768) 2018-07-05 17:29:40 +08:00
zwxue
0b7091cc1d feat(TUP-20185):Possibility to setup docker images for CI only for platform licenses (#1740)
* feat(TUP-19996):Setup Docker as maven profile on CI.

* feat(TUP-20185):Possibility to setup docker images for CI only for
platform licenses

* fix(TUP-20338):[bug] Build failed if folder name is upper case

* fix(TUP-20339):fix wrong project name in job pom.
2018-07-05 16:39:43 +08:00
wang wei
2c085c753f fix(TDI-40688): tVerticaOutput in Copy mode: Nullable Float-values are rounded to the nearest integer (#1769) 2018-07-05 10:49:28 +08:00
kjwang-talend
55c3adaad3 fix(TUP-20318) CommandLine uses localhost url for publishing (#1765)
https://jira.talendforge.org/browse/TUP-20318
2018-07-04 18:55:52 +08:00
wang wei
f5e68b3058 fix(TDI-40679): align to httpclient-4.5.5,httpfluent-4.5.5 and httpcore-4.4.9(#1763) 2018-07-04 12:49:42 +08:00
Mike Yan
3f513a078b fix(TESB-22602): filter esb data service node (#1766) 2018-07-04 10:51:39 +08:00
Chao MENG
1972e74e54 feat(TUP-20104): Cloudera 6 support (#1695)
* fix(TUP-20104): Cloudera 6 support
https://jira.talendforge.org/browse/TUP-20104

* fix(TUP-20104): Cloudera 6 support
https://jira.talendforge.org/browse/TUP-20104
2018-07-02 16:40:52 +08:00
Chao MENG
ae72760831 feat(TUP-20292): Support hive metastore HA (wizard) (#1754)
https://jira.talendforge.org/browse/TUP-20292
2018-07-02 16:38:43 +08:00
zwxue
699823f299 fix(TUP-20326):Error in job generation for job migrated form 6.5.1 (#1757) 2018-07-02 10:25:02 +08:00
nrousseau
04578121ac fix(TUP-20343) change the maven dependency resolution setup 2018-06-28 18:00:40 +08:00
Anas KHABALI
2ac295682a TUP-20309 : add a new code part that will be executed after tha main loop. (#1760)
This code part can be used to perform more processing outside of the main loop. when records are buffered for example.
2018-06-28 16:25:11 +08:00
SunChaoqun
25e1c30146 TESB-22106:CI for ESB - Data Services and Routes - On Prem - Part 2 (#1755) 2018-06-27 13:51:17 +08:00
hcyi
1c33f7a4c0 feat(TUP-20283):Improve audit report generation in studio. (#1741)
* feat(TUP-20283):Add db version support to report generation in studio.

* feat(TUP-20283):Show information after generate report.
2018-06-26 11:32:41 +08:00
zwxue
4811cdf538 fix(TUP-20238):fix routine install bug when doing pom sync. (#1751) 2018-06-25 17:51:17 +08:00
Jane Ding
713b99ba1c fix(TUP-20248) shouldn't have NPE but need to be able for (#1752)
RelationshipItemBuilder can also be used for other projects instead of
current project and reference projects during git merge.
2018-06-25 14:18:38 +08:00
kcoepeau
51d2ce697c feat(TBD-6888):Add Cassandra connector for Spark 2.3 (#1738) 2018-06-24 14:44:30 +02:00
nrousseau
1ceaea8896 fix(TUP-18121) fix talendforge dialog in french (#1753) 2018-06-22 18:18:53 +08:00
kjwang-talend
ede6734bd7 fix(TUP-20303)project folder name not correct in workspace after import (#1744)
using "Import an existing project"
https://jira.talendforge.org/browse/TUP-20303
2018-06-22 17:17:40 +08:00
Haiting Yin
e432496dca TMDM-12326 ArrayIndexOutOfBoundsException on tMDMOutput (#1746) 2018-06-22 17:13:18 +08:00
wchen-talend
d0bca36e4a Revert "feat(TUP-20277):Deprecated items on 7.1 (#1742)" (#1747)
This reverts commit f2c741a5d4.
2018-06-22 15:38:23 +08:00
dlin-talend
f2c741a5d4 feat(TUP-20277):Deprecated items on 7.1 (#1742) 2018-06-22 10:31:47 +08:00
Jane Ding
38a6c9cc81 fix(TUP-20231)Update Detection won't popup after updating it's joblet (#1736)
name in JobletView
https://jira.talendforge.org/browse/TUP-20231
2018-06-20 15:07:17 +08:00
zwxue
411854249b fix(TUP-20238):fix junit. (#1737) 2018-06-20 11:21:14 +08:00
hcyi
b42d7bb2fb feat(TUP-20034):Audit in project settings - Add advanced setting for full DB setup configuration. (#1709)
* feat(TUP-20033):Audit in project settings in studio.

* feat(TUP-20033):improve for Audit in project settings in studio.

* feat(TUP-20033):improve to generate Audit in project settings in studio.

* feat(TUP-20033):improve to generate Audit in project settings in studio.

* feat(TUP-20034):Check db connection for the Audit in project settings.

* feat(TUP-20035):Audit in project settings - Generate report from
history.

* feat(TUP-20035):Audit in project settings - Generate report from
history.
2018-06-15 17:13:37 +08:00
wchen-talend
c2c9aa08f5 fix(TUP-20276):there is NPE error for CommonExceptionHandler show in (#1735)
error log after logon studio
2018-06-15 16:07:13 +08:00
Jane Ding
03a7e2c101 fix(TUP-20248)Impact analysis doesn't work correctly against job in (#1729)
* fix(TUP-20248)Impact analysis doesn't work correctly against job in
tRunJob component
https://jira.talendforge.org/browse/TUP-20248

* fix(TUP-20248)Impact analysis doesn't work correctly against job in
tRunJob component
A better solution

* fix(TUP-20248)Impact analysis doesn't work correctly against job in
tRunJob component
A better solution

* In case of RelationshipItemBuilder can also be used for other projects
instead of current project and reference projects during git merge.
2018-06-15 14:52:26 +08:00
Ivan Gonchar
bbe3fe59e0 bump Tacokit version to 1.0.1-SNAPSHOT (#1734) 2018-06-15 14:08:36 +08:00
zwxue
d7279155f9 fix(TUP-20238):Can't run job with tRunJob component. (#1725) 2018-06-14 18:34:19 +08:00
msjian
35ec38f4cf fix(TDQ-15192): fix a wrong word (#1732)
* fix(TDQ-15192): fix a wrong word

* fix(TDQ-15192): fix a wrong word
2018-06-13 14:39:04 +08:00
hcyi
ec9c74629b fix(TUP-20219): Error: java.io.IOException: Split class (#1731)
org.talend.hadoop.mapred.lib.TaggedInputSplit not found.
2018-06-13 11:13:34 +08:00
hcyi
d26ed57d06 fix(TUP-20219): Error: java.io.IOException: Split class org.talend.hadoop.mapred.lib.TaggedInputSplit not found. (#1728)
* fix(TUP-20219): Error: java.io.IOException: Split class
org.talend.hadoop.mapred.lib.TaggedInputSplit not found.

* fix(TUP-20219): Error: java.io.IOException: Split class
org.talend.hadoop.mapred.lib.TaggedInputSplit not found.
2018-06-13 10:53:28 +08:00
Ivan Gonchar
1ea17dd69d feat(TCOMP-842): add Value Selection widget (#1730) 2018-06-13 10:20:07 +08:00
hcyi
706b5dd610 fix(TUP-20219): Error: java.io.IOException: Split class (#1727)
org.talend.hadoop.mapred.lib.TaggedInputSplit not found.
2018-06-12 16:31:42 +08:00
pyzhou
607764748c fix(TDI-31645):Eliminate the invalid data type double preci. (#1726) 2018-06-12 15:12:24 +08:00
wchen-talend
1e9856f9c7 fix(TUP-20210):Strange behavior on component tNLPModel for required (#1717)
module protobuf-java-2.6.1.jar
2018-06-11 10:20:25 +08:00
Vladimir Bogatyrov
dc436e5f00 [TESB-22258] cAWSSQS component throws no such method error (#1720) 2018-06-08 10:48:29 +02:00
wchen-talend
678eef25d2 ignor the junit. (#1721) 2018-06-08 15:39:44 +08:00
hcyi
20a68c5d21 fix(TUP-4923):Import Items missing when right clicked in repository (#1710)
window.
2018-06-08 15:14:56 +08:00
msjian
380c4f39c3 fix(TDQ-15363): make initSelection compatible DQ view (#1716) 2018-06-08 14:45:57 +08:00
zwxue
271c55f490 fix(TUP-20223):Wrong branch value in the jobs generated by CI. (#1714) 2018-06-08 10:19:49 +08:00
wchen-talend
eb569dbf04 Wchen/feature/tup 4091 artifactory support (#1681)
* feat(TUP-4091):Support for Artifactory with Artifact Repository

* feat(TUP-4091):Support for Artifactory with Artifact Repository

* feat(TUP-4091):Support for Artifactory with Artifact Repository
2018-06-07 17:42:32 +08:00
kjwang-talend
9026f49b33 fix(TUP-20197) Connection Talend-SAS (#1706)
https://jira.talendforge.org/browse/TUP-20197
2018-06-07 15:41:18 +08:00
wchen-talend
f231b12de4 Revert "bugfix(TUP-20210):Strange behavior on component tNLPModel for required" (#1712)
* Revert "fix(TUP-20210):Strange behavior on component tNLPModel for required (#1708)"

This reverts commit 058d7a9c3e.

* Revert "bugfix(TUP-20210):Strange behavior on component tNLPModel for required (#1704)"

This reverts commit bd57b96b1c.
2018-06-07 15:18:55 +08:00
wchen-talend
058d7a9c3e fix(TUP-20210):Strange behavior on component tNLPModel for required (#1708)
module protobuf-java-2.6.1.jar
2018-06-06 17:20:09 +08:00
wchen-talend
bd57b96b1c bugfix(TUP-20210):Strange behavior on component tNLPModel for required (#1704)
* bugfix(TUP-20210):Strange behavior on component tNLPModel for required
module protobuf-java-2.6.1.jar

* fix(TUP-20210):Strange behavior on component tNLPModel for required
module protobuf-java-2.6.1.jar

* fix(TUP-20210):Strange behavior on component tNLPModel for required
module protobuf-java-2.6.1.jar
2018-06-05 18:34:33 +08:00
zwxue
ff90686929 fix(TUP-20217):Can't run a job including a tRunjob component. (#1705) 2018-06-05 16:23:32 +08:00
Vladimir Bogatyrov
8ec00b294a [TESB-20335] tESBConsumer not using http conduits when called from within a subjob (#1703) 2018-06-05 11:14:18 +08:00
zwxue
d2b4438577 fix(TUP-20217):Can't run a job including a tRunjob component. (#1697) 2018-06-04 16:47:23 +08:00
hcyi
115c8b126f feat(TUP-20033):Audit in project settings in studio. (#1696)
* feat(TUP-20033):Audit in project settings in studio.

* feat(TUP-20033):improve for Audit in project settings in studio.

* feat(TUP-20033):improve to generate Audit in project settings in studio.

* feat(TUP-20033):improve to generate Audit in project settings in studio.

* feat(TUP-20032):Refactor audit to remove the EMF Query2 dependency.
2018-06-04 15:20:53 +08:00
zwxue
10b3c514cd fix(TUP-20077):ci.builder version is not correct for 710 (#1698) 2018-06-04 15:14:16 +08:00
Chao MENG
d20d6c8291 fix(TUP-20166): Studio "Attempted to beginRule: F/.Java/src/main/java, (#1699)
fix(TUP-20166): Studio "Attempted to beginRule: F/.Java/src/main/java, does not match outer scope rule" Error
https://jira.talendforge.org/browse/TUP-20166
2018-06-01 18:45:08 +08:00
yyin-talend
8385d97e86 feat TDQ-14492 support repo context for analysis (#1692) 2018-05-31 18:54:58 +08:00
Andreas Mattes
378a1b5389 fix(TESB-22183): WSDLLoader refinement for multiple imports for a namespace. (#1694)
* fix(TESB-22183): Add support for circular WSDL imports to WSDLLoader.

Circular WSDL imports are not prohibited by WS-I basic profile. However, they are currently causing WSDL import to fail in an endless recursion. The present fix corrects this condition and ensures that WSDL documents are not imported more than once.

* fix(TESB-22183): Attribute name error in fix corrected.

* fix(TESB-22183): "location" attribute corrected for circular imports.

* fix(TESB-22183): Fix support for circular WSDL imports to WSDLLoader.

Imports causing circular WSDL document dependencies are now removed, because WSDL4J does not handle them properly, but runs into an endless recursion, but processes the WSDL as expected when the "backwards" import is removed.

* fix(TESB-22183): Add support for circular WSDL imports to WSDLLoader.

Circular WSDL imports are not prohibited by WS-I basic profile. However, they are currently causing WSDL import to fail in an endless recursion. The present fix corrects this condition and ensures that WSDL documents are not imported more than once.
2018-05-31 10:22:32 +08:00
wang wei
d991436b57 fix(TDI-39874): Numeric.sequence increments by 2 instead of 1 in tXMLMap (#1690) 2018-05-29 14:04:46 +08:00
Stéphane Bouchet
d817d2285e fix(TESB-22276): fixed NPE during test execution (#1691) 2018-05-29 09:39:47 +08:00
Chao MENG
b15475511d fix(TUP-20166): Studio "Attempted to beginRule: F/.Java/src/main/java, (#1687)
fix(TUP-20166): Studio "Attempted to beginRule: F/.Java/src/main/java, does not match outer scope rule" Error
https://jira.talendforge.org/browse/TUP-20166
2018-05-28 16:21:22 +08:00
Pierre Teyssier
53b976a34e feat(TDI-40477): Split Snowflake components (#1689)
* split logic of components on definition and runtime
2018-05-28 12:01:56 +08:00
Chao MENG
b7912b814e fix(TUP-20156): Cannot open the tMap component, throwing 'An SWT error (#1688)
fix(TUP-20156): Cannot open the tMap component, throwing 'An SWT error has occured'.
https://jira.talendforge.org/browse/TUP-20156
2018-05-25 18:38:30 +08:00
Andreas Mattes
af7a3ff3e4 fix(TESB-22183): Fix support for circular WSDL imports to WSDLLoader. (#1685)
* fix(TESB-22183): Add support for circular WSDL imports to WSDLLoader.

Circular WSDL imports are not prohibited by WS-I basic profile. However, they are currently causing WSDL import to fail in an endless recursion. The present fix corrects this condition and ensures that WSDL documents are not imported more than once.

* fix(TESB-22183): Attribute name error in fix corrected.

* fix(TESB-22183): "location" attribute corrected for circular imports.

* fix(TESB-22183): Fix support for circular WSDL imports to WSDLLoader.

Imports causing circular WSDL document dependencies are now removed, because WSDL4J does not handle them properly, but runs into an endless recursion, but processes the WSDL as expected when the "backwards" import is removed.
2018-05-24 17:21:49 +02:00
Chao MENG
10ce65330e fix(TUP-20156): Cannot open the tMap component, throwing 'An SWT error (#1683)
fix(TUP-20156): Cannot open the tMap component, throwing 'An SWT error has occured'.
https://jira.talendforge.org/browse/TUP-20156
2018-05-24 18:44:21 +08:00
Andreas Mattes
dd4cf33097 fix(TESB-22034): Fix handling of non-required bean deps in routes. (#1682)
The handling of non-required dependencies of beans used by routes has been enabled in a way that it uses a specific extra attribute. In this way, non-required bean handling does not interfere with dependency processing for routines.
2018-05-23 16:43:55 +02:00
Andreas Mattes
44466bd2c6 fix(TESB-22183): Add support for circular WSDL imports to WSDLLoader. (#1676)
* fix(TESB-22183): Add support for circular WSDL imports to WSDLLoader.

Circular WSDL imports are not prohibited by WS-I basic profile. However, they are currently causing WSDL import to fail in an endless recursion. The present fix corrects this condition and ensures that WSDL documents are not imported more than once.

* fix(TESB-22183): Attribute name error in fix corrected.

* fix(TESB-22183): "location" attribute corrected for circular imports.
2018-05-22 17:41:16 +08:00
Chao MENG
791015e256 fix(TUP-20124): NPE during changing TCOMP component repository value (#1680)
fix(TUP-20124): NPE during changing TCOMP component repository value
https://jira.talendforge.org/browse/TUP-20124
2018-05-22 14:30:27 +08:00
Mike Yan
29867d2c11 feat(TESB-22105) CI for ESB Services (#1679) 2018-05-21 16:00:11 +08:00
wang wei
aeac3f6538 fix(TDI-40492): align all the log4j to 1.2.17 version 2018-05-21 10:36:49 +08:00
wchen-talend
d5f0a28acf fix(TUP-19943):Generated schema miss some fields while import xsd (#1658)
* fix(TUP-19943):Generated schema miss some fields while import xsd

* fix(TUP-19943): add some junit for the xsd import

* fix(TUP-19943):Generated schema miss some fields while import xsd

* fix(TUP-19943): update version
2018-05-21 10:06:53 +08:00
Jane Ding
a5d5177d8a fix(TUP-20149)Hive Metastore Port can't convert to context mode (#1677)
https://jira.talendforge.org/browse/TUP-20149
2018-05-18 16:14:53 +08:00
Roman
5dfea914bb fix(TDI-40500): change Postgresqldriver from 8.3 to 8.4 (#1670) 2018-05-17 15:12:32 +08:00
zwxue
0da1530407 fix(TUP-20126):[SVN] Can't open testcase after update context. (#1666)
* fix(TUP-20126):[SVN] Can't open testcase after update context.

* fix(TUP-20126):backport missing fix.
2018-05-17 10:58:34 +08:00
zwxue
a4913cb348 fix(TUP-19754):mvn package fail when main project use subref project's (#1668)
job.
2018-05-17 09:38:50 +08:00
wchen-talend
965ebf2501 update talend version (#1669) 2018-05-16 15:20:29 +08:00
nrousseau
370d58d394 fix(TUP-20029) cleanup build.properties 2018-05-16 11:00:50 +08:00
Jenkins Continuous Build server
6fca8a24d5 Set version to 7.1.1 SNAPSHOT 2018-05-11 17:08:04 +02:00
Denis Sergent
c38e4efd14 TUP-20129 Studio graphical improvements (#1662)
* TESB-21282 Use appropriate suffix for default service and route group id

* Studio graphical improvements

Fixed some graphical inconsistencies in Studio (borders, margins...)
2018-05-11 17:14:50 +08:00
Jane Ding
85d0bc39f2 feat(TUP-18273)Hive metastore port and url as options in metadata wizard (#1663)
* feat(TUP-18273)Hive metastore port and url as options in metadata wizard
https://jira.talendforge.org/browse/TUP-18273

* feat(TUP-18273)Set the default hive metastore port value
2018-05-11 15:01:29 +08:00
nrousseau
8bdb34ba86 fix(TUP-20029) add missing dependency 2018-05-10 16:22:21 +08:00
nrousseau
305fc163ab Nrousseau/tup 20029 fix cve (#1660)
* fix(TUP-20029) remove jars with CVE from default repository

* fix(TUP-20029) remove old drivers of postgres

Remove as well the driver from osgi dependency
2018-05-10 09:51:39 +08:00
zwxue
62351b95a1 fix(TUP-20115):Use of SAP JCO Version greater than 3.0.10 in Talend (#1661)
7.0.1 causes initialization error.
2018-05-10 09:46:25 +08:00
zwxue
8d772b14c1 fix(TUP-20114):NPE on opening a job that uses context variable group (#1659) 2018-05-08 12:22:08 +08:00
zwxue
1cb945f2f1 fix(TUP-20065):Commandline can not logon a project with subref project (#1655)
after do initLocal.
2018-05-04 11:33:19 +08:00
zwxue
5d58d6ab16 workitem(TUP-19975): Add / Review junits for CI. (#1651) 2018-05-02 10:24:40 +08:00
SunChaoqun
3fbb39aa52 TESB-22023:Adding external jars with a XXX-8.0.0-20180412.070852-4.jar (#1650)
SNAPSHOT version to cConfig creates the wrong default version for the nexus upload
2018-04-27 14:14:39 +08:00
Pierre Teyssier
51133e0325 chore: bump tcomp to 0.24.0-SNAPSHOT 2018-04-26 14:54:43 +08:00
zwxue
4d2920e434 workitem(TUP-19975):Add / Review junits for CI. (#1644) 2018-04-26 10:35:07 +08:00
SunChaoqun
1dd76b3c26 TESB-21888:When using cConfig component "Check" (Advance tab) button (#1641) 2018-04-24 17:53:30 +08:00
Stefan Le Moing
a95967a520 fix(TBD-6803): add spark-cassandra-connector jar definition (#1639) 2018-04-24 10:37:34 +02:00
kjwang-talend
e985d55545 fix(TUP-19974)Opening a job takes more than half an hour in studio (#1635)
https://jira.talendforge.org/browse/TUP-19974
2018-04-24 11:04:10 +08:00
hcyi
7048c08c79 fix(TUP-18682):PDF layout of generated document in multi-byte character (#1638)
on studio is broken.
2018-04-20 10:58:19 +08:00
wchen-talend
c7c808217f fix(TUP-19706):incorrect schema length for surrogate pair characters (#1632) 2018-04-20 10:20:49 +08:00
Ivan Gonchar
a935732175 chore: upgrade tomcat to 9.0.7 (#1637) 2018-04-18 09:58:47 +08:00
Ivan Gonchar
2bbb83d144 chore: bumpl Tacokit version to 0.0.9 (#1636) 2018-04-17 18:52:01 +08:00
GGu
8fa95efb01 feat(TDQ-9660): Enable import context in report preference page (#1633) (#1634) 2018-04-16 18:18:30 +08:00
Mike Yan
8536a94caa TESB-21799: Fixed routes cannot use bean from reference project (#1624) 2018-04-16 13:00:07 +08:00
hcyi
513b6e328a fix(TUP-19891):schema of txxxCatcher component can not be exported. (#1602)
* fix(TUP-19891):schema of txxxCatcher component can not be exported.

* fix(TUP-19891):schema of txxxCatcher component can not be exported.
2018-04-12 18:18:32 +08:00
Anas KHABALI
f4e3e4d05b upgrade tcompv1 to 0.0.6 (#1631) 2018-04-12 16:11:22 +08:00
SunChaoqun
5458850658 TESB-21810:Module tab shows the incorrect list of installed jar files (#1628)
* TESB-21810:Module tab shows the incorrect list of installed jar files
when using cConfig components

* TESB-21810:Module tab shows the incorrect list of installed jar files
when using cConfig components
2018-04-11 19:18:36 +08:00
wchen-talend
0afe4f2540 fix:maven uri is not correct when build ci job. (#1630) 2018-04-11 18:22:15 +08:00
wchen-talend
433dcc55da fix(TUP-19977):Error during Intallation of Required Libraries (#1626) 2018-04-11 17:29:51 +08:00
sizhaoliu
d7f74636f0 bugfix(TDQ-15108): fix NPE when run tRuleSurvivorship job on spark cluster (#1627) 2018-04-11 10:28:49 +02:00
wchen-talend
3435f34faf fix(TUP-19931):Undo does not work after deleting link between (#1603)
tELTMSSqlInput and tELTMSSQLMap
2018-04-11 10:20:11 +08:00
wchen-talend
85656a8680 fix(TUP-19808):Studio doesn't display Reference project trunk or branch (#1617)
name
2018-04-11 10:14:08 +08:00
zwxue
a462c8e4aa fix(TUP-19924):[bug] Jobs in Reference Project have compile error. (#1623) 2018-04-11 09:46:47 +08:00
Jane Ding
f24fe52dfc fix(TUP-19934)Items are duplicated in Import Dialog (#1620)
* fix(TUP-19934)Items are duplicated in Import Dialog
https://jira.talendforge.org/browse/TUP-19934

* fix(TUP-19934)Items are duplicated in Import Dialog
For the poms folder filtered which should under project folder

* fix(TUP-19934)Items are duplicated in Import Dialog
As for there is a another talend.project exist in poms folder, caused
getValidProjectFilePath() can't get real project file path.

* fix(TUP-19934)Items are duplicated in Import Dialog
Add a not null judgment

* fix(TUP-19934)Items are duplicated in Import Dialog
https://jira.talendforge.org/browse/TUP-19934
A better solution
2018-04-10 18:29:37 +08:00
SunChaoqun
ce2c9ef375 TESB-21810:Module tab shows the incorrect list of installed jar files (#1622)
when using cConfig components
2018-04-10 17:27:04 +08:00
wchen-talend
f5486df15c fix(TUP-19965):fix the download button show as manual after upload a jar (#1618)
to nexus.
2018-04-09 18:15:35 +08:00
Chao MENG
2a09d19d45 fix(TUP-19915): Context parameter changes are not getting reflected under Hive connection (#1619)
* fix(TUP-19915): Context parameter changes are not getting reflected
under Hive connection
https://jira.talendforge.org/browse/TUP-19915
2018-04-09 17:50:22 +08:00
Chao MENG
c23b8b887f fix junit of VersionUtilsTest#testGetTalendVersion (#1616) 2018-04-09 14:25:01 +08:00
zwxue
faa91de321 workitem(TUP-19959):Wrong content for CI project settings on TOS and (#1613)
missing documentation for user
2018-04-09 10:47:51 +08:00
nrousseau
9f1e2d9ece fix(TESB-21702) add only to root pom if child pom exists (#1610) 2018-04-06 16:56:47 +08:00
Ivan Gonchar
57ff0ee575 chore: bump Components version to 0.23.1 (#1609) 2018-04-06 15:56:27 +08:00
zwxue
51400955e0 fix(TUP-19945):first generate failed with error:ProcessorException: (#1604)
Routines "myroutine" has compile errors.
2018-04-04 21:57:15 +08:00
Chao MENG
5f51f37924 fix junit for MigrationToolServiceTest (#1605) 2018-04-04 21:48:47 +08:00
Jenkins Continuous Build server
87fa36a9ec Set version to 7.1.0 SNAPSHOT 2018-04-04 14:26:07 +02:00
apoltavtsev
a01a452fd8 TESB-21764 Missing jvmArgs are added (#1600) 2018-04-03 20:55:55 +02:00
GGu
76001e654a fix(TUP-19932): only mark date when start product (#1595) 2018-04-03 18:28:32 +08:00
Mike Yan
3f19287255 TESB-21748: Fixed compute all test case modles (#1599) 2018-04-03 17:38:53 +08:00
souvanny
efb0e1ef3d babili-export (#1596) 2018-04-03 17:10:48 +08:00
zwxue
b8b04dd701 fix(TUP-19935):Cannot open Conflict Editor in Git Merge page. (#1598) 2018-04-03 16:37:03 +08:00
nrousseau
8337d6a5cb fix(TUP-19937) fix build from parent with test case (#1597) 2018-04-03 16:01:02 +08:00
nrousseau
bfca1a0c92 fix(TUP-19930) fix CXF/Tomcat for tcomp sdk (#1592) 2018-04-03 15:28:46 +08:00
nrousseau
53bee96d6a fix(TUP-19780) update fix of reload from repository (#1594) 2018-04-03 14:13:59 +08:00
hcyi
36a90d3367 fix(TUP-19727):XSD import fails on TXMLMap. (#1593) 2018-04-03 13:19:08 +08:00
nrousseau
98b222d8bd fix(TUP-19790) fix build of job with tests (#1591) 2018-04-02 19:58:08 +08:00
zwxue
2b761f0f45 fix(TUP-19923):All jobs in demo project cannot run successfully. (#1590) 2018-04-02 19:41:36 +08:00
Chao MENG
e02a03534c fix(TUP-19667): use HTTP proxy instead of SOCKS (#1589)
https://jira.talendforge.org/browse/TUP-19667
2018-04-02 17:24:52 +08:00
zwxue
0fd6b3a3f9 fix(TUP-19889):Fail to run job with joblet. (#1588) 2018-04-02 16:50:22 +08:00
GGu
9e88d281f4 fix(TUP-19671): enable to reload for current project (#1587) 2018-04-02 15:33:01 +08:00
zwxue
b1e84a4558 fix(TUP-19880):[bug] when input wrong filter in Project (#1586)
settings->Build->Maven,error will show in error log.
2018-04-02 14:51:33 +08:00
zwxue
ec26a35af3 fix(TUP-19920):Error of synchronization of files on commandline used for (#1585)
CI.
2018-04-02 13:04:32 +08:00
zwxue
fc56f59024 fix(TUP-19906):project can't added as reference project if created in (#1584)
tac after you logged on studio
2018-04-02 11:27:08 +08:00
nrousseau
90fc33197d fix(TUP-19708) fix MR with HDInsight
remove the minimize jar to avoid the possible issues like Class.forName.
2018-03-31 23:50:28 +08:00
nrousseau
3ec9dd904c avoid talkative logs from m2e and sdk.component 2018-03-31 19:51:40 +08:00
Anas KHABALI
2133b2a3ac upgrade tcomp v1 to 0.0.5 (#1583) 2018-03-31 12:38:35 +08:00
GGu
ad66c7933a fix(TMDM-11967): unify the load options, enable to use namespace always (#1582) 2018-03-30 19:53:37 +08:00
Chao MENG
f7a2b01728 fix(TUP-19667): use HTTP proxy instead of SOCKS (#1581)
* fix(TUP-19667): use HTTP proxy instead of SOCKS
https://jira.talendforge.org/browse/TUP-19667

* fix(TUP-19667): use HTTP proxy instead of SOCKS
https://jira.talendforge.org/browse/TUP-19667
2018-03-30 19:51:08 +08:00
Pierre Teyssier
34a723733a chore(release): tcomp release 0.23.0 2018-03-30 19:36:45 +08:00
Chao MENG
7d897b3416 fix(TUP-19667): use HTTP proxy instead of SOCKS (#1580)
* fix(TUP-19667): use HTTP proxy instead of SOCKS
https://jira.talendforge.org/browse/TUP-19667

* fix(TUP-19667): use HTTP proxy instead of SOCKS
https://jira.talendforge.org/browse/TUP-19667
2018-03-30 19:06:42 +08:00
wchen-talend
ed19a920e1 fix(TUP-19828):Connect oracle DB with JDBC type failed randomly when set (#1579)
a driver which not match the DB version
2018-03-30 18:29:09 +08:00
GGu
edf8bd36ee fix(TMC-12732): enable to load emf with signature (#1578) 2018-03-30 18:25:43 +08:00
apoltavtsev
584487bfee TESB-21702 child routes job build is corrected (#1576) 2018-03-30 15:27:27 +08:00
zwxue
f925cb13bf fix(TUP-19636):import previous spark with test case job, set spark (#1577)
version to another one, but pom dependency still need previous spark
version jar
2018-03-30 15:26:44 +08:00
GGu
6842a7cad0 fix(TUP-19671): Changes required to the signature system (#1550)
*  fix(TUP-19671): only valid the item with singature when import

* fix(TUP-19671): check the cert to be expired, invalid, etc
2018-03-30 10:23:43 +08:00
zwxue
7068657570 fix(TUP-19850): fix job and folder move/rename action. (#1575) 2018-03-30 09:39:22 +08:00
hwang-talend
7212253154 fix(TUP-19780):[SVN] Can't open testcase after update context (#1528) 2018-03-29 22:39:34 +08:00
zwxue
68a4fbd78b fix(TUP-19850): fix NPE. (#1574) 2018-03-29 19:44:39 +08:00
wchen-talend
645420e397 fix(TUP-19881):External jar need to be installed in the route component (#1573)
when launch studio for the first time
2018-03-29 19:04:22 +08:00
kjwang-talend
2a109b33de kjwang/fix can't run job on job server problem (#1572) 2018-03-29 17:03:58 +08:00
zwxue
9173b35679 fix(TUP-19894):Modified custom routines didn't update when building job. (#1571) 2018-03-29 16:33:24 +08:00
wchen-talend
fe25e26734 fix(TUP-19802):For DB Unified, Fixed schema for database error is added (#1567)
after applying database type
2018-03-29 15:57:44 +08:00
wchen-talend
915d0921ef fix(TUP-19852):Installer: when start studio, error "Share libraries (#1570)
failed" will pop up
2018-03-29 13:06:21 +08:00
nrousseau
195e38518a fix(TUP-19708) avoid to load joblet of wrong type (#1569) 2018-03-29 12:03:00 +08:00
zwxue
2469f59490 fix(TUP-19879):only part of jobs' pom file generated after import the (#1568)
attached job.
2018-03-29 11:37:26 +08:00
hwang-talend
83311b27ee fix(TUP-18925):ChangeVersion command doesn't upgrade the version of (#1557)
dependencies
2018-03-29 10:39:46 +08:00
Andreas Mattes
4e8fcdffdb fix(TUP-19883): Avoid NPE when closing reference project settings. (#1566)
This fix avoids an NPE which occurs when the reference project dialog is closed with "ok" and avoids that the reference project is really added.
2018-03-28 20:19:55 +02:00
apoltavtsev
6e56257b2d TESB-21454 OSGi "offline" mode is added for TOS (#1565)
* TESB-21454  OSGi "offline" mode is added for TOS

* Add files via upload

* Update pom.xml
2018-03-28 14:28:17 +02:00
Mike Yan
d4752ef274 TESB-21419: Install default modules for beans (#1564) 2018-03-28 18:59:46 +08:00
zwxue
1dd022c7af fix(TUP-19793):error "Could not read pom.xml" thrown when add reference (#1563)
project.
2018-03-28 18:48:35 +08:00
zwxue
4650b722a4 feat(TUP-19824):Create poms for joblet and update job content. (#1558)
* feat(TUP-19824):Create poms for joblet and update job content.

* fix(TUP-19850) Fix move / rename operations

* feat(TUP-19824): do install for joblet pom.

* fix(TUP-19824):fix NPE caused by generatePomOnly option.

* fix(TUP-19824): change joblet groupId and exclude from dependency set
2018-03-28 18:46:56 +08:00
zwxue
04c3a3c845 fix(TUP-19878):build job incomplete with a tRunjob setup as independent. (#1561) 2018-03-28 17:11:16 +08:00
nrousseau
abe5edc04f fix(TUP-19045) additional fix for the editor / synchronize 2018-03-28 15:58:20 +08:00
Jane Ding
e786d3d242 feat(TUP-19782)Add filter on the pom synchronization (#1560)
* feat(TUP-19782)Add filter on the pom synchronization
Add a filter test method

* delete no used import

* Modified wrong artifiactid
2018-03-28 13:35:56 +08:00
nrousseau
0831a43709 fix(TESB-21507) fix NPE 2018-03-27 15:51:06 +08:00
Mike Yan
aad96aeca7 TESB-21507: Avoide to add service job model in main pom file (#1556) 2018-03-27 14:23:12 +08:00
Jane Ding
43940d7691 TUP-19782 FRO QUICK FIX JUNIT FAILURE (#1555) 2018-03-27 10:42:32 +08:00
Mike Yan
9ae2891ba3 TESB-21419: Add default model for Beans (#1554) 2018-03-27 10:23:11 +08:00
Jane Ding
65a7acaa8b feat(TUP-19782)Add filter on the pom synchronization (#1538)
* feat(TUP-19782)Add filter on the pom synchronization
https://jira.talendforge.org/browse/TUP-19782

* feat(TUP-19782)Add filter on the pom synchronization
https://jira.talendforge.org/browse/TUP-19782

* feat(TUP-19782)Add filter on the pom synchronization
A better page design

* feat(TUP-19782)Add filter on the pom synchronization
A better page design solution
2018-03-26 16:12:00 +08:00
nrousseau
81cd4204d4 fix(TUP-19848) improve build performances (#1552) 2018-03-26 10:07:31 +08:00
nrousseau
2045321e7c Nrousseau/tup 19708 fix mrhd insight (#1551)
* remove system out

* fix(TUP-19708) fix MR with HDInsight
2018-03-25 11:09:05 +08:00
wchen-talend
a880620885 fix(TUP-19841):Wrong dependency versions on first studio startup (#1549) 2018-03-24 16:57:45 +08:00
wchen-talend
0a1d592d48 fix(TUP-19704):Cannot run recursive jobs successfully (#1548) 2018-03-23 15:19:25 +08:00
Mike Yan
bd287ad970 TESB-21507: Add realtion for service (#1547) 2018-03-23 11:46:37 +08:00
nrousseau
f4421c8c72 fix(TUP-19142) Update jackson dependencies 2018-03-23 11:19:37 +08:00
Chao MENG
0212a1ba39 upgrade tacokit to 0.0.4 (#1546)
upgrade tacokit to 0.0.4
2018-03-23 10:58:48 +08:00
hcyi
a43d297792 feat(TUP-19701):Update cloud URL. (#1540)
* feat(TUP-19701):Update cloud URL

* feat(TUP-19701):Update cloud URL

* feat(TUP-19701):Update cloud URL
2018-03-23 10:41:44 +08:00
wchen-talend
d032ce3e69 Wchen/bugfix/tup 19704 recursive job (#1542)
* fix(TUP-19704):Cannot run recursive jobs successfully

* fix(TUP-19704):Cannot run recursive jobs successfully

* fix(TUP-19704):add junit
2018-03-23 09:51:15 +08:00
hwang-talend
41d87ef8b8 fix(TUP-19493):Module View: not possible to download anymore the single (#1544) 2018-03-22 17:36:17 +08:00
kjwang-talend
43ed5628a2 fix(TUP-19748) when logon project pop up error after migration (#1537)
https://jira.talendforge.org/browse/TUP-19748
2018-03-22 16:55:44 +08:00
zwxue
110d45616b fix(TESB-21577): add compatible options. (#1545) 2018-03-22 15:51:57 +08:00
nrousseau
9aad661f57 fix(TUP-19142) Update jackson dependencies 2018-03-22 11:14:33 +08:00
Ivan Gonchar
fee324e777 feat(TCOMP-734): add ContextParameterUtils.isDynamic() method (#1543) 2018-03-21 13:23:30 +02:00
SunChaoqun
eb832435fa TESB-21590:Pom generation for bundles seems generating the full code (#1541) 2018-03-21 18:32:02 +08:00
zwxue
7978ee448e fix(TUP-19687):Too much time when do import in items in studio. (#1539) 2018-03-21 16:08:32 +08:00
Vladimir Bogatyrov
0ed00a6d15 Temporary fix for "offline" command line routes build (#1504) 2018-03-21 08:35:39 +01:00
zwxue
51286eef83 fix(TUP-19780):fix testcase issue. (#1536) 2018-03-20 16:31:28 +08:00
nrousseau
3dab7ac2f8 Nrousseau/tup 19687 improve perfs (#1532)
* fix(TUP-19687) improve perf of gen pom

* fix(TUP-19687) improve perf on commandline

* fix(TUP-19687):Too much time when do import in items in studio.
2018-03-20 10:55:27 +08:00
Chao MENG
5edfa3cb69 Cmeng/bugfix/tup 19436 add cache to improve performance (#1535)
* Revert "Revert "Cmeng/bugfix/tup 19436 improve performance (#1530)""

This reverts commit 3e15cd72ad.

* fix(TUP-19436) add back the synchronized

* fix(TUP-19436): Studio too slow to start
https://jira.talendforge.org/browse/TUP-19436

* fix(TUP-19436): Studio too slow to start
https://jira.talendforge.org/browse/TUP-19436
2018-03-20 10:29:40 +08:00
Stéphane Bouchet
3266b7b4de TUP-19829 : fix PDE warning (#1534) 2018-03-20 10:08:44 +08:00
Stéphane Bouchet
40b8841319 fix TUP-19630 (#1462) 2018-03-19 20:53:58 +08:00
nrousseau
3e15cd72ad Revert "Cmeng/bugfix/tup 19436 improve performance (#1530)"
This reverts commit 28afcb604b.
2018-03-17 21:22:27 +08:00
Chao MENG
28afcb604b Cmeng/bugfix/tup 19436 improve performance (#1530)
* Revert "Xlwang/bugfix/tup 19436 revert changes (#1527)"

This reverts commit b74f336636.

* fix(TUP-19436): Studio too slow to start
https://jira.talendforge.org/browse/TUP-19436

1. Fix a wrong logic when initializing module group cache
2. Improve the logic of module id/name/group cache

* fix(TUP-19436): Studio too slow to start
https://jira.talendforge.org/browse/TUP-19436
2018-03-17 08:58:50 +08:00
kjwang-talend
06cd5860b8 fix(TUP-19801)NPEs executing importItems with CommandLine (#1529)
https://jira.talendforge.org/browse/TUP-19801
2018-03-16 18:32:28 +08:00
xlwang-tlnd
b74f336636 Xlwang/bugfix/tup 19436 revert changes (#1527)
* Revert "xlwang/fix(TUP-19436)Studio too slow to start (#1523)"

This reverts commit 5277c2c177.

* Revert "xlwang/fix(TUP-19663)Studio too slow to start (#1509)"

This reverts commit dfac26b4f8.
2018-03-16 17:45:06 +08:00
Chao MENG
c69adb1dd6 item(TUP-19738): Tacokit migration API not wired into the studio (#1526)
https://jira.talendforge.org/browse/TUP-19738
(TUP-19738): Tacokit migration API not wired into the studio
2018-03-16 14:50:26 +08:00
Jane Ding
a152427fda fix(TUP-19726)publish job with testcase failed if check on "execute (#1521) 2018-03-16 14:39:15 +08:00
GGu
28d1cb7f03 fix(TUP-19523): set the mapping url when logon project (#1525) 2018-03-16 13:48:08 +08:00
Stéphane Bouchet
63ca831ffa TUP-19810 : fix for Tycho build (#1488)
* fix tycho warning

* fixed tycho warning
2018-03-16 10:41:32 +08:00
Chao MENG
ecf16b717a upgrade TaCoKit version to 0.0.2 (#1518)
* upgrade TaCoKit version to 0.0.2

* upgrade TaCoKit version to 0.0.3
2018-03-15 20:10:51 +08:00
Chao MENG
a10f9476e9 task(TUP-19738): Tacokit migration API not wired into the studio (#1524)
https://jira.talendforge.org/browse/TUP-19738
2018-03-15 20:01:07 +08:00
zwxue
f3db7ba8ab fix(TUP-19751):Reference project info in Main project->poms is missing (#1519)
after logon SVN project.
2018-03-15 19:38:40 +08:00
zwxue
40ce2dfc1b fix(TUP-19804):generate branch job failed. (#1522) 2018-03-15 19:33:43 +08:00
xlwang-tlnd
5277c2c177 xlwang/fix(TUP-19436)Studio too slow to start (#1523) 2018-03-15 19:27:05 +08:00
xlwang-tlnd
dfac26b4f8 xlwang/fix(TUP-19663)Studio too slow to start (#1509)
* xlwang/fix(TUP-19663)Studio too slow to start

* xlwang/fix(TUP-19436)Studio too slow to start

* xlwang/fix(TUP-19436)Studio too slow to start
modify StringUtils.isBlank(moduleId) to StringUtils.isNotBlank(moduleId)
2018-03-15 15:35:04 +08:00
kjwang-talend
bb079af71a TUP-19803 Fix the the junits on master (#1520)
https://jira.talendforge.org/browse/TUP-19803
2018-03-15 15:00:15 +08:00
Chao MENG
4147b9aa9f item(TUP-19738): Tacokit migration API not wired into the studio (#1517)
https://jira.talendforge.org/browse/TUP-19738
(TUP-19738): Tacokit migration API not wired into the studio
2018-03-15 11:34:08 +08:00
wang wei
946d8cd432 fix(TDI-36094): Need a method format_Number(String, String, String ) in FormatterUtils.java to solve the different setting(#1516) 2018-03-15 10:23:22 +08:00
hcyi
a4d823a191 fix(TUP-19270):Nexus download problem if studio with proxy. (#1515) 2018-03-14 14:03:44 +08:00
zwxue
a9409c8f93 fix(TUP-19388):Log on main project and build out refer project's job (#1514)
with testcase out will fail
2018-03-14 11:56:12 +08:00
zwxue
27cb26c657 fix(TUP-19517):Log on main project and build out refer project's job (#1512)
will lack of jar.
2018-03-14 11:55:02 +08:00
SunChaoqun
33371caf24 TESB-21510:Fail to run cMap route in runtime for fail in starting (#1513) 2018-03-13 16:45:38 +08:00
GGu
7684bc38b4 fix(TUP-19663): unfiy the resource set with options (#1503) 2018-03-13 11:38:41 +08:00
kjwang-talend
75254154ac Kjwang/fix(tup 19441)can't open project in studio when reference project removed (#1468)
* TUP-19441 Can't open project in studio when reference project removed
https://jira.talendforge.org/browse/TUP-19441

* TUP-19441 Can't open project in studio when reference project removed
https://jira.talendforge.org/browse/TUP-19441
2018-03-13 10:40:06 +08:00
hwang-talend
f6d5b55e17 fix(TUP-19421):Missing connection info when D&D tJDBCSCDELT (#1478) 2018-03-13 10:09:48 +08:00
Ivan Gonchar
fdbcd269c6 fix: fix wrong connector names for TCOMP components (#1487) 2018-03-12 12:34:17 +02:00
Anas KHABALI
debb120bfa add slf4j standard dependency (#1491) 2018-03-12 18:01:08 +08:00
apoltavtsev
f7003b328c TESB-21427 Caching of subjob processor is removed (#1510) 2018-03-12 09:43:16 +01:00
zwxue
6525c9eb68 fix(TUP-19458):project groupId may keep to empty. (#1508) 2018-03-12 09:53:26 +08:00
zwxue
d8ba3f4f9b fix(TUP-19764):After change the maven setting value in project (#1506)
setting-maven, it can not work for new created jobs.
2018-03-09 20:04:58 +08:00
Denis Sergent
32e67e9fba TESB-21282 Use appropriate suffix for default service and route group id (#1502)
New interface added on IESBService
2018-03-09 17:11:18 +08:00
nrousseau
1f950bb028 fix(TUP-19763) fix problem of build of routines (#1501) 2018-03-09 15:41:53 +08:00
Chao MENG
a494ea2e12 fix(TUP-19408): Pom file is deteled in server incorrectly. (#1497)
https://jira.talendforge.org/browse/TUP-19408
2018-03-09 10:45:49 +08:00
wchen-talend
5e5ef46e32 fix(TUP-19692):Bad performance when do updating stats&logs setting to (#1500)
all jobs.
2018-03-09 10:00:46 +08:00
Jane Ding
64696c2559 fix(TUP-19708)Cann't run mapreduce job when run it on HDI36 (#1499) 2018-03-08 21:02:07 +08:00
zwxue
f712f6fed5 fix(TUP-19679):routines with wrong groupId (#1498) 2018-03-08 18:33:40 +08:00
zwxue
4ec95d2fbb fix(TUP-19544):When log on git project after migration, there are a lot (#1496)
of error logs for lack of pom.xml
2018-03-08 18:14:24 +08:00
nrousseau
9209ef2520 fix for junits (avoid logs mostly) 2018-03-08 13:45:28 +08:00
wchen-talend
3f6a7415ee fix(TUP-19692):Bad performance when do updating stats&logs setting to (#1495)
all jobs.
2018-03-08 12:44:44 +08:00
Chao MENG
709c732b48 fix a junit failed (#1493) 2018-03-08 11:58:21 +08:00
xlwang-tlnd
d76af4ef07 Xlwang/tup 19419 import existing valid project into local connection is disabled (#1492)
* xlwang/fix(TUP-19419)Import Existing 'Valid' project into Local
Connection is disabled

* xlwang/fix(TUP-19419)_Import_Existing_Valid_project_into_Local_Connection_is_disabled

* xlwang/fix(TUP-19419)_Import_Existing_Valid_project_into_Local_Connection_is_disabled

* xlwang/fix(TUP-19419)_Import_Existing_Valid_project_into_Local_Connection_is_disabled
2018-03-08 11:33:37 +08:00
zwxue
3ab1f11caf fix(TUP-19695): update code change. (#1490) 2018-03-07 19:49:02 +08:00
Jane Ding
de9674cac1 fix(TUP-19695)run task failed with error :Error: Could not find or load (#1489)
main class commonpro.tjava_0_1.tjava
https://jira.talendforge.org/browse/TUP-19695
2018-03-07 19:18:34 +08:00
zwxue
90c5d57762 fix(TUP-19452):Add sync all poms function. (#1484) 2018-03-07 11:44:22 +08:00
apoltavtsev
dc890edd7b TESB-20833 Maven "offline" state tool is added (#1486) 2018-03-06 18:16:48 +01:00
nrousseau
9ccd607a06 fix launch of studio (found from junit) 2018-03-06 12:11:17 +08:00
Romain Manni-Bucau
ca84d1e73e fixing tcompv1 pom (#1483) 2018-03-06 10:22:25 +08:00
apoltavtsev
dd1bf10abd TESB-21435 Default Route dependencies are added (#1482) 2018-03-05 10:30:14 +01:00
Jane Ding
54389a2c8b fix(TUP-18925)ChangeVersion command doesn't upgrade the version of (#1481)
fix(TUP-18925)ChangeVersion command doesn't upgrade the version of
dependencies
https://jira.talendforge.org/browse/TUP-18925
2018-03-05 15:05:15 +08:00
nrousseau
ad1c88e659 fix(TUP-19666) fix problem of switch branch for codegen
Remvoe the login task to execute the code when login the project
2018-03-04 21:03:46 +08:00
nrousseau
ccea9e802e fix(TUP-19695) only add to classpath existing folders
Fix the issue of folder not existing, as i've found routines might not
have resources folder created. (not used actually)
2018-03-04 16:02:12 +08:00
nrousseau
f24d4096ae fix(TUP-19700) fix memory issue 2018-03-04 16:00:50 +08:00
nrousseau
30595b2648 fix(TUP-18552) fix classpath adjuster and tRunjob 2018-03-03 23:21:49 +08:00
nrousseau
c1e0ea047b fix(TUP-19605) add another fix for tdm adjuster 2018-03-02 14:38:48 +08:00
nrousseau
cce7e4a31b fix(TUP-19605) add another fix for tdm adjuster 2018-03-02 14:21:58 +08:00
zwxue
bbf996717f fix(TUP-19605):TDBOutput component can not support dataviewer. (#1480) 2018-03-02 13:12:18 +08:00
apoltavtsev
9c213b3ada TESB-21439 Beans added to Routelet dependencies (#1476) 2018-03-01 21:17:17 +01:00
nrousseau
b29ff8b9b0 fix(TUP-19653) fix execution of jobs with sqoop 2018-03-01 18:42:50 +08:00
nrousseau
b1d945e263 fix only try to download valid jars
(more for dev to avoid camel temp jars)
2018-03-01 18:42:50 +08:00
zwxue
1861e332e8 fix(TUP-19635):Project setting ->Maven->project default xml content is (#1475)
null.
2018-03-01 17:22:53 +08:00
apoltavtsev
6bb86c123e TESB-21427 Missing JobProcessor is restored (#1472) 2018-02-28 17:56:14 +01:00
apoltavtsev
f3ce751db9 TESB-21427 Lost SubJob Processor is restored (#1469)
SubJob Processor is necessary to get location of SubJob artifacts (location of pom.xml, target folder etc)
2018-02-28 17:06:34 +01:00
GGu
7e86dea1a2 fix(TUP-19646): add the children libs always (#1467) 2018-02-28 18:23:08 +08:00
nrousseau
0e07f8d1b9 fix(TUP-19590) Fix the problem of download of jar during build (#1466) 2018-02-28 16:59:42 +08:00
zwxue
9dd1724c36 fix(TUP-19595):generate job failed with Job compile errors. (#1465) 2018-02-28 16:50:59 +08:00
nrousseau
ae53d298b2 Remove the check of libraries when update the modules needed
Before this change, this simply triggers the listener to tell one jar
was added or remove, while there is no change of jar here.
2018-02-28 11:08:25 +08:00
nrousseau
fc50c5d9ac fix(TUP-19448) avoid concurrent access 2018-02-28 11:08:25 +08:00
GGu
d9d3e0fc91 fix(TUP-19341): remove the xmlsec jar (#1406) 2018-02-28 10:37:30 +08:00
GGu
f76e1e4bb1 fix(TUP-19523): check dynamic metadata for jdbc (#1456) 2018-02-28 10:35:50 +08:00
Mike Yan
2ae34b8e97 TESB-21414: Fixed unable to install Kar feature in runtime (#1463) 2018-02-28 10:34:37 +08:00
zafkirTalend
82e100ae9f fix(TBD-6520): Add BigDecimal to unsupported types on Kudu components (#1460) 2018-02-27 16:47:17 +01:00
iwangtalend
89013f94dc Fix syntax error from 8bc7093553 2018-02-27 14:52:41 +01:00
Chao MENG
c4f11974a7 task(TUP-19640): Deleted tacokit nodes can't be shown in recyclebin node (#1459)
https://jira.talendforge.org/browse/TUP-19640
2018-02-27 19:34:10 +08:00
apoltavtsev
dd79f964c0 TESB-21415 NEXUS version is corrected (#1457) 2018-02-27 12:08:53 +01:00
Chao MENG
8ae2df5e08 task(TUP-19640): Deleted tacokit nodes can't be shown in recyclebin node (#1458)
https://jira.talendforge.org/browse/TUP-19640
2018-02-27 18:55:07 +08:00
hwang-talend
8cb42052fa fix(TUP-19493):Module View: not possible to download anymore the single (#1434)
jar
2018-02-27 18:35:29 +08:00
hwang-talend
7328f5166a fix(TUP-19526):Dynamic schema with generic JDBCconnection fails when job (#1450)
runs in remote execution
2018-02-27 18:34:01 +08:00
SunChaoqun
5d8b39af74 TESB-20456:Changes for Single Maven Build: cTalendJob (#1455)
LGTM
2018-02-27 17:20:46 +08:00
souvanny
c7408706b3 babili-export (#1454) 2018-02-27 14:55:34 +08:00
Jane Ding
42d455a086 fix(TUP-19540)Compile error in DI demo job generic_elt_step2. (#1451)
https://jira.talendforge.org/browse/TUP-19540
Changed generic_elt_step2_0.1.item file in zip, modified the expression
of flag which belongs to tELTMysqlMap node.
2018-02-27 10:23:27 +08:00
zwxue
4771027e59 fix(TUP-19595):generate job failed with Job compile errors. (#1453) 2018-02-27 10:09:20 +08:00
Romain Manni-Bucau
8bc7093553 Fixing tacokit dependencies (#1452) 2018-02-27 09:52:39 +08:00
Jane Ding
ffe4f6b05a fix(TUP-19530)There is an error when importing old job with test cases (#1448) 2018-02-26 16:27:38 +08:00
Roman
1cc6237de6 fix(TDI-35418): Change mapping for REAL numbers (#1372)
* fix(TDI-35418): Change mapping for REAL numbers

* fix(TDI-35418): Correct mapping from float numbers
2018-02-26 15:20:23 +08:00
drdwo
33bdca8b39 fix https://jira.talendforge.org/browse/TPSVC-3770 (#1356) 2018-02-26 02:45:16 +01:00
apoltavtsev
ca564a1a7e TESB-21387,TESB-21388 Typo in NEXUS Type is fixed (#1449) 2018-02-24 19:09:27 +01:00
zwxue
3b0c63b065 fix(TUP-19595):generate job failed with Job compile errors. (#1446) 2018-02-24 16:37:09 +08:00
zwxue
c5bb0960e5 fix(TUP-19532):NPE while importing Demo project. (#1447) 2018-02-24 16:36:48 +08:00
apoltavtsev
6de422c2a9 TESB-21230 Routelet is added to Route dependency (#1445)
At this moment we have ClassNotFoundEception during execution of Routes with Routelets in Studio because if Routes project has no Routelet project in depdendency. Current fix resolves this issue.
2018-02-24 09:24:06 +01:00
hcyi
3576cb361f fix(TUP-19549):Publish Job fail. (#1442)
* fix(TUP-19549):Publish Job fail.

* fix(TUP-19549):Publish Job fail.
2018-02-23 11:30:53 +08:00
hwang-talend
87da2c2e97 fix(TUP-19515):JDBC DB Metadata Connection Retrieve Schema Fails to (#1440)
identify Date columns
2018-02-23 10:33:29 +08:00
zafkirTalend
bc4d8da4d2 feat(TBD-6262): Generate ps1 file for a built job
Depends on related changes for tdi-studio-se
https://github.com/Talend/tdi-studio-se/pull/1902
2018-02-19 16:04:39 +01:00
GGu
74365f5946 fix(TUP-18232): fix the failed junits (#1441) 2018-02-14 11:34:43 +08:00
hcyi
06f9705053 fix(TUP-19546):error when download jar. (#1439) 2018-02-13 19:17:36 +08:00
nrousseau
1026481c48 fix(TUP-19525) fix errors with reference project 2018-02-13 10:21:02 +01:00
nrousseau
3b69370c70 fix(TUP-19525) fix wrong reference dependency 2018-02-13 10:21:00 +01:00
hwang-talend
a3af5f0884 fix(TUP-19354):JDBC: Cannot open jdbc medadata after changing mysql (#1421)
connection to jdbc connection
2018-02-13 15:18:51 +08:00
Chao MENG
3d7fb7d72e Cmeng/task/tup 19298 mulitple inputs (#1438)
* task(TUP-19298): multiple input/output
https://jira.talendforge.org/browse/TUP-19298
2018-02-13 15:09:34 +08:00
hcyi
0f77e7fd4e fix(TUP-19546):NPE error when download jar. (#1437)
* fix(TUP-19546):NPE error when download jar.

* fix(TUP-19546):NPE error when download jar.
2018-02-13 10:35:22 +08:00
Dmytro Sylaiev
f5ffa3e753 fix(TDI-40000): Fix property name (#1436) 2018-02-12 21:13:45 +08:00
GGu
ed4236d046 fix(TUP-19523): set the mappings file when have dynamic schema (#1435) 2018-02-12 18:19:24 +08:00
hcyi
ce20f23160 fix(TUP-19329):Dyanmic: when Import two dynamic configuration, second (#1422)
one cann't check success.
2018-02-12 17:17:36 +08:00
hcyi
890ab0e869 fix(TUP-19270):Cannot connect from studio to TAC via proxy server with basic authentication。 (#1433)
* fix(TUP-19270):Update api for local/tac nexus to download jars with
proxy.

* fix(TUP-19270):Update api for local/tac nexus to download jars with
proxy.
2018-02-12 15:39:23 +08:00
hwang-talend
fb475a324b fix(TUP-19516):now the driver select table can't be used for jdbc (#1430)
metedata
2018-02-12 10:03:44 +08:00
Mike Yan
058b523760 TESB-20834: fixed NPE for microservice type missing (#1432) 2018-02-11 22:41:56 +08:00
Mike Yan
c875ff73f4 TESB-20833: Fixed avoid to overwrite OSGi bundle pom file (#1431) 2018-02-11 20:15:22 +08:00
zwxue
3059ad8563 fix(TUP-19494):Problem of synchronization of build job. (#1429) 2018-02-11 17:23:30 +08:00
wchen-talend
239b5f796d fix(TUP-19142):Jackson Library exploit (CVE-2017-7525) (#1408) 2018-02-11 14:38:00 +08:00
nrousseau
6242e1b2c2 avoid popup during junit execution 2018-02-10 11:55:28 +01:00
Irene Wang
4f5f8406d2 DEVOPS-3791 Update copyright year to 2018 2018-02-09 12:55:53 +01:00
Irene Wang
1e74758e26 DEVOPS-3791 Update copyright year to 2018 2018-02-09 11:35:01 +01:00
Chao MENG
ced245d346 fix(TUP-19456): Studio Crashes On load of and empty GitHub project (#1428)
fix(TUP-19456): Studio Crashes On load of and empty GitHub project 
https://jira.talendforge.org/browse/TUP-19456
2018-02-09 14:30:58 +08:00
Chao MENG
2c30a4eb57 fix(TUP-19456): Studio Crashes On load of and empty GitHub project (#1427)
https://jira.talendforge.org/browse/TUP-19456
2018-02-09 11:25:32 +08:00
qiongli
ef2bc487c0 TDQ-14775: Only fill specified catalog/schema for JDBC connection (#1407)
* feat(TDQ-14786):Only fill the speicfied Catalog/Schema for JDBC
connection

* TDQ-14786 improve comment

* feat(TDQ-14775):code improvement
2018-02-09 11:17:21 +08:00
nrousseau
231fb692e2 Zwxue/tup 16660 ci unify the maven build (#1426)
* feat(TUP-18223):Update templates.

* feat(TUP-18224,TUP-18225):Code generation and add eclipse project for
job/routines.

* feat(TUP-18224,TUP-18225): fix some bugs.

* feat(TUP-18226):Execute job in studio.

* feat(TUP-18227): remove deploy version.

* feat(TUP-18227): refactor some codes and fix bugs.

* feat(TUP-18227):Build standard job.

* feat(TUP-18227): fix compilation.

* feat(TUP-18227): fix CreateRouteMavenTestPom compilation error.

* feat(TUP-18227): add new version of maven plugins.

* feat(TUP-18228):Build BD&Children Job.

* feat(TUP-18229): fix miss dependencies bug when building with test case.

* feat(TUP-18229): Build Job with reference project.

* fix(TUP-18650):job code can not locate the compile error before
build/run job.

* feat(TUP-18521):Update code generation system to support non-standard
java code (preview)

* feat(TUP-18288):check the packaging of routes from studio. (all ESB)

* feat(TUP-18288): add support for ESB micro service.

* fix(TUP-18636): fix dependency problem when building job with testcase.

* fix(TUP-18719):when create/open a job in reference project, studio will
throw Unhandled event loop exception

* fix(TUP-18714):tjava can not detect routines until switch to  code.

* fix(TUP-18745):commandline build specific job fail

* fix(TUP-18744):can not generate code for specific job.

* fix(TUP-18745):commandline build specific job fail

* update pom verion to 7.0.1

* TUP-18625: update maven repository

* fix(TUP-18810):tos build can not start up.

* fix(TUP-18829):[bug]spark job cannot run successfully

* fix(TUP-18900):Job in main project use job in refer project will not
record the correct refer project's group id.

* fix(TUP-18893):when first start studio JDK compiler level set to 1.5

* feat(TUP-18231):Avoid commit except pom(GIT&SVN).

* fix(TUP-16660):fix some known bugs.

* feat(TUP-16660): fix TUP-18900 and other known bugs.

* feat(TUP-18232):CI Builder change.

* feat(TUP-18232): fixed some known bugs.

* fix(TUP-18865):Spark job can't run with special version in studio.

* fix(TUP-19007):[bug] when log on a git project there will be a NPE
error.

* fix(TUP-19031):Miss content in .gitignore file for migration project.

* fix(TUP-18983):[bug] Routine pom file will not update after I create a
routine with new dependency.

* fix(TUP-18968):[bug] git:after rename job and the pom file in git
repository will not update to new name.

* feat(TUP-18232):CI Builder change

* feat(TUP-18232): fixed compile sub jobs during
BuildProjectSourceCommand.

* fix(TUP-19145):restart studio will clean assembly file

* fix(TUP-19120):Dependency do not record in to pom file in time.

* fix(TUP-19120):Dependency do not record in to pom file in time.

* fix(TUP-18893):when first start studio JDK compiler level set to 1.5

* fix(TUP-19164):The word error in git history about create pom file

* fix(TUP-18968,TUP-19165,TUP-19167): fix several bugs.

* fix(TUP-19214):[BUG] Cannot retrieve HDFS schema.

* fix(TUP-19134):Job pom generation change

* feat(TUP-18232) update project pom

* fix(TUP-18815):[bug] performance issue when I build the job out.

* fix(TUP-18815): fix regression bug of preview.

* feat(TUP-18232) update project pom

* feat(TUP-16660): add the prepare for build handler

* feat(TUP-16660): remove the children resources in assembly

* feat(TUP-16660):disable ci-builder profile in studio/commandline

* feat(TUP-16660):add property for project pom.

* fix(TUP-3775) Avoid to break commandline with debug

* feat(TUP-18232) fix tuj exec

* feat(TUP-18232) refresh if use temp aggregator

* feat(TUP-18232) fix tuj exec

* fix(TUP-16660): change assembly dependency set and add ext resources for
packageing.

* fix(TUP-16660):fix 3rd party dependency bug.

* feat(TUP-16660):Add cache for codes build.

* fix(TUP-16660): generate all jobs pom after import task completely
finished.

* fix(TUP-16660) fix classpath Adjuster for TDM, and error log

* feat(TUP-16660) rename resources folder method

* feat(TUP-16660): adapt changes of feature TUP-18667.

* feat(TUP-16660): add ref project to main project pom modules.

* feat(TUP-16660): add migration task for generating job pom.

* feat(TUP-16660) fix issues of JRE compilation and class not found

* feat(TUP-16660): update git/svn commit strategy

* fix(TUP-19280): add -llr parameter for maven command.

* feat(TUP-16660) update to new maven repository

* fix(TUP-16660): avoid to modify pom.xml too many times.

* fix(TUP-16660): change maven version for ci builder.

* feat(TUP-16660) fix refresh issues

* fix(TUP-16660):fix bugs in BuildCacheManager.

* fix(TUP-16660):add build type info in job build cache.

* Csun/tup 16660 ci unify the maven build (#1401)

* TESB-20453:Changes for Single Maven Build: Routes(Add Bundle-Resource
for ESB)

* TESB-20453:Changes for Single Maven Build: Routes(Add Bundle-Resource
for ESB)

* TESB-20453:Changes for Single Maven Build: Routes (#1405)

* fix(TUP-19385):fix wrong module path of ref project.

* fix(TUP-19401):Run main project's job which use ref project's job fail
with NPE error after migration.

* fix(TUP-19401):Run main project's job which use ref project's job fail
with NPE error after migration.

* fix(TUP-19196):when run mvn package for ci twice, there will be error
log for can not find  .project file for project.

* fix(TUP-19376):svn: pom file can not upload to server immediately for
imported in jobs.

* TESB-20833: Update OSGi pom template
2018-02-08 12:11:44 +01:00
msjian
b73f7e8a82 fix(TDQ-14726): fix TdqReportRun can not run with HiveContextKerberos (#1423) 2018-02-07 18:28:39 +08:00
Vladimir Bogatyrov
9cd2f7be0c [TESB-20924] cConfig cannot install the external jar (#1397)
* [TESB-20924] cConfig cannot install the external jar

* Added @Override annotation

* REmoved unnecessary parameter in the call
2018-02-07 14:30:48 +08:00
pyzhou
9b315dc312 fix(TDI-39968):Compile error of constant string too long. (#1420) 2018-02-07 10:45:50 +08:00
wang wei
322227c29a fix(TUP-16457): fix the wrong schema syn and fix again the junit
* Revert "fix(TUP-16457) fix junits (#1347)"

This reverts commit 0e6afad7df.

* fix(TUP-16457): fix the junits after the commit revert
2018-02-06 17:52:40 +08:00
Ivan Gonchar
9d47f91099 feat(TCOMP-681): add TACOKIT_BUTTON field type (#1418) 2018-02-06 15:41:23 +08:00
Pingwen Lin
df9219855a TMDM-11699 Can't download jar automatically while creating mdm connection (format) (#1417) 2018-02-05 15:59:16 +08:00
GGu
c7c22c9df4 fix(TUP-19386): fix failed junit (#1415) 2018-02-05 14:22:27 +08:00
hcyi
e36b524996 fix(TUP-19270):Cannot connect from studio to TAC via proxy server with basic authentication (#1409)
* fix(TUP-19270):Cannot connect from studio to TAC via proxy server with
basic authentication

* fix(TUP-19270):Cannot connect from studio to TAC via proxy server with
basic authentication.
2018-02-05 11:54:19 +08:00
Pingwen Lin
dcae9e620f TMDM-11699 Can't download jar automatically while creating mdm connection (#1411) 2018-02-05 11:39:55 +08:00
GGu
a02524d464 fix(TUP-19386): remove the listener for project settings (#1410) 2018-02-05 11:36:59 +08:00
wchen-talend
d5003fef0a fix(TUP-19368):JDBC: jdbc connection isn't in folder after deleting it's (#1402) 2018-02-01 09:54:09 +08:00
Chao MENG
6a0a07aaa9 fix(TUP-19355): Spark job cannot build successfully in CDH 513 Kerberos (#1404)
fix(TUP-19355): Spark job cannot build successfully in CDH 513 Kerberos
https://jira.talendforge.org/browse/TUP-19355
2018-01-31 17:45:20 +08:00
zwxue
8ed26eab0e feat(TUP-18667): fix junit of PomIdsHelperTest (#1403) 2018-01-31 16:00:59 +08:00
pyzhou
26fc3f2e19 fix(TDI-39968):Split SQL to avoid exceed 64k limitation. (#1399) 2018-01-31 11:00:18 +08:00
wchen-talend
d86bdc83a5 fix(TUP-19360): can not show folders in recycle bin (#1400) 2018-01-30 18:35:55 +08:00
Jane Ding
32083f0070 fix(TUP-19008)unexpected character display when click detect button for (#1395)
fix(TUP-19008)unexpected character display when click detect button for
custom mvn uri
https://jira.talendforge.org/browse/TUP-19008
2018-01-30 16:18:30 +08:00
Mike Yan
b6edb8db03 TESB-20440: Fixed test case for nexus type changing (#1398)
test case fixed.
2018-01-26 20:14:55 +08:00
Mike Yan
fe6e715826 TESB-20440: Move getNexusType method to interface (#1396)
* TESB-20440: Move getNexusType method to interface

* TESB-20440: Fixed by adding two nexus url middle paths
2018-01-26 16:15:01 +08:00
Chao MENG
b2050aa53a fix(TUP-19237): Maven packaged spark batch job cannot be run (#1367)
successfully
https://jira.talendforge.org/browse/TUP-19237

> implement toString method to help debug
2018-01-25 18:19:57 +08:00
wchen-talend
128788fc06 fix(TUP-19303):jdbc context problem (#1393) 2018-01-25 17:47:18 +08:00
Chao MENG
d8f278abc7 Add attribute "ACTIVE_DB_COLUMNS" in COMPONENT.HEADER (#1394)
* Add attribute "ACTIVE_DB_COLUMNS" in COMPONENT.HEADER

* Add attribute "ACTIVE_DB_COLUMNS" in COMPONENT.HEADER
2018-01-25 02:37:37 -06:00
qiongli
9db1a3abfd TDQ-14702 old General jdbc only for TOP;Get correct url for TCOMP JDBC (#1391)
with context mode.
2018-01-24 03:07:10 -06:00
wchen-talend
5e8b40f337 Wchen/bugfix/jdbc dataviewer (#1390)
* fix(TUP-19244):fix jdbc dataviwer problem

* fix(TUP-19244):fix jdbc data viewer problem
2018-01-24 00:56:28 -06:00
ypiel
cb6b87dabd feat(TDI-39543) : Add dynamodb DB mapping file
* feat(TDI-39543) : Add DB mapping file

* feat(TDI-39543) : Update DynamoDB type mapping

* feat(TDI-39543) : Remove OBJECT type from all other types.

* feat(TDI-39543) : All retrieve dynamo String as Date.

* feat(TDI-39543) : Use id_byte[] instead of id_Byte[]
2018-01-23 12:05:27 +01:00
Mike Yan
070d11ffce TESB-20440: Support Nexus 3 in ESB use cases (#1389)
* TESB-20440: Support Nexus 3 in ESB use cases

* TESB-20440: refactor RepositorySystemFactory add doDeploy method
2018-01-23 17:30:40 +08:00
hwang-talend
82a4966c9c Hwang/tup 18461 (#1233)
* ERepositoryObjectType.valueOf("METADATA_EDIFACT");

* feat(TUP-18321):Split the DB Wizard to handle old / new framework: Move
Choice of DB Type to a separated composite

* feat(TUP-18320):Split the DB Wizard to handle old / new framework:
select different type, show different composite

* feat(TUP-18320):Split the DB Wizard to handle old / new framework:
select different type, show different composite

* feat(TUP-18403):show the jdbc repositoryNode as children under DB
Connection repositoryNode

* feat(TUP-18320):Split the DB Wizard to handle old / new framework:
select different type, show different composite

* feat(TUP-18320):Split the DB Wizard to handle old / new framework:
select different type, show different composite

* feat(TUP-18323):Implement the drag&drop of NFC JDBC

* feat(TUP-18320):Split the DB Wizard to handle old / new framework:
select different type, show different composite

* fix(TUP-5360): Retrieve Salesforce Modules option is missing

Conflicts:
	main/plugins/org.talend.core.runtime/src/main/java/org/talend/core/runtime/services/IGenericWizardService.java

* feat(TUP-18322):retrieve JDBC schema

* feat(TUP-18459):Have a real dynamic combo box for the db type

* feat(TUP-18403):show the jdbc repositoryNode as children under DB
Connection repositoryNode

* feat(TUP-18322):retrieve JDBC schema

* feat(TUP-18324):Edit jdbc connection

* feat(TUP-18324):Edit jdbc connection

* feat(TUP-18461):Have a display category on the connections same as
before

* feat(TUP-18461):Have a display category on the connections same as
before

* feat(TUP-18461):Have a display category on the connections same as
before

* Revert "feat(TUP-18461):Have a display category on the connections same as before"

This reverts commit 9158545ce7.

* feat(TUP-18461):Have a display category on the connections same as
before

* feat(TUP-18461):have a display category on the connections same as
before

* feat(TUP-18532):[bug] Cannot unlock node after clicking Finish on the
Wizard

* feat(TUP-18533):[bug] Cannot check successful if using context mode;

* feat(TUP-18533):[bug] Cannot check successful if using context mode;

* feat(TUP-18461):Have a display category on the connections same as
before

* feat(TUP-18644):retrieve schema for the generic connections same as
normal DBConnection

* feat(TUP-18644):retrieve schema for the generic connections same as
normal DBConnection

* feat(TUP-18644):retrieve schema for the generic connections same as
normal DBConnection

* feat(TUP-18462):make the sql builder works on the repository.

* feat(TUP-18462):make the sql builder works on the repository.

* feat(TUP-18431):support the driver table widget in studio

* feat(TUP-18537):Impossible to retrieve db connection from property type
of JDBC

* feat(TUP-18548):[bug] Cannot "Revert Context" if switch to other DBType
and switch back

* feat(TUP-18752):Stats and Logs in Talend Job Pannel reuse tJDBCOutput in
studio model level, after removing the old one and doing a migration,
not work well now

* feat(TUP-18752):Stats and Logs in Talend Job Pannel reuse tJDBCOutput in
studio model level, after removing the old one and doing a migration,
not work well now

* feat(TUP-18846):[bug] table name isn't show in Query

* feat(TUP-18913):[bug] NPE shows when click "Guess Schema" in Retrieve
Schema Wizard

* feat(TUP-18860):[bug] table list are wrong for jdbc-oralce after
clicking refresh in sqlbuilder->data structure

* feat(TUP-18895):[bug] Name cannot be updated if updating it in creation
Wizard

* feat(TUP-18898):[bug] "Choose context" doesn't show if context has two
groups when test connection

* feat(TUP-18864):[bug] Save button next to Property Type doesn't work

* feat(TUP-18864):[bug] Save button next to Property Type doesn't work

* feat(TUP-18752):Stats and Logs in Talend Job Pannel reuse tJDBCOutput in

* feat(TUP-19089):Unable to select or deselect used variables in select
context variables window

* Revert "feat(TUP-19089):Unable to select or deselect used variables in select context variables window"

This reverts commit a55e403103.

* feat(TUP-18854):[bug] Useless jar is required if dragging jdbc connetion
is in context mode

* feat(TUP-18854):[bug] Useless jar is required if dragging jdbc connetion
is in context mode

* support the complex context converter

* improve the complex context converter

* fix(TDI-39697): The "Use custom object" in module list view doesn't work
well for tjdbcoutput as it require the custom value must exists in the
list above

* feat(TUP-18816):Add migration from old JDBC to new JDBC type from tcomp

* TUP-19206:[bug]Cannot move jdbc connection to folder

* feat(TUP-19244):DriverClass and MappingFile do not support context model

* feat(TUP-19244):junit

* feat(TUP-18918):[bug] Schema is out of the "Table schemas" folder if
adding it in Retrieve Wizard

* feat(TUP-19231):[bug]migration: Existing JDBC database cannot show after
checking "Overwrite existing items"

* TDQ-14655 JDBC connection can be moved (#1376)

* feat(TUP-19204):[bug] migration: "Driver Class", "UserId","Password" are
missing after D&D schema to job as tJDBCInput

* fix(TDI-39864):[bug] Canot D&D JDBC to MR job

* fix(TDI-39244): integrate jdbc components to studio

* feat(TUP-18461) fix issues with mvn uri

* fix(TUP-19317):fix the catalog schema setup
2018-01-22 19:52:42 +08:00
kjwang-talend
aa68a7585a kjwang/fix(TUP-19046) Fix a error for TUP-19046 (#1386)
https://jira.talendforge.org/browse/TUP-19046
2018-01-22 19:46:58 +08:00
Romain Manni-Bucau
91255f89f8 adding slf4j-simple in tcomp temp repo (#1353)
* adding slf4j-simple in tcomp temp repo

* ensure slf4j-jdk14 is here
2018-01-22 19:20:26 +08:00
GGu
1ce577cecd feat(TUP-19046): add signature on items (#1359)
* feat(TUP-18730): add xmlsec lib

* feat(TUP-18730): change the load options

* feat(TUP-18730): ignore the ds namespace

* feat(TUP-18730): change the api for option

* feat(TUP-18730): if invalid, set readonly for job

* feat(TUP-19046): impl for import items and projects

* feat(TUP-19046): deal with migration

* feat(TUP-19046): add valid check before run action

* feat(TUP-19046): add the option for load
2018-01-22 19:11:37 +08:00
Pierre Teyssier
a66e76f784 feat(TDI-39469): integrate marklogic in maven repo (#1385) 2018-01-22 18:27:10 +08:00
Dmytro Sylaiev
b11dd2d64e feat(TDI-39469): Extends ComponentUtilities class (#1360)
* Add getAllInputConnections method

* Refactor getAllOutputConnections
2018-01-22 18:22:34 +08:00
zwxue
02f7807184 feat(TUP-18667):Move the Default GroupID from Nexus to Project Level (#1380)
* feat(TUP-18667):Move the Default GroupID from Nexus to Project Level

* feat(TUP-18667): add groupId validation for deployment tab and fix NPE.

* feat(TUP-18667):fix dependency bug of project pom.
2018-01-22 16:18:15 +08:00
Chao MENG
7949adaa58 TUP-19297: TaCoKit need to reuse this api (#1383) 2018-01-22 15:18:23 +08:00
kjwang-talend
f3796eebd2 fix(TUP-19085)Migration of reference project (handle tags) (#1377)
* fix(TUP-19085)Migration of reference project (handle tags)
https://jira.talendforge.org/browse/TUP-19085

* fix(TUP-19085)Migration of reference project (handle tags)
https://jira.talendforge.org/browse/TUP-19085
2018-01-22 11:13:42 +08:00
Chao MENG
ccd42eeca6 fix a custom color problem (#1382)
fix a custom color problem
2018-01-22 10:07:31 +08:00
wchen-talend
87d2e41f2e feat(TUP-4434):Support Nexus 3.x (#1378) 2018-01-19 19:01:27 +08:00
Pierre Teyssier
36138e7470 fix(TDI-39298): rename google drive 2018-01-19 17:36:15 +08:00
Emmanuel GALLOIS
056e67739b feat(TDI-39298): tGoogleDrive Integration (#1264)
* feat(TDI-39298): tGoogleDrive Integration
2018-01-19 15:27:21 +08:00
Romain Manni-Bucau
58da812a98 adding IAdvancedElementParameter to support placeholders (#1381) 2018-01-17 18:00:59 +08:00
hcyi
fcdb49b7dd feat(TUP-18755): Support Oracle Wallet on wizard. (#1323)
* feat(TUP-18755):Add the basic wizard code to Support Oracle Wallet.

* feat(TUP-18755):Add key store support for Oracle Wallet.

* feat(TUP-18755): check connection with ssl for Oracle Wallet.

* feat(TUP-18755): Disable CBC Protection for Oracle Wallet.

* feat(TUP-18755): add context support and drag&drop components for Oracle
Wallet.

* feat(TUP-18755): Improve and update for Oracle Wallet.

* feat(TUP-18755): Improve and update since component changed for Oracle
Wallet.

* feat(TUP-18755):Improve and fix bugs for Oracle Wallet.

* feat(TUP-18755):fix TUP-19234 [bug]password display style isn't unified.
2018-01-17 16:41:19 +08:00
wchen-talend
7f73d84e5e Wchen/feature/tup 18768 unified component (#1324)
* feat(TUP-18768):Unified Front end Connector

* faet(TUP-18768):Unified Front end Connector

* feat(TUP-18768):add Snowflake to the unified component

* feat(TUP-19273):Hide component in specified family and move not unified
database component to a new family DB Specifics
2018-01-16 15:49:09 +08:00
Emmanuel GALLOIS
3ec9f30f22 feat(TDI-39741): add data process parts to ECodePart 2018-01-15 16:20:24 +01:00
Chao MENG
cfeb154db3 fix(TBD-6225): CDH 5.13 Kerberos impala cannot check successfully (#1371)
https://jira.talendforge.org/browse/TBD-6225
2018-01-15 02:08:08 -06:00
hcyi
e3bd7df9f5 fix(TUP-19245):Add a cloud button to TOS 7.0 toolbar. (#1364) 2018-01-15 10:47:42 +08:00
qiongli
a6ee7ba98a feat(TDQ-14491) update DQ view when finish dialog (#1355) 2018-01-12 13:09:35 +08:00
nrousseau
ead449de09 fix(TUP-19142) Update the version of jackson 1.9 2018-01-12 10:41:38 +08:00
chmyga
4712192b09 feat(TCOMP-683): Guess schema (#1369)
* Add methods required for guess schema feature
2018-01-12 10:10:33 +08:00
Chao MENG
5df2acbe01 fix a junit faild problem (#1366) 2018-01-10 15:21:11 +08:00
wang wei
3a75919ea3 fix(TDI-39889): upgrade the daikon to 0.21.0 and components to 0.22.0 in studio integration (#1363) 2018-01-09 18:07:24 +08:00
hcyi
6d43003d03 fix(TUP-18988):DB2 missing datatype vargraphic in metadata. (#1361)
* fix(TUP-18988):DB2 missing datatype vargraphic in metadata.

* fix(TUP-18988):DB2 missing datatype vargraphic in metadata.
2018-01-08 15:45:21 +08:00
zafkirTalend
5b8b45428a feat(TBD-5453): Add CDH 5.13 distribution using new mechanism (DI & M/R) (#1357)
Add CDH 5.13 (DI & M/R) using new mechanism for dynamic distribution.
2018-01-04 10:13:47 +01:00
nrousseau
66764c61e8 feat(TUP-19227) Add new types support on properties (#1358) 2018-01-04 11:30:28 +08:00
kjwang-talend
ad6a600ed0 fix(TUP-19147)Commandline: listProject command throw errors after (#1351)
initRemote a migration tac
https://jira.talendforge.org/browse/TUP-19147
2018-01-03 14:54:29 +08:00
Chao MENG
2cc901491f feat(TUP-19123): Manage connections: improvements (2) (#1354)
feat(TUP-19123): Manage connections: improvements (2) 
https://jira.talendforge.org/browse/TUP-19123
2018-01-02 16:11:45 +08:00
hcyi
9f0df82c93 fix(TUP-18988):DB2: Length of datatype vargraphic in metadata. (#1352) 2018-01-02 15:27:24 +08:00
hcyi
c40684356b fix(TUP-19080):Remove execute job from remote commandline. (#1340) 2018-01-02 15:25:08 +08:00
hcyi
ad75a81221 fix(TUP-18658):Edit Schema Column Updates Require Focus Change in MAC. (#1344) 2018-01-02 15:10:42 +08:00
Romain Manni-Bucau
9d761c22e8 fixing tcomp1 dependencies (#1345) 2017-12-29 10:03:19 +08:00
nrousseau
45f56e103f fix(TUP-19195) update junits (#1349) 2017-12-28 17:22:51 +08:00
Pierre Teyssier
c0b4e5ed99 fix(TDI-39791): extract JSONArray from JSONObject routines (#1321) 2017-12-28 14:55:57 +08:00
nrousseau
0e6afad7df fix(TUP-16457) fix junits (#1347) 2017-12-28 14:45:59 +08:00
nrousseau
a6993e68e0 Remove junit since the repository manager is deprecated (#1348) 2017-12-28 14:45:39 +08:00
wchen-talend
ce6afe4be2 fix(TUP-19127):Error log shows when Guess schema for tJDBCInput (#1332) 2017-12-28 14:07:21 +08:00
wchen-talend
180484830f Wchen/bugfix/tup 19000 nexus 401 master (#1346)
* fix(TUP-19000):studio makes many 401 error HTTP requests when running a
job

* fix(TUP-19000):studio makes many 401 error HTTP requests when running a
job
2017-12-28 10:19:53 +08:00
GGu
e76f9733a6 fix(TUP-19089): add the command to command stack to execute (#1343) 2017-12-27 15:51:02 +08:00
Irene Wang
c648e147a8 DEVOPS-3416 Deploy all plugins for Black Duck scans 2017-12-26 17:17:51 +01:00
nrousseau
b8eee54810 feat(TUP-19153) integrate TCOMP v1 (#1339)
* feat(TUP-19153) integrate TCOMP v1

* feat(TUP-19153) integrate TCOMP v1

* feat(TUP-19153) integrate TCOMP v1
2017-12-26 02:43:07 -06:00
kjwang-talend
32a0ee1c6b Kjwang/fix a junit error (#1338)
* Fix a junit error

* Fix a junit error
2017-12-25 03:25:06 -06:00
GGu
90f9be9182 fix(TUP-19163): fix the failed junits for ogsi test (#1337) 2017-12-25 14:14:23 +08:00
GGu
07051d18c2 fix(TUP-19163): fix the failed junits (#1336) 2017-12-22 18:16:29 +08:00
Chao MENG
f844333605 feat(TUP-19123): Manage connections: improvements (2) (#1335)
feat(TUP-19123): Manage connections: improvements (2) 
https://jira.talendforge.org/browse/TUP-19123
2017-12-22 18:15:53 +08:00
kjwang-talend
57b6c0e68d Kjwang/feat(tup 18626)handle jobserver authentification (#1284)
* feat(TUP-TUP-17297)Load balancing for Studio and Job Server
https://jira.talendforge.org/browse/TUP-17297

* feat(TUP-TUP-17297)Load balancing for Studio and Job Server
https://jira.talendforge.org/browse/TUP-17297

* feat(TUP-TUP-17297)Load balancing for Studio and Job Server
https://jira.talendforge.org/browse/TUP-17297

* TUP-18626 Handle Jobserver authentification
https://jira.talendforge.org/browse/TUP-18626

* TUP-18626 Handle Jobserver authentification
https://jira.talendforge.org/browse/TUP-18626
2017-12-21 17:11:24 +08:00
wang wei
b80ea3501f fix(TDI-39697): The "Use custom object" in module list view doesn't work well for tjdbcoutput as it require the custom value must exists in the list above(#1334) 2017-12-20 17:58:51 +08:00
Chao MENG
833a416bcd task(TCOMP-691): create context menu for Tacokit node in repository (#1329)
https://jira.talendforge.org/browse/TCOMP-691
2017-12-19 17:12:52 +08:00
GGu
182a15cb7d fix(TUP-19124): fixed the failed junits (#1328) 2017-12-19 11:32:44 +08:00
GGu
ada254cfdd fix(TUP-19124): reuse the date from additional properties (#1326) (#1327) 2017-12-18 18:04:52 +08:00
nrousseau
3eb2ba58df feat(TUP-19077) Remove HL7 (#1315)
Remove HL7 components, and repository metadata
2017-12-18 15:35:12 +08:00
hwang-talend
342c5e0165 fix(TUP-19089):Unable to select or deselect used variables in select (#1322)
* fix(TUP-19089):Unable to select or deselect used variables in select
context variables window

* feat(TUP-19089):Unable to select or deselect used variables in select
context variables window

Conflicts:
	main/plugins/org.talend.core.ui/src/main/java/org/talend/core/ui/context/SelectRepositoryContextDialog.java
2017-12-15 11:53:29 +08:00
kcoepeau
46068705b2 fix(TBD-5136): support space encoding in classpath (#1312)
* fix(TBD-5136): support space encoding in classpath

* fix(TBD-5136): support space encoding in classpath
2017-12-14 02:55:15 -06:00
Chao MENG
281ecb671e task(TCOMP-691): create context menu for Tacokit node in repository (#1320)
task(TCOMP-691): create context menu for Tacokit node in repository panel
https://jira.talendforge.org/browse/TCOMP-691
2017-12-12 15:13:27 +08:00
GGu
8166539e06 feat(TUP-18350): Fixed the compile error (#1319) 2017-12-12 09:46:22 +08:00
GGu
c18b60c8fb feat(TUP-18903): add product details (#1295) (#1318) 2017-12-11 16:53:57 +08:00
kjwang-talend
fe14d638a5 TUP-19013 Studio hangs/freezes after clicking cancel while job is being (#1308)
built
https://jira.talendforge.org/browse/TUP-19013
2017-12-11 15:35:23 +08:00
GGu
ba0509d3e0 Kjwang/feat(tup 18293)reference projects as project dependencies (#1187)
* feat(TUP-18235): Reference Projects as Project Dependencies: logon/load
reference projects

* feat(TUP-18235)Reference Projects as Project Dependencies: support logon
reference projects by on/off line model

* feat(TUP-18235)Reference Projects as Project Dependencies: support logon
reference projects by on/off line model

* feat(TUP-18235):Reference Projects as Project Dependencies: support
logon reference projects by local model

* feat(TUP-18235):Reference Projects as Project Dependencies: support
logon reference projects by local model

* feat(TUP-18235)Reference Projects as Project Dependencies:Improve the
code

* feat(TUP-18235)Reference Projects as Project Dependencies:Improve the
code

* feat(TUP-18236)Reference Projects as Project Dependencies: Reference
project setting

* feat(TUP-18236)Reference Projects as Project Dependencies: Fix some bugs

* feat(TUP-18236)Reference Projects as Project Dependencies: Reference
project settings dialog

* feat(TUP-18236)Reference Projects as Project Dependencies: Reference
project setting

* feat(TUP-18236)Reference Projects as Project Dependencies: Reference
project setting

* feat(TUP-18468)Reference Projects as Project Dependencies: Move the
content of reference project setup dialog to project setting page
https://jira.talendforge.org/browse/TUP-18468

* feat(TUP-18468)Reference Projects as Project Dependencies: Move the
content of reference project setup dialog to project setting page
https://jira.talendforge.org/browse/TUP-18468

* feat(TUP-18468)Reference Projects as Project Dependencies: Move the
content of reference project setup dialog to project setting page
https://jira.talendforge.org/browse/TUP-18468

* feat(TUP-18468)Reference Projects as Project Dependencies: Move the
content of reference project setup dialog to project setting page
https://jira.talendforge.org/browse/TUP-18468

* feat(TUP-18468)Reference Projects as Project Dependencies: Move the
content of reference project setup dialog to project setting page
https://jira.talendforge.org/browse/TUP-18468

* feat(TUP-18468)Reference Projects as Project Dependencies: Move the
content of reference project setup dialog to project setting page
https://jira.talendforge.org/browse/TUP-18468

* feat(TUP-18237)Reference Projects as Project Dependencies: Reference
checking
https://jira.talendforge.org/browse/TUP-18237

* feat(TUP-18234)Reference Projects as Project Dependencies: Migrate
Reference Project setup
https://jira.talendforge.org/browse/TUP-18234

* feat(TUP-18234)Reference Projects as Project Dependencies: Migrate
Reference Project setup
https://jira.talendforge.org/browse/TUP-18234

* feat(TUP-18234)Reference Projects as Project Dependencies: Migrate
Reference Project setup
https://jira.talendforge.org/browse/TUP-18234

* feat(TUP-18237)Reference Projects as Project Dependencies: Reference
checking
https://jira.talendforge.org/browse/TUP-18237

* feat(TUP-18237)Reference Projects as Project Dependencies: Reference
checking
https://jira.talendforge.org/browse/TUP-18237

* feat(TUP-18237)Reference Projects as Project Dependencies: Reference
checking
https://jira.talendforge.org/browse/TUP-18237

* feat(TUP-18237)Reference Projects as Project Dependencies: Reference
checking
https://jira.talendforge.org/browse/TUP-18237

* feat(TUP-18237)Reference Projects as Project Dependencies: Reference
checking
https://jira.talendforge.org/browse/TUP-18237

* feat(TUP-18234)Reference Projects as Project Dependencies: Migrate
Reference Project setup
https://jira.talendforge.org/browse/TUP-18234

* feat(TUP-18234)Reference Projects as Project Dependencies: Migrate
Reference Project setup
https://jira.talendforge.org/browse/TUP-18234

* feat(TUP-18234)Reference Projects as Project Dependencies: Migrate
Reference Project setup
https://jira.talendforge.org/browse/TUP-18234

* feat(TUP-18234)Reference Projects as Project Dependencies: Migrate
Reference Project setup
https://jira.talendforge.org/browse/TUP-18234

* feat(TUP-18234)Reference Projects as Project Dependencies: Migrate
Reference Project setup
https://jira.talendforge.org/browse/TUP-18234

* fix(TUP-18824):[bug] can logon main project if current user do not have
authorized for the reference project

* fix(TUP-18835)[bug] read only user can't get the reference relationship
from tac if the setting file has different relationship with tac

* fix(TUP-18835)[bug] read only user can't get the reference relationship
from tac if the setting file has different relationship with tac

* fix(TUP-18835)[bug] read only user can't get the reference relationship
from tac if the setting file has different relationship with tac
https://jira.talendforge.org/browse/TUP-18835
2017-12-11 15:11:57 +08:00
nrousseau
8e2c4defbb babili-export (#1317) 2017-12-11 10:51:14 +08:00
Chao MENG
7c382b1a38 task(TCOMP-691): create context menu for Tacokit node in repository panel (#1316)
* task(TCOMP-691): create context menu for Tacokit node in repository
panel
https://jira.talendforge.org/browse/TCOMP-691

* task(TCOMP-691): create context menu for Tacokit node in repository
panel
https://jira.talendforge.org/browse/TCOMP-691

* "task(TCOMP-691): create context menu for Tacokit node in repository
panel https://jira.talendforge.org/browse/TCOMP-691"

improvement
2017-12-08 15:32:43 +08:00
nrousseau
3cfd6843e0 Nrousseau/tup 19043 update welcome (#1313)
* feat(TUP-19043) Update welcome page of TOS

* feat(TUP-19043) Update the display of welcome page
2017-12-07 20:35:23 -06:00
Pierre Teyssier
eaa8844ff0 feat(TDI-39100): integrate partner couchbase components 2017-12-07 20:12:55 +08:00
hcyi
e5be9f35d1 fix(TUP-17242): Special character doesn't accept into username. (#1311) 2017-12-05 12:35:11 +08:00
kjwang-talend
79b2927613 fix(TUP-19042) Find back project name if parent is null (#1307) (#1310)
Conflicts:
	main/plugins/org.talend.core.runtime/src/main/java/org/talend/repository/ProjectManager.java
2017-12-04 17:34:29 +08:00
zwxue
19d5505e62 Revert "fix(TUP-18772):buildjob override parameter add unecessary backslash (#1298)" (#1309)
This reverts commit e37bde5deb.
2017-12-04 16:48:21 +08:00
nrousseau
4ec3c8c0f1 feat(TUP-19043) Update welcome page of TOS (#1304) 2017-12-04 10:18:56 +08:00
Yu
aea4bfad67 feat(TBD-5415) Add GCS User Agent String in Constant class (#1303)
* feature(TBD-5415) Add GCS User Agent String in Constant class

* change the way of getting studio version

I changed the way of getting version of studio because there are some problems for the previous commit.

It doesn't work because the org.talend.commons.utils.VersionUtils class is in fact in code generating (eclipse) level. So we will not have it in the generated project in Studio, so I moved it (version retrieving) to javajet level as shown in the 3 other related commits, to get the version correctly.

* rename variable
2017-12-01 16:44:18 +01:00
nrousseau
8f282a8b83 feat(TUP-19039) reduce logs inside the studio (#1305) 2017-12-01 16:40:40 +08:00
Chao MENG
35172d66be feat(TUP-18724): manage connections: improvements (#1288)
* fix(TUP-18261): There is an error when Studio tries to make a query to
secured tmc service
https://jira.talendforge.org/browse/TUP-18261

* feat(TUP-18724): manage connections: improvements
https://jira.talendforge.org/browse/TUP-18724
2017-11-30 11:39:43 +08:00
hcyi
3c096d712d feat(TUP-18528): SAP: Create new wizard to retrieve ADSO. (#1285)
* feat(TUP-18528): SAP: update emf model for retrieve ADSO.

* feat(TUP-18528): SAP:add new repository object type to create ADSO node.

* feat(TUP-18528): SAP: add Hana database properties on wizard.

* feat(TUP-18528): SAP: add context support for Hana database properties
on wizard.

* feat(TUP-18528): Improve to retrieve sap ADSO schema.

* feat(TUP-18528): Improve and fix some bugs for ADSO.

* feat(TUP-18528): Improve to support drag&drop parameters for ADSO
component.

* feat(TUP-18528): fix bug of TUP-18971 Schema won't be moved to Recycle
bin
2017-11-29 14:54:06 +08:00
chmyga
f7cd7b3cbb feat(TCOMP-683): tacokit integration (#1296)
* Add methods to IComponent for templateURI unification

* Add method to IComponentFileNaming to calculate path from String prefix
2017-11-28 20:05:06 -06:00
wchen-talend
e5af03b09c fix(TUP-14602):Exchange view: Download monitor dialog slows down the (#1301)
download speed
2017-11-28 16:29:53 +08:00
Chao MENG
a1bc81d272 feat(TUP-18946): add advertisement for Cloud product (#1294)
* feat(TUP-18946): add advertisement for Cloud product
https://jira.talendforge.org/browse/TUP-18946

* feat(TUP-18946): add advertisement for Cloud product
https://jira.talendforge.org/browse/TUP-18946
2017-11-28 16:28:01 +08:00
zwxue
e37bde5deb fix(TUP-18772):buildjob override parameter add unecessary backslash (#1298) 2017-11-28 14:51:05 +08:00
nrousseau
b2dcaf1942 fix(TUP-18137) Update URL 2017-11-28 12:31:12 +08:00
kjwang-talend
1105acb877 feat(TUP-TUP-17297)Load balancing for Studio and Job Server (#1267)
* feat(TUP-TUP-17297)Load balancing for Studio and Job Server
https://jira.talendforge.org/browse/TUP-17297

* feat(TUP-TUP-17297)Load balancing for Studio and Job Server
https://jira.talendforge.org/browse/TUP-17297

* feat(TUP-TUP-17297)Load balancing for Studio and Job Server
https://jira.talendforge.org/browse/TUP-17297

* fix(TUP-18950)[bug][651] job run fail when user jobserver+commandline
https://jira.talendforge.org/browse/TUP-18950
2017-11-28 10:55:54 +08:00
wchen-talend
ff61e80a4d fix(TUP-18424):Review Exchange splash in Studio (#1300)
* fix(TUP-18424):Review Exchange splash in Studio

* fix(TUP-18424):Review Exchange splash in Studio
2017-11-24 19:16:08 +08:00
ypiel
1c6a37499d Ypiel/tdi39572 edm date db type (#1299)
* fix(TDI39572) : Add Date db_type in odata mapping

* fix(TDI39572) : Fix add Date db_type in odata mapping
2017-11-24 17:04:20 +08:00
wchen-talend
bc602e05bc fix(TUP-18863):Disable standard import files from eclipse (#1297) 2017-11-24 14:03:23 +08:00
kjwang-talend
2d2f83cb7c Kjwang/feat(tup 18753)update driver of vertica (#1291)
* TUP-18753 Update driver of vertica
https://jira.talendforge.org/browse/TUP-18753

* TUP-18753 Update driver of vertica
https://jira.talendforge.org/browse/TUP-18753

* TUP-18753 Update driver of vertica
https://jira.talendforge.org/browse/TUP-18753
2017-11-21 16:50:49 +08:00
wchen-talend
06227962ab Wchen/feature/tup 17395 store svn/git credencials (#1293)
* feat(TUP-17710):unable to connect to GIT when LDAP authentication set
(no user)

* feat(TUP-17710):unable to connect to GIT when LDAP authentication set
(no user)

* feat(TUP-18852):[bug] after set svn user password for tac user, studio
still pop up user/password type in page when try to log on project.
2017-11-21 10:54:33 +08:00
wchen-talend
6719c7ff5f fix(TUP-18841):Fix some issues for the module view (#1289) 2017-11-20 14:49:01 +08:00
Stefan Le Moing
c579ddd625 fix(TBD-5985): add nexus desc for spark-cassandra-assembly (#1292) 2017-11-17 15:18:02 +01:00
hcyi
44d34c0464 feat(TUP-18512): Support Calculation View for SAP Hana Database. (#1278)
* feat(TUP-18512): Support Calculation View for SAP Hana Database.

* feat(TUP-18512): Fake the metaData to retrieve schema for SAP Hana
Database.

* feat(TUP-18512): Improve metadata wizard for SAP Hana Database.

* feat(TUP-18512): change the display of table name for SAP Hana Database.

* feat(TUP-18512): fix bug of TUP-18911 click Retrieve schema from Schema
wizard fail。
2017-11-17 16:32:20 +08:00
wang wei
b3a63df08b fix(TDI-39625): System routine BufferedOutput using sun api (#1287) 2017-11-16 13:53:22 +08:00
zafkirTalend
c1190dfa35 Merge maintenance/6.4 into maintenance/6.5 (#1282) (#1283)
* TDQ-7274: rafactor the code to fix a NPE (#1251) (#1253)

* fix(TUP-18769): exclude the dependenceis of children jobs in main pom (#1254)

* TDQ-14308 move th code of copy drools file from 'BuildJobHandler' to (#1231) (#1257)

'ProcessorUtilities'.copy drools files when run or build job.

* fix(TUP-18804): connection to SQL Server not retrieving Schemas (#1268)

* fix(TUP-18804): connection to SQL Server not retrieving Schemas
https://jira.talendforge.org/browse/TUP-18804

* fix(TUP-18804): connection to SQL Server not retrieving Schemas
https://jira.talendforge.org/browse/TUP-18804

* Revert "TESB-20417:Issues with Hyphen in ServiceName (#1243)" (#1273)

This reverts commit d8fbf44309.

* fix(TUP-18825):Cannot use name "oracle" for row name (Main) (#1280)

* fix(TBD-5157): Change talendType for dbType BYTES (#1281)
2017-11-13 14:43:44 +01:00
hcyi
0e3c0ab34a feat(TUP-18336): SAP ODP: Create base wizard for the retrieve of content extractor (#1214)
* feat(TUP-18336): SAP ODP: Add new repository node and actions。

* feat(TUP-18336): SAP ODP: update code for the new sap repository node.

* feat(TUP-18336): SAP ODP:Update the display / content of table in the
metadata

* feat(TUP-18336): [bug] error when set repository db for tSAPODPInput.

* feat(TUP-18336): [bug]After add validation rule, can not show under sap
BI content extractor.
2017-11-13 16:06:45 +08:00
wchen-talend
b06c8284e4 fix(TUP-18825):Cannot use name "oracle" for row name (Main) (#1280) 2017-11-13 10:32:50 +08:00
jzhao
e05da6e27d fix(TDI-39670) Side effect when using TalendDate.formatDateInUTC() and TalendDate.parseDate() (#1279) 2017-11-10 15:06:58 +08:00
wchen-talend
4e3a69a6d0 Wchen/bugfix/tup 18841 fix for module view (#1277)
* fix(TUP-18841):make the module view dialog be able to change back to
default uri.

* fix(TUP-18841):Fix some issues for the module view

* fix(TUP-18841):Fix some issues for the module view
2017-11-09 21:30:29 -06:00
wchen-talend
869d95ee97 Wchen/bugfix/7.0/tup 18820 can not import some jar (#1269)
* fix(TUP-18820):Some jars which need installed manually can`t be
installed if followed the prompt in GUI

* fix(TUP-18820):Some jars which need installed manually can`t be
installed if followed the prompt in GUI
2017-11-08 17:28:03 +08:00
wang wei
e1770847f6 fix(TDI-39225): Problem of mapping_sap.xml file in studio project properties(#1276) 2017-11-08 11:05:43 +08:00
GGu
38127b6a00 feat(TUP-18529): check for local ip (#1275) 2017-11-07 15:21:13 +08:00
Ihor Istomin
bc461d91f6 fix(TDI-38240): Make JSONException public. Replace StringBuffer with StringBuilder in JSONObject. (#1150) 2017-11-07 10:05:18 +08:00
SunChaoqun
50239f05c3 Revert "TESB-20417:Issues with Hyphen in ServiceName (#1242)" (#1272)
This reverts commit c8a10b68bc.
2017-11-06 17:56:37 +08:00
wchen-talend
ccdbca23ed fix(TUP-18791):Update the library nexus2 deploy to use aether (#1266) 2017-11-06 11:10:05 +08:00
wchen-talend
eb9525aa9f fix(TUP-18442):Enforce maven coordinate resolution consistency (#1271) 2017-11-06 10:13:32 +08:00
Chao MENG
5f9b125947 fix(TUP-18804): connection to SQL Server not retrieving Schemas (#1268)
* fix(TUP-18804): connection to SQL Server not retrieving Schemas
https://jira.talendforge.org/browse/TUP-18804

* fix(TUP-18804): connection to SQL Server not retrieving Schemas
https://jira.talendforge.org/browse/TUP-18804
2017-11-03 11:47:01 +08:00
wchen-talend
40a96055ba Wchen/feature/tup 18373 improve module view (#1215)
* commit 1

* feature(TUP-18350):Do some refactor and create the common API for nexus
2.x and 3.x

* feat(TUP-18351)Implement the search/deploy/update snapshot for nexus 3.x

* feat(TUP-18351):Implement the search/deploy/update snapshot for nexus
3.x

* feat(TUP-18373):Improve module view to support customerized maven uri

* feat(TUP-18373):Improve module view to support customerized maven uri

* feat(TUP-18351):Implement the search/deploy/update snapshot for nexus
3.x

* feat(TUP-18351):Implement the search/deploy/update snapshot for nexus
3.x

* feat(TUP-18373):Improve module view to support customerized maven uri

* feat(TUP-18373):Improve module view to support customerized maven uri

* feat(TUP-18351):Implement the search/deploy/update snapshot for nexus
3.x

* feat(TUP-18351):Implement the search/deploy/update snapshot for nexus
3.x

* feat(TUP-18351): keep nexus 2.x work the same as before.

* feat(TUP-18373):Improve module view to support customerized maven uri

* feat(TUP-18351):Implement the search/deploy/update snapshot for nexus
3.x

* feat(TUP-18351):Implement the search/deploy/update snapshot for nexus
3.x

* feat(TUP-18373):Improve module view to support customerized maven uri

* feat(TUP-18373):Improve module view to support customerized maven uri

* feat(TUP-18373):Improve module view to support customerized maven uri

* feat(TUP-18351):Implement the search/deploy/update snapshot for nexus
3.x

* feat(TUP-18373):Improve module view to support customerized maven uri

* feat(TUP-18373):Improve module view to support customerized maven uri

* feat(TUP-18351):rename the aether plugin

* feature(TUP-18551):Change all possible install module UI to use a common
dialog and make it possible to set the maven uri.

* feat(TUP-18551):Change all possible install module UI to use a common
dialog and make it possible to set the maven uri.

* feat(TUP-18551):Change all possible install module UI to use a common
dialog and make it possible to set the maven uri.

* feat(TUP-18551):Change all possible install module UI to use a common
dialog and make it possible to set the maven uri.

* feat(TUP-18551):Change all possible install module UI to use a common
dialog and make it possible to set the maven uri.

* feat(TUP-18551):Change all possible install module UI to use a common
dialog and make it possible to set the maven uri.

* feat(TUP-18551):Change all possible install module UI to use a common
dialog and make it possible to set the maven uri.

* feat(TUP-18551):Change all possible install module UI to use a common
dialog and make it possible to set the maven uri.

* feat(TUP-18551):remove a old plugin

* feat(TUP-18373):Improve module view to support customerized maven uri

* feat(TUP-18551):change some text

* feat(TUP-18701):detect jar with custom uri but the uri is not saved

* feat(TUP-18715):[bug] error show if first upload a customer jar using
Custom URI, then use a default URI

* feat(TUP-18708):[bug] message should be more obviously when using the
jar which user set custom MVN URI in module view but deleted in local
and nexus

* feat(TUP-18551):Change all possible install module UI to use a common
dialog and make it possible to set the maven uri.

* feat(TUP-18551):remove not used ui dependency for aether

* feat(TUP-18551):Change all possible install module UI to use a common
dialog and make it possible to set the maven uri.

* feat(TUP-18551):Change all possible install module UI to use a common
dialog and make it possible to set the maven uri.

* feat(TUP-18786):[bug] default mvn uri in module view seems not correct
when add jar from routine/bean
2017-10-31 12:15:16 +08:00
Ivan Gonchar
ea6f4868bc chore: upgrade TCOMP to 0.21.0-SNAPSHOT (#1263) 2017-10-31 10:34:18 +08:00
Chao MENG
cb9e1c4313 fix(TUP-18261): there is an error when Studio tries to make a query to (#1261)
fix(TUP-18261): there is an error when Studio tries to make a query to secured tmc service
https://jira.talendforge.org/browse/TUP-18261
2017-10-30 16:23:12 +08:00
GGu
d0cd73fee8 fix(TUP-18545): set property for project mappings url (#1260) 2017-10-29 20:57:27 -05:00
hwang-talend
e0e59a41fd fix(TUP-16457):tdatasetinput and tdatasetoutput need the db column name (#1178)
* fix(TUP-16457):tdatasetinput and tdatasetoutput need the db column name
in talend schema like tdatapreprun component

* fix(TUP-16457):tdatasetinput and tdatasetoutput need the db column name
2017-10-27 01:05:11 -05:00
Dmytro Sylaiev
7d07608dce fix(TDI-39597): Add supporting CLOB type for String (#1259) 2017-10-26 18:46:21 +08:00
nrousseau
24b347c492 Update talend.properties (#1256) 2017-10-25 15:07:39 +08:00
wang wei
b362087ee1 fix(TDI-39365): Support Amazon Redshift JDBC Driver 1.2.8 (#1248)
* fix(TDI-39365): Support Amazon Redshift JDBC Driver 1.2.8

* fix(TDI-39365): Support Amazon Redshift JDBC Driver 1.2.10 as 1.2.8 have
some bug though amazon release note don't contain 1.2.10 now
2017-10-23 17:55:42 +08:00
GGu
43890bec2e feat(TUP-18593): export mapping files when build with generic component (#1250) 2017-10-23 01:17:11 -05:00
nrousseau
d5945ba3df feat(TUP-18531) Modify studio setup to only support java 8 (#1223)
* feat(TUP-18531) Modify studio setup to only support java 8

* feat(TUP-18531) update poms to compile studio in java 8
2017-10-21 18:22:07 +08:00
msjian
460ee00a25 TDQ-7274: rafactor the code to fix a NPE (#1251) 2017-10-20 17:22:43 +08:00
Jenkins Continuous Build server
9e788398a9 Set version to 7.0.1 SNAPSHOT 2017-10-20 10:21:51 +02:00
hcyi
9594d7334f feat(TUP-18513): sap hana connection does not support additional parameters for security (#1244)
* feat(TUP-18513): SAP HANA Connection does not support Additional
Parameters for security.

* feat(TUP-18513): no default additional properties for SAP HANA
Connection
2017-10-19 09:21:28 +08:00
Mike Yan
c63defafb8 TESB-20466: Add microservice code generator service interface (#1247) 2017-10-16 13:48:13 +08:00
SunChaoqun
dd394c1972 TESB-20466:Data Services (REST) as Microservice - Part II (#1246) 2017-10-13 17:58:20 +08:00
qiongli
a5df4dc487 TDQ-14308 move th code of copy drools file from 'BuildJobHandler' to (#1231)
'ProcessorUtilities'.copy drools files when run or build job.
2017-10-12 14:08:02 +08:00
Chao MENG
aa06695cbc fix: can not download/browse jars (#1245) 2017-10-11 18:25:35 +08:00
SunChaoqun
c8a10b68bc TESB-20417:Issues with Hyphen in ServiceName (#1242) 2017-10-10 17:38:12 +08:00
msjian
d47677684c TDQ-14352: fix can not create db connection with TOP (#1239) 2017-10-09 10:50:16 +08:00
jzhao
85d34bad0a fix(TDI-39542): typo of NodeUtil method (#1240) 2017-09-30 11:53:09 +08:00
kjwang-talend
59ed6360f1 feat(TUP-18035)Tracking influence unification (#1235)
https://jira.talendforge.org/browse/TUP-18035
2017-09-29 20:56:56 -05:00
Chao MENG
2f33d879d3 feat(TUP-18311): Find a way to lower the cost of adding/upgrading BD Distros: have plugin for dynamic config with first implementation to read json / setup jars for jobs. (#1236)
* feat(TUP-18311): Find a way to lower the cost of adding/upgrading BD
Distros: have plugin for dynamic config with first implementation to
read json / setup jars for jobs.

https://jira.talendforge.org/browse/TUP-18311

* feat(TUP-18311): Find a way to lower the cost of adding/upgrading BD
Distros: have plugin for dynamic config with first implementation to
read json / setup jars for jobs.

https://jira.talendforge.org/browse/TUP-18311

* feat(TUP-18311): Find a way to lower the cost of adding/upgrading BD
Distros: have plugin for dynamic config with first implementation to
read json / setup jars for jobs.

https://jira.talendforge.org/browse/TUP-18311

* feat(TUP-18311): Find a way to lower the cost of adding/upgrading BD
Distros: have plugin for dynamic config with first implementation to
read json / setup jars for jobs.

https://jira.talendforge.org/browse/TUP-18311

* feat(TUP-18311): Find a way to lower the cost of adding/upgrading BD
Distros: have plugin for dynamic config with first implementation to
read json / setup jars for jobs.

https://jira.talendforge.org/browse/TUP-18311

* feat(TUP-18311): Find a way to lower the cost of adding/upgrading BD
Distros: have plugin for dynamic config with first implementation to
read json / setup jars for jobs.

https://jira.talendforge.org/browse/TUP-18311

* feat(TUP-18311): Find a way to lower the cost of adding/upgrading BD
Distros: have plugin for dynamic config with first implementation to
read json / setup jars for jobs.

https://jira.talendforge.org/browse/TUP-18311

* feat(TUP-18311): Find a way to lower the cost of adding/upgrading BD
Distros: have plugin for dynamic config with first implementation to
read json / setup jars for jobs.

https://jira.talendforge.org/browse/TUP-18311

* feat(TUP-18314): Find a way to lower the cost of adding/upgrading BD
Distros: build class for cloudera implementation to use on wizard

https://jira.talendforge.org/browse/TUP-18314

* feat(TUP-18314): Find a way to lower the cost of adding/upgrading BD
Distros: build class for cloudera implementation to use on wizard

https://jira.talendforge.org/browse/TUP-18314

* feat(TUP-18314): Find a way to lower the cost of adding/upgrading BD
Distros: build class for cloudera implementation to use on wizard

https://jira.talendforge.org/browse/TUP-18314

* feat(TUP-18314): Find a way to lower the cost of adding/upgrading BD
Distros: build class for cloudera implementation to use on wizard

https://jira.talendforge.org/browse/TUP-18314

* feat(TUP-18314): Find a way to lower the cost of adding/upgrading BD
Distros: build class for cloudera implementation to use on wizard

https://jira.talendforge.org/browse/TUP-18314

> temprary to support to download from specified nexus

* feat(TUP-18314): Find a way to lower the cost of adding/upgrading BD
Distros: build class for cloudera implementation to use on wizard

https://jira.talendforge.org/browse/TUP-18314

* feat(TUP-18314): Find a way to lower the cost of adding/upgrading BD
Distros: build class for cloudera implementation to use on wizard

* feat(TUP-18314): Find a way to lower the cost of adding/upgrading BD
Distros: build class for cloudera implementation to use on wizard

* feat(TUP-18314): Find a way to lower the cost of adding/upgrading BD
Distros: build class for cloudera implementation to use on wizard

* feat(TUP-18314): Find a way to lower the cost of adding/upgrading BD
Distros: build class for cloudera implementation to use on wizard

* feat(TUP-18314): Find a way to lower the cost of adding/upgrading BD
Distros: build class for cloudera implementation to use on wizard

* feat(TUP-18314): Find a way to lower the cost of adding/upgrading BD
Distros: build class for cloudera implementation to use on wizard

* feat(TUP-18314): Find a way to lower the cost of adding/upgrading BD
Distros: build class for cloudera implementation to use on wizard

Improve log

* feat(TUP-18314): Find a way to lower the cost of adding/upgrading BD
Distros: build class for cloudera implementation to use on wizard
2017-09-28 14:54:46 +08:00
wchen-talend
8509dbe6f6 fix(TUP-18643):Studio cann't start when use license except for TP_ALL (#1237) 2017-09-27 01:40:58 -05:00
jzhao
1aed2d1f30 fix(TDI-39518) tSendMail job with multiline Message cannot be moved from 6.1.1 to 6.4.1 (#1234) 2017-09-25 17:52:29 +08:00
GGu
19ba06f149 feat(TUP-18122): do audit for components and extension modules (#1180) 2017-09-22 01:06:37 -05:00
hwang-talend
93858071b7 fix(TUP-18607):[BUG] Hive/Hbase wizard cann't click Finish button under (#1232)
any cluster
2017-09-22 09:55:28 +08:00
Laurent BOURGEOIS
224cab9e46 fix(TBD-5655) : Add Yarn cluster mode constant (#1229)
* fix(TBD5655) : Add Yarn cluster mode constant

* fix(TBD5655) : WIP
2017-09-19 15:30:51 +02:00
wchen-talend
f84a9d4135 Wchen/feature/tup 18350 nexus3 (#1196)
* commit 1

* feature(TUP-18350):Do some refactor and create the common API for nexus
2.x and 3.x

* feat(TUP-18351)Implement the search/deploy/update snapshot for nexus 3.x

* feat(TUP-18351):Implement the search/deploy/update snapshot for nexus
3.x

* feat(TUP-18351):Implement the search/deploy/update snapshot for nexus
3.x

* feat(TUP-18351):Implement the search/deploy/update snapshot for nexus
3.x

* feat(TUP-18351):Implement the search/deploy/update snapshot for nexus
3.x

* feat(TUP-18351):Implement the search/deploy/update snapshot for nexus
3.x

* feat(TUP-18351): keep nexus 2.x work the same as before.

* feat(TUP-18351):Implement the search/deploy/update snapshot for nexus
3.x

* feat(TUP-18351):Implement the search/deploy/update snapshot for nexus
3.x

* feat(TUP-18351):Implement the search/deploy/update snapshot for nexus
3.x

* feat(TUP-18351):rename the aether plugin

* feat(TUP-18351):Implement the search/deploy/update snapshot for nexus
3.x

* feat(TUP-18351):Implement the search/deploy/update snapshot for nexus
3.x
2017-09-19 16:11:14 +08:00
Andreas Mattes
b462f7a978 TESB-20303 - Ensure reference projcet recognition for project names w… (#1219)
* TESB-20303 - Ensure reference projcet recognition for project names with spaces.

This fix ensures that the reference project is recognized by its name even if label and technical label differ by more than just upper/lower case due to characters like spaces in the project label which are escaped in the technical label.

* TESB-20303 - Special case of class name resolution for routelets handled in a separate class.

* TESB-20303 - Copyright header added to RouteUtil.
2017-09-15 10:55:15 +02:00
GGu
cda81d1b1e fix(TUP-18437): unify to use same api to create URI (#1197)
* fix(TUP-18437): unify to use same api to create URI

* fix(TUP-18437): fix the junit problem
2017-09-15 02:30:13 -05:00
nrousseau
2f70c1a879 fix(TUP-18487) fix problem of junit, avoid to hang (#1228) 2017-09-15 14:10:10 +08:00
SunChaoqun
0a19d5a85f TESB-20333:Data Services (REST) as Microservice (#1227) 2017-09-15 10:58:15 +08:00
nrousseau
2b543d3ac1 fix(TUP-18452) fix wrong generation of schema from WSDL (#1226)
Fix as well import of XSD to avoid to lose information on similar nodes
2017-09-14 11:29:38 +08:00
hcyi
389d5eb7d2 fix (TUP-18333): MSSQL: Cannot used in job correctly if password (#1210)
contains "\" or "/"
2017-09-13 18:03:49 +08:00
hcyi
e9d3c0db65 fix(TUP-18515): Reusing a SAP table stored in the metadata repository (#1220)
looses the data types.
2017-09-13 17:33:41 +08:00
Emmanuel GALLOIS
a58b4202eb chore(TDI-38416): split Marketo modules (#1224) 2017-09-13 17:30:27 +08:00
Igor Lazebny
7fc7e557dc DEVOPS-3105: Fix maven build for ESB Runtime 2017-09-13 11:29:26 +03:00
wchen-talend
0027929cce fix(TUP-18517):Adding additional JDBC parameters to metadata connection (#1221)
to Vertica doesn't work
2017-09-12 14:32:19 +08:00
hwang-talend
52494f2268 Wwang talend/tdi 39241 (#1211)
* ERepositoryObjectType.valueOf("METADATA_EDIFACT");

* feat(TUP-18321):Split the DB Wizard to handle old / new framework: Move
Choice of DB Type to a separated composite

* feat(TUP-18320):Split the DB Wizard to handle old / new framework:
select different type, show different composite

* feat(TUP-18320):Split the DB Wizard to handle old / new framework:
select different type, show different composite

* feat(TUP-18403):show the jdbc repositoryNode as children under DB
Connection repositoryNode

* feat(TUP-18320):Split the DB Wizard to handle old / new framework:
select different type, show different composite

* feat(TUP-18320):Split the DB Wizard to handle old / new framework:
select different type, show different composite

* feat(TUP-18323):Implement the drag&drop of NFC JDBC

* feat(TUP-18320):Split the DB Wizard to handle old / new framework:
select different type, show different composite

* fix(TUP-5360): Retrieve Salesforce Modules option is missing

Conflicts:
	main/plugins/org.talend.core.runtime/src/main/java/org/talend/core/runtime/services/IGenericWizardService.java

* feat(TUP-18322):retrieve JDBC schema

* feat(TUP-18459):Have a real dynamic combo box for the db type

* feat(TUP-18403):show the jdbc repositoryNode as children under DB
Connection repositoryNode

* feat(TUP-18322):retrieve JDBC schema

* feat(TUP-18324):Edit jdbc connection

* feat(TUP-18324):Edit jdbc connection
2017-09-12 10:51:37 +08:00
Seloen
9b44328ac4 feat(TUP-18192): intelligent auto map leveraging data quality algorithms (#1195)
* feat(TUP-18192)Intelligent Auto-Map,leveraging Data Quality algorithms

*Levenshtein and Jaccard done

https://jira.talendforge.org/browse/TUP-18192

* feat(TUP-18192)Intelligent Auto-Map,leveraging Data Quality algorithms

https://jira.talendforge.org/browse/TUP-18192

* feat(TUP-18192)Intelligent Auto-Map,leveraging Data Quality algorithms

*Refined version

https://jira.talendforge.org/browse/TUP-18192
2017-09-06 09:45:24 +08:00
Irene Wang
1dd17dda4a Update copyright to 2017 2017-09-05 19:24:56 +02:00
Irene Wang
df57151cc9 Update copyright to 2017 2017-09-05 17:12:21 +02:00
Andreas Mattes
e3a2fcfcdd TESB-20301 - Helper class for late resolution of OSGi services added. (#1216) 2017-09-05 14:33:35 +02:00
hcyi
6a0a668db7 fix (TUP-18492): Stats&Logs still use JTDS driver even select Microsoft (#1213) 2017-09-05 16:00:08 +08:00
nrousseau
e9545f6daa fix(TUP-18434): fix problem of refresh (#1207)
Fix the problem of reference display and limit the number of refresh
done.
2017-09-04 10:32:04 +08:00
Seloen
023822bb5c fix(TUP-18465): column names that contain Japanese get some underscores (#1209)
https://jira.talendforge.org/browse/TUP-18465
2017-09-01 18:27:44 +08:00
jzhao
544faa63bb fix(TDI-39289) : support tSnowflakeConnection in ELTJDBC (#1198)
* add mapping for snowflake
2017-09-01 10:02:23 +08:00
hcyi
9cb89483f4 fix(TUP-18388): add some new junits to enhance and fix the failed ones. (#1201)
* fix(TUP-18388): add some new junits to enhance and fix the failed ones.

* fix(TUP-18388): Cannot get globalMap after tFlowToIterate.
2017-08-31 17:57:58 +08:00
wchen-talend
2276003783 feat(TUP-18280):Add possibility to control classpath during the build (#1208) 2017-08-30 17:56:27 +08:00
GGu
cd2a663584 fix(TUP-18448/build): fix the missing children jars when build job (#1206) 2017-08-29 14:29:41 +08:00
Rémy DUBOIS
5d0c0d40d8 feat(TBD-5339): Add unsupported types for Kudu components (#1194) (#1203) 2017-08-28 14:22:34 +02:00
zwxue
94270a6b7b fix(TUP-16486):Performance: Importing Progress stops at "Populate items (#1205)
to import".
2017-08-28 17:31:46 +08:00
wchen-talend
069195c3bc fix(TUP-18452):The Generated schema is wrong by 'Import WSDL Schemas" (#1204) 2017-08-28 15:33:31 +08:00
hcyi
adef28b2a4 fix (TUP-18425): global check of Talendforge.org/Forums in Talend Studio (#1202)
+ apps
2017-08-25 17:20:10 +08:00
Seloen
148dfdf201 fix(TUP-18404): Link Target Issue (#1199)
* fix(TUP-18404)Link Target Issue

*add colors for table since mac does not support row separater line
*adjust "y" coordinate of end point of line on mac

https://jira.talendforge.org/browse/TUP-18404

* fix(TUP-18404)Link Target Issue

xwen committed 2 hours ago
*add colors for table since mac does not support row separater line
*adjust "y" coordinate of end point of line on mac

https://jira.talendforge.org/browse/TUP-18404
2017-08-24 09:42:26 +08:00
hcyi
57e6979015 fix(TUP-18388): Cannot get globalMap after tFlowToIterate. (#1191) 2017-08-23 14:19:38 +08:00
zwxue
59fe8dbc89 fix(TUP-18382):tXMLMap miss some fields while import schema from (#1193) 2017-08-17 18:14:51 +08:00
GGu
c5d1a8248e fix(TUP-18405/module): enable to update the list of modules parameter (#1192) 2017-08-16 16:26:34 +08:00
hcyi
9a54aa3020 TUP-18355:Opening a BD job from the search feature in Studio transforms (#1182)
it into a DI job
2017-08-11 10:29:23 +08:00
hwang-talend
1dc546330e Hwang/tup 18362 (#1184)
* Revert "fix(TUP-18325)Interface of Row line component display deformation (#1179)"

This reverts commit 4a779b4b22.

* Revert "fix(TUP-17873):tRowGenerator : wizard display : auto-expand, but dont recollapse"

This reverts commit 86450ecae3.

* Revert "fix(TUP-17873):tRowGenerator : wizard display : auto-expand, but dont recollapse"

This reverts commit fc7309413e.

* fix(TUP-18362):Generic schemas: UI layout of "Create new generic
schemaof 2" isn't correct
2017-08-11 10:01:34 +08:00
apoltavtsev
1d68a332ce TESB-20067 Patched Axis 1.4 library is added to Axis dependencies bundle (#1186)
* TESB-20067 Patched Axis 1.4 library is added to Axis dependencies bundle

* TESB-20067 Name of Patched Axis 1.4 library is changed from "axis-p1-6.0.0.jar" to "axis-p1.jar"

* TESB-20067 axis-p1-6.0.0.jar is removed
2017-08-09 18:12:07 +08:00
kjwang-talend
3af09837b5 fix(TUP-18349): "Detect Dependencies" doesn't work (#1181)
https://jira.talendforge.org/browse/TUP-18349
2017-08-07 11:53:09 +08:00
hwang-talend
7a76ba89b5 fix(TUP-18335):Testcase detect context update incorrectly (#1183) 2017-08-03 17:52:51 +08:00
zwxue
80a1be9139 fix(TUP-17688): Performing HDFS operation after a tDataPrepRun. (#1140) 2017-08-03 17:35:01 +08:00
hwang-talend
06ecc58ecb fix(TUP-5432):Component Framework :Salesforce: For component (#1174)
* fix(TUP-5432):Component Framework :Salesforce: For component
tsalesforceinput when select a repository salesforce which convert to
context will show pop up error.

* fix(TUP-5432):Component Framework :Salesforce: For component
2017-08-03 16:14:47 +08:00
Seloen
4a779b4b22 fix(TUP-18325)Interface of Row line component display deformation (#1179)
https://jira.talendforge.org/browse/TUP-18325
2017-07-28 18:21:34 +08:00
Chao MENG
edd2546274 TUP-16794 : Improve the save logic in LocalRepositoryFactory (#843)
TUP-16794 : Improve the save logic in LocalRepositoryFactory
https://jira.talendforge.org/browse/TUP-16794
2017-07-28 17:17:03 +08:00
wchen-talend
ef66fdb603 fix(TUP-18265):tELTSAPMAP component does not work as expected (#1163) 2017-07-28 17:01:31 +08:00
hcyi
c0dd136303 TUP-10160:use javadb embeded connect derby,when finish there are errors (#1177) 2017-07-28 14:55:01 +08:00
hcyi
b9f5b9f719 TUP-18267:Layout of schema shell is not user-friendly than it in 641 (#1159) 2017-07-28 14:51:26 +08:00
wchen-talend
9a565c64fa fix(TUP-18001):InvocationTargetException show when import the attached (#1171)
* fix(TUP-18001):InvocationTargetException show when import the attached
job

* fix(TUP-18001): add junit
2017-07-27 18:07:57 +08:00
zwxue
fbceda5d4a fix(TUP-18326):GIT/SVN: switch branch will cause NPE when editing (#1176) 2017-07-27 15:58:58 +08:00
hcyi
a896a3cfd5 TUP-18195:tTeradataInput shouldn't ask for jars if required jar is (#1173)
already installed
2017-07-27 10:36:11 +08:00
chmyga
7c81f978c7 fix(TCOMP-291):add method to find dynamic property (#1074) 2017-07-26 16:15:41 +08:00
Seloen
d8df3cb799 Revert "fix(TUP-17378)Should not show CDH 5.8 Spark 2 distribution in MR job (#1166)" (#1172)
This reverts commit e89d0e3521.
2017-07-21 02:54:47 -05:00
Seloen
e89d0e3521 fix(TUP-17378)Should not show CDH 5.8 Spark 2 distribution in MR job (#1166)
https://jira.talendforge.org/browse/TUP-17378
2017-07-21 11:54:47 +08:00
Chao MENG
d0618ac17c fix(TUP-6786): schema name refresh problem (#1170)
fix(TUP-6786): schema name refresh problem
https://jira.talendforge.org/browse/TUP-6786
2017-07-20 18:38:16 +08:00
wchen-talend
b166eba2cb feature(TUP-18280):Add possibility to control classpath during the build (#1167) 2017-07-20 18:07:52 +08:00
wchen-talend
34ef2132fd feature(TUP-18280):Add possibility to control classpath during the build (#1164) 2017-07-20 16:16:58 +08:00
kjwang-talend
69351f0892 Kjwang/fix(tup 18276)patch broke build job with subjobs from reference project junit (#1165)
* kjwang/fix(TUP-18276):PATCH broke Build Job with sub-jobs from Reference
project(junit)
https://jira.talendforge.org/browse/TUP-18276

* kjwang/fix(TUP-18276):PATCH broke Build Job with sub-jobs from Reference
project(junit)
https://jira.talendforge.org/browse/TUP-18276
2017-07-20 02:47:16 -05:00
kjwang-talend
b048c337d4 kjwang/fix(TUP-18276):PATCH broke Build Job with sub-jobs from Reference (#1161)
* kjwang/fix(TUP-18276):PATCH broke Build Job with sub-jobs from Reference
project
https://jira.talendforge.org/browse/TUP-18276

* kjwang/fix(TUP-18276):PATCH broke Build Job with sub-jobs from Reference
project
https://jira.talendforge.org/browse/TUP-18276
2017-07-20 14:38:18 +08:00
hwang-talend
75c0090ffd fix(TUP-18252):Hbase of Mapr:open existing hbase connection,some default (#1160)
value are not shown
2017-07-20 09:46:51 +08:00
kjwang-talend
dbd62e1a79 fix(TUP-18049)Unable to Retrieve Schema if clicking multiple times (#1158)
https://jira.talendforge.org/browse/TUP-18049
2017-07-18 16:38:30 +08:00
hcyi
a0829235c2 fix TUP-18186:bad type for xs:int and xs:long when importing document schéma from file (xsd) (#1155)
* TUP-18186:bad type for xs:int and xs:long when importing document schéma
from file (xsd)

* TUP-18186:add junit for bad type for xs:int and xs:long when importing
document schéma from file (xsd)
2017-07-17 10:42:43 +08:00
hwang-talend
d6309b38f4 fix(TUP-17992):RefProject:Run Test Case: nothing feedback after run (#1153)
testcase
2017-07-17 10:08:27 +08:00
hwang-talend
2f20845620 fix(TUP-18252):Hbase of Mapr:open existing hbase connection,some default (#1157)
value are not shown
2017-07-17 10:05:12 +08:00
Chao MENG
f550757cfc fix(TUP-6786): repository refresh problem for schema when click cancel (#1156)
fix(TUP-6786): repository refresh problem for schema when click cancel
https://jira.talendforge.org/browse/TUP-6786
2017-07-14 17:55:10 +08:00
hcyi
3c189b137a TUP-18256:Hadoop Property not sync to MapRDB parameters in Spark job (#1152) 2017-07-14 16:46:10 +08:00
Chao MENG
2ba00370c7 fix(TUP-18215): improve performance of "Finishing integrity check" (#1154)
fix(TUP-18215): improve performance of "Finishing integrity check
https://jira.talendforge.org/browse/TUP-18215
2017-07-14 10:57:59 +08:00
hcyi
d9e761903c TUP-18195:tTeradataInput shouldn't ask for jars if required jar is (#1149)
already installed
2017-07-14 10:12:08 +08:00
Chao MENG
8ee107c199 fix(TUP-18204): NullPointerException when opening code routines from (#1148)
fix(TUP-18204): NullPointerException when opening code routines from Reference project after switch branch
https://jira.talendforge.org/browse/TUP-18204
2017-07-12 10:08:45 +08:00
hwang-talend
f68282e5bc fix(TUP-18208):Studio sending multiple "getLibLocation" metaservlet (#1147)
calls for each build activity
2017-07-11 10:03:45 +08:00
wang wei
29ec825256 fix(TDI-39076): Ref: Large temp files being created on disk while look up in tmap component and filling the disk (#1124) 2017-07-10 17:05:05 +08:00
Chao MENG
90b6a28288 fix(TUP-18152): when the first time create tag,always met the issue (#1146)
fix(TUP-18152): when the first time create tag,always met the issue"connect server timeout"
https://jira.talendforge.org/browse/TUP-18152
2017-07-07 18:19:07 +08:00
Chao MENG
55277da105 fix(TUP-16691): uncommitted items not show if click Apply then Ok on (#1145)
fix(TUP-16691): uncommitted items not show if click Apply then Ok on Project settings->custom components
https://jira.talendforge.org/browse/TUP-16691
2017-07-07 18:09:45 +08:00
zwxue
dfd4fc29b4 fix(TUP-17609):Add junit for TUP-17566. (#1143)
* Revert commit fix(TUP-17566): still pop up hadoop-conf-xx.jar when main
project job use ref project's hadoop cluster.

* test(TUP-17609):Add Junit for TUP-17566.
2017-07-07 17:18:52 +08:00
wchen-talend
a5a6c24267 fix(TUP-18128):joblets change not applied to all jobs automatically (#1129)
* fix(TUP-18128):joblets change not applied to all jobs automatically

* fix(TUP-18128):joblets change not applied to all jobs automatically
2017-07-05 14:25:27 +08:00
zwxue
78a5f8d586 fix(TUP-15902):CI plugin: version of Bean and Pig UDF not change if (#1141)
enable <deploy.version> in pom.xml.
2017-07-05 10:49:39 +08:00
wchen-talend
38b13c1fce fix(TUP-18188):Cannot retrieve view for Microsoft SQLServer (#1139) 2017-07-05 10:14:43 +08:00
Ivan Gonchar
e1540367b3 chore: update Components version to 0.20.0-SNAPSHOT (#1132) 2017-07-04 16:28:26 +08:00
kjwang-talend
c20fb30b4b fix(TUP-17904):Export Context with multiple groups is slow (#1135)
https://jira.talendforge.org/browse/TUP-17904
2017-07-04 09:54:14 +08:00
Seloen
0f54f38111 fix(TUP-18078)Selected context Could not be deselect (#1136)
https://jira.talendforge.org/browse/TUP-18078
2017-07-03 01:04:18 -05:00
hwang-talend
40ef3132cb fix(TUP-18107):JDBC URL change to jdbc:xxx://<xxx>:<xxx> if export the (#1133)
connection to context with more than one group and do dataviewer with
wrong group setting.
2017-06-30 09:50:52 +08:00
hcyi
35987a79d5 TUP-17844:[6.4.0] When opening Spark Streaming job and lock it it grays (#1115)
out hadoop distro selection.
2017-06-29 11:19:48 +08:00
wang wei
b5d1dc42f9 fix(TDI-39087): tExaBulkExec can not have empty string as field delimiter(#1130) 2017-06-29 10:03:47 +08:00
Seloen
8128683525 fix(TUP-18002)can't see context after first added when drop to editor (#1131)
https://jira.talendforge.org/browse/TUP-18002
2017-06-28 04:04:39 -05:00
kjwang-talend
72d2e14638 fix(TUP-17800):detect dependencies trigger a dialogue box of change (#1126)
https://jira.talendforge.org/browse/TUP-17800
2017-06-28 09:55:23 +08:00
Yucheng Bai
0c942b048e fix(TUP-18154): Cleanup the code related to quotes for new component (#1128)
framework
2017-06-27 14:36:11 +08:00
hwang-talend
86450ecae3 fix(TUP-17873):tRowGenerator : wizard display : auto-expand, but dont recollapse 2017-06-27 14:13:14 +08:00
Yucheng Bai
7bf997129c test(TUP-18151): fix (#1125)
org.talend.commons.utils.VersionUtilsTest.testGetTalendVersion
2017-06-26 18:36:14 +08:00
hwang-talend
fc7309413e fix(TUP-17873):tRowGenerator : wizard display : auto-expand, but dont recollapse 2017-06-26 18:20:40 +08:00
zwxue
77aeee78be fix(TUP-16486):Performance: Importing Progress stops at "Populate items (#1123)
to import".
2017-06-26 16:19:49 +08:00
hcyi
364db3cde8 TUP-18046:Cannot Retrieve Columns from Metadata MapRDB Database (#1122)
* TUP-18046:Cannot Retrieve Columns from Metadata MapRDB Database
Connection.

* TUP-18046:update,Cannot Retrieve Columns from Metadata MapRDB Database
Connection
2017-06-26 15:27:27 +08:00
wchen-talend
7a0c729f6a fix(TUP-18120): fix document generate and export problems (#1119) 2017-06-26 15:18:05 +08:00
Seloen
129e7a12e1 fix(TUP-18089)SQLBuilder insert /n in value but changing their meaning (#1121)
*Remove the method to make line break. 
*add a junit.

https://jira.talendforge.org/browse/TUP-18089
2017-06-26 10:17:38 +08:00
zwxue
db71927bbc test(TUP-18011):Add JUnit for pom settings. (#1113) 2017-06-26 09:59:21 +08:00
kjwang-talend
0ec51616aa kjwang/fix(tup 18049)unable to retrieve schema if clicking multiple times in succession (#1114)
* fix(TUP-18049)Unable to Retrieve Schema if clicking multiple times in
succession
https://jira.talendforge.org/browse/TUP-18049

* fix(TUP-18049)Unable to Retrieve Schema if clicking multiple times in
succession
https://jira.talendforge.org/browse/TUP-18049

* fix(TUP-18049)Unable to Retrieve Schema if clicking multiple times in
succession
https://jira.talendforge.org/browse/TUP-18049
2017-06-26 09:54:34 +08:00
Seloen
6fd2d491a9 fix(TUP-6860)Access has Error when check connection with password (#1117)
* fix(TUP-6860)Access has Error when check connection with password

https://jira.talendforge.org/browse/TUP-6860

* fix(TUP-6860)Access has Error when check connection with password

https://jira.talendforge.org/browse/TUP-6860
2017-06-26 09:36:11 +08:00
hcyi
051e665943 TUP-18046:Cannot Retrieve Columns from Metadata MapRDB Database (#1120)
Connection.
2017-06-23 18:10:03 +08:00
kjwang-talend
4be51aba17 fix(TUP-18137)Need to remove http calls to use https only (#1118)
* fix(TUP-18137)Need to remove http calls to use https only
https://jira.talendforge.org/browse/TUP-18137

* fix(TUP-18137)Need to remove http calls to use https only
https://jira.talendforge.org/browse/TUP-18137

* fix(TUP-18137)Need to remove http calls to use https only
https://jira.talendforge.org/browse/TUP-18137

* fix(TUP-18137)Need to remove http calls to use https only
https://jira.talendforge.org/browse/TUP-18137
2017-06-22 18:01:11 +08:00
wchen-talend
550bd186f7 fix(TUP-18014):Rename folder has "ResourceNotFoundException" in error (#1108)
log list
2017-06-22 11:59:44 +08:00
Chao MENG
151f42c6e9 fix(TUP-17098): better to give a "commit files" progress popup instead (#1106)
fix(TUP-17098): better to give a "commit files" progress popup instead of just show it in right-bottom corner for git
https://jira.talendforge.org/browse/TUP-17409
2017-06-21 10:10:16 +08:00
hcyi
86693d83ee TUP-17951:Changing datatype for middle variable in a tMap requires (#1103)
pressing 'Return/Enter' to confirm selection.
2017-06-20 13:51:25 +08:00
GGu
7f92518048 test(TUP-18073): fix the failed junits (#1112) 2017-06-20 11:58:00 +08:00
wchen-talend
041fee1b14 fix(TUP-17950):Failed to generate code after making minor valid changes (#1105)
to tPostgresqlSCD component
2017-06-20 10:18:40 +08:00
Seloen
1e7e35d281 fix(TUP-18019)context group dialog popup manytimes when check service (#1107)
* fix(TUP-18019)context group dialog popup manytimes when check service

*when have many context groups within Hive, Hbase, Hcate or HDFS, open
their wizard will not pop up select-context dialog now. 

*dialog will not appear when check service also.

https://jira.talendforge.org/browse/TUP-18019

* fix(TUP-18019)context group dialog popup manytimes when check service

https://jira.talendforge.org/browse/TUP-18019
2017-06-19 14:45:43 +08:00
wchen-talend
d10f6e7302 fix(TUP-17900):"Export all projects documentation" does not create the (#1109)
zip file
2017-06-19 14:22:09 +08:00
GGu
3789a7e057 fix(TUP-18073): enhance and unify the component folders (#1111)
* fix(TUP-18073): miss component zip in installed folder

* fix(TUP-18073): install lib in m2 always and unify the component folder
2017-06-19 14:21:34 +08:00
wang wei
97dd042b66 fix(TDI-37439): update the binary for the source change set (#1110)
* fix(TDI-37439): update the binary for the source change set

* fix(TDI-37439): update the binary for the source change set
2017-06-19 11:29:45 +08:00
hwang-talend
826007804c TUP-18067:Sync changes in 6.3 of TUP-18042 to master (#1102) 2017-06-16 18:13:10 +08:00
Seloen
3d4628befb fix(TUP-18000)Warning unclear when studio link tonexus with wrong users (#1095)
* fix(TUP-18000)Warning unclear when studio link tonexus with wrong users

https://jira.talendforge.org/browse/TUP-18000

* fix(TUP-18000)Warning unclear when studio link tonexus with wrong users

https://jira.talendforge.org/browse/TUP-18000

* fix(TUP-18000)Warning unclear when studio link tonexus with wrong users

https://jira.talendforge.org/browse/TUP-18000

* fix(TUP-18000)Warning unclear when studio link tonexus with wrong users

https://jira.talendforge.org/browse/TUP-18000
2017-06-15 22:44:02 -05:00
Jenkins Continuous Build server
d489f7d689 Set version to 6.5.0 SNAPSHOT 2017-06-14 13:27:31 +02:00
nrousseau
400586cd10 update url to https 2017-06-14 15:53:59 +08:00
hwang-talend
85571ecd39 fix(TUP-17492):Nexus lib:reload same name but different size jar, can't (#1099) 2017-06-14 15:50:15 +08:00
Pierre Teyssier
b5359b30c1 chore: integrate TCOMP release 0.19.0 2017-06-14 11:51:56 +08:00
GGu
741c707d76 test(TUP-18038): fix the compile error (#1098) 2017-06-14 10:41:51 +08:00
nrousseau
6271047ad5 babili-export (#1097) 2017-06-14 10:40:55 +08:00
GGu
1383444dd7 feat(TUP-18038): enhance the deploy components to nexus (#1091) 2017-06-14 10:08:29 +08:00
Yucheng Bai
13acc24ade test(TUP-17636): fix some failed junits. (#1096) 2017-06-13 19:29:40 +08:00
Chen Bin
3329b04923 fix(TBD-5193): correct spark cassandra jar id (#1094) 2017-06-13 17:52:24 +08:00
SunChaoqun
fbc0fd9db4 TESB-19787:Import a route with routelet, the relationship of the (#1092)
routelet will be missed
2017-06-13 16:34:36 +08:00
hwang-talend
7c75577742 feat(TUP-18048):Update translations for 6.4.1 (#1090) 2017-06-13 14:49:36 +08:00
GGu
d264762ce6 test(TUP-17636): fix and update some failed junits (#1089) 2017-06-13 14:11:33 +08:00
Chao MENG
5582d2189f fix(TUP-16516): after change context group under repository re-import (#1088)
fix(TUP-16516): after change context group under repository re-import the whole project again will get error
https://jira.talendforge.org/browse/TUP-16516
2017-06-13 11:53:28 +08:00
Liu Xinquan
c97360a428 TDQ-13814 TDQ-13929 the list of select Embedded rule dialog is empty (#1087) 2017-06-12 19:26:32 +08:00
Yucheng Bai
7fa57a91ef feature(TUP-17636): Enable to share components after download (#1042)
* feat(TUP-17645): enable to share new components to nexus

* feat(TUP-17636): unify component install to p2 feature.

* feature(TUP-17636): Enable to share components after download

* test(TUP-17645/junit): add some junits to test deploy components

* test(TUP-17645/junit): remove the nexus infor

* feat(TUP-17636): fix some problems.

* feat(TUP-17636): fix some problems.

* feat(TUP-17662): add the login task to install components from nexus

* feat(TUP-17662): add the log for failed messages

* feat(TUP-17662): try to install without restart after install components

* feat(TUP-17645): add the missing login task

* feat(TUP-17645): enhance the install shared components when logon

* fix(TUP-17616) reload components after install

* feat(TUP-17636): support nexus repository id for properties

* feat(TUP-17636): add junit for server manager
2017-06-12 18:30:30 +08:00
kjwang-talend
c067502102 TUP-17701 Can't setup / reopen tMap if component is not existing (D&D (#1086)
tmap from palette to Job)
https://jira.talendforge.org/browse/TUP-17701
2017-06-12 17:30:30 +08:00
wang wei
34cec768b8 fix(TDI-38904): Tracking influence for AWS connectors (#1085) 2017-06-12 17:30:11 +08:00
kjwang-talend
b68e40571f fix(TUP-5461):AmazonAurora components can't select existing connection (#1084)
https://jira.talendforge.org/browse/TUP-5461
2017-06-12 14:58:37 +08:00
zwxue
dbc9125c40 fix(TUP-18022):CI builder: item run fail on LogoffProjectCommand. (#1083) 2017-06-12 14:10:56 +08:00
nrousseau
f63ff44d55 fix(TBD-5163) fix compilation error 2017-06-10 15:07:36 +08:00
wchen-talend
a55b8fb622 fix(TUP-17968):Additional Packages - Not taken from local folder (local (#1080)
P2 Repo)
2017-06-10 14:58:13 +08:00
Rémy DUBOIS
8ddd5dea93 fix(TBD-5163): Remove the dependencies signature in the fat jar (#1081) 2017-06-09 15:40:36 +02:00
SunChaoqun
21623b5a69 TUP-17977:Meet StackOverFlowError when import in demos. (#1078) 2017-06-09 18:26:53 +08:00
Yucheng Bai
9f9113a42d fix(TUP-17957): Salesforce: Edit schema (add->delete) :Unhandled event (#1077)
loop exception
2017-06-09 15:28:59 +08:00
GGu
29d95b9760 test(TUP-17785): fix the failed junit (#1076) 2017-06-09 14:35:36 +08:00
Seloen
d7875802e2 fix(TUP-17988)Hide Cloudera altus from distributions available on the (#1075)
wizard

https://jira.talendforge.org/browse/TUP-17988
2017-06-09 14:34:16 +08:00
Chao MENG
f901e9a057 fix(TUP-18012): wizard ui problem for xml metedata (#1073)
fix(TUP-18012): wizard ui problem for xml metedata
https://jira.talendforge.org/browse/TUP-18012
2017-06-09 10:16:53 +08:00
hcyi
e85e6027a2 TUP-17942:NPE in Excel Metadata (#1070)
* TUP-17942:NPE in Excel Metadata

* TUP-17942:remove a old junit test case since no use now.
2017-06-09 09:44:32 +08:00
GGu
bc0621bf50 fix(TUP-17785): generate new pom for jars to deploy always. (#1062)
* fix(TUP-17785): when sync the m2, always generate new pom for jars

* test(TUP-17785): add junits for PomUtil
2017-06-08 18:37:42 +08:00
kjwang-talend
3230b1c7b9 fix(TUP-17412): Remote_Runs_from_Studio_Display_Project_Setting_Log4jLevel(Fix (#1065) 2017-06-08 15:55:07 +08:00
zwxue
ef9cffeedd feat(TUP-17620): Set default value of project version. (#1072) 2017-06-08 15:21:25 +08:00
Chao MENG
ee502439c5 fix(TUP-17983): random issue when logon remote project error pop up (#1068)
fix(TUP-17983): random issue when logon remote project error pop up
https://jira.talendforge.org/browse/TUP-17983
2017-06-08 11:46:31 +08:00
Colm O hEigeartaigh
abc8ab4985 Typo fix (#1033)
* Typo fix

* Adding spaces to fix "Downloadnew components and connectorsfrom Talend Exchange."
2017-06-07 20:06:15 +01:00
qiongli
54ed5d413d TDQ-13700 save a correct driver class for sybase 16. (#1069)
* TDQ-13700 save a correct driver class for sybase 16. also fix the same
problem for MSSQL_PROP.

* TDQ-13700 code improvement.
2017-06-07 17:35:15 +08:00
Seloen
b447210a01 fix(TUP-17723)No message to notice customer why cannot upload jar (#1066)
https://jira.talendforge.org/browse/TUP-17723
2017-06-06 19:27:49 +08:00
zwxue
cc614fb2f7 fix(TUP-17660):Context: propagation won't be applied to jobs which (#1063)
aren't opened when renaming a context group.
2017-06-06 18:44:10 +08:00
zwxue
6bb620c7a3 feat(TUP-17620): Add -snapshot checkbox in deployment tab and project settings. (#1055)
* feat(TUP-17871): Add support for ESB Service of deployment.

* feat(TUP-17620): Add -snapshot checkbox in deployment tab and project
settings.
2017-06-06 16:06:03 +08:00
Ihor Istomin
a960435233 fix(TDI-34726): Implement SAX filter for removing of namespaces (#1048)
* Implemented SAX filter for removing of namespace-prefix mappings.
2017-06-06 10:32:58 +03:00
hwang-talend
e7f11320e9 fix(TUP-17328):Commandline is not able to get new jars in the lib folder (#1064) 2017-06-06 15:11:14 +08:00
wchen-talend
23ca066085 fix(TUP-17384):only part of the jars can download to ...lib\java folder (#1061)
when set share libraries in tac
2017-06-06 10:46:00 +08:00
wang wei
6461724c1b fix(TDI-32437): fix the Bug_TDI_29037_tOracleInput_65535 tuj (#1059) 2017-06-05 18:03:52 +08:00
SunChaoqun
77edcbfcc2 TESB-19732:Cannot select module for driver jar (#1060)
* TESB-19732:Cannot select module for driver jar

* TESB-19732:Cannot select module for driver jar

* TESB-19732:Cannot select module for driver jar
2017-06-05 17:50:56 +08:00
wchen-talend
ed755b5ed6 fix(TUP-17900):"Export all projects documentation" does not create the (#1051)
zip file
2017-06-02 18:45:29 +08:00
kjwang-talend
7000095e20 kjwang/fix(TUP-17701)Can't_setup_reopen_tMap_if_component_is_not_existing (#1054)
* kjwang/fix(TUP-17701)Can't_setup_reopen_tMap_if_component_is_not_existing
https://jira.talendforge.org/browse/TUP-17701

* kjwang/fix(TUP-17701)Can't_setup_reopen_tMap_if_component_is_not_existing
https://jira.talendforge.org/browse/TUP-17701
2017-06-02 17:54:38 +08:00
wchen-talend
34b9a9e4f2 fix(TUP-17890):tRunJob takes 1 minute to display the component tab (#1056)
content
2017-06-02 15:55:22 +08:00
SunChaoqun
4567070414 TESB-19643:RouteBuilder - cConfig Install button active and creation of (#1053)
6.0.0-SNAPSHOT Versions
2017-06-02 10:39:22 +08:00
Yucheng Bai
c20153346f fix(TUP-17664): change context group name,then run job will pop up (#1052)
hadoop-conf-name.jar to browser
2017-06-01 19:06:46 +08:00
Chen Bin
f3c670b4a5 feat(TBD-5146): Add Altus as distribution. 2017-05-31 18:12:42 +02:00
yyin-talend
5c6355ebe1 TDQ-13685 -tMultiPatternCheck: fix one bug about refresh deleted (#1049) 2017-05-31 16:43:57 +08:00
Chao MENG
aacd206014 fix(TUP-17867): can't logon git mdm project (#1047)
* fix(TUP-17867): can't logon git mdm project
https://jira.talendforge.org/browse/TUP-17867

* fix(TUP-17867): can't logon git mdm project
https://jira.talendforge.org/browse/TUP-17867
2017-05-27 17:59:05 +08:00
GGu
d5aecf595a fix(TUP-17680): disable to install for new CF components (#1046) 2017-05-26 18:25:02 +08:00
wchen-talend
cc50c42579 fix(TUP-17551): refresh child element when expand selected category (#1041) 2017-05-26 10:33:36 +08:00
Seloen
7587fe65ee fix(TUP-14124):Retrieve schema (#1044)
*now can automatically recognize Float, Integer, Long and Double from
NUMERIC DB type.

https://jira.talendforge.org/browse/TUP-14124
2017-05-25 15:14:35 +08:00
wchen-talend
c091964850 Bugfix/6.4.1/tup 17695 improve joblet (#1036)
* fix(TUP-17695):The same joblet is load many times when open the tRunjob
which use lots of joblets.

* fix(TUP-17695):The same joblet is load many times when open the tRunjob
which use lots of joblets.

* fix(TUP-17695):The same joblet is load many times when open the tRunjob
which use lots of joblets.

* fix(TUP-17695): update editor after import
2017-05-25 10:58:12 +08:00
zafkirTalend
34911ebd2a feat(TBD-5000): Add Spark 2.1 in local mode (#1040) 2017-05-24 14:41:06 +02:00
nrousseau
42d38fd7d9 fix(TUP-17746): fix search artifacts from nexus (#1035)
* fix(TUP-17746): fix search artifacts from nexus

* fix(TUP-17746) add back the missing snapshot search
2017-05-24 17:39:05 +08:00
Seloen
553727c16c fix(TUP-17659)EMR 55 hbase should not enable kerberos authentication (#1038)
* fix(TUP-17659)EMR 55 hbase should not enable kerberos authentication

*Disable kerberos for EMR's Hbase

https://jira.talendforge.org/browse/TUP-17659

* fix(TUP-17659)EMR 55 hbase should not enable kerberos authentication

https://jira.talendforge.org/browse/TUP-17659

* fix(TUP-17659)EMR 55 hbase should not enable kerberos authentication

*do more optimization

https://jira.talendforge.org/browse/TUP-17659
2017-05-23 19:10:14 +08:00
Seloen
638f9f1e3e Bugfix/6.4.1/tup 17829 incorrect characters can be saved when edit property (#1037)
* fix(TUP-17829):incorrect characters can be saved when edit property

https://jira.talendforge.org/browse/TUP-17829

* fix(TUP-17829):incorrect characters can be saved when edit property

https://jira.talendforge.org/browse/TUP-17829
2017-05-22 19:06:50 +08:00
hcyi
eae7968b9a TUP-17114:Cann't retrieve schma for HDFS when studio is on EC2 instance (#1034)
when EC2 and EMR5 are in same VPC
2017-05-22 16:10:41 +08:00
pyzhou
a18357f27d TDI-38803:StringHandling.LPAD(first_string, length) return wrong value (#1031) 2017-05-19 10:58:47 +08:00
Seloen
4f9dd87007 fix(TUP-17829):incorrect characters can be saved when edit property (#1032)
https://jira.talendforge.org/browse/TUP-17829
2017-05-18 18:27:17 +08:00
hwang-talend
0cf63aee45 fix(TUP-17591):Cannot drag the Spark Streaming joblet to the Spark (#1028)
Streaming job which are both converted from Spark job for the first time
2017-05-18 11:02:52 +08:00
Chao MENG
59a898268e fix(TUP-17221): git performance slow with distant git repository (#1029)
fix(TUP-17221): git performance slow with distant git repository
https://jira.talendforge.org/browse/TUP-17221
2017-05-18 10:50:00 +08:00
Seloen
aab3724858 fix(TUP-17771):Should not remove "Job result folder" from HDI wizard (#1030)
*forgot to push this branch

https://jira.talendforge.org/browse/TUP-17771
2017-05-18 10:34:21 +08:00
zwxue
78759cace2 fix(TUP-17643): Locally checked out Branch does not contains the project (#1026) 2017-05-17 17:32:03 +08:00
GGu
823e64ab9c test(TUP-17687): fix some junit issues (#1027)
* test(TUP-17687): fix the problem for accessing web junit

* test(TUP-17687): fix one error log for NPE DB

* test(TUP-17687): disable the debug flag for port test
2017-05-17 11:19:27 +08:00
GGu
2443f907ae test(TUP-17687): enhance the junits (#1025)
* test(TUP-17687): check junits when no access website

* test(TUP-17687): don't use PowerMock for junit

* test(TUP-17687): enhance the generic type

* test(TUP-17687): fix the failed junits without PowerMock

* test(TUP-17687): clean the m2 temp folder
2017-05-15 16:38:05 +08:00
GGu
7689581c53 test(TUP-17687): enhance junits (#1022)
* test(TUP-17687): check junits when no access website

* test(TUP-17687): don't use PowerMock for junit

* test(TUP-17687): enhance the generic type

* test(TUP-17687): fix the failed junits without PowerMock
2017-05-15 10:44:34 +08:00
wchen-talend
ea5c9aa4cd fix(TUP-16668): Mediation Perspective Bean Code Library Dependencies go Global (#1021) 2017-05-15 10:14:38 +08:00
GGu
a7ddc5c654 fix(TUP-17692) : change to 6.4.1 (#1023) 2017-05-15 10:06:35 +08:00
wchen-talend
cf9535637a fix(TUP-17551):There is npe when try to install tdm/esb in "Install (#1024)
Additional Packages"
2017-05-12 17:34:32 +08:00
nrousseau
5a601e665f fix(TUP-17684) update components version 2017-05-12 12:43:09 +08:00
Jenkins Continuous Build server
2194367349 Set version to 6.4.1 SNAPSHOT 2017-05-11 10:49:04 +02:00
pyzhou
5a138a7d77 TDI-38707:add the missing static. (#1020) 2017-05-11 10:45:21 +08:00
Igor Lazebny
c09ce1c09e Update version to 6.4.1-SNAPSHOT in server poms 2017-05-10 19:24:31 +03:00
kjwang-talend
f00a468222 fix(TUP-16646):Error_when_logging_into_Project_that_has_a_reference_project_in_Dev_Studio (#1016)
https://jira.talendforge.org/browse/TUP-16646
2017-05-10 16:27:24 +08:00
GGu
d4ab8885f5 test(TUP-17674): check some junits (#1018) 2017-05-10 16:14:31 +08:00
Seloen
9bcd9bbfe9 bugfix(TUP-17592)No default value for HDInsight hadoop wizard (#1017)
https://jira.talendforge.org/browse/TUP-17592
2017-05-09 15:23:16 +08:00
hwang-talend
725000ad8d fix(TUP-17600):Label on lookup from joblet to another joblet is removed (#1008)
when child joblet is changed
2017-05-09 11:30:39 +08:00
zwxue
8cbc405554 fix(TUP-17581): Fix problem of project java version not change when (#1015)
switching project in commandline.
2017-05-08 17:11:55 +08:00
wchen-talend
47da9903f8 TUP-17611:Talend and SAP Bapi connectivity : incorrect data type for (#1014)
table schemas
2017-05-08 14:56:34 +08:00
Chao MENG
1f1fd6f936 fix: throw exception when running junit (#1013) 2017-05-05 17:27:11 +08:00
ycbai
f4f2ed2048 fix(TUP-17078): add junits. 2017-05-05 11:19:58 +08:00
pyzhou
9f4f15b45f TDI-38707:Some conversion functions need optimize (#1012) 2017-05-05 11:04:42 +08:00
Yucheng Bai
f87674a199 fix(TUP-17078): fix the logical type problem of new framework. (#1010) 2017-05-04 16:53:38 +08:00
Pierre Teyssier
f7383b5ce7 release: integrate tcomp/0.18.0 2017-05-04 15:43:44 +08:00
GGu
41d8b8f3d5 fix(TUP-17626): fix the problem for no nexus password (#1009) 2017-05-04 14:57:03 +08:00
GGu
069fdf7659 fix(TUP-17616): check the restartable after do install (#1007) 2017-05-03 19:15:37 +08:00
wchen-talend
a38afe614e TUP-17457:Salesforce Metadata Bug 2017-05-03 18:51:42 +08:00
wchen-talend
2957bcb89e TUP-17457:Salesforce Metadata Bug (#1005) 2017-05-03 18:19:45 +08:00
GGu
ca17e4af10 fix(TUP-17604): install the m2 repos after logon project (#1006)
* fix(TUP-17604): install the m2 repos after logon project

* test(TUP-17604): add junits for install m2 repos after logon
2017-05-03 17:28:04 +08:00
zwxue
b97de58993 TUP-17581: Java version do not change correctly when switch from a (#1004)
project with java version 8 to a project with java version 7.
2017-05-03 15:36:13 +08:00
zwxue
ffccfb7af2 fix(TUP-17583): The default java version is 1.7 for new created remote (#1003)
project.
2017-05-03 15:32:09 +08:00
zwxue
71a8237dbe fix(TUP-17566): still pop up hadoop-conf-xx.jar when main project job (#1002)
use ref project's hadoop cluster.
2017-05-03 14:28:07 +08:00
hcyi
51a703cb22 TUP-17590:Update translations for 6.4.0. (#1001) 2017-05-03 10:30:05 +08:00
nrousseau
e171c71ad8 fix(TUP-17584): fix installation of components from m2 2017-05-02 20:05:11 +08:00
GGu
a871c0090e feat(TUP-17393): enable to install new component in additional package (#1000)
* feat(TUP-17393): enable to download new component from remote site

* feat(TUP-17393): change to use nexus to install components

* test(TUP-17393): add junits for component feature and factory

* feat(TUP-17393): enhance the find components
2017-05-02 17:43:09 +08:00
Yucheng Bai
3276d6da4d fix(TUP-17078): Columns additional info isn't copied from schema to new (#998)
components schema after modification
2017-04-30 12:10:21 +08:00
nrousseau
8fd897185e fix(TUP-17065): fix new framework propagation (#996) 2017-04-29 09:51:51 +08:00
Rémy DUBOIS
912a7a401d feat(tbd-4453): Add support for dynamic hadoop configuration (#990) 2017-04-28 13:56:43 +02:00
GGu
058b602973 fix(TUP-17584): install lib or m2 after install (#997) 2017-04-28 17:48:23 +08:00
wchen-talend
45644fa2c4 TUP-17149:Build Job very slow compared to version 5 even with TPS-1656 (#995) 2017-04-28 16:36:47 +08:00
SunChaoqun
32dadfb565 fix(TESB-17306): connect Talend (ESB) Studio to Nexus (#991) 2017-04-28 15:54:39 +08:00
Ihor Istomin
d568bf814d fix(TDI-38624): Allow mapping of MSSQL 'CHAR' data type to Talend's 'String' (#981) 2017-04-28 12:54:03 +08:00
sbliu
0bd09bd523 DEVOPS-1222: Pull MDM CE Webservice stub artifacts from Nexus during studio build. (#958)
* DEVOPS-1222: Pull MDM CE Webservice stub artifacts from Nexus during Studio build.

* DEVOPS-1222: add version info.
2017-04-28 12:14:19 +08:00
Yucheng Bai
7fbdf2c50e fix(TUP-17501): fix quotes problems of new framework. (#987) 2017-04-28 12:06:32 +08:00
Chao MENG
229b246019 fix(TUP-17427): update url in TOS (#992)
https://jira.talendforge.org/browse/TUP-17427
2017-04-28 12:01:13 +08:00
hcyi
c8273b1f12 TUP-17036:Job fail to run use remote jobserver. (#994) 2017-04-28 11:56:31 +08:00
GGu
bf0c724771 fix(TUP-17572): enable to detect the new components (#989) 2017-04-27 17:01:46 +08:00
sbliu
8419fc9888 TMDM-10190: Allows fragment bundles to add additional API to the host(during building). (#973) 2017-04-27 14:09:25 +08:00
Ivan Gonchar
c7ce9d8e98 chore(TDI-38649): rename netsuite runtime modules according naming conventions (#980) 2017-04-27 12:00:31 +08:00
zwxue
7d5975c175 fix(TUP-17449): Cannot deploy a snapshot feature from TAC esbconductor. (#988) 2017-04-27 09:56:45 +08:00
hwang-talend
ae6db68d44 fix(TUP-17451):Guess schema fail for sybase 16. (#985) 2017-04-27 09:50:49 +08:00
wang wei
04bb47ec2e fix(TDI-38667): upgrade the redshift jdbc driver to the lastest one (#986) 2017-04-26 15:33:18 +08:00
zwxue
80a4a3acc7 feat(TUP-17364): Studio: Change Code-Gen Compiler Compliance Level to (#971)
Java 8.
2017-04-26 10:27:04 +08:00
pyzhou
16e2d06214 TDI-38412:add the to_char method and fix some bug. (#969)
* TDI-38412:add the to_char method and fix some bug.

* TDI-38412:change the wrong date format.

* TDI-38412:Use StringBuilder to avoid create too many string.
2017-04-26 09:54:46 +08:00
msjian
ea44902865 TUP-17554: Move org.talend.libraries.jboss and (#983)
* TUP-17554: Move org.talend.libraries.jboss and
org.talend.libraries.jboss.jars from tdi-studio-se to tcommon-studio-se

* TUP-17554: fix the file format
2017-04-25 16:22:12 +08:00
msjian
223e11eab6 fix(TDQ-13464): fix running the match analysis with "Store on disk" (#975)
* fix(TDQ-13464): fix running the match analysis with "Store on disk"
option get NoClassDefFoundError

* Update pom.xml
2017-04-25 16:01:38 +08:00
yyin-talend
e2ee2204f8 fix(TDQ-13507): "Cancel" button which on "Pattern Selector" dialog will dirty (#982) 2017-04-25 14:17:03 +08:00
Chao MENG
3dd25d9ea9 fix(TUP-17290): retrieve SAP Table and BW metadata can't show up (#979)
properly until click refresh repository	
https://jira.talendforge.org/browse/TUP-17290
2017-04-25 11:18:55 +08:00
pyzhou
d7761630e6 TDI-38627:NUMERIC format problem on tAS400Output (#974)
* TDI-38627:NUMERIC format problem on tAS400Output

* TDI-38627:correct the wrong boolean value.

* TDI-38627:revert the change of float.
2017-04-25 09:56:37 +08:00
hwang-talend
f4d4f299c5 fix(TUP-17524):Some decimal-type columns of hive table lose precision (#970) 2017-04-24 18:24:56 +08:00
SunChaoqun
4e1516f403 TUP-17550:Can not import in external jar when create a general jdbc (#978)
connection.
2017-04-24 17:47:46 +08:00
yyin-talend
56b75041b3 fix(TDQ-13437): fix the problem about change back to BUILTIN from Repository (#976) 2017-04-24 17:08:50 +08:00
msjian
6f0c0ee244 Revert "fix(TDQ-13464): fix running the match analysis with "Store on disk" option (#968)" (#972)
This reverts commit 978ae96fe2.
2017-04-21 14:42:21 +02:00
wchen-talend
87aaa4a34c TUP-17530 :missing salesforce dependencies when use global maven (#966)
* TUP-17530 :missing salesforce dependencies when use global maven

* TUP-17530 :missing salesforce dependencies when use global maven
2017-04-21 17:46:13 +08:00
SunChaoqun
0b289d5fe2 TESB-17306:Connect Talend (ESB) Studio to Nexus (#964)
* TESB-17306:Connect Talend (ESB) Studio to Nexus

* TESB-17306:Connect Talend (ESB) Studio to Nexus
2017-04-21 17:17:19 +08:00
msjian
978ae96fe2 fix(TDQ-13464): fix running the match analysis with "Store on disk" option (#968) 2017-04-21 15:40:21 +08:00
hwang-talend
8a331421a0 fix(TUP-17534):Different sybase db version in dbconnection and in (#965)
tsybaseinput component.
2017-04-21 11:35:22 +08:00
GGu
fc14ba4a00 Revert "TDQ-13464: fix running the match analysis with "Store on disk" option (#963)" (#967)
This reverts commit 8436613236.
2017-04-21 10:49:10 +08:00
msjian
8436613236 TDQ-13464: fix running the match analysis with "Store on disk" option (#963)
* TDQ-13464: fix running the match analysis with "Store on disk" option
get error

* TDQ-13464: rename org.talend.libraries.persist.lookup to
org.talend.persist.lookup

* TDQ-13464: rename org.talend.libraries.persist.lookup to
org.talend.persist.lookup
2017-04-20 15:47:10 +08:00
kjwang-talend
fa8ce4b6c5 fix(TUP-17412): remote runs from studio display project setting Log4jLevel (#962) 2017-04-20 15:35:24 +08:00
yyin-talend
da244f904a TDQ-13437 make tmultipattern support special cell editor (#959) 2017-04-20 11:02:26 +08:00
wchen-talend
707561ddfa TUP-17530: missing many default stuido jar when using global maven (#961)
repository
2017-04-19 17:28:47 +08:00
Seloen
2fe090f3d1 bugfix TUP-17371 (#960)
Context menu "Create Oozie" should not show on Cloudera Spark 2 Hadoop
Cluster

https://jira.talendforge.org/browse/TUP-17371
2017-04-19 16:05:10 +08:00
wchen-talend
50c6627894 TUP-17411 : do not crash stusio when service (#957)
org.ops4j.pax.url.mvn.MavenResolver not loaded
2017-04-19 15:14:37 +08:00
nrousseau
072d4a944f Revert "Feature/6.4/tup 17414 change pom dependencies (#955)" 2017-04-19 13:58:23 +08:00
Irene Wang
824d688c0b Fix c4b7258fd1 (again) 2017-04-18 15:27:46 +02:00
Irene Wang
745ae79ea3 Fix c4b7258fd1 2017-04-18 15:12:50 +02:00
Irene Wang
6ab5e9ebe7 Pass buildRootDir 2017-04-18 14:27:25 +02:00
nrousseau
5bf720e02e Feature/6.4/tup 17414 change pom dependencies (#955)
* TUP-17414: update pom of tos to change the way we build the maven
repository.

* TUP-17414: update pom of tos

* TUP-17414: update pom of tos

* TUP-17414: update pom of tos
2017-04-18 18:45:04 +08:00
wchen-talend
c4b7258fd1 TUP-17421:SHOW_IF for input CONNECTOR (#951) 2017-04-18 18:25:47 +08:00
Yucheng Bai
8f543863bb Feature/6.4/tup 16698 improve context of hadoop metadata (#953)
* Revert "Revert "Feature/6.4/tup 16698 support context for hadoop conf jar (#894)" (#934)"

This reverts commit 2fad43f5dd.

* TUP-16698: take back the feature.

* TUP-16698: Remove dynamic loading for OSGI built jobs
2017-04-18 16:46:56 +08:00
nrousseau
d6b1053a28 Revert "DEVOPS-1222: Pull MDM CE Webservice stub artifacts from Nexus during Studio build. (#952)" (#956)
This reverts commit 6ea1d26046.
2017-04-17 18:10:36 +08:00
sbliu
6ea1d26046 DEVOPS-1222: Pull MDM CE Webservice stub artifacts from Nexus during Studio build. (#952) 2017-04-17 17:45:52 +08:00
pyzhou
6b4f473ef3 TDI-38412:Refactor the code of conversion functions. (#954) 2017-04-17 16:10:29 +08:00
hwang-talend
e1f0648cbb fix(TUP-17422/hwang):Job lost the related joblet, after empty recycle (#948)
* fix(TDI-21403/hwang):Job lost the related joblet, after empty recycle
bin.

* fix(TUP-17422/hwang):Job lost the related joblet, after empty recycle
2017-04-17 14:23:17 +08:00
hwang-talend
c05b8aa1b4 feat(TUP-16710/hwang):Update Excel components to support Excel 2016/next (#945)
version
2017-04-17 10:56:09 +08:00
wchen-talend
158d8632c7 TUP-17505:Jars could be retrieved as SNAPSHOT even if defined in the (#950)
studio as release
2017-04-14 19:18:08 +08:00
hcyi
928eefc1d2 TUP-17433:Cannot Connect to Kerberized Impala DB Server via Talend 6.3.1 (#946)
MetaData DB Connection Wizzard
2017-04-14 17:30:19 +08:00
Seloen
91561f471c TUP-17442: Wrong orders for sybase db version. (#949)
https://jira.talendforge.org/browse/TUP-17442
2017-04-14 16:52:32 +08:00
GGu
552be3cd0d fix(TUP-17499): unify the api and fix NPE exception (#947) 2017-04-13 18:04:36 +08:00
Chen Bin
6fa5436ed4 fix(TBD-4791): tHBaseInput can't find linked tHBaseConnection when used
in joblet
2017-04-13 12:38:27 +08:00
hcyi
567f4777be TUP-17468:Update links to THC and Forum in Studio Welcome page. (#943) 2017-04-13 10:37:12 +08:00
hcyi
5b183eb4d7 TUP-17469:Remove a link on the Third-party Module wizard (#944) 2017-04-13 10:35:08 +08:00
zwxue
9e8eafa22a fix(TUP-17418): ContextOverride does not apply context the same as (#939)
Regular Context.
2017-04-13 10:26:33 +08:00
wang wei
491df19ce2 fix(TDI-38555): tSAPBAPI - inputs to be provided even business case does not require it(#941) 2017-04-12 09:32:31 +08:00
zwxue
93fbe0f2df Revert "fix(TUP-17440): can not import jobs which created by early studio." (#942)
This reverts commit 45da37bae6.
2017-04-11 19:15:17 +08:00
sbliu
8e951e8bc5 TMDM-10190: Extract webservice jar to fragment and change the jar name. (#940)
* TMDM-10190: Extract webservice jar to fragment and change the jar name.

* TMDM-10190: Remove empty folder from it.
2017-04-11 16:11:36 +08:00
hcyi
fe069397a1 TUP-17438:Add default value on Google Cloud Dataproc wizard (#937) 2017-04-10 16:29:18 +08:00
Chao MENG
34135160b8 Feature/6.4.0/tup 5116 tup 5280 bd project and tic (#938)
* TUP-5116 feature: Supports BD options for users/projects
https://jira.talendforge.org/browse/TUP-5116

* TUP-5280 feature: Studio use TIC as user management (additionaly to TAC)
https://jira.talendforge.org/browse/TUP-5280

Conflicts:
	main/plugins/org.talend.core.runtime/src/main/java/org/talend/core/service/IRemoteService.java

* TUP-5116 feature: Supports BD options for users/projects
https://jira.talendforge.org/browse/TUP-5116

* TUP-5280 feature: Studio use TIC as user management (additionaly to TAC)
https://jira.talendforge.org/browse/TUP-5280

* feat(TUP-5280): fix a problem of fetching lib info from tac
https://jira.talendforge.org/browse/TUP-5280
2017-04-10 16:27:53 +08:00
zwxue
45da37bae6 fix(TUP-17440): can not import jobs which created by early studio. 2017-04-10 16:23:21 +08:00
wchen-talend
2d83d2ab02 TUP-16685:add talend type for sap elt component (#936) 2017-04-10 15:55:38 +08:00
hwang-talend
ac388dce15 feat(TUP-16686/hwang):tDataPrepRun to work with preparation versions (#935) 2017-04-10 14:13:57 +08:00
Chen Bin
a9861e98b5 TBD-4738: Add db mapping for BigQuery spark components (#923) 2017-04-07 07:02:56 -05:00
jzhao
b8c8bfdf9e feat(TDI-38091):Support Microsoft CRM online 365/2016 - ODATA (#927)
* add new mapping for microsoft crm 2016 odata
2017-04-07 19:14:25 +08:00
hcyi
4b02b103f4 Feature/6.4/tup 17025 google dataproc (#933)
* TUP-17025:Add the Google Dataproc info form on the hadoop wizard.

* TUP-17025:fix some bugs when call google rest api.
2017-04-07 19:08:30 +08:00
hwang-talend
aeb5463f6f feat(TUP-16711/hwang):Update Sybase in the db wizard (#928) 2017-04-07 18:04:30 +08:00
zwxue
1b12fa8496 TUP-17344: TestCase should not support to see Deployment view. (#931) 2017-04-07 17:32:36 +08:00
GGu
12107f3e04 feat(TUP-16755/cf): merge the feature from dev branch into master (#924)
* feat(TUP-17320/cf): add API to check component zip file for updatesite

* feat(TUP-17355/cf): enable to load components from project

* feat(TUP-17322/cf): install m2 repository from new component updatesite

* feat(TUP-17392/cf): install the new components from "patches" folder

#time 3h

* test(TUP-17392/cf): add junits for LocalComponentsInstallComponent

#time 2h

* feat(TUP-17393/cf): install new components from additional package

* test(TUP-17393/cf): add junits for component install factory

* feat(TUP-17393/cf): hide in addtional package temp
2017-04-07 12:05:51 +08:00
Chao MENG
2fad43f5dd Revert "Feature/6.4/tup 16698 support context for hadoop conf jar (#894)" (#934)
This reverts commit 5a578ca81a.
2017-04-07 10:09:02 +08:00
kjwang-talend
510f7af28d TUP-16697 Retrieve the BD metadata (cluster config, Hive etc.) through a (#930)
server-side service/gateway
https://jira.talendforge.org/browse/TUP-16697
2017-04-07 10:05:21 +08:00
nrousseau
45c0a8c2ab Revert "feat(TUP-17364): Studio: Change Code-Gen Compiler Compliance Level to Java 8." (#932)
* Revert "Feature/6.4/tup 16749 provide guided tutorials (#921)"

This reverts commit e727adb235.

* Revert "TUP-16713: Need to be able to have Spark component with new framework in (#926)"

This reverts commit faf39ba793.

* Revert "TUP-17364: Studio: Change Code-Gen  Compiler Compliance Level to Java 8. (#925)"

This reverts commit f3861fa29c.
2017-04-06 10:39:11 +08:00
hcyi
e727adb235 Feature/6.4/tup 16749 provide guided tutorials (#921)
* TUP-16749:Add the videos toolbar for Provide guided Tutorials.

* TUP-16749:Add the videos toolbar for Provide guided Tutorials.

* TUP-16749:Update the icon /description/tab name since attached the UX
review doc
2017-04-05 12:31:32 +08:00
Yucheng Bai
faf39ba793 TUP-16713: Need to be able to have Spark component with new framework in (#926)
the studio
2017-04-05 11:51:40 +08:00
zwxue
f3861fa29c TUP-17364: Studio: Change Code-Gen Compiler Compliance Level to Java 8. (#925) 2017-04-05 11:48:17 +08:00
GGu
baf34bbbc4 TUP-16755: Fixed one junit failure. 2017-03-29 17:53:51 +08:00
GGu
d5117261fc TUP-16755: Fixed one junit failure. 2017-03-29 16:12:33 +08:00
GGu
5b1798dd9f TUP-16755: change the src folder for maven test. 2017-03-29 11:28:20 +08:00
Chao MENG
818d9f3202 TUP-17217 fix: Hive table is not shown at once when retrieve schema for (#916)
Hive
https://jira.talendforge.org/browse/TUP-17217
2017-03-29 11:12:09 +08:00
GGu
8d9d62d34b TUP-17376: if the job is from reference project, use different groupId 2017-03-28 15:49:29 +08:00
GGu
0aa2988269 TUP-17017: enable to use reference template for reference jobs. (#912) 2017-03-28 15:49:28 +08:00
hwang-talend
5e67c01ec8 TUP-16623:Commandline automatic license download from TAC (#918) 2017-03-28 15:21:17 +08:00
SunChaoqun
4da3e6ea82 TESB-18908:Memory-Leak in TalendDataSource implementation (#920) 2017-03-28 15:07:52 +08:00
Yucheng Bai
60731c20e9 TUP-17273: fix NPE when run job with implicit context. (#919) 2017-03-28 10:12:05 +08:00
kjwang-talend
527e0084e3 TUP-16722 Need to simplify the branch creation of reference projects(Fix (#917)
https://jira.talendforge.org/browse/TUP-16722
2017-03-24 10:44:03 +08:00
Pierre Teyssier
4f8337f643 TDI-38374 : change the reference point for salesforce bundle jar in studio 2017-03-23 15:24:16 +08:00
zshen-talend
c378894870 bug fixed TDQ-13488 fixed java engin case 2017-03-22 18:42:42 +08:00
wchen-talend
c7d926bccc TUP-17248:Faulty impact analysis and detect dependencies on joblets (#910)
(GIT?)
2017-03-22 16:55:57 +08:00
zwxue
7748090413 Merge pull request #915 from Talend/bugfix/master/TUP-17244
TUP-17244:Field for input username to connect to Talend Exchange does
2017-03-22 16:54:41 +08:00
nrousseau
dd77a0411c feat(TBD-4707): fix compilation error (renaming) 2017-03-22 13:49:18 +08:00
Pierre Bailly-Ferry
65eb6ff3a0 feat(TBD-4707): Add Google Dataproc distribution and its context support (#914)
* feat(TBD-4707): Add Google Dataproc distribution and its context support

* feat(TBD-4707): Fix naming.
2017-03-21 15:51:14 +01:00
hwang
218cc96b9b TUP-17244:Field for input username to connect to Talend Exchange does
not allows dots
2017-03-21 11:51:59 +08:00
Yucheng Bai
5a578ca81a Feature/6.4/tup 16698 support context for hadoop conf jar (#894)
* TUP-17110: update from master.

* TUP-17110: modify codegen part and fix context bugs.

* TUP-17110: fix context problems. add one migration task to adapt old
conf jar. improve some parts.
2017-03-21 11:00:22 +08:00
zwxue
824de560cb TUP-17277: Add warning if jobs are locked when version from project
settings.
2017-03-20 17:07:31 +08:00
amarkevich
88046a767e TMC-9907 migrate to mariadb failed with {"returnCode":1} / Added mariaDb
definition
2017-03-17 15:29:45 +03:00
zwxue
c8a49b7d9c Merge pull request #906 from Talend/bugfix/master/TUP-17255
TUP-17255:Context groups once edited, changes it name.
2017-03-17 17:03:15 +08:00
SunChaoqun
7997edd95e TESB-18908:Memory-Leak in TalendDataSource implementation (#864) 2017-03-17 14:59:34 +08:00
zshen
f167df7f13 bug fixed TDQ-13488 enable to profile SQL Server NVARCHAR(MAX) 2017-03-16 18:13:10 +08:00
nrousseau
1b64daa05c TUP-17072:Misleading Task Generation Status when jars are missing (#907) 2017-03-16 11:21:20 +08:00
yyin-talend
7ba98b535e TDQ-13484 open job with tPatternCheck and tPatternExtract which select
Repository pattern type get error dialog, job can not run--on windows
2017-03-15 16:09:21 +08:00
hcyi
0a9c58ca4e Merge pull request #900 from Talend/bugfix/6.4.1/TUP-17283_migration_check_NPE
TUP-17283:null pointer exception during migration check
2017-03-15 14:22:23 +08:00
pyzhou
725e66d7bd TDI-38429:Correct the wrong jar name. (#904) 2017-03-15 14:12:24 +08:00
hwang
58b509cd8d TUP-17255:Context groups once edited, changes it name. 2017-03-15 10:35:51 +08:00
kjwang-talend
d54a087269 TUP-17280 Review text of popup when push branch (#899)
* TUP-17280 Review text of popup when push branch
https://jira.talendforge.org/browse/TUP-16722

* TUP-16722 Need to simplify the branch creation of reference projects on
Git Local/TUP-17280
Review text of popup when push branch
https://jira.talendforge.org/browse/TUP-16722

* TUP-16722 Need to simplify the branch creation of reference projects on
Git Local/TUP-17280
Review text of popup when push branch
https://jira.talendforge.org/browse/TUP-16722
2017-03-14 18:24:53 +08:00
Ivan Gonchar
7915a6522b chore(TDI-38103): add TCOMP marketo component family 0.18.0-SNAPSHOT (#901) 2017-03-14 18:17:52 +08:00
Ivan Gonchar
e1efd0b1ab chore(TDI-36057): add netsuite component family runtime modules 0.18.0-SNAPSHOT (#898) 2017-03-14 17:29:51 +08:00
wchen-talend
93ee2ca173 TUP-17283:null pointer exception during migration check 2017-03-14 16:02:16 +08:00
pyzhou
d6a5d8e37c TDI-38097:Create conversion for most used functions (#889)
* TDI-38097:Create conversion for most used functions in
Datastage/Informatica
2017-03-14 14:47:24 +08:00
kevin
5d7f6616a3 TUP-6549 tFixFlowInput on the Ubuntu job:show an error when I click add
button before add schema
https://jira.talendforge.org/browse/TUP-6549
2017-03-13 18:14:58 +08:00
kevin
e76f8a5d9d TUP-6549 tFixFlowInput on the Ubuntu job:show an error when I click add
button before add schema
https://jira.talendforge.org/browse/TUP-6549
2017-03-13 18:14:58 +08:00
zwxue
12b71808b4 Merge pull request #893 from Talend/bugfix/master/TUP-17214
TUP-17214:Problem by using joblets from the reference project
2017-03-13 10:32:46 +08:00
zwxue
2434388529 Merge pull request #895 from Talend/bugfix/master/TUP-17238
TUP-17238:A function "Duplicate" for metadata named in multi-byte
2017-03-13 10:09:50 +08:00
hwang
8fe4a76a4c TUP-17238:A function "Duplicate" for metadata named in multi-byte
characters does not correctly duplicate
2017-03-10 17:50:32 +08:00
Haiting Yin
5a3a74ded4 TMDM-10658 [Spark] Support creating TDS grouping campaigns task in tMatchPairing 2017-03-10 10:21:15 +01:00
pyzhou
d3fe268449 TDI-37831:Add Support for ExaSol 6 (#849) 2017-03-10 14:34:25 +08:00
hwang
df9e712dfe TUP-17214:Problem by using joblets from the reference project 2017-03-10 11:09:42 +08:00
yyin-talend
829cbd14ee TDQ-11688: use command to replace use service to modify the job
directly, and fix one problem found.
2017-03-09 16:53:55 +08:00
yyin-talend
103c8cfa71 TDQ-11688 Propagate changes from the pattern to jobs 2017-03-09 16:53:55 +08:00
hcyi
1c09b77713 Merge pull request #888 from Talend/bugfix/6.4.1/TUP-17229_netezza_context_mode
TUP-17229:context value be overwrited after retrieve schema
2017-03-08 18:03:31 +08:00
kjwang-talend
d549d97dc0 TUP-16722 Need to simplify the branch creation of reference projects on (#891)
Git Local(Support TAC)
https://jira.talendforge.org/browse/TUP-16722
2017-03-08 11:34:24 +08:00
GGu
fc13400e18 TUP-16719: don't support Lambda in compile level 1.7 for product. 2017-03-07 13:38:44 +08:00
GGu
e9d42fdf2e Merge pull request #852 from Talend/feature/6.4.1/TUP-16719_deployment_options
TUP-16719: maven deployment options
2017-03-07 11:06:50 +08:00
Yucheng Bai
78ee2d5d7c TUP-17176: [6.2.1] tLibraryLoad Dynamic Lib path doesnt load library (#887)
from path
2017-03-07 10:20:05 +08:00
wchen-talend
0392efe14a TUP-17229:context value be overwrited after retrieve schema 2017-03-06 15:12:19 +08:00
Irene Wang
4d7c4bda8d Use proxy repo to talend-update 2017-03-03 14:51:01 +01:00
zwxue
6acbe2c893 Merge pull request #883 from Talend/bugfix/master/TUP-17201
TUP-17201:Upgrade issue with Jobs referencing joblets from a reference
2017-03-03 17:15:14 +08:00
zwxue
341a870d3f TUP-17157: apply versions for job pom properties. 2017-03-03 16:48:07 +08:00
wchen-talend
05e4273795 Merge pull request #855 from Talend/bugfix/6.4/TUP-17049_Retrieve_Schema_not_update
TUP-17049:Retrieve Schema not always updates schema after TABLE
2017-03-03 16:34:02 +08:00
kjwang-talend
0cf31ffa39 Feature/6.4.0/tup 16722 need to simplify the branch creation of reference projects on Git Local of reference projects on Git Local (#857)
* TUP-16722 Need to simplify the branch creation of reference projects on
Git Local
https://jira.talendforge.org/browse/TUP-16722

* TUP-16722 Need to simplify the branch creation of reference projects on
Git Local
https://jira.talendforge.org/browse/TUP-16722

* TUP-16722 Need to simplify the branch creation of reference projects on
Git Local
https://jira.talendforge.org/browse/TUP-16722

* TUP-16722 Need to simplify the branch creation of reference projects on
Git Local
https://jira.talendforge.org/browse/TUP-16722

* TUP-16722 Need to simplify the branch creation of reference projects on
Git Local
https://jira.talendforge.org/browse/TUP-16722

* TUP-16722 Need to simplify the branch creation of reference projects on
Git Local
https://jira.talendforge.org/browse/TUP-16722

* TUP-16722 Need to simplify the branch creation of reference projects on
Git Local
https://jira.talendforge.org/browse/TUP-16722

* TUP-16722 Need to simplify the branch creation of reference projects on
Git Local
https://jira.talendforge.org/browse/TUP-16722

* TUP-16722 Need to simplify the branch creation of reference projects on
Git Local
https://jira.talendforge.org/browse/TUP-16722

* TUP-16722 Need to simplify the branch creation of reference projects on
Git Local
https://jira.talendforge.org/browse/TUP-16722

* TUP-16722 Need to simplify the branch creation of reference projects on
Git Local
https://jira.talendforge.org/browse/TUP-16722

* TUP-16722 Need to simplify the branch creation of reference projects on
Git Local
https://jira.talendforge.org/browse/TUP-16722
2017-03-03 11:17:02 +08:00
hwang
2cd6ecb0c9 TUP-17201:Upgrade issue with Jobs referencing joblets from a reference
project.
2017-03-02 11:46:15 +08:00
zwxue
15cfa6acc2 TUP-17157: When generate pom, should enable to use the customized
groupId and version.
2017-02-28 11:38:10 +08:00
GGu
e93e16e14f TUP-17150: when build or run, use the right build type. 2017-02-28 10:09:52 +08:00
GGu
4a2a6db0b8 TUP-17000:Impl the build handler for standalone. 2017-02-28 10:09:51 +08:00
GGu
620e10ed31 TUP-16779: Add junit tests for build providers. 2017-02-28 10:09:50 +08:00
GGu
22d23bc0ec TUP-16779: fix one problem to find test case build provider. 2017-02-28 10:09:48 +08:00
GGu
687a6fa411 TUP-16779: Add OSGi bundle build provider. 2017-02-28 10:09:47 +08:00
GGu
ee60ef5c87 TUP-16779: Add route test case build provider. 2017-02-28 10:09:45 +08:00
GGu
f075f14848 TUP-16779: add build provider junit tests. 2017-02-28 10:09:44 +08:00
GGu
ee2fcf6667 TUP-16779: Add pom creator for test case. 2017-02-28 10:09:42 +08:00
GGu
4e531135ea TUP-16779: Change the build parameters. 2017-02-28 10:09:41 +08:00
GGu
21898f7a86 TUP-16779: impl the pom creator for standalone. 2017-02-28 10:09:40 +08:00
GGu
d1c1a9544f TUP-16777: add extension point for build provider. 2017-02-28 10:09:38 +08:00
zwxue
a2f0aafeb3 TUP-17003: Add Deployment tab in job setting view. 2017-02-28 10:09:37 +08:00
iwangtalend
e353bfd6eb Merge pull request #877 from Talend/feature/DEVOPS-1729/master_nexus
DEVOPS-1729 Nexus migration: Update URLs [master]
2017-02-28 00:17:29 +01:00
build-talend
71fd086032 DEVOPS-1729 Nexus migration: Update URLs 2017-02-27 17:30:49 +01:00
zshen
bd8ed0049b bug fixed TDQ-13053 recompile the jar with JDK1.7 2017-02-27 11:52:58 +08:00
hwang-talend
4bd616623e Revert "TUP-16710:Update Excel components to support Excel 2016/next version" (#866) 2017-02-24 20:53:09 +08:00
zwxue
054a4f4eef Merge pull request #870 from Talend/bugfix/master/TUP-17130
TUP-17130:Two context group with same name
2017-02-24 14:17:14 +08:00
zshen
f447a7dc8c TDQ-13053 fixed tuj tMatchGroup_TDQ8970_multipass 2017-02-23 19:32:27 +08:00
hcyi
af2ec1a457 Feature/6.4/tup 16703 centralize spark properties (#867)
* TUP-17132:Add Spark properties in the cluster wizard(TUP-16703)

* TUP-17141:The advanced properties will populate the spark properties
table in the Spark configuration of Run tab,add context
support(TUP-16703)

* TUP-17152:Refactoring GUI part of Spark properties in the cluster,fix
some other bugs to improve(TUP-16703)
2017-02-23 17:32:57 +08:00
Yucheng Bai
e85627b2ae TUP-16491: NPE error when focus on jobname view then select Main (#868)
tab,after convert spark job to standard
2017-02-23 17:03:02 +08:00
hwang
1e307fb37e TUP-17130:Two context group with same name 2017-02-23 15:38:56 +08:00
cmeng-talend
de57dc130e TUP-17031 fix: Studio unstability since the application of the patch:
"Patch_20170117_TPS-1726_TPS-1688_v1-6.2.1.zip"
https://jira.talendforge.org/browse/TUP-17031
2017-02-23 15:03:49 +08:00
cmeng-talend
33d8f49ad1 TUP-17031 fix: Studio unstability since the application of the patch:
"Patch_20170117_TPS-1726_TPS-1688_v1-6.2.1.zip"
https://jira.talendforge.org/browse/TUP-17031

1. Fix the null migration task problem of talend.project
2017-02-23 15:03:40 +08:00
nrousseau
bdf8d6fa5b TUP-17080: fix the resolution of jars 2017-02-23 11:33:50 +08:00
hwang-talend
f072681995 Merge pull request #865 from Talend/bugfix/master/TUP-17148
TUP-17148: Create xmlFile with XSD file occur "StackOverflowError".
2017-02-23 10:34:32 +08:00
zwxue
42c8f333ba TUP-17148: Create xmlFile with XSD file occur "StackOverflowError". 2017-02-22 15:05:06 +08:00
wchen-talend
f13a5169d7 Merge pull request #858 from Talend/feature/6.4/TUP-5330_tMap_Batch_Change_Expressions
TUP-5330:tMap - Batch Change of Expressions
2017-02-21 16:34:31 +08:00
zwxue
9da83746b9 Merge pull request #861 from Talend/feature/master/TUP-16710
TUP-16710:Update Excel components to support Excel 2016/next version
2017-02-21 16:10:09 +08:00
kjwang-talend
14ead855c3 TUP-17109 Git: can't switch to new branch (#859)
https://jira.talendforge.org/browse/TUP-17109
2017-02-20 10:38:48 +08:00
kjwang-talend
69f3d10b71 Bugfix/6.4.0/tup 17108 git after check out as local,studio can't be used (#862)
TUP-17108 Git:after check out as local, studio can't be used
2017-02-20 10:21:45 +08:00
hwang
e335f9213f TUP-16710:Update Excel components to support Excel 2016/next version 2017-02-16 16:31:50 +08:00
Yucheng Bai
9deffb1eb7 TUP-16792: can not select all salesforce modules in wizard from v6.2.1 (#860) 2017-02-16 11:45:35 +08:00
hcyi
7605c14b4c TUP-5330:tMap - Batch Change of Expressions 2017-02-15 17:35:59 +08:00
cmeng-talend
b1b5a77309 TUP-17099 fix: Studio blocked after click refresh button
https://jira.talendforge.org/browse/TUP-17099
2017-02-15 15:36:24 +08:00
cmeng-talend
0d54c89a55 TUP-5270 fix: Studio is stuck when two users make talend.project
conflict
https://jira.talendforge.org/browse/TUP-5270
https://jira.talendforge.org/browse/TPS-1743

1. fix the block issue
2017-02-15 15:33:51 +08:00
cmeng-talend
06568be0c6 TUP-5270 fix: Studio is stuck when two users make talend.project
conflict
https://jira.talendforge.org/browse/TUP-5270
https://jira.talendforge.org/browse/TPS-1743

1. fix the block issue
2017-02-15 15:33:38 +08:00
hwang-talend
f9032a6260 Merge pull request #851 from Talend/bugfix/master/TUP-17018
TUP-17018: CIBuilder - NPE on code generation.
2017-02-13 16:10:23 +08:00
zwxue
21852bcf63 Merge pull request #856 from Talend/bugfix/master/TUP-17046
TUP-17046:Importing a routine with § in it gets transformed to a �
2017-02-13 11:10:57 +08:00
Pierre Teyssier
40e83a3c2f TDI-29152 : Create additional components to support Azure Blob and Azure Queues
- TCOMP inclusion of Blob, Queue and Table
2017-02-10 21:55:45 +08:00
hwang
7c69c65a60 TUP-17046:Importing a routine with § in it gets transformed to a 2017-02-10 14:19:52 +08:00
hwang
42fb1a41f6 TUP-17046:Importing a routine with § in it gets transformed to a 2017-02-10 14:15:03 +08:00
hwang
04d4aa937f TUP-17046:Importing a routine with § in it gets transformed to a �
character
2017-02-10 10:33:23 +08:00
GGu
a6cf064d1a Add one ByteArray junit to test the FileItem encoding. 2017-02-09 18:01:56 +08:00
hcyi
d203a8ec19 TUP-17049:Retrieve Schema not always updates schema after TABLE
structure modifications.
2017-02-08 17:14:30 +08:00
pyzhou
c6c3e0e53c Revert "TDI-37755: Add a common method to remove LineSeparator in MEMO." (#854) 2017-02-08 15:09:07 +08:00
Liu Xinquan
c8b0cdf3f7 Merge pull request #853 from Talend/TDQ-12633_add_default_value_on_indicator
feature completed TDQ-12633 add Default value for [Limit result] in indicator settings
2017-02-08 12:50:25 +08:00
zshen
c56a8fb476 feature completed TDQ-12633 add Default value for [Limit result] in
indicator settings
2017-02-08 12:17:54 +08:00
Pierre Teyssier
369ad5443f Integrate latest tcomp 0.18.0-SNAPSHOT 2017-02-07 19:15:54 +08:00
Sizhao Liu
af66d9f060 TDQ-12418 bundle lucene 6 libraries 2017-02-07 10:36:42 +01:00
xqliu-talend
f38ee097fa TDQ-13310 JDK version issue for advancedPersistentLookupLib-1.0.jar 2017-02-06 16:13:06 +08:00
hcyi
bbdbf83b17 TUP-16492:No standalone value shows for "Hive Model" when create hive by (#803)
right cliking hadoop cluster hdp2.0
2017-02-06 11:53:55 +08:00
hcyi
71e26ea0a1 Merge pull request #804 from Talend/bugfix/6.4.1/TUP-14625_xml_update_spark_job
TUP-14625
2017-02-06 11:18:58 +08:00
wang wei
686957232f fix(TDI-33559): tAccessXX don't work when access database encrypted (#831) 2017-02-06 10:08:38 +08:00
zwxue
a87203fba3 TUP-17018: CIBuilder - NPE on code generation. 2017-02-04 15:27:53 +08:00
Ivan Gonchar
6c0d2245aa Merge pull request #850 from Talend/feature/6.4/TDI-38068_integrate_snowflake_component
feat(TDI-38068): integrate snowflake component
2017-01-30 13:05:52 +02:00
Dmytro Chmyga
3fd35f1f5a feat(TDI-38068): integrate snowflake component
* Add snowflake component to studio repository.
2017-01-30 12:57:46 +02:00
wchen-talend
ea0f5845ba TUP-17001:Always get ssl error in log when start commandline. (#846) 2017-01-24 15:17:45 +08:00
zwxue
183084b505 Merge pull request #847 from Talend/bugfix/master/TUP-16410
TUP-16410:JSON Wizard and Studio hangs when loading a big JSON file
2017-01-24 10:18:41 +08:00
zwxue
8257d72a9a Merge pull request #844 from Talend/bugfix/master/TUP-15911
TUP-15911:Offline Mode: Lock Icon and ">" doesn't show after editing
2017-01-24 10:14:54 +08:00
hwang
3dadabfe6b TUP-16410:JSON Wizard and Studio hangs when loading a big JSON file 2017-01-23 18:30:39 +08:00
hwang
2f78547723 TUP-15911:Offline Mode: Lock Icon and ">" doesn't show after editing
job;
2017-01-23 16:03:13 +08:00
pyzhou
bbc58a01c8 TDI-37755: Add a common method to remove LineSeparator in MEMO. (#845)
* TDI-37755: Add a common method to remove LineSeparator in MEMO.

* TDI-37755: Improve the annotation

* TDI-37755: reduce the redundancy code.

* TDI-37755: Correct the behavior.
2017-01-23 12:11:10 +08:00
zwxue
2e4e2c6bca Merge pull request #842 from Talend/bugfix/master/TUP-16318
TUP-16318:Password field in connection components should not mask global
2017-01-20 17:25:28 +08:00
hwang
a91629fa2f TUP-16318:Password field in connection components should not mask global
variables only strings
2017-01-20 14:00:20 +08:00
pyzhou
9c89f86a1b TDI-36295 : data type mapping: wrong DB->Java mapping (#772) 2017-01-19 16:25:09 +08:00
msjian
35c7560838 TDQ-10179: Remove link in TOS DQ connection wizard 2017-01-19 15:45:02 +08:00
xqliu-talend
549670b800 TDQ-13120 wrong GID in multipass swoosh 2017-01-17 14:58:34 +08:00
GGu
af5a97473f TUP-16695: add TimeMeasure function for generate codes. (#827) 2017-01-17 10:01:41 +08:00
zwxue
838591a50b TUP-16746: Excel file metadata : Error "Unable to recognize OLE stream" (#839)
when reading XLSX file.
2017-01-16 16:44:45 +08:00
wang wei
261cd10a64 fix(TDI-38038): update tAdvancedHash to remove
"advancedPersistentLookupLib-1.jar"
2017-01-16 16:08:22 +08:00
kjwang-talend
6c725f4c19 bugfix/6.4.0/TUP-14737_too_slowly_when_import_items_using_overwrite_to (#838)
svn/git_project(Fix_compiler_error_for_CI)
https://jira.talendforge.org/browse/TUP-14737
2017-01-16 15:58:11 +08:00
hwang-talend
284c2ef604 Merge pull request #837 from Talend/bugfix/master/TUP-16765
TUP-16765:Review links on welcome page
2017-01-16 15:35:56 +08:00
hwang
acd091cae1 TUP-16765:Review links on welcome page 2017-01-16 15:10:44 +08:00
wchen-talend
8b7b7d803b TUP-16763:Get error when import some thmap job (#836) 2017-01-16 14:51:49 +08:00
zwxue
06a9fcfbb2 Merge pull request #832 from Talend/bugfix/master/TUP-5873
TUP-5873:Ref project job's jobscript can be modified when logon main
2017-01-16 10:07:08 +08:00
kjwang-talend
6d420ca634 TUP-16472 Then icon will not change directly when converting between MR (#833)
and Spark job by duplicate
https://jira.talendforge.org/browse/TUP-16472
2017-01-13 15:17:13 +08:00
hwang
00ac9601a6 TUP-5873:Ref project job's jobscript can be modified when logon main
project to open it
2017-01-12 16:09:39 +08:00
kjwang-talend
3460dadc3f TUP-16472 Then icon will not change directly when converting between MR (#824)
and Spark job by duplicate
https://jira.talendforge.org/browse/TUP-16472
2017-01-12 13:37:20 +08:00
hwang-talend
97174e5512 TUP-16639:Impossible to filter components from the new framework (#818) 2017-01-11 10:21:41 +08:00
wang wei
962a0ac6d2 fix(TDI-38107): use a more clear exception information to replace NPE
exception if get null when use talend data source to fetch connection
for db components
2017-01-10 10:33:21 +08:00
Yucheng Bai
b10b6fada5 TUP-16258: Hbase:not set value for Set Zookeeper znode parent when (#828)
Retireve configuration from Ambari or Clouder for Hadoop cluster
2017-01-09 18:59:36 +08:00
GuoLiang
5d5fcfe2c8 bugfix: TUP-4619 Studio Cloudera cluster configuration issue (#826)
* bugfix: TUP-4619 Studio Cloudera cluster configuration issue

* bugfix: TUP-4619 improve code
2017-01-09 17:10:12 +08:00
wang wei
d4655e28a5 fix(TDI-35203): Issue for mapping "Mapping Netezza" of "DECIMAL" type 2017-01-06 14:42:06 +08:00
Yucheng Bai
3754905e1d TUP-16665: Repository link on Spark Configuration incorrect when (#825)
dragging database to job
2017-01-05 18:45:17 +08:00
wchen-talend
e0807089ad TUP-16683:Camel 2.16.5 jar is required for route component for 6.2.2 (#823) 2017-01-05 18:15:41 +08:00
zshen
2a747e6b71 bug fixed TDQ-12896 modify the type of parameter to support context mode 2017-01-05 15:18:48 +08:00
wchen-talend
a0af0efe37 TUP-16671:AMC database repository connect doesn't grab all context (#821)
groups
2017-01-04 17:58:12 +08:00
wchen-talend
47d42c39ef TUP-16591:SSL Preferences page does not work as expected (#822) 2017-01-04 17:46:05 +08:00
zwxue
ef8744b4ca Merge pull request #820 from Talend/bugfix/master/TUP-6129
TUP-6129:Can use - for jobscript name
2017-01-04 10:29:45 +08:00
wchen-talend
8636017d15 TUP-4640:Created in Temp but not removed (#819) 2017-01-03 10:45:37 +08:00
hwang
c9e9e46fc8 TUP-6129:Can use - for jobscript name 2016-12-30 15:04:32 +08:00
xqliu-talend
4e91760f77 TDQ-13069 TDQ-13085 create a new plugin which include
"advancedPersistentLookupLib-1.0.jar"
2016-12-29 12:22:37 +08:00
qiongli
452ac431d5 TDQ-13085 TDQ-13069 extract a new lib plugin with (#816)
"advancedPersistentLookupLib-1.0.jar". it can be reused by analysis and
components.
2016-12-29 10:45:17 +08:00
kjwang-talend
dca7e629e8 Bugfix/6.4.1/tup 14737 too slowly when import items using overwrite to svn/git project (#806)
* don't commit

* TUP-14737 too slowly when import items using overwrite to svn/git
project
https://jira.talendforge.org/browse/TUP-14737

* TUP-14737 too slowly when import items using overwrite to svn/git
project
https://jira.talendforge.org/browse/TUP-14737

* TUP-14737 too slowly when import items using overwrite to svn/git
project
https://jira.talendforge.org/browse/TUP-14737

* TUP-14737 too slowly when import items using overwrite to svn/git
project
https://jira.talendforge.org/browse/TUP-14737
2016-12-27 17:07:10 +08:00
cmeng-talend
2a6ed7f4b3 TUP-16444 fix> JobScript: Cannot edit new jobscript on GIT
Project(Manual, UnLock Items)
https://jira.talendforge.org/browse/TUP-16444
2016-12-27 11:59:13 +08:00
wchen-talend
6d4c083cdb Merge pull request #802 from Talend/bugfix/6.4.1/TUP-16459_keywords_validate
TUP-16459:The compile errors shows when run tOracleInvalidRow job
2016-12-26 14:15:51 +08:00
SunChaoqun
84c414c495 TESB-18147:java.lang.NoSuchMethodError: (#814)
org.springframework.core.MethodParameter.getContainingClass()
2016-12-26 11:40:35 +08:00
sbliu
6b0e2d00b4 Revert "TMDM-10190: remove mdm webservice ce plugin, remove ce webservice jar…" (#813) 2016-12-23 18:35:43 +08:00
zwxue
132391abec Merge pull request #812 from Talend/bugfix/master/TUP-16635
TUP-16635:Test case failed after modify the default test job
2016-12-23 14:27:10 +08:00
sbliu
4964fd84e7 TMDM-10190: remove mdm webservice ce plugin, remove ce webservice jar… (#811)
* TMDM-10190: remove mdm webservice ce plugin, remove ce webservice jar from class path.

* TMDM-10190: remove mdm webservice ce plugin, remove ce webservice jar from class path.
2016-12-22 15:26:14 +08:00
GGu
7e4e2c3aae Update product version to 6.4.0. 2016-12-22 14:15:35 +08:00
hwang
8ee96ff3d2 TUP-16635:Test case failed after modify the default test job 2016-12-22 12:02:00 +08:00
Yucheng Bai
134594c13f TUP-15503: Cann't guess schema for SSL Hive (#810) 2016-12-22 11:46:25 +08:00
Jenkins Continuous Build server
f27730c6ba Set version to 6.4.0 SNAPSHOT 2016-12-21 16:10:19 +01:00
wchen-talend
c7a26556f0 Merge pull request #805 from Talend/bugfix/6.3.2/TUP-16444-Jobscript
TUP-16444 fix> JobScript: Cannot edit new jobscript on GIT Project(Manual, UnLock Items)
2016-12-21 10:31:09 +08:00
Yucheng Bai
1348eced3f TUP-16619: SFTP problems related to the migration from 5.2.1 to 6.2.1 (#807) 2016-12-20 16:25:22 +08:00
cmeng-talend
3e70ff4f34 TUP-16444 fix> JobScript: Cannot edit new jobscript on GIT
Project(Manual, UnLock Items)
https://jira.talendforge.org/browse/TUP-16444
2016-12-16 19:08:40 +08:00
wchen-talend
c523b34a1a TUP-14625
:XML Metadata can't update to job/spark job openned
2016-12-16 13:46:06 +08:00
xqliu-talend
92331247c9 TDQ-12495 TOS-DQ also need to copy the map xml files to "projectName/settings/mappings" after TDI-36986. 2016-12-15 18:24:56 +08:00
hcyi
22f0470713 TUP-16459:The compile errors shows when run tOracleInvalidRow job 2016-12-15 15:45:40 +08:00
wchen-talend
28090c4779 TUP-16612:If a job has lots of subjobs ,there will be
java.lang.OutOfMemoryError when build job
2016-12-15 14:41:05 +08:00
qiongli
a287d84bf4 TDQ-13026 consider the sub-job and joblet dependecies wherether include (#801)
tRuleSurvivorship node when export job
2016-12-14 17:54:08 +08:00
zwxue
650caa4fca Merge pull request #798 from Talend/bugfix/master/TUP-16594
TUP-16594:Cannot paste unused columns when editing schema
2016-12-14 15:49:53 +08:00
zwxue
a5d49a6f5d TUP-16604: Always need to restart studio when changing workspace (#799)
location.
2016-12-14 14:08:55 +08:00
hwang
d5dc37cdbb TUP-16594:Cannot paste unused columns when editing schema 2016-12-14 11:42:09 +08:00
Yucheng Bai
0af21b6be7 TUP-16562: No reaction when click "data viewer" on salesforce item (#796) 2016-12-14 11:40:52 +08:00
GuoLiang
47c1cbb0bd bugfix TUP-15924 fix:studio GUI problem when open schema dialog (#789)
* bugfix TUP-15924 fix:studio GUI problem when open schema dialog

* bugfix TUP-15924: update studio GUI problem when open schema dialog
(have a system property like "disableLazyLoading" and if set to true we
won't set virtual here)

* bugfix TUP-15924: update studio GUI problem when open schema dialog
(have a system property like "disableLazyLoading" and if set to true we
won't set virtual here)
2016-12-14 10:52:13 +08:00
wchen-talend
afe46af36a Merge pull request #795 from Talend/bugfix/6.3.2/TUP-16073-Check_selected
TUP-16073 fix: Importing duplicated job causes wrong subjob referenced in tRunJob
2016-12-14 10:44:57 +08:00
nrousseau
351f42eb24 update components version 2016-12-13 13:09:00 +08:00
cmeng-talend
f6301978e2 TUP-16073 fix: Importing duplicated job causes wrong subjob referenced
in tRunJob
https://jira.talendforge.org/browse/TUP-16073

needn't check for empty folder
2016-12-13 11:09:00 +08:00
cmeng-talend
5a1802b39c TUP-16073 fix: Importing duplicated job causes wrong subjob referenced
in tRunJob
https://jira.talendforge.org/browse/TUP-16073

Should only check the selected item
2016-12-13 10:52:46 +08:00
wchen-talend
76936b8a7f Merge pull request #793 from Talend/bugfix/6.3.2/TUP-16073-Duplicate_id
Bugfix/6.3.2/tup 16073 duplicate
2016-12-13 09:40:59 +08:00
cmeng-talend
4d6962c01b TUP-16073 fix: Importing duplicated job causes wrong subjob referenced
in tRunJob
https://jira.talendforge.org/browse/TUP-16073

Use new logic to change the id
2016-12-12 14:26:57 +08:00
qiongli
44830f9405 TDQ-12747 Add a variable "include-survivorship-rules" for DQ. (#790) 2016-12-12 11:45:51 +08:00
Igor Lazebny
7b881ea2cd Update version to 6.4.0-SNAPSHOT in server poms 2016-12-09 14:55:34 +02:00
cmeng-talend
97547cf9db TUP-16073 fix: Importing duplicated job causes wrong subjob referenced
in tRunJob
https://jira.talendforge.org/browse/TUP-16073

Use new logic to change the id
2016-12-09 16:53:24 +08:00
Yucheng Bai
ce96cea656 TUP-16561: Unexpected Metadata Schema mapping For "lvarchar" and (#788)
"datetime year to second" Informix Db Types
2016-12-09 15:38:37 +08:00
zwxue
72770dbbf3 TUP-16573: cmdline generate time increase as the tasks number increase. (#787) 2016-12-09 14:29:50 +08:00
wchen-talend
59c36b7a90 Merge pull request #786 from Talend/bugfix/6.3/TUP-16563_tac_amc_meterLog_empty
TUP-16563:AMC: MeterLog shouldn't be Empty in TAC->"ACTIVITY MONITORING CONSOLE"
2016-12-09 11:07:22 +08:00
hcyi
da17f98f62 TUP-16563:AMC: MeterLog shouldn't be Empty in TAC->"ACTIVITY MONITORING
CONSOLE"
2016-12-08 15:50:39 +08:00
nrousseau
27080cf094 fix error found from junit logs 2016-12-08 14:47:57 +08:00
cmeng-talend
477ded0f13 Revert "revert TUP-16073 fix: Importing duplicated job causes wrong subjob referenced in tRunJob (#728)"
This reverts commit 71e020765f.
2016-12-08 11:57:25 +08:00
ycbai
8f781a3ac4 Fix some junits. 2016-12-08 11:57:17 +08:00
4155 changed files with 130173 additions and 52017 deletions

2
.gitignore vendored
View File

@@ -5,3 +5,5 @@ class/
classes/
dist/
.settings/
*.iml
.idea

View File

@@ -2,7 +2,7 @@
http://www.talend.com
![alt text](http://www.talend.com/sites/all/themes/talend_responsive/images/logo.png "Talend")
![alt text](https://www.talend.com/wp-content/uploads/talend_logo_5.png "Talend")
## Contents
@@ -17,7 +17,7 @@ All Talend Studio repositories follow the same file structure:
|_ main Main Eclipse plugins and features
|_ features
|_ plugins
|_ test Eclipse plugins and features for unit tests.
|_ test Eclipse plugins and features for unit tests.
|_ features
|_ plugins
|_ i18n Internationalization plugins and features.
@@ -42,6 +42,6 @@ Feel free to share your Talend components on [Talend Exchange](http://www.talend
## License
Copyright (c) 2006-2015 Talend
Copyright (c) 2006-2019 Talend
Licensed under the Apache V2 License

View File

@@ -1,51 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.talend.babel.all.tos.feature"
label="Babel feature with all languages for TOS"
version="6.3.1.qualifier">
<description url="http://www.example.com/description">
[Enter Feature Description here.]
</description>
<copyright url="http://www.example.com/copyright">
[Enter Copyright Description here.]
</copyright>
<license url="http://www.example.com/license">
[Enter License Description here.]
</license>
<includes
id="org.eclipse.babel.nls_eclipse_de"
version="0.0.0"/>
<includes
id="org.eclipse.babel.nls_eclipse_es"
version="0.0.0"/>
<includes
id="org.eclipse.babel.nls_eclipse_fr"
version="0.0.0"/>
<includes
id="org.eclipse.babel.nls_eclipse_it"
version="0.0.0"/>
<includes
id="org.eclipse.babel.nls_eclipse_ja"
version="0.0.0"/>
<includes
id="org.eclipse.babel.nls_eclipse_pt_BR"
version="0.0.0"/>
<includes
id="org.eclipse.babel.nls_eclipse_ru"
version="0.0.0"/>
<includes
id="org.eclipse.babel.nls_eclipse_zh"
version="0.0.0"/>
<feature id="org.talend.babel.all.tos.feature" label="Babel feature with all languages for TOS" version="7.2.1.qualifier">
<description url="http://www.example.com/description">[Enter Feature Description here.]</description>
<copyright url="http://www.example.com/copyright">[Enter Copyright Description here.]</copyright>
<license url="http://www.example.com/license">[Enter License Description here.]</license>
<requires>
<import feature="org.eclipse.babel.nls_eclipse_de" version="0.0.0" match="greaterOrEqual"/>
<import feature="org.eclipse.babel.nls_eclipse_es" version="0.0.0" match="greaterOrEqual"/>
<import feature="org.eclipse.babel.nls_eclipse_fr" version="0.0.0" match="greaterOrEqual"/>
<import feature="org.eclipse.babel.nls_eclipse_it" version="0.0.0" match="greaterOrEqual"/>
<import feature="org.eclipse.babel.nls_eclipse_ja" version="0.0.0" match="greaterOrEqual"/>
<import feature="org.eclipse.babel.nls_eclipse_pt_BR" version="0.0.0" match="greaterOrEqual"/>
<import feature="org.eclipse.babel.nls_eclipse_ru" version="0.0.0" match="greaterOrEqual"/>
<import feature="org.eclipse.babel.nls_eclipse_zh" version="0.0.0" match="greaterOrEqual"/>
</requires>
</feature>

View File

@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tcommon-studio-se</artifactId>
<version>6.3.1-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.babel.all.tos.feature</artifactId>
<packaging>eclipse-feature</packaging>
</project>
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tcommon-studio-se</artifactId>
<version>7.2.1</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.babel.all.tos.feature</artifactId>
<packaging>eclipse-feature</packaging>
</project>

View File

@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl
Bundle-SymbolicName: org.talend.common.ui.runtime.nl
Bundle-Version: 6.3.1.qualifier
Bundle-Version: 7.2.1.qualifier
Fragment-Host: org.talend.common.ui.runtime

View File

@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tcommon-studio-se</artifactId>
<version>6.3.1-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.common.ui.runtime.nl</artifactId>
<packaging>eclipse-plugin</packaging>
</project>
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tcommon-studio-se</artifactId>
<version>7.2.1</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.common.ui.runtime.nl</artifactId>
<packaging>eclipse-plugin</packaging>
</project>

View File

@@ -1,24 +1,24 @@
AccessorUtils.Assert0=Der 'BeanPropertyAccessors' der Spalte (mit Überschrift '{0}' und id '{1}') ist nicht korrekt konfiguriert. {2} wird benötigt für die Bean <B>
AccessorUtils.Assert1=Der 'BeanPropertyAccessors' der Spalte (mit Überschrift '{0}' und id '{1}') ist nicht korrekt konfiguriert oder der konfigurierte Wert hat nicht den korrekten Typ.
AddPushButton.AddButton.Tip=Hinzufügen
AddAllPushButton.AddAllButton.Tip=Alle hinzufügen
AccessorUtils.Assert0=Der 'BeanPropertyAccessors' der Spalte (mit \u00DCberschrift '{0}' und id '{1}') ist nicht korrekt konfiguriert. {2} wird ben\u00F6tigt f\u00FCr die Bean <B>
AccessorUtils.Assert1=Der 'BeanPropertyAccessors' der Spalte (mit \u00DCberschrift '{0}' und id '{1}') ist nicht korrekt konfiguriert oder der konfigurierte Wert hat nicht den korrekten Typ.
AddPushButton.AddButton.Tip=Hinzuf\u00FCgen
AddAllPushButton.AddAllButton.Tip=Alle hinzuf\u00FCgen
CellEditorDialogBehavior.textContent=...
ColorStyledText.RedoItem.Text=Wiederherstellen
ColorStyledText.UndoItem.Text=Rückgängig
ColorStyledText.UndoItem.Text=R\u00FCckg\u00E4ngig
ColorStyledText.CopyItem.Text=Kopieren
ColorStyledText.PasteItem.Text=Einfügen
ColorStyledText.SelectAllItem.Text=Alle auswählen
ContentProposalAdapterExtended.close=Schließen
ControlUtils.Unsupported1=Dieses Steuerelement ({0}) wird nicht unterstützt, bei Bedarf "Feature Request" eröffnen...
CopyPushButton.CopyButton.Tip=Ausgewählte Elemente kopieren
ColorStyledText.PasteItem.Text=Einf\u00FCgen
ColorStyledText.SelectAllItem.Text=Alle ausw\u00E4hlen
ContentProposalAdapterExtended.close=Schlie\u00DFen
ControlUtils.Unsupported1=Dieses Steuerelement ({0}) wird nicht unterst\u00FCtzt, bei Bedarf "Feature Request" er\u00F6ffnen...
CopyPushButton.CopyButton.Tip=Ausgew\u00E4hlte Elemente kopieren
Curve2D.MinNum.Be0=maximumSegements muss positiv oder 0 sein
DateDialog.textContent=Wähle Datum und Zeit
DateDialog.textContent=W\u00E4hle Datum und Zeit
DialogErrorForCellEditorListener.Error.MsgDialogTitle=ERROR
ErrorDialogWidthDetailArea.ErrorMessage.Text=Fehlermeldung
ErrorDialogWidthDetailArea.ErrorMessage.ColumnText=Spalte darf nicht leer sein
ErrorDialogWithContinue.setParameter=Setze Einstellungen und fahre fort
EventUtil.activate=Aktivieren
EventUtil.close=Schließen
EventUtil.close=Schlie\u00DFen
EventUtil.deactivate=Deaktivieren
EventUtil.defaultSelection=Standardauswahl
EventUtil.help=Hilfe
@@ -35,25 +35,25 @@ ExceptionMessageDialog.OK=Aktualisieren
ExceptionMessageDialog.Yes=Ja
ExportPushButton.ExportButton.Tip=Exportiere alle Zeilen in xml-File
ExportPushButtonForExtendedTable.ErrorMsg.Text=Fehler aufgetreten
ExtendedTableAddCommand.Add.Label=Hinzufügen von einem oder mehreren Tabelleneinträgen
ExtendedTableCopyCommand.Copy.Label=Kopieren eines oder mehrerer Tabelleneinträge in die interne Zwischenablage
ExtendedTableAddCommand.Add.Label=Hinzuf\u00FCgen von einem oder mehreren Tabelleneintr\u00E4gen
ExtendedTableCopyCommand.Copy.Label=Kopieren eines oder mehrerer Tabelleneintr\u00E4ge in die interne Zwischenablage
ExtendedTableModel.ModifiedObject.Error=ModifiedBeanListenable-Objekt muss vor Benutzung dieser Methode gesetzt sein
ExtendedTableMoveCommand.MoveLabel=Verschieben eines oder mehrerer Tabelleneinträge nach oben oder unten
ExtendedTablePasteCommand.Paste.Label=Daten aus der internen Zwischenablage einfügen
ExtendedTableRemoveCommand.Romve.Label=Tabelleneinträge löschen
ExtendedTableResetDBTypesCommand.ResetDBTypes.Label=Alle Datenbanktypen auf den Default zurücksetzen
ExtendedTableMoveCommand.MoveLabel=Verschieben eines oder mehrerer Tabelleneintr\u00E4ge nach oben oder unten
ExtendedTablePasteCommand.Paste.Label=Daten aus der internen Zwischenablage einf\u00FCgen
ExtendedTableRemoveCommand.Romve.Label=Tabelleneintr\u00E4ge l\u00F6schen
ExtendedTableResetDBTypesCommand.ResetDBTypes.Label=Alle Datenbanktypen auf den Default zur\u00FCcksetzen
ImportPushButton.ImportButton.Tip=Ersetze alle Zeilen durch Import aus xml-Datei
ImportPushButtonForExtendedTable.ErrorMsg.Text=Fehler aufgetreten
LabelledFileField.BrowseButton.Text=Durchsuchen...
LabelledFileField.FileDialog.Text=Auswählen
LabelledFileField.FileDialog.Text=Ausw\u00E4hlen
Mode.Mode.ToString=Modus [{0}]
ModeReader.IgnoreElement=Ignoriere unbekanntes Element
ModifyBeanValueCommand.ModifyCell.Label=Ändere Zellenwert
ModifyBeanValueCommand.ModifyCell.Label=\u00C4ndere Zellenwert
MoveDownPushButton.MoveDownTip=Verschiebe selektierte Objekte nach unten
MoveUpPushButton.MoveUpButton.Tip=Verschiebe selektierte Objekte nach oben
PastePushButton.PasteButton.Label=Einfügen
PastePushButton.PasteButton.Label=Einf\u00FCgen
RemovePushButton.RemoveButton.Tip=Entfernen der selektierten Objekte
ResetDBTypesButton.ResetDBTypesButton.Tip=Datenbanktypen zurücksetzen
ResetDBTypesButton.ResetDBTypesButton.Tip=Datenbanktypen zur\u00FCcksetzen
Rule.rule=Regel [{0}]
SaveAsGenericSchemaPushButton.saveAsSchema=Als generisches Schema speichern
SWTCalendarWithTime.contentEvening=Abend
@@ -63,13 +63,13 @@ SWTCalendarWithTime.contentMorning=Morgen
SWTCalendarWithTime.contentNoon=Mittag
SWTCalendarWithTime.contentNow=Jetzt
SWTCalendarWithTime.contnetSec=Sek:
TableViewerCreator.CallMethod.ErrorMsg=Sie können diese Methode nur aufrufen wenn bereits die Methode createTable() aufgerufen wurde
TableViewerCreator.IdProperty.AssertMsg=Sie müssen die idProperty eine Ihrer Spalten ändern. Die idProperty muss für jede Spalte der Tabelle eindeutig sein.
TableViewerCreator.CallMethod.ErrorMsg=Sie k\u00F6nnen diese Methode nur aufrufen wenn bereits die Methode createTable() aufgerufen wurde
TableViewerCreator.IdProperty.AssertMsg=Sie m\u00FCssen die idProperty eine Ihrer Spalten \u00E4ndern. Die idProperty muss f\u00FCr jede Spalte der Tabelle eindeutig sein.
TableViewerCreator.Table.BeNull=Tabelle ist null
TableViewerCreator.TableColumn.AssertMsg=Die TableColumn von TableEditorColumn mit idProperty '{0}' hat nicht die korrekte Table parent
TreeToTablesLinker.Type.Unsupported=Dieser Typ von currentControl wird nicht unterstützt
TreeToTablesLinker.Type.Unsupported=Dieser Typ von currentControl wird nicht unterst\u00FCtzt
commons.error=ERROR
ModelSelectionDialog.Option=Option
ModelSelectionDialog.ViewSchema=Schema anzeigen (schreibgeschützt)
ModelSelectionDialog.ViewQuery=Abfrage anzeigen (schreibgeschützt)
ModelSelectionDialog.ViewSchema=Schema anzeigen (schreibgesch\u00FCtzt)
ModelSelectionDialog.ViewQuery=Abfrage anzeigen (schreibgesch\u00FCtzt)
GlobalServiceRegister.ServiceNotRegistered=Der Service {0} wurde nicht registriert.

View File

@@ -129,3 +129,4 @@ MessageBoxExceptionHandler.showMessageForSchemaImportXml.unParseXML.msg=The xml
SSLConfirmDialog.KeyStore=please input keyStore
SSLConfirmDialog.TrustStore=please input trustStore
SSLConfirmDialog.Password=please input password
HibernateUtils.auditDBIsNotUsable=The audit database must be empty or only contains tables related to audit.

View File

@@ -1,7 +1,7 @@
AccessorUtils.Assert0=La "PropiedadDeAcceso" de la columna (título '{0}' y clave '{1}') no esta correctamente configurada. {2} es requerido para bean <B>
AccessorUtils.Assert1=La "PropiedadDeAcceso" de la columna (título '{0}' y clave '{1}') no esta correctamente configurada o el valor fijado no es del tipo correcto.
AccessorUtils.Assert0=La "PropiedadDeAcceso" de la columna (t\u00EDtulo '{0}' y clave '{1}') no esta correctamente configurada. {2} es requerido para bean <B>
AccessorUtils.Assert1=La "PropiedadDeAcceso" de la columna (t\u00EDtulo '{0}' y clave '{1}') no esta correctamente configurada o el valor fijado no es del tipo correcto.
AddPushButton.AddButton.Tip=Agregue
AddAllPushButton.AddAllButton.Tip=Añadir Todos
AddAllPushButton.AddAllButton.Tip=A\u00F1adir Todos
CellEditorDialogBehavior.textContent=...
ColorStyledText.UndoItem.Text=Deshacer
ColorStyledText.CopyItem.Text=Copiar
@@ -12,11 +12,11 @@ DialogErrorForCellEditorListener.Error.MsgDialogTitle=Error
EventUtil.close=Cerrar
EventUtil.modify=Modificar
ExceptionMessageDialog.No=No
ExceptionMessageDialog.Yes=Sí
ExceptionMessageDialog.Yes=S\u00ED
PastePushButton.PasteButton.Label=Pegar
SWTCalendarWithTime.contentEvening=Tarde
SWTCalendarWithTime.contentMorning=Mañana
SWTCalendarWithTime.contentNoon=Mediodía
SWTCalendarWithTime.contentMorning=Ma\u00F1ana
SWTCalendarWithTime.contentNoon=Mediod\u00EDa
SWTCalendarWithTime.contentNow=Ahora
TableViewerCreator.Table.BeNull=la tabla es nula
commons.error=Error

View File

@@ -1,64 +1,64 @@
AccessorUtils.Assert0=L'attribut 'BeanPropertyAccessors' de la colonne (nommée '{0}' et ayant l'id '{1}') n'est pas configuré correctement. {2} est requis pour le bean
AccessorUtils.Assert1=L'attribut 'BeanPropertyAccessors' de la colonne (nommée'{0}' et ayant l'id '{1}') n'est pas configuré correctement ou le type de la valeur affectée n'est pas correct.
AccessorUtils.Assert0=L'attribut 'BeanPropertyAccessors' de la colonne (nomm\u00E9e '{0}' et ayant l'id '{1}') n'est pas configur\u00E9 correctement. {2} est requis pour le bean
AccessorUtils.Assert1=L'attribut 'BeanPropertyAccessors' de la colonne (nomm\u00E9e'{0}' et ayant l'id '{1}') n'est pas configur\u00E9 correctement ou le type de la valeur affect\u00E9e n'est pas correct.
AccessorUtils.isReq=\ est requis pour le bean (<B>).
AddPushButton.AddButton.Tip=Ajouter
AddAllPushButton.AddAllButton.Tip=Ajouter tout
CellEditorDialogBehavior.textContent=...
ColorStyledText.RedoItem.Text=Répéter
ColorStyledText.RedoItem.Text=R\u00E9p\u00E9ter
ColorStyledText.UndoItem.Text=Annuler
ColorStyledText.CopyItem.Text=Copier
ColorStyledText.PasteItem.Text=Coller
ColorStyledText.SelectAllItem.Text=Sélectionner tout
ColorStyledText.SelectAllItem.Text=S\u00E9lectionner tout
ContentProposalAdapterExtended.close=Fermer
ContentProposalAdapterExtended.closeFocusout=Fermeture de focusout
ControlUtils.Unsupported1=Ce contrôle ({0}) n'est pas supporté, ajouter un "sinon" si vous voulez...
CopyPushButton.CopyButton.Tip=Copie les éléments sélectionnés
Curve2D.MaxNum.Be0=maximumSegements doit être positif ou 0
Curve2D.MinNum.Be0=minimumSegements doit être positif ou 0
DateDialog.textContent=Sélectionner Date et heure
DefaultCellModifier.tableItemDispose=TableItem effacé
ControlUtils.Unsupported1=Ce contr\u00F4le ({0}) n'est pas support\u00E9, ajouter un "sinon" si vous voulez...
CopyPushButton.CopyButton.Tip=Copie les \u00E9l\u00E9ments s\u00E9lectionn\u00E9s
Curve2D.MaxNum.Be0=maximumSegements doit \u00EAtre positif ou 0
Curve2D.MinNum.Be0=minimumSegements doit \u00EAtre positif ou 0
DateDialog.textContent=S\u00E9lectionner Date et heure
DefaultCellModifier.tableItemDispose=TableItem effac\u00E9
DialogErrorForCellEditorListener.Error.MsgDialogTitle=ERROR
ErrorDialogWidthDetailArea.ErrorMessage.Text=Message d'erreur
ErrorDialogWidthDetailArea.ErrorMessage.ColumnText=La colonne ne peut être vide
ErrorDialogWidthDetailArea.ErrorMessage.ColumnText.NotValid=L'entrée '{0}' n'est pas valide, la valeur originale '{1}' sera utilisée.
ErrorDialogWithContinue.setParameter=Configurer les paramètres et continuer
ErrorDialogWidthDetailArea.ErrorMessage.ColumnText=La colonne ne peut \u00EAtre vide
ErrorDialogWidthDetailArea.ErrorMessage.ColumnText.NotValid=L'entr\u00E9e '{0}' n'est pas valide, la valeur originale '{1}' sera utilis\u00E9e.
ErrorDialogWithContinue.setParameter=Configurer les param\u00E8tres et continuer
EventUtil.activate=Activer
EventUtil.arm=ARM
EventUtil.close=Fermer
EventUtil.collapse=réduire
EventUtil.deactivate=Désactiver
EventUtil.defaultSelection=sélection par défaut
EventUtil.deiconify=dé-icônifie
EventUtil.collapse=r\u00E9duire
EventUtil.deactivate=D\u00E9sactiver
EventUtil.defaultSelection=s\u00E9lection par d\u00E9faut
EventUtil.deiconify=d\u00E9-ic\u00F4nifie
EventUtil.detailNull=Null
EventUtil.dispose=Retirer
EventUtil.dragDetect=Détection de glissement
EventUtil.expand=développer
EventUtil.dragDetect=D\u00E9tection de glissement
EventUtil.expand=d\u00E9velopper
EventUtil.focusIn=Activation
EventUtil.focusOut=Désactivation
EventUtil.hardKeyDown=Touche flèche bas
EventUtil.hardKeyUp=Touche flèche haut
EventUtil.focusOut=D\u00E9sactivation
EventUtil.hardKeyDown=Touche fl\u00E8che bas
EventUtil.hardKeyUp=Touche fl\u00E8che haut
EventUtil.help=Aide
EventUtil.hide=cacher
EventUtil.iconify=icônifier
EventUtil.keyDown=Flèche bas
EventUtil.keyUp=Flèche haut
EventUtil.menuDetect=Détection du menu
EventUtil.iconify=ic\u00F4nifier
EventUtil.keyDown=Fl\u00E8che bas
EventUtil.keyUp=Fl\u00E8che haut
EventUtil.menuDetect=D\u00E9tection du menu
EventUtil.modify=Modifier
EventUtil.mouseDoubleClick=double-clic
EventUtil.mouseDown=Souris bas
EventUtil.mouseEnter=Souris Entrée
EventUtil.mouseEnter=Souris Entr\u00E9e
EventUtil.mouseExit=Souris sortie
EventUtil.mouseHover=Survoler avec la souris
EventUtil.mouseMove=Déplacement de la souris
EventUtil.mouseMove=D\u00E9placement de la souris
EventUtil.mouseUp=Souris haut
EventUtil.move=Déplacer
EventUtil.move=D\u00E9placer
EventUtil.paint=peint
EventUtil.resize=redimensionner
EventUtil.selection=Sélection
EventUtil.selection=S\u00E9lection
EventUtil.show=Afficher
EventUtil.traverse=traverse
EventUtil.typeNull=Null
ExceptionHandler.Parameter.BeNull=le paramètre ex ne peut être null
ExceptionHandler.Parameter.BeNull=le param\u00E8tre ex ne peut \u00EAtre null
ExceptionMessageDialog.Cancel=Annuler
ExceptionMessageDialog.log=Fichier de log
ExceptionMessageDialog.No=NO
@@ -66,29 +66,29 @@ ExceptionMessageDialog.OK=OK
ExceptionMessageDialog.Yes=Oui
ExportPushButton.ExportButton.Tip=Exporte toutes les lignes dans un fichier XML
ExportPushButtonForExtendedTable.ErrorMsg.Text=Une erreur est survenue
ExtendedTableAddCommand.Add.Label=Ajouter une ou plusieurs entrée(s) de table
ExtendedTableCopyCommand.Copy.Label=Copier une ou plusieurs entrée(s) de table dans le presse-papier interne
ExtendedTableModel.ModifiedObject.Error=L'objet ModifiedBeanListenable doit être défini avant d'utiliser cette méthode
ExtendedTableMoveCommand.MoveLabel=Déplacer vers le haut ou le bas une ou plusieurs entrées de table
ExtendedTablePasteCommand.Paste.Label=Coller des données du presse-papiers interne
ExtendedTableRemoveCommand.Romve.Label=Supprimer les entrées de table
ExtendedTableResetDBTypesCommand.ResetDBTypes.Label=Réinitialiser tous les types de base de données pour obtenir les valeurs par défaut
ImportPushButton.ImportButton.Tip=Remplacer toutes les lignes par celles importées d'un fichier XML.
ExtendedTableAddCommand.Add.Label=Ajouter une ou plusieurs entr\u00E9e(s) de table
ExtendedTableCopyCommand.Copy.Label=Copier une ou plusieurs entr\u00E9e(s) de table dans le presse-papier interne
ExtendedTableModel.ModifiedObject.Error=L'objet ModifiedBeanListenable doit \u00EAtre d\u00E9fini avant d'utiliser cette m\u00E9thode
ExtendedTableMoveCommand.MoveLabel=D\u00E9placer vers le haut ou le bas une ou plusieurs entr\u00E9es de table
ExtendedTablePasteCommand.Paste.Label=Coller des donn\u00E9es du presse-papiers interne
ExtendedTableRemoveCommand.Romve.Label=Supprimer les entr\u00E9es de table
ExtendedTableResetDBTypesCommand.ResetDBTypes.Label=R\u00E9initialiser tous les types de base de donn\u00E9es pour obtenir les valeurs par d\u00E9faut
ImportPushButton.ImportButton.Tip=Remplacer toutes les lignes par celles import\u00E9es d'un fichier XML.
ImportPushButtonForExtendedTable.ErrorMsg.Text=Une erreur est survenue
LabelledFileField.BrowseButton.Text=Parcourir...
LabelledFileField.FileDialog.Text=Choissisez un
Mode.Mode.ToString=Mode [{0}]
ModeReader.IgnoreElement=Ignorer les éléments inconnus
ModelSelectionDialog.Title=Editer les paramètres en utilisant le référentiel
ModeReader.IgnoreElement=Ignorer les \u00E9l\u00E9ments inconnus
ModelSelectionDialog.Title=Editer les param\u00E8tres en utilisant le r\u00E9f\u00E9rentiel
ModifyBeanValueCommand.ModifyCell.Label=Modifier la valeur de la cellule
MoveDownPushButton.MoveDownTip=Déplace vers le bas les éléments sélectionnés
MoveUpPushButton.MoveUpButton.Tip=Déplace vers le haut les éléments sélectionnés
MoveDownPushButton.MoveDownTip=D\u00E9place vers le bas les \u00E9l\u00E9ments s\u00E9lectionn\u00E9s
MoveUpPushButton.MoveUpButton.Tip=D\u00E9place vers le haut les \u00E9l\u00E9ments s\u00E9lectionn\u00E9s
PastePushButton.PasteButton.Label=Coller
RemovePushButton.RemoveButton.Tip=Supprime les éléments sélectionnés
RemovePushButton.RemoveButton.Tip=Supprime les \u00E9l\u00E9ments s\u00E9lectionn\u00E9s
ResetDBTypesButton.ResetDBTypesButton.Tip=Initialise les types DB
Rule.rule=Règle [{0}]
SaveAsGenericSchemaPushButton.saveAsSchema=Enregistrer comme schéma générique
SelectContextVariablesPushButton.Label=Sélectionne les variables du contexte
Rule.rule=R\u00E8gle [{0}]
SaveAsGenericSchemaPushButton.saveAsSchema=Enregistrer comme sch\u00E9ma g\u00E9n\u00E9rique
SelectContextVariablesPushButton.Label=S\u00E9lectionne les variables du contexte
SWTCalendarWithTime.contentEvening=Soir
SWTCalendarWithTime.contentHr=H:
SWTCalendarWithTime.contentMin=Min :
@@ -96,21 +96,25 @@ SWTCalendarWithTime.contentMorning=Matin
SWTCalendarWithTime.contentNoon=Midi
SWTCalendarWithTime.contentNow=Maintenant
SWTCalendarWithTime.contnetSec=Sec :
TableViewerCreator.CallMethod.ErrorMsg=Vous ne pouvez appeler cette méthode que si vous avez déjà appelé createTable()
TableViewerCreator.IdProperty.AssertMsg=Vous devez changer l'idProperty de l'une de vos colonnes, l'idProperty doit être unique pour chaque colonne d'une table.
TableViewerCreator.CallMethod.ErrorMsg=Vous ne pouvez appeler cette m\u00E9thode que si vous avez d\u00E9j\u00E0 appel\u00E9 createTable()
TableViewerCreator.columnNullId=La colonne '{0}' a un ID null.
TableViewerCreator.IdProperty.AssertMsg=Vous devez changer l'idProperty de l'une de vos colonnes, l'idProperty doit \u00EAtre unique pour chaque colonne d'une table.
TableViewerCreator.Table.BeNull=la table est null.
TableViewerCreator.TableColumn.AssertMsg=La TableColumn de TableEditorColumn avec idProperty '{0}' n'a pas la bonne Table parente
TreeToTablesLinker.Type.Unsupported=Ce type de currentControl n'est pas supporté
TreeToTablesLinker.Type.Unsupported=Ce type de currentControl n'est pas support\u00E9
commons.error=ERROR
exception.errorOccured=Une erreur est survenue ({0}).\nConsultez le log pour plus de détails.
exception.errorOccured=Une erreur est survenue ({0}).\nConsultez le log pour plus de d\u00E9tails.
ModelSelectionDialog.Message=Choisissez une option, ou annulez
ModelSelectionDialog.Option=Option
ModelSelectionDialog.BuiltIn=Basculer la propriété en mode intégré
ModelSelectionDialog.ViewSchema=Voir le schéma (lecture seule)
ModelSelectionDialog.newViewSchema=Voir le schéma
ModelSelectionDialog.ViewQuery=Voir la requête (lecture seule)
ModelSelectionDialog.Update=Mettre à jour la connexion du référentiel.
FileStep2.previewFailure=Erreur de prévisualisation. Des paramètres doivent être modifiés`\nNote : Les erreurs de prévisualisation sont généralement liées à un mauvais paramétrage de l'encodage.
GlobalServiceRegister.ServiceNotRegistered=Le service {0} n'a pas été enregistré.
ModelSelectionDialog.BuiltIn=Basculer la propri\u00E9t\u00E9 en mode Built-In.
ModelSelectionDialog.ViewSchema=Voir le sch\u00E9ma (lecture seule)
ModelSelectionDialog.newViewSchema=Voir le sch\u00E9ma
ModelSelectionDialog.ViewQuery=Voir la requ\u00EAte (lecture seule)
ModelSelectionDialog.Update=Mettre \u00E0 jour la connexion du r\u00E9f\u00E9rentiel.
FileStep2.previewFailure=Erreur de pr\u00E9visualisation. Des param\u00E8tres doivent \u00EAtre modifi\u00E9s`\nNote : Les erreurs de pr\u00E9visualisation sont g\u00E9n\u00E9ralement li\u00E9es \u00E0 un mauvais param\u00E9trage de l'encodage.
GlobalServiceRegister.ServiceNotRegistered=Le service {0} n'a pas \u00E9t\u00E9 enregistr\u00E9.
MessageBoxExceptionHandler.showMessageForSchemaImportXml.unParseXML.title=Le XML ne peut analyser.
MessageBoxExceptionHandler.showMessageForSchemaImportXml.unParseXML.msg=Le XML ne peut analyser dans ce format.
SSLConfirmDialog.KeyStore=saisissez le KeyStore
SSLConfirmDialog.TrustStore=saisissez le TrustStore
SSLConfirmDialog.Password=saisissez le mot de passe

View File

@@ -1,5 +1,5 @@
AccessorUtils.Assert0=La caratteristica 'BeanPropertyAccessors' della colonna (con titolo'{0}' e id '{1}') non sono configurate correttamente. {2} è obbligatorio per il bean.
AccessorUtils.Assert1=La caratteristica 'BeanPropertyAccessors' della colonna (titolo '{0}' e id '{1}') non è correttemente configurata o il tipo del valore non è corretto.
AccessorUtils.Assert0=La caratteristica 'BeanPropertyAccessors' della colonna (con titolo'{0}' e id '{1}') non sono configurate correttamente. {2} \u00E8 obbligatorio per il bean.
AccessorUtils.Assert1=La caratteristica 'BeanPropertyAccessors' della colonna (titolo '{0}' e id '{1}') non \u00E8 correttemente configurata o il tipo del valore non \u00E8 corretto.
AddPushButton.AddButton.Tip=Aggiungere
AddAllPushButton.AddAllButton.Tip=Aggiungi tutto
CellEditorDialogBehavior.textContent=...
@@ -7,7 +7,7 @@ ColorStyledText.CopyItem.Text=Copia
ColorStyledText.PasteItem.Text=Incolla
ColorStyledText.SelectAllItem.Text=Seleziona tutto
ContentProposalAdapterExtended.close=Chiudere
ControlUtils.Unsupported1=Questo controllo {0} non è sostenuto, aggiunge
ControlUtils.Unsupported1=Questo controllo {0} non \u00E8 sostenuto, aggiunge
CopyPushButton.CopyButton.Tip=Copiare elementi selezionati
Curve2D.MinNum.Be0=minimumSegements deve essere positivo o 0
DialogErrorForCellEditorListener.Error.MsgDialogTitle=Errore
@@ -27,7 +27,7 @@ ExceptionMessageDialog.OK=OK
ExceptionMessageDialog.Yes=Si
ExportPushButton.ExportButton.Tip=Esporta tutti i record su file xml
LabelledFileField.BrowseButton.Text=Naviga...
Mode.Mode.ToString=Modalità [{0}]
Mode.Mode.ToString=Modalit\u00E0 [{0}]
ModeReader.IgnoreElement=Ignora elementi sconosciuti
ModifyBeanValueCommand.ModifyCell.Label=Modificare valore cella
MoveDownPushButton.MoveDownTip=Sposta in basso l'elemento selezionato
@@ -37,11 +37,11 @@ ResetDBTypesButton.ResetDBTypesButton.Tip=Reimposta Tipi dato DB
SaveAsGenericSchemaPushButton.saveAsSchema=Salva come schema generico
SelectContextVariablesPushButton.Label=Seleziona le variabili contesto
TableViewerCreator.Table.BeNull=tabella nulla
TreeToTablesLinker.Type.Unsupported=Questo tipo of currentControl non è supportato
TreeToTablesLinker.Type.Unsupported=Questo tipo of currentControl non \u00E8 supportato
commons.error=Errore
ModelSelectionDialog.Message=Per favore seleziona un'opzione, o annulla.
ModelSelectionDialog.Option=Opzione
ModelSelectionDialog.ViewSchema=Visualizza schema (sola lettura).
ModelSelectionDialog.ViewQuery=Visualizza query (sola lettura)
ModelSelectionDialog.Update=Aggiorna connessione repository
GlobalServiceRegister.ServiceNotRegistered=Il servizio {0} non è stato registrato
GlobalServiceRegister.ServiceNotRegistered=Il servizio {0} non \u00E8 stato registrato

View File

@@ -1,33 +1,33 @@
AccessorUtils.Assert0=\u3053\u306E\u30AB\u30E9\u30E0 (\u30BF\u30A4\u30C8\u30EB '{0}' \u3001id '{1}') \u306E BeanPropertyAccessors \u306F\u6B63\u3057\u304F\u8A2D\u5B9A\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002{2} \u306Fbean <B>\u3067\u8981\u6C42\u3055\u308C\u3066\u3044\u307E\u3059\u3002
AccessorUtils.Assert1=\u3053\u306E\u30AB\u30E9\u30E0 (\u30BF\u30A4\u30C8\u30EB '{0}' \u3001id '{1}') \u306E BeanPropertyAccessors \u306F\u6B63\u3057\u304F\u8A2D\u5B9A\u3055\u308C\u3066\u3044\u306A\u3044\u304B\u3001\u5024\u30BB\u30C3\u30C8\u306E\u578B\u304C\u6B63\u3057\u304F\u3042\u308A\u307E\u305B\u3093\u3002
AccessorUtils.Assert0=\u3053\u306E\u30AB\u30E9\u30E0 (\u30BF\u30A4\u30C8\u30EB '{0}' \u3001id '{1}') \u306E BeanPropertyAccessors\u306F\u6B63\u3057\u304F\u8A2D\u5B9A\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002{2}\u306Fbean <B>\u304C\u5FC5\u8981\u3068\u3057\u307E\u3059\u3002
AccessorUtils.Assert1=\u3053\u306E\u30AB\u30E9\u30E0\uFF08\u30BF\u30A4\u30C8\u30EB '{0}' \u3001id '{1}'\uFF09\u306EBeanPropertyAccessors\u306F\u6B63\u3057\u304F\u8A2D\u5B9A\u3055\u308C\u3066\u3044\u306A\u3044\u304B\u3001\u5024\u30BB\u30C3\u30C8\u306E\u578B\u304C\u6B63\u3057\u304F\u3042\u308A\u307E\u305B\u3093\u3002
AccessorUtils.NoClassDef=NoClassDefFoundError ({0}):{1}
AccessorUtils.isReq=\u306Fbean (<B>) \u3067\u8981\u6C42\u3055\u308C\u307E\u3059\u3002
AccessorUtils.isReqValue=\u306F\u5024 (<V>) \u3067\u8981\u6C42\u3055\u308C\u3066\u3044\u307E\u3059\u304C\u3001\u305D\u306E\u5024\u306FCellEditorValueAdapter\u3067\u9069\u5FDC\u3055\u305B\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002
AddPushButton.AddButton.Tip=\u8FFD\u52A0
AddAllPushButton.AddAllButton.Tip=\u3059\u3079\u3066\u8ffd\u52a0
AddAllPushButton.AddAllButton.Tip=\u3059\u3079\u3066\u8FFD\u52A0
CellEditorDialogBehavior.textContent=...
CellEditorValueAdapterFactory.valueNotStringType=Bean\u306E\u5024\u306FString\u578B\u306E\u30AF\u30E9\u30B9\u3067\u306A\u304F\u3066\u306F\u306A\u308A\u307E\u305B\u3093\u3002
ColorStyledText.RedoItem.Text=\u3084\u308A\u76F4\u3057
ColorStyledText.RedoItem.Text=\u3084\u308A\u76F4\u3059
ColorStyledText.UndoItem.Text=\u5143\u306B\u623B\u3059
ColorStyledText.CopyItem.Text=\u30B3\u30D4\u30FC
ColorStyledText.PasteItem.Text=\u8CBC\u308A\u4ED8\u3051
ColorStyledText.PasteItem.Text=\u8CBC\u4ED8\u3051
ColorStyledText.SelectAllItem.Text=\u3059\u3079\u3066\u9078\u629E
ContentProposalAdapterExtended.close=\u30AF\u30ED\u30FC\u30BA
ContentProposalAdapterExtended.close=\u9589\u3058\u308B
ContentProposalAdapterExtended.closeFocusout=Focusout\u3092\u9589\u3058\u308B
ControlUtils.Unsupported1=\u3053\u306E\u30B3\u30F3\u30C8\u30ED\u30FC\u30EB({0}) \u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3001\u5FC5\u8981\u3067\u3042\u308C\u3070\u30B1\u30FC\u30B9\u3092\u8FFD\u52A0\u3057\u3066\u304F\u3060\u3055\u3044...
CopyPushButton.CopyButton.Tip=\u9078\u629E\u3057\u305F\u30A2\u30A4\u30C6\u30E0\u306E\u30B3\u30D4\u30FC
Curve2D.MaxNum.Be0=maximumSegements\u306F \u6B63\u306E\u6570\u3082\u3057\u304F\u306F0\u3067\u306A\u304F\u3066\u306F\u306A\u308A\u307E\u305B\u3093
Curve2D.MinNum.Be0=\u6700\u5C0F\u30BB\u30B0\u30E1\u30F3\u30C8\u306F\u6B63\u306E\u6570\u304B0\u3067\u306A\u3051\u308C\u3070\u3044\u3051\u307E\u305B\u3093
Curve2D.MinNum.Be0=minimumSegements\u306F \u6B63\u306E\u6570\u3082\u3057\u304F\u306F0\u3067\u306A\u304F\u3066\u306F\u306A\u308A\u307E\u305B\u3093
DateDialog.textContent=\u65E5\u4ED8\u3068\u6642\u9593\u306E\u9078\u629E
DefaultCellModifier.tableItemDispose=\u7834\u68C4\u3055\u308C\u305F\u30C6\u30FC\u30D6\u30EB\u9805\u76EE
DialogErrorForCellEditorListener.Error.MsgDialogTitle=\u30A8\u30E9\u30FC
ErrorDialogWidthDetailArea.ErrorMessage.Text=\u30A8\u30E9\u30FC\u30E1\u30C3\u30BB\u30FC\u30B8
ErrorDialogWidthDetailArea.ErrorMessage.ColumnText=\u30AB\u30E9\u30E0\u306F\u7A7A\u767D\u306F\u8A31\u53EF\u3055\u308C\u307E\u305B\u3093
ErrorDialogWidthDetailArea.ErrorMessage.ColumnText.NotValid=\u5165\u529B'{0}'\u306F\u4E0D\u6B63\u3067\u3059\u3002\u30AA\u30EA\u30B8\u30CA\u30EB\u5024'{1}'\u304C\u4EE3\u7528\u3055\u308C\u307E\u3059\u3002
ErrorDialogWidthDetailArea.ErrorMessage.ColumnText.NotValid=\u5165\u529B\'{0}\'\u306F\u4E0D\u6B63\u3067\u3059\u3002\u30AA\u30EA\u30B8\u30CA\u30EB\u5024\'{1}\'\u304C\u4EE3\u7528\u3055\u308C\u307E\u3059\u3002
ErrorDialogWithContinue.setParameter=\u30D1\u30E9\u30E1\u30FC\u30BF\u3092\u8A2D\u5B9A\u3057\u3066\u7D99\u7D9A
EventUtil.activate=\u30A2\u30AF\u30C6\u30A3\u30D6\u5316
EventUtil.arm=\u906E\u65AD
EventUtil.close=\u30AF\u30ED\u30FC\u30BA
EventUtil.close=\u9589\u3058\u308B
EventUtil.collapse=\u6298\u308A\u305F\u305F\u3080
EventUtil.deactivate=\u975E\u30A2\u30AF\u30C6\u30A3\u30D6\u5316
EventUtil.defaultSelection=\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u9078\u629E
@@ -36,7 +36,7 @@ EventUtil.detailNull=Null
EventUtil.dispose=\u7834\u68C4
EventUtil.dragDetect=\u30C9\u30E9\u30C3\u30B0\u306E\u691C\u77E5
EventUtil.expand=\u5C55\u958B\u3059\u308B
EventUtil.focusIn=\u30D5\u30A9\u30FC\u30AB\u30B9\u3059\u308B
EventUtil.focusIn=\u30D5\u30A9\u30FC\u30AB\u30B9\u3092\u3042\u3066\u308B
EventUtil.focusOut=\u30D5\u30A9\u30FC\u30AB\u30B9\u3092\u5916\u3059
EventUtil.hardKeyDown=\u30AD\u30FC\u30C0\u30A6\u30F3
EventUtil.hardKeyUp=\u30AD\u30FC\u30A2\u30C3\u30D7
@@ -57,32 +57,32 @@ EventUtil.mouseUp=\u30DE\u30A6\u30B9\u30A2\u30C3\u30D7
EventUtil.move=\u79FB\u52D5
EventUtil.paint=\u30DA\u30A4\u30F3\u30C8
EventUtil.resize=\u30EA\u30B5\u30A4\u30BA
EventUtil.selectedEqual=\u9078\u629E\u3055\u308C\u305F\=
EventUtil.selectedEqual=\u9078\u629E\u3055\u308C\u305F=
EventUtil.selection=\u9078\u629E
EventUtil.show=\u8868\u793A
EventUtil.traverse=\u30C8\u30E9\u30D0\u30FC\u30B9
EventUtil.typeNull=Null
EventUtil.UnknowDetail=\u30A4\u30D9\u30F3\u30C8\u8A73\u7D30\u306E\u4E0D\u660E\u306A???\u5024 \:
EventUtil.UnknowType=\u30A4\u30D9\u30F3\u30C8\u30BF\u30A4\u30D7\u306E\u4E0D\u660E\u306A???\u5024 \:
EventUtil.verify=\u30D9\u30EA\u30D5\u30A1\u30A4
ExceptionHandler.Parameter.BeNull=ex \u30D1\u30E9\u30E1\u30BF\u306F NULL\u5024\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
EventUtil.UnknowDetail=\u30A4\u30D9\u30F3\u30C8\u8A73\u7D30\u306E\u4E0D\u660E\u306A???\u5024 :
EventUtil.UnknowType=\u30A4\u30D9\u30F3\u30C8\u30BF\u30A4\u30D7\u306E\u4E0D\u660E\u306A???\u5024 :
EventUtil.verify=\u78BA\u8A8D
ExceptionHandler.Parameter.BeNull=ex \u30D1\u30E9\u30E1\u30FC\u30BF\u30FC\u306B\u306Fnull\u3092\u8A2D\u5B9A\u51FA\u6765\u307E\u305B\u3093
ExceptionMessageDialog.Cancel=\u30AD\u30E3\u30F3\u30BB\u30EB
ExceptionMessageDialog.log=\u30ED\u30B0
ExceptionMessageDialog.No=\u3044\u3044\u3048
ExceptionMessageDialog.No=\u4E0D\u53EF
ExceptionMessageDialog.OK=OK
ExceptionMessageDialog.Yes=\u306F\u3044
ExceptionMessageDialog.Yes=\u5229\u7528\u53EF
ExportPushButton.ExportButton.Tip=\u3059\u3079\u3066\u306E\u884C\u3092XML\u30D5\u30A1\u30A4\u30EB\u306B\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8
ExportPushButtonForExtendedTable.ErrorMsg.Text=\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3057\u307E\u3057\u305F
ExtendedTableAddCommand.Add.Label=\uFF11\u3064\u307E\u305F\u306F\u305D\u308C\u4EE5\u4E0A\u306E\u30C6\u30FC\u30D6\u30EB\u30A8\u30F3\u30C8\u30EA\u306E\u8FFD\u52A0
ExtendedTableCopyCommand.Copy.Label=\u30AF\u30EA\u30C3\u30D7\u30DC\u30FC\u30C9\u306B\uFF11\u3064\u4EE5\u4E0A\u306E\u30C6\u30FC\u30D6\u30EB\u30A8\u30F3\u30C8\u30EA\u3092\u30B3\u30D4\u30FC
ExtendedTableModel.ModifiedObject.Error=\u3053\u306E\u30E1\u30BD\u30C3\u30C9\u3092\u4F7F\u7528\u3059\u308B\u524D\u306B ModifiedBeanListenable \u30AA\u30D6\u30B8\u30A7\u30AF\u30C8\u304C\u8A2D\u5B9A\u3055\u308C\u3066\u3044\u306A\u3051\u308C\u3070\u306A\u308A\u307E\u305B\u3093\u3002
ExtendedTableModel.ModifiedObject.Error=\u3053\u306E\u30E1\u30BD\u30C3\u30C9\u3092\u4F7F\u7528\u3059\u308B\u524D\u306BModifiedBeanListenable\u30AA\u30D6\u30B8\u30A7\u30AF\u30C8\u304C\u8A2D\u5B9A\u3055\u308C\u3066\u3044\u306A\u3051\u308C\u3070\u306A\u308A\u307E\u305B\u3093\u3002
ExtendedTableMoveCommand.MoveLabel=\uFF11\u3064\u307E\u305F\u306F\u305D\u308C\u4EE5\u4E0A\u306E\u30C6\u30FC\u30D6\u30EB\u30A8\u30F3\u30C8\u30EA\u306E\u4E0A\u4E0B\u79FB\u52D5
ExtendedTablePasteCommand.Paste.Label=\u5185\u90E8\u30AF\u30EA\u30C3\u30D7\u30DC\u30FC\u30C9\u304B\u3089\u30C7\u30FC\u30BF\u306E\u8CBC\u308A\u4ED8\u3051
ExtendedTableRemoveCommand.Romve.Label=\u30C6\u30FC\u30D6\u30EB\u30A8\u30F3\u30C8\u30EA\u306E\u524A\u9664
ExtendedTableResetDBTypesCommand.ResetDBTypes.Label=\u3059\u3079\u3066\u306eDB\u30bf\u30a4\u30d7\u3092\u30c7\u30d5\u30a9\u30eb\u30c8\u306b\u30ea\u30bb\u30c3\u30c8
ImportPushButton.ImportButton.Tip=\u3059\u3079\u3066\u306e\u884c\u3092xml\u30d5\u30a1\u30a4\u30eb\u304b\u3089\u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3067\u7f6e\u63db\u3048
ExtendedTableResetDBTypesCommand.ResetDBTypes.Label=\u30C7\u30D5\u30A9\u30EB\u30C8\u5024\u3092\u53D6\u5F97\u3059\u308B\u305F\u3081\u306B\u5168\u3066\u306EDB\u30BF\u30A4\u30D7\u3092\u30EA\u30BB\u30C3\u30C8
ImportPushButton.ImportButton.Tip=\u3059\u3079\u3066\u306E\u884C\u3092xml\u30D5\u30A1\u30A4\u30EB\u304B\u3089\u306E\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8\u3067\u7F6E\u63DB\u3048
ImportPushButtonForExtendedTable.ErrorMsg.Text=\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3057\u307E\u3057\u305F
LabelledFileField.BrowseButton.Text=\u30D6\u30E9\u30A6\u30BA...
LabelledFileField.BrowseButton.Text=\u53C2\u7167...
LabelledFileField.FileDialog.Text=\u9078\u629E
Mode.Mode.ToString=\u30E2\u30FC\u30C9 [{0}]
ModeReader.IgnoreElement=\u4E0D\u660E\u306A\u8981\u7D20\u3092\u7121\u8996
@@ -90,27 +90,31 @@ ModelSelectionDialog.Title=\u30EA\u30DD\u30B8\u30C8\u30EA\u3092\u4F7F\u7528\u305
ModifyBeanValueCommand.ModifyCell.Label=\u30BB\u30EB\u5024\u306E\u5909\u66F4
MoveDownPushButton.MoveDownTip=\u9078\u629E\u3057\u305F\u30A2\u30A4\u30C6\u30E0\u3092\u4E0B\u306B\u79FB\u52D5
MoveUpPushButton.MoveUpButton.Tip=\u9078\u629E\u3057\u305F\u30A2\u30A4\u30C6\u30E0\u3092\u4E0A\u306B\u79FB\u52D5
PastePushButton.PasteButton.Label=\u8CBC\u308A\u4ED8\u3051
RemovePushButton.RemoveButton.Tip=\u9078\u629E\u3055\u308C\u305F\u30A2\u30A4\u30C6\u30E0\u306E\u524A\u9664
PastePushButton.PasteButton.Label=\u8CBC\u4ED8\u3051
ProposalUtils.CellProposal.Error=\u3053\u306E\u30BF\u30A4\u30D7\u306ECellEditor\u3092\u63D0\u6848\u3059\u308B\u3053\u3068\u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093:
ProposalUtils.CtrlProposal.ErrorMsg=\u3053\u306E\u30BF\u30A4\u30D7\u306E\u5236\u5FA1\u3092\u63D0\u6848\u3059\u308B\u3053\u3068\u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093:
RemovePushButton.RemoveButton.Tip=\u9078\u629E\u3057\u305F\u30A2\u30A4\u30C6\u30E0\u306E\u524A\u9664
ResetDBTypesButton.ResetDBTypesButton.Tip=DB\u30BF\u30A4\u30D7\u306E\u30EA\u30BB\u30C3\u30C8
Rule.rule=\u30EB\u30FC\u30EB [{0}]
SaveAsGenericSchemaPushButton.saveAsSchema=\u6C4E\u7528\u30B9\u30AD\u30FC\u30DE\u3068\u3057\u3066\u4FDD\u5B58
SelectContextVariablesPushButton.Label=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30D1\u30E9\u30E1\u30FC\u30BF\u306E\u9078\u629E
SWTCalendarWithTime.contentEvening=\u5348\u5F8C
SWTCalendarWithTime.contentHr=\u6642 \:
SWTCalendarWithTime.contentMin=\u5206 \:
SWTCalendarWithTime.contentHr=\u6642 :
SWTCalendarWithTime.contentMin=\u5206 :
SWTCalendarWithTime.contentMorning=\u5348\u524D
SWTCalendarWithTime.contentNoon=\u6B63\u5348
SWTCalendarWithTime.contentNow=\u73FE\u5728
SWTCalendarWithTime.contnetSec=\u79D2 \:
SWTCalendarWithTime.contnetSec=\u79D2 :
TableViewerCreator.CallMethod.ErrorMsg=\u3053\u306E\u30E1\u30BD\u30C3\u30C9\u306F\u3001\u65E2\u306B createTable() \u3092\u547C\u3073\u51FA\u3057\u6E08\u307F\u306E\u5834\u5408\u3060\u3051\u547C\u3073\u51FA\u305B\u307E\u3059
TableViewerCreator.columnNullId=\u30AB\u30E9\u30E0'{0}'\u304Cnull\u3067\u3059\uFF01
TableViewerCreator.IdProperty.AssertMsg=\u30AB\u30E9\u30E0\u306EID \u30D7\u30ED\u30D1\u30C6\u30A3\u306E\u5909\u66F4\u304C\u5FC5\u8981\u3067\u3059\u3001ID \u30D7\u30ED\u30D1\u30C6\u30A3\u306F\uFF11\u3064\u306E\u30C6\u30FC\u30D6\u30EB\u3067\u30E6\u30CB\u30FC\u30AF\u3067\u306A\u304F\u3066\u306F\u306A\u308A\u307E\u305B\u3093\u3002
TableViewerCreator.CellModifier.ExError=\u73FE\u5728\u306ECellModifier\u306F\u3053\u306E\u64CD\u4F5C\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u305B\u3093\u3002'{0}'\u3092\u4F7F\u7528\u3059\u308B\u304B\u3001\u62E1\u5F35\u3057\u3066\u3053\u306E\u30D5\u30A3\u30FC\u30C1\u30E3\u30FC\u3092\u4F7F\u7528\u3067\u304D\u308B\u3088\u3046\u306B\u3059\u308B\u30AF\u30E9\u30B9\u3092\u4F7F\u7528\u3057\u307E\u3059
TableViewerCreator.columnNoIBeanProperty=\u30AB\u30E9\u30E0'{0}' ('{1}')\u306B\u306FCellEditor\u304C\u8A2D\u5B9A\u3055\u308C\u3066\u3044\u307E\u3059\u304C\u3001IBeanPropertyAccessors\u306F\u3042\u308A\u307E\u305B\u3093!
TableViewerCreator.columnNullId=\u30AB\u30E9\u30E0 \'{0}\' \u306FNull\u306EID\u3092\u6301\u3063\u3066\u3044\u307E\u3059\u3002
TableViewerCreator.IdProperty.AssertMsg=\u30AB\u30E9\u30E0\u306EidProperty\u306E\u5909\u66F4\u304C\u5FC5\u8981\u3067\u3059\u3001idProperty\u306F\uFF11\u3064\u306E\u30C6\u30FC\u30D6\u30EB\u3067\u30E6\u30CB\u30FC\u30AF\u3067\u306A\u304F\u3066\u306F\u306A\u308A\u307E\u305B\u3093\u3002
TableViewerCreator.Table.BeNull=\u30C6\u30FC\u30D6\u30EB\u304Cnull\u3067\u3059
TableViewerCreator.TableColumn.AssertMsg=ID \u30D7\u30ED\u30D1\u30C6\u30A3'{0}'\u304C\u3042\u308BTableEditorColumn\u306E\u30C6\u30FC\u30D6\u30EB\u30AB\u30E9\u30E0\u306F\u3001\u6B63\u3057\u3044\u89AA\u30C6\u30FC\u30D6\u30EB\u3092\u6301\u3063\u3066\u3044\u307E\u305B\u3093\u3002
TreeToTablesLinker.Type.Unsupported=\u3053\u306E\u30BF\u30A4\u30D7\u306E currentControl\u306F \u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093
TableViewerCreator.TableColumn.AssertMsg=ID \u30D7\u30ED\u30D1\u30C6\u30A3\'{0}\'\u304C\u3042\u308BTableEditorColumn\u306E\u30C6\u30FC\u30D6\u30EB\u30AB\u30E9\u30E0\u306F\u3001\u6B63\u3057\u3044\u89AA\u30C6\u30FC\u30D6\u30EB\u3092\u6301\u3063\u3066\u3044\u307E\u305B\u3093\u3002
TreeToTablesLinker.Type.Unsupported=\u3053\u306E\u30BF\u30A4\u30D7\u306E\u30AB\u30EC\u30F3\u30C8\u30B3\u30F3\u30C8\u30ED\u30FC\u30EB\u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093
commons.error=\u30A8\u30E9\u30FC
exception.errorOccured=\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3057\u307E\u3057\u305F\uFF08{0}\uFF09\n\u8A73\u7D30\u306F\u30ED\u30B0\u3092\u53C2\u7167\u3057\u3066\u304F\u3060\u3055\u3044\u3002
exception.errorOccured=\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3057\u307E\u3057\u305F\uFF08{0}\uFF09\\n\u8A73\u7D30\u306F\u30ED\u30B0\u3092\u53C2\u7167\u3057\u3066\u304F\u3060\u3055\u3044\u3002
ModelSelectionDialog.Message=\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\uFF11\u3064\u9078\u629E\u3059\u308B\u304B\u3001\u30AD\u30E3\u30F3\u30BB\u30EB\u3057\u3066\u304F\u3060\u3055\u3044\u3002
ModelSelectionDialog.Option=\u30AA\u30D7\u30B7\u30E7\u30F3
ModelSelectionDialog.BuiltIn=\u7D44\u307F\u8FBC\u307F\u30D7\u30ED\u30D1\u30C6\u30A3\u306B\u5909\u66F4
@@ -118,10 +122,11 @@ ModelSelectionDialog.ViewSchema=\u30B9\u30AD\u30FC\u30DE\u306E\u53C2\u7167\uFF08
ModelSelectionDialog.newViewSchema=\u30B9\u30AD\u30FC\u30DE\u3092\u53C2\u7167
ModelSelectionDialog.ViewQuery=\u30AF\u30A8\u30EA\u306E\u8868\u793A\uFF08\u8AAD\u307F\u53D6\u308A\u5C02\u7528\uFF09\u3002
ModelSelectionDialog.Update=\u30EA\u30DD\u30B8\u30C8\u30EA\u63A5\u7D9A\u306E\u66F4\u65B0\u3002
FileStep2.previewFailure=\u30D7\u30EC\u30D3\u30E5\u30FC\u30A8\u30E9\u30FC\u3002\u3044\u304F\u3064\u304B\u306E\u8A2D\u5B9A\u5909\u66F4\u304C\u5FC5\u8981\u3067\u3059\u3002\n\u6CE8\u8A18\: \u30D7\u30EC\u30D3\u30E5\u30FC\u30A8\u30E9\u30FC\u306F\u4E00\u822C\u7684\u306B\u8AA4\u3063\u305F\u30A8\u30F3\u30B3\u30FC\u30C7\u30A3\u30F3\u30B0\u8A2D\u5B9A\u306B\u3088\u308A\u8D77\u3053\u308A\u307E\u3059\u3002
FileStep2.previewFailure=\u30D7\u30EC\u30D3\u30E5\u30FC\u30A8\u30E9\u30FC\u3002\u3044\u304F\u3064\u304B\u306E\u8A2D\u5B9A\u5909\u66F4\u304C\u5FC5\u8981\u3067\u3059\u3002\\n\u6CE8\u8A18: \u30D7\u30EC\u30D3\u30E5\u30FC\u30A8\u30E9\u30FC\u306F\u4E00\u822C\u7684\u306B\u8AA4\u3063\u305F\u30A8\u30F3\u30B3\u30FC\u30C7\u30A3\u30F3\u30B0\u8A2D\u5B9A\u306B\u3088\u308A\u8D77\u3053\u308A\u307E\u3059\u3002
GlobalServiceRegister.ServiceNotRegistered=\u30B5\u30FC\u30D3\u30B9 {0} \u306F\u767B\u9332\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002
MessageBoxExceptionHandler.showMessageForSchemaImportXml.unParseXML.title=XML\u306F\u3001\u89E3\u6790\u3067\u304D\u307E\u305B\u3093.
MessageBoxExceptionHandler.showMessageForSchemaImportXml.unParseXML.msg=XML\u306F\u3001\u3053\u306E\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u3067\u306F\u89E3\u6790\u3067\u304D\u307E\u305B\u3093.
SSLConfirmDialog.KeyStore=KeyStore\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044
SSLConfirmDialog.TrustStore=TrustStore\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044
SSLConfirmDialog.Password=KeyStore\u306E\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044
HibernateUtils.auditDBIsNotUsable=\u76E3\u67FB\u30C7\u30FC\u30BF\u30D9\u30FC\u30B9\u306F\u7A7A\u306B\u3057\u3066\u4E0B\u3055\u3044\u3002\u542B\u3081\u3066\u3088\u3044\u306E\u306F\u76E3\u67FB\u306B\u95A2\u9023\u3059\u308B\u30C6\u30FC\u30D6\u30EB\u306E\u307F\u3067\u3059\u3002

View File

@@ -1,3 +1,4 @@
AddPushButton.AddButton.Tip=\uCD94\uAC00
CellEditorDialogBehavior.textContent=...
ColorStyledText.CopyItem.Text=\uBCF5\uC0AC
ColorStyledText.PasteItem.Text=\uBD99\uC774\uAE30

View File

@@ -28,10 +28,10 @@ EventUtil.verify=zweryfikuj
ExceptionMessageDialog.log=Log
ExceptionMessageDialog.Yes=Tak
ExportPushButton.ExportButton.Tip=Eksport wszystkie wiersze do pliku xml
ExtendedTableAddCommand.Add.Label=Dodaj jedn\u0105 lub wi\u0119cej wpisów
ExtendedTableAddCommand.Add.Label=Dodaj jedn\u0105 lub wi\u0119cej wpis\u00F3w
ExtendedTablePasteCommand.Paste.Label=Wklej dane z wewn\u0119trznego schowka
PastePushButton.PasteButton.Label=Wklej
SWTCalendarWithTime.contentEvening=Wieczór
SWTCalendarWithTime.contentEvening=Wiecz\u00F3r
SWTCalendarWithTime.contentHr=Godz:
SWTCalendarWithTime.contentMin=Min:
SWTCalendarWithTime.contentMorning=Rano

View File

@@ -1,5 +1,5 @@
AccessorUtils.Assert0=O 'BeanPropertyAccessors' da coluna (com o título '{0}' e id '{1}') não está configurado corretamente. {2} é requerido para o bean<B>
AccessorUtils.Assert1=O «BeanPropertyAccessors' da coluna (com o título '(0)' e id '(1)') não está configurado corretamente ou o valor definido não tem o tipo certo.
AccessorUtils.Assert0=O 'BeanPropertyAccessors' da coluna (com o t\u00EDtulo '{0}' e id '{1}') n\u00E3o est\u00E1 configurado corretamente. {2} \u00E9 requerido para o bean<B>
AccessorUtils.Assert1=O \u00ABBeanPropertyAccessors' da coluna (com o t\u00EDtulo '(0)' e id '(1)') n\u00E3o est\u00E1 configurado corretamente ou o valor definido n\u00E3o tem o tipo certo.
AddPushButton.AddButton.Tip=Adicionar
AddAllPushButton.AddAllButton.Tip=Adicionar todos
CellEditorDialogBehavior.textContent=...
@@ -9,12 +9,12 @@ ColorStyledText.CopyItem.Text=Copiar
ColorStyledText.PasteItem.Text=Colar
ColorStyledText.SelectAllItem.Text=Selecionar tudo
ContentProposalAdapterExtended.close=Fechar
ControlUtils.Unsupported1=Esse controle não é suportado, adicione caso quiser...
ControlUtils.Unsupported1=Esse controle n\u00E3o \u00E9 suportado, adicione caso quiser...
CopyPushButton.CopyButton.Tip=Copiar itens selecionados
DateDialog.textContent=Selecione Data & Hora
DialogErrorForCellEditorListener.Error.MsgDialogTitle=Erro
ErrorDialogWidthDetailArea.ErrorMessage.Text=Mensagem de erro
ErrorDialogWithContinue.setParameter=Setar os paramêtros e continuar
ErrorDialogWithContinue.setParameter=Setar os param\u00EAtros e continuar
EventUtil.activate=Ativar
EventUtil.close=Fechar
EventUtil.defaultSelection=Selecionar default
@@ -22,7 +22,7 @@ EventUtil.help=Ajuda
EventUtil.modify=Modificar
EventUtil.mouseDoubleClick=duplo clique
EventUtil.move=Mover
EventUtil.selection=Seleção
EventUtil.selection=Sele\u00E7\u00E3o
EventUtil.show=Visualizar
ExceptionMessageDialog.Cancel=Cancela
ExceptionMessageDialog.OK=OK
@@ -37,5 +37,5 @@ LabelledFileField.FileDialog.Text=Selecione uma
MoveDownPushButton.MoveDownTip=Move para baixo os itens selecionado
MoveUpPushButton.MoveUpButton.Tip=Sobe para itens selecionados
PastePushButton.PasteButton.Label=Colar
SaveAsGenericSchemaPushButton.saveAsSchema=Salvar esquema genérico
SaveAsGenericSchemaPushButton.saveAsSchema=Salvar esquema gen\u00E9rico
commons.error=Erro

View File

@@ -0,0 +1,20 @@
AddPushButton.AddButton.Tip=Prida\u0165
AddAllPushButton.AddAllButton.Tip=Prida\u0165 V\u0161etko
ColorStyledText.CopyItem.Text=Kop\u00EDrova\u0165
ColorStyledText.PasteItem.Text=prilepi\u0165
ContentProposalAdapterExtended.close=Zavrie\u0165
DialogErrorForCellEditorListener.Error.MsgDialogTitle=CHYBA
ErrorDialogWidthDetailArea.ErrorMessage.Text=Chybov\u00E1 Hl\u00E1\u0161ka
EventUtil.activate=Aktivova\u0165
EventUtil.close=Zavrie\u0165
EventUtil.deactivate=Deaktivova\u0165
EventUtil.help=Pomoc
EventUtil.modify=Modifikova\u0165
EventUtil.move=Premiestni\u0165
EventUtil.selection=V\u00FDber
ExceptionMessageDialog.Cancel=Zru\u0161i\u0165
ExceptionMessageDialog.log=Log
ExceptionMessageDialog.OK=Ok
ExceptionMessageDialog.Yes=\u00C1no
PastePushButton.PasteButton.Label=prilepi\u0165
commons.error=CHYBA

View File

@@ -1,4 +1,3 @@
AddPushButton.AddButton.Tip=Prida\u0165
AddAllPushButton.AddAllButton.Tip=Prida\u0165 V\u0161etko
ColorStyledText.CopyItem.Text=Kopírova\u0165
ColorStyledText.PasteItem.Text=prilepi\u0165

View File

@@ -4,7 +4,7 @@ ColorStyledText.RedoItem.Text=Yeniden
ColorStyledText.UndoItem.Text=Geri Al
ColorStyledText.CopyItem.Text=Kopyala
ColorStyledText.PasteItem.Text=Yap\u0131\u015Ft\u0131r
ColorStyledText.SelectAllItem.Text=Tümünü Seç
ColorStyledText.SelectAllItem.Text=T\u00FCm\u00FCn\u00FC Se\u00E7
DialogErrorForCellEditorListener.Error.MsgDialogTitle=Hata
PastePushButton.PasteButton.Label=Yap\u0131\u015Ft\u0131r
commons.error=Hata

View File

@@ -1,71 +1,132 @@
AccessorUtils.Assert0=\u8FD9\u4E2A\u5217(\u6807\u9898\u4E3A\u2018{0}\u2019\uFF0CID\u4E3A\u2018{1}\u2019)\u7684\u2018BeanPropertyAccessors\u2019\u6CA1\u6709\u6B63\u786E\u914D\u7F6E\u3002\u2018{2}\u2019\u9700\u8981\u4E00\u4E2ABean<B>
AccessorUtils.Assert1=\u8FD9\u4E2A\u5217(\u6807\u9898\u4E3A\u2018{0}\u2019\uFF0CID\u4E3A\u2018{1}\u2019)\u7684\u2018BeanPropertyAccessors\u2019\u6CA1\u6709\u6B63\u786E\u914D\u7F6E,\u6216\u8005\u503C\u8BBE\u7F6E\u4E3A\u4E0D\u6B63\u786E\u7684\u7C7B\u578B\u3002
AddPushButton.AddButton.Tip=\u589E\u52A0
AccessorUtils.Assert0=\u8FD9\u4E2A\u5217 (\u6807\u9898\u4E3A \'{0}\'\uFF0CID \u4E3A \'{1}\') \u7684\u201CBeanPropertyAccessors\u201D\u6CA1\u6709\u6B63\u786E\u914D\u7F6E\u3002{2} \u662FBean \u6240\u5FC5\u9700\u7684<B>
AccessorUtils.Assert1=\u8FD9\u4E2A\u5217 (\u6807\u9898\u4E3A \'{0}\'\uFF0CID \u4E3A \'{1}\') \u7684\u201CBeanPropertyAccessors\u201D\u6CA1\u6709\u6B63\u786E\u914D\u7F6E\uFF0C\u6216\u8005\u503C\u8BBE\u7F6E\u4E3A\u4E0D\u6B63\u786E\u7684\u7C7B\u578B\u3002
AccessorUtils.NoClassDef=NoClassDefFoundError ({0}):{1}
AccessorUtils.isReq=\\ \u662F bean (<B>) \u6240\u5FC5\u9700\u7684\u3002
AccessorUtils.isReqValue=\\ \u662F\u503C (<V>) \u6240\u5FC5\u9700\u7684\uFF0C\u4F46\u8BE5\u503C\u53EF\u4F7F\u7528 CellEditorValueAdapter \u6765\u8C03\u6574\u3002
AddPushButton.AddButton.Tip=\u6DFB\u52A0
AddAllPushButton.AddAllButton.Tip=\u6DFB\u52A0\u6240\u6709
CellEditorDialogBehavior.textContent=...
CellEditorValueAdapterFactory.valueNotStringType=Bean \u503C\u5E94\u662F\u5B57\u7B26\u4E32\u7C7B\u578B\u7684\u7C7B\uFF01
ColorStyledText.RedoItem.Text=\u91CD\u505A
ColorStyledText.UndoItem.Text=\u590D\u539F
ColorStyledText.UndoItem.Text=\u64A4\u6D88
ColorStyledText.CopyItem.Text=\u590D\u5236
ColorStyledText.PasteItem.Text=\u7C98\u8D34
ColorStyledText.SelectAllItem.Text=\u5168\u9009
ContentProposalAdapterExtended.close=\u5173\u95ED
ContentProposalAdapterExtended.closeFocusout=\u5173\u95EDfocusout
ControlUtils.Unsupported1=\u8FD9\u4E2A\u9762\u677F({0})\u4E0D\u652F\u6301\u3002\u5982\u679C\u4F60\u60F3\u4F7F\u7528\uFF0C\u8BF7\u6DFB\u52A0\u4E8B\u4EF6\u3002
CopyPushButton.CopyButton.Tip=\u590D\u5236\u88AB\u9009\u4E2D\u7684\u9879
Curve2D.MinNum.Be0=\u6BB5\u7684\u6700\u5C0F\u503C\u5FC5\u987B\u4E3A\u6B63\u6570\u62160\u3002
DateDialog.textContent=\u9009\u62E9\u65E5\u671F& \u65F6\u95F4
ContentProposalAdapterExtended.closeFocusout=\u5173\u95ED focusout
ControlUtils.Unsupported1=\u6B64\u9762\u677F ({0}) \u4E0D\u53D7\u652F\u6301\u3002\u5982\u679C\u60A8\u60F3\u4F7F\u7528\uFF0C\u8BF7\u6DFB\u52A0\u4E8B\u4EF6...
CopyPushButton.CopyButton.Tip=\u590D\u5236\u9009\u5B9A\u7684\u9879
Curve2D.MaxNum.Be0=maximumSegements \u5FC5\u987B\u4E3A\u6B63\u6216 0
Curve2D.MinNum.Be0=minimumSegements \u5FC5\u987B\u4E3A\u6B63\u6216 0
DateDialog.textContent=\u9009\u62E9\u65E5\u671F\u548C\u65F6\u95F4
DefaultCellModifier.tableItemDispose=TableItem \u5DF2\u5904\u7406
DialogErrorForCellEditorListener.Error.MsgDialogTitle=\u9519\u8BEF
ErrorDialogWidthDetailArea.ErrorMessage.Text=\u9519\u8BEF\u4FE1\u606F
ErrorDialogWidthDetailArea.ErrorMessage.Text=\u9519\u8BEF\u6D88\u606F
ErrorDialogWidthDetailArea.ErrorMessage.ColumnText=\u5217\u4E0D\u80FD\u4E3A\u7A7A
ErrorDialogWidthDetailArea.ErrorMessage.ColumnText.NotValid=\u8F93\u5165 \'{0}\' \u65E0\u6548\uFF0C\u5C06\u8F6C\u800C\u4F7F\u7528\u521D\u59CB\u503C \'{1}\'\u3002
ErrorDialogWithContinue.setParameter=\u8BBE\u7F6E\u53C2\u6570\u5E76\u7EE7\u7EED
EventUtil.activate=\u542f\u52a8
EventUtil.activate=\u6FC0\u6D3B
EventUtil.arm=arm
EventUtil.close=\u5173\u95ED
EventUtil.deactivate=\u64a4\u6d88
EventUtil.collapse=\u6298\u53E0
EventUtil.deactivate=\u505C\u7528
EventUtil.defaultSelection=\u9ED8\u8BA4\u9009\u62E9
EventUtil.dragDetect=\u62D6\u66F3\u68C0\u6D4B
EventUtil.expand=\u6269\u5F20
EventUtil.help=\u5e2e\u52a9
EventUtil.deiconify=\u53D6\u6D88\u56FE\u6807\u5316
EventUtil.detailNull=Null
EventUtil.dispose=\u5904\u7406
EventUtil.dragDetect=\u62D6\u52A8\u68C0\u6D4B
EventUtil.expand=\u5C55\u5F00
EventUtil.focusIn=\u805A\u7126
EventUtil.focusOut=\u6563\u7126
EventUtil.hardKeyDown=\u6309\u4E0B\u786C\u952E
EventUtil.hardKeyUp=\u677E\u5F00\u786C\u952E
EventUtil.help=\u5E2E\u52A9
EventUtil.hide=\u9690\u85CF
EventUtil.iconify=\u56FE\u6807\u5316
EventUtil.keyDown=\u6309\u4E0B\u952E
EventUtil.keyUp=\u5F39\u8D77\u952E
EventUtil.menuDetect=\u83DC\u5355\u68C0\u6D4B
EventUtil.modify=\u4FEE\u6539
EventUtil.mouseDoubleClick=\u9F20\u6807\u53CC\u51FB
EventUtil.mouseDown=\u9F20\u6807\u6309\u4E0B
EventUtil.mouseEnter=\u9F20\u6807\u8F93\u5165
EventUtil.mouseEnter=\u9F20\u6807\u8FDB\u5165
EventUtil.mouseExit=\u9F20\u6807\u9000\u51FA
EventUtil.mouseHover=\u9F20\u6807\u60AC\u505C
EventUtil.mouseMove=\u9F20\u6807\u79FB\u52A8
EventUtil.mouseUp=\u9F20\u6807\u5411\u4E0A
EventUtil.move=\u79fb\u52a8
EventUtil.move=\u79FB\u52A8
EventUtil.paint=\u989C\u6599
EventUtil.resize=\u8C03\u6574\u5927\u5C0F
EventUtil.selectedEqual=SELECTED=
EventUtil.selection=\u9009\u62E9
EventUtil.show=\u663E\u793A
ExceptionHandler.Parameter.BeNull=\u53C2\u6570\u4E0D\u80FD\u4E3A\u7A7A\u5F02\u5E38
EventUtil.traverse=\u6A2A\u8D2F
EventUtil.typeNull=Null
EventUtil.UnknowDetail=\u672A\u77E5\u4E8B\u4EF6\u8BE6\u7EC6\u4FE1\u606F\u503C ???\uFF1A
EventUtil.UnknowType=\u672A\u77E5\u4E8B\u4EF6\u7C7B\u578B\u503C ???\uFF1A
EventUtil.verify=\u9A8C\u8BC1
ExceptionHandler.Parameter.BeNull=\u5F02\u5E38\uFF1A\u53C2\u6570\u4E0D\u80FD\u4E3A null
ExceptionMessageDialog.Cancel=\u53D6\u6D88
ExceptionMessageDialog.log=\u65E5\u5FD7
ExceptionMessageDialog.No=\u5426
ExceptionMessageDialog.OK=\u786E\u5B9A
ExceptionMessageDialog.Yes=\u662F
ExportPushButton.ExportButton.Tip=\u5BFC\u51FA\u6240\u6709\u884C\u5230XML\u6587\u4EF6
ExportPushButton.ExportButton.Tip=\u5BFC\u51FA\u6240\u6709\u884C\u5230 XML \u6587\u4EF6
ExportPushButtonForExtendedTable.ErrorMsg.Text=\u51FA\u9519
ExtendedTableAddCommand.Add.Label=\u6DFB\u52A0\u4E00\u4E2A\u6216\u591A\u4E2A\u8868
ExtendedTableCopyCommand.Copy.Label=\u590D\u5236\u4E00\u4E2A\u6216\u591A\u4E2A\u8868\u5728\u5916\u90E8\u526A\u8D34\u677F\u4E2D\u3002
ExtendedTableModel.ModifiedObject.Error=ModifiedBeanListenable\u7684\u5BF9\u8C61\u5FC5\u987B\u5728\u4F7F\u7528\u8FD9\u4E2A\u65B9\u6CD5\u4E4B\u524D\u88AB\u5B9E\u73B0\u3002
ExtendedTableMoveCommand.MoveLabel=\u5411\u4E0A\u6216\u5411\u4E0B\u79FB\u52A8\u4E00\u4E2A\u6216\u591A\u4E2A\u8868
ExtendedTablePasteCommand.Paste.Label=\u4ECE\u5916\u90E8\u526A\u8D34\u677F\u7C98\u8D34\u6570\u636E
ExtendedTableRemoveCommand.Romve.Label=\u5220\u9664\u8868
ExtendedTableCopyCommand.Copy.Label=\u590D\u5236\u5185\u90E8\u526A\u8D34\u677F\u4E2D\u7684\u4E00\u4E2A\u6216\u591A\u4E2A\u8868\u6761\u76EE\u3002
ExtendedTableModel.ModifiedObject.Error=ModifiedBeanListenable \u5BF9\u8C61\u5FC5\u987B\u5728\u4F7F\u7528\u6B64\u65B9\u6CD5\u4E4B\u524D\u8BBE\u7F6E
ExtendedTableMoveCommand.MoveLabel=\u5411\u4E0A\u6216\u5411\u4E0B\u79FB\u52A8\u4E00\u4E2A\u6216\u591A\u4E2A\u8868\u6761\u76EE
ExtendedTablePasteCommand.Paste.Label=\u4ECE\u5185\u90E8\u526A\u8D34\u677F\u7C98\u8D34\u6570\u636E
ExtendedTableRemoveCommand.Romve.Label=\u79FB\u9664\u8868\u6761\u76EE
ExtendedTableResetDBTypesCommand.ResetDBTypes.Label=\u91CD\u7F6E\u6240\u6709\u6570\u636E\u5E93\u7C7B\u578B\u4E3A\u9ED8\u8BA4\u503C
ImportPushButton.ImportButton.Tip=\u5BFC\u5165XML\u6587\u4EF6\u66FF\u6362\u6240\u6709\u884C
ImportPushButton.ImportButton.Tip=\u5BFC\u5165 XML \u6587\u4EF6\u66FF\u6362\u6240\u6709\u884C
ImportPushButtonForExtendedTable.ErrorMsg.Text=\u51FA\u9519
LabelledFileField.BrowseButton.Text=\u6D4F\u89C8...
LabelledFileField.FileDialog.Text=\u9009\u62E9\u4E00\u4E2A
Mode.Mode.ToString=\u6A21\u5F0F [{0}]
ModeReader.IgnoreElement=\u5FFD\u7565\u672A\u77E5\u5143\u7D20
ModelSelectionDialog.Title=\u4F7F\u7528\u5B58\u50A8\u5E93\u7F16\u8F91\u53C2\u6570
ModifyBeanValueCommand.ModifyCell.Label=\u4FEE\u6539\u5355\u5143\u683C\u503C
MoveDownPushButton.MoveDownTip=\u5411\u4E0B\u79FB\u52A8\u9009\u4E2D\u9879
MoveUpPushButton.MoveUpButton.Tip=\u5411\u4E0A\u79FB\u52A8\u9009\u4E2D\u9879
PastePushButton.PasteButton.Label=\u7C98\u8D34
RemovePushButton.RemoveButton.Tip=\u5220\u9664\u6240\u9009\u9879
ProposalUtils.CellProposal.Error=\u5BF9\u6B64\u7C7B\u578B CellEditor \u7684\u63D0\u8BAE\u4E0D\u53D7\u652F\u6301:
ProposalUtils.CtrlProposal.ErrorMsg=\u5BF9\u6B64\u7C7B\u578B\u63A7\u5236\u7684\u63D0\u8BAE\u4E0D\u53D7\u652F\u6301:
RemovePushButton.RemoveButton.Tip=\u79FB\u9664\u6240\u9009\u9879
ResetDBTypesButton.ResetDBTypesButton.Tip=\u91CD\u7F6E\u6240\u6709\u6570\u636E\u5E93\u7C7B\u578B
SaveAsGenericSchemaPushButton.saveAsSchema=\u53e6\u5b58\u4e3a\u4e00\u822cschema
Rule.rule=\u89C4\u5219 [{0}]
SaveAsGenericSchemaPushButton.saveAsSchema=\u53E6\u5B58\u4E3A\u901A\u7528 schema
SelectContextVariablesPushButton.Label=\u9009\u62E9\u4E0A\u4E0B\u6587\u53D8\u91CF
TableViewerCreator.CallMethod.ErrorMsg=\u53EA\u6709\u4F60\u7684\u5DF2\u7ECF\u8C03\u7528\u4E86createTable()\u65B9\u6CD5\u540E\uFF0C\u624D\u80FD\u8C03\u7528\u6B64\u65B9\u6CD5\u3002
TableViewerCreator.IdProperty.AssertMsg=\u4F60\u5FC5\u987B\u6539\u53D8\u5217ID\u5C5E\u6027\uFF0C\u4E00\u4E2A\u8868\u4E2D\u5217\u7684ID\u5C5E\u6027\u5FC5\u987B\u552F\u4E00\u3002
TableViewerCreator.Table.BeNull=\u8868\u4E3A\u7A7A
TableViewerCreator.TableColumn.AssertMsg=ID\u5C5E\u6027\u4E3A\u2019{0}\u2018\u7684TableEditorColumn\u7684TableColumn\u6CA1\u6709\u6B63\u786E\u7684Table\u3002
TreeToTablesLinker.Type.Unsupported=\u4e0d\u652f\u6301\u5f53\u524d\u7684\u63a7\u4ef6
SWTCalendarWithTime.contentEvening=\u665A\u95F4
SWTCalendarWithTime.contentHr=\u65F6:
SWTCalendarWithTime.contentMin=\u6700\u5C0F:
SWTCalendarWithTime.contentMorning=\u65E9\u6668
SWTCalendarWithTime.contentNoon=\u4E2D\u5348
SWTCalendarWithTime.contentNow=\u73B0\u5728
SWTCalendarWithTime.contnetSec=\u79D2:
TableViewerCreator.CallMethod.ErrorMsg=\u53EA\u6709\u60A8\u5DF2\u7ECF\u8C03\u7528\u4E86 createTable() \u65B9\u6CD5\u540E\uFF0C\u624D\u80FD\u8C03\u7528\u6B64\u65B9\u6CD5\u3002
TableViewerCreator.CellModifier.ExError=\u5F53\u524D CellModifier \u4E0D\u652F\u6301\u6B64\u64CD\u4F5C\u3002\\n \u4F7F\u7528 \'{0}\' \u6216\u6269\u5C55\u5B83\u7684\u7C7B\u6765\u4F7F\u7528\u6B64\u529F\u80FD
TableViewerCreator.columnNoIBeanProperty=\u5217 \'{0}\' (\'{1}\') \u8BBE\u7F6E\u4E86 CellEditor\uFF0C\u4F46\u6CA1\u6709 IBeanPropertyAccessors\uFF01
TableViewerCreator.columnNullId=\u5217 \'{0}\' \u7684 id \u4E3A null\uFF01
TableViewerCreator.IdProperty.AssertMsg=\u4F60\u5FC5\u987B\u6539\u53D8\u5176\u4E2D\u4E00\u4E2A\u5217\u7684 idProperty\uFF0C\u4E00\u4E2A\u8868\u4E2D\u7684\u6BCF\u4E2A\u5217\u7684 idProperty \u5FC5\u987B\u552F\u4E00\u3002
TableViewerCreator.Table.BeNull=\u8868\u4E3A null
TableViewerCreator.TableColumn.AssertMsg=TableEditorColumn \u7684 idProperty \u4E3A \'{0}\' \u7684 TableColumn \u6CA1\u6709\u6B63\u786E\u7684 Table \u7236\u9879
TreeToTablesLinker.Type.Unsupported=\u4E0D\u652F\u6301\u8FD9\u79CD\u7C7B\u578B\u7684 currentControl
commons.error=\u9519\u8BEF
FileStep2.previewFailure=\u9884\u89C8\u9519\u8BEF\u3002\u5FC5\u987B\u4FEE\u6539\u8BBE\u7F6E\u3002\n\uFF08\u9519\u8BEF\u7684\u5B57\u7B26\u7F16\u7801\uFF09
GlobalServiceRegister.ServiceNotRegistered=\u670D\u52A1{0}\u6CA1\u6709\u88AB\u6CE8\u518C
exception.errorOccured=\u53D1\u751F\u9519\u8BEF ({0})\u3002\\n\u8BF7\u67E5\u770B\u65E5\u5FD7\u4EE5\u83B7\u53D6\u66F4\u591A\u8BE6\u7EC6\u4FE1\u606F\u3002
ModelSelectionDialog.Message=\u8BF7\u9009\u62E9\u4E00\u4E2A\u9009\u9879\u6216\u53D6\u6D88\u3002
ModelSelectionDialog.Option=\u9009\u9879
ModelSelectionDialog.BuiltIn=\u66F4\u6539\u4E3A\u5185\u7F6E\u5C5E\u6027\u3002
ModelSelectionDialog.ViewSchema=\u67E5\u770B schema (\u53EA\u8BFB)\u3002
ModelSelectionDialog.newViewSchema=\u67E5\u770B schema
ModelSelectionDialog.ViewQuery=\u67E5\u770B\u67E5\u8BE2 (\u53EA\u8BFB)\u3002
ModelSelectionDialog.Update=\u66F4\u65B0\u5B58\u50A8\u5E93\u8FDE\u63A5\u3002
FileStep2.previewFailure=\u9884\u89C8\u9519\u8BEF\u3002\u987B\u6539\u53D8\u4E00\u4E9B\u8BBE\u7F6E\u3002\\n\u6CE8\u610F\uFF1A\u9884\u89C8\u9519\u8BEF\u53EF\u80FD\u662F\u56E0\u4E3A\u9519\u8BEF\u7684\u7F16\u7801\u8BBE\u7F6E\u9020\u6210\u7684\u3002
GlobalServiceRegister.ServiceNotRegistered=\u670D\u52A1 {0} \u8FD8\u672A\u6CE8\u518C\u3002
MessageBoxExceptionHandler.showMessageForSchemaImportXml.unParseXML.title=xml \u65E0\u6CD5\u89E3\u6790\u3002
MessageBoxExceptionHandler.showMessageForSchemaImportXml.unParseXML.msg=xml \u65E0\u6CD5\u4EE5\u8FD9\u79CD\u683C\u5F0F\u89E3\u6790\u3002
SSLConfirmDialog.KeyStore=\u8BF7\u8F93\u5165\u5BC6\u94A5\u5E93
SSLConfirmDialog.TrustStore=\u8BF7\u8F93\u5165\u4FE1\u4EFB\u5E93
SSLConfirmDialog.Password=\u8BF7\u8F93\u5165\u5BC6\u7801
HibernateUtils.auditDBIsNotUsable=\u5BA1\u8BA1\u6570\u636E\u5E93\u5FC5\u987B\u4E3A\u7A7A\u6216\u4EC5\u5305\u542B\u4E0E\u5BA1\u8BA1\u76F8\u5173\u7684\u8868\u3002

View File

@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl
Bundle-SymbolicName: org.talend.commons.runtime.nl
Bundle-Version: 6.3.1.qualifier
Bundle-Version: 7.2.1.qualifier
Fragment-Host: org.talend.commons.runtime

View File

@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tcommon-studio-se</artifactId>
<version>6.3.1-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.commons.runtime.nl</artifactId>
<packaging>eclipse-plugin</packaging>
</project>
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tcommon-studio-se</artifactId>
<version>7.2.1</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.commons.runtime.nl</artifactId>
<packaging>eclipse-plugin</packaging>
</project>

View File

@@ -1,22 +1,22 @@
EntryLocation.returnTableName={Tabellenname={0}, Spaltenname={1}}
ExceptionHandler.Parameter.BeNull=ex param kann nicht null sein
ListenableList.IndexSameLength.Error=indexOrigin und indexDestination müssen die gleiche Länge haben
ListenableList.IndexSameLength.Error=indexOrigin und indexDestination m\u00FCssen die gleiche L\u00E4nge haben
ReflectionPropertyException.Access.ErrorMsg3=Fehler beim versuchten Zugriff auf '{0}' der Eigenschaft '{1}' der Klasse '{2}'
ResourceUtils.streamNull=Stream ist null
ReusableMultiKey.Keys.BeNull=Die Liste der Schlüsselwerte darf nicht null sein
VersionUtils.Version.Error2=Ungültiger String {0} (attending M{1}m)
ReusableMultiKey.Keys.BeNull=Die Liste der Schl\u00FCsselwerte darf nicht null sein
VersionUtils.Version.Error2=Ung\u00FCltiger String {0} (attending M{1}m)
resources.file.notCreated=Datei "{0}" konnte nicht angelegt werden ({1})
resources.file.notDeleted=Datei "{0}" konnte nicht gelöscht werden
resources.file.notDeleted=Datei "{0}" konnte nicht gel\u00F6scht werden
resources.file.notGet=Die erforderliche Datei "{0}" wurde im Ordner "{1}" nicht gefunden
resources.fileContent.notGet=Auf den Inhalt der Datei "{0}" konnte nicht zugegriffen werden
resources.folder.notCreated=Ordner "{0}" konnte nicht angelegt werden
resources.folder.notDeleted=Ordner "{0}" konnte nicht gelöscht werden
resources.folder.notDeleted=Ordner "{0}" konnte nicht gel\u00F6scht werden
resources.folder.notEmptied=Folder "{0}" kann nicht geleert werden
resources.folder.notGet=Benötigter Ordner "{0}" nicht gefunden in Projekt "{1}"
resources.folder.notGet=Ben\u00F6tigter Ordner "{0}" nicht gefunden in Projekt "{1}"
resources.members.notGet=Objekte des Containers "{0}" konnten nicht ermittelt werden
resources.project.notGet=Benötigtes Projekt "{0}" nicht gefunden
resources.project.notGet=Ben\u00F6tigtes Projekt "{0}" nicht gefunden
resources.resource.notMoved=Ressource "{0}" konnte nicht nach "{1}" verschoben werden
utils.data.container=Id {0} wird bereits im Container verwendet
utils.workbench.extensions.badNumberOfExtension=Ungültige Anzahl an Erweiterungen gefunden für {0}. Es wurden zwischen {1} und {2} erwartet. Gefunden wurden {3}.
utils.workbench.extensions.badNumberOfExtension=Ung\u00FCltige Anzahl an Erweiterungen gefunden f\u00FCr {0}. Es wurden zwischen {1} und {2} erwartet. Gefunden wurden {3}.
utils.workbench.extensions.noExtension=Es konnte kein Plug-In gefunden werden, welches die Extension-Point ID "{0}" erweitert.
XmlNodeRetriever.singleQuotes='

View File

@@ -55,3 +55,4 @@ SoftwareSystemManager.NULL_INSTANCE_SOFTWARE_SYS=null software system instance.
AS400ResultSet.unknowCloumn=Invalid argument\: unknown column name
AS400ResultSet.parameterIndex=Invalid argument\: parameter index
AS400ResultSet.outofRange=\ is out of range.
ITaCoKitService.exception.multipleInstance=More than one instance found: {0}

View File

@@ -1,43 +1,47 @@
DatabaseContentRetriever.PRODUCTNAME=Nom de produit de la base de données :
DatabaseContentRetriever.PRODUCTNAME=Nom de produit de la base de donn\u00E9es :
DatabaseContentRetriever.PRODUCTVERSION=Version du produit :
DB2ForZosResultSet.parameterIndex=Argument invalide\: index du param\u00E8tre
DB2ForZosResultSet.unknowCloumn=Argument invalide\: nom de colonne inconnu
SybaseResultSet.parameterIndex=Argument invalide\:index du param\u00E8tre
SybaseResultSet.unknowCloumn=Argument invalide:\ nom de colonne inconnu
AbstractFakeResultSet.unknowCloumn=Argument invalide : {0} est un nom de colonne inconnu
AbstractFakeResultSet.parameterIndexOutOfRange=Argument invalide\: index du paramètre {0} hors de la plage
AbstractFakeResultSet.parameterIndexOutOfRange=Argument invalide\: index du param\u00E8tre {0} hors de la plage
EntryLocation.returnTableName= {tableName={0}, columnName={1}}
ExceptionHandler.Parameter.BeNull=le paramètre ex ne peut être null
ListenableList.IndexSameLength.Error=indexOrigin et indexDestination doivent avoir la même longueur
ReflectionPropertyException.Access.ErrorMsg3=Une erreur est survenue lors de l'accès à {0} de la propriété ' de la propriété '{1}' de la classe '{2}'
ResourceUtils.canMove1=Peut déplacer
ResourceUtils.canMove2=Peut déplacer {0} -> {1}
ResourceUtils.cannotMoveRule3=Impossible de déplacer {0} -> {1} (Règle 3-Descendant)
ResourceUtils.cnanotMoveRule1=Impossible de déplacer {0} -> {1} (Règle 1-Tester si la source et la cible sont différentes)
ExceptionHandler.Parameter.BeNull=le param\u00E8tre ex ne peut \u00EAtre null
ListenableList.IndexSameLength.Error=indexOrigin et indexDestination doivent avoir la m\u00EAme longueur
ReflectionPropertyException.Access.ErrorMsg3=Une erreur est survenue lors de l'acc\u00E8s \u00E0 {0} de la propri\u00E9t\u00E9 ' de la propri\u00E9t\u00E9 '{1}' de la classe '{2}'
ResourceUtils.canMove1=Peut d\u00E9placer
ResourceUtils.canMove2=Peut d\u00E9placer {0} -> {1}
ResourceUtils.cannotMoveRule3=Impossible de d\u00E9placer {0} -> {1} (R\u00E8gle 3-Descendant)
ResourceUtils.cnanotMoveRule1=Impossible de d\u00E9placer {0} -> {1} (R\u00E8gle 1-Tester si la source et la cible sont diff\u00E9rentes)
ResourceUtils.go=\ ->
ResourceUtils.streamNull=le flux est null
ReusableMultiKey.Keys.BeNull=Le tableau de clés ne peut pas être null
ReusableMultiKey.Keys.BeNull=Le tableau de cl\u00E9s ne peut pas \u00EAtre null
StringUtils.IllegalArgument0=supporte uniquement l'encodage \\uxxxx ou \\xhh.
StringUtils.IllegalArgument1=Encodage \\uxxxx malformé.
StringUtils.IllegalArgument3=Encodage \\0xxx malformé.
VersionUtils.Version.Error2=Chaîne de caractères mal formée {0} (attendait M{1}m)
FilesUtils.operationCanceled=Opération de copie de fichier ou de répertoire annulée
resources.file.notCreated=Le fichier "{0}" ne peut être créé ({1})
resources.file.notDeleted=Le fichier "{0}" ne peut être supprimé
resources.file.notGet=Fichier requis "{0}" non trouvé dans le répertoire "{1}"
resources.fileContent.notGet=Le contenu du fichier "{0}" ne peut être récupéré
resources.folder.notCreated=Le dossier "{0}" ne peut être créé
resources.folder.notDeleted=Le dossier "{0}" ne peut être supprimé
resources.folder.notEmptied=Le dossier "{0}" ne peut être vidé
StringUtils.IllegalArgument1=Encodage \\uxxxx malform\u00E9.
StringUtils.IllegalArgument2=Encodage \\uxxxx malform\u00E9.
StringUtils.IllegalArgument3=Encodage \\0xxx malform\u00E9.
VersionUtils.Version.Error2=Cha\u00EEne de caract\u00E8res mal form\u00E9e {0} (attendait M{1}m)
FilesUtils.operationCanceled=Op\u00E9ration de copie de fichier ou de r\u00E9pertoire annul\u00E9e
resources.file.notCreated=Le fichier "{0}" ne peut \u00EAtre cr\u00E9\u00E9 ({1})
resources.file.notDeleted=Le fichier "{0}" ne peut \u00EAtre supprim\u00E9
resources.file.notGet=Fichier requis "{0}" non trouv\u00E9 dans le r\u00E9pertoire "{1}"
resources.fileContent.notGet=Le contenu du fichier "{0}" ne peut \u00EAtre r\u00E9cup\u00E9r\u00E9
resources.folder.notCreated=Le dossier "{0}" ne peut \u00EAtre cr\u00E9\u00E9
resources.folder.notDeleted=Le dossier "{0}" ne peut \u00EAtre supprim\u00E9
resources.folder.notEmptied=Le dossier "{0}" ne peut \u00EAtre vid\u00E9
resources.folder.notGet=Impossible de trouver le dossier requis "{0}" dans le projet "{1}"
resources.members.notGet=Les membres du conteneur "{0}" ne peuvent être récupérés
resources.project.notGet=Impossible de récupérer le projet requis "{0}"
resources.resource.notMoved=Impossible de déplacer la ressource "{0}" vers "{1}"
utils.data.container=L'Id {0} est déjà utilisé dans un conteneur
utils.workbench.extensions.badNumberOfExtension=Mauvais nombre d'extension trouvé dans {0}. Entre {1} et {2} attendu mais {3} trouvé.
utils.workbench.extensions.noExtension=Impossible de trouver un plug-in pour étendre le point d'extension d'ID {0}.
XmlNodeRetriever.countResult=Résultat du compte \:
resources.members.notGet=Les membres du conteneur "{0}" ne peuvent \u00EAtre r\u00E9cup\u00E9r\u00E9s
resources.project.notGet=Impossible de r\u00E9cup\u00E9rer le projet requis "{0}"
resources.resource.notMoved=Impossible de d\u00E9placer la ressource "{0}" vers "{1}"
utils.data.container=L'Id {0} est d\u00E9j\u00E0 utilis\u00E9 dans un conteneur
utils.workbench.extensions.badNumberOfExtension=Mauvais nombre d'extension trouv\u00E9 dans {0}. Entre {1} et {2} attendu mais {3} trouv\u00E9.
utils.workbench.extensions.noExtension=Impossible de trouver un plug-in pour \u00E9tendre le point d'extension d'ID {0}.
XmlNodeRetriever.countResult=R\u00E9sultat du compte \:
XmlNodeRetriever.mainExpression=expression principale =
XmlNodeRetriever.singleQuotes='
XmlNodeRetriever.xPathExpression=Expression XPath = '
VersionUtils.readPropertyFileError=Erreur de lecture de propriété dans le fichier talend.properties.
VersionUtils.readPropertyFileError=Erreur de lecture de propri\u00E9t\u00E9 dans le fichier talend.properties.
AS400ResultSet.unknowCloumn=Argument invalide\: nom de colonne inconnu
AS400ResultSet.parameterIndex=Argument invalide\: index du paramètre
AS400ResultSet.parameterIndex=Argument invalide\: index du param\u00E8tre
AS400ResultSet.outofRange=\ est hors de la plage.

View File

@@ -6,4 +6,4 @@ resources.folder.notCreated=Impossibile creare cartella "{0}"
resources.folder.notDeleted=Impossibile cancellare cartella "{0}"
resources.folder.notEmptied=Impossibile svuotare cartella "{0}"
resources.folder.notGet=Cartella "{0}" non trovata nel progetto "{1}"
utils.data.container=Id {0} già usato nel contenitore
utils.data.container=Id {0} gi\u00E0 usato nel contenitore

View File

@@ -1,46 +1,58 @@
DatabaseContentRetriever.PRODUCTNAME=\u30C7\u30FC\u30BF\u30D9\u30FC\u30B9\u88FD\u54C1\u540D\uFF1A
DatabaseContentRetriever.PRODUCTVERSION=\u30C7\u30FC\u30BF\u30D9\u30FC\u30B9\u88FD\u54C1\u30D0\u30FC\u30B8\u30E7\u30F3\uFF1A
DB2ForZosResultSet.outofRange=\u306F\u3002\u7BC4\u56F2\u5916\u3067\u3059\u3002
DB2ForZosResultSet.parameterIndex=\u7121\u52B9\u306A\u5F15\u6570 \: \u30D1\u30E9\u30E1\u30FC\u30BF\u30A4\u30F3\u30C7\u30C3\u30AF\u30B9
DB2ForZosResultSet.unknowCloumn=\u7121\u52B9\u306A\u5F15\u6570 \: \u30AB\u30E9\u30E0\u540D\u304C\u4E0D\u660E
SybaseResultSet.parameterIndex=\u7121\u52B9\u306A\u5F15\u6570 \: \u30D1\u30E9\u30E1\u30FC\u30BF\u30A4\u30F3\u30C7\u30C3\u30AF\u30B9
SybaseResultSet.unknowCloumn=\u7121\u52B9\u306A\u5F15\u6570 \: \u30AB\u30E9\u30E0\u540D\u304C\u4E0D\u660E
AbstractFakeResultSet.unknowCloumn=\u7121\u52B9\u306A\u5F15\u6570 \: {0} \u306F\u4E0D\u6B63\u306A\u30AB\u30E9\u30E0\u540D\u3067\u3059\u3002
DB2ForZosResultSet.outofRange=\\ \u7BC4\u56F2\u5916\u3067\u3059\u3002
DB2ForZosResultSet.parameterIndex=\u5F15\u6570\u304C\u7121\u52B9\u3067\u3059: \u30D1\u30E9\u30E1\u30FC\u30BF\u30FC\u30A4\u30F3\u30C7\u30C3\u30AF\u30B9
DB2ForZosResultSet.unknowCloumn=\u5F15\u6570\u304C\u7121\u52B9\u3067\u3059: \u4E0D\u660E\u306A\u30AB\u30E9\u30E0\u540D
SybaseResultSet.outofRange=\ \u7BC4\u56F2\u5916\u3067\u3059\u3002
SybaseResultSet.parameterIndex=\u5F15\u6570\u304C\u7121\u52B9\u3067\u3059: \u30D1\u30E9\u30E1\u30FC\u30BF\u30FC\u30A4\u30F3\u30C7\u30C3\u30AF\u30B9
SybaseResultSet.unknowCloumn=\u5F15\u6570\u304C\u7121\u52B9\u3067\u3059: \u4E0D\u660E\u306A\u30AB\u30E9\u30E0\u540D
AbstractFakeResultSet.unknowCloumn=\u7121\u52B9\u306A\u5F15\u6570 : {0} \u306F\u4E0D\u6B63\u306A\u30AB\u30E9\u30E0\u540D\u3067\u3059\u3002
AbstractFakeResultSet.parameterIndexOutOfRange=\u7121\u52B9\u306A\u5F15\u6570\uFF1A\u30A4\u30F3\u30C7\u30C3\u30AF\u30B9{0} \u306E\u76EE\u76DB\u308A\u304C\u4E0D\u6B63\u3067\u3059\u3002
EntryLocation.returnTableName={\u30C6\u30FC\u30D6\u30EB\u540D\={0}, \u30AB\u30E9\u30E0\u540D\={1}}
ExceptionHandler.Parameter.BeNull=ex \u30D1\u30E9\u30E1\u30BF\u306F NULL\u5024\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
ExtensionImplementationProviders.ExtensionPointError=\u30A8\u30AF\u30B9\u30C6\u30F3\u30B7\u30E7\u30F3\u30DD\u30A4\u30F3\u30C8\u3092\u30B7\u30F3\u30B0\u30EB\u30A4\u30F3\u30B9\u30BF\u30F3\u30B9\u3068\u8A8D\u3081\u3066\u304F\u3060\u3055\u3044
EntryLocation.returnTableName={\u30C6\u30FC\u30D6\u30EB\u540D={0}, \u30AB\u30E9\u30E0\u540D={1}}
ExceptionHandler.Parameter.BeNull=ex \u30D1\u30E9\u30E1\u30FC\u30BF\u30FC\u306B\u306Fnull\u3092\u8A2D\u5B9A\u51FA\u6765\u307E\u305B\u3093
ExtensionImplementationProviders.ExtensionPointError=\u62E1\u5F35\u30DD\u30A4\u30F3\u30C8\u306F\u30B7\u30F3\u30B0\u30EB\u30A4\u30F3\u30B9\u30BF\u30F3\u30B9\u3092\u8A8D\u8A3C\u3057\u306A\u3051\u308C\u3070\u306A\u308A\u307E\u305B\u3093
ListenableList.IndexSameLength.Error=indexOrigin \u3068 indexDestination\u306F \u540C\u3058\u9577\u3055\u3067\u306A\u3051\u308C\u3070\u306A\u308A\u307E\u305B\u3093
ReflectionPropertyException.Access.ErrorMsg3=\u30AF\u30E9\u30B9 '{2}' \u306E\u30D7\u30ED\u30D1\u30C6\u30A3 '{1}' \u306E\u30D7\u30ED\u30D1\u30C6\u30A3\u306E {0} \u3078\u306E\u30A2\u30AF\u30BB\u30B9\u8A66\u884C\u4E2D\u306E\u30A8\u30E9\u30FC
ReflectionPropertyException.Access.ErrorMsg3=\u30AF\u30E9\u30B9 \'{2}\' \u306E\u30D7\u30ED\u30D1\u30C6\u30A3 \'{1}\' \u306E\u30D7\u30ED\u30D1\u30C6\u30A3\u306E {0} \u3078\u306E\u30A2\u30AF\u30BB\u30B9\u8A66\u884C\u4E2D\u306E\u30A8\u30E9\u30FC
ResourceUtils.canMove1=\u79FB\u52D5\u53EF\u80FD
ResourceUtils.canMove2=\u79FB\u52D5\u53EF\u80FD {0} -> {1}
ResourceUtils.cannotMoveRule3=\u79FB\u52D5\u4E0D\u53EF {0} -> {1} \uFF08\u30EB\u30FC\u30EB3-Descendant\uFF09
ResourceUtils.cnanotMoveRule1=\u79FB\u52D5\u4E0D\u53EF {0} -> {1} \uFF08\u30EB\u30FC\u30EB1-\u79FB\u52D5\u5143\u3068\u79FB\u52D5\u5148\u304C\u9055\u3046\u304B\u30C6\u30B9\u30C8\uFF09
ResourceUtils.go=\ ->
ResourceUtils.streamNull=\u30B9\u30C8\u30EA\u30FC\u30E0\u304CNull\u3067\u3059
ReusableMultiKey.Keys.BeNull=\u30AD\u30FC\u306E\u914D\u5217\u306FNull\u3067\u3042\u3063\u3066\u306F\u3044\u3051\u307E\u305B\u3093
StringUtils.IllegalArgument0=\\uxxxx\u307E\u305F\u306F\\xhh\u30A8\u30F3\u30B3\u30FC\u30C7\u30A3\u30F3\u30B0\u306E\u307F\u30B5\u30DD\u30FC\u30C8\u3057\u307E\u3059\u3002
StringUtils.IllegalArgument1=\\uxxxx\u30A8\u30F3\u30B3\u30FC\u30C7\u30A3\u30F3\u30B0\u304C\u4E0D\u6B63\u3067\u3059\u3002
StringUtils.IllegalArgument2=\\uxxxx\u30A8\u30F3\u30B3\u30FC\u30C7\u30A3\u30F3\u30B0\u304C\u4E0D\u6B63\u3067\u3059\u3002
StringUtils.IllegalArgument3=\\0xxx\u30A8\u30F3\u30B3\u30FC\u30C7\u30A3\u30F3\u30B0\u304C\u4E0D\u6B63\u3067\u3059\u3002
VersionUtils.Version.Error2=\u4E0D\u6B63\u306A\u6587\u5B57\u5217 {0} (M{1}m\u3092\u4F34\u3046)
FilesUtils.operationCanceled=\u30D5\u30A1\u30A4\u30EB\u307E\u305F\u306F\u30D5\u30A9\u30EB\u30C0\u306E\u30B3\u30D4\u30FC\u4E2D\u306B\u64CD\u4F5C\u304C\u30AD\u30E3\u30F3\u30BB\u30EB\u3055\u308C\u307E\u3057\u305F\u3002
resources.file.notCreated=\u30D5\u30A1\u30A4\u30EB "{0}" \u3092\u4F5C\u6210\u3067\u304D\u307E\u305B\u3093 ({1})
resources.file.notDeleted=\u30D5\u30A1\u30A4\u30EB "{0}" \u3092\u524A\u9664\u3067\u304D\u307E\u305B\u3093
resources.file.notGet=\u5FC5\u8981\u306A\u30D5\u30A1\u30A4\u30EB "{0}" \u304C\u30D5\u30A9\u30EB\u30C0 "{1}" \u306B\u898B\u3064\u304B\u308A\u307E\u305B\u3093
resources.fileContent.notGet=\u30D5\u30A1\u30A4\u30EB "{0}" \u306E\u5185\u5BB9\u304C\u53D6\u5F97\u3067\u304D\u307E\u305B\u3093
resources.folder.notCreated="{0}"\u30D5\u30A9\u30EB\u30C0\u3092\u4F5C\u6210\u3067\u304D\u307E\u305B\u3093
resources.folder.notDeleted="{0}"\u30D5\u30A9\u30EB\u30C0\u3092\u524A\u9664\u3067\u304D\u307E\u305B\u3093
resources.folder.notEmptied="{0}"\u30D5\u30A9\u30EB\u30C0\u3092\u7A7A\u306B\u3067\u304D\u307E\u305B\u3093
resources.folder.notGet=\u5FC5\u8981\u306A\u30D5\u30A9\u30EB\u30C0 "{0}" \u304C\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8 "{1}" \u306B\u898B\u3064\u304B\u308A\u307E\u305B\u3093
resources.members.notGet=\u30B3\u30F3\u30C6\u30CA "{0}" \u306E\u30E1\u30F3\u30D0\u304C\u53D6\u5F97\u3067\u304D\u307E\u305B\u3093
resources.project.notGet=\u5FC5\u8981\u306A\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8 "{0}" \u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093
resources.resource.notMoved=\u30EA\u30BD\u30FC\u30B9 "{0}" \u306F "{1}" \u306B\u79FB\u52D5\u3067\u304D\u307E\u305B\u3093
resources.file.notCreated=\u30D5\u30A1\u30A4\u30EB \"{0}\" \u3092\u4F5C\u6210\u3067\u304D\u307E\u305B\u3093 ({1})
resources.file.notDeleted=\u30D5\u30A1\u30A4\u30EB \"{0}\" \u3092\u524A\u9664\u3067\u304D\u307E\u305B\u3093
resources.file.notGet=\u5FC5\u8981\u306A\u30D5\u30A1\u30A4\u30EB \"{0}\" \u304C\u30D5\u30A9\u30EB\u30C0 \"{1}\" \u306B\u898B\u3064\u304B\u308A\u307E\u305B\u3093
resources.fileContent.notGet=\u30D5\u30A1\u30A4\u30EB \"{0}\" \u306E\u5185\u5BB9\u304C\u53D6\u5F97\u3067\u304D\u307E\u305B\u3093
resources.folder.notCreated=\u30D5\u30A9\u30EB\u30C0 \"{0}\" \u3092\u4F5C\u6210\u3067\u304D\u307E\u305B\u3093
resources.folder.notDeleted=\"{0}\"\u30D5\u30A9\u30EB\u30C0\u3092\u524A\u9664\u3067\u304D\u307E\u305B\u3093
resources.folder.notEmptied=\"{0}\"\u30D5\u30A9\u30EB\u30C0\u3092\u7A7A\u306B\u3067\u304D\u307E\u305B\u3093
resources.folder.notGet=\u5FC5\u8981\u306A\u30D5\u30A9\u30EB\u30C0 \"{0}\" \u304C\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8 \"{1}\" \u306B\u898B\u3064\u304B\u308A\u307E\u305B\u3093
resources.members.notGet=\u30B3\u30F3\u30C6\u30CA \"{0}\" \u306E\u30E1\u30F3\u30D0\u304C\u53D6\u5F97\u3067\u304D\u307E\u305B\u3093
resources.project.notGet=\u5FC5\u8981\u306A\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8 \"{0}\" \u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093
resources.resource.notMoved=\u30EA\u30BD\u30FC\u30B9 \"{0}\" \u3092 \"{1}\" \u306B\u79FB\u52D5\u3067\u304D\u307E\u305B\u3093
utils.data.container=Id {0} \u306F\u3059\u3067\u306B\u30B3\u30F3\u30C6\u30CA\u3067\u4F7F\u7528\u4E2D\u3067\u3059
utils.workbench.extensions.badNumberOfExtension=\u4E0D\u6B63\u306A\u6570\u306E\u62E1\u5F35\u304C {0} \u306B\u898B\u3064\u304B\u308A\u307E\u3057\u305F\u3002 {1} \u3068 {2} \u306E\u9593\u306B\u4E0D\u6B63\u306A {3} \u304C\u3042\u308A\u307E\u3059\u3002
utils.workbench.extensions.noExtension=\u30D7\u30E9\u30B0\u30A4\u30F3\u62E1\u5F35\u30DD\u30A4\u30F3\u30C8ID "{0}" \u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3002
XmlNodeRetriever.countResult=\u30AB\u30A6\u30F3\u30C8\u7D50\u679C \:
XmlNodeRetriever.field2Node=\u30D5\u30A3\u30FC\u30EB\u30C92\u30CE\u30FC\u30C9\=
XmlNodeRetriever.filed1Node=\u30D5\u30A3\u30FC\u30EB\u30C91\u30CE\u30FC\u30C9\=
XmlNodeRetriever.mainExpression=\u30E1\u30A4\u30F3\u5F0F\=
XmlNodeRetriever.mainNode=\u30E1\u30A4\u30F3\u30CE\u30FC\u30C9\=
XmlNodeRetriever.proposal2Node=\u63D0\u68482\u30CE\u30FC\u30C9\uFF1A
XmlNodeRetriever.prposal1Node=\u63D0\u68481\u30CE\u30FC\u30C9\uFF1A
XmlNodeRetriever.singleQuotes='
XmlNodeRetriever.xPathExpression=XPath\u5F0F\='
AS400ResultSet.outofRange=\u306F\u3001\u7BC4\u56F2\u5916\u3067\u3059\u3002
utils.workbench.extensions.noExtension=\u30D7\u30E9\u30B0\u30A4\u30F3\u62E1\u5F35\u30DD\u30A4\u30F3\u30C8ID \"{0}\" \u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3002
XmlNodeRetriever.countResult=\u30AB\u30A6\u30F3\u30C8\u7D50\u679C :
XmlNodeRetriever.field2Node=\u30D5\u30A3\u30FC\u30EB\u30C92\u30CE\u30FC\u30C9=
XmlNodeRetriever.filed1Node=\u30D5\u30A3\u30FC\u30EB\u30C91\u30CE\u30FC\u30C9=
XmlNodeRetriever.mainExpression=\u30E1\u30A4\u30F3\u5F0F=
XmlNodeRetriever.mainNode=\u30E1\u30A4\u30F3\u30CE\u30FC\u30C9=
XmlNodeRetriever.proposal2Node=\u63D0\u68482\u30CE\u30FC\u30C9\uFF1A:
XmlNodeRetriever.prposal1Node=\u63D0\u68481\u30CE\u30FC\u30C9\uFF1A:
XmlNodeRetriever.singleQuotes=\'
XmlNodeRetriever.xPathExpression=XPath\u5F0F=\'
VersionUtils.readPropertyFileError=talend.properties\u30D5\u30A1\u30A4\u30EB\u5185\u306E\u30D7\u30ED\u30D1\u30C6\u30A3\u306E\u8AAD\u307F\u53D6\u308A\u3067\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3057\u307E\u3057\u305F\u3002
SoftwareSystemManager.NULL_CONN_INSTANCE=Null\u63A5\u7D9A\u30A4\u30F3\u30B9\u30BF\u30F3\u30B9\u3002
SoftwareSystemManager.NULL_INSTANCE_SOFTWARE_SYS=Null\u30BD\u30D5\u30C8\u30A6\u30A7\u30A2\u30B7\u30B9\u30C6\u30E0\u30A4\u30F3\u30B9\u30BF\u30F3\u30B9\u3002
AS400ResultSet.unknowCloumn=\u5F15\u6570\u304C\u7121\u52B9\u3067\u3059: \u4E0D\u660E\u306A\u30AB\u30E9\u30E0\u540D
AS400ResultSet.parameterIndex=\u5F15\u6570\u304C\u7121\u52B9\u3067\u3059: \u30D1\u30E9\u30E1\u30FC\u30BF\u30FC\u30A4\u30F3\u30C7\u30C3\u30AF\u30B9
AS400ResultSet.outofRange=\\ \u7BC4\u56F2\u5916\u3067\u3059\u3002
ITaCoKitService.exception.multipleInstance=\u8907\u6570\u306E\u30A4\u30F3\u30B9\u30BF\u30F3\u30B9\u304C\u898B\u3064\u304B\u308A\u307E\u3057\u305F: {0}

View File

@@ -1,4 +1,4 @@
FilesUtils.operationCanceled=Operação é cancelada durante a cópia de pastas e arquivos
resources.folder.notGet=A pasta necessária {0} não foi encontrada dentro do projeto
resources.project.notGet=Projeto necessária {0} não foi encontrada
FilesUtils.operationCanceled=Opera\u00E7\u00E3o \u00E9 cancelada durante a c\u00F3pia de pastas e arquivos
resources.folder.notGet=A pasta necess\u00E1ria {0} n\u00E3o foi encontrada dentro do projeto
resources.project.notGet=Projeto necess\u00E1ria {0} n\u00E3o foi encontrada
XmlNodeRetriever.singleQuotes='

View File

@@ -1,30 +1,58 @@
DatabaseContentRetriever.PRODUCTNAME=\u6570\u636E\u5E93\u4EA7\u54C1\u540D\u79F0\uFF1A
DatabaseContentRetriever.PRODUCTVERSION=\u6570\u636E\u5E93\u4EA7\u54C1\u7248\u672C\uFF1A
DB2ForZosResultSet.outofRange=\u8D85\u51FA\u8303\u56F4\u3002
SybaseResultSet.outofRange=\u8D85\u51FA\u8303\u56F4\u3002
AbstractFakeResultSet.unknowCloumn=\u4E0D\u5408\u6CD5\u7684\u53C2\u6570\uFF1A\u672A\u77E5\u5217\u540D {0}
AbstractFakeResultSet.parameterIndexOutOfRange=\u4E0D\u5408\u6CD5\u7684\u53C2\u6570\uFF1A\u53C2\u6570\u7D22\u5F15 {0} \u8D85\u51FA\u8303\u56F4
ExceptionHandler.Parameter.BeNull=\u53C2\u6570\u4E0D\u80FD\u4E3A\u7A7A\u5F02\u5E38
ListenableList.IndexSameLength.Error=\u539F\u59CB\u7D22\u5F15\u548C\u76EE\u6807\u7D22\u5F15\u5FC5\u987B\u4E3A\u76F8\u540C\u7684\u957F\u5EA6
ReflectionPropertyException.Access.ErrorMsg3=\u5F53\u5F15\u7528\u7C7B{2}\u7684\u5C5E\u6027{1}\u503C{0}\u662F\u51FA\u9519
ResourceUtils.canMove1=\u53EF\u79FB\u52A8
ResourceUtils.streamNull=\u6D41\u4E3A\u7A7A
ReusableMultiKey.Keys.BeNull=\u4E3B\u952E\u6570\u7EC4\u4E0D\u80FD\u4E3A\u7A7A
VersionUtils.Version.Error2=\u7578\u5F62\u5B57\u7B26\u4E32{0}(\u51FA\u73B0M{1}m)
FilesUtils.operationCanceled=\u590D\u5236\u6587\u4EF6\u6216\u6587\u4EF6\u5939\u65F6\u64CD\u4F5C\u5DF2\u53D6\u6D88\u3002
resources.file.notCreated=\u6587\u4EF6"{0}"\u4E0D\u80FD\u88AB\u521B\u5EFA({1})
resources.file.notDeleted=\u6587\u4EF6"{0}"\u4E0D\u80FD\u88AB\u5220\u9664
resources.file.notGet=\u8981\u6C42\u7684\u6587\u4EF6"{0}"\u6CA1\u6709\u5728\u6587\u4EF6\u5939"{1}"\u4E2D
resources.fileContent.notGet=\u6587\u4EF6"{0}"\u7684\u5185\u5BB9\u65E0\u6CD5\u8BFB\u53D6\u3002
resources.folder.notCreated=\u6587\u4EF6\u5939"{0}"\u4E0D\u80FD\u88AB\u521B\u5EFA
resources.folder.notDeleted=\u6587\u4EF6\u5939"{0}"\u4E0D\u80FD\u88AB\u5220\u9664
resources.folder.notEmptied=\u6587\u4EF6\u5939"{0}"\u4E0D\u80FD\u4E3A\u7A7A
resources.folder.notGet=\u8981\u6C42\u7684\u6587\u4EF6\u5939"{0}"\u6CA1\u6709\u5728\u5DE5\u7A0B"{1}"\u4E2D
resources.members.notGet=\u5BB9\u5668\u7684\u6210\u5458\u4E0D\u80FD\u88AB\u8BFB\u53D6\u3002
resources.project.notGet=\u8981\u6C42\u7684\u5DE5\u7A0B"{0}"\u4E0D\u5B58\u5728
resources.resource.notMoved=\u8D44\u6E90"{0}"\u4E0D\u80FD\u79FB\u52A8\u5230"{1}"
utils.data.container=Id{0}\u5DF2\u7ECF\u88AB\u4F7F\u7528\u5728\u5BB9\u5668\u4E2D
utils.workbench.extensions.badNumberOfExtension=\u65E0\u6548\u7684\u6269\u5C55\u6570\u5B57\u88AB\u53D1\u73B0\u5728{0}\u4E2D\uFF0C\u5F53\u67E5\u627E{3}\u51FA\u73B0\u5728{1}\u548C{2}\u4E4B\u95F4
utils.workbench.extensions.noExtension=\u6269\u5C55\u70B9ID\u4E3A"{0}"\u7684Plug-in\u4E0D\u5B58\u5728
XmlNodeRetriever.countResult=\u8BA1\u7B97\u7ED3\u679C\uFF1A
XmlNodeRetriever.singleQuotes=.
DatabaseContentRetriever.PRODUCTNAME=\u6570\u636E\u5E93\u4EA7\u54C1\u540D\u79F0:
DatabaseContentRetriever.PRODUCTVERSION=\u6570\u636E\u5E93\u4EA7\u54C1\u7248\u672C:
DB2ForZosResultSet.outofRange=\\ \u8D85\u51FA\u8303\u56F4\u3002
DB2ForZosResultSet.parameterIndex=\u65E0\u6548\u7684\u53C2\u6570\uFF1A\u53C2\u6570\u7D22\u5F15
DB2ForZosResultSet.unknowCloumn=\u65E0\u6548\u7684\u53C2\u6570\uFF1A\u5217\u540D\u672A\u77E5
SybaseResultSet.outofRange=\\ \u8D85\u51FA\u8303\u56F4\u3002
SybaseResultSet.parameterIndex=\u65E0\u6548\u7684\u53C2\u6570\uFF1A\u53C2\u6570\u7D22\u5F15
SybaseResultSet.unknowCloumn=\u65E0\u6548\u7684\u53C2\u6570\uFF1A\u5217\u540D\u672A\u77E5
AbstractFakeResultSet.unknowCloumn=\u65E0\u6548\u7684\u53C2\u6570\uFF1A\u672A\u77E5\u5217\u540D {0}
AbstractFakeResultSet.parameterIndexOutOfRange=\u65E0\u6548\u7684\u53C2\u6570\uFF1A\u53C2\u6570\u7D22\u5F15 {0} \u8D85\u51FA\u8303\u56F4
EntryLocation.returnTableName={tableName={0}, columnName={1}}
ExceptionHandler.Parameter.BeNull=\u5F02\u5E38\uFF1A\u53C2\u6570\u4E0D\u80FD\u4E3A null
ExtensionImplementationProviders.ExtensionPointError=\u6269\u5C55\u70B9\u5FC5\u987B\u4F7F\u7528\u5355\u5B9E\u4F8B\u6A21\u5F0F
ListenableList.IndexSameLength.Error=indexOrigin \u548C indexDestination \u5FC5\u987B\u4E3A\u76F8\u540C\u7684\u957F\u5EA6
ReflectionPropertyException.Access.ErrorMsg3=\u5C1D\u8BD5\u8BBF\u95EE\u7C7B {2} \u7684\u5C5E\u6027 {1} \u7684 {0} \u65F6\u51FA\u9519
ResourceUtils.canMove1=\u53EF\u4EE5\u79FB\u52A8
ResourceUtils.canMove2=\u53EF\u4EE5\u79FB\u52A8 {0} -> {1}
ResourceUtils.cannotMoveRule3=\u65E0\u6CD5\u79FB\u52A8 {0} -> {1} (\u89C4\u5219 3 - \u540E\u4EE3)
ResourceUtils.cnanotMoveRule1=\u65E0\u6CD5\u79FB\u52A8 {0} -> {1} (\u89C4\u5219 1 - \u6E90\u548C\u76EE\u6807\u4E0D\u540C\u65F6\u6267\u884C\u6D4B\u8BD5)
ResourceUtils.go=\\ ->
ResourceUtils.streamNull=\u6D41\u4E3A null
ReusableMultiKey.Keys.BeNull=\u952E\u6570\u7EC4\u4E0D\u80FD\u4E3A null
StringUtils.IllegalArgument0=\u53EA\u652F\u6301 \\\\uxxxx \u6216 \\\\xhh \u7F16\u7801\u3002
StringUtils.IllegalArgument1=\\\\uxxxx \u7F16\u7801\u683C\u5F0F\u9519\u8BEF\u3002
StringUtils.IllegalArgument2=\\\\uxxxx \u7F16\u7801\u683C\u5F0F\u9519\u8BEF\u3002
StringUtils.IllegalArgument3=\\\\0xxx \u7F16\u7801\u683C\u5F0F\u9519\u8BEF\u3002
VersionUtils.Version.Error2=\u5B57\u7B26\u4E32 {0} \u683C\u5F0F\u9519\u8BEF (\u5E94\u4E3A M{1}m)
FilesUtils.operationCanceled=\u590D\u5236\u6587\u4EF6\u6216\u6587\u4EF6\u5939\u65F6\u64CD\u4F5C\u88AB\u53D6\u6D88\u3002
resources.file.notCreated=\u6587\u4EF6 \"{0}\" \u4E0D\u80FD\u88AB\u521B\u5EFA ({1})
resources.file.notDeleted=\u6587\u4EF6 \"{0}\" \u4E0D\u80FD\u88AB\u5220\u9664
resources.file.notGet=\u5FC5\u9700\u7684\u6587\u4EF6 \"{0}\" \u6CA1\u6709\u5728\u6587\u4EF6\u5939 \"{1}\" \u4E2D
resources.fileContent.notGet=\u6587\u4EF6 \"{0}\" \u7684\u5185\u5BB9\u65E0\u6CD5\u83B7\u53D6
resources.folder.notCreated=\u65E0\u6CD5\u521B\u5EFA\u6587\u4EF6\u5939 \"{0}\"
resources.folder.notDeleted=\u65E0\u6CD5\u5220\u9664\u6587\u4EF6\u5939 \"{0}\"
resources.folder.notEmptied=\u65E0\u6CD5\u6E05\u7A7A\u6587\u4EF6\u5939 \"{0}\"
resources.folder.notGet=\u5FC5\u9700\u7684\u6587\u4EF6\u5939 \"{0}\" \u6CA1\u6709\u5728\u5DE5\u7A0B \"{1}\" \u4E2D
resources.members.notGet=\u65E0\u6CD5\u83B7\u53D6\u5BB9\u5668 \"{0}\" \u7684\u6210\u5458
resources.project.notGet=\u5FC5\u9700\u7684\u5DE5\u7A0B \"{0}\" \u4E0D\u5B58\u5728
resources.resource.notMoved=\u8D44\u6E90 \"{0}\" \u4E0D\u80FD\u79FB\u52A8\u5230 \"{1}\"
utils.data.container=Id {0} \u5DF2\u5728\u5BB9\u5668\u4E2D\u88AB\u4F7F\u7528
utils.workbench.extensions.badNumberOfExtension={0} \u4E0A\u7684\u6269\u5C55\u6570\u6709\u8BEF\u3002\u5E94\u4ECB\u4E8E {1} \u548C {2} \u4E4B\u95F4\uFF0C\u4F46\u5B9E\u9645\u4E3A {3}\u3002
utils.workbench.extensions.noExtension=\u6269\u5C55\u70B9 ID \u4E3A \"{0}\" \u7684\u63D2\u4EF6\u4E0D\u5B58\u5728
XmlNodeRetriever.countResult=\u8BA1\u7B97\u7ED3\u679C:
XmlNodeRetriever.field2Node=field2Node=
XmlNodeRetriever.filed1Node=field1Node=
XmlNodeRetriever.mainExpression=\u4E3B\u8868\u8FBE\u5F0F =
XmlNodeRetriever.mainNode=mainNode=
XmlNodeRetriever.proposal2Node=proposal2Nodes :
XmlNodeRetriever.prposal1Node=proposal1Nodes :
XmlNodeRetriever.singleQuotes=\'
XmlNodeRetriever.xPathExpression=xPathExpression = \'
VersionUtils.readPropertyFileError=\u5728 talend.properties \u6587\u4EF6\u4E2D\u8BFB\u53D6\u5C5E\u6027\u65F6\u51FA\u9519\u3002
SoftwareSystemManager.NULL_CONN_INSTANCE=null \u8FDE\u63A5\u5B9E\u4F8B
SoftwareSystemManager.NULL_INSTANCE_SOFTWARE_SYS=null \u8F6F\u4EF6\u7CFB\u7EDF\u5B9E\u4F8B
AS400ResultSet.unknowCloumn=\u65E0\u6548\u7684\u53C2\u6570\uFF1A\u5217\u540D\u672A\u77E5
AS400ResultSet.parameterIndex=\u65E0\u6548\u7684\u53C2\u6570\uFF1A\u53C2\u6570\u7D22\u5F15
AS400ResultSet.outofRange=\\ \u8D85\u51FA\u8303\u56F4\u3002
ITaCoKitService.exception.multipleInstance=\u53D1\u73B0\u591A\u4E2A\u5B9E\u4F8B\uFF1A{0}

View File

@@ -2,6 +2,6 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Commons UI Nl Fragment
Bundle-SymbolicName: org.talend.commons.ui.nl
Bundle-Version: 6.3.1.qualifier
Bundle-Version: 7.2.1.qualifier
Fragment-Host: org.talend.commons.ui
Bundle-Vendor: .Talend SA.

View File

@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tcommon-studio-se</artifactId>
<version>6.3.1-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.commons.ui.nl</artifactId>
<packaging>eclipse-plugin</packaging>
</project>
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tcommon-studio-se</artifactId>
<version>7.2.1</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.commons.ui.nl</artifactId>
<packaging>eclipse-plugin</packaging>
</project>

View File

@@ -1,62 +1,63 @@
commons.error=Fehler
TableViewerCreator.TableColumn.AssertMsg=Die TableColumn von TableEditorColumn mit idProperty '{0}' hat nicht die korrekte Table parent
ColorStyledText.PasteItem.Text=Einfügen
ColorStyledText.PasteItem.Text=Einf\u00FCgen
EventUtil.UnknowDetail=unbekanter ??? Wert von event detail:
ImportPushButtonForExtendedTable.ErrorMsg.Text=Fehler aufgetreten
ResetDBTypesButton.ResetDBTypesButton.Tip=Datenbanktypen zurücksetzen
ResetDBTypesButton.ResetDBTypesButton.Tip=Datenbanktypen zur\u00FCcksetzen
ExportPushButtonForExtendedTable.ErrorMsg.Text=Fehler aufgetreten
TableViewerCreator.IdProperty.AssertMsg=Sie müssen die idProperty eine Ihrer Spalten ändern. Die idProperty muss für jede Spalte der Tabelle eindeutig sein.
TableViewerCreator.CallMethod.ErrorMsg=Sie können diese Methode nur aufrufen wenn bereits die Methode createTable() aufgerufen wurde
ExtendedTablePasteCommand.Paste.Label=Daten aus der internen Zwischenablage einfügen
TableViewerCreator.IdProperty.AssertMsg=Sie m\u00FCssen die idProperty eine Ihrer Spalten \u00E4ndern. Die idProperty muss f\u00FCr jede Spalte der Tabelle eindeutig sein.
TableViewerCreator.CallMethod.ErrorMsg=Sie k\u00F6nnen diese Methode nur aufrufen wenn bereits die Methode createTable() aufgerufen wurde
ExtendedTablePasteCommand.Paste.Label=Daten aus der internen Zwischenablage einf\u00FCgen
ExtendedTableModel.ModifiedObject.Error=ModifiedBeanListenable-Objekt muss vor Benutzung dieser Methode gesetzt sein
ImportPushButton.ImportButton.Tip=Ersetze alle Zeilen durch Import aus xml-Datei
LabelledFileField.FileDialog.Text=Auswählen
LabelledFileField.FileDialog.Text=Ausw\u00E4hlen
ModelSelectionDialog.Option=Option
TableViewerCreator.Table.BeNull=Tabelle ist null
AddAllPushButton.AddAllButton.Tip=Alles hinzufügen
ExtendedTableRemoveCommand.Romve.Label=Tabelleneinträge löschen
AddAllPushButton.AddAllButton.Tip=Alles hinzuf\u00FCgen
ExtendedTableRemoveCommand.Romve.Label=Tabelleneintr\u00E4ge l\u00F6schen
AddPushButton.AddButton.Tip=Hinzuf\u00FCgen
MoveDownPushButton.MoveDownTip=Verschiebe selektierte Objekte nach unten
ExtendedTableCopyCommand.Copy.Label=Kopieren eines oder mehrerer Tabelleneinträge in die interne Zwischenablage
AccessorUtils.isReq=wird benötigt für die Bean (<B>).
ExtendedTableCopyCommand.Copy.Label=Kopieren eines oder mehrerer Tabelleneintr\u00E4ge in die interne Zwischenablage
AccessorUtils.isReq=wird ben\u00F6tigt f\u00FCr die Bean (<B>).
EventUtil.UnknowType=unbekanter ??? Wert von event type:
RemovePushButton.RemoveButton.Tip=Entfernen der selektierten Objekte
FileStep2.previewFailure=Fehler bei der Vorschau. Prüfen Sie die Einstellungen.\nHinweis: Fehler in der Vorschau liegen häufig an einer falschen Einstellung des Encodings.
PastePushButton.PasteButton.Label=Einfügen
ModelSelectionDialog.ViewSchema=Schema anzeigen (schreibgeschützt)
FileStep2.previewFailure=Fehler bei der Vorschau. Pr\u00FCfen Sie die Einstellungen.\nHinweis: Fehler in der Vorschau liegen h\u00E4ufig an einer falschen Einstellung des Encodings.
PastePushButton.PasteButton.Label=Einf\u00FCgen
ModelSelectionDialog.ViewSchema=Schema anzeigen (schreibgesch\u00FCtzt)
LabelledFileField.BrowseButton.Text=Durchsuchen...
ModelSelectionDialog.ViewQuery=Abfrage anzeigen (schreibgeschützt)
ModelSelectionDialog.ViewQuery=Abfrage anzeigen (schreibgesch\u00FCtzt)
MoveUpPushButton.MoveUpButton.Tip=Verschiebe selektierte Objekte nach oben
AccessorUtils.Assert1=Der 'BeanPropertyAccessors' der Spalte (mit Überschrift '{0}' und id '{1}') ist nicht korrekt konfiguriert oder der konfigurierte Wert hat nicht den korrekten Typ.
exception.errorOccured=Ein Fehler ist aufgetreten({0}).\nWeitere Details können dem Log entnommen werden.
AccessorUtils.Assert1=Der 'BeanPropertyAccessors' der Spalte (mit \u00DCberschrift '{0}' und id '{1}') ist nicht korrekt konfiguriert oder der konfigurierte Wert hat nicht den korrekten Typ.
exception.errorOccured=Ein Fehler ist aufgetreten({0}).\nWeitere Details k\u00F6nnen dem Log entnommen werden.
ColorStyledText.CopyItem.Text=Kopieren
AccessorUtils.Assert0=Der 'BeanPropertyAccessors' der Spalte (mit Überschrift '{0}' und id '{1}') ist nicht korrekt konfiguriert. {2} wird benötigt für die Bean <B>
ExtendedTableMoveCommand.MoveLabel=Verschieben eines oder mehrerer Tabelleneinträge nach oben oder unten
CopyPushButton.CopyButton.Tip=Ausgewählte Elemente kopieren
ExtendedTableResetDBTypesCommand.ResetDBTypes.Label=Alle Datenbanktypen auf den Default zurücksetzen
ExtendedTableAddCommand.Add.Label=Hinzufügen von einem oder mehreren Tabelleneinträgen
ControlUtils.Unsupported1=Dieses Steuerelement ({0}) wird nicht unterstützt, bei Bedarf "Feature Request" eröffnen...
AccessorUtils.isReqValue=wird benötigt für den Wert (<V>), der Wert kann mit dem CellEditorValueAdapter hinzugefügt werden.
AccessorUtils.Assert0=Der 'BeanPropertyAccessors' der Spalte (mit \u00DCberschrift '{0}' und id '{1}') ist nicht korrekt konfiguriert. {2} wird ben\u00F6tigt f\u00FCr die Bean <B>
ExtendedTableMoveCommand.MoveLabel=Verschieben eines oder mehrerer Tabelleneintr\u00E4ge nach oben oder unten
CopyPushButton.CopyButton.Tip=Ausgew\u00E4hlte Elemente kopieren
ExtendedTableResetDBTypesCommand.ResetDBTypes.Label=Alle Datenbanktypen auf den Default zur\u00FCcksetzen
ExtendedTableAddCommand.Add.Label=Hinzuf\u00FCgen von einem oder mehreren Tabelleneintr\u00E4gen
ControlUtils.Unsupported1=Dieses Steuerelement ({0}) wird nicht unterst\u00FCtzt, bei Bedarf "Feature Request" er\u00F6ffnen...
AccessorUtils.isReqValue=wird ben\u00F6tigt f\u00FCr den Wert (<V>), der Wert kann mit dem CellEditorValueAdapter hinzugef\u00FCgt werden.
AccessorUtils.NoClassDef=NoClassDefFoundError({0}):
ErrorDialogWidthDetailArea.ErrorMessage.Text=Fehlermeldung
ExceptionHandler.Parameter.BeNull=ex param kann nicht null sein
TreeToTablesLinker.Type.Unsupported=Dieser Typ von currentControl wird nicht unterstützt
TreeToTablesLinker.Type.Unsupported=Dieser Typ von currentControl wird nicht unterst\u00FCtzt
Mode.Mode.ToString=Modus [{0}]
ModifyBeanValueCommand.ModifyCell.Label=Ändere Zellenwert
ColorStyledText.SelectAllItem.Text=Alle auswählen
ModifyBeanValueCommand.ModifyCell.Label=\u00C4ndere Zellenwert
ColorStyledText.SelectAllItem.Text=Alle ausw\u00E4hlen
DialogErrorForCellEditorListener.Error.MsgDialogTitle=Fehler
ExportPushButton.ExportButton.Tip=Exportiere alle Zeilen in xml-File
TableViewerCreator.CellModifier.ExError=Der aktuelle CellModifier untersützt diese Operation nicht. \n Verwenden Sie '{0}' oder eine Klasse welche diese erweitert um dieses Feature zu verwenden
TableViewerCreator.CellModifier.ExError=Der aktuelle CellModifier unters\u00FCtzt diese Operation nicht. \n Verwenden Sie '{0}' oder eine Klasse welche diese erweitert um dieses Feature zu verwenden
Curve2D.MinNum.Be0=maximumSegements muss positiv oder 0 sein
ModeReader.IgnoreElement=Ignoriere unbekanntes Element
Curve2D.MaxNum.Be0=maximumSegements muss positiv oder 0 sein
CellEditorDialogBehavior.textContent=...
ColorStyledText.RedoItem.Text=Wiederherstellen
ColorStyledText.UndoItem.Text=Rückgängig
ContentProposalAdapterExtended.close=Schließen
DateDialog.textContent=Wähle Datum und Zeit
ColorStyledText.UndoItem.Text=R\u00FCckg\u00E4ngig
ContentProposalAdapterExtended.close=Schlie\u00DFen
DateDialog.textContent=W\u00E4hle Datum und Zeit
ErrorDialogWithContinue.setParameter=Setze Einstellungen und fahre fort
EventUtil.activate=Aktivieren
EventUtil.close=Schließen
EventUtil.close=Schlie\u00DFen
EventUtil.deactivate=Deaktivieren
EventUtil.defaultSelection=Standardauswahl
EventUtil.help=Hilfe

View File

@@ -2,25 +2,26 @@ commons.error=Error
ColorStyledText.PasteItem.Text=Pegar
EventUtil.UnknowDetail=desconocido ??? valor de detalle del evento :
TableViewerCreator.Table.BeNull=la tabla es nula
AddAllPushButton.AddAllButton.Tip=Añadir Todos
AddAllPushButton.AddAllButton.Tip=A\u00F1adir Todos
AddPushButton.AddButton.Tip=Agregue
AccessorUtils.isReq=es necesario para el bean (<B>).
EventUtil.UnknowType=desconocido ??? valor del tipo de evento :
PastePushButton.PasteButton.Label=Pegar
AccessorUtils.Assert1=La "PropiedadDeAcceso" de la columna (título '{0}' y clave '{1}') no esta correctamente configurada o el valor fijado no es del tipo correcto.
AccessorUtils.Assert1=La "PropiedadDeAcceso" de la columna (t\u00EDtulo '{0}' y clave '{1}') no esta correctamente configurada o el valor fijado no es del tipo correcto.
ColorStyledText.CopyItem.Text=Copiar
AccessorUtils.Assert0=La "PropiedadDeAcceso" de la columna (título '{0}' y clave '{1}') no esta correctamente configurada. {2} es requerido para bean <B>
AccessorUtils.Assert0=La "PropiedadDeAcceso" de la columna (t\u00EDtulo '{0}' y clave '{1}') no esta correctamente configurada. {2} es requerido para bean <B>
AccessorUtils.isReqValue=es requerido para el valor (<V>), pero el valor no puede ser adaptado con CellEditorValueAdapter.
AccessorUtils.NoClassDef=ErrorClassDefNoEncontrada({0})
ColorStyledText.SelectAllItem.Text=Seleccionar todo
DialogErrorForCellEditorListener.Error.MsgDialogTitle=Error
CellEditorDialogBehavior.textContent=...
CellEditorValueAdapterFactory.valueNotStringType=Valor debería ser de una clase de tipo String
CellEditorValueAdapterFactory.valueNotStringType=Valor deber\u00EDa ser de una clase de tipo String
ColorStyledText.UndoItem.Text=Deshacer
ContentProposalAdapterExtended.close=Cerrar
EventUtil.close=Cerrar
EventUtil.modify=Modificar
SWTCalendarWithTime.contentEvening=Tarde
SWTCalendarWithTime.contentMorning=Mañana
SWTCalendarWithTime.contentNoon=Mediodía
SWTCalendarWithTime.contentMorning=Ma\u00F1ana
SWTCalendarWithTime.contentNoon=Mediod\u00EDa
SWTCalendarWithTime.contentNow=Ahora
StateComposite.STATE=Estado

View File

@@ -1,135 +1,136 @@
commons.error=ERROR
TableViewerCreator.TableColumn.AssertMsg=La TableColumn de TableEditorColumn avec idProperty '{0}' n'a pas la bonne Table parente
ColorStyledText.PasteItem.Text=Coller
EventUtil.UnknowDetail=Valeur inconnue du détail de l'événement \:
EventUtil.UnknowDetail=Valeur inconnue du d\u00E9tail de l'\u00E9v\u00E9nement \:
ImportPushButtonForExtendedTable.ErrorMsg.Text=Une erreur est survenue
ResetDBTypesButton.ResetDBTypesButton.Tip=Initialise les types DB
ExportPushButtonForExtendedTable.ErrorMsg.Text=Erreur
TableViewerCreator.IdProperty.AssertMsg=Vous devez changer l'idProperty de l'une de vos colonnes, l'idProperty doit être unique pour chaque colonne d'une table.
TableViewerCreator.CallMethod.ErrorMsg=Vous ne pouvez appeler cette méthode que si vous avez déjà appelé createTable()
ModelSelectionDialog.BuiltIn=Basculer la propriété en mode intégré
ExtendedTablePasteCommand.Paste.Label=Coller les données du presse-papier interne
SelectContextVariablesPushButton.Label=Sélectionne les variables du contexte
ExtendedTableModel.ModifiedObject.Error=L'objet ModifiedBeanListenable doit être défini avant d'utiliser cette méthode
TableViewerCreator.IdProperty.AssertMsg=Vous devez changer l'idProperty de l'une de vos colonnes, l'idProperty doit \u00EAtre unique pour chaque colonne d'une table.
TableViewerCreator.CallMethod.ErrorMsg=Vous ne pouvez appeler cette m\u00E9thode que si vous avez d\u00E9j\u00E0 appel\u00E9 createTable()
ModelSelectionDialog.BuiltIn=Basculer la propri\u00E9t\u00E9 en mode Built-In.
ExtendedTablePasteCommand.Paste.Label=Coller les donn\u00E9es du presse-papier interne
SelectContextVariablesPushButton.Label=S\u00E9lectionne les variables du contexte
ExtendedTableModel.ModifiedObject.Error=L'objet ModifiedBeanListenable doit \u00EAtre d\u00E9fini avant d'utiliser cette m\u00E9thode
ImportPushButton.ImportButton.Tip=Remplacer toutes les lignes par l'import du fichier xml
LabelledFileField.FileDialog.Text=Choissisez un
ModelSelectionDialog.Option=Option
ModelSelectionDialog.Update=Mettre à jour la connexion.
ModelSelectionDialog.Update=Mettre \u00E0 jour la connexion.
TableViewerCreator.Table.BeNull=table vide
ModelSelectionDialog.Title=Editer les paramètres en utilisant le référentiel
ModelSelectionDialog.Title=Editer les param\u00E8tres en utilisant le r\u00E9f\u00E9rentiel
AddAllPushButton.AddAllButton.Tip=Ajoute tout
ExtendedTableRemoveCommand.Romve.Label=Supprimer les entrées de table
ExtendedTableRemoveCommand.Romve.Label=Supprimer les entr\u00E9es de table
AddPushButton.AddButton.Tip=Ajouter
MoveDownPushButton.MoveDownTip=Déplace vers le bas les éléments sélectionnés
ExtendedTableCopyCommand.Copy.Label=Copier une ou plusieurs entrée(s) de table dans le presse-papier interne
ProposalUtils.CtrlProposal.ErrorMsg=La suggestion de ce type de Control n'est pas supportée :
MoveDownPushButton.MoveDownTip=D\u00E9place vers le bas les \u00E9l\u00E9ments s\u00E9lectionn\u00E9s
ExtendedTableCopyCommand.Copy.Label=Copier une ou plusieurs entr\u00E9e(s) de table dans le presse-papier interne
ProposalUtils.CtrlProposal.ErrorMsg=La suggestion de ce type de Control n'est pas support\u00E9e :
AccessorUtils.isReq=est requis pour le bean (<B>).
EventUtil.UnknowType=valeur inconnue du type d'événement \:
ProposalUtils.CellProposal.Error=La suggestion de ce type de CellEditor n'est pas supportée :
RemovePushButton.RemoveButton.Tip=Supprime les éléments sélectionnés
FileStep2.previewFailure=Erreur de prévisualisation. Des paramètres doivent être modifiés.\nNote : les erreurs de prévisualisation sont généralement dues à un mauvais paramètre d'encodage.
EventUtil.UnknowType=valeur inconnue du type d'\u00E9v\u00E9nement \:
ProposalUtils.CellProposal.Error=La suggestion de ce type de CellEditor n'est pas support\u00E9e :
RemovePushButton.RemoveButton.Tip=Supprime les \u00E9l\u00E9ments s\u00E9lectionn\u00E9s
FileStep2.previewFailure=Erreur de pr\u00E9visualisation. Des param\u00E8tres doivent \u00EAtre modifi\u00E9s.\nNote : les erreurs de pr\u00E9visualisation sont g\u00E9n\u00E9ralement dues \u00E0 un mauvais param\u00E8tre d'encodage.
PastePushButton.PasteButton.Label=Coller
ModelSelectionDialog.ViewSchema=Voir le schéma (lecture seule)
ModelSelectionDialog.ViewSchema=Voir le sch\u00E9ma (lecture seule)
LabelledFileField.BrowseButton.Text=Parcourir...
ModelSelectionDialog.ViewQuery=Voir la requête (lecture seule)
MoveUpPushButton.MoveUpButton.Tip=Déplace vers le haut les éléments sélectionnés
AccessorUtils.Assert1=L'attribut 'BeanPropertyAccessors' de la colonne (nommée'{0}' et ayant l'id '{1}') n'est pas configuré correctement ou le type de la valeur affectée n'est pas correct.
exception.errorOccured=Une erreur est survenue ({0}). Lire le fichier de log pour plus de détails.
ModelSelectionDialog.ViewQuery=Voir la requ\u00EAte (lecture seule)
MoveUpPushButton.MoveUpButton.Tip=D\u00E9place vers le haut les \u00E9l\u00E9ments s\u00E9lectionn\u00E9s
AccessorUtils.Assert1=L'attribut 'BeanPropertyAccessors' de la colonne (nomm\u00E9e'{0}' et ayant l'id '{1}') n'est pas configur\u00E9 correctement ou le type de la valeur affect\u00E9e n'est pas correct.
exception.errorOccured=Une erreur est survenue ({0}). Lire le fichier de log pour plus de d\u00E9tails.
ColorStyledText.CopyItem.Text=Copier
AccessorUtils.Assert0=L'attribut 'BeanPropertyAccessors' de la colonne (nommée '{0}' et ayant l'id '{1}') n'est pas configuré correctement. {2} est requis pour le bean
ExtendedTableMoveCommand.MoveLabel=Déplacer vers le haut ou le bas une ou plusieurs entrées de table
CopyPushButton.CopyButton.Tip=Copie les éléments sélectionnés
ExtendedTableResetDBTypesCommand.ResetDBTypes.Label=Réinitialiser tous les types de base de données pour obtenir les valeurs par défaut
ExtendedTableAddCommand.Add.Label=Ajouter une ou plusieurs entrée(s) de table
ControlUtils.Unsupported1=Ce contrôle ({0}) n'est pas supporté. Ajoutez "Case" si vous voulez ...
AccessorUtils.isReqValue=est requis pour la valeur (<V>), mais la valeur peut être adaptée avec le CellEditorValueAdapter.
AccessorUtils.NoClassDef=ErreurClassDefNonTrouvé ({0}):
AccessorUtils.Assert0=L'attribut 'BeanPropertyAccessors' de la colonne (nomm\u00E9e '{0}' et ayant l'id '{1}') n'est pas configur\u00E9 correctement. {2} est requis pour le bean
ExtendedTableMoveCommand.MoveLabel=D\u00E9placer vers le haut ou le bas une ou plusieurs entr\u00E9es de table
CopyPushButton.CopyButton.Tip=Copie les \u00E9l\u00E9ments s\u00E9lectionn\u00E9s
ExtendedTableResetDBTypesCommand.ResetDBTypes.Label=R\u00E9initialiser tous les types de base de donn\u00E9es pour obtenir les valeurs par d\u00E9faut
ExtendedTableAddCommand.Add.Label=Ajouter une ou plusieurs entr\u00E9e(s) de table
ControlUtils.Unsupported1=Ce contr\u00F4le ({0}) n'est pas support\u00E9. Ajoutez "Case" si vous voulez ...
AccessorUtils.isReqValue=est requis pour la valeur (<V>), mais la valeur peut \u00EAtre adapt\u00E9e avec le CellEditorValueAdapter.
AccessorUtils.NoClassDef=ErreurClassDefNonTrouv\u00E9 ({0}):
ErrorDialogWidthDetailArea.ErrorMessage.Text=Message d'erreur
ExceptionHandler.Parameter.BeNull=le paramètre ex ne peut être null
ExceptionHandler.Parameter.BeNull=le param\u00E8tre ex ne peut \u00EAtre null
ModelSelectionDialog.Message=Choisissez une option, ou annulez
TreeToTablesLinker.Type.Unsupported=Ce type de currentControl n'est pas supporté
TreeToTablesLinker.Type.Unsupported=Ce type de currentControl n'est pas support\u00E9
Mode.Mode.ToString=Mode [{0}]
ModifyBeanValueCommand.ModifyCell.Label=Modifier la valeur de la cellule
ColorStyledText.SelectAllItem.Text=Sélectionner tout
ColorStyledText.SelectAllItem.Text=S\u00E9lectionner tout
DialogErrorForCellEditorListener.Error.MsgDialogTitle=ERROR
ExportPushButton.ExportButton.Tip=Exporte toutes les lignes dans un fichier XML
TableViewerCreator.CellModifier.ExError=Le CellModifier courant ne supporte pas cette opération. Utilisez '{0}' ou une classe qui l'étend pour cette fonction.
Curve2D.MinNum.Be0=minimumSegements doit être positif ou égal à 0
ModeReader.IgnoreElement=Ignorer un élément inconnu
Curve2D.MaxNum.Be0=maximumSegments doit être positif ou nul
TableViewerCreator.CellModifier.ExError=Le CellModifier courant ne supporte pas cette op\u00E9ration. Utilisez '{0}' ou une classe qui l'\u00E9tend pour cette fonction.
Curve2D.MinNum.Be0=minimumSegements doit \u00EAtre positif ou \u00E9gal \u00E0 0
ModeReader.IgnoreElement=Ignorer un \u00E9l\u00E9ment inconnu
Curve2D.MaxNum.Be0=maximumSegments doit \u00EAtre positif ou nul
CellEditorDialogBehavior.textContent=...
CellEditorValueAdapterFactory.valueNotStringType=La valeur du Bean doit être une classe type String
ColorStyledText.RedoItem.Text=Répéter
CellEditorValueAdapterFactory.valueNotStringType=La valeur du Bean doit \u00EAtre une classe type String
ColorStyledText.RedoItem.Text=R\u00E9p\u00E9ter
ColorStyledText.UndoItem.Text=Annuler
ContentProposalAdapterExtended.close=Fermer
ContentProposalAdapterExtended.closeFocusout=Fermeture de focusout
DateDialog.textContent=Sélectionnez la date et l'heure
DefaultCellModifier.tableItemDispose=TableItem effacé
ErrorDialogWithContinue.setParameter=Renseignez les paramètres et continuez
DateDialog.textContent=S\u00E9lectionnez la date et l'heure
DefaultCellModifier.tableItemDispose=TableItem effac\u00E9
ErrorDialogWithContinue.setParameter=Renseignez les param\u00E8tres et continuez
EventUtil.activate=Activer
EventUtil.arm=arme
EventUtil.close=Fermer
EventUtil.collapse=Réduire
EventUtil.deactivate=Désactiver
EventUtil.defaultSelection=sélection par défaut
EventUtil.deiconify=dé-icônifie
EventUtil.collapse=R\u00E9duire
EventUtil.deactivate=D\u00E9sactiver
EventUtil.defaultSelection=s\u00E9lection par d\u00E9faut
EventUtil.deiconify=d\u00E9-ic\u00F4nifie
EventUtil.detailNull=Null
EventUtil.dispose=Retirer
EventUtil.dragDetect=Détection de glissement
EventUtil.expand=développer
EventUtil.dragDetect=D\u00E9tection de glissement
EventUtil.expand=d\u00E9velopper
EventUtil.focusIn=Activation
EventUtil.focusOut=Désactivation
EventUtil.hardKeyDown=Touche flèche bas
EventUtil.hardKeyUp=Touche flèche haut
EventUtil.focusOut=D\u00E9sactivation
EventUtil.hardKeyDown=Touche fl\u00E8che bas
EventUtil.hardKeyUp=Touche fl\u00E8che haut
EventUtil.help=Aide
EventUtil.hide=cacher
EventUtil.iconify=icônifier
EventUtil.keyDown=Flèche bas
EventUtil.keyUp=Flèche haut
EventUtil.menuDetect=Détection du menu
EventUtil.iconify=ic\u00F4nifier
EventUtil.keyDown=Fl\u00E8che bas
EventUtil.keyUp=Fl\u00E8che haut
EventUtil.menuDetect=D\u00E9tection du menu
EventUtil.modify=Modifier
EventUtil.mouseDoubleClick=Double-clic de souris
EventUtil.mouseDoubleClick=double-clic
EventUtil.mouseDown=Souris bas
EventUtil.mouseEnter=Souris Entrée
EventUtil.mouseEnter=Souris Entr\u00E9e
EventUtil.mouseExit=Souris sortie
EventUtil.mouseHover=Survoler avec la souris
EventUtil.mouseMove=Déplacement de la souris
EventUtil.mouseMove=D\u00E9placement de la souris
EventUtil.mouseUp=Souris haut
EventUtil.move=Déplacer
EventUtil.move=D\u00E9placer
EventUtil.paint=peint
EventUtil.resize=redimensionner
EventUtil.selectedEqual=SÉLECTIONNÉ
EventUtil.selection=Sélection
EventUtil.selectedEqual=S\u00C9LECTIONN\u00C9
EventUtil.selection=S\u00E9lection
EventUtil.show=Afficher
EventUtil.traverse=traverse
EventUtil.typeNull=Null
EventUtil.verify=vérifier
EventUtil.verify=v\u00E9rifier
ExceptionMessageDialog.log=Fichier de log
Rule.rule=Règle [{0}]
SaveAsGenericSchemaPushButton.saveAsSchema=Enregistrer comme schéma générique
SWTCalendarWithTime.contentEvening=Soirée
Rule.rule=R\u00E8gle [{0}]
SaveAsGenericSchemaPushButton.saveAsSchema=Enregistrer comme sch\u00E9ma g\u00E9n\u00E9rique
SWTCalendarWithTime.contentEvening=Soir\u00E9e
SWTCalendarWithTime.contentHr=Hr:
SWTCalendarWithTime.contentMin=Min \:
SWTCalendarWithTime.contentMorning=Matin
SWTCalendarWithTime.contentNoon=Midi
SWTCalendarWithTime.contentNow=Maintenant
SWTCalendarWithTime.contnetSec=Sec \:
TableViewerCreator.columnNoIBeanProperty=La colonne {0}' ('{1}') possède un CellEditor mais n'a pas de IBeanPropertyAccessors !
TableViewerCreator.columnNoIBeanProperty=La colonne {0}' ('{1}') poss\u00E8de un CellEditor mais n'a pas de IBeanPropertyAccessors !
TableViewerCreator.columnNullId=La colonne '{0}' a un id null \!
StateComposite.FLL_DB_INFOR=Renseigner les informations de la BdD
StateComposite.HELP_MESSAGE=Messages d'aide
StateComposite.MESSAGE1=Il est possible de créer des Jobs dynamiques et de configurer un nom de fichier ou de table dépendant de la table d'entrée.
StateComposite.MESSAGE1=Il est possible de cr\u00E9er des Jobs dynamiques et de configurer un nom de fichier ou de table d\u00E9pendant de la table d'entr\u00E9e.
StateComposite.MESSAGE2=Ceci requiert simplement l'utilisation du texte
StateComposite.MESSAGE3=\ dans le nom du fichier ou de la table.
StateComposite.MESSAGE4=Par exemple pour une table :
StateComposite.MESSAGE5=Par exemple pour un fichier :
StateComposite.MESSAGE6=ou peut-être
StateComposite.OUTPUT_SELECTION=Sélection de la sortie
StateComposite.SEL_JOBNAME=Définir le nom des Jobs
StateComposite.MESSAGE6=ou peut-\u00EAtre
StateComposite.OUTPUT_SELECTION=S\u00E9lection de la sortie
StateComposite.SEL_JOBNAME=D\u00E9finir le nom des Jobs
StateComposite.STATE=Etat
StateComposite.TABLE_SELECTION=Sélection de la table
StateComposite.TEMPLATE_SELECTION=Sélection du modèle
ArchiveDirectoryChooser.WizardProjectsImportPage_RootSelectTitle=Sélectionner réper&toire racine :
ArchiveDirectoryChooser.WizardProjectsImportPage_ArchiveSelectTitle=Sélectionner fichier &archive :
ArchiveDirectoryChooser.FileExport_selectDestinationMessage=Sélectionner un répertoire vers lequel exporter.
ArchiveDirectoryChooser.ArchiveExport_description=Exporter les ressources vers un fichier archive dans le système de fichiers local.
StateComposite.TABLE_SELECTION=S\u00E9lection de la table
StateComposite.TEMPLATE_SELECTION=S\u00E9lection du mod\u00E8le
ArchiveDirectoryChooser.WizardProjectsImportPage_RootSelectTitle=S\u00E9lectionner r\u00E9per&toire racine :
ArchiveDirectoryChooser.DataTransfer_browse=Pa&rcourir
ArchiveDirectoryChooser.WizardProjectsImportPage_ArchiveSelectTitle=S\u00E9lectionner fichier &archive :
ArchiveDirectoryChooser.FileExport_selectDestinationMessage=S\u00E9lectionner un r\u00E9pertoire vers lequel exporter.
ArchiveDirectoryChooser.ArchiveExport_description=Exporter les ressources vers un fichier archive dans le syst\u00E8me de fichiers local.

View File

@@ -8,24 +8,24 @@ TableViewerCreator.Table.BeNull=tabella nulla
AddAllPushButton.AddAllButton.Tip=Aggiungi tutto
AddPushButton.AddButton.Tip=Aggiungere
MoveDownPushButton.MoveDownTip=Sposta in basso l'elemento selezionato
AccessorUtils.isReq=è richiesto per il bean (<B>).
AccessorUtils.isReq=\u00E8 richiesto per il bean (<B>).
PastePushButton.PasteButton.Label=Incolla
ModelSelectionDialog.ViewSchema=Visualizza schema (sola lettura).
LabelledFileField.BrowseButton.Text=Naviga...
ModelSelectionDialog.ViewQuery=Visualizza query (sola lettura)
MoveUpPushButton.MoveUpButton.Tip=Sposta in alto l'elemento selezionato
AccessorUtils.Assert1=La caratteristica 'BeanPropertyAccessors' della colonna (titolo '{0}' e id '{1}') non è correttemente configurata o il tipo del valore non è corretto.
AccessorUtils.Assert1=La caratteristica 'BeanPropertyAccessors' della colonna (titolo '{0}' e id '{1}') non \u00E8 correttemente configurata o il tipo del valore non \u00E8 corretto.
exception.errorOccured=Errore rilevato ({0}). Controlla il log per maggiori dettagli.
ColorStyledText.CopyItem.Text=Copia
AccessorUtils.Assert0=La caratteristica 'BeanPropertyAccessors' della colonna (con titolo'{0}' e id '{1}') non sono configurate correttamente. {2} è obbligatorio per il bean.
AccessorUtils.Assert0=La caratteristica 'BeanPropertyAccessors' della colonna (con titolo'{0}' e id '{1}') non sono configurate correttamente. {2} \u00E8 obbligatorio per il bean.
CopyPushButton.CopyButton.Tip=Copiare elementi selezionati
ControlUtils.Unsupported1=Questo controllo {0} non è sostenuto, aggiunge
AccessorUtils.isReqValue=è richiesto per il valore (<V>), ma il volore potrebbe essere adattoto al CellEditorValueAdapter
ControlUtils.Unsupported1=Questo controllo {0} non \u00E8 sostenuto, aggiunge
AccessorUtils.isReqValue=\u00E8 richiesto per il valore (<V>), ma il volore potrebbe essere adattoto al CellEditorValueAdapter
AccessorUtils.NoClassDef=NoClassDefFoundError ({0}):
ErrorDialogWidthDetailArea.ErrorMessage.Text=Messaggio errore
ModelSelectionDialog.Message=Per favore seleziona un'opzione, o annulla.
TreeToTablesLinker.Type.Unsupported=Questo tipo of currentControl non è supportato
Mode.Mode.ToString=Modalità [{0}]
TreeToTablesLinker.Type.Unsupported=Questo tipo of currentControl non \u00E8 supportato
Mode.Mode.ToString=Modalit\u00E0 [{0}]
ModifyBeanValueCommand.ModifyCell.Label=Modificare valore cella
ColorStyledText.SelectAllItem.Text=Seleziona tutto
DialogErrorForCellEditorListener.Error.MsgDialogTitle=Errore
@@ -49,8 +49,8 @@ ExceptionMessageDialog.log=Accedi
SaveAsGenericSchemaPushButton.saveAsSchema=Salva come schema generico
StateComposite.FLL_DB_INFOR=Riempi informazione DB
StateComposite.HELP_MESSAGE=Messaggi d'aiuto
StateComposite.MESSAGE1=È impossibile creare job dinamici ed impostare un nome file o tabella che dipendono dalla tabella di input.
StateComposite.MESSAGE2=Per questo è necessario utilizzare il testo
StateComposite.MESSAGE1=\u00C8 impossibile creare job dinamici ed impostare un nome file o tabella che dipendono dalla tabella di input.
StateComposite.MESSAGE2=Per questo \u00E8 necessario utilizzare il testo
StateComposite.MESSAGE4=Per esempio per una tabella:
StateComposite.MESSAGE5=Per esempio per un file:
StateComposite.OUTPUT_SELECTION=Selezione output

View File

@@ -1,42 +1,42 @@
commons.error=\u30A8\u30E9\u30FC
TableViewerCreator.TableColumn.AssertMsg=ID \u30D7\u30ED\u30D1\u30C6\u30A3'{0}'\u304C\u3042\u308BTableEditorColumn\u306E\u30C6\u30FC\u30D6\u30EB\u30AB\u30E9\u30E0\u306F\u3001\u6B63\u3057\u3044\u89AA\u30C6\u30FC\u30D6\u30EB\u3092\u6301\u3063\u3066\u3044\u307E\u305B\u3093\u3002
ColorStyledText.PasteItem.Text=\u8CBC\u308A\u4ED8\u3051
EventUtil.UnknowDetail=\u30A4\u30D9\u30F3\u30C8\u8A73\u7D30\u306E\u4E0D\u660E\u306A???\u5024 \:
ColorStyledText.PasteItem.Text=\u8CBC\u4ED8\u3051
EventUtil.UnknowDetail=\u30A4\u30D9\u30F3\u30C8\u8A73\u7D30\u306E\u4E0D\u660E\u306A???\u5024 :
ImportPushButtonForExtendedTable.ErrorMsg.Text=\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3057\u307E\u3057\u305F
ResetDBTypesButton.ResetDBTypesButton.Tip=DB\u30BF\u30A4\u30D7\u306E\u30EA\u30BB\u30C3\u30C8
ExportPushButtonForExtendedTable.ErrorMsg.Text=\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3057\u307E\u3057\u305F
TableViewerCreator.IdProperty.AssertMsg=\u30AB\u30E9\u30E0\u306EID \u30D7\u30ED\u30D1\u30C6\u30A3\u306E\u5909\u66F4\u304C\u5FC5\u8981\u3067\u3059\u3001ID \u30D7\u30ED\u30D1\u30C6\u30A3\u306F\uFF11\u3064\u306E\u30C6\u30FC\u30D6\u30EB\u3067\u30E6\u30CB\u30FC\u30AF\u3067\u306A\u304F\u3066\u306F\u306A\u308A\u307E\u305B\u3093\u3002
TableViewerCreator.IdProperty.AssertMsg=\u30AB\u30E9\u30E0\u306EidProperty\u306E\u5909\u66F4\u304C\u5FC5\u8981\u3067\u3059\u3001idProperty\u306F\uFF11\u3064\u306E\u30C6\u30FC\u30D6\u30EB\u3067\u30E6\u30CB\u30FC\u30AF\u3067\u306A\u304F\u3066\u306F\u306A\u308A\u307E\u305B\u3093\u3002
TableViewerCreator.CallMethod.ErrorMsg=\u3053\u306E\u30E1\u30BD\u30C3\u30C9\u306F\u3001\u65E2\u306B createTable() \u3092\u547C\u3073\u51FA\u3057\u6E08\u307F\u306E\u5834\u5408\u3060\u3051\u547C\u3073\u51FA\u305B\u307E\u3059
ModelSelectionDialog.BuiltIn=\u7D44\u307F\u8FBC\u307F\u30D7\u30ED\u30D1\u30C6\u30A3\u306B\u5909\u66F4
ExtendedTablePasteCommand.Paste.Label=\u5185\u90E8\u30AF\u30EA\u30C3\u30D7\u30DC\u30FC\u30C9\u304B\u3089\u30C7\u30FC\u30BF\u306E\u8CBC\u308A\u4ED8\u3051
SelectContextVariablesPushButton.Label=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u5909\u6570\u306E\u9078\u629E
ExtendedTableModel.ModifiedObject.Error=\u3053\u306E\u30E1\u30BD\u30C3\u30C9\u3092\u4F7F\u7528\u3059\u308B\u524D\u306B ModifiedBeanListenable \u30AA\u30D6\u30B8\u30A7\u30AF\u30C8\u304C\u8A2D\u5B9A\u3055\u308C\u3066\u3044\u306A\u3051\u308C\u3070\u306A\u308A\u307E\u305B\u3093\u3002
ImportPushButton.ImportButton.Tip=\u3059\u3079\u3066\u306e\u884c\u3092xml\u30d5\u30a1\u30a4\u30eb\u304b\u3089\u306e\u30a8\u30af\u30b9\u30dd\u30fc\u30c8\u3067\u7f6e\u63db\u3048
SelectContextVariablesPushButton.Label=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30D1\u30E9\u30E1\u30FC\u30BF\u306E\u9078\u629E
ExtendedTableModel.ModifiedObject.Error=\u3053\u306E\u30E1\u30BD\u30C3\u30C9\u3092\u4F7F\u7528\u3059\u308B\u524D\u306BModifiedBeanListenable\u30AA\u30D6\u30B8\u30A7\u30AF\u30C8\u304C\u8A2D\u5B9A\u3055\u308C\u3066\u3044\u306A\u3051\u308C\u3070\u306A\u308A\u307E\u305B\u3093\u3002
ImportPushButton.ImportButton.Tip=\u3059\u3079\u3066\u306E\u884C\u3092xml\u30D5\u30A1\u30A4\u30EB\u304B\u3089\u306E\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8\u3067\u7F6E\u63DB\u3048
LabelledFileField.FileDialog.Text=\u9078\u629E
ModelSelectionDialog.Option=\u30AA\u30D7\u30B7\u30E7\u30F3
ModelSelectionDialog.Update=\u30EA\u30DD\u30B8\u30C8\u30EA\u63A5\u7D9A\u306E\u66F4\u65B0\u3002
TableViewerCreator.Table.BeNull=\u30C6\u30FC\u30D6\u30EB\u304Cnull\u3067\u3059
ModelSelectionDialog.Title=\u30EA\u30DD\u30B8\u30C8\u30EA\u3092\u4F7F\u7528\u3057\u3066\u30D1\u30E9\u30E1\u30FC\u30BF\u306E\u7DE8\u96C6
AddAllPushButton.AddAllButton.Tip=\u3059\u3079\u3066\u8ffd\u52a0
AddAllPushButton.AddAllButton.Tip=\u3059\u3079\u3066\u8FFD\u52A0
ExtendedTableRemoveCommand.Romve.Label=\u30C6\u30FC\u30D6\u30EB\u30A8\u30F3\u30C8\u30EA\u306E\u524A\u9664
AddPushButton.AddButton.Tip=\u8FFD\u52A0
MoveDownPushButton.MoveDownTip=\u9078\u629E\u3057\u305F\u30A2\u30A4\u30C6\u30E0\u3092\u4E0B\u306B\u79FB\u52D5
ExtendedTableCopyCommand.Copy.Label=\u5185\u90E8\u30AF\u30EA\u30C3\u30D7\u30DC\u30FC\u30C9\u306B\uFF11\u3064\u307E\u305F\u306F\u305D\u308C\u4EE5\u4E0A\u306E\u30C6\u30FC\u30D6\u30EB\u30A8\u30F3\u30C8\u30EA\u306E\u30B3\u30D4\u30FC
ProposalUtils.CtrlProposal.ErrorMsg=\u30B3\u30F3\u30C8\u30ED\u30FC\u30EB\u306E\u3053\u306E\u30BF\u30A4\u30D7\u306E\u63D0\u6848\u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093 \:
ExtendedTableCopyCommand.Copy.Label=\u30AF\u30EA\u30C3\u30D7\u30DC\u30FC\u30C9\u306B\uFF11\u3064\u4EE5\u4E0A\u306E\u30C6\u30FC\u30D6\u30EB\u30A8\u30F3\u30C8\u30EA\u3092\u30B3\u30D4\u30FC
ProposalUtils.CtrlProposal.ErrorMsg=\u3053\u306E\u30BF\u30A4\u30D7\u306E\u5236\u5FA1\u3092\u63D0\u6848\u3059\u308B\u3053\u3068\u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093:
AccessorUtils.isReq=\u306Fbean (<B>) \u3067\u8981\u6C42\u3055\u308C\u307E\u3059\u3002
EventUtil.UnknowType=\u30A4\u30D9\u30F3\u30C8\u30BF\u30A4\u30D7\u306E\u4E0D\u660E\u306A???\u5024 \:
ProposalUtils.CellProposal.Error=CellEditor\u306E\u3053\u306E\u30BF\u30A4\u30D7\u306E\u63D0\u6848\u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093 \:
EventUtil.UnknowType=\u30A4\u30D9\u30F3\u30C8\u30BF\u30A4\u30D7\u306E\u4E0D\u660E\u306A???\u5024 :
ProposalUtils.CellProposal.Error=CellEditor\u306E\u3053\u306E\u30BF\u30A4\u30D7\u306E\u63D0\u6848\u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093 :
RemovePushButton.RemoveButton.Tip=\u9078\u629E\u3057\u305F\u30A2\u30A4\u30C6\u30E0\u306E\u524A\u9664
FileStep2.previewFailure=\u30D7\u30EC\u30D3\u30E5\u30FC\u30A8\u30E9\u30FC\u3002\u3044\u304F\u3064\u304B\u306E\u8A2D\u5B9A\u5909\u66F4\u304C\u5FC5\u8981\u3067\u3059\u3002\n\u6CE8\u8A18\: \u30D7\u30EC\u30D3\u30E5\u30FC\u30A8\u30E9\u30FC\u306F\u4E00\u822C\u7684\u306B\u8AA4\u3063\u305F\u30A8\u30F3\u30B3\u30FC\u30C7\u30A3\u30F3\u30B0\u8A2D\u5B9A\u306B\u3088\u308A\u8D77\u3053\u308A\u307E\u3059\u3002
PastePushButton.PasteButton.Label=\u8CBC\u308A\u4ED8\u3051
ModelSelectionDialog.ViewSchema=\u30B9\u30AD\u30FC\u30DE\u306E\u8868\u793A\uFF08\u8AAD\u307F\u53D6\u308A\u5C02\u7528\uFF09\u3002
FileStep2.previewFailure=\u30D7\u30EC\u30D3\u30E5\u30FC\u30A8\u30E9\u30FC\u3002\u3044\u304F\u3064\u304B\u306E\u8A2D\u5B9A\u5909\u66F4\u304C\u5FC5\u8981\u3067\u3059\u3002\\n\u6CE8: \u30D7\u30EC\u30D3\u30E5\u30FC\u30A8\u30E9\u30FC\u306F\u4E00\u822C\u306B\u30A8\u30F3\u30B3\u30FC\u30C7\u30A3\u30F3\u30B0\u8A2D\u5B9A\u306E\u8AA4\u308A\u304C\u539F\u56E0\u3067\u3059\u3002
PastePushButton.PasteButton.Label=\u8CBC\u4ED8\u3051
ModelSelectionDialog.ViewSchema=\u30B9\u30AD\u30FC\u30DE\u306E\u53C2\u7167\uFF08\u8AAD\u8FBC\u306E\u307F\uFF09
LabelledFileField.BrowseButton.Text=\u53C2\u7167...
ModelSelectionDialog.ViewQuery=\u30AF\u30A8\u30EA\u306E\u8868\u793A\uFF08\u8AAD\u307F\u53D6\u308A\u5C02\u7528\uFF09\u3002
MoveUpPushButton.MoveUpButton.Tip=\u9078\u629E\u3057\u305F\u30A2\u30A4\u30C6\u30E0\u3092\u4E0A\u306B\u79FB\u52D5
AccessorUtils.Assert1=\u3053\u306E\u30AB\u30E9\u30E0 (\u30BF\u30A4\u30C8\u30EB '{0}' \u3001id '{1}') \u306E BeanPropertyAccessors \u306F\u6B63\u3057\u304F\u8A2D\u5B9A\u3055\u308C\u3066\u3044\u306A\u3044\u304B\u3001\u5024\u30BB\u30C3\u30C8\u306E\u578B\u304C\u6B63\u3057\u304F\u3042\u308A\u307E\u305B\u3093\u3002
exception.errorOccured=\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3057\u307E\u3057\u305F\uFF08{0}\uFF09\n\u8A73\u7D30\u306F\u30ED\u30B0\u3092\u53C2\u7167\u3057\u3066\u304F\u3060\u3055\u3044\u3002
AccessorUtils.Assert1=\u3053\u306E\u30AB\u30E9\u30E0\uFF08\u30BF\u30A4\u30C8\u30EB '{0}' \u3001id '{1}'\uFF09\u306EBeanPropertyAccessors\u306F\u6B63\u3057\u304F\u8A2D\u5B9A\u3055\u308C\u3066\u3044\u306A\u3044\u304B\u3001\u5024\u30BB\u30C3\u30C8\u306E\u578B\u304C\u6B63\u3057\u304F\u3042\u308A\u307E\u305B\u3093\u3002
exception.errorOccured=\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3057\u307E\u3057\u305F\uFF08{0}\uFF09\\n\u8A73\u7D30\u306F\u30ED\u30B0\u3092\u53C2\u7167\u3057\u3066\u304F\u3060\u3055\u3044\u3002
ColorStyledText.CopyItem.Text=\u30B3\u30D4\u30FC
AccessorUtils.Assert0=\u3053\u306E\u30AB\u30E9\u30E0 (\u30BF\u30A4\u30C8\u30EB '{0}' \u3001id '{1}') \u306E BeanPropertyAccessors \u306F\u6B63\u3057\u304F\u8A2D\u5B9A\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002{2} \u306Fbean <B>\u3067\u8981\u6C42\u3055\u308C\u3066\u3044\u307E\u3059\u3002
AccessorUtils.Assert0=\u3053\u306E\u30AB\u30E9\u30E0 (\u30BF\u30A4\u30C8\u30EB '{0}' \u3001id '{1}') \u306E BeanPropertyAccessors\u306F\u6B63\u3057\u304F\u8A2D\u5B9A\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002{2}\u306Fbean <B>\u304C\u5FC5\u8981\u3068\u3057\u307E\u3059\u3002
ExtendedTableMoveCommand.MoveLabel=\uFF11\u3064\u307E\u305F\u306F\u305D\u308C\u4EE5\u4E0A\u306E\u30C6\u30FC\u30D6\u30EB\u30A8\u30F3\u30C8\u30EA\u306E\u4E0A\u4E0B\u79FB\u52D5
CopyPushButton.CopyButton.Tip=\u9078\u629E\u3057\u305F\u30A2\u30A4\u30C6\u30E0\u306E\u30B3\u30D4\u30FC
ExtendedTableResetDBTypesCommand.ResetDBTypes.Label=\u30C7\u30D5\u30A9\u30EB\u30C8\u5024\u3092\u53D6\u5F97\u3059\u308B\u305F\u3081\u306B\u5168\u3066\u306EDB\u30BF\u30A4\u30D7\u3092\u30EA\u30BB\u30C3\u30C8
@@ -45,21 +45,21 @@ ControlUtils.Unsupported1=\u3053\u306E\u30B3\u30F3\u30C8\u30ED\u30FC\u30EB({0})
AccessorUtils.isReqValue=\u306F\u5024 (<V>) \u3067\u8981\u6C42\u3055\u308C\u3066\u3044\u307E\u3059\u304C\u3001\u305D\u306E\u5024\u306F CellEditorValueAdapter \u3067\u9069\u5FDC\u3055\u305B\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002
AccessorUtils.NoClassDef=NoClassDefFoundError ({0}):
ErrorDialogWidthDetailArea.ErrorMessage.Text=\u30A8\u30E9\u30FC\u30E1\u30C3\u30BB\u30FC\u30B8
ExceptionHandler.Parameter.BeNull=ex \u30D1\u30E9\u30E1\u30BF\u306F NULL\u5024\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093
ExceptionHandler.Parameter.BeNull=ex \u30D1\u30E9\u30E1\u30FC\u30BF\u30FC\u306B\u306Fnull\u3092\u8A2D\u5B9A\u51FA\u6765\u307E\u305B\u3093
ModelSelectionDialog.Message=\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\uFF11\u3064\u9078\u629E\u3059\u308B\u304B\u3001\u30AD\u30E3\u30F3\u30BB\u30EB\u3057\u3066\u304F\u3060\u3055\u3044\u3002
TreeToTablesLinker.Type.Unsupported=\u3053\u306E\u30BF\u30A4\u30D7\u306EcurrentControl\u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093
TreeToTablesLinker.Type.Unsupported=\u3053\u306E\u30BF\u30A4\u30D7\u306E\u30AB\u30EC\u30F3\u30C8\u30B3\u30F3\u30C8\u30ED\u30FC\u30EB\u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093
Mode.Mode.ToString=\u30E2\u30FC\u30C9 [{0}]
ModifyBeanValueCommand.ModifyCell.Label=\u30BB\u30EB\u5024\u306E\u5909\u66F4
ColorStyledText.SelectAllItem.Text=\u3059\u3079\u3066\u9078\u629E
DialogErrorForCellEditorListener.Error.MsgDialogTitle=\u30A8\u30E9\u30FC
ExportPushButton.ExportButton.Tip=\u3059\u3079\u3066\u306E\u884C\u3092XML\u30D5\u30A1\u30A4\u30EB\u306B\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8
TableViewerCreator.CellModifier.ExError=\u73FE\u5728\u306E CellModifier \u306F\u3053\u306E\u64CD\u4F5C\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u305B\u3093\u3002\n\u3053\u306E\u6A5F\u80FD\u3092\u4F7F\u3046\u306B\u306F\u3001'{0}'\u304B\u7D99\u627F\u30AF\u30E9\u30B9\u3092\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044\u3002
Curve2D.MinNum.Be0=minimumSegements\u306F \u6B63\u306E\u6570\u3082\u3057\u304F\u306F0\u3067\u306A\u304F\u3066\u306F\u306A\u308A\u307E\u305B\u3093
TableViewerCreator.CellModifier.ExError=\u73FE\u5728\u306ECellModifier\u306F\u3053\u306E\u64CD\u4F5C\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u305B\u3093\u3002'{0}'\u3092\u4F7F\u7528\u3059\u308B\u304B\u3001\u62E1\u5F35\u3057\u3066\u3053\u306E\u30D5\u30A3\u30FC\u30C1\u30E3\u30FC\u3092\u4F7F\u7528\u3067\u304D\u308B\u3088\u3046\u306B\u3059\u308B\u30AF\u30E9\u30B9\u3092\u4F7F\u7528\u3057\u307E\u3059
Curve2D.MinNum.Be0=\u6700\u5C0F\u30BB\u30B0\u30E1\u30F3\u30C8\u306F\u6B63\u306E\u6570\u304B0\u3067\u306A\u3051\u308C\u3070\u3044\u3051\u307E\u305B\u3093
ModeReader.IgnoreElement=\u4E0D\u660E\u306A\u8981\u7D20\u3092\u7121\u8996
Curve2D.MaxNum.Be0=maximumSegements\u306F \u6B63\u306E\u6570\u3082\u3057\u304F\u306F0\u3067\u306A\u304F\u3066\u306F\u306A\u308A\u307E\u305B\u3093
CellEditorDialogBehavior.textContent=...
CellEditorValueAdapterFactory.valueNotStringType=Bean\u306E\u5024\u306FString\u578B\u306E\u30AF\u30E9\u30B9\u3067\u306A\u304F\u3066\u306F\u306A\u308A\u307E\u305B\u3093\u3002
ColorStyledText.RedoItem.Text=\u3084\u308A\u76F4\u3057
ColorStyledText.RedoItem.Text=\u3084\u308A\u76F4\u3059
ColorStyledText.UndoItem.Text=\u5143\u306B\u623B\u3059
ContentProposalAdapterExtended.close=\u9589\u3058\u308B
ContentProposalAdapterExtended.closeFocusout=Focusout\u3092\u9589\u3058\u308B
@@ -73,7 +73,7 @@ EventUtil.collapse=\u6298\u308A\u305F\u305F\u3080
EventUtil.deactivate=\u975E\u30A2\u30AF\u30C6\u30A3\u30D6\u5316
EventUtil.defaultSelection=\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u9078\u629E
EventUtil.deiconify=\u975E\u30A2\u30A4\u30B3\u30F3\u5316
EventUtil.detailNull=NULL\u5024
EventUtil.detailNull=Null
EventUtil.dispose=\u7834\u68C4
EventUtil.dragDetect=\u30C9\u30E9\u30C3\u30B0\u306E\u691C\u77E5
EventUtil.expand=\u5C55\u958B\u3059\u308B
@@ -102,35 +102,35 @@ EventUtil.selectedEqual=\u9078\u629E\u3055\u308C\u305F
EventUtil.selection=\u9078\u629E
EventUtil.show=\u8868\u793A
EventUtil.traverse=\u30C8\u30E9\u30D0\u30FC\u30B9
EventUtil.typeNull=NULL\u5024
EventUtil.typeNull=Null
EventUtil.verify=\u78BA\u8A8D
ExceptionMessageDialog.log=\u30ED\u30B0
Rule.rule=\u30EB\u30FC\u30EB [{0}]
SaveAsGenericSchemaPushButton.saveAsSchema=\u6C4E\u7528\u30B9\u30AD\u30FC\u30DE\u3068\u3057\u3066\u4FDD\u5B58
SWTCalendarWithTime.contentEvening=\u5348\u5F8C
SWTCalendarWithTime.contentHr=\u6642 \:
SWTCalendarWithTime.contentMin=\u5206 \:
SWTCalendarWithTime.contentHr=\u6642 :
SWTCalendarWithTime.contentMin=\u5206 :
SWTCalendarWithTime.contentMorning=\u5348\u524D
SWTCalendarWithTime.contentNoon=\u6B63\u5348
SWTCalendarWithTime.contentNow=\u73FE\u5728
SWTCalendarWithTime.contnetSec=\u79D2 \:
TableViewerCreator.columnNoIBeanProperty=\u30AB\u30E9\u30E0 '{0}' ('{1}') \u306F CellEditor \u30BB\u30C3\u30C8\u3092\u6301\u3061\u307E\u3059\u304C\u3001 IBeanPropertyAccessors\u3092\u6301\u3061\u307E\u305B\u3093\u3002
TableViewerCreator.columnNullId=\u30AB\u30E9\u30E0 '{0}' \u306FNull\u306EID\u3092\u6301\u3063\u3066\u3044\u307E\u3059\u3002
SWTCalendarWithTime.contnetSec=\u79D2 :
TableViewerCreator.columnNoIBeanProperty=\u30AB\u30E9\u30E0'{0}' ('{1}')\u306B\u306FCellEditor\u304C\u8A2D\u5B9A\u3055\u308C\u3066\u3044\u307E\u3059\u304C\u3001IBeanPropertyAccessors\u306F\u3042\u308A\u307E\u305B\u3093!
TableViewerCreator.columnNullId=\u30AB\u30E9\u30E0\'{0}\'\u304Cnull\u3067\u3059\uFF01
StateComposite.FLL_DB_INFOR=DB\u60C5\u5831\u306E\u5165\u529B
StateComposite.HELP_MESSAGE=\u30D8\u30EB\u30D7\u30E1\u30C3\u30BB\u30FC\u30B8
StateComposite.MESSAGE1=\u30C0\u30A4\u30CA\u30DF\u30C3\u30AF\u30B8\u30E7\u30D6\u3092\u4F5C\u6210\u3057\u305F\u308A\u3001\u5165\u529B\u30C6\u30FC\u30D6\u30EB\u306B\u4F9D\u5B58\u3059\u308B\u30D5\u30A1\u30A4\u30EB\u540D\u307E\u305F\u306F\u30C6\u30FC\u30D6\u30EB\u540D\u3092\u8A2D\u5B9A\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002
StateComposite.MESSAGE2=\u3053\u306E\u305F\u3081\u306B\u30C6\u30AD\u30B9\u30C8\u3092\u4F7F\u7528\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059
StateComposite.MESSAGE3=\u30D5\u30A1\u30A4\u30EB\u540D\u307E\u305F\u306F\u30C6\u30FC\u30D6\u30EB\u540D\u306B
StateComposite.MESSAGE4=\uFF11\u30C6\u30FC\u30D6\u30EB\u306E\u4F8B\uFF1A
StateComposite.MESSAGE5=\uFF11\u30D5\u30A1\u30A4\u30EB\u306E\u4F8B\uFF1A
StateComposite.MESSAGE6=\u304A\u305D\u3089\u304F
StateComposite.MESSAGE1=\u52D5\u7684\u30B8\u30E7\u30D6\u3092\u4F5C\u6210\u3057\u3001\u30D5\u30A1\u30A4\u30EB\u540D\u3084\u30C6\u30FC\u30D6\u30EB\u3092\u8A2D\u5B9A\u3059\u308B\u3053\u3068\u306F\u53EF\u80FD\u3067\u3059...
StateComposite.MESSAGE2=\u3053\u308C\u306B\u3064\u3044\u3066\u306F\u3001\u30C6\u30AD\u30B9\u30C8\u3092\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044
StateComposite.MESSAGE3=\u30D5\u30A1\u30A4\u30EB\u540D\u3001\u307E\u305F\u306F\u30C6\u30FC\u30D6\u30EB\u540D\u306B
StateComposite.MESSAGE4=\u4F8B\u3000\u30C6\u30FC\u30D6\u30EB:
StateComposite.MESSAGE5=\u4F8B\u3000\u30D5\u30A1\u30A4\u30EB:
StateComposite.MESSAGE6=\ \u304A\u305D\u3089\u304F
StateComposite.OUTPUT_SELECTION=\u51FA\u529B\u9078\u629E
StateComposite.SEL_JOBNAME=\u30B8\u30E7\u30D6\u540D\u306E\u8A2D\u5B9A
StateComposite.STATE=\u72B6\u614B
StateComposite.TABLE_SELECTION=\u30C6\u30FC\u30D6\u30EB\u9078\u629E
StateComposite.TEMPLATE_SELECTION=\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u9078\u629E
ArchiveDirectoryChooser.WizardProjectsImportPage_RootSelectTitle=\u30EB\u30FC\u30C8\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA\u3092\u9078\u629E
ArchiveDirectoryChooser.DataTransfer_browse=\u53C2\u7167...
ArchiveDirectoryChooser.WizardProjectsImportPage_ArchiveSelectTitle=\u30A2\u30FC\u30AB\u30A4\u30D6\u30D5\u30A1\u30A4\u30EB\u3092\u9078\u629E
ArchiveDirectoryChooser.WizardProjectsImportPage_RootSelectTitle=\u30EB\u30FC&\u30C8\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA\u306E\u9078\u629E:
ArchiveDirectoryChooser.DataTransfer_browse=\u53C2&\u7167...
ArchiveDirectoryChooser.WizardProjectsImportPage_ArchiveSelectTitle=&\u30A2\u30FC\u30AB\u30A4\u30D6\u30D5\u30A1\u30A4\u30EB\u306E\u9078\u629E:
ArchiveDirectoryChooser.FileExport_selectDestinationMessage=\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8\u5148\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA\u3092\u9078\u629E
ArchiveDirectoryChooser.ArchiveExport_description=\u30EA\u30BD\u30FC\u30B9\u3092\u30ED\u30FC\u30AB\u30EB\u30D5\u30A1\u30A4\u30EB\u30B7\u30B9\u30C6\u30E0\u306B\u30A2\u30FC\u30AB\u30A4\u30D6\u30D5\u30A1\u30A4\u30EB\u3068\u3057\u3066\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8
ArchiveDirectoryChooser.ArchiveExport_description=\u30EA\u30BD\u30FC\u30B9\u3092\u30ED\u30FC\u30AB\u30EB\u30D5\u30A1\u30A4\u30EB\u30B7\u30B9\u30C6\u30E0\u4E0A\u306E\u30A2\u30FC\u30AB\u30A4\u30D6\u30D5\u30A1\u30A4\u30EB\u306B\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8\u3057\u307E\u3059\u3002

View File

@@ -1,4 +1,5 @@
ColorStyledText.PasteItem.Text=\uBD99\uC774\uAE30
AddPushButton.AddButton.Tip=\uCD94\uAC00
PastePushButton.PasteButton.Label=\uBD99\uC774\uAE30
ColorStyledText.CopyItem.Text=\uBCF5\uC0AC
ColorStyledText.SelectAllItem.Text=\uBAA8\uB450 \uC120\uD0DD

View File

@@ -7,7 +7,7 @@ AddPushButton.AddButton.Tip=Dodaj
PastePushButton.PasteButton.Label=Wklej
ColorStyledText.CopyItem.Text=Kopiuj
CopyPushButton.CopyButton.Tip=Skopiuj zaznaczone obiekty
ExtendedTableAddCommand.Add.Label=Dodaj jedn\u0105 lub wi\u0119cej wpisów
ExtendedTableAddCommand.Add.Label=Dodaj jedn\u0105 lub wi\u0119cej wpis\u00F3w
ErrorDialogWidthDetailArea.ErrorMessage.Text=Wiadomo\u015B\u0107 b\u0142\u0119du
TreeToTablesLinker.Type.Unsupported=Ten typ currentControl nie jest wspierany
ColorStyledText.SelectAllItem.Text=Zaznacz wszystko
@@ -36,7 +36,7 @@ EventUtil.resize=zmie\u0144 rozmiar
EventUtil.show=poka\u017C
EventUtil.verify=zweryfikuj
ExceptionMessageDialog.log=Log
SWTCalendarWithTime.contentEvening=Wieczór
SWTCalendarWithTime.contentEvening=Wiecz\u00F3r
SWTCalendarWithTime.contentHr=Godz:
SWTCalendarWithTime.contentMin=Min:
SWTCalendarWithTime.contentMorning=Rano
@@ -46,6 +46,6 @@ SWTCalendarWithTime.contnetSec=Sek:
StateComposite.HELP_MESSAGE=Wiadomo\u015Bci pomocy
StateComposite.MESSAGE4=Np. dla jednej tabeli:
StateComposite.MESSAGE5=Np. dla jednego pliku:
StateComposite.OUTPUT_SELECTION=Wybór wyj\u015Bcia
StateComposite.OUTPUT_SELECTION=Wyb\u00F3r wyj\u015Bcia
StateComposite.STATE=Stan
StateComposite.TABLE_SELECTION=Wyór tabeli
StateComposite.TABLE_SELECTION=Wy\u00F3r tabeli

View File

@@ -11,15 +11,15 @@ AccessorUtils.isReq=e requerido para o bean (<B>).
PastePushButton.PasteButton.Label=Colar
LabelledFileField.BrowseButton.Text=Browse...
MoveUpPushButton.MoveUpButton.Tip=Sobe para itens selecionados
AccessorUtils.Assert1=O «BeanPropertyAccessors' da coluna (com o título '(0)' e id '(1)') não está configurado corretamente ou o valor definido não tem o tipo certo.
AccessorUtils.Assert1=O \u00ABBeanPropertyAccessors' da coluna (com o t\u00EDtulo '(0)' e id '(1)') n\u00E3o est\u00E1 configurado corretamente ou o valor definido n\u00E3o tem o tipo certo.
exception.errorOccured=Ocorreu um erro ({0}). Verificar no arquivo de log os detalhes.
ColorStyledText.CopyItem.Text=Copiar
AccessorUtils.Assert0=O 'BeanPropertyAccessors' da coluna (com o título '{0}' e id '{1}') não está configurado corretamente. {2} é requerido para o bean<B>
AccessorUtils.Assert0=O 'BeanPropertyAccessors' da coluna (com o t\u00EDtulo '{0}' e id '{1}') n\u00E3o est\u00E1 configurado corretamente. {2} \u00E9 requerido para o bean<B>
ExtendedTableMoveCommand.MoveLabel=Mover para cima ou para baixa uma ou mais tabelas
CopyPushButton.CopyButton.Tip=Copiar itens selecionados
ExtendedTableAddCommand.Add.Label=Adicione uma ou mais entradas tabela
ControlUtils.Unsupported1=Esse controle não é suportado, adicione caso quiser...
AccessorUtils.isReqValue=é exigido para o valor (<V>), mas o valor poderá ser adaptado com CellEditorValueAdapter.
ControlUtils.Unsupported1=Esse controle n\u00E3o \u00E9 suportado, adicione caso quiser...
AccessorUtils.isReqValue=\u00E9 exigido para o valor (<V>), mas o valor poder\u00E1 ser adaptado com CellEditorValueAdapter.
AccessorUtils.NoClassDef=NoClassDefFoundError ({0}):
ErrorDialogWidthDetailArea.ErrorMessage.Text=Mensagem de erro
ColorStyledText.SelectAllItem.Text=Selecionar tudo
@@ -31,7 +31,7 @@ ColorStyledText.RedoItem.Text=Refazer
ColorStyledText.UndoItem.Text=Desfazer
ContentProposalAdapterExtended.close=Fechar
DateDialog.textContent=Selecione Data & Hora
ErrorDialogWithContinue.setParameter=Setar os paramêtros e continuar
ErrorDialogWithContinue.setParameter=Setar os param\u00EAtros e continuar
EventUtil.activate=Ativar
EventUtil.close=Fechar
EventUtil.defaultSelection=Selecionar default
@@ -40,6 +40,6 @@ EventUtil.modify=Modificar
EventUtil.mouseDoubleClick=duplo clique
EventUtil.move=Mover
EventUtil.selectedEqual=Selecionado
EventUtil.selection=Seleção
EventUtil.selection=Sele\u00E7\u00E3o
EventUtil.show=Visualizar
SaveAsGenericSchemaPushButton.saveAsSchema=Salvar esquema genérico
SaveAsGenericSchemaPushButton.saveAsSchema=Salvar esquema gen\u00E9rico

View File

@@ -0,0 +1,18 @@
commons.error=CHYBA
ColorStyledText.PasteItem.Text=prilepi\u0165
AddAllPushButton.AddAllButton.Tip=Prida\u0165 V\u0161etko
AddPushButton.AddButton.Tip=Prida\u0165
PastePushButton.PasteButton.Label=prilepi\u0165
ColorStyledText.CopyItem.Text=Kop\u00EDrova\u0165
ErrorDialogWidthDetailArea.ErrorMessage.Text=Chybov\u00E1 Hl\u00E1\u0161ka
DialogErrorForCellEditorListener.Error.MsgDialogTitle=CHYBA
ContentProposalAdapterExtended.close=Zavrie\u0165
EventUtil.activate=Aktivova\u0165
EventUtil.close=Zavrie\u0165
EventUtil.deactivate=Deaktivova\u0165
EventUtil.help=Pomoc
EventUtil.modify=Modifikova\u0165
EventUtil.move=Premiestni\u0165
EventUtil.selection=V\u00FDber
ExceptionMessageDialog.log=Log
StateComposite.STATE=Stav

View File

@@ -1,7 +1,6 @@
commons.error=CHYBA
ColorStyledText.PasteItem.Text=prilepi\u0165
AddAllPushButton.AddAllButton.Tip=Prida\u0165 V\u0161etko
AddPushButton.AddButton.Tip=Prida\u0165
PastePushButton.PasteButton.Label=prilepi\u0165
ColorStyledText.CopyItem.Text=Kopírova\u0165
ErrorDialogWidthDetailArea.ErrorMessage.Text=Chybová Hlá\u0161ka

View File

@@ -4,7 +4,7 @@ AddAllPushButton.AddAllButton.Tip=Hepsini Ekle
AddPushButton.AddButton.Tip=Ekle
PastePushButton.PasteButton.Label=Yap\u0131\u015Ft\u0131r
ColorStyledText.CopyItem.Text=Kopyala
ColorStyledText.SelectAllItem.Text=Tümünü Seç
ColorStyledText.SelectAllItem.Text=T\u00FCm\u00FCn\u00FC Se\u00E7
DialogErrorForCellEditorListener.Error.MsgDialogTitle=Hata
ColorStyledText.RedoItem.Text=Yeniden
ColorStyledText.UndoItem.Text=Geri Al

View File

@@ -1,89 +1,136 @@
commons.error=\u9519\u8BEF
TableViewerCreator.TableColumn.AssertMsg=ID\u5C5E\u6027\u4E3A\u2019{0}\u2018\u7684TableEditorColumn\u7684TableColumn\u6CA1\u6709\u6B63\u786E\u7684Table\u3002
TableViewerCreator.TableColumn.AssertMsg=TableEditorColumn \u7684 idProperty \u4E3A \'{0}\' \u7684 TableColumn \u6CA1\u6709\u6B63\u786E\u7684 Table \u7236\u9879
ColorStyledText.PasteItem.Text=\u7C98\u8D34
EventUtil.UnknowDetail=\u672A\u77E5\u7684\u4E8B\u4EF6\u63CF\u8FF0\uFF1A
EventUtil.UnknowDetail=\u4E8B\u4EF6\u8BE6\u60C5\u7684\u672A\u77E5 ??? \u503C\uFF1A
ImportPushButtonForExtendedTable.ErrorMsg.Text=\u51FA\u9519
ResetDBTypesButton.ResetDBTypesButton.Tip=\u91CD\u7F6E\u6240\u6709\u6570\u636E\u5E93\u7C7B\u578B
ExportPushButtonForExtendedTable.ErrorMsg.Text=\u51FA\u9519!
TableViewerCreator.IdProperty.AssertMsg=\u4F60\u5FC5\u987B\u6539\u53D8\u5217ID\u5C5E\u6027\uFF0C\u4E00\u4E2A\u8868\u4E2D\u5217\u7684ID\u5C5E\u6027\u5FC5\u987B\u552F\u4E00\u3002
TableViewerCreator.CallMethod.ErrorMsg=\u53EA\u6709\u4F60\u7684\u5DF2\u7ECF\u8C03\u7528\u4E86createTable()\u65B9\u6CD5\u540E\uFF0C\u624D\u80FD\u8C03\u7528\u6B64\u65B9\u6CD5\u3002
ExtendedTablePasteCommand.Paste.Label=\u4ECE\u5916\u90E8\u526A\u8D34\u677F\u7C98\u8D34\u6570\u636E
TableViewerCreator.IdProperty.AssertMsg=\u4F60\u5FC5\u987B\u6539\u53D8\u5176\u4E2D\u4E00\u4E2A\u5217\u7684 idProperty\uFF0C\u4E00\u4E2A\u8868\u4E2D\u7684\u6BCF\u4E2A\u5217\u7684 idProperty \u5FC5\u987B\u552F\u4E00\u3002
TableViewerCreator.CallMethod.ErrorMsg=\u53EA\u6709\u60A8\u5DF2\u7ECF\u8C03\u7528\u4E86 createTable() \u65B9\u6CD5\u540E\uFF0C\u624D\u80FD\u8C03\u7528\u6B64\u65B9\u6CD5\u3002
ModelSelectionDialog.BuiltIn=\u66F4\u6539\u4E3A\u5185\u7F6E\u5C5E\u6027\u3002
ExtendedTablePasteCommand.Paste.Label=\u4ECE\u5185\u90E8\u526A\u8D34\u677F\u7C98\u8D34\u6570\u636E
SelectContextVariablesPushButton.Label=\u9009\u62E9\u4E0A\u4E0B\u6587\u53D8\u91CF
ExtendedTableModel.ModifiedObject.Error=ModifiedBeanListenable\u7684\u5BF9\u8C61\u5FC5\u987B\u5728\u4F7F\u7528\u8FD9\u4E2A\u65B9\u6CD5\u4E4B\u524D\u88AB\u5B9E\u73B0\u3002
ImportPushButton.ImportButton.Tip=\u5BFC\u5165XML\u6587\u4EF6\u66FF\u6362\u6240\u6709\u884C
ExtendedTableModel.ModifiedObject.Error=ModifiedBeanListenable \u5BF9\u8C61\u5FC5\u987B\u5728\u4F7F\u7528\u6B64\u65B9\u6CD5\u4E4B\u524D\u8BBE\u7F6E
ImportPushButton.ImportButton.Tip=\u5BFC\u5165 XML \u6587\u4EF6\u66FF\u6362\u6240\u6709\u884C
LabelledFileField.FileDialog.Text=\u9009\u62E9\u4E00\u4E2A
TableViewerCreator.Table.BeNull=\u8868\u4E3A\u7A7A
ModelSelectionDialog.Option=\u9009\u9879
ModelSelectionDialog.Update=\u66F4\u65B0\u5B58\u50A8\u5E93\u8FDE\u63A5\u3002
TableViewerCreator.Table.BeNull=\u8868\u4E3A null
ModelSelectionDialog.Title=\u4F7F\u7528\u5B58\u50A8\u5E93\u7F16\u8F91\u53C2\u6570
AddAllPushButton.AddAllButton.Tip=\u6DFB\u52A0\u6240\u6709
ExtendedTableRemoveCommand.Romve.Label=\u5220\u9664\u8868
ExtendedTableRemoveCommand.Romve.Label=\u79FB\u9664\u8868\u6761\u76EE
AddPushButton.AddButton.Tip=\u6DFB\u52A0
MoveDownPushButton.MoveDownTip=\u5411\u4E0B\u79FB\u52A8\u9009\u4E2D\u9879
ExtendedTableCopyCommand.Copy.Label=\u590D\u5236\u4E00\u4E2A\u6216\u591A\u4E2A\u8868\u5728\u5916\u90E8\u526A\u8D34\u677F\u4E2D\u3002
ExtendedTableCopyCommand.Copy.Label=\u590D\u5236\u5185\u90E8\u526A\u8D34\u677F\u4E2D\u7684\u4E00\u4E2A\u6216\u591A\u4E2A\u8868\u6761\u76EE\u3002
ProposalUtils.CtrlProposal.ErrorMsg=\u63A7\u952E\u7C7B\u578B\u63D0\u793A\u4E0D\u88AB\u652F\u6301\uFF1A
AccessorUtils.isReq=\u9700\u8981\u4E00\u4E2ABean(<B>)
AccessorUtils.isReq=\u662F bean (<B>) \u6240\u5FC5\u9700\u7684\u3002
EventUtil.UnknowType=\u672A\u77E5\u7684\u65F6\u95F4\u7C7B\u578B\uFF1A
ProposalUtils.CellProposal.Error=CellEditor\u7C7B\u578B\u63D0\u793A\u4E0D\u88AB\u652F\u6301\uFF1A
RemovePushButton.RemoveButton.Tip=\u5220\u9664\u6240\u9009\u9879
FileStep2.previewFailure=\u9884\u89c8\u9519\u8bef\u3002\u987b\u6539\u53d8\u4e00\u4e9b\u8bbe\u7f6e\u3002 \n\u6ce8\u610f\uff1a\u9884\u89c8\u9519\u8bef\u53ef\u80fd\u662f\u56e0\u4e3a\u9519\u8bef\u7684\u7f16\u7801\u8bbe\u7f6e\u9020\u6210\u7684\u3002
RemovePushButton.RemoveButton.Tip=\u79FB\u9664\u6240\u9009\u9879
FileStep2.previewFailure=\u9884\u89C8\u9519\u8BEF\u3002\u987B\u6539\u53D8\u4E00\u4E9B\u8BBE\u7F6E\u3002\\n\u6CE8\u610F\uFF1A\u9884\u89C8\u9519\u8BEF\u53EF\u80FD\u662F\u56E0\u4E3A\u9519\u8BEF\u7684\u7F16\u7801\u8BBE\u7F6E\u9020\u6210\u7684\u3002
PastePushButton.PasteButton.Label=\u7C98\u8D34
ModelSelectionDialog.ViewSchema=\u67E5\u770B schema (\u53EA\u8BFB)\u3002
LabelledFileField.BrowseButton.Text=\u6D4F\u89C8...
ModelSelectionDialog.ViewQuery=\u67E5\u770B\u67E5\u8BE2 (\u53EA\u8BFB)\u3002
MoveUpPushButton.MoveUpButton.Tip=\u5411\u4E0A\u79FB\u52A8\u9009\u4E2D\u9879
AccessorUtils.Assert1=\u8FD9\u4E2A\u5217(\u6807\u9898\u4E3A\u2018{0}\u2019\uFF0CID\u4E3A\u2018{1}\u2019)\u7684\u2018BeanPropertyAccessors\u2019\u6CA1\u6709\u6B63\u786E\u914D\u7F6E,\u6216\u8005\u503C\u8BBE\u7F6E\u4E3A\u4E0D\u6B63\u786E\u7684\u7C7B\u578B\u3002
exception.errorOccured=\u4E00\u4E2A\u9519\u8BEF\u53D1\u751F({0}).\n \u8BE6\u7EC6\u63CF\u8FF0\u67E5\u770B\u65E5\u5FD7\u3002
AccessorUtils.Assert1=\u8FD9\u4E2A\u5217 (\u6807\u9898\u4E3A \'{0}\'\uFF0CID \u4E3A \'{1}\') \u7684\u201CBeanPropertyAccessors\u201D\u6CA1\u6709\u6B63\u786E\u914D\u7F6E\uFF0C\u6216\u8005\u503C\u8BBE\u7F6E\u4E3A\u4E0D\u6B63\u786E\u7684\u7C7B\u578B\u3002
exception.errorOccured=\u53D1\u751F\u9519\u8BEF ({0})\u3002\\n\u8BF7\u67E5\u770B\u65E5\u5FD7\u4EE5\u83B7\u53D6\u66F4\u591A\u8BE6\u7EC6\u4FE1\u606F\u3002
ColorStyledText.CopyItem.Text=\u590D\u5236
AccessorUtils.Assert0=\u8FD9\u4E2A\u5217(\u6807\u9898\u4E3A\u2018{0}\u2019\uFF0CID\u4E3A\u2018{1}\u2019)\u7684\u2018BeanPropertyAccessors\u2019\u6CA1\u6709\u6B63\u786E\u914D\u7F6E\u3002\u2018{2}\u2019\u9700\u8981\u4E00\u4E2ABean<B>
ExtendedTableMoveCommand.MoveLabel=\u5411\u4E0A\u6216\u5411\u4E0B\u79FB\u52A8\u4E00\u4E2A\u6216\u591A\u4E2A\u8868
CopyPushButton.CopyButton.Tip=\u590D\u5236\u88AB\u9009\u4E2D\u7684\u9879
AccessorUtils.Assert0=\u672A\u6B63\u786E\u914D\u7F6E\u5217 (\u6807\u9898\u4E3A \'{0}\'\uFF0CID \u4E3A \'{1}\') \u7684 \'BeanPropertyAccessors\'\u3002 {2} \u662F bean \u6240\u5FC5\u9700\u7684<B>
ExtendedTableMoveCommand.MoveLabel=\u5411\u4E0A\u6216\u5411\u4E0B\u79FB\u52A8\u4E00\u4E2A\u6216\u591A\u4E2A\u8868\u6761\u76EE
CopyPushButton.CopyButton.Tip=\u590D\u5236\u9009\u5B9A\u7684\u9879
ExtendedTableResetDBTypesCommand.ResetDBTypes.Label=\u91CD\u7F6E\u6240\u6709\u6570\u636E\u5E93\u7C7B\u578B\u4E3A\u9ED8\u8BA4\u503C
ExtendedTableAddCommand.Add.Label=\u6DFB\u52A0\u4E00\u4E2A\u6216\u591A\u4E2A\u8868
ControlUtils.Unsupported1=\u8FD9\u4E2A\u9762\u677F({0})\u4E0D\u652F\u6301\u3002\u5982\u679C\u4F60\u60F3\u4F7F\u7528\uFF0C\u8BF7\u6DFB\u52A0\u4E8B\u4EF6\u3002
AccessorUtils.isReqValue=\u9700\u8981\u4E00\u4E2A\u503C(<V>),\u4F46\u662F\u8FD9\u4E2A\u503C\u662F\u7531\u2018CellEditorValueAdapter\u2019\u4EA7\u751F\u3002
AccessorUtils.NoClassDef=\u7C7B\u672A\u5B9A\u4E49\u9519\u8BEF\uFF1A
ErrorDialogWidthDetailArea.ErrorMessage.Text=\u9519\u8BEF\u4FE1\u606F
ExceptionHandler.Parameter.BeNull=\u53C2\u6570\u4E0D\u80FD\u4E3A\u7A7A\u5F02\u5E38
TreeToTablesLinker.Type.Unsupported=\u5F53\u524D\u63A7\u952E\u7C7B\u578B\u4E0D\u652F\u6301\u3002
ControlUtils.Unsupported1=\u6B64\u9762\u677F ({0}) \u4E0D\u53D7\u652F\u6301\u3002\u5982\u679C\u60A8\u60F3\u4F7F\u7528\uFF0C\u8BF7\u6DFB\u52A0\u4E8B\u4EF6...
AccessorUtils.isReqValue=\u662F\u503C (<V>) \u6240\u5FC5\u9700\u7684\uFF0C\u4F46\u8BE5\u503C\u53EF\u4F7F\u7528 CellEditorValueAdapter \u6765\u8C03\u6574\u3002
AccessorUtils.NoClassDef=NoClassDefFoundError ({0}):
ErrorDialogWidthDetailArea.ErrorMessage.Text=\u9519\u8BEF\u6D88\u606F
ExceptionHandler.Parameter.BeNull=\u5F02\u5E38\uFF1A\u53C2\u6570\u4E0D\u80FD\u4E3A null
ModelSelectionDialog.Message=\u8BF7\u9009\u62E9\u4E00\u4E2A\u9009\u9879\u6216\u53D6\u6D88\u3002
TreeToTablesLinker.Type.Unsupported=\u4E0D\u652F\u6301\u8FD9\u79CD\u7C7B\u578B\u7684 currentControl
Mode.Mode.ToString=\u6A21\u5F0F [{0}]
ModifyBeanValueCommand.ModifyCell.Label=\u4FEE\u6539\u5355\u5143\u683C\u503C
ColorStyledText.SelectAllItem.Text=\u5168\u9009
DialogErrorForCellEditorListener.Error.MsgDialogTitle=\u9519\u8BEF
ExportPushButton.ExportButton.Tip=\u5BFC\u51FA\u6240\u6709\u884C\u5230XML\u6587\u4EF6
TableViewerCreator.CellModifier.ExError=\u5F53\u524DCellModifier\u4E0D\u652F\u6301\u6B64\u64CD\u4F5C\u3002\n \u4F7F\u7528\u2019{0}\u2018\u7C7B\u6216\u7EE7\u627F\u8FD9\u4E2A\u7C7B\u7684\u5B50\u7C7B
ExportPushButton.ExportButton.Tip=\u5BFC\u51FA\u6240\u6709\u884C\u5230 XML \u6587\u4EF6
TableViewerCreator.CellModifier.ExError=\u5F53\u524D CellModifier \u4E0D\u652F\u6301\u6B64\u64CD\u4F5C\u3002\\n \u4F7F\u7528 \'{0}\' \u6216\u6269\u5C55\u5B83\u7684\u7C7B\u6765\u4F7F\u7528\u6B64\u529F\u80FD
Curve2D.MinNum.Be0=\u6BB5\u7684\u6700\u5C0F\u503C\u5FC5\u987B\u4E3A\u6B63\u6570\u62160\u3002
ModeReader.IgnoreElement=\u5FFD\u7565\u672A\u77E5\u5143\u7D20
Curve2D.MaxNum.Be0=\u6BB5\u7684\u6700\u5927\u503C\u5FC5\u987B\u4E3A\u6B63\u6570\u62160\u3002
CellEditorValueAdapterFactory.valueNotStringType=Bean\u503C\u5FC5\u987B\u662F\u4E00\u4E2AString\u7C7B\u578B\uFF01
Curve2D.MaxNum.Be0=maximumSegements \u5FC5\u987B\u4E3A\u6B63\u6216 0\u3002
CellEditorDialogBehavior.textContent=...
CellEditorValueAdapterFactory.valueNotStringType=Bean \u503C\u5E94\u662F\u5B57\u7B26\u4E32\u7C7B\u578B\u7684\u7C7B\uFF01
ColorStyledText.RedoItem.Text=\u91CD\u505A
ColorStyledText.UndoItem.Text=\u590D\u539F
ColorStyledText.UndoItem.Text=\u64A4\u6D88
ContentProposalAdapterExtended.close=\u5173\u95ED
ContentProposalAdapterExtended.closeFocusout=\u5173\u95EDfocusout
DateDialog.textContent=\u9009\u62E9\u65E5\u671F& \u65F6\u95F4
ContentProposalAdapterExtended.closeFocusout=\u5173\u95ED focusout
DateDialog.textContent=\u9009\u62E9\u65E5\u671F\u548C\u65F6\u95F4
DefaultCellModifier.tableItemDispose=TableItem \u5DF2\u5904\u7406
ErrorDialogWithContinue.setParameter=\u8BBE\u7F6E\u53C2\u6570\u5E76\u7EE7\u7EED
EventUtil.activate=\u542f\u52a8
EventUtil.activate=\u6FC0\u6D3B
EventUtil.arm=arm
EventUtil.close=\u5173\u95ED
EventUtil.deactivate=\u64a4\u6d88
EventUtil.collapse=\u6298\u53E0
EventUtil.deactivate=\u505C\u7528
EventUtil.defaultSelection=\u9ED8\u8BA4\u9009\u62E9
EventUtil.dragDetect=\u62D6\u66F3\u68C0\u6D4B
EventUtil.expand=\u6269\u5F20
EventUtil.help=\u5e2e\u52a9
EventUtil.deiconify=\u53D6\u6D88\u56FE\u6807\u5316
EventUtil.detailNull=Null
EventUtil.dispose=\u5904\u7406
EventUtil.dragDetect=\u62D6\u52A8\u68C0\u6D4B
EventUtil.expand=\u5C55\u5F00
EventUtil.focusIn=\u805A\u7126
EventUtil.focusOut=\u6563\u7126
EventUtil.hardKeyDown=\u6309\u4E0B\u786C\u952E
EventUtil.hardKeyUp=\u677E\u5F00\u786C\u952E
EventUtil.help=\u5E2E\u52A9
EventUtil.hide=\u9690\u85CF
EventUtil.iconify=\u56FE\u6807\u5316
EventUtil.keyDown=\u6309\u4E0B\u952E
EventUtil.keyUp=\u5F39\u8D77\u952E
EventUtil.menuDetect=\u83DC\u5355\u68C0\u6D4B
EventUtil.modify=\u4FEE\u6539
EventUtil.mouseDoubleClick=\u9F20\u6807\u53CC\u51FB
EventUtil.mouseDown=\u9F20\u6807\u6309\u4E0B
EventUtil.mouseEnter=\u9F20\u6807\u8F93\u5165
EventUtil.mouseEnter=\u9F20\u6807\u8FDB\u5165
EventUtil.mouseExit=\u9F20\u6807\u9000\u51FA
EventUtil.mouseHover=\u9F20\u6807\u60AC\u505C
EventUtil.mouseMove=\u9F20\u6807\u79FB\u52A8
EventUtil.mouseUp=\u9F20\u6807\u5411\u4E0A
EventUtil.move=\u79fb\u52a8
EventUtil.move=\u79FB\u52A8
EventUtil.paint=\u989C\u6599
EventUtil.resize=\u8C03\u6574\u5927\u5C0F
EventUtil.selectedEqual=\u9009\u5B9A\u7684
EventUtil.selection=\u9009\u62E9
EventUtil.show=\u663E\u793A
EventUtil.traverse=\u6A2A\u8D2F
EventUtil.typeNull=Null
EventUtil.verify=\u9A8C\u8BC1
ExceptionMessageDialog.log=\u65E5\u5FD7
SaveAsGenericSchemaPushButton.saveAsSchema=\u53e6\u5b58\u4e3a\u4e00\u822cschema
Rule.rule=\u89C4\u5219 [{0}]
SaveAsGenericSchemaPushButton.saveAsSchema=\u53E6\u5B58\u4E3A\u901A\u7528 schema
SWTCalendarWithTime.contentEvening=\u665A\u95F4
SWTCalendarWithTime.contentHr=\u5C0F\u65F6\uFF1A
SWTCalendarWithTime.contentMin=\u5206\u949F\uFF1A
SWTCalendarWithTime.contentHr=\u65F6:
SWTCalendarWithTime.contentMin=\u6700\u5C0F:
SWTCalendarWithTime.contentMorning=\u65E9\u6668
SWTCalendarWithTime.contentNoon=\u4E2D\u5348
SWTCalendarWithTime.contentNow=\u73B0\u5728
SWTCalendarWithTime.contnetSec=\u79D2\uFF1A
SWTCalendarWithTime.contnetSec=\u79D2:
TableViewerCreator.columnNoIBeanProperty=\u5217 \'{0}\' (\'{1}\') \u8BBE\u7F6E\u4E86 CellEditor\uFF0C\u4F46\u6CA1\u6709 IBeanPropertyAccessors\uFF01
TableViewerCreator.columnNullId=\u5217 \'{0}\' \u7684 id \u4E3A null\uFF01
StateComposite.FLL_DB_INFOR=\u586B\u5199\u6570\u636E\u5E93\u4FE1\u606F
StateComposite.HELP_MESSAGE=\u5E2E\u52A9\u6D88\u606F
StateComposite.MESSAGE1=\u53EF\u4EE5\u521B\u5EFA\u52A8\u6001\u4F5C\u4E1A\u5E76\u8BBE\u7F6E\u4F9D\u8D56\u4E8E\u8F93\u5165\u8868\u7684\u6587\u4EF6\u540D\u6216\u8868\u540D\u3002
StateComposite.MESSAGE2=\u5BF9\u6B64\uFF0C\u53EA\u5728\u9700\u5728\u6587\u4EF6\u540D\u6216\u8868\u540D\u4E2D
StateComposite.MESSAGE3=\\ \u5728\u6587\u4EF6\u540D\u6216\u8868\u540D\u4E2D\u3002
StateComposite.MESSAGE4=\u4F8B\u5982\u5BF9\u4E8E\u4E00\u4E2A\u8868:
StateComposite.MESSAGE5=\u4F8B\u5982\u5BF9\u4E8E\u4E00\u4E2A\u6587\u4EF6:
StateComposite.MESSAGE6=\\ \u6216\u8005\u53EF\u80FD
StateComposite.OUTPUT_SELECTION=\u8F93\u51FA\u9009\u62E9
StateComposite.SEL_JOBNAME=\u8BBE\u7F6E\u4F5C\u4E1A\u540D\u79F0
StateComposite.STATE=\u72B6\u6001
StateComposite.TABLE_SELECTION=\u8868\u9009\u62E9
StateComposite.TEMPLATE_SELECTION=\u6A21\u677F\u9009\u62E9
ArchiveDirectoryChooser.WizardProjectsImportPage_RootSelectTitle=\u9009\u62E9\u6839\u76EE\u5F55(&T):
ArchiveDirectoryChooser.DataTransfer_browse=\u6D4F\u89C8(&R)...
ArchiveDirectoryChooser.WizardProjectsImportPage_ArchiveSelectTitle=\u9009\u62E9\u5F52\u6863\u6587\u4EF6(&A):
ArchiveDirectoryChooser.FileExport_selectDestinationMessage=\u9009\u62E9\u8981\u5BFC\u51FA\u5230\u7684\u76EE\u5F55
ArchiveDirectoryChooser.ArchiveExport_description=\u5C06\u8D44\u6E90\u5BFC\u51FA\u5230\u672C\u5730\u6587\u4EF6\u7CFB\u7EDF\u4E0A\u7684\u5B58\u6863\u6587\u4EF6\u4E2D\u3002

View File

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: org.talend.core.nl Fragment
Bundle-SymbolicName: org.talend.core.nl
Bundle-Version: 6.3.1.qualifier
Bundle-Version: 7.2.1.qualifier
Bundle-Vendor: .Talend SA.
Fragment-Host: org.talend.core
Bundle-Localization: plugin

View File

@@ -1,5 +1,5 @@
providerName=www.example.org
pluginName=Modèle de base de données Talend
pluginName=Mod\u00E8le de base de donn\u00E9es Talend
prefsName=Talend
talend.scheme=Projet Talend par défaut
talend.scheme=Projet Talend par d\u00E9faut
prefs=Talend

View File

@@ -0,0 +1,4 @@
providerName=www.nejaka stranka.sk
prefsName=Talend
talend.scheme=Talend z\u00E1kladn\u00E1 sch\u00E9ma
prefs=Talend

View File

@@ -1 +1,5 @@
providerName=www.example.org
pluginName=\u7EC4\u4EF6\u6A21\u5757
prefsName=Talend
talend.scheme=Talend \u9ED8\u8BA4 scheme
prefs=Talend

View File

@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tcommon-studio-se</artifactId>
<version>6.3.1-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.core.nl</artifactId>
<packaging>eclipse-plugin</packaging>
</project>
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tcommon-studio-se</artifactId>
<version>7.2.1</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.core.nl</artifactId>
<packaging>eclipse-plugin</packaging>
</project>

View File

@@ -60,7 +60,7 @@ HTMLDocGenerator.value=\u0642\u064A\u0645\u0629
HTMLDocGenerator.values=\u0627\u0644\u0642\u064A\u0645
HTMLDocGenerator.version=\u0627\u0644\u0625\u0635\u062F\u0627\u0631
ConnectionParameterName.HostLabel=\u0627\u0644\u0645\u0636\u064A\u0641
ConnectionParameterName.DatabaseLabel=\u0642\u0627\u0639\u062F\u0629 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A
ConnectionParameterName.SchemaLabel=\u0645\u062E\u0637\u0637
ConnectionParameterName.PasswordLabel=\u0631\u0645\u0632 \u0627\u0644\u0645\u0631\u0648\u0631
ConnectionParameterName.DbfileLabel=\u0642\u0627\u0639\u062F\u0629 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A
ConnectionParameterName.DatabaseLabel=\u0642\u0627\u0639\u062F\u0629 \u0628\u064A\u0627\u0646\u0627\u062A
ConnectionParameterName.DbfileLabel=\u0642\u0627\u0639\u062F\u0629 \u0628\u064A\u0627\u0646\u0627\u062A

View File

@@ -1,28 +1,28 @@
EUpdateResult.Update=Aus Repository übernehmen
EUpdateResult.Update=Aus Repository \u00FCbernehmen
EMetadataEncoding.UTF16LE=Unicode (16 bit)
SelectRepositoryContextDialog.SelectAll=Alle auswählen
SelectRepositoryContextDialog.SelectAll=Alle ausw\u00E4hlen
EMetadataEncoding.Cyrillic=Kyrillisch
EUpdateResult.BuiltIn=Ändern in Built-In Modus
EUpdateResult.Rename=Namen ändern
ContextProcessSection.ParameterNameIsNotValid=Ungültigiger Parametername.
EMetadataEncoding.Hebrew=Hebräisch
EUpdateResult.BuiltIn=\u00C4ndern in Built-In Modus
EUpdateResult.Rename=Namen \u00E4ndern
ContextProcessSection.ParameterNameIsNotValid=Ung\u00FCltigiger Parametername.
EMetadataEncoding.Hebrew=Hebr\u00E4isch
UpdatesConstants.Context=Context
UpdatesConstants.Job=Job
ProjectSettingsWizard.EditProjectPageTitle=Bearbeite Projekt
RepositoryUpdateManager.NoModificationTitle=Keine Änderungen nötig
RepositoryUpdateManager.NoModificationTitle=Keine \u00C4nderungen n\u00F6tig
CorePreferencePage.javaInterpreter=&Java-Interpreter
EMetadataEncoding.GB2312=Chinesisch
SelectRepositoryContextDialog.CollapseAll=Alle verbergen
ERepositoryObjectType.FolderNotFound=Ordner für Typ {0} konnte nicht gefunden werden.
CorePreferencePage.componentDefaultFileDirectory=Standard-&Ordner für Komponente:
CorePreferencePage.runInMultiThread=&Multithread-Ausführung (Standardwert für neue Jobs)
MappingFileLoader.UndeclaredDbType="{0}" ist kein zugewiesener Datenbanktyp für das DBMS id "{1}" beim Node: {2}
ERepositoryObjectType.FolderNotFound=Ordner f\u00FCr Typ {0} konnte nicht gefunden werden.
CorePreferencePage.componentDefaultFileDirectory=Standard-&Ordner f\u00FCr Komponente:
CorePreferencePage.runInMultiThread=&Multithread-Ausf\u00FChrung (Standardwert f\u00FCr neue Jobs)
MappingFileLoader.UndeclaredDbType="{0}" ist kein zugewiesener Datenbanktyp f\u00FCr das DBMS id "{1}" beim Node: {2}
EConnectionType.tableMenu=Tabelle
MappingFileLoader.UnbindedDbTypes=Im DBMS id "{0}" Mapping-Datei, sind nachfolgende DB-Typen nicht an den Talend Typ "{1}" gebunden : {2}
EConnectionType.onComponentErrorMenu=Beim Komponenten Fehler
EConnectionType.runAfterMenu=Ausführen nach
EConnectionType.runAfterMenu=Ausf\u00FChren nach
GlobalServiceRegister.ServiceNotRegistered=Der Service {0} wurde nicht registriert.
ConextTemplateComposite.OrderText=Ursprüngliche Reihenfolge
ConextTemplateComposite.OrderText=Urspr\u00FCngliche Reihenfolge
CorePreferencePage.groupBySource="&Gruppiert nach Quelle" in Context
EMetadataEncoding.Greek=Griechisch
EMetadataEncoding.UTF16BE=Unicode BigEndian (16 bit)
@@ -30,11 +30,11 @@ EConnectionType.synchronize=Synchonisiert
VersionSection.Version=Version
SelectRepositoryContextDialog.ExpandAll=Alle anzeigen
EUpdateItemType.Components=Components
EConnectionType.mergeMenu=Zusammenführen
EConnectionType.mergeMenu=Zusammenf\u00FChren
EUpdateItemType.Schema=Schema
EMetadataEncoding.UTF8=Unicode 2.0 UTF-8
EMetadataEncoding.UTF7=Unicode 2.0 UTF-7
RepositoryUpdateManager.RenameContextMessages=Möchten Sie die Umbenennung der Variablen an alle Jobs übertragen. Falls ja, kann die Aktualisierung eine Weile dauern. Ansonsten werden alte Variablen in eingebettete Variablen umgestellt.
RepositoryUpdateManager.RenameContextMessages=M\u00F6chten Sie die Umbenennung der Variablen an alle Jobs \u00FCbertragen. Falls ja, kann die Aktualisierung eine Weile dauern. Ansonsten werden alte Variablen in eingebettete Variablen umgestellt.
EUpdateItemType.Query=Abfrage
ExtractMetaDataFromDataBase.SchemaNoPresent=Schema nicht in der Datenbank
UpdatesConstants.Component=Komponente
@@ -44,59 +44,59 @@ ContextProcessSection.errorTitle=Fehler
EConnectionType.parallelize=Parallelisiert
VersionSection.CreationDate=Erstellungsdatum
MappingFileLoader.UnbindedTalendTypes=Im DBMS id "{0}" Mapping-Datei, sind nachfolgende Talend-Typen nicht an "{1}" gebunden: Datenbanktyp:{2}
ContextProcessSection.7=Name für neuen Context
ContextProcessSection.7=Name f\u00FCr neuen Context
ContextProcessSection.6=Neuer Context
EConnectionType.mainMenu=Main
ContextProcessSection.4=Neuen Context hinzufügen basierend auf ->(
ContextProcessSection.2=Bestätigung abfragen?
ContextProcessSection.4=Neuen Context hinzuf\u00FCgen basierend auf ->(
ContextProcessSection.2=Best\u00E4tigung abfragen?
ContextProcessSection.1=menuTable
EUpdateItemType.Property=Eigenschaft
SelectRepositoryContextDialog.DeselectAll=Alle abwählen
SelectRepositoryContextDialog.DeselectAll=Alle abw\u00E4hlen
CorePreferencePage.iReportPath=&iReport Pfad:
MetadataTalendType.DBMSNotSetted=DBMS nicht eingegeben
ImportExternalJarAction.title=Externe JARs hinzufügen
ImportExternalJarAction.title=Externe JARs hinzuf\u00FCgen
ExtractMetaDataFromDataBase.dbTypeNotFound=dbType '{0}' nicht gefunden
RepositoryUpdateManager.NoModificationMessages=Es gibt keine Änderungen, die aktualisiert werden müssen.
RepositoryUpdateManager.NoModificationMessages=Es gibt keine \u00C4nderungen, die aktualisiert werden m\u00FCssen.
EMetadataEncoding.Latin6=Latin6 (Nordisch)
EMetadataEncoding.Latin5=Latin5 (Türkisch)
EMetadataEncoding.Latin5=Latin5 (T\u00FCrkisch)
EMetadataEncoding.Latin4=Latin4 (Nordeuropa)
EMetadataEncoding.Latin3=Latin3 (Südeuropa)
EMetadataEncoding.Latin3=Latin3 (S\u00FCdeuropa)
EMetadataEncoding.Latin2=Latin2 (Osteuropa)
EMetadataEncoding.Latin1=Latin1 (Westeuropa)
ContextProcessSection.51=ContextProcessSection.15
EMetadataEncoding.UTF16=Unicode 2.0 (16 bit)
ContextProcessSection.50=ContextProcessSection.14
CorePreferencePage.temporaryFiles=&Temporäre Dateien:
RepositoryUpdateManager.Title=Änderung
CorePreferencePage.temporaryFiles=&Tempor\u00E4re Dateien:
RepositoryUpdateManager.Title=\u00C4nderung
ContextProcessSection.49=Standard-Context
RepositoryObject.NotImplemented=nicht implementiert
ERepositoryObjectType.NotImplemented=nicht implementiert
ExtractMetaDataFromDataBase.connectionSuccessful=Verbindung erfolgreich
SelectRepositoryContextGroupDialog.Default=Default
XmlArray.InvalidFile=Ungültige Datei.
XmlArray.InvalidFile=Ung\u00FCltige Datei.
EConnectionType.lookupMenu=Nachschlagen
ContextProcessSection.30=Dieser Name existiert bereits
EUpdateItemType.Variable=Variable
ContextProcessSection.29=Fehler
CorePreferencePage.previewLimit=&Vorschaulimit:
ConextTemplateComposite.OrderMessages=Die umzusortierende Variablen müssen ausgewählt sein.
ConextTemplateComposite.OrderMessages=Die umzusortierende Variablen m\u00FCssen ausgew\u00E4hlt sein.
EUpdateItemType.Name=Name
ContextProcessSection.13=Neuen Namen für Context {0} vergeben
ContextProcessSection.13=Neuen Namen f\u00FCr Context {0} vergeben
ContextProcessSection.12=Context umbennenen
EUpdateItemType.SAPFunction=SAP Funktion
EMetadataEncoding.Big5=Big Five (Traditionell Chinesisch)
ContextProcessSection.RemoveInformation={0} ist der Standard-Kontext und kann nicht entfernt werden.
RepositoryUpdateManager.Messages=Möchten Sie die Änderungen auf alle Jobs übertragen? Dies kann lange dauern.
MappingFileLoader.InvalidTalendType="{0}" ist kein gültiger {1} Talend-Typ für ddas DBMS id "{2}" beim Node: {3}
RepositoryUpdateManager.Check=Überprüfe...
RepositoryUpdateManager.Messages=M\u00F6chten Sie die \u00C4nderungen auf alle Jobs \u00FCbertragen? Dies kann lange dauern.
MappingFileLoader.InvalidTalendType="{0}" ist kein g\u00FCltiger {1} Talend-Typ f\u00FCr ddas DBMS id "{2}" beim Node: {3}
RepositoryUpdateManager.Check=\u00DCberpr\u00FCfe...
ListPreferencePage.RemoveButtonName=Entfernen
UpdatesConstants.Joblet=Joblet
EMetadataEncoding.EUC_CN=Simplified Chinese (Extended Unix Code-CN)
EMetadataEncoding.Arabic=Arabisch
EMetadataEncoding.Microsoft_Latin1=Microsoft (Latin-1)
MappingFileLoader.DbmsIdAlreadyExists=DBMS mit Id "{0}" existiert bereits!"
EConnectionType.runIfMenu=Ausführen wenn
VersionSection.ModificationDate=Änderungsdatum
EConnectionType.runIfMenu=Ausf\u00FChren wenn
VersionSection.ModificationDate=\u00C4nderungsdatum
MappingFileLoader.DbTypeAlreadyExists=Im DBMS id "{0}" mapping, erscheint in der Datei "{2} der DB Typ "{1}" mehr als einmal am Node:{3}
AbstractComponentsProvider.folderNotExist=Ordner {0} existiert nicht.
AbstractItemMigrationTask.taskFailed=Migrationsprozess {0} beim Element {1} fehlgeschlagen
@@ -104,7 +104,7 @@ ComponentToRepositoryProperty.error=Fehler
ContextComposite.tableValue=Werte als Tabelle
ContextComposite.treeValue=Werte als Baum
ContextComposite.variable=Variablen
ContextSetConfigurationDialog.nameNotValid=Der Name ist ungültig
ContextSetConfigurationDialog.nameNotValid=Der Name ist ung\u00FCltig
ECodeLanguage.unknowLanguage=Unbekannte Sprache
ExtractMetaDataUtils.noData=Keine Daten gefunden.
JavaTypesManager.bigDecimal=BIGDECIMAL ist Nummer:
@@ -153,6 +153,8 @@ EComponentCategory_sqlTemplate=SQL Muster
EComponentCategory_statsAndLogs=Stats & Logs
EComponentCategory_technical=Technisch
EComponentCategory_view=View
HTMLDocGenerator.author=Autor
HTMLDocGenerator.author1=Autor
HTMLDocGenerator.column=Spalte
HTMLDocGenerator.component=Komponente\:
HTMLDocGenerator.component_list=Komponenten Liste
@@ -163,15 +165,15 @@ HTMLDocGenerator.creation=Anlegen
HTMLDocGenerator.description=Beschreibung
HTMLDocGenerator.job_description=Beschreibung
HTMLDocGenerator.job_settings=Einstellungen
HTMLDocGenerator.key=Schlüsselwert
HTMLDocGenerator.key=Schl\u00FCsselwert
HTMLDocGenerator.language=Sprache
HTMLDocGenerator.length=Länge
HTMLDocGenerator.length=L\u00E4nge
HTMLDocGenerator.mapper.alias=Alias
HTMLDocGenerator.mapper.expression=Ausdruck
HTMLDocGenerator.mapper.table.name=Tabellenname
HTMLDocGenerator.modification=Änderung
HTMLDocGenerator.modification=\u00C4nderung
HTMLDocGenerator.name=Name
HTMLDocGenerator.nullable=Null zulässig
HTMLDocGenerator.nullable=Null zul\u00E4ssig
HTMLDocGenerator.precision=Genauigkeit
HTMLDocGenerator.project_description=Projektbeschreibung
HTMLDocGenerator.project_name=Projektname
@@ -184,6 +186,7 @@ HTMLDocGenerator.type=Typ
HTMLDocGenerator.unique_name=Eindeutiger Name
ConnectionParameterName.HostLabel=Host
ConnectionParameterName.PortLabel=Port
ConnectionParameterName.SchemaLabel=Schema
ConnectionParameterName.UserLabel=User
ConnectionParameterName.PasswordLabel=Passwort
ConnectionParameterName.DbPathLabel=Datenbank Root-Pfad

View File

@@ -227,9 +227,7 @@ HTMLDocGenerator.values=\u03A4\u03B9\u03BC\u03AD\u03C2
HTMLDocGenerator.version=\u0388\u03BA\u03B4\u03BF\u03C3\u03B7
ConnectionParameterName.HostLabel=\u039A\u03CC\u03BC\u03B2\u03BF\u03C2
ConnectionParameterName.PortLabel=\u0398\u03CD\u03C1\u03B1
ConnectionParameterName.DatabaseLabel=\u0392\u03AC\u03C3\u03B7 \u0394\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03C9\u03BD
ConnectionParameterName.SchemaLabel=\u03A3\u03C7\u03AE\u03BC\u03B1
ConnectionParameterName.UserLabel=\u03C7\u03C1\u03AE\u03C3\u03C4\u03B7\u03C2
ConnectionParameterName.PasswordLabel=\u039A\u03C9\u03B4\u03B9\u03BA\u03AE \u03BB\u03AD\u03BE\u03B7
ConnectionParameterName.DbfileLabel=\u0392\u03AC\u03C3\u03B7 \u0394\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03C9\u03BD
ConnectionParameterName.DbPathLabel=\u0392\u03B1\u03C3\u03B9\u03BA\u03CC \u039C\u03BF\u03BD\u03BF\u03C0\u03AC\u03C4\u03B9 \u0392\u03AC\u03C3\u03B7\u03C2 \u0394\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03C9\u03BD

View File

@@ -130,7 +130,7 @@ ContextSetConfigurationDialog.nameNotValid=the name is not valid
ConextTemplateComposite.addToRepositoryContextAction.label=Add to repository context
ECodeLanguage.unknowLanguage=Unknown language
ExtractMetaDataUtils.noData=No data found.
JavaSimpleDateFormatProposalProvider.displaySingleQuote=\ '' : Display a single quote
JavaSimpleDateFormatProposalProvider.displaySingleQuote=\ ' : Display a single quote
JavaSimpleDateFormatProposalProvider.quoteDisplayError=Two single quotes display only one single quote
JavaTypesManager.bigDecimal=BIGDECIMAL is number:
JavaTypesManager.integer=INTEGER is number:
@@ -283,7 +283,7 @@ HTMLDocGenerator.row_parameters=Parameters
HTMLDocGenerator.schema_for=Schema for
HTMLDocGenerator.source=Source
HTMLDocGenerator.source_code=Source Code
HTMLDocGenerator.stats_logs=Stats &amp; Logs
HTMLDocGenerator.stats_logs=Stats & Logs
HTMLDocGenerator.status=Status
HTMLDocGenerator.summary=Summary
HTMLDocGenerator.tmap.constraint.entries=Constraint Table Entries
@@ -313,3 +313,7 @@ ActionBarBuildHelper.SaveAll_toolTip=Save All
ContextOrderProperty.BuiltInComment=Built-in context variables
ContextOrderProperty.RepositoryComment=Context variables from repository context:
ProcessorUtilities.nullProcess=The testCase process is null.
EComponentCategory_advanceSetting=Advanced settings
EComponentCategory.advancedSettings=Advanced Settings
ConnectionParameterName.DatabaseLabel=Database
ConnectionParameterName.DbfileLabel=Database

View File

@@ -1,23 +1,23 @@
SelectRepositoryContextDialog.SelectAll=Seleccionar todo
UpdatesConstants.Context=Contexto
UpdatesConstants.Job=Trabajo
CorePreferencePage.runInMultiThread=Ejecución Multi Thread (Valor Default para creación de job)
VersionSection.Version=Versión
CorePreferencePage.runInMultiThread=Ejecuci\u00F3n Multi Thread (Valor Default para creaci\u00F3n de job)
VersionSection.Version=Versi\u00F3n
EUpdateItemType.Components=Componentes
EUpdateItemType.Schema=Esquema
ContextValueErrorChecker.ErrorTitile=Valor en error de contexto:
ContextProcessSection.errorTitle=Error
VersionSection.CreationDate=Fecha Creación
VersionSection.CreationDate=Fecha Creaci\u00F3n
EUpdateItemType.Property=Propiedad
XmlArray.InvalidFile=Fichero inválido
XmlArray.InvalidFile=Fichero inv\u00E1lido
ContextProcessSection.29=Error
EUpdateItemType.Name=Nombre
VersionSection.ModificationDate=Fecha Modificación
VersionSection.ModificationDate=Fecha Modificaci\u00F3n
AbstractComponentsProvider.folderNotExist=Carpeta (0) no existe
AbstractItemMigrationTask.taskFailed=Tarea de Migración {0} ha fallado en elemento {1}
AbstractItemMigrationTask.taskFailed=Tarea de Migraci\u00F3n {0} ha fallado en elemento {1}
ComponentToRepositoryProperty.error=Error
ContextComposite.tableValue=Valores como Tabla
ContextComposite.treeValue=Valores como árbol
ContextComposite.treeValue=Valores como \u00E1rbol
VersionSection.Status=Estado
XSDValidater.IllegalArgument=la entrada de archivo xsd no existe
ApplicationActionBarAdvisor.menuFileLabel=&Archivo
@@ -37,22 +37,25 @@ BusinessAppearanceComposite.textAlignment.vertical.centre=Centro
ConextTableValuesComposite.nameLabel=Nombre
ContextTemplateComposite.CommentLabel=Comentario
ContextTemplateComposite.nameLabel=Nombre
ContextTemplateComposite.sourceLabel=Orígen
ContextTemplateComposite.sourceLabel=Or\u00EDgen
ContextTemplateComposite.typeLabel=Tipo
ContextTreeConstants.contextName=Contexto
ContextTreeConstants.valueName=Valor
GroupByVariableAction.groupVariable=Agrupar por variable
EComponentCategory_doc=Documentacion
EComponentCategory_sqlTemplate=Patrón SQL
EComponentCategory_sqlTemplate=Patr\u00F3n SQL
HTMLDocGenerator.column=Columna
HTMLDocGenerator.content=Contenido
HTMLDocGenerator.description=Descripción
HTMLDocGenerator.job_description=Descripción
HTMLDocGenerator.creation=Creaci\u00F3n
HTMLDocGenerator.description=Descripci\u00F3n
HTMLDocGenerator.job_description=Descripci\u00F3n
HTMLDocGenerator.key=Clave
HTMLDocGenerator.language=Lenguaje
HTMLDocGenerator.length=Longitud
HTMLDocGenerator.mapper.alias=Alias
HTMLDocGenerator.mapper.expression=Expresión
HTMLDocGenerator.mapper.expression=Expresi\u00F3n
HTMLDocGenerator.name=Nombre
HTMLDocGenerator.source=Origen
HTMLDocGenerator.status=Estado
HTMLDocGenerator.type=Tipo
HTMLDocGenerator.values=Valores
@@ -60,4 +63,4 @@ ConnectionParameterName.HostLabel=Host
ConnectionParameterName.PortLabel=Puerto
ConnectionParameterName.SchemaLabel=Esquema
ConnectionParameterName.UserLabel=Usuario
ConnectionParameterName.PasswordLabel=Contraseña
ConnectionParameterName.PasswordLabel=Contrase\u00F1a

View File

@@ -1,78 +1,78 @@
EUpdateResult.Update=Mettre à jour à partir du référentiel
EUpdateResult.Update=Mettre \u00E0 jour \u00E0 partir du r\u00E9f\u00E9rentiel
EMetadataEncoding.UTF16LE=Unicode (16 bits)
SelectRepositoryContextDialog.SelectAll=Sélectionner tout
SelectRepositoryContextGroupDialog.Messages=Ajoute le groupe de contextes inexistant au Job à partir du contexte du Référentiel
SelectRepositoryContextDialog.SelectAll=S\u00E9lectionner tout
SelectRepositoryContextGroupDialog.Messages=Ajoute le groupe de contextes inexistant au Job \u00E0 partir du contexte du R\u00E9f\u00E9rentiel
EMetadataEncoding.Cyrillic=Cyrillique
EUpdateResult.BuiltIn=Passer en mode built-in
EUpdateResult.Rename=Changer le nom
ContextProcessSection.ParameterNameIsNotValid=Le nom de paramètre n'est pas valide.
EMetadataEncoding.Hebrew=Hébreux
ContextProcessSection.ParameterNameIsNotValid=Le nom de param\u00E8tre n'est pas valide.
EMetadataEncoding.Hebrew=H\u00E9breux
UpdatesConstants.Context=Contexte
UpdatesConstants.Job=Job
ProjectSettingsWizard.EditProjectPageTitle=Editer le projet
RepositoryUpdateManager.NoModificationTitle=Aucune modification nécessaire
CorePreferencePage.javaInterpreter=Interpréteur &Java
RepositoryUpdateManager.NoModificationTitle=Aucune modification n\u00E9cessaire
CorePreferencePage.javaInterpreter=Interpr\u00E9teur &Java
EMetadataEncoding.GB2312=Chinois
SelectRepositoryContextDialog.CollapseAll=Réduire tout
SelectRepositoryContextDialog.CollapseAll=R\u00E9duire tout
ERepositoryObjectType.FolderNotFound=Impossible de trouver le dossier pour le type {0}.
CorePreferencePage.componentDefaultFileDirectory=Répertoire par défaut des composants
SelectRepositoryContextDialog.ExistenceMessage=La variable "{0}" a existé dans le Job(Contexte : "{1}").
CorePreferencePage.runInMultiThread=Exécution multi thread (valeur par défaut lors de la création d'un Job)
MappingFileLoader.UndeclaredDbType="{0}" n'est pas un type de BdD déclaré pour le SGBD d'ID "{1}" dans le noeud : {2}
CorePreferencePage.componentDefaultFileDirectory=R\u00E9pertoire par d\u00E9faut des composants
SelectRepositoryContextDialog.ExistenceMessage=La variable "{0}" a exist\u00E9 dans le Job(Contexte : "{1}").
CorePreferencePage.runInMultiThread=Ex\u00E9cution multi thread (valeur par d\u00E9faut lors de la cr\u00E9ation d'un Job)
MappingFileLoader.UndeclaredDbType="{0}" n'est pas un type de BdD d\u00E9clar\u00E9 pour le SGBD d'ID "{1}" dans le noeud : {2}
EConnectionType.tableMenu=Table
MappingFileLoader.UnbindedDbTypes=Dans le fichier de mapping d'ID "{1}" du SGBD , les types de BdD ci-dessous ne sont pas liés aux types Talend "{1}" : {2}
MappingFileLoader.UnbindedDbTypes=Dans le fichier de mapping d'ID "{1}" du SGBD , les types de BdD ci-dessous ne sont pas li\u00E9s aux types Talend "{1}" : {2}
EConnectionType.onComponentErrorMenu=On Component Error
EConnectionType.onComponentOkMenu=On Component Ok
EConnectionType.runAfterMenu=Exécuter après
GlobalServiceRegister.ServiceNotRegistered=Le service {0} n'a pu être enregistré.
EConnectionType.runAfterMenu=Ex\u00E9cuter apr\u00E8s
GlobalServiceRegister.ServiceNotRegistered=Le service {0} n'a pu \u00EAtre enregistr\u00E9.
ConextTemplateComposite.OrderText=Ordre d'origine
SelectRepositoryContextDialog.Title=Sélectionne les variables du contexte
EUpdateResult.Add=Ajouter au référentiel
SelectRepositoryContextDialog.Title=S\u00E9lectionne les variables du contexte
EUpdateResult.Add=Ajouter au r\u00E9f\u00E9rentiel
SelectRepositoryContextDialog.View=Voir...
EUpdateResult.JobletUpdate=Mise à jour des joblets
EConnectionType.onSubjobOkMenu=Sur Réussite du Sous-Job
EUpdateResult.JobletUpdate=Mise \u00E0 jour des joblets
EConnectionType.onSubjobOkMenu=Sur R\u00E9ussite du Sous-Job
CorePreferencePage.groupBySource="regrouper par source" en contexte
EConnectionType.onSubjobErrorMenu=Sur Erreur du Sous-Job
RepositoryUpdateManager.ItemsToUpdate=Vérification des éléments à mettre à jour
SelectRepositoryContextDialog.Label=Sélectionne les variables des contextes du référentiel
RepositoryUpdateManager.ItemsToUpdate=V\u00E9rification des \u00E9l\u00E9ments \u00E0 mettre \u00E0 jour
SelectRepositoryContextDialog.Label=S\u00E9lectionne les variables des contextes du r\u00E9f\u00E9rentiel
EMetadataEncoding.Greek=Grec
EMetadataEncoding.UTF16BE=Unicode BigEndian (16 bit)
EConnectionType.synchronize=Synchroniser
VersionSection.Version=Version
EConnectionType.onRowsEndMenu=A la fin des lignes
EUpdateResult.Delete=Supprimer du référentiel
SelectRepositoryContextDialog.ExpandAll=Développer tout
EConnectionType.onRowsEndMenu=\u00C0 la fin des lignes
EUpdateResult.Delete=Supprimer du r\u00E9f\u00E9rentiel
SelectRepositoryContextDialog.ExpandAll=D\u00E9velopper tout
EUpdateItemType.Components=Composants
EConnectionType.mergeMenu=Merge
RepositoryUpdateManager.RenameContextTitle=Renommer la question
EUpdateItemType.Schema=Schéma
EUpdateItemType.Schema=Sch\u00E9ma
ContextValueErrorChecker.ErrorTitile=Erreur de valeur de Contexte:
EMetadataEncoding.UTF8=Unicode 2.0 UTF-8
EMetadataEncoding.UTF7=Unicode 2.0 UTF-7
RepositoryUpdateManager.RenameContextMessages=Voulez-vous réellement propager le renommage des variables à tous les Jobs ? Si oui, la mise à jour peut prendre du temps. Si non, les anciennes variables seront changées en mode Built-In dans le Job.
EUpdateItemType.Query=Requête
ExtractMetaDataFromDataBase.SchemaNoPresent=Schéma absent de la base de données
SelectRepositoryContextDialog.DuplicationMessage=Vous avez sélectionné la variable "{0}" dans le contexte "{1}".
RepositoryUpdateManager.RenameContextMessages=Voulez-vous r\u00E9ellement propager le renommage des variables \u00E0 tous les Jobs ? Si oui, la mise \u00E0 jour peut prendre du temps. Si non, les anciennes variables seront chang\u00E9es en mode Built-In dans le Job.
EUpdateItemType.Query=Requ\u00EAte
ExtractMetaDataFromDataBase.SchemaNoPresent=Sch\u00E9ma absent de la base de donn\u00E9es
SelectRepositoryContextDialog.DuplicationMessage=Vous avez s\u00E9lectionn\u00E9 la variable "{0}" dans le contexte "{1}".
UpdatesConstants.Component=Composant
CorePreferencePage.perlInterpreter=Interpréteur Perl
CorePreferencePage.perlInterpreter=Interpr\u00E9teur Perl
EMetadataEncoding.GB18030=Chinois National Standard
ContextProcessSection.errorTitle=ERROR
EConnectionType.parallelize=Paralléliser
VersionSection.CreationDate=Date de création
MappingFileLoader.UnbindedTalendTypes=Dans le fichier de mapping d'ID "{1}" du SGBD , les types Talend ci-dessous ne sont pas liés aux types de BdD "{1}" : {2}
EConnectionType.parallelize=Parall\u00E9liser
VersionSection.CreationDate=Date de cr\u00E9ation
MappingFileLoader.UnbindedTalendTypes=Dans le fichier de mapping d'ID "{1}" du SGBD , les types Talend ci-dessous ne sont pas li\u00E9s aux types de BdD "{1}" : {2}
ContextProcessSection.7=Nommer le nouveau contexte
ContextProcessSection.6=Nouveau contexte
EConnectionType.mainMenu=Main
ContextProcessSection.4=Ajouter un nouveau contexte basé sur ->(
ContextProcessSection.4=Ajouter un nouveau contexte bas\u00E9 sur ->(
ContextProcessSection.2=Demander confirmation ?
ContextProcessSection.1=menuTable
EUpdateItemType.Property=Propriété
SelectRepositoryContextDialog.DeselectAll=Désélectionner tout
EUpdateItemType.Property=Propri\u00E9t\u00E9
SelectRepositoryContextDialog.DeselectAll=D\u00E9s\u00E9lectionner tout
CorePreferencePage.iReportPath=Chemin iReport
MetadataTalendType.DBMSNotSetted=SGBD non paramétré
MetadataTalendType.DBMSNotSetted=SGBD non param\u00E9tr\u00E9
ImportExternalJarAction.title=Ajouter un JAR externe
ExtractMetaDataFromDataBase.dbTypeNotFound=dbType '{0}' non trouvé
RepositoryUpdateManager.NoModificationMessages=Aucune modification nécessaire pour la mise à jour
ExtractMetaDataFromDataBase.dbTypeNotFound=dbType '{0}' non trouv\u00E9
RepositoryUpdateManager.NoModificationMessages=Aucune modification n\u00E9cessaire pour la mise \u00E0 jour
EMetadataEncoding.Latin6=Latin6 (Nordique)
EMetadataEncoding.Latin5=Latin5 (Turc)
EMetadataEncoding.Latin4=Latin4 (Europe du nord)
@@ -85,51 +85,51 @@ ContextProcessSection.50=ContextProcessSection.14
CorePreferencePage.temporaryFiles=Fichiers &temporaires
EUpdateResult.Reload=Recharger les composants
RepositoryUpdateManager.Title=Modification
ContextProcessSection.49=Contexte par défaut
RepositoryObject.NotImplemented=non implémenté
ERepositoryObjectType.NotImplemented=non implémenté
ExtractMetaDataFromDataBase.connectionSuccessful=Connexion réussie
SelectRepositoryContextGroupDialog.Default=Défaut
ContextProcessSection.49=Contexte par d\u00E9faut
RepositoryObject.NotImplemented=non impl\u00E9ment\u00E9
ERepositoryObjectType.NotImplemented=non impl\u00E9ment\u00E9
ExtractMetaDataFromDataBase.connectionSuccessful=Connexion r\u00E9ussie
SelectRepositoryContextGroupDialog.Default=D\u00E9faut
XmlArray.InvalidFile=Fichier invalide.
EConnectionType.lookupMenu=Look Up
ContextProcessSection.30=Ce nom existe déjà
ContextProcessSection.30=Ce nom existe d\u00E9j\u00E0
EUpdateItemType.Variable=Variable
ContextProcessSection.29=ERROR
CorePreferencePage.previewLimit=Aperçu limite
ConextTemplateComposite.OrderMessages=Si vous souhaitez réorganiser les variables, cela doit être sélectionné.
CorePreferencePage.previewLimit=Aper\u00E7u limite
ConextTemplateComposite.OrderMessages=Si vous souhaitez r\u00E9organiser les variables, cela doit \u00EAtre s\u00E9lectionn\u00E9.
SelectRepositoryContextDialog.DuplicationTitle=Avertissement de duplication !
EUpdateItemType.Name=Nom
ContextProcessSection.13=Nouveau nom pour le contexte {0}
ContextProcessSection.12=Renommer un contexte
EUpdateItemType.SAPFunction=Fonction SAP
EMetadataEncoding.Big5=Chinois traditionnel
ContextProcessSection.RemoveInformation={0} est le contexte par défaut et ne peut être supprimé.
RepositoryUpdateManager.Messages=Voulez-vous détecter tous les Jobs affectés par les modifications apportées à l'élément ? Cela peut prendre du temps.
ContextProcessSection.RemoveInformation={0} est le contexte par d\u00E9faut et ne peut \u00EAtre supprim\u00E9.
RepositoryUpdateManager.Messages=Voulez-vous d\u00E9tecter tous les Jobs affect\u00E9s par les modifications apport\u00E9es \u00E0 l'\u00E9l\u00E9ment ? Cela peut prendre du temps.
MappingFileLoader.InvalidTalendType="{0}" n'est pas un type Talend valide {1} pour le SGBD d'ID "{2}" dans le noeud : {3}
RepositoryUpdateManager.Check=Vérification...
RepositoryUpdateManager.Check=V\u00E9rification...
ListPreferencePage.RemoveButtonName=Supprimer
UpdatesConstants.Joblet=Joblet
EMetadataEncoding.EUC_CN=Chinois simplifié (Code CN Unix étendus)
EMetadataEncoding.EUC_CN=Chinois simplifi\u00E9 (Code CN Unix \u00E9tendus)
EConnectionType.iteratorMenu=Iterate
EMetadataEncoding.Arabic=Arabe
EMetadataEncoding.Microsoft_Latin1=Microsoft (Latin-1)
SelectRepositoryContextGroupDialog.Title=Ajouter un groupe de contextes
MappingFileLoader.DbmsIdAlreadyExists=Un SGBD d'ID "{0}" existe déjà.
MappingFileLoader.DbmsIdAlreadyExists=Un SGBD d'ID "{0}" existe d\u00E9j\u00E0.
EConnectionType.runIfMenu=Run if
VersionSection.ModificationDate=Date de modification
MappingFileLoader.DbTypeAlreadyExists=Dans le mapping d'ID "{0}" du SGBD, le type de BdD "{1}" apparaît plus d'une fois dans le fichier "{2}" dans le noeud : {3}
MappingFileLoader.DbTypeAlreadyExists=Dans le mapping d'ID "{0}" du SGBD, le type de BdD "{1}" appara\u00EEt plus d'une fois dans le fichier "{2}" dans le noeud : {3}
AbstractComponentsProvider.folderNotExist=Le dossier {0} n'existe pas.
AbstractItemMigrationTask.taskFailed=Tâche de migration {0} échouée à l'élément {1}
ColumnNameChangedExt.columnChanged=N\u0153ud : {0} Colonne modifiée : {1}-> {2}
AbstractItemMigrationTask.taskFailed=T\u00E2che de migration {0} \u00E9chou\u00E9e \u00E0 l'\u00E9l\u00E9ment {1}
ColumnNameChangedExt.columnChanged=N\u0153ud : {0} Colonne modifi\u00E9e : {1}-> {2}
ComponentToRepositoryProperty.error=ERROR
ComponentToRepositoryProperty.ImpossibleUseOCI=Impossible d'utiliser le type OCI dans le Répertoire !
ComponentToRepositoryProperty.ImpossibleUseOCI=Impossible d'utiliser le type OCI dans le R\u00E9pertoire !
ContextComposite.tableValue=Valeurs en table
ContextComposite.treeValue=Valeurs en arbre
ContextComposite.variable=Variables
ContextSetConfigurationDialog.nameNotValid=le nom n'est pas valide
ConextTemplateComposite.addToRepositoryContextAction.label=Ajouter au contexte du référentiel
ConextTemplateComposite.addToRepositoryContextAction.label=Ajouter au contexte du r\u00E9f\u00E9rentiel
ECodeLanguage.unknowLanguage=Langage inconnu
ExtractMetaDataUtils.noData=Aucune donnée trouvée
ExtractMetaDataUtils.noData=Aucune donn\u00E9e trouv\u00E9e
JavaSimpleDateFormatProposalProvider.displaySingleQuote= " : Affiche un guillemet simple
JavaSimpleDateFormatProposalProvider.quoteDisplayError=Deux apostrophes affichent uniquement une seule apostrophe
JavaTypesManager.bigDecimal=BIGDECIMAL est un nombre :
@@ -139,18 +139,18 @@ JavaTypesManager.string=STRING est un nombre :
MetadataTalendType.dbIdNotFound=Impossible de trouver le SGBD d'ID {0}.
PatternCalendar.dateFormat="yyyy-MM-dd HH:mm:ss"
PatternCalendar.example=Exemple :
PerlDynamicProposalUtil.autoConvert=sera automatiquement converti en {0}>[index] dans le code généré
ProcessorUtilities.generatingJob=Génération du job en cours...
PerlDynamicProposalUtil.autoConvert=sera automatiquement converti en {0}>[index] dans le code g\u00E9n\u00E9r\u00E9
ProcessorUtilities.generatingJob=G\u00E9n\u00E9ration du job en cours...
ProcessorUtilities.loadingJob=Chargement du job en cours...
VersionSection.Status=Statut
XSDValidater.IllegalArgument=Le fichier XSD d'entrée n'existe pas.
MultiStringSelectionDialog.nameEmpty=Le nom ne peut pas être vide
PromptDialog.stringTip=Le texte d'entrée doit être entouré par des guillemets.
XSDValidater.IllegalArgument=Le fichier XSD d'entr\u00E9e n'existe pas.
MultiStringSelectionDialog.nameEmpty=Le nom ne peut pas \u00EAtre vide
PromptDialog.stringTip=Le texte d'entr\u00E9e doit \u00EAtre entour\u00E9 par des guillemets.
ApplicationActionBarAdvisor.menuFileLabel=&Fichier
ApplicationActionBarAdvisor.menuEditLabel=&Editer
ApplicationActionBarAdvisor.navigateLabel=&Naviguer
ApplicationActionBarAdvisor.projectLabel=&Projet
ApplicationActionBarAdvisor.menuWindowLabel=Fe&nêtre
ApplicationActionBarAdvisor.menuWindowLabel=Fe&n\u00EAtre
ApplicationActionBarAdvisor.menuHelpLabel=&Aide
BusinessAppearanceComposite.textAlignmentGroup=Alignement du texte
BusinessAppearanceComposite.textAlignment.horizontal=Horizontal
@@ -173,84 +173,84 @@ ContextTreeConstants.valueName=Valeur
ContextTreeConstants.variableName=Variable
GroupByContextAction.groupContext=Grouper par contexte
GroupByVariableAction.groupVariable=Grouper par variable
CorePreferencePage.alwaysWelcome=Toujours afficher la vue de bienvenue au démarrage
MetadataTool.errorMessage=Impossible de créer le caractère courant
CorePreferencePage.alwaysWelcome=Toujours afficher la vue de bienvenue au d\u00E9marrage
MetadataTool.errorMessage=Impossible de cr\u00E9er le caract\u00E8re courant
MetadataTool.invalid=Valeur invalide
MetadataTool.invalidChar=Caractère invalide
MetadataTool.nameNull=Le nom du schéma ne peut être vide.
MetadataTool.invalidChar=Caract\u00E8re invalide
MetadataTool.nameNull=Le nom du sch\u00E9ma ne peut \u00EAtre vide.
MetadataTool.nullValue=Valeur null
MetadataTool.schemaExist=Le nom du schéma existe déjà.
MetadataTool.schemaIn=Le nom du schéma est invalide.
MetadataTool.schemaInvalid=Nom de schéma invalide.
MetadataTool.schemaNull=Le nom du schéma est vide.
RepositoryUpdateManager.NotFoundMessages=Aucune relation à trouver.
RepositoryUpdateManager.NotFoundTitle=Non trouvé
MetadataTool.schemaExist=Le nom du sch\u00E9ma existe d\u00E9j\u00E0.
MetadataTool.schemaIn=Le nom du sch\u00E9ma est invalide.
MetadataTool.schemaInvalid=Nom de sch\u00E9ma invalide.
MetadataTool.schemaNull=Le nom du sch\u00E9ma est vide.
RepositoryUpdateManager.NotFoundMessages=Aucune relation \u00E0 trouver.
RepositoryUpdateManager.NotFoundTitle=Non trouv\u00E9
EUpdateItemType.ContextGroup=Groupe de contexte
UpdatesConstants.ContextGroup=Groupe de contexte
ExtractMetaDataUtils.1=Impossible d'initialiser la connexion.
RelationshipItemBuilder.buildingIndex=Construction de l'index...
RuleOperationChoiceDialog.editRules=Editer les règles
RuleOperationChoiceDialog.rule=Règle :
RuleOperationChoiceDialog.selectRulesFile=Sélectionner un règle depuis un fichier
RuleOperationChoiceDialog.viewRules=Voir les règles (lecture seule)
RuleOperationChoiceDialog.editRules=Editer les r\u00E8gles
RuleOperationChoiceDialog.rule=R\u00E8gle :
RuleOperationChoiceDialog.selectRulesFile=S\u00E9lectionner un r\u00E8gle depuis un fichier
RuleOperationChoiceDialog.viewRules=Voir les r\u00E8gles (lecture seule)
EComponentCategory_appearance=Apparence
EComponentCategory_assignment=Affectation
EComponentCategory_basicSetting=Paramètres simples
EComponentCategory_basicSetting=Param\u00E8tres simples
EComponentCategory_context=Contexte
EComponentCategory_doc=Documentation
EComponentCategory_dynamicSetting=Paramètres dynamiques
EComponentCategory_dynamicSetting=Param\u00E8tres dynamiques
EComponentCategory_errorRecovery=Reprise sur erreur
EComponentCategory_extra=Extra
EComponentCategory_logs=Logs
EComponentCategory_main=Main
EComponentCategory_properties=Propriétés
EComponentCategory_sqlTemplate=Modèle SQL
EComponentCategory_properties=Propri\u00E9t\u00E9s
EComponentCategory_sqlTemplate=Mod\u00E8le SQL
EComponentCategory_statsAndLogs=Stats & Logs
EComponentCategory_svnHistory=Historique SVN
EComponentCategory_technical=Technique
EComponentCategory_version=Version
EComponentCategory_view=View
InegerCellEditorListener.NegativeNumberMessage=La valeur de {0} ne peut être un nombre négatif.
InegerCellEditorListener.NumeralMessage=La valeur de {0} doit être numérique.
EComponentCategory_headerFooter=En-tête/Pied de page
EComponentCategory.basicRun=Exécution simple
EComponentCategory.breakpoint=Point d'arrêt
EComponentCategory.debugRun=Exécution en mode Debug
InegerCellEditorListener.NegativeNumberMessage=La valeur de {0} ne peut \u00EAtre un nombre n\u00E9gatif.
InegerCellEditorListener.NumeralMessage=La valeur de {0} doit \u00EAtre num\u00E9rique.
EComponentCategory_headerFooter=En-t\u00EAte/Pied de page
EComponentCategory.basicRun=Ex\u00E9cution simple
EComponentCategory.breakpoint=Point d'arr\u00EAt
EComponentCategory.debugRun=Ex\u00E9cution en mode Debug
EUpdateItemType.SAPIDoc=SAP IDoc
HTMLDocGenerator_generate_document=Documentation générée
HTMLDocGenerator.author=Créé par :
HTMLDocGenerator.author1=Créé par :
HTMLDocGenerator_generate_document=Documentation g\u00E9n\u00E9r\u00E9e
HTMLDocGenerator.author=Cr\u00E9\u00E9 par :
HTMLDocGenerator.author1=Cr\u00E9\u00E9 par :
HTMLDocGenerator.column=Colonne
HTMLDocGenerator.comment=Commentaire
HTMLDocGenerator.component=Composant :
HTMLDocGenerator.component_description=Description du composant
HTMLDocGenerator.component_list=Liste des composants
HTMLDocGenerator.component_name=Nom du composant
HTMLDocGenerator.component_parameters=Paramètres du composant :
HTMLDocGenerator.component_parameters=Param\u00E8tres du composant :
HTMLDocGenerator.component_type=Type de composant
HTMLDocGenerator.content=contenu
HTMLDocGenerator.context=Contexte :
HTMLDocGenerator.context_list=Liste des contextes
HTMLDocGenerator.creation=Création
HTMLDocGenerator.creation=Cr\u00E9ation
HTMLDocGenerator.description=Description
HTMLDocGenerator.ended=terminé(e)
HTMLDocGenerator.extra_settings=Paramètres supplémentaires
HTMLDocGenerator.generation_date=Date de génération
HTMLDocGenerator.ended=termin\u00E9(e)
HTMLDocGenerator.extra_settings=Param\u00E8tres suppl\u00E9mentaires
HTMLDocGenerator.generation_date=Date de g\u00E9n\u00E9ration
HTMLDocGenerator.job_description=Description
HTMLDocGenerator.job_preview_picture=Aperçu
HTMLDocGenerator.job_settings=Paramètres
HTMLDocGenerator.key=Clé
HTMLDocGenerator.label=Libellé
HTMLDocGenerator.job_preview_picture=Aper\u00E7u
HTMLDocGenerator.job_settings=Param\u00E8tres
HTMLDocGenerator.key=Cl\u00E9
HTMLDocGenerator.label=Libell\u00E9
HTMLDocGenerator.language=Langue
HTMLDocGenerator.length=Length
HTMLDocGenerator.mapper.alias=Alias
HTMLDocGenerator.mapper.expression=Expression
HTMLDocGenerator.mapper.join.type=Type de jointure
HTMLDocGenerator.mapper.metadatatable.entries=Entrées de la table des métadonnées
HTMLDocGenerator.mapper.operator=Opérateur
HTMLDocGenerator.mapper.metadatatable.entries=Entr\u00E9es de la table des m\u00E9tadonn\u00E9es
HTMLDocGenerator.mapper.operator=Op\u00E9rateur
HTMLDocGenerator.mapper.table.for=Table de mapping de
HTMLDocGenerator.mapper.table.name=Nom de la table
HTMLDocGenerator.mapper.table.properties=Propriétés de la table de mapping
HTMLDocGenerator.mapper.table.properties=Propri\u00E9t\u00E9s de la table de mapping
HTMLDocGenerator.modification=Modification
HTMLDocGenerator.name=Nom
HTMLDocGenerator.nullable=Nullable
@@ -258,33 +258,37 @@ HTMLDocGenerator.precision=Precision
HTMLDocGenerator.project_description=Description du projet
HTMLDocGenerator.project_name=Nom du projet
HTMLDocGenerator.prompt=Invite
HTMLDocGenerator.properties=Propriétés
HTMLDocGenerator.properties=Propri\u00E9t\u00E9s
HTMLDocGenerator.purpose=Objectif
HTMLDocGenerator.row_default=Défaut
HTMLDocGenerator.row_default=D\u00E9faut
HTMLDocGenerator.row_functions=Fonctions
HTMLDocGenerator.row_generator_info=Informations du générateur de lignes de
HTMLDocGenerator.row_parameters=Paramètres
HTMLDocGenerator.schema_for=Schéma de
HTMLDocGenerator.row_generator_info=Informations du g\u00E9n\u00E9rateur de lignes de
HTMLDocGenerator.row_parameters=Param\u00E8tres
HTMLDocGenerator.schema_for=Sch\u00E9ma de
HTMLDocGenerator.source=Source
HTMLDocGenerator.source_code=Code Source
HTMLDocGenerator.stats_logs=Stats & Logs
HTMLDocGenerator.status=Statut
HTMLDocGenerator.summary=Résumé
HTMLDocGenerator.summary=R\u00E9sum\u00E9
HTMLDocGenerator.tmap.matching.mode=Mode de correspondance
HTMLDocGenerator.type=Type
HTMLDocGenerator.unique_name=Nom unique
HTMLDocGenerator.value=Valeur
HTMLDocGenerator.values=Valeurs
HTMLDocGenerator.version=Version
ConnectionParameterName.HostLabel=Hôte
ConnectionParameterName.HostLabel=H\u00F4te
ConnectionParameterName.PortLabel=Port
ConnectionParameterName.SchemaLabel=Schéma
ConnectionParameterName.SchemaLabel=Sch\u00E9ma
ConnectionParameterName.UserLabel=Utilisateur
ConnectionParameterName.PasswordLabel=Mot de passe
ConnectionParameterName.DbPathLabel=Chemin d'accès racine à la base de données
ConnectionParameterName.DbPathLabel=Chemin d'acc\u00E8s racine \u00E0 la base de donn\u00E9es
ActionBarBuildHelper.CloseEditorAction_toolTip=Fermer
ActionBarBuildHelper.CloseAllAction_toolTip=Fermer tout
ActionBarBuildHelper.SaveAll_text=Sauv&egarder tout
ActionBarBuildHelper.SaveAll_toolTip=Sauvegarder tout
ContextOrderProperty.BuiltInComment=Variables de contexte built-in
ContextOrderProperty.RepositoryComment=Variables de contexte du contexte du référentiel :
ContextOrderProperty.RepositoryComment=Variables de contexte du contexte du r\u00E9f\u00E9rentiel :
EComponentCategory_advanceSetting=Param\u00E8tres avanc\u00E9s
EComponentCategory.advancedSettings=Param\u00E8tres avanc\u00E9s
ConnectionParameterName.DatabaseLabel=Base de donn\u00E9es
ConnectionParameterName.DbfileLabel=Base de donn\u00E9es

View File

@@ -6,7 +6,7 @@ CorePreferencePage.runInMultiThread=Vi\u0161enitno izvr\u0161avanje (Pretpostavl
ConextTemplateComposite.OrderText=Originalni poredak
CorePreferencePage.groupBySource="Grupiraj prema izvoru" u kontekstu
VersionSection.Version=Verzija
EUpdateItemType.Schema=\n\n \n\nCollection\n\nSchema
EUpdateItemType.Schema=\n\n\t\n\nCollection\n\nSchema
ContextValueErrorChecker.ErrorTitile=Gre\u0161ka u vrijednosti konteksta:
ContextProcessSection.errorTitle=Gre\u0161ka
VersionSection.CreationDate=Datum kreiranja
@@ -68,8 +68,6 @@ HTMLDocGenerator.unique_name=Jedinstveni naziv
HTMLDocGenerator.version=Verzija
ConnectionParameterName.HostLabel=Host
ConnectionParameterName.PortLabel=Port
ConnectionParameterName.DatabaseLabel=Baza podataka
ConnectionParameterName.SchemaLabel=\n\n \n\nCollection\n\nSchema
ConnectionParameterName.SchemaLabel=\n\n\t\n\nCollection\n\nSchema
ConnectionParameterName.UserLabel=korisnik
ConnectionParameterName.PasswordLabel=Lozinka
ConnectionParameterName.DbfileLabel=Baza podataka

View File

@@ -2,9 +2,9 @@ EUpdateResult.Update=Aggiorna dal repository
SelectRepositoryContextDialog.SelectAll=Seleziona tutto
SelectRepositoryContextGroupDialog.Messages=\ Aggiungi un gruppo di contesto non esistente dal contesto del repository.
EMetadataEncoding.Cyrillic=Cirillico
EUpdateResult.BuiltIn=Cambia in modalità Built-In
EUpdateResult.BuiltIn=Cambia in modalit\u00E0 Built-In
EUpdateResult.Rename=Cambiare il nome
ContextProcessSection.ParameterNameIsNotValid=Il nome del parametro non è valido.
ContextProcessSection.ParameterNameIsNotValid=Il nome del parametro non \u00E8 valido.
EMetadataEncoding.Hebrew=Ebraico
UpdatesConstants.Context=Contesto
UpdatesConstants.Job=Job
@@ -16,13 +16,13 @@ SelectRepositoryContextDialog.CollapseAll=Comprimi tutto
ERepositoryObjectType.FolderNotFound=Impossibile trovare cartella per tipo {0}
CorePreferencePage.componentDefaultFileDirectory=Cartella predefinita dei componenti
CorePreferencePage.runInMultiThread=Esecuzione in Multi Thread (valore di default per un nuovo lavoro)
MappingFileLoader.UndeclaredDbType="{0}" non è un tipo di db dichiarato per l'id dbms "{1}" al nodo\: {2}
MappingFileLoader.UndeclaredDbType="{0}" non \u00E8 un tipo di db dichiarato per l'id dbms "{1}" al nodo\: {2}
EConnectionType.tableMenu=Tabella
MappingFileLoader.UnbindedDbTypes=Nel file di mappatura dell'id dbms "{0}", i tipi Talend sottostanti non sono legati con i tipi Talend "{1}"\: {2}
EConnectionType.onComponentErrorMenu=Su errore componente
EConnectionType.onComponentOkMenu=Su componente OK
EConnectionType.runAfterMenu=Eseguire dopo
GlobalServiceRegister.ServiceNotRegistered=Il servizio {0} non è stato registrato
GlobalServiceRegister.ServiceNotRegistered=Il servizio {0} non \u00E8 stato registrato
ConextTemplateComposite.OrderText=Ordine originale
SelectRepositoryContextDialog.Title=Seleziona le variabili contesto
SelectRepositoryContextDialog.View=Vedi...
@@ -59,7 +59,7 @@ EConnectionType.mainMenu=Principale
ContextProcessSection.4=Aggiungere nuovo contesto sulla base di ->(
ContextProcessSection.2=Chiedere conferma ?
ContextProcessSection.1=menuTable
EUpdateItemType.Property=Proprietà
EUpdateItemType.Property=Propriet\u00E0
SelectRepositoryContextDialog.DeselectAll=Deselezionare tutto
CorePreferencePage.iReportPath=percorso iReport
MetadataTalendType.DBMSNotSetted=DBMS non impostato
@@ -83,7 +83,7 @@ ExtractMetaDataFromDataBase.connectionSuccessful=Connessione avvenuta
SelectRepositoryContextGroupDialog.Default=Predefinito
XmlArray.InvalidFile=File non valido.
EConnectionType.lookupMenu=Look Up
ContextProcessSection.30=Il nome esiste già
ContextProcessSection.30=Il nome esiste gi\u00E0
EUpdateItemType.Variable=Variabile
ContextProcessSection.29=Errore
CorePreferencePage.previewLimit=Anteprima limiti
@@ -94,20 +94,20 @@ ContextProcessSection.13=Dare un nome per il contesto {0}
ContextProcessSection.12=Rinominare contesto
EUpdateItemType.SAPFunction=Funzione SAP
EMetadataEncoding.Big5=Big Five (Cinese Tradizionale)
ContextProcessSection.RemoveInformation={0} è il contesto predefinito, non può essere rimosso.
ContextProcessSection.RemoveInformation={0} \u00E8 il contesto predefinito, non pu\u00F2 essere rimosso.
RepositoryUpdateManager.Messages=Desideri propagare le modifiche a tutti i job? Potrebbe impegare relativamente tempo.
MappingFileLoader.InvalidTalendType="{0}" non è un tipo Talend {1} valido per l'id dbms "{2}" al nodo\: {3}
MappingFileLoader.InvalidTalendType="{0}" non \u00E8 un tipo Talend {1} valido per l'id dbms "{2}" al nodo\: {3}
RepositoryUpdateManager.Check=Controllo...
ListPreferencePage.RemoveButtonName=Cancellare
UpdatesConstants.Joblet=Joblet
EMetadataEncoding.EUC_CN=Cinese Semplificato (Codice Unix-CN)
EConnectionType.iteratorMenu=Il codice sorgente è stato generato in automatico da {0}
EConnectionType.iteratorMenu=Il codice sorgente \u00E8 stato generato in automatico da {0}
EMetadataEncoding.Arabic=Arabico
SelectRepositoryContextGroupDialog.Title=Aggiungi gruppo contesto
MappingFileLoader.DbmsIdAlreadyExists=Un dbms con id "{0}" esiste già\!"
MappingFileLoader.DbmsIdAlreadyExists=Un dbms con id "{0}" esiste gi\u00E0\!"
EConnectionType.runIfMenu=Eseguire se
VersionSection.ModificationDate=Data modifica
MappingFileLoader.DbTypeAlreadyExists=Nell'id "{0}" della mappatura del dbms, il tipo di Db "{1}" appare più di una volta nel file "{2}" al nodo\: {3}
MappingFileLoader.DbTypeAlreadyExists=Nell'id "{0}" della mappatura del dbms, il tipo di Db "{1}" appare pi\u00F9 di una volta nel file "{2}" al nodo\: {3}
AbstractComponentsProvider.folderNotExist=Cartella {0} non esiste
AbstractItemMigrationTask.taskFailed=Migrazione {0} fallita dell'elemento{1}
ColumnNameChangedExt.columnChanged=Nodo: {0} Campo alterato: {1} -> {2}
@@ -115,15 +115,15 @@ ComponentToRepositoryProperty.error=Errore
ContextComposite.tableValue=Valori come tabella
ContextComposite.treeValue=Valori come albero
ContextComposite.variable=Variabili
ContextSetConfigurationDialog.nameNotValid=il nome non è valido
ContextSetConfigurationDialog.nameNotValid=il nome non \u00E8 valido
ConextTemplateComposite.addToRepositoryContextAction.label=Aggiungi contesto al repository
ExtractMetaDataUtils.noData=Nessun dato trovato
JavaSimpleDateFormatProposalProvider.displaySingleQuote=\ '' : Mostra apice singolo
JavaSimpleDateFormatProposalProvider.displaySingleQuote=\ ' : Mostra apice singolo
JavaSimpleDateFormatProposalProvider.quoteDisplayError=Due virgolette singole vengono mostrate solo come una virgoletta singola
JavaTypesManager.bigDecimal=BIGDECIMAL è un numero:
JavaTypesManager.integer=INTEGER è un numero:
JavaTypesManager.list=LIST è un numero:
JavaTypesManager.string=STRING è un numero:
JavaTypesManager.bigDecimal=BIGDECIMAL \u00E8 un numero:
JavaTypesManager.integer=INTEGER \u00E8 un numero:
JavaTypesManager.list=LIST \u00E8 un numero:
JavaTypesManager.string=STRING \u00E8 un numero:
PatternCalendar.dateFormat="aaaa-mm-gg HH:mm:ss"
PatternCalendar.example=Esempio:
ProcessorUtilities.finalizeBuild=Finalizzazione costruzione...
@@ -131,7 +131,7 @@ ProcessorUtilities.generatingJob=Generazione job...
ProcessorUtilities.loadingJob=Caricamento job...
VersionSection.Status=Stato
XSDValidater.IllegalArgument=il file di input xsd non esiste
MultiStringSelectionDialog.nameEmpty=Il nome non può essere vuoto
MultiStringSelectionDialog.nameEmpty=Il nome non pu\u00F2 essere vuoto
PromptDialog.stringTip=Il testo inserito deve essere compreso tra virgolette singole.
ApplicationActionBarAdvisor.menuFileLabel=&File
ApplicationActionBarAdvisor.menuEditLabel=&Edizione
@@ -165,11 +165,11 @@ CorePreferencePage.alwaysWelcome=Mostra sempre schermata di benvenuto all'avvio
MetadataTool.errorMessage=Impossibile inserire l'attuale carattere
MetadataTool.invalid=Valore invalido
MetadataTool.invalidChar=Carattere invalido
MetadataTool.nameNull=Il nome dello schema non può essere nullo
MetadataTool.nameNull=Il nome dello schema non pu\u00F2 essere nullo
MetadataTool.nullValue=Valore nullo
MetadataTool.schemaExist=Il nome dello schema esiste già.
MetadataTool.schemaIn=Il nome dello schema è invalido.
MetadataTool.schemaNull=Il nome dello schema è nullo.
MetadataTool.schemaExist=Il nome dello schema esiste gi\u00E0.
MetadataTool.schemaIn=Il nome dello schema \u00E8 invalido.
MetadataTool.schemaNull=Il nome dello schema \u00E8 nullo.
RepositoryUpdateManager.NotFoundMessages=Non ci sono relazioni da trovare.
EUpdateItemType.ContextGroup=Gruppo di contesti
UpdatesConstants.ContextGroup=Gruppo di contesto
@@ -179,7 +179,6 @@ RuleOperationChoiceDialog.editRules=Modifica regole
RuleOperationChoiceDialog.rule=Regola:
RuleOperationChoiceDialog.selectRulesFile=Seleziona una regola da un file
RuleOperationChoiceDialog.viewRules=Vedi regole(sola lettura)
EComponentCategory_advanceSetting=Impostazioi avanzate
EComponentCategory_appearance=Aspetto
EComponentCategory_assignment=Assegnazione
EComponentCategory_basicSetting=Impostazioni base
@@ -197,9 +196,8 @@ EComponentCategory_svnHistory=Storia SVN
EComponentCategory_technical=Tecnico
EComponentCategory_version=Versione
EComponentCategory_view=Visualizza
InegerCellEditorListener.NegativeNumberMessage=Il valore di {0} non può essere un numero negativo.
InegerCellEditorListener.NegativeNumberMessage=Il valore di {0} non pu\u00F2 essere un numero negativo.
EComponentCategory_headerFooter=Header/Footer
EComponentCategory.advancedSettings=Impostazioi avanzate
EComponentCategory.basicRun=Esecuzione base
EComponentCategory.breakpoint=Breakpoint
EComponentCategory.debugRun=Esecuzione debug

View File

@@ -1,12 +1,12 @@
EUpdateResult.Update=\u30EC\u30DD\u30B8\u30C8\u30EA\u3092\u66F4\u65B0
EMetadataEncoding.UTF16LE=Unicode (16 bit)
SelectRepositoryContextDialog.SelectAll=\u5168\u9078\u629E
SelectRepositoryContextGroupDialog.Messages=\u30EA\u30DD\u30B8\u30C8\u30EA\u304B\u3089\u65B0\u898F\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30B0\u30EB\u30FC\u30D7\u3092\u30B8\u30E7\u30D6\u306B\u8FFD\u52A0
EMetadataEncoding.Cyrillic=\u30AD\u30EA\u30EB\u8A9E
EUpdateResult.BuiltIn=\u7D44\u8FBC\u307F\u30E2\u30FC\u30C9\u3078\u5909\u66F4
EUpdateResult.Update=\u30EA\u30DD\u30B8\u30C8\u30EA\u304B\u3089\u66F4\u65B0
EMetadataEncoding.UTF16LE=Unicode (16\u30D3\u30C3\u30C8)
SelectRepositoryContextDialog.SelectAll=\u3059\u3079\u3066\u9078\u629E
SelectRepositoryContextGroupDialog.Messages=\u30B8\u30E7\u30D6\u5185\u3067\u3001\u5B58\u5728\u3057\u306A\u3044\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30B0\u30EB\u30FC\u30D7\u3092\u30EA\u30DD\u30B8\u30C8\u30EA\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u304B\u3089\u8FFD\u52A0\u3057\u307E\u3059
EMetadataEncoding.Cyrillic=\u30AD\u30EA\u30EB
EUpdateResult.BuiltIn=\u30D3\u30EB\u30C9\u30A4\u30F3\u30E2\u30FC\u30C9\u3078\u5909\u66F4
EUpdateResult.Rename=\u540D\u524D\u3092\u5909\u66F4
ContextProcessSection.ParameterNameIsNotValid=\u5F15\u6570\u540D\u304C\u6B63\u3057\u304F\u3042\u308A\u307E\u305B\u3093\u3002
EMetadataEncoding.Hebrew=\u30D8\u30D6\u30E9\u30A4\u8A9E
ContextProcessSection.ParameterNameIsNotValid=\u30D1\u30E9\u30E1\u30FC\u30BF\u540D\u304C\u4E0D\u6B63\u3067\u3059\u3002
EMetadataEncoding.Hebrew=\u30D8\u30D6\u30E9\u30A4
UpdatesConstants.Context=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8
UpdatesConstants.Job=\u30B8\u30E7\u30D6
ProjectSettingsWizard.EditProjectPageTitle=\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u306E\u7DE8\u96C6
@@ -14,28 +14,30 @@ RepositoryUpdateManager.NoModificationTitle=\u5909\u66F4\u306E\u5FC5\u8981\u306F
CorePreferencePage.javaInterpreter=&Java\u30A4\u30F3\u30BF\u30D7\u30EA\u30BF
EMetadataEncoding.GB2312=\u4E2D\u56FD\u8A9E
SelectRepositoryContextDialog.CollapseAll=\u5168\u3066\u6298\u308A\u7573\u3080
ERepositoryObjectType.FolderNotFound={0}\u30BF\u30A4\u30D7\u7528\u30D5\u30A9\u30EB\u30C0\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3002
ERepositoryObjectType.FolderNotFound=\u30BF\u30A4\u30D7 {0} \u306E\u30D5\u30A9\u30EB\u30C0\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3002
CorePreferencePage.componentDefaultFileDirectory=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u521D\u671F\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA
CorePreferencePage.runInMultiThread=\u30DE\u30EB\u30C1\u30B9\u30EC\u30C3\u30C9\u5B9F\u884C\uFF08\u30B8\u30E7\u30D6\u751F\u6210\u306E\u305F\u3081\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u5024\uFF09
MappingFileLoader.UndeclaredDbType="{0}" \u306F\u3001\u30CE\u30FC\u30C9\:{2} \u306EID "{1}" \u306EDBMS\u306EDB\u30BF\u30A4\u30D7\u3068\u3057\u3066\u5BA3\u8A00\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002
SelectRepositoryContextDialog.ExistenceMessage=\u5909\u6570\"{0}\"\u306F\u30B8\u30E7\u30D6\u5185\u306B\u5B58\u5728\u3057\u307E\u3059(\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8:\"{1}\")\u3002
CorePreferencePage.runInMultiThread=\u30DE\u30EB\u30C1\u30B9\u30EC\u30C3\u30C9\u5B9F\u884C
MappingFileLoader.UndeclaredDbType=\"{0}\"\u306F\u30CE\u30FC\u30C9: {2}\u306EDBMS ID \"{1}\"\u306B\u3068\u3063\u3066\u5BA3\u8A00\u3055\u308C\u305FDb\u30BF\u30A4\u30D7\u3067\u306F\u3042\u308A\u307E\u305B\u3093
EConnectionType.tableMenu=\u30C6\u30FC\u30D6\u30EB
MappingFileLoader.UnbindedDbTypes=ID "{0}" \u306EDBMS\u306E\u30DE\u30C3\u30D4\u30F3\u30B0\u30D5\u30A1\u30A4\u30EB\u306B\u304A\u3044\u3066\u3001\u4EE5\u4E0B\u306EDB\u30BF\u30A4\u30D7\u306FTalend\u30BF\u30A4\u30D7 \: {2}\u306E "{1}" \u3068\u7D50\u3073\u3064\u3044\u3066\u3044\u307E\u305B\u3093\u3002
MappingFileLoader.UnbindedDbTypes=DBMS ID \"{0}\"\u30DE\u30C3\u30D4\u30F3\u30B0\u30D5\u30A1\u30A4\u30EB\u306B\u304A\u3044\u3066\u3001\u4EE5\u4E0B\u306EDb\u30BF\u30A4\u30D7\u306F\"{1}\" Talend\u30BF\u30A4\u30D7: {2}\u306B\u30D0\u30A4\u30F3\u30C9\u3055\u308C\u3066\u3044\u307E\u305B\u3093
EConnectionType.onComponentErrorMenu=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u304C\u30A8\u30E9\u30FC\u306E\u5834\u5408
EConnectionType.onComponentOkMenu=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u304COK\u306E\u5834\u5408
EConnectionType.runAfterMenu=\u4E8B\u524D\u5B9F\u884C
ConextTemplateComposite.OrderText=\u30AA\u30EA\u30B8\u30CA\u30EB\u306E\u9806\u756A
SelectRepositoryContextDialog.Title=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u5909\u6570\u9078\u629E
GlobalServiceRegister.ServiceNotRegistered=\u30B5\u30FC\u30D3\u30B9 {0} \u306F\u767B\u9332\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002
ConextTemplateComposite.OrderText=\u30AA\u30EA\u30B8\u30CA\u30EB\u306E\u9806\u5E8F
SelectRepositoryContextDialog.Title=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30D1\u30E9\u30E1\u30FC\u30BF\u306E\u9078\u629E
EUpdateResult.Add=\u30EA\u30DD\u30B8\u30C8\u30EA\u306B\u8FFD\u52A0
SelectRepositoryContextDialog.View=\u53C2\u7167...
EUpdateResult.JobletUpdate=\u30B8\u30E7\u30D6\u30EC\u30C3\u30C8\u30CE\u30FC\u30C9\u3092\u66F4\u65B0
EUpdateResult.JobletUpdate=\u30B8\u30E7\u30D6\u30EC\u30C3\u30C8\u30CE\u30FC\u30C9\u306E\u66F4\u65B0
EConnectionType.onSubjobOkMenu=\u30B5\u30D6\u30B8\u30E7\u30D6\u304COK\u306E\u5834\u5408
CorePreferencePage.groupBySource=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u5185\u306E"\u30BD\u30FC\u30B9\u306B\u3088\u308B\u30B0\u30EB\u30FC\u30D7"
CorePreferencePage.groupBySource=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u3092\"\u30BD\u30FC\u30B9\u3067\u30B0\u30EB\u30FC\u30D7\u5316\"
EConnectionType.onSubjobErrorMenu=\u30B5\u30D6\u30B8\u30E7\u30D6\u304C\u30A8\u30E9\u30FC\u306E\u5834\u5408
RepositoryUpdateManager.ItemsToUpdate=\u9078\u629E\u30A2\u30A4\u30C6\u30E0\u3092\u66F4\u65B0
RepositoryUpdateManager.ItemsToUpdate=\u66F4\u65B0\u3059\u308B\u9805\u76EE\u3092\u30C1\u30A7\u30C3\u30AF
SelectRepositoryContextDialog.Label=\u30EA\u30DD\u30B8\u30C8\u30EA\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u304B\u3089\u5909\u6570\u3092\u9078\u629E
EMetadataEncoding.Greek=\u30AE\u30EA\u30B7\u30E3\u8A9E
EMetadataEncoding.UTF16BE=Unicode BigEndian (16 bit)
EConnectionType.synchronize=\u540C\u671F\u3059\u308B
EMetadataEncoding.UTF16BE=Unicode BigEndian (16\u30D3\u30C3\u30C8)
EConnectionType.synchronize=\u540C\u671F
VersionSection.Version=\u30D0\u30FC\u30B8\u30E7\u30F3
EConnectionType.onRowsEndMenu=\u6700\u7D42\u884C\u306E\u5834\u5408
EUpdateResult.Delete=\u30EA\u30DD\u30B8\u30C8\u30EA\u304B\u3089\u524A\u9664
@@ -47,40 +49,42 @@ EUpdateItemType.Schema=\u30B9\u30AD\u30FC\u30DE
ContextValueErrorChecker.ErrorTitile=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u306E\u5024\u30A8\u30E9\u30FC:
EMetadataEncoding.UTF8=Unicode 2.0 UTF-8
EMetadataEncoding.UTF7=Unicode 2.0 UTF-7
RepositoryUpdateManager.RenameContextMessages=\u5909\u66F4\u3092\u5168\u3066\u306E\u30B8\u30E7\u30D6\u306B\u53CD\u6620\u3057\u307E\u3059\u304B\uFF1F /n\u53CD\u6620\u3059\u308B\u5834\u5408\u3001\u66F4\u65B0\u51E6\u7406\u306B\u6642\u9593\u304C\u304B\u304B\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002/n\u53CD\u6620\u3057\u306A\u3044\u5834\u5408\u3001\u4EE5\u524D\u306E\u5909\u6570\u304C\u30B8\u30E7\u30D6\u306B\u30D3\u30EB\u30C9\u30A4\u30F3\u3055\u308C\u307E\u3059\u3002
RepositoryUpdateManager.RenameContextMessages=\u540D\u524D\u5909\u66F4\u5909\u6570\u3092\u4ECA\u3059\u3050\u5168\u3066\u306E\u30B8\u30E7\u30D6\u306B\u30D7\u30ED\u30D1\u30B2\u30FC\u30C8\u3057\u307E\u3059\u304B? \\n\\n [\u306F\u3044]\u3092\u9078\u629E\u3057\u305F\u5834\u5408\u3001\u66F4\u65B0\u306B\u975E\u5E38\u306B\u9577\u3044\u6642\u9593\u304C\u304B\u304B\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002\\n\\n [\u3044\u3044\u3048]\u3092\u9078\u629E\u3059\u308B\u3068\u3001\u53E4\u3044\u5909\u6570\u304C\u30B8\u30E7\u30D6\u5185\u3067\u7D44\u307F\u8FBC\u307F\u306B\u5909\u308F\u308A\u307E\u3059\u3002
EUpdateItemType.Query=\u30AF\u30A8\u30EA
ExtractMetaDataFromDataBase.SchemaNoPresent=\u30B9\u30AD\u30FC\u30DE\u304C\u30C7\u30FC\u30BF\u30D9\u30FC\u30B9\u306B\u5B58\u5728\u3057\u307E\u305B\u3093
SelectRepositoryContextDialog.DuplicationMessage=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8"{1}"\u3067\u5909\u6570"{0}"\u3092\u9078\u629E\u3057\u307E\u3057\u305F\u3002
UpdatesConstants.Component=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8
CorePreferencePage.perlInterpreter=Perl\u30A4\u30F3\u30BF\u30D7\u30EA\u30BF
EMetadataEncoding.GB18030=\u4E2D\u56FD\u8A9E\u56FD\u5BB6\u57FA\u6E96
EMetadataEncoding.GB18030=\u4E2D\u56FD\u6A19\u6E96
ContextProcessSection.errorTitle=\u30A8\u30E9\u30FC
EConnectionType.parallelize=\u4E26\u5217\u51E6\u7406\u3059\u308B
EConnectionType.parallelize=\u4E26\u5217
VersionSection.CreationDate=\u4F5C\u6210\u65E5
MappingFileLoader.UnbindedTalendTypes=ID "{0}" \u306EDBMS\u306E\u30DE\u30C3\u30D4\u30F3\u30B0\u30D5\u30A1\u30A4\u30EB\u306B\u304A\u3044\u3066\u3001\u4EE5\u4E0B\u306ETalend\u30BF\u30A4\u30D7\u306FDB\u30BF\u30A4\u30D7 \: {2}\u306E "{1}" \u3068\u7D50\u3073\u3064\u3044\u3066\u3044\u307E\u305B\u3093\u3002
MappingFileLoader.UnbindedTalendTypes=DBMS ID \"{0}\"\u30DE\u30C3\u30D4\u30F3\u30B0\u30D5\u30A1\u30A4\u30EB\u306B\u304A\u3044\u3066\u3001\u4EE5\u4E0B\u306ETalend\u30BF\u30A4\u30D7\u306F\"{1}\" Db\u30BF\u30A4\u30D7: {2}\u306B\u30D0\u30A4\u30F3\u30C9\u3055\u308C\u3066\u3044\u307E\u305B\u3093
ContextProcessSection.7=\u65B0\u898F\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u306E\u540D\u524D\u3092\u6307\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044
ContextProcessSection.6=\u65B0\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8
EConnectionType.mainMenu=\u30E1\u30A4\u30F3
ContextProcessSection.4=\u4EE5\u4E0B\u3092\u30D9\u30FC\u30B9\u306B\u65B0\u898F\u30B3\u30F3\u30C6\u30F3\u30C4\u3092\u8FFD\u52A0->(
ContextProcessSection.2=\u78BA\u8A8D\u3057\u307E\u3059\u304B?
ContextProcessSection.4=\u4EE5\u4E0B\u306B\u57FA\u3065\u3044\u3066\u3001\u65B0\u898F\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u3092\u8FFD\u52A0\u3057\u307E\u3059 ->(
ContextProcessSection.2=\u78BA\u8A8D\u3092\u6C42\u3081\u307E\u3059\u304B\uFF1F
ContextProcessSection.1=\u30E1\u30CB\u30E5\u30FC\u30C6\u30FC\u30D6\u30EB
EUpdateItemType.Property=\u30D7\u30ED\u30D1\u30C6\u30A3
SelectRepositoryContextDialog.DeselectAll=\u9078\u629E\u3092\u5168\u3066\u89E3\u9664
SelectRepositoryContextDialog.DeselectAll=\u5168\u3066\u9078\u629E\u89E3\u9664
CorePreferencePage.iReportPath=iReport\u306E\u30D1\u30B9
ImportExternalJarAction.title=\u5916\u90E8jar\u30D5\u30A1\u30A4\u30EB\u306E\u8FFD\u52A0
ExtractMetaDataFromDataBase.dbTypeNotFound=DB\u30BF\u30A4\u30D7'{0}'\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093
MetadataTalendType.DBMSNotSetted=DBMS\u304C\u8A2D\u5B9A\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002
ImportExternalJarAction.title=\u5916\u90E8\u306EJAR\u3092\u8FFD\u52A0
ExtractMetaDataFromDataBase.dbTypeNotFound=DB\u30BF\u30A4\u30D7 \'{0}\' \u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3002
RepositoryUpdateManager.NoModificationMessages=\u66F4\u65B0\u304C\u5FC5\u8981\u306A\u5BFE\u8C61\u306F\u3042\u308A\u307E\u305B\u3093\u3002
EMetadataEncoding.Latin6=Latin6(\u5317\u6B27\u8A9E)
EMetadataEncoding.Latin5=Latin5(\u30C8\u30EB\u30B3\u8A9E)
EMetadataEncoding.Latin4=Latin4(\u5317\u30E8\u30FC\u30ED\u30C3\u30D1)
EMetadataEncoding.Latin3=Latin3(\u5357\u30E8\u30FC\u30ED\u30C3\u30D1)
EMetadataEncoding.Latin2=Latin2(\u6771\u30E8\u30FC\u30ED\u30C3\u30D1)
EMetadataEncoding.Latin1=Latin1(\u897F\u30E8\u30FC\u30ED\u30C3\u30D1)
EMetadataEncoding.Latin6=\u30E9\u30C6\u30F36 (\u5317\u6B27)
EMetadataEncoding.Latin5=\u30E9\u30C6\u30F35 (\u30C8\u30EB\u30B3)
EMetadataEncoding.Latin4=\u30E9\u30C6\u30F34\uFF08\u5317\u30E8\u30FC\u30ED\u30C3\u30D1\uFF09
EMetadataEncoding.Latin3=\u30E9\u30C6\u30F33\uFF08\u5357\u30E8\u30FC\u30ED\u30C3\u30D1\uFF09
EMetadataEncoding.Latin2=\u30E9\u30C6\u30F32\uFF08\u6771\u30E8\u30FC\u30ED\u30C3\u30D1\uFF09
EMetadataEncoding.Latin1=\u30E9\u30C6\u30F31\uFF08\u897F\u30E8\u30FC\u30ED\u30C3\u30D1\uFF09
ContextProcessSection.51=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30D7\u30ED\u30BB\u30B9\u30BB\u30AF\u30B7\u30E7\u30F315
EMetadataEncoding.UTF16=Unicode 2.0 (16 bit)
EMetadataEncoding.UTF16=Unicode 2.0 (16\u30D3\u30C3\u30C8)
ContextProcessSection.50=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30D7\u30ED\u30BB\u30B9\u30BB\u30AF\u30B7\u30E7\u30F314
CorePreferencePage.temporaryFiles=&\u4E00\u6642\u30D5\u30A1\u30A4\u30EB
EUpdateResult.Reload=\u30B3\u30F3\u30DD\u30CD\u30F3\u30C8\u3092\u30EA\u30ED\u30FC\u30C9
RepositoryUpdateManager.Title=\u4FEE\u6B63
RepositoryUpdateManager.Title=\u5909\u66F4
ContextProcessSection.49=\u30C7\u30D5\u30A9\u30EB\u30C8\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8
RepositoryObject.NotImplemented=\u672A\u5B9F\u88C5
ERepositoryObjectType.NotImplemented=\u672A\u5B9F\u88C5
@@ -91,71 +95,73 @@ EConnectionType.lookupMenu=\u30EB\u30C3\u30AF\u30A2\u30C3\u30D7
ContextProcessSection.30=\u305D\u306E\u540D\u524D\u306F\u65E2\u306B\u5B58\u5728\u3057\u307E\u3059\u3002
EUpdateItemType.Variable=\u5909\u6570
ContextProcessSection.29=\u30A8\u30E9\u30FC
CorePreferencePage.previewLimit=\u30D7\u30EC\u30D3\u30E5\u30FC\u5236\u9650
CorePreferencePage.previewLimit=\u30D7\u30EC\u30D3\u30E5\u30FC\u306E\u5236\u9650
ConextTemplateComposite.OrderMessages=\u3082\u3057\u3053\u308C\u3089\u306E\u5909\u6570\u3092\u4E26\u3079\u66FF\u3048\u308B\u5834\u5408\u306F\u3001\u305D\u308C\u3092\u9078\u629E\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002
SelectRepositoryContextDialog.DuplicationTitle=\u91CD\u8907\u306E\u8B66\u544A!
EUpdateItemType.Name=\u540D\u524D
ContextProcessSection.13=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8{0}\u306B\u65B0\u898F\u540D\u79F0\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044\u3002
ContextProcessSection.12=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u306E\u5909\u66F4
ContextProcessSection.13=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u306E\u65B0\u3057\u3044\u540D\u524D\u3092\u6307\u5B9A\u3057\u307E\u3059 {0}
ContextProcessSection.12=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u306E\u540D\u79F0\u5909\u66F4
EUpdateItemType.SAPFunction=SAP\u30D5\u30A1\u30F3\u30AF\u30B7\u30E7\u30F3
EMetadataEncoding.Big5=\u4E94\u5927\u56FD(\u7E41\u4F53\u5B57)
ContextProcessSection.RemoveInformation={0}\u306F\u30C7\u30D5\u30A9\u30EB\u30C8\u30B3\u30F3\u30C6\u30F3\u30C4\u3067\u3059\u3002\u524A\u9664\u3067\u304D\u307E\u305B\u3093\u3002
RepositoryUpdateManager.Messages=\u5168\u3066\u306E\u30B8\u30E7\u30D6\u306B\u5909\u66F4\u3092\u53CD\u6620\u3057\u307E\u3059\u304B\uFF1F /n\u3053\u306E\u51E6\u7406\u306B\u306F\u6642\u9593\u304C\u304B\u304B\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002
MappingFileLoader.InvalidTalendType=\u30CE\u30FC\u30C9\:{3} \u306EDBMS ID "{2}" \u306E Talend\u30BF\u30A4\u30D7\u3068\u3057\u3066 "{0}" \u306F\u6709\u52B9\u306A {1} \u3067\u306F\u3042\u308A\u307E\u305B\u3093\u3002
RepositoryUpdateManager.Check=\u30C1\u30A7\u30C3\u30AF...
EMetadataEncoding.Big5=Big5(\u7E41\u4F53\u5B57)
ContextProcessSection.RemoveInformation={0} \u306F\u30C7\u30D5\u30A9\u30EB\u30C8\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u3067\u3059\u3001\u524A\u9664\u3067\u304D\u307E\u305B\u3093\u3002
RepositoryUpdateManager.Messages=\u3053\u306E\u30A2\u30A4\u30C6\u30E0\u3067\u5B9F\u884C\u3057\u305F\u5909\u66F4\u306E\u5F71\u97FF\u3092\u53D7\u3051\u308B\u3059\u3079\u3066\u306E\u30B8\u30E7\u30D6\u3092\u691C\u51FA\u3057\u307E\u3059\u304B? \u3053\u308C\u306B\u306F\u5C11\u3057\u6642\u9593\u304C\u304B\u304B\u308A\u307E\u3059\u3002
MappingFileLoader.InvalidTalendType=\"{0}\"\u306F\u30CE\u30FC\u30C9: {3}\u306EDBMS ID \"{2}\"\u306B\u3068\u3063\u3066\u6709\u52B9\u306A{1} Talend\u30BF\u30A4\u30D7\u3067\u306F\u3042\u308A\u307E\u305B\u3093
RepositoryUpdateManager.Check=\u30C1\u30A7\u30C3\u30AF\u4E2D...
ListPreferencePage.RemoveButtonName=\u524A\u9664
UpdatesConstants.Joblet=\u30B8\u30E7\u30D6\u30EC\u30C3\u30C8
EMetadataEncoding.EUC_CN=\u7C21\u4F53\u5B57\u4E2D\u56FD\u8A9E\uFF08Unix\u30B3\u30FC\u30C9CN\u62E1\u5F35\uFF09
EMetadataEncoding.EUC_CN=\u4E2D\u56FD\u8A9E\uFF08\u7C21\u4F53\u5B57\uFF09\uFF08\u62E1\u5F35UNIX\u30B3\u30FC\u30C9- CN\uFF09
EConnectionType.iteratorMenu=\u53CD\u5FA9
EMetadataEncoding.Arabic=\u30A2\u30E9\u30D3\u30A2\u8A9E
EMetadataEncoding.Microsoft_Latin1=Microsoft (Latin-1)
SelectRepositoryContextGroupDialog.Title=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30B0\u30EB\u30FC\u30D7\u3092\u8FFD\u52A0
MappingFileLoader.DbmsIdAlreadyExists=ID "{0}" \u306EDBMS\u306F\u65E2\u306B\u5B58\u5728\u3057\u307E\u3059\u3002
EConnectionType.runIfMenu=\u6761\u4EF6\u4ED8\u304D\u5B9F\u884C
EMetadataEncoding.Microsoft_Latin1=Microsoft (\u30E9\u30C6\u30F31)
SelectRepositoryContextGroupDialog.Title=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30B0\u30EB\u30FC\u30D7\u306E\u8FFD\u52A0
MappingFileLoader.DbmsIdAlreadyExists=ID \"{0}\" \u306EDBMS\u306F\u65E2\u306B\u5B58\u5728\u3057\u307E\u3059\u3002
EConnectionType.runIfMenu=Run if
VersionSection.ModificationDate=\u66F4\u65B0\u65E5
MappingFileLoader.DbTypeAlreadyExists=ID "{0}" \u306EDBMS\u306E\u30DE\u30C3\u30D4\u30F3\u30B0\u306B\u304A\u3044\u3066\u3001DB\u30BF\u30A4\u30D7 "{1}" \u304C \u30CE\u30FC\u30C9\:{3}\u306E \u30D5\u30A1\u30A4\u30EB "{2}"\u3067\uFF11\u56DE\u4EE5\u4E0A\u51FA\u73FE\u3057\u307E\u3059\u3002
AbstractComponentsProvider.folderNotExist=\u30D5\u30A9\u30EB\u30C0 {0}\u306F\u5B58\u5728\u3057\u307E\u305B\u3093\u3002
AbstractItemMigrationTask.taskFailed=
MappingFileLoader.DbTypeAlreadyExists=DBMS ID \"{0}\"\u30DE\u30C3\u30D4\u30F3\u30B0\u3067\u3001Db\u30BF\u30A4\u30D7\"{1}\"\u304C\u30CE\u30FC\u30C9:{3}\u306E\u30D5\u30A1\u30A4\u30EB\"{2}\"\u306B\u8907\u6570\u56DE\u8868\u793A\u3055\u308C\u307E\u3059
AbstractComponentsProvider.folderNotExist=\u30D5\u30A9\u30EB\u30C0 {0} \u304C\u5B58\u5728\u3057\u307E\u305B\u3093\u3002
AbstractItemMigrationTask.taskFailed=\u79FB\u884C\u30BF\u30B9\u30AF{0}\u304C\u30A2\u30A4\u30C6\u30E0{1}\u3067\u5931\u6557\u3057\u307E\u3057\u305F
ColumnNameChangedExt.columnChanged=\u30CE\u30FC\u30C9: {0} \u30AB\u30E9\u30E0\u304C\u5909\u66F4\u3055\u308C\u307E\u3057\u305F : {1}-> {2}
ComponentToRepositoryProperty.error=\u30A8\u30E9\u30FC
\n
\n\n Migration task {0} failed on item {1}
\n
ComponentToRepositoryProperty.ImpossibleUseOCI=\u30EA\u30DD\u30B8\u30C8\u30EA\u3067OCI\u30BF\u30A4\u30D7\u306F\u4F7F\u7528\u3067\u304D\u307E\u305B\u3093\u3002
ContextComposite.tableValue=\u30C6\u30FC\u30D6\u30EB\u306E\u5024
ContextComposite.treeValue=\u30C4\u30EA\u30FC\u306E\u5024
ContextComposite.variable=\u5909\u6570
\n
ColumnNameChangedExt.columnChanged=\u30CE\u30FC\u30C9: {0} \u30AB\u30E9\u30E0\u304C\u5909\u66F4\u3055\u308C\u307E\u3057\u305F : {1}-> {2}
ComponentToRepositoryProperty.error=\u30A8\u30E9\u30FC
ContextSetConfigurationDialog.nameNotValid=\u540D\u524D\u304C\u6709\u52B9\u3067\u306F\u3042\u308A\u307E\u305B\u3093\u3002
ConextTemplateComposite.addToRepositoryContextAction.label=\u30EA\u30DD\u30B8\u30C8\u30EA\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u306B\u8FFD\u52A0
ECodeLanguage.unknowLanguage=\u4E0D\u660E\u306A\u8A00\u8A9E
ExtractMetaDataUtils.noData=\u30C7\u30FC\u30BF\u304C\u3042\u308A\u307E\u305B\u3093\u3002
ContextComposite.tableValue=\u30C6\u30FC\u30D6\u30EB\u3068\u3057\u3066\u306E\u5024
JavaSimpleDateFormatProposalProvider.displaySingleQuote=\\ \'\' : \u30B7\u30F3\u30B0\u30EB\u30AF\u30A9\u30FC\u30C8\u306E\u8868\u793A
JavaSimpleDateFormatProposalProvider.quoteDisplayError=\uFF12\u3064\u306E\u30B7\u30F3\u30B0\u30EB\u30AF\u30A9\u30FC\u30C8\u3067\uFF11\u3064\u306E\u30B7\u30F3\u30B0\u30EB\u30AF\u30A9\u30FC\u30C8\u3092\u793A\u3057\u307E\u3059\u3002
ContextComposite.variable=\u5909\u6570
ContextSetConfigurationDialog.nameNotValid=\u540D\u79F0\u304C\u6B63\u3057\u304F\u3042\u308A\u307E\u305B\u3093
ConextTemplateComposite.addToRepositoryContextAction.label=\u30EC\u30DD\u30B8\u30C8\u30EA\u306E\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u306B\u8FFD\u52A0
ECodeLanguage.unknowLanguage=\u672A\u77E5\u306E\u8A00\u8A9E
ExtractMetaDataUtils.noData=\u30C7\u30FC\u30BF\u304C\u3042\u308A\u307E\u305B\u3093\u3002
JavaSimpleDateFormatProposalProvider.displaySingleQuote=\ '' \: \u30B7\u30F3\u30B0\u30EB\u30AF\u30A9\u30FC\u30C8\u306E\u8868\u793A
JavaSimpleDateFormatProposalProvider.quoteDisplayError=\uFF12\u3064\u306E\u30B7\u30F3\u30B0\u30EB\u30AF\u30A9\u30FC\u30C8\u3067\uFF11\u3064\u306E\u30B7\u30F3\u30B0\u30EB\u30AF\u30A9\u30FC\u30C8\u3092\u793A\u3057\u307E\u3059\u3002
JavaTypesManager.bigDecimal=BIGDECIMAL\u306F\u6570\u5024\u3067\u3059:
JavaTypesManager.integer=INTEGER\u306F\u6570\u5024\u3067\u3059:
JavaTypesManager.list=LIST\u306F\u6570\u5024\u3067\u3059:
JavaTypesManager.string=STRING\u306F\u6570\u5024\u3067\u3059:
MetadataTalendType.dbIdNotFound=DBMS ID: {0}\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3002
PatternCalendar.dateFormat=\"yyyy-MM-dd HH:mm:ss\"
PatternCalendar.example=\u4F8B:
PerlDynamicProposalUtil.autoConvert=\ \u751F\u6210\u3055\u308C\u305F\u30B3\u30FC\u30C9\u306B\u304A\u3044\u3066{0}->[index]\u306B\u81EA\u52D5\u5909\u63DB\u3055\u308C\u307E\u3059
ProcessorUtilities.finalizeBuild=\u30D3\u30EB\u30C9\u3092\u7D42\u4E86\u4E2D...
ProcessorUtilities.generatingJob=\u30B8\u30E7\u30D6\u751F\u6210\u4E2D...
ProcessorUtilities.loadingJob=\u30B8\u30E7\u30D6\u8AAD\u8FBC\u307F\u4E2D...
JavaTypesManager.string=STRING\u306F\u6570\u5024\u3067\u3059\:
MetadataTalendType.dbIdNotFound=DBMS Id : {0} \u306F\u898B\u3064\u304B\u308A\u307E\u305B\u3093!
VersionSection.Status=\u30B9\u30C6\u30FC\u30BF\u30B9
XSDValidater.IllegalArgument=\u5165\u529BXSD\u30D5\u30A1\u30A4\u30EB\u304C\u5B58\u5728\u3057\u307E\u305B\u3093\u3002
MultiStringSelectionDialog.nameEmpty=\u540D\u524D\u304C\u7A7A\u3067\u3059
PatternCalendar.example=\u4F8B\:
ProcessorUtilities.finalizeBuild=\u30D3\u30EB\u30C9\u3092\u7D42\u4E86\u4E2D...
PromptDialog.stringTip=\u5165\u529B\u30C6\u30AD\u30B9\u30C8\u306F\u30B7\u30F3\u30B0\u30EB\u30AF\u30A9\u30FC\u30C8\u3067\u56F2\u3080\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002
ApplicationActionBarAdvisor.menuFileLabel=&\u30D5\u30A1\u30A4\u30EB
ApplicationActionBarAdvisor.menuEditLabel=&\u7DE8\u96C6
ProcessorUtilities.loadingJob=\u30B8\u30E7\u30D6\u8AAD\u8FBC\u307F\u4E2D...
VersionSection.Status=\u72B6\u614B
XSDValidater.IllegalArgument=\u5165\u529Bxsd\u30D5\u30A1\u30A4\u30EB\u304C\u3001\u5B58\u5728\u3057\u3066\u3044\u307E\u305B\u3093\u3002
MultiStringSelectionDialog.nameEmpty=\u540D\u524D\u304C\u7A7A\u3067\u3059
ApplicationActionBarAdvisor.navigateLabel=\u30CA\u30D3\u30B2\u30FC\u30C8 (&N)
ApplicationActionBarAdvisor.gotoLabel=\u79FB\u52D5 (&G)
ApplicationActionBarAdvisor.projectLabel=\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8 \uFF08&P)
ApplicationActionBarAdvisor.menuWindowLabel=&\u30A6\u30A3\u30F3\u30C9\u30A6
ApplicationActionBarAdvisor.menuHelpLabel=&\u30D8\u30EB\u30D7
ApplicationActionBarAdvisor.menuFileLabel=\u30D5\u30A1\u30A4\u30EB (&F)
ApplicationActionBarAdvisor.menuEditLabel=&\u7DE8\u96C6
ApplicationActionBarAdvisor.navigateLabel=&\u30CA\u30D3\u3059\u308B
ApplicationActionBarAdvisor.gotoLabel=&\u79FB\u52D5
ApplicationActionBarAdvisor.projectLabel=&\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8
BusinessAppearanceComposite.textAlignmentGroup=\u30C6\u30AD\u30B9\u30C8\u306E\u4F4D\u7F6E\u5408\u308F\u305B
BusinessAppearanceComposite.textAlignment.horizontal=\u6A2A\u4F4D\u7F6E
BusinessAppearanceComposite.textAlignment.vertical=\u5782\u76F4
BusinessAppearanceComposite.textAlignment.horizontal.left=\u5DE6
BusinessAppearanceComposite.textAlignment.horizontal.right=\u53F3
BusinessAppearanceComposite.textAlignment.horizontal.centre=\u4E2D\u5FC3
ApplicationActionBarAdvisor.menuHelpLabel=&\u30D8\u30EB\u30D7
BusinessAppearanceComposite.textAlignmentGroup=\u30C6\u30AD\u30B9\u30C8\u4F4D\u7F6E\u5408\u308F\u305B
BusinessAppearanceComposite.textAlignment.vertical.top=\u4E0A
BusinessAppearanceComposite.textAlignment.vertical.bottom=\u4E0B
BusinessAppearanceComposite.textAlignment.vertical.centre=\u4E2D\u5FC3
ConextTableValuesComposite.nameLabel=\u540D\u524D
ContextTemplateComposite.CommentLabel=\u30B3\u30E1\u30F3\u30C8
@@ -175,7 +181,7 @@ MetadataTool.invalid=\u4E0D\u6B63\u306A\u5024\u3067\u3059\u3002
MetadataTool.invalidChar=\u7121\u52B9\u306A\u6587\u5B57
MetadataTool.nameNull=\u30B9\u30AD\u30FC\u30DE\u540D\u3092\u6307\u5B9A\u3057\u3066\u4E0B\u3055\u3044\u3002
MetadataTool.nullValue=Null\u5024
GroupByVariableAction.groupVariable=\u5909\u6570\u3067\u30B0\u30EB\u30FC\u30D7\u5316
MetadataTool.schemaExist=\u30B9\u30AD\u30FC\u30DE\u540D\u304C\u65E2\u306B\u5B58\u5728\u3057\u307E\u3059\u3002
MetadataTool.schemaIn=\u30B9\u30AD\u30FC\u30DE\u540D\u304C\u4E0D\u6B63\u3067\u3059\u3002
MetadataTool.schemaInvalid=\u30B9\u30AD\u30FC\u30DE\u540D\u304C\u4E0D\u6B63\u3067\u3059\u3002
MetadataTool.schemaNull=\u30B9\u30AD\u30FC\u30DE\u540D\u304CNULL\u3067\u3059\u3002
@@ -183,14 +189,15 @@ RepositoryUpdateManager.NotFoundMessages=\u30EA\u30EC\u30FC\u30B7\u30E7\u30F3\u3
RepositoryUpdateManager.NotFoundTitle=\u898B\u3064\u304B\u308A\u307E\u305B\u3093
EUpdateItemType.ContextGroup=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30B0\u30EB\u30FC\u30D7
UpdatesConstants.ContextGroup=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30B0\u30EB\u30FC\u30D7
MetadataTool.schemaIn=\u30B9\u30AD\u30FC\u30DE\u540D\u304C\u4E0D\u6B63\u3067\u3059\u3002
MetadataTool.schemaInvalid=\u30B9\u30AD\u30FC\u30DE\u540D\u304C\u4E0D\u6B63\u3067\u3059\u3002
MetadataTool.schemaNull=\u30B9\u30AD\u30FC\u30DE\u540D\u304CNULL\u3067\u3059\u3002
ExtractMetaDataUtils.1=\u63A5\u7D9A\u306E\u521D\u671F\u5316\u304C\u4E0D\u53EF\u80FD\u3067\u3059\u3002
RelationshipItemBuilder.buildingIndex=\u30A4\u30F3\u30C7\u30C3\u30AF\u30B9\u306E\u30D3\u30EB\u30C9\u4E2D...
RelationshipItemBuilder.forItem=\u30A2\u30A4\u30C6\u30E0\u306B\u3064\u3044\u3066
RuleOperationChoiceDialog.editRules=\u30EB\u30FC\u30EB\u306E\u7DE8\u96C6
RepositoryUpdateManager.NotFoundTitle=\u898B\u3064\u304B\u308A\u307E\u305B\u3093
RuleOperationChoiceDialog.rule=\u30EB\u30FC\u30EB:
RuleOperationChoiceDialog.selectRulesFile=\u30D5\u30A1\u30A4\u30EB\u304B\u3089\u30EB\u30FC\u30EB\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044\u3002
RuleOperationChoiceDialog.viewRules=\u30EB\u30FC\u30EB\u306E\u8868\u793A(\u8AAD\u307F\u53D6\u308A\u5C02\u7528)
ExtractMetaDataUtils.1=\u63A5\u7D9A\u306E\u521D\u671F\u5316\u304C\u51FA\u6765\u307E\u305B\u3093\u3002
EComponentCategory_appearance=\u5916\u89B3
EComponentCategory_assignment=\u5272\u308A\u5F53\u3066
EComponentCategory_basicSetting=\u57FA\u672C\u8A2D\u5B9A
EComponentCategory_context=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8
EComponentCategory_doc=\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8
@@ -199,33 +206,39 @@ EComponentCategory_errorRecovery=\u30A8\u30E9\u30FC\u30EA\u30AB\u30D0\u30EA
EComponentCategory_extra=\u8FFD\u52A0
EComponentCategory_logs=\u30ED\u30B0
EComponentCategory_main=\u30E1\u30A4\u30F3
EComponentCategory_context=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8
EComponentCategory_doc=\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8
EComponentCategory_properties=\u30D7\u30ED\u30D1\u30C6\u30A3
EComponentCategory_rulerAndGrid=\u30EB\u30FC\u30E9\u30FC\u3068\u30B0\u30EA\u30C3\u30C9
EComponentCategory_sqlTemplate=SQL\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8
EComponentCategory_statsAndLogs=\u7D71\u8A08&\u30ED\u30B0
EComponentCategory_svnHistory=SVN\u5C65\u6B74
EComponentCategory_errorRecovery=\u30A8\u30E9\u30FC\u30EA\u30AB\u30D0\u30EA
EComponentCategory_technical=\u30C6\u30AF\u30CB\u30AB\u30EB
EComponentCategory_version=\u30D0\u30FC\u30B8\u30E7\u30F3
EComponentCategory_view=\u8868\u793A
InegerCellEditorListener.NegativeNumberMessage={0} \u306E\u5024\u306F\u8CA0\u6570\u306B\u3067\u304D\u307E\u305B\u3093\u3002
InegerCellEditorListener.NumeralMessage={0} \u306B\u306F\u6570\u5024\u3092\u5165\u308C\u3066\u304F\u3060\u3055\u3044\u3002
EComponentCategory_rulerAndGrid=Rulers & Grid
EComponentCategory_headerFooter=\u30D8\u30C3\u30C0\u30FC\uFF0F\u30D5\u30C3\u30BF\u30FC
EComponentCategory.basicRun=\u57FA\u672C\u5B9F\u884C
EComponentCategory.breakpoint=\u30D6\u30EC\u30FC\u30AF\u30DD\u30A4\u30F3\u30C8
EComponentCategory.debugRun=\u30C7\u30D0\u30C3\u30B0\u5B9F\u884C
EComponentCategory.targetExec=\u30EA\u30E2\u30FC\u30C8\u5B9F\u884C
InegerCellEditorListener.NegativeNumberMessage={0} \u306E\u5024\u306F\u8CA0\u6570\u306B\u3067\u304D\u307E\u305B\u3093\u3002
InegerCellEditorListener.NumeralMessage={0} \u306B\u306F\u6570\u5024\u3092\u5165\u308C\u3066\u304F\u3060\u3055\u3044\u3002
EUpdateItemType.SAPIDoc=SAP IDoc
EUpdateItemType.JobVersion=\u30B8\u30E7\u30D6\u306E\u30D0\u30FC\u30B8\u30E7\u30F3
UpdatesConstants.JobVersion=\u30B8\u30E7\u30D6\u306E\u30D0\u30FC\u30B8\u30E7\u30F3
ProposalUtils.CellProposal.Error=\u3053\u306E\u30BF\u30A4\u30D7\u306ECellEditor\u3092\u63D0\u6848\u3059\u308B\u3053\u3068\u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093:
ProposalUtils.CtrlProposal.ErrorMsg=\u3053\u306E\u30BF\u30A4\u30D7\u306E\u5236\u5FA1\u3092\u63D0\u6848\u3059\u308B\u3053\u3068\u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093:
HTMLDocGenerator_generate_document=\u751F\u6210\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8
HTMLDocGenerator.author=\u4F5C\u6210\u8005
HTMLDocGenerator.author1=\u4F5C\u6210\u8005
HTMLDocGenerator.column=\u30AB\u30E9\u30E0
HTMLDocGenerator.comment=\u30B3\u30E1\u30F3\u30C8
EUpdateItemType.SAPIDoc=SAP iDoc
HTMLDocGenerator.component=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\uFF1A
HTMLDocGenerator.component_description=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u8AAC\u660E
HTMLDocGenerator_generate_document=\u751F\u6210\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8
HTMLDocGenerator.component_list=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u30EA\u30B9\u30C8
HTMLDocGenerator.component_name=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u540D
HTMLDocGenerator.component_parameters=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u30D1\u30E9\u30E1\u30FC\u30BF
HTMLDocGenerator.component_type=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u30BF\u30A4\u30D7
HTMLDocGenerator.comment=\u30B3\u30E1\u30F3\u30C8
HTMLDocGenerator.component=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8
HTMLDocGenerator.content=\u30B3\u30F3\u30C6\u30F3\u30C4
HTMLDocGenerator.context=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\uFF1A
HTMLDocGenerator.context_list=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u4E00\u89A7
HTMLDocGenerator.creation=\u4F5C\u6210
HTMLDocGenerator.description=\u8AAC\u660E
@@ -233,40 +246,40 @@ HTMLDocGenerator.ended=\u7D42\u4E86
HTMLDocGenerator.extra_settings=\u8FFD\u52A0\u8A2D\u5B9A
HTMLDocGenerator.generation_date=\u751F\u6210\u65E5
HTMLDocGenerator.input=\u5165\u529B
HTMLDocGenerator.context_list=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u4E00\u89A7
HTMLDocGenerator.job_description=\u8AAC\u660E
HTMLDocGenerator.job_preview_picture=\u30B8\u30E7\u30D6\u30D7\u30EC\u30D3\u30E5\u30FC\u753B\u50CF
HTMLDocGenerator.description=\u8AAC\u660E
HTMLDocGenerator.job_settings=\u57FA\u672C\u8A2D\u5B9A
HTMLDocGenerator.key=\u30AD\u30FC
HTMLDocGenerator.label=\u30E9\u30D9\u30EB
HTMLDocGenerator.language=\u8A00\u8A9E
HTMLDocGenerator.length=\u9577\u3055
HTMLDocGenerator.job_description=\u30B8\u30E7\u30D6\u8AAC\u660E
HTMLDocGenerator.mapper.alias=\u5225\u540D
HTMLDocGenerator.mapper.entries=\u30AB\u30B9\u30BF\u30E0\u6761\u4EF6\u30A8\u30F3\u30C8\u30EA
HTMLDocGenerator.job_settings=\u30B8\u30E7\u30D6\u8A2D\u5B9A
HTMLDocGenerator.mapper.expression=\u5F0F
HTMLDocGenerator.mapper.iaminimized=\u6700\u5C0F\u5316
HTMLDocGenerator.mapper.isjoin=\u30B8\u30E7\u30A4\u30F3
HTMLDocGenerator.mapper.join.type=\u30B8\u30E7\u30A4\u30F3\u30BF\u30A4\u30D7
HTMLDocGenerator.length=\u9577\u3055
HTMLDocGenerator.mapper.alias=\u30A8\u30A4\u30EA\u30A2\u30B9
HTMLDocGenerator.mapper.metadatatable.entries=\u30E1\u30BF\u30C7\u30FC\u30BF\u30C6\u30FC\u30D6\u30EB\u30A8\u30F3\u30C8\u30EA
HTMLDocGenerator.mapper.operator=\u6F14\u7B97\u5B50
HTMLDocGenerator.mapper.table.for=\u30DE\u30C3\u30D1\u30FC\u30C6\u30FC\u30D6\u30EB
HTMLDocGenerator.mapper.table.name=\u30C6\u30FC\u30D6\u30EB\u540D
HTMLDocGenerator.mapper.table.properties=\u30DE\u30C3\u30D1\u30FC\u30C6\u30FC\u30D6\u30EB\u5C5E\u6027
HTMLDocGenerator.mapper.isjoin=\u30B8\u30E7\u30A4\u30F3
HTMLDocGenerator.modification=\u5909\u66F4
HTMLDocGenerator.name=\u540D\u524D
HTMLDocGenerator.need_prompt=\u30D7\u30ED\u30F3\u30D7\u30C8\uFF1F
HTMLDocGenerator.nullable=NULL\u53EF\u80FD
HTMLDocGenerator.mapper.table.for=\u30DE\u30C3\u30D1\u30FC\u30C6\u30FC\u30D6\u30EB
HTMLDocGenerator.original_function_para=\u30AA\u30EA\u30B8\u30CA\u30EB\u30D5\u30A1\u30F3\u30AF\u30B7\u30E7\u30F3\u30D1\u30E9\u30E1\u30FC\u30BF\u30FC\uFF1A
HTMLDocGenerator.output=\u51FA\u529B
HTMLDocGenerator.precision=\u7CBE\u5EA6
HTMLDocGenerator.modification=\u4FEE\u6B63
HTMLDocGenerator.project_description=\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u306E\u8AAC\u660E
HTMLDocGenerator.project_name=\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u540D
HTMLDocGenerator.prompt=\u30D7\u30ED\u30F3\u30D7\u30C8
HTMLDocGenerator.nullable=NULL\u53EF\u80FD
HTMLDocGenerator.properties=\u30D7\u30ED\u30D1\u30C6\u30A3
HTMLDocGenerator.purpose=\u76EE\u7684
HTMLDocGenerator.output=\u51FA\u529B
HTMLDocGenerator.precision=\u7CBE\u5EA6
HTMLDocGenerator.project_description=\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u8AAC\u660E
HTMLDocGenerator.project_name=\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u540D
HTMLDocGenerator.row_default=\u30C7\u30D5\u30A9\u30EB\u30C8
HTMLDocGenerator.row_functions=\u95A2\u6570
HTMLDocGenerator.row_generator_info=RowGenerator\u60C5\u5831
HTMLDocGenerator.row_parameters=\u30D1\u30E9\u30E1\u30FC\u30BF\u30FC
HTMLDocGenerator.schema_for=\u30B9\u30AD\u30FC\u30DE
HTMLDocGenerator.source=\u30BD\u30FC\u30B9
HTMLDocGenerator.source_code=\u30BD\u30FC\u30B9\u30B3\u30FC\u30C9
@@ -280,18 +293,27 @@ HTMLDocGenerator.tmap.isreject=\u30EA\u30B8\u30A7\u30AF\u30C8
HTMLDocGenerator.tmap.isrejectinner=\u30A4\u30F3\u30CA\u30FC\u30B8\u30E7\u30A4\u30F3\u306E\u30EA\u30B8\u30A7\u30AF\u30C8
HTMLDocGenerator.tmap.matching.mode=\u30DE\u30C3\u30C1\u30F3\u30B0\u30E2\u30FC\u30C9
HTMLDocGenerator.type=\u30BF\u30A4\u30D7
HTMLDocGenerator.tmap.constraint.entries=\u5236\u7D04\u30C6\u30FC\u30D6\u30EB\u30A8\u30F3\u30C8\u30EA
HTMLDocGenerator.unique_name=\u30E6\u30CB\u30FC\u30AF\u306A\u540D\u524D
HTMLDocGenerator.value=\u5024
HTMLDocGenerator.values=\u5024
HTMLDocGenerator.version=\u30D0\u30FC\u30B8\u30E7\u30F3
ConnectionParameterName.HostLabel=\u30DB\u30B9\u30C8
ConnectionParameterName.PortLabel=\u30DD\u30FC\u30C8
HTMLDocGenerator.type=\u30BF\u30A4\u30D7
ConnectionParameterName.SchemaLabel=\u30B9\u30AD\u30FC\u30DE
ConnectionParameterName.UserLabel=\u30E6\u30FC\u30B6\u30FC
ConnectionParameterName.PasswordLabel=\u30D1\u30B9\u30EF\u30FC\u30C9
ConnectionParameterName.DbPathLabel=\u30C7\u30FC\u30BF\u30D9\u30FC\u30B9\u30FB\u30EB\u30FC\u30C8\u30D1\u30B9
HTMLDocGenerator.tmap.expressionfilter=\u8868\u73FE\u30D5\u30A3\u30EB\u30BF\u30FC
ActionBarBuildHelper.CloseEditorAction_text=&\u30AF\u30ED\u30FC\u30BA
ActionBarBuildHelper.CloseEditorAction_toolTip=\u30AF\u30ED\u30FC\u30BA
ConnectionParameterName.HostLabel=\u30DB\u30B9\u30C8
ConnectionParameterName.PortLabel=\u30DD\u30FC\u30C8
ConnectionParameterName.UserLabel=\u30E6\u30FC\u30B6
ConnectionParameterName.PasswordLabel=\u30D1\u30B9\u30EF\u30FC\u30C9
ActionBarBuildHelper.CloseAllAction_text=&\u3059\u3079\u3066\u9589\u3058\u308B
ActionBarBuildHelper.CloseAllAction_toolTip=\u3059\u3079\u3066\u9589\u3058\u308B
ActionBarBuildHelper.SaveAll_text=\u3059\u3079\u3066\u4FDD&\u5B58
ActionBarBuildHelper.SaveAll_toolTip=\u3059\u3079\u3066\u4FDD\u5B58
ContextOrderProperty.BuiltInComment=\u7D44\u307F\u8FBC\u307F\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u5909\u6570
ContextOrderProperty.RepositoryComment=\u30EA\u30DD\u30B8\u30C8\u30EA\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u304B\u3089\u306E\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u5909\u6570:
ProcessorUtilities.nullProcess=testCase\u30D7\u30ED\u30BB\u30B9\u304CNull\u3067\u3059\u3002
EComponentCategory_advanceSetting=\u8A73\u7D30\u8A2D\u5B9A
EComponentCategory.advancedSettings=\u8A73\u7D30\u8A2D\u5B9A
ConnectionParameterName.DatabaseLabel=\u30C7\u30FC\u30BF\u30D9\u30FC\u30B9
ConnectionParameterName.DbfileLabel=\u30C7\u30FC\u30BF\u30D9\u30FC\u30B9

View File

@@ -38,7 +38,7 @@ ContextProcessSection.errorTitle=B\u0142\u0105d
VersionSection.CreationDate=Data utworzenia
ContextProcessSection.7=Nadaj nazw\u0119 nowemu kontekstowi
ContextProcessSection.6=Nowy kontekst
EConnectionType.mainMenu=G\u0142ówny
EConnectionType.mainMenu=G\u0142\u00F3wny
ContextProcessSection.4=Dodaj nowy kontekst na podst. ->(
ContextProcessSection.2=Pyta\u0107 o potwierdzenie?
ContextProcessSection.1=menuTable
@@ -46,7 +46,7 @@ EUpdateItemType.Property=W\u0142a\u015Bciwo\u015B\u0107
CorePreferencePage.iReportPath=\u015Bcie\u017Cka iReport
EMetadataEncoding.Latin6=Latin6(Nordycki)
EMetadataEncoding.Latin5=Latin5(Turcja)
EMetadataEncoding.Latin4=Latin4(Pó\u0142 Europa)
EMetadataEncoding.Latin4=Latin4(P\u00F3\u0142 Europa)
EMetadataEncoding.Latin3=Latin3(Po\u0142 Europa)
EMetadataEncoding.Latin2=Latin2(Wsch Europa)
EMetadataEncoding.Latin1=Latin1(Zach Europa)
@@ -92,14 +92,14 @@ ApplicationActionBarAdvisor.menuHelpLabel=&Pomoc
BusinessAppearanceComposite.textAlignment.horizontal=Poziomy
BusinessAppearanceComposite.textAlignment.vertical=Pionowy
BusinessAppearanceComposite.textAlignment.horizontal.centre=Wy\u015Brodkowany
BusinessAppearanceComposite.textAlignment.vertical.top=góra
BusinessAppearanceComposite.textAlignment.vertical.bottom=dó\u0142
BusinessAppearanceComposite.textAlignment.vertical.top=g\u00F3ra
BusinessAppearanceComposite.textAlignment.vertical.bottom=d\u00F3\u0142
BusinessAppearanceComposite.textAlignment.vertical.centre=Wy\u015Brodkowany
ConextTableValuesComposite.nameLabel=Nazwa
ContextTemplateComposite.CommentLabel=Komentarz
ContextTemplateComposite.nameLabel=Nazwa
ContextTemplateComposite.scriptCodeLabel=Kod skryptu
ContextTemplateComposite.sourceLabel=\u0179ród\u0142o
ContextTemplateComposite.sourceLabel=\u0179r\u00F3d\u0142o
ContextTemplateComposite.typeLabel=Typ
ContextTreeConstants.contextName=Contekst
ContextTreeConstants.valueName=Warto\u015B\u0107
@@ -110,7 +110,7 @@ EComponentCategory_appearance=Wygl\u0105d
EComponentCategory_assignment=Przypisanie
EComponentCategory_context=Contekst
EComponentCategory_doc=Dokuemntacja
EComponentCategory_main=G\u0142ówny
EComponentCategory_main=G\u0142\u00F3wny
EComponentCategory_properties=W\u0142a\u015Bciwo\u015Bci
EComponentCategory_sqlTemplate=Wzorzec SQL
EComponentCategory_statsAndLogs=Statystyki i logi
@@ -121,12 +121,13 @@ HTMLDocGenerator.author=Autor
HTMLDocGenerator.author1=Autor
HTMLDocGenerator.column=Kolumna
HTMLDocGenerator.comment=Komentarz
HTMLDocGenerator.component_list=Lista komponentów
HTMLDocGenerator.component_list=Lista komponent\u00F3w
HTMLDocGenerator.component_name=Nazwa komponentu
HTMLDocGenerator.content=zawarto\u015B\u0107
HTMLDocGenerator.context=Kontekst:
HTMLDocGenerator.creation=Tworzenie
HTMLDocGenerator.job_settings=Ustawienia
HTMLDocGenerator.key=Klucz
HTMLDocGenerator.label=Etykieta
HTMLDocGenerator.language=J\u0119zyk
HTMLDocGenerator.length=D\u0142ugo\u015B\u0107
@@ -138,7 +139,7 @@ HTMLDocGenerator.name=Nazwa
HTMLDocGenerator.precision=Precyzja
HTMLDocGenerator.properties=W\u0142a\u015Bciwo\u015Bci
HTMLDocGenerator.row_parameters=Paramatry
HTMLDocGenerator.source=\u0179ród\u0142o
HTMLDocGenerator.source=\u0179r\u00F3d\u0142o
HTMLDocGenerator.status=Status
HTMLDocGenerator.type=Typ
HTMLDocGenerator.unique_name=Nazwa unikalna
@@ -147,9 +148,7 @@ HTMLDocGenerator.values=Warto\u015Bci
HTMLDocGenerator.version=Wersja
ConnectionParameterName.HostLabel=Host
ConnectionParameterName.PortLabel=Port
ConnectionParameterName.DatabaseLabel=Baza danych
ConnectionParameterName.SchemaLabel=Schemat
ConnectionParameterName.UserLabel=U\u017Cytkownik
ConnectionParameterName.PasswordLabel=Has\u0142o
ConnectionParameterName.DbfileLabel=Baza danych
ConnectionParameterName.DbPathLabel=\u015Acie\u017Cka do katalogu baz danych

View File

@@ -1,14 +1,14 @@
EUpdateResult.Update=Atualizar repositório
EUpdateResult.Update=Atualizar reposit\u00F3rio
EMetadataEncoding.UTF16LE=Unicode (16 bit)
SelectRepositoryContextDialog.SelectAll=Selecionar tudo
EMetadataEncoding.Cyrillic=Cyrillic
EUpdateResult.Rename=Alterar o nome
ContextProcessSection.ParameterNameIsNotValid=Nome parâmetro não é válido.
ContextProcessSection.ParameterNameIsNotValid=Nome par\u00E2metro n\u00E3o \u00E9 v\u00E1lido.
EMetadataEncoding.Hebrew=Hebreu
UpdatesConstants.Context=Contexto
ProjectSettingsWizard.EditProjectPageTitle=Editar um Projeto
CorePreferencePage.javaInterpreter=Intérpreter &Java
EMetadataEncoding.GB2312=Chinês
CorePreferencePage.javaInterpreter=Int\u00E9rpreter &Java
EMetadataEncoding.GB2312=Chin\u00EAs
CorePreferencePage.runInMultiThread=Multi Thread execution (Criar valor default para o job)
EConnectionType.tableMenu=Tabela
EConnectionType.onComponentErrorMenu=Erro no componente
@@ -17,57 +17,58 @@ ConextTemplateComposite.OrderText=Ordem original
EMetadataEncoding.Greek=Grego
EMetadataEncoding.UTF16BE=Unicode BigEndian (16 bit)
EConnectionType.synchronize=Sincronizar
VersionSection.Version=Versão
EConnectionType.onRowsEndMenu=Última linha
EUpdateResult.Delete=Deletar o repositório
VersionSection.Version=Vers\u00E3o
EConnectionType.onRowsEndMenu=\u00DAltima linha
EUpdateResult.Delete=Deletar o reposit\u00F3rio
ContextValueErrorChecker.ErrorTitile=Erro no valor do contexto:
EMetadataEncoding.UTF8=Unicode 2.0 UTF-8
EMetadataEncoding.UTF7=Unicode 2.0 UTF-7
ExtractMetaDataFromDataBase.SchemaNoPresent=Esquema não esta presente na base de dados
EMetadataEncoding.GB18030=Chinês nacional padrão
ExtractMetaDataFromDataBase.SchemaNoPresent=Esquema n\u00E3o esta presente na base de dados
EMetadataEncoding.GB18030=Chin\u00EAs nacional padr\u00E3o
ContextProcessSection.errorTitle=Erro
ContextProcessSection.7=Dê um nome para o novo contexto
ContextProcessSection.7=D\u00EA um nome para o novo contexto
ContextProcessSection.6=Novo contexto
EConnectionType.mainMenu=Main
ContextProcessSection.4=Adicionar novo contexto baseado em ->(
ContextProcessSection.2=Perguntar para confirmação?
ContextProcessSection.2=Perguntar para confirma\u00E7\u00E3o?
ContextProcessSection.1=Tabela menu
SelectRepositoryContextDialog.DeselectAll=Remover seleção de Todos
SelectRepositoryContextDialog.DeselectAll=Remover sele\u00E7\u00E3o de Todos
CorePreferencePage.iReportPath=Caminho do iReport
ExtractMetaDataFromDataBase.dbTypeNotFound=dbType '{0}' não encontrado
ExtractMetaDataFromDataBase.dbTypeNotFound=dbType '{0}' n\u00E3o encontrado
EMetadataEncoding.UTF16=Unicode 2.0 (16 bit)
CorePreferencePage.temporaryFiles=Arquivos temporários
CorePreferencePage.temporaryFiles=Arquivos tempor\u00E1rios
EUpdateResult.Reload=Re-Carregar componentes
ContextProcessSection.49=Contexto padrão
ContextProcessSection.49=Contexto padr\u00E3o
ExtractMetaDataFromDataBase.connectionSuccessful=Conectado com sucesso
XmlArray.InvalidFile=Arquivo Inválido
ContextProcessSection.30=Este nome já existe
XmlArray.InvalidFile=Arquivo Inv\u00E1lido
ContextProcessSection.30=Este nome j\u00E1 existe
ContextProcessSection.29=Erro
CorePreferencePage.previewLimit=Multi Thread executando (Criar valor default para Job)
ConextTemplateComposite.OrderMessages=Se você quiser reordenar as variáveis, elas devem estar selecionados
ConextTemplateComposite.OrderMessages=Se voc\u00EA quiser reordenar as vari\u00E1veis, elas devem estar selecionados
EUpdateItemType.Name=Nome
ContextProcessSection.13=Dê um novo nome para o contexto {0}
ContextProcessSection.13=D\u00EA um novo nome para o contexto {0}
ContextProcessSection.12=Renomear contexto
EMetadataEncoding.Big5=Grande 5 (Chinês tradicional)
ContextProcessSection.RemoveInformation={0} é contexto padrão, ele não poder ser removido.
EMetadataEncoding.EUC_CN=Chinês simplificado (Extensão Unix Code - CN)
EMetadataEncoding.Arabic=Arábico
EMetadataEncoding.Big5=Grande 5 (Chin\u00EAs tradicional)
ContextProcessSection.RemoveInformation={0} \u00E9 contexto padr\u00E3o, ele n\u00E3o poder ser removido.
ListPreferencePage.RemoveButtonName=Remover
EMetadataEncoding.EUC_CN=Chin\u00EAs simplificado (Extens\u00E3o Unix Code - CN)
EMetadataEncoding.Arabic=Ar\u00E1bico
EMetadataEncoding.Microsoft_Latin1=Microsoft (Latin-1)
AbstractComponentsProvider.folderNotExist=Diretório {0} não existe.
AbstractItemMigrationTask.taskFailed=Tarefa de migração {0} falhou no item {1}
AbstractComponentsProvider.folderNotExist=Diret\u00F3rio {0} n\u00E3o existe.
AbstractItemMigrationTask.taskFailed=Tarefa de migra\u00E7\u00E3o {0} falhou no item {1}
ColumnNameChangedExt.columnChanged=Nodo: Coluna {0} alterada: {1}->{2}
ComponentToRepositoryProperty.error=Erro
ComponentToRepositoryProperty.ImpossibleUseOCI=Impossível usar tipo OCI no repositório!
ComponentToRepositoryProperty.ImpossibleUseOCI=Imposs\u00EDvel usar tipo OCI no reposit\u00F3rio!
ContextComposite.tableValue=Tabela de Valores
ContextComposite.treeValue=Árvore de valores
ContextSetConfigurationDialog.nameNotValid=O nome não é válido
ConextTemplateComposite.addToRepositoryContextAction.label=Adicionar ao contexto do repositório
ContextComposite.treeValue=\u00C1rvore de valores
ContextSetConfigurationDialog.nameNotValid=O nome n\u00E3o \u00E9 v\u00E1lido
ConextTemplateComposite.addToRepositoryContextAction.label=Adicionar ao contexto do reposit\u00F3rio
ECodeLanguage.unknowLanguage=Idioma desconhecido
ExtractMetaDataUtils.noData=Dado não encontrado
ExtractMetaDataUtils.noData=Dado n\u00E3o encontrado
PatternCalendar.dateFormat="aaaa-MM-dd HH:mm:ss"
PerlDynamicProposalUtil.autoConvert=seria automaticamente convertido para {0}->[index] no código gerado
XSDValidater.IllegalArgument=O arquivo XSD de entrada não existe.
MultiStringSelectionDialog.nameEmpty=Nome não pode ser vazio
PerlDynamicProposalUtil.autoConvert=seria automaticamente convertido para {0}->[index] no c\u00F3digo gerado
XSDValidater.IllegalArgument=O arquivo XSD de entrada n\u00E3o existe.
MultiStringSelectionDialog.nameEmpty=Nome n\u00E3o pode ser vazio
ApplicationActionBarAdvisor.menuFileLabel=&Arquivo
ApplicationActionBarAdvisor.menuEditLabel=&Editar
ApplicationActionBarAdvisor.navigateLabel=&Navegar
@@ -83,40 +84,40 @@ BusinessAppearanceComposite.textAlignment.vertical.top=superior
BusinessAppearanceComposite.textAlignment.vertical.bottom=inferior
BusinessAppearanceComposite.textAlignment.vertical.centre=Centro
ConextTableValuesComposite.nameLabel=Nome
ContextTemplateComposite.CommentLabel=Comentário
ContextTemplateComposite.CommentLabel=Coment\u00E1rio
ContextTemplateComposite.nameLabel=Nome
ContextTemplateComposite.scriptCodeLabel=Script código
ContextTemplateComposite.scriptCodeLabel=Script c\u00F3digo
ContextTemplateComposite.sourceLabel=Fonte
ContextTreeConstants.contextName=Contexto
ContextTreeConstants.promptName=Limite
ContextTreeConstants.valueName=Valor
EComponentCategory_appearance=Aparência
EComponentCategory_assignment=Atribuição
EComponentCategory_appearance=Apar\u00EAncia
EComponentCategory_assignment=Atribui\u00E7\u00E3o
EComponentCategory_context=Contexto
EComponentCategory_doc=Documentação
EComponentCategory_doc=Documenta\u00E7\u00E3o
EComponentCategory_main=Main
EComponentCategory_properties=Propriedades
EComponentCategory_sqlTemplate=Template SQL
EComponentCategory_technical=Técnico
EComponentCategory_version=Versão
EComponentCategory_view=Visão
HTMLDocGenerator.comment=Comentário
EComponentCategory_technical=T\u00E9cnico
EComponentCategory_version=Vers\u00E3o
EComponentCategory_view=Vis\u00E3o
HTMLDocGenerator.comment=Coment\u00E1rio
HTMLDocGenerator.component_list=Lista de componentes
HTMLDocGenerator.component_name=Nome do componente
HTMLDocGenerator.context=Contexto:
HTMLDocGenerator.creation=Criar
HTMLDocGenerator.label=Label
HTMLDocGenerator.mapper.expression=Expressão
HTMLDocGenerator.mapper.expression=Express\u00E3o
HTMLDocGenerator.mapper.table.name=Nome da Tabela
HTMLDocGenerator.name=Nome
HTMLDocGenerator.project_description=Descrição do Projeto
HTMLDocGenerator.project_description=Descri\u00E7\u00E3o do Projeto
HTMLDocGenerator.project_name=Nome do projeto
HTMLDocGenerator.prompt=Limite
HTMLDocGenerator.properties=Propriedades
HTMLDocGenerator.source=Fonte
HTMLDocGenerator.unique_name=Nome único
HTMLDocGenerator.unique_name=Nome \u00FAnico
HTMLDocGenerator.value=Valor
HTMLDocGenerator.version=Versão
HTMLDocGenerator.version=Vers\u00E3o
ConnectionParameterName.HostLabel=Host
ConnectionParameterName.PortLabel=Porta
ConnectionParameterName.PasswordLabel=Senha

View File

@@ -153,9 +153,7 @@ HTMLDocGenerator.values=\u0412\u0435\u043B\u0438\u0447\u0438\u043D\u044B
HTMLDocGenerator.version=\u0412\u0435\u0440\u0441\u0438\u044F
ConnectionParameterName.HostLabel=\u0425\u043E\u0441\u0442
ConnectionParameterName.PortLabel=\u041F\u043E\u0440\u0442
ConnectionParameterName.DatabaseLabel=\u0411\u0414
ConnectionParameterName.SchemaLabel=\u0421\u0445\u0435\u043C\u0430
ConnectionParameterName.UserLabel=\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C
ConnectionParameterName.PasswordLabel=\u041F\u0430\u0440\u043E\u043B\u044C
ConnectionParameterName.DbfileLabel=\u0411\u0414
ConnectionParameterName.DbPathLabel=\u041F\u0443\u0442\u044C \u043A \u043A\u043E\u0440\u043D\u0435\u0432\u043E\u043C\u0443 \u043A\u0430\u0442\u0430\u043B\u043E\u0433\u0443 \u0431\u0430\u0437\u044B \u0434\u0430\u043D\u043D\u044B\u0445

View File

@@ -0,0 +1,78 @@
UpdatesConstants.Context=Kontext
SelectRepositoryContextDialog.CollapseAll=Zabali\u0165 v\u0161etko
EConnectionType.tableMenu=Tabu\u013Eka
VersionSection.Version=Verzia
SelectRepositoryContextDialog.ExpandAll=Rozbali\u0165 v\u0161etko
EUpdateItemType.Schema=Sch\u00E9ma
UpdatesConstants.Component=Komponent
ContextProcessSection.errorTitle=CHYBA
VersionSection.CreationDate=D\u00E1tum Vytvorenia
EConnectionType.mainMenu=Hlavn\u00FD
ExtractMetaDataFromDataBase.connectionSuccessful=\u00DAspe\u0161n\u00E9 pripojenie
XmlArray.InvalidFile=Nespr\u00E1vny s\u00FAbor.
ContextProcessSection.29=CHYBA
EUpdateItemType.Name=Meno
EUpdateItemType.SAPFunction=SAP Funkcia
ListPreferencePage.RemoveButtonName=Odstr\u00E1ni\u0165
AbstractComponentsProvider.folderNotExist=Adres\u00E1r {0} neexistuje.
AbstractItemMigrationTask.taskFailed=Migra\u010Dn\u00E1 \u00FAloha {0} zlyhala na polo\u017Eke {1}
ComponentToRepositoryProperty.error=CHYBA
ECodeLanguage.unknowLanguage=Nezn\u00E1my jazyk
VersionSection.Status=Stav
BusinessAppearanceComposite.textAlignment.horizontal=Horizont\u00E1lny
BusinessAppearanceComposite.textAlignment.vertical=Vertik\u00E1lny
BusinessAppearanceComposite.textAlignment.horizontal.left=\u013Dav\u00FD
BusinessAppearanceComposite.textAlignment.horizontal.right=Prav\u00FD
ConextTableValuesComposite.nameLabel=Meno
ContextTemplateComposite.CommentLabel=Koment\u00E1r
ContextTemplateComposite.nameLabel=Meno
ContextTemplateComposite.sourceLabel=Zdroj
ContextTemplateComposite.typeLabel=Typ
ContextTreeConstants.contextName=Kontext
ContextTreeConstants.valueName=Hodnota
MetadataTool.nullValue=Nulov\u00E1 Hodnota
EComponentCategory_assignment=Priradenie
EComponentCategory_basicSetting=Z\u00E1kladn\u00E9 nastavenia
EComponentCategory_context=Kontext
EComponentCategory_doc=Dokument\u00E1cia
EComponentCategory_dynamicSetting=Dynamick\u00E9 nastavenia
EComponentCategory_main=Hlavn\u00FD
EComponentCategory_properties=Vlastnosti
EComponentCategory_version=Verzia
EComponentCategory_view=Poh\u013Ead
HTMLDocGenerator.author=Autor
HTMLDocGenerator.author1=Autor
HTMLDocGenerator.comment=Koment\u00E1r
HTMLDocGenerator.content=Obsah
HTMLDocGenerator.description=Popis
HTMLDocGenerator.job_description=Popis
HTMLDocGenerator.job_settings=Nastavenia
HTMLDocGenerator.key=K\u013E\u00FA\u010D
HTMLDocGenerator.label=Popis
HTMLDocGenerator.language=Jazyk
HTMLDocGenerator.length=D\u013A\u017Eka
HTMLDocGenerator.mapper.alias=Alias
HTMLDocGenerator.mapper.expression=V\u00FDraz
HTMLDocGenerator.mapper.operator=Oper\u00E1tor
HTMLDocGenerator.mapper.table.name=N\u00E1zov Tabu\u013Eky
HTMLDocGenerator.name=Meno
HTMLDocGenerator.project_description=Opis projektu
HTMLDocGenerator.project_name=N\u00E1zov Projektu
HTMLDocGenerator.properties=Vlastnosti
HTMLDocGenerator.row_functions=Funkcie
HTMLDocGenerator.row_parameters=Parametre
HTMLDocGenerator.source=Zdroj
HTMLDocGenerator.status=Stav
HTMLDocGenerator.type=Typ
HTMLDocGenerator.value=Hodnota
HTMLDocGenerator.version=Verzia
ConnectionParameterName.HostLabel=Host
ConnectionParameterName.PortLabel=Port
ConnectionParameterName.SchemaLabel=Sch\u00E9ma
ConnectionParameterName.UserLabel=U\u017E\u00EDvate\u013E
ConnectionParameterName.PasswordLabel=Heslo
ActionBarBuildHelper.CloseEditorAction_text=&Zatvori\u0165
ActionBarBuildHelper.CloseEditorAction_toolTip=Zavrie\u0165
ActionBarBuildHelper.CloseAllAction_text=Z&atvori\u0165 V\u0161etko
ActionBarBuildHelper.CloseAllAction_toolTip=Zatvori\u0165 V\u0161etko
ActionBarBuildHelper.SaveAll_toolTip=Ulo\u017Ei\u0165 V\u0161etko

View File

@@ -1,3 +1,4 @@
EUpdateItemType.Schema=Schema
ContextProcessSection.errorTitle=Gre\u0161ka
ContextProcessSection.29=Gre\u0161ka
ComponentToRepositoryProperty.error=Gre\u0161ka
@@ -7,3 +8,4 @@ EComponentCategory_sqlTemplate=SQL \u0161ablon
HTMLDocGenerator.label=Labela
HTMLDocGenerator.project_description=Opis projekta
HTMLDocGenerator.project_name=Naziv projekta
ConnectionParameterName.SchemaLabel=Schema

View File

@@ -1,4 +1,4 @@
SelectRepositoryContextDialog.SelectAll=Tümünü Seç
SelectRepositoryContextDialog.SelectAll=T\u00FCm\u00FCn\u00FC Se\u00E7
VersionSection.Version=Versiyon
EUpdateItemType.Schema=\u015Eema
ContextProcessSection.errorTitle=Hata
@@ -7,7 +7,7 @@ ContextProcessSection.29=Hata
EUpdateItemType.Name=Ad\u0131
ComponentToRepositoryProperty.error=Hata
ApplicationActionBarAdvisor.menuFileLabel=&Dosya
ApplicationActionBarAdvisor.menuEditLabel=Dü&zenle
ApplicationActionBarAdvisor.menuEditLabel=D\u00FC&zenle
ApplicationActionBarAdvisor.navigateLabel=D&ola\u015F
ApplicationActionBarAdvisor.gotoLabel=&Git
ApplicationActionBarAdvisor.menuHelpLabel=&Yard\u0131m
@@ -18,21 +18,19 @@ ConextTableValuesComposite.nameLabel=Ad\u0131
ContextTemplateComposite.nameLabel=Ad\u0131
ContextTemplateComposite.sourceLabel=Kaynak
ContextTemplateComposite.typeLabel=Tip
EComponentCategory_appearance=Görünüm
EComponentCategory_appearance=G\u00F6r\u00FCn\u00FCm
EComponentCategory_assignment=Atama
EComponentCategory_properties=Özellikler
EComponentCategory_properties=\u00D6zellikler
EComponentCategory_version=Versiyon
HTMLDocGenerator.description=Aç\u0131klama
HTMLDocGenerator.job_description=Aç\u0131klama
HTMLDocGenerator.description=A\u00E7\u0131klama
HTMLDocGenerator.job_description=A\u00E7\u0131klama
HTMLDocGenerator.label=Etiket
HTMLDocGenerator.mapper.operator=Operatör
HTMLDocGenerator.mapper.operator=Operat\u00F6r
HTMLDocGenerator.name=Ad\u0131
HTMLDocGenerator.properties=Özellikler
HTMLDocGenerator.properties=\u00D6zellikler
HTMLDocGenerator.source=Kaynak
HTMLDocGenerator.type=Tip
HTMLDocGenerator.version=Versiyon
ConnectionParameterName.PortLabel=Port
ConnectionParameterName.DatabaseLabel=Veriambar\u0131
ConnectionParameterName.SchemaLabel=\u015Eema
ConnectionParameterName.PasswordLabel=\u015Eifre
ConnectionParameterName.DbfileLabel=Veriambar\u0131

View File

@@ -1,128 +1,157 @@
EUpdateResult.Update=\u4ECE\u5B58\u50A8\u5E93\u66F4\u65B0
EMetadataEncoding.UTF16LE=Unicode (16 \u4F4D)
SelectRepositoryContextDialog.SelectAll=\u5168\u9009
SelectRepositoryContextGroupDialog.Messages=\u5728\u4F5C\u4E1A\u4E2D\uFF0C\u4ECE\u5B58\u50A8\u5E93\u4E0A\u4E0B\u6587\u6DFB\u52A0\u4E00\u4E2A\u4E0D\u5B58\u5728\u7684\u4E0A\u4E0B\u6587\u7EC4
EMetadataEncoding.Cyrillic=\u53E4\u4EE3\u65AF\u62C9\u592B\u8BED
EUpdateResult.BuiltIn=\u66F4\u6539\u4E3ABuilt-In\u6A21\u5F0F
EUpdateResult.BuiltIn=\u66F4\u6539\u4E3A\u5185\u7F6E\u6A21\u5F0F
EUpdateResult.Rename=\u66F4\u6539\u540D\u79F0
ContextProcessSection.ParameterNameIsNotValid=\u53C2\u6570\u540D\u5B57\u65E0\u6548\u3002
ContextProcessSection.ParameterNameIsNotValid=\u53C2\u6570\u540D\u79F0\u65E0\u6548\u3002
EMetadataEncoding.Hebrew=\u5E0C\u4F2F\u6765\u8BED
UpdatesConstants.Context=\u7EC4\u4EF6
UpdatesConstants.Job=\u8fdb\u7a0b
UpdatesConstants.Context=\u4E0A\u4E0B\u6587
UpdatesConstants.Job=\u4F5C\u4E1A
ProjectSettingsWizard.EditProjectPageTitle=\u7F16\u8F91\u5DE5\u7A0B
RepositoryUpdateManager.NoModificationTitle=\u6CA1\u6709\u9700\u8981\u7684\u4FEE\u6539
CorePreferencePage.javaInterpreter=Java\u89E3\u91CA\u5668
CorePreferencePage.javaInterpreter=Java\u89E3\u91CA\u5668(&J)
EMetadataEncoding.GB2312=\u4E2D\u6587
SelectRepositoryContextDialog.CollapseAll=\u6536\u8D77
ERepositoryObjectType.FolderNotFound=\u7C7B\u578B{0}\u7684\u76EE\u5F55\u672A\u627E\u5230
CorePreferencePage.componentDefaultFileDirectory=\u7EC4\u4EF6\u7F3A\u7701\u6587\u4EF6\u76EE\u5F55
CorePreferencePage.runInMultiThread=\u591A\u7EBF\u7A0B\u8FD0\u884C(\u521b\u5efa\u65b0\u4f5c\u4e1a\u9ed8\u8ba4\u91c7\u7528)
MappingFileLoader.UndeclaredDbType="{0}"\u6CA1\u6709\u88AB\u7533\u660E\u7684\u6570\u636E\u5E93\u7C7B\u578B\uFF0C\u5728\u6570\u636E\u5E93ID"{1}"\u5728\u8282\u70B9\uFF1A{2}
EConnectionType.tableMenu=\u8868\u683C
MappingFileLoader.UnbindedDbTypes=\u5728\u6570\u636E\u5E93ID"{0}"\u7684Mapping\u6587\u4EF6\uFF0C\u6570\u636E\u5E93\u7C7B\u578B\u6CA1\u6709\u7528"{1}" Talend \u7C7B\u578B\uFF1A"{2}"\u7ED1\u5B9A
EConnectionType.onComponentErrorMenu=\u7EC4\u4EF6\u8FD0\u884C\u9519\u8BEF
EConnectionType.onComponentOkMenu=\u7EC4\u4EF6\u8FD0\u884C\u6B63\u786E
SelectRepositoryContextDialog.CollapseAll=\u5168\u90E8\u6298\u53E0
ERepositoryObjectType.FolderNotFound=\u7C7B\u578B {0} \u7684\u6587\u4EF6\u5939\u672A\u627E\u5230\u3002
CorePreferencePage.componentDefaultFileDirectory=\u7EC4\u4EF6\u9ED8\u8BA4\u6587\u4EF6\u76EE\u5F55
SelectRepositoryContextDialog.ExistenceMessage=\u4F5C\u4E1A\u4E2D\u5DF2\u7ECF\u5B58\u5728\u53D8\u91CF \"{0}\" (\u4E0A\u4E0B\u6587\uFF1A\"{1}\")\u3002
CorePreferencePage.runInMultiThread=\u591A\u7EBF\u7A0B\u6267\u884C (\u521B\u5EFA\u65B0\u4F5C\u4E1A\u9ED8\u8BA4\u91C7\u7528)
MappingFileLoader.UndeclaredDbType=\"{0}\" \u6CA1\u6709\u88AB\u58F0\u660E\u4E3A\u8282\u70B9\uFF1A{2} \u4E0A dbms id \"{1}\" \u7684 Db \u7C7B\u578B
EConnectionType.tableMenu=\u8868
MappingFileLoader.UnbindedDbTypes=\u5728 dbms ID \"{0}\" \u6620\u5C04\u6587\u4EF6\u4E2D\uFF0C\u4EE5\u4E0B Db \u7C7B\u578B\u672A\u7ED1\u5B9A \"{1}\" Talend \u7C7B\u578B\uFF1A{2}
EConnectionType.onComponentErrorMenu=\u7EC4\u4EF6\u9519\u8BEF\u65F6
EConnectionType.onComponentOkMenu=\u7EC4\u4EF6\u6B63\u5E38\u65F6
EConnectionType.runAfterMenu=\u8FD0\u884C\u540E
GlobalServiceRegister.ServiceNotRegistered=\u670D\u52A1{0}\u6CA1\u6709\u88AB\u6CE8\u518C
GlobalServiceRegister.ServiceNotRegistered=\u670D\u52A1 {0} \u8FD8\u672A\u6CE8\u518C\u3002
ConextTemplateComposite.OrderText=\u539F\u59CB\u987A\u5E8F
SelectRepositoryContextDialog.Title=\u9009\u62E9\u4E0A\u4E0B\u6587\u53D8\u91CF
EUpdateResult.Add=\u6DFB\u52A0\u5230\u5E93
EUpdateResult.JobletUpdate=\u66F4\u65B0joblet\u8282\u70B9
EConnectionType.onSubjobOkMenu=\u5B50job\u6B63\u786E
SelectRepositoryContextDialog.View=\u67E5\u770B...
EUpdateResult.JobletUpdate=\u66F4\u65B0\u5C0F\u4F5C\u4E1A\u8282\u70B9
EConnectionType.onSubjobOkMenu=\u5B50\u4F5C\u4E1A\u6B63\u5E38\u65F6
CorePreferencePage.groupBySource=\u5728\u4E0A\u4E0B\u6587\u201C\u6839\u636E\u6E90\u5206\u7EC4\u201D
EConnectionType.onSubjobErrorMenu=\u5B50job\u9519\u8BEF
RepositoryUpdateManager.ItemsToUpdate=\u68C0\u67E5\u9879\u76EE\u4EE5\u66F4\u65B0
EConnectionType.onSubjobErrorMenu=\u5B50\u4F5C\u4E1A\u9519\u8BEF\u65F6
RepositoryUpdateManager.ItemsToUpdate=\u68C0\u67E5\u8981\u66F4\u65B0\u7684\u9879\u76EE
SelectRepositoryContextDialog.Label=\u9009\u62E9\u5E93\u4E0A\u4E0B\u6587\u4E2D\u7684\u53D8\u91CF\u3002
EMetadataEncoding.Greek=\u5E0C\u814A
EMetadataEncoding.UTF16BE=Unicode BigEndian (16\u4F4D)
EMetadataEncoding.UTF16BE=Unicode BigEndian (16 \u4F4D)
EConnectionType.synchronize=\u540C\u6B65
VersionSection.Version=\u7248\u672C
EUpdateResult.Delete=\u4ECE\u5E93\u4E2D\u5220\u9664
SelectRepositoryContextDialog.ExpandAll=\u5C55\u5F00
EConnectionType.onRowsEndMenu=\u884C\u7ED3\u675F\u65F6
EUpdateResult.Delete=\u4ECE\u5B58\u50A8\u5E93\u4E2D\u5220\u9664
SelectRepositoryContextDialog.ExpandAll=\u5C55\u5F00\u5168\u90E8
EUpdateItemType.Components=\u7EC4\u4EF6
EConnectionType.mergeMenu=\u5408\u5E76
RepositoryUpdateManager.RenameContextTitle=\u91CD\u547D\u540D\u95EE\u9898
EUpdateItemType.Schema=\u67B6\u6784
ContextValueErrorChecker.ErrorTitile=\u4E0A\u4E0B\u6587\u503C\u9519\u8BEF:
EUpdateItemType.Schema=Schema
ContextValueErrorChecker.ErrorTitile=\u4E0A\u4E0B\u6587\u503C\u9519\u8BEF:
EMetadataEncoding.UTF8=Unicode 2.0 UTF-8
EMetadataEncoding.UTF7=Unicode 2.0 UTF-7
RepositoryUpdateManager.RenameContextMessages=\u662F\u5426\u786E\u5B9A\u8981\u7ACB\u5373\u5C06\u91CD\u547D\u540D\u7684\u53D8\u91CF\u4F20\u64AD\u5230\u6240\u6709\u7684\u4F5C\u4E1A\uFF1F\\n\\n \u5982\u679C\u662F\uFF0C\u53EF\u80FD\u9700\u8981\u5F88\u957F\u65F6\u95F4\u8FDB\u884C\u66F4\u65B0\u3002\\n\\n \u5982\u679C\u4E0D\u662F\uFF0C\u65E7\u7684\u53D8\u91CF\u5C06\u6539\u4E3A\u5185\u7F6E\u4E8E\u4F5C\u4E1A\u4E2D\u3002
EUpdateItemType.Query=\u67E5\u8BE2
ExtractMetaDataFromDataBase.SchemaNoPresent=Schema\u5728\u6570\u636E\u5E93\u4E2D\u672A\u51FA\u73B0
ExtractMetaDataFromDataBase.SchemaNoPresent=Schema \u5728\u6570\u636E\u5E93\u4E2D\u672A\u51FA\u73B0
SelectRepositoryContextDialog.DuplicationMessage=\u60A8\u5DF2\u5728\u4E0A\u4E0B\u6587 \"{1}\" \u4E2D\u9009\u62E9\u53D8\u91CF \"{0}\"\u3002
UpdatesConstants.Component=\u7EC4\u4EF6
CorePreferencePage.perlInterpreter=Perl\u89E3\u91CA\u5668
EMetadataEncoding.GB18030=\u4E2D\u6587\u56FD\u6807
CorePreferencePage.perlInterpreter=Perl \u89E3\u91CA\u5668
EMetadataEncoding.GB18030=\u4E2D\u56FD\u56FD\u5BB6\u6807\u51C6
ContextProcessSection.errorTitle=\u9519\u8BEF
EConnectionType.parallelize=\u5E76\u884C
VersionSection.CreationDate=\u521B\u5EFA\u65E5\u671F
MappingFileLoader.UnbindedTalendTypes=\u5728\u6570\u636E\u5E93ID"{0}"\u7684Mapping\u6587\u4EF6\uFF0CTalend\u7C7B\u578B\u6CA1\u6709\u7528"{1}"\u6570\u636E\u5E93\u7C7B\u578B:{2}\u7ED1\u5B9A
ContextProcessSection.7=\u4E3A\u65B0\u7684\u4E0A\u4E0B\u6587\u6307\u5B9A\u540D\u5B57
MappingFileLoader.UnbindedTalendTypes=\u5728 dbms id \"{0}\" \u6620\u5C04\u6587\u4EF6\u4E2D\uFF0C\u4EE5\u4E0B Talend \u7C7B\u578B\u672A\u7ED1\u5B9A \"{1}\" Db \u7C7B\u578B\uFF1A{2}
ContextProcessSection.7=\u4E3A\u65B0\u7684\u4E0A\u4E0B\u6587\u6307\u5B9A\u540D\u79F0
ContextProcessSection.6=\u65B0\u7684\u4E0A\u4E0B\u6587
EConnectionType.mainMenu=\u4E3B\u7EBF
ContextProcessSection.4=\u6DFB\u52A0\u65B0\u7684\u4E0A\u4E0B\u6587 ->(
ContextProcessSection.2=\u8BF7\u786E\u8BA4?
ContextProcessSection.1=\u83DC\u5355\u8868\u683C
EConnectionType.mainMenu=\u4E3B
ContextProcessSection.4=\u6DFB\u52A0\u65B0\u7684\u4E0A\u4E0B\u6587\uFF0C\u57FA\u4E8E ->(
ContextProcessSection.2=\u8981\u6C42\u786E\u8BA4\uFF1F
ContextProcessSection.1=menuTable
EUpdateItemType.Property=\u5C5E\u6027
SelectRepositoryContextDialog.DeselectAll=\u5168\u90E8\u4E0D\u9009
SelectRepositoryContextDialog.DeselectAll=\u53D6\u6D88\u5168\u9009
CorePreferencePage.iReportPath=iReport \u8DEF\u5F84
MetadataTalendType.DBMSNotSetted=\u6570\u636E\u5E93\u672A\u8BBE\u7F6E
MetadataTalendType.DBMSNotSetted=DBMS \u672A\u8BBE\u7F6E
ImportExternalJarAction.title=\u6DFB\u52A0\u5916\u90E8JAR
ExtractMetaDataFromDataBase.dbTypeNotFound=dbType{0}\u672A\u627E\u5230
RepositoryUpdateManager.NoModificationMessages=\u6CA1\u6709\u9700\u8981\u7684\u66F4\u65B0
ExtractMetaDataFromDataBase.dbTypeNotFound=dbType \'{0}\' \u672A\u627E\u5230
RepositoryUpdateManager.NoModificationMessages=\u6CA1\u6709\u66F4\u65B0\u6240\u9700\u7684\u4FEE\u6539\u3002
EMetadataEncoding.Latin6=Latin6 (\u65E5\u8033\u66FC\u8BED)
EMetadataEncoding.Latin5=Latin5 (\u571F\u8033\u5176\u8BED)
EMetadataEncoding.Latin4=Latin4 (\u5317\u6B27)
EMetadataEncoding.Latin3=Latin3 (\u5357\u6B27)
EMetadataEncoding.Latin2=Latin2 (\u4E1C\u6B27)
EMetadataEncoding.Latin1=Latin1 (\u897F\u6B27)
EMetadataEncoding.UTF16=Unicode 2.0 (16\u4F4D)
CorePreferencePage.temporaryFiles=\u4E34\u65F6\u6587\u4EF6
ContextProcessSection.51=ContextProcessSection.15
EMetadataEncoding.UTF16=Unicode 2.0 (16 \u4F4D)
ContextProcessSection.50=ContextProcessSection.14
CorePreferencePage.temporaryFiles=\u4E34\u65F6\u6587\u4EF6(&T)
EUpdateResult.Reload=\u91CD\u65B0\u52A0\u8F7D\u7EC4\u4EF6
RepositoryUpdateManager.Title=\u4fee\u6539
ContextProcessSection.49=\u7F3A\u7701\u4E0A\u4E0B\u6587
RepositoryUpdateManager.Title=\u4FEE\u6539
ContextProcessSection.49=\u9ED8\u8BA4\u4E0A\u4E0B\u6587
RepositoryObject.NotImplemented=\u672A\u5B9E\u73B0
ERepositoryObjectType.NotImplemented=\u672A\u5B9E\u73B0
ExtractMetaDataFromDataBase.connectionSuccessful=\u8FDE\u63A5\u6210\u529F
SelectRepositoryContextGroupDialog.Default=\u7F3A\u7701
SelectRepositoryContextGroupDialog.Default=\u9ED8\u8BA4
XmlArray.InvalidFile=\u65E0\u6548\u7684\u6587\u4EF6\u3002
EConnectionType.lookupMenu=\u67E5\u8BE2
ContextProcessSection.30=\u540D\u5B57\u5DF2\u5B58\u5728
EConnectionType.lookupMenu=\u67E5\u627E
ContextProcessSection.30=\u540D\u79F0\u5DF2\u5B58\u5728
EUpdateItemType.Variable=\u53D8\u91CF
ContextProcessSection.29=\u9519\u8BEF
CorePreferencePage.previewLimit=\u9884\u89C8\u9650\u5236
ConextTemplateComposite.OrderMessages=\u5982\u679C\u60A8\u60F3\u91CD\u65B0\u6392\u5217\u53D8\u91CF\uFF0C\u5FC5\u987B\u9009\u4E2D\u5B83.
EUpdateItemType.Name=\u8fde\u63a5\u540d
ContextProcessSection.13=\u4E3A\u4E0A\u4E0B\u6587\u6307\u5B9A\u65B0\u540D\u5B57{0}
ContextProcessSection.12=\u4E3A\u4E0A\u4E0B\u6587\u6539\u540D
ConextTemplateComposite.OrderMessages=\u5982\u679C\u60A8\u60F3\u91CD\u65B0\u6392\u5217\u53D8\u91CF\uFF0C\u5219\u5FC5\u987B\u9009\u4E2D\u5B83\u3002
SelectRepositoryContextDialog.DuplicationTitle=\u91CD\u590D\u8B66\u544A\uFF01
EUpdateItemType.Name=\u540D\u79F0
ContextProcessSection.13=\u4E3A\u4E0A\u4E0B\u6587\u6307\u5B9A\u65B0\u540D\u79F0 {0}
ContextProcessSection.12=\u91CD\u547D\u540D\u4E0A\u4E0B\u6587
EUpdateItemType.SAPFunction=SAP \u51FD\u6570
EMetadataEncoding.Big5=\u7E41\u4F53\u4E2D\u6587
ContextProcessSection.RemoveInformation={0}\u4E3A\u9ED8\u8BA4\u7684\u4E0A\u4E0B\u6587,\u4E0D\u80FD\u5220\u9664
ContextProcessSection.RemoveInformation={0} \u4E3A\u9ED8\u8BA4\u4E0A\u4E0B\u6587\uFF0C\u4E0D\u80FD\u79FB\u9664\u3002
RepositoryUpdateManager.Messages=\u60A8\u60F3\u5C06\u8FD9\u4E9B\u4FEE\u6539\u4F20\u9012\u5230\u6240\u6709\u4F5C\u4E1A\u4E2D\u5417\uFF1F\u53EF\u80FD\u9700\u8981\u8F83\u957F\u65F6\u95F4\u3002
MappingFileLoader.InvalidTalendType="{0}"\u662F\u4E00\u4E2A\u975E\u6CD5\u7684Talend\u7C7B\u578B\u5BF9\u6570\u636E\u5E93ID"{2}"\uFF0C\u5728\u8282\u70B9\uFF1A{3}
MappingFileLoader.InvalidTalendType=\"{0}\" \u4E0D\u662F\u8282\u70B9\uFF1A{3} \u4E0A dbms id \"{2}\" \u7684\u6709\u6548 {1} Talend \u7C7B\u578B
RepositoryUpdateManager.Check=\u68C0\u67E5\u4E2D...
ListPreferencePage.RemoveButtonName=\u79FB\u9664
EMetadataEncoding.EUC_CN=\u7B80\u4F53\u4E2D\u6587(\u6269\u5C55\u7684Unix Code-CN)
UpdatesConstants.Joblet=Joblet
EMetadataEncoding.EUC_CN=\u7B80\u4F53\u4E2D\u6587 (\u6269\u5C55\u7684 Unix Code-CN)
EConnectionType.iteratorMenu=\u8FED\u4EE3
EMetadataEncoding.Arabic=\u963F\u62C9\u4F2F\u8BED
EMetadataEncoding.Microsoft_Latin1=\u5FAE\u8F6F(Latin-1)
MappingFileLoader.DbmsIdAlreadyExists=\u6570\u636E\u5E93ID"{0}"\u5DF2\u7ECF\u5B58\u5728\uFF01
EConnectionType.runIfMenu=\u6B63\u5E38\u65F6\u8FD0\u884C
EMetadataEncoding.Microsoft_Latin1=Microsoft (Latin-1)
SelectRepositoryContextGroupDialog.Title=\u6DFB\u52A0\u4E0A\u4E0B\u6587\u7EC4
MappingFileLoader.DbmsIdAlreadyExists=ID \u4E3A \"{0}\" \u7684 Dbms \u5DF2\u7ECF\u5B58\u5728\uFF01\"
EConnectionType.runIfMenu=Run if
VersionSection.ModificationDate=\u4FEE\u6539\u65E5\u671F
MappingFileLoader.DbTypeAlreadyExists=\u5728\u6570\u636E\u5E93ID{0}\u4E2D\uFF0C\u6570\u636E\u7C7B\u578B"{1}" \u51FA\u73B0\u591A\u6B21\u5728\u6587\u4EF6"{2}" \u8282\u70B9:{3}
AbstractComponentsProvider.folderNotExist=\u6587\u4EF6\u5939{0}\u4E0D\u5B58\u5728.
AbstractItemMigrationTask.taskFailed=\u8FC1\u79FB{0}\u9879\u76EE\u5931\u8D25{1}
ColumnNameChangedExt.columnChanged=\u7ED3\u70B9: {0} \u5217\u6539\u53D8: {1}-> {2}
MappingFileLoader.DbTypeAlreadyExists=\u5728 dbms id \"{0}\" \u6620\u5C04\u4E2D\uFF0CDb \u7C7B\u578B \"{1}\" \u591A\u6B21\u51FA\u73B0\u5728\u4EE5\u4E0B\u8282\u70B9\u4E0A\u7684 \"{2}\" \u6587\u4EF6\u4E2D\uFF1A{3}
AbstractComponentsProvider.folderNotExist=\u6587\u4EF6\u5939 {0} \u4E0D\u5B58\u5728\u3002
AbstractItemMigrationTask.taskFailed=\u8FC1\u79FB\u4EFB\u52A1 {0} \u5728\u8FC1\u79FB\u9879\u76EE {1} \u65F6\u5931\u8D25
ColumnNameChangedExt.columnChanged=\u8282\u70B9\uFF1A{0} \u5217\u5DF2\u66F4\u6539\uFF1A{1}-> {2}
ComponentToRepositoryProperty.error=\u9519\u8BEF
ComponentToRepositoryProperty.ImpossibleUseOCI=\u4E0D\u80FD\u518D\u5E93\u4E2D\u4F7F\u7528OCI\u7C7B\u578B\uFF01
ComponentToRepositoryProperty.ImpossibleUseOCI=\u4E0D\u80FD\u5728\u5B58\u50A8\u5E93\u4E2D\u4F7F\u7528 OCI \u7C7B\u578B\uFF01
ContextComposite.tableValue=\u8868\u683C\u5F0F\u503C
ContextComposite.treeValue=\u6811\u683C\u5F0F\u503C
ContextComposite.variable=\u53D8\u91CF
ContextSetConfigurationDialog.nameNotValid=\u8BE5\u540D\u79F0\u65E0\u6548
ConextTemplateComposite.addToRepositoryContextAction.label=\u6DFB\u52A0\u5230repository\u4E0A\u4E0B\u6587
ContextSetConfigurationDialog.nameNotValid=\u540D\u79F0\u65E0\u6548
ConextTemplateComposite.addToRepositoryContextAction.label=\u6DFB\u52A0\u5230\u5B58\u50A8\u5E93\u4E0A\u4E0B\u6587
ECodeLanguage.unknowLanguage=\u672A\u77E5\u8BED\u8A00
ExtractMetaDataUtils.noData=\u672A\u627E\u5230\u6570\u636E.
ExtractMetaDataUtils.noData=\u672A\u627E\u5230\u6570\u636E\u3002
JavaSimpleDateFormatProposalProvider.displaySingleQuote=\\ \'\'\uFF1A\u663E\u793A\u4E00\u4E2A\u5355\u5F15\u53F7
JavaSimpleDateFormatProposalProvider.quoteDisplayError=\u4E24\u4E2A\u5355\u5F15\u53F7\u663E\u793A\u4E3A\u4E00\u4E2A\u5355\u5F15\u53F7
JavaTypesManager.bigDecimal=BIGDECIMAL \u662F\u6570\u5B57\uFF1A
JavaTypesManager.integer=INTEGER \u662F\u6570\u5B57:
JavaTypesManager.list=LIST \u662F\u6570\u5B57:
JavaTypesManager.string=STRING \u662F\u6570\u5B57\uFF1A
MetadataTalendType.dbIdNotFound=DBMS Id\uFF1A{0}\u65E0\u6CD5\u627E\u5230\uFF01
PatternCalendar.dateFormat=\"yyyy-MM-dd HH:mm:ss\"
PatternCalendar.example=\u793A\u4F8B:
PerlDynamicProposalUtil.autoConvert=\\ \u4F1A\u5728\u751F\u6210\u7684\u4EE3\u7801\u4E2D\u81EA\u52A8\u8F6C\u6362\u4E3A {0}->[index]
ProcessorUtilities.finalizeBuild=\u6700\u7EC8\u786E\u5B9A\u6784\u5EFA...
ProcessorUtilities.generatingJob=\u6B63\u5728\u751F\u6210\u4F5C\u4E1A...
ProcessorUtilities.loadingJob=\u6B63\u5728\u52A0\u8F7D\u4F5C\u4E1A...
VersionSection.Status=\u72B6\u6001
XSDValidater.IllegalArgument=\u8F93\u5165\u7684xsd\u6587\u4EF6\u4E0D\u5B58\u5728
XSDValidater.IllegalArgument=\u8F93\u5165 XSD \u6587\u4EF6\u4E0D\u5B58\u5728
MultiStringSelectionDialog.nameEmpty=\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A
PromptDialog.stringTip=\u8F93\u5165\u6587\u5B57\u5FC5\u987B\u7F6E\u4E8E\u5355\u5F15\u53F7\u5185\u3002
ApplicationActionBarAdvisor.menuFileLabel=\u6587\u4EF6(&F)
ApplicationActionBarAdvisor.menuEditLabel=\u7F16\u8F91(&E)
ApplicationActionBarAdvisor.gotoLabel=\u8DF3\u8F6C
ApplicationActionBarAdvisor.projectLabel=\u5DE5\u7A0B
ApplicationActionBarAdvisor.navigateLabel=\u5BFC\u822A(&N)
ApplicationActionBarAdvisor.gotoLabel=\u8DF3\u8F6C(&G)
ApplicationActionBarAdvisor.projectLabel=\u5DE5\u7A0B(&P)
ApplicationActionBarAdvisor.menuWindowLabel=\u7A97\u53E3(&W)
ApplicationActionBarAdvisor.menuHelpLabel=\u5E2E\u52A9(&H)
BusinessAppearanceComposite.textAlignmentGroup=\u6587\u672C\u5BF9\u9F50
@@ -134,63 +163,157 @@ BusinessAppearanceComposite.textAlignment.horizontal.centre=\u4E2D\u592E
BusinessAppearanceComposite.textAlignment.vertical.top=\u9876\u90E8
BusinessAppearanceComposite.textAlignment.vertical.bottom=\u5E95\u90E8
BusinessAppearanceComposite.textAlignment.vertical.centre=\u4E2D\u592E
ConextTableValuesComposite.nameLabel=\u57fa\u672c\u6570\u636e\u540d
ContextTemplateComposite.CommentLabel=\u5907\u6CE8
ContextTemplateComposite.nameLabel=\u57fa\u672c\u6570\u636e\u540d
ConextTableValuesComposite.nameLabel=\u540D\u79F0
ContextTemplateComposite.CommentLabel=\u6CE8\u91CA
ContextTemplateComposite.nameLabel=\u540D\u79F0
ContextTemplateComposite.scriptCodeLabel=\u811A\u672C\u4EE3\u7801
ContextTemplateComposite.sourceLabel=\u8D44\u6E90
ContextTemplateComposite.sourceLabel=\u6E90
ContextTemplateComposite.typeLabel=\u7C7B\u578B
ContextTreeConstants.contextName=\u7EC4\u4EF6
ContextTreeConstants.contextName=\u4E0A\u4E0B\u6587
ContextTreeConstants.promptName=\u63D0\u793A
ContextTreeConstants.valueName=\u53C2\u6570\u503C
ContextTreeConstants.valueName=\u503C
ContextTreeConstants.variableName=\u53D8\u91CF
GroupByContextAction.groupContext=\u6309\u4E0A\u4E0B\u6587\u5206\u7EC4
GroupByVariableAction.groupVariable=\u6309\u53D8\u91CF\u5206\u7EC4
EComponentCategory_advanceSetting=\u9AD8\u7EA7\u8BBE\u7F6E
CorePreferencePage.alwaysWelcome=\u542F\u52A8\u65F6\u59CB\u7EC8\u663E\u793A\u6B22\u8FCE\u89C6\u56FE
MetadataTool.errorMessage=\u65E0\u6CD5\u8F93\u5165\u5F53\u524D\u5B57\u7B26\u3002
MetadataTool.invalid=\u65E0\u6548\u503C
MetadataTool.invalidChar=\u65E0\u6548\u5B57\u7B26
MetadataTool.nameNull=Schema \u540D\u79F0\u4E0D\u80FD\u4E3A null\u3002
MetadataTool.nullValue=Null \u503C
MetadataTool.schemaExist=schema \u540D\u79F0\u5DF2\u5B58\u5728\u3002
MetadataTool.schemaIn=schema \u540D\u79F0\u65E0\u6548\u3002
MetadataTool.schemaInvalid=Schema \u540D\u79F0\u65E0\u6548\u3002
MetadataTool.schemaNull=Schema \u540D\u79F0\u4E3A null\u3002
RepositoryUpdateManager.NotFoundMessages=\u6CA1\u6709\u53EF\u5BFB\u627E\u7684\u5173\u7CFB\u3002
RepositoryUpdateManager.NotFoundTitle=\u627E\u4E0D\u5230
EUpdateItemType.ContextGroup=ContextGroup
UpdatesConstants.ContextGroup=\u4E0A\u4E0B\u6587\u7EC4
ExtractMetaDataUtils.1=\u65E0\u6CD5\u521D\u59CB\u5316\u8FDE\u63A5\u3002
RelationshipItemBuilder.buildingIndex=\u6B63\u5728\u6784\u5EFA\u7D22\u5F15...
RelationshipItemBuilder.forItem=\u4E3A\u9879\u76EE
RuleOperationChoiceDialog.editRules=\u7F16\u8F91\u89C4\u5219
RuleOperationChoiceDialog.rule=\u89C4\u5219:
RuleOperationChoiceDialog.selectRulesFile=\u4ECE\u6587\u4EF6\u9009\u62E9\u89C4\u5219
RuleOperationChoiceDialog.viewRules=\u67E5\u770B\u89C4\u5219 (\u53EA\u8BFB)
EComponentCategory_appearance=\u5916\u89C2
EComponentCategory_assignment=\u6307\u6D3E
EComponentCategory_context=\u7EC4\u4EF6
EComponentCategory_assignment=\u5206\u914D
EComponentCategory_basicSetting=\u57FA\u672C\u8BBE\u7F6E
EComponentCategory_context=\u4E0A\u4E0B\u6587
EComponentCategory_doc=\u6587\u6863
EComponentCategory_main=\u4E3B\u7EBF
EComponentCategory_sqlTemplate=SQL\u6A21\u677F
EComponentCategory_statsAndLogs=\u9759\u6001\u4FE1\u606F\u548C\u65E5\u5FD7
EComponentCategory_dynamicSetting=\u52A8\u6001\u8BBE\u7F6E
EComponentCategory_errorRecovery=\u9519\u8BEF\u6062\u590D
EComponentCategory_extra=\u9644\u52A0
EComponentCategory_logs=\u65E5\u5FD7
EComponentCategory_main=\u4E3B
EComponentCategory_properties=\u5C5E\u6027
EComponentCategory_rulerAndGrid=\u6807\u5C3A\u548C\u7F51\u683C
EComponentCategory_sqlTemplate=SQL \u6A21\u677F
EComponentCategory_statsAndLogs=\u7EDF\u8BA1\u53CA\u65E5\u5FD7
EComponentCategory_svnHistory=SVN \u5386\u53F2\u8BB0\u5F55
EComponentCategory_technical=\u6280\u672F
EComponentCategory_version=\u7248\u672C
EComponentCategory_view=\u89c6\u56fe
EComponentCategory.advancedSettings=\u9AD8\u7EA7\u8BBE\u7F6E
EComponentCategory_view=\u89C6\u56FE
InegerCellEditorListener.NegativeNumberMessage={0} \u7684\u503C\u4E0D\u80FD\u662F\u8D1F\u6570\u3002
InegerCellEditorListener.NumeralMessage={0} \u7684\u503C\u5E94\u8BE5\u4E3A\u6570\u5B57\u3002
EComponentCategory_headerFooter=\u6587\u4EF6\u5934/\u6587\u4EF6\u5C3E
EComponentCategory.basicRun=\u57FA\u672C\u8FD0\u884C
EComponentCategory.breakpoint=\u65AD\u70B9
EComponentCategory.debugRun=\u8C03\u8BD5\u8FD0\u884C
EComponentCategory.targetExec=\u76EE\u6807\u6267\u884C
EUpdateItemType.SAPIDoc=SAP IDoc
EUpdateItemType.JobVersion=JobVersion
UpdatesConstants.JobVersion=JobVersion
ProposalUtils.CellProposal.Error=\u5BF9\u6B64\u7C7B\u578B CellEditor \u7684\u63D0\u8BAE\u4E0D\u53D7\u652F\u6301:
ProposalUtils.CtrlProposal.ErrorMsg=\u5BF9\u6B64\u7C7B\u578B\u63A7\u5236\u7684\u63D0\u8BAE\u4E0D\u53D7\u652F\u6301:
HTMLDocGenerator_generate_document=\u751F\u6210\u7684\u6587\u6863
HTMLDocGenerator.author=\u4F5C\u8005
HTMLDocGenerator.author1=\u4F5C\u8005
HTMLDocGenerator.column=\u5217
HTMLDocGenerator.component_list=\u7ec4\u4ef6\u5217\u8868
HTMLDocGenerator.component_name=\u7ec4\u4ef6\u540d
HTMLDocGenerator.comment=\u6CE8\u91CA
HTMLDocGenerator.component=\u7EC4\u4EF6:
HTMLDocGenerator.component_description=\u7EC4\u4EF6\u63CF\u8FF0
HTMLDocGenerator.component_list=\u7EC4\u4EF6\u5217\u8868
HTMLDocGenerator.component_name=\u7EC4\u4EF6\u540D
HTMLDocGenerator.component_parameters=\u7EC4\u4EF6\u53C2\u6570:
HTMLDocGenerator.component_type=\u7EC4\u4EF6\u7C7B\u578B
HTMLDocGenerator.content=\u5185\u5BB9
HTMLDocGenerator.context=\u4e0a\u4e0b\u6587\uff1a
HTMLDocGenerator.description=\u5FC5\u8981\u7684
HTMLDocGenerator.job_description=\u5FC5\u8981\u7684
HTMLDocGenerator.key=\u5173\u952E\u5B57
HTMLDocGenerator.context=\u4E0A\u4E0B\u6587:
HTMLDocGenerator.context_list=\u4E0A\u4E0B\u6587\u5217\u8868
HTMLDocGenerator.creation=\u521B\u5EFA
HTMLDocGenerator.description=\u63CF\u8FF0
HTMLDocGenerator.ended=\u7ED3\u675F
HTMLDocGenerator.extra_settings=\u989D\u5916\u8BBE\u7F6E
HTMLDocGenerator.generation_date=\u751F\u6210\u65E5\u671F
HTMLDocGenerator.input=\u8F93\u5165
HTMLDocGenerator.job_description=\u63CF\u8FF0
HTMLDocGenerator.job_preview_picture=\u9884\u89C8\u56FE\u7247
HTMLDocGenerator.job_settings=\u8BBE\u7F6E
HTMLDocGenerator.key=\u952E
HTMLDocGenerator.label=\u6807\u7B7E
HTMLDocGenerator.language=\u8BED\u8A00
HTMLDocGenerator.length=\u957F\u5EA6
HTMLDocGenerator.mapper.alias=\u522B\u79F0
HTMLDocGenerator.mapper.alias=\u522B\u540D
HTMLDocGenerator.mapper.entries=\u81EA\u5B9A\u4E49\u6761\u4EF6\u6761\u76EE
HTMLDocGenerator.mapper.expression=\u8868\u8FBE\u5F0F
HTMLDocGenerator.mapper.iaminimized=isMinimized
HTMLDocGenerator.mapper.isjoin=isJoin
HTMLDocGenerator.mapper.join.type=\u8FDE\u63A5\u7C7B\u578B
HTMLDocGenerator.mapper.metadatatable.entries=\u5143\u6570\u636E\u8868\u6761\u76EE
HTMLDocGenerator.mapper.operator=\u64CD\u4F5C\u7B26
HTMLDocGenerator.mapper.table.name=\u6570\u636e\u8868
HTMLDocGenerator.modification=\u4fee\u6539
HTMLDocGenerator.name=\u4f5c\u4e1a\u540d
HTMLDocGenerator.nullable=\u53EF\u4E3A\u7A7A
HTMLDocGenerator.mapper.table.for=\u7528\u4E8E\u4EE5\u4E0B\u9879\u7684\u6620\u5C04\u5668\u8868:
HTMLDocGenerator.mapper.table.name=\u8868\u540D\u79F0
HTMLDocGenerator.mapper.table.properties=\u6620\u5C04\u5668\u8868\u5C5E\u6027
HTMLDocGenerator.modification=\u4FEE\u6539
HTMLDocGenerator.name=\u540D\u79F0
HTMLDocGenerator.need_prompt=\u9700\u8981\u63D0\u793A\uFF1F
HTMLDocGenerator.nullable=\u53EF\u4E3A Null
HTMLDocGenerator.original_function_para=\u539F\u59CB\u51FD\u6570\u53C2\u6570:
HTMLDocGenerator.output=\u8F93\u51FA
HTMLDocGenerator.precision=\u7CBE\u5EA6
HTMLDocGenerator.project_description=\u5de5\u7a0b\u63cf\u8ff0
HTMLDocGenerator.project_name=\u5de5\u7a0b\u540d
HTMLDocGenerator.project_description=\u5DE5\u7A0B\u63CF\u8FF0
HTMLDocGenerator.project_name=\u5DE5\u7A0B\u540D\u79F0
HTMLDocGenerator.prompt=\u63D0\u793A
HTMLDocGenerator.properties=\u5C5E\u6027
HTMLDocGenerator.purpose=\u76EE\u7684
HTMLDocGenerator.row_default=\u65e0
HTMLDocGenerator.row_default=\u9ED8\u8BA4
HTMLDocGenerator.row_functions=\u51FD\u6570
HTMLDocGenerator.row_generator_info=\u7528\u4E8E\u4EE5\u4E0B\u9879\u7684\u884C\u751F\u6210\u5668\u4FE1\u606F:
HTMLDocGenerator.row_parameters=\u53C2\u6570
HTMLDocGenerator.schema_for=\u4EE5\u4E0B\u9879\u7684 Schema:
HTMLDocGenerator.source=\u6E90
HTMLDocGenerator.source_code=\u6E90\u4EE3\u7801
HTMLDocGenerator.stats_logs=\u7EDF\u8BA1\u53CA\u65E5\u5FD7
HTMLDocGenerator.status=\u72B6\u6001
HTMLDocGenerator.summary=\u6982\u8981
HTMLDocGenerator.tmap.constraint.entries=\u7EA6\u675F\u8868\u6761\u76EE
HTMLDocGenerator.tmap.isinnerjoin=isInnerJoin
HTMLDocGenerator.tmap.isnullable=isNullable
HTMLDocGenerator.tmap.isreject=isReject
HTMLDocGenerator.tmap.isrejectinner=isRejectInnerJoin
HTMLDocGenerator.tmap.matching.mode=\u5339\u914D\u6A21\u5F0F
HTMLDocGenerator.type=\u7C7B\u578B
HTMLDocGenerator.unique_name=\u552f\u4e00\u540d\u5b57
HTMLDocGenerator.value=\u503c
HTMLDocGenerator.unique_name=\u552F\u4E00\u540D\u79F0
HTMLDocGenerator.value=\u503C
HTMLDocGenerator.values=\u503C
HTMLDocGenerator.version=\u7248\u672C
ConnectionParameterName.HostLabel=\u4e3b\u673a
ConnectionParameterName.PortLabel=\u7aef\u53e3
ConnectionParameterName.SchemaLabel=\u67B6\u6784
ConnectionParameterName.HostLabel=\u4E3B\u673A
ConnectionParameterName.PortLabel=\u7AEF\u53E3
ConnectionParameterName.SchemaLabel=Schema
ConnectionParameterName.UserLabel=\u7528\u6237
ConnectionParameterName.PasswordLabel=\u5bc6\u7801
ConnectionParameterName.DbPathLabel=\u6570\u636E\u5E93\u7684\u6839\u8DEF\u5F84
ConnectionParameterName.PasswordLabel=\u5BC6\u7801
ConnectionParameterName.DbPathLabel=\u6570\u636E\u5E93\u6839\u8DEF\u5F84
HTMLDocGenerator.tmap.expressionfilter=expressionFilter
ActionBarBuildHelper.CloseEditorAction_text=& \u5173\u95ED
ActionBarBuildHelper.CloseEditorAction_toolTip=\u5173\u95ED
ActionBarBuildHelper.CloseAllAction_text=\u5173\u95ED\u5168\u90E8
ActionBarBuildHelper.CloseAllAction_toolTip=\u5173\u95ED\u6240\u6709
ActionBarBuildHelper.SaveAll_text=\u4FDD\u5B58\u6240\u6709
ActionBarBuildHelper.SaveAll_toolTip=\u4FDD\u5B58\u5168\u90E8
ContextOrderProperty.BuiltInComment=\u5185\u7F6E\u4E0A\u4E0B\u6587\u53D8\u91CF
ContextOrderProperty.RepositoryComment=\u6765\u81EA\u5B58\u50A8\u5E93\u4E0A\u4E0B\u6587\u7684\u4E0A\u4E0B\u6587\u53D8\u91CF\uFF1A
ProcessorUtilities.nullProcess=testCase \u8FDB\u7A0B\u4E3A null\u3002
EComponentCategory_advanceSetting=\u9AD8\u7EA7\u8BBE\u7F6E
EComponentCategory.advancedSettings=\u9AD8\u7EA7\u8BBE\u7F6E
ConnectionParameterName.DatabaseLabel=\u6570\u636E\u5E93
ConnectionParameterName.DbfileLabel=\u6570\u636E\u5E93

View File

@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl
Bundle-SymbolicName: org.talend.core.repository.nl
Bundle-Version: 6.3.1.qualifier
Bundle-Version: 7.2.1.qualifier
Fragment-Host: org.talend.core.repository

View File

@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tcommon-studio-se</artifactId>
<version>6.3.1-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.core.repository.nl</artifactId>
<packaging>eclipse-plugin</packaging>
</project>
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tcommon-studio-se</artifactId>
<version>7.2.1</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.core.repository.nl</artifactId>
<packaging>eclipse-plugin</packaging>
</project>

View File

@@ -1,17 +1,17 @@
AbstractEMFRepositoryFactory.job=Job
AbstractEMFRepositoryFactory.presistenceException.whoCauseProblems=Folgende Objekte verursachen Probleme:
ProxyRepositoryFactory.bussinessException.itemNonModifiable=Sie haben nicht genügent Rechte, um diese Aktion durchzuführen
ProxyRepositoryFactory.illegalArgumentException.labelNotMatchPattern=Beschriftung {0} stimmt nicht mit Pattern {1} überein
ProxyRepositoryFactory.bussinessException.itemNonModifiable=Sie haben nicht gen\u00FCgent Rechte, um diese Aktion durchzuf\u00FChren
ProxyRepositoryFactory.illegalArgumentException.labelNotMatchPattern=Beschriftung {0} stimmt nicht mit Pattern {1} \u00FCberein
ProxyRepositoryFactory.Label=Beschriftung
ProxyRepositoryFactory.log.Restoration=Wiederherstellung [{0}] von {1} bis "/{2}".
ProxyRepositoryFactory.log.lock=Sperre [{0}] von "{1}".
ProxyRepositoryFactory.log.loggedOn={0} gelogged nach {1}
ProxyRepositoryFactory.log.logicalDeletion=Logische Löscung [{0}] durch {1}.
ProxyRepositoryFactory.log.logicalDeletion=Logische L\u00F6scung [{0}] durch {1}.
ProxyRepositoryFactory.log.move=Verschiebe [{0}] nach "{1}".
ProxyRepositoryFactory.log.physicalDeletion=Physische Löschung [{0}] durch {1}.
ProxyRepositoryFactory.log.tempFolderEmptied=Temporärer Order geleert ({0} Dateien gelöscht in {1} ms)
ProxyRepositoryFactory.log.physicalDeletion=Physische L\u00F6schung [{0}] durch {1}.
ProxyRepositoryFactory.log.tempFolderEmptied=Tempor\u00E4rer Order geleert ({0} Dateien gel\u00F6scht in {1} ms)
ProxyRepositoryFactory.log.unlock=Entsperrt [{0}] durch "{1}".
ProxyRepositoryFactory.logonInProgress=Anmeldung wird durchgeführt...
ProxyRepositoryFactory.logonInProgress=Anmeldung wird durchgef\u00FChrt...
ProxyRepositoryFactory.synchronizeLibraries=Synchroniziere Bibliotheken...
CreateSandboxProjectDialog.Failure=Fehlschlag
CreateSandboxProjectDialog.ProjectDesc=Beschreibung
@@ -24,15 +24,15 @@ CreateSandboxProjectDialog.Login=Anmeldung
CreateSandboxProjectDialog.Password=Passwort
PropertiesWizardPage.Author=Autor
PropertiesWizardPage.Description=Beschreibung
PropertiesWizardPage.ItemExistsError=Ein solches Element existiert bereits. Prüfen und leeren Sie ggf. den Papierkorb
PropertiesWizardPage.KeywordsError=Name ist kein gültiger Bezeichner.
PropertiesWizardPage.ItemExistsError=Ein solches Element existiert bereits. Pr\u00FCfen und leeren Sie ggf. den Papierkorb
PropertiesWizardPage.KeywordsError=Name ist kein g\u00FCltiger Bezeichner.
PropertiesWizardPage.Name=Name
PropertiesWizardPage.NameEmptyError=Name ist leer.
PropertiesWizardPage.NameFormatError=Name enthält ungültige Zeichen.
PropertiesWizardPage.NameFormatError=Name enth\u00E4lt ung\u00FCltige Zeichen.
PropertiesWizardPage.Path=Pfad
PropertiesWizardPage.Purpose=Verwendungszweck
PropertiesWizardPage.SelectfolderMessage=Wählen Sie den Ordner aus, in dem das Objekt erzeugt werden soll
PropertiesWizardPage.SelectfolderTitle=Ordner auswählen
PropertiesWizardPage.SelectfolderMessage=W\u00E4hlen Sie den Ordner aus, in dem das Objekt erzeugt werden soll
PropertiesWizardPage.SelectfolderTitle=Ordner ausw\u00E4hlen
PropertiesWizardPage.Status=Status
PropertiesWizardPage.Version=Version
PropertiesWizardPage.Version.Major=M
@@ -42,35 +42,35 @@ EAuthenticationMethod.simpleAuth=Einfache Authentifizierung
CopyAction.thisText.copy=Kopieren
RestoreAction.action.title=Wiederherstellen
RestoreAction.action.toolTipText=Wiederherstellen
PasteAction.thisText.paste=Einfügen
DeleteAction.action.foreverTitle=Endgültig löschen
DeleteAction.action.logicalTitle=Löschen
PasteAction.thisText.paste=Einf\u00FCgen
DeleteAction.action.foreverTitle=Endg\u00FCltig l\u00F6schen
DeleteAction.action.logicalTitle=L\u00F6schen
DeleteAction.action.logicalToolTipText=Objekt in den Papierkorb verschieben
DeleteAction.dialog.message0=werden endgültig gelöscht (keine Wiederherstellung möglich)
DeleteAction.dialog.message0=werden endg\u00FCltig gel\u00F6scht (keine Wiederherstellung m\u00F6glich)
DeleteAction.dialog.message2=Trotzdem weitermachen ?
DeleteAction.dialog.messageAllElements=Alle Elemente werden endgültig gelöscht. (Wiederherstellung nicht möglich)
DeleteAction.dialog.title=Endgültig löschen
DeleteAction.error.title=Löschen nicht erlaubt
DeleteAction.warning.message1=Kann Ordner nicht löschen, da wenigstens ein Element in dem Ordner noch geöffnet ist. schließen Sie jegliche Elemente und probieren sie es erneut
DeleteAction.dialog.messageAllElements=Alle Elemente werden endg\u00FCltig gel\u00F6scht. (Wiederherstellung nicht m\u00F6glich)
DeleteAction.dialog.title=Endg\u00FCltig l\u00F6schen
DeleteAction.error.title=L\u00F6schen nicht erlaubt
DeleteAction.warning.message1=Kann Ordner nicht l\u00F6schen, da wenigstens ein Element in dem Ordner noch ge\u00F6ffnet ist. schlie\u00DFen Sie jegliche Elemente und probieren sie es erneut
DeleteAction.warning.title=Warnung
DuplicateAction.dialog.title=Bitte einen Job-Namen eingeben
DuplicateAction.thisText.duplicate=Duplizieren
DuplicateAction.NameEmptyError=Name ist leer.
DuplicateAction.NameFormatError=Name enthält ungültige Zeichen.
DuplicateAction.ItemExistsError=Ein solches Element existiert bereits. Prüfen und leeren Sie ggf. den Papierkorb
DuplicateAction.KeywordsError=Name ist kein gültiger Bezeichner.
DuplicateAction.NameFormatError=Name enth\u00E4lt ung\u00FCltige Zeichen.
DuplicateAction.ItemExistsError=Ein solches Element existiert bereits. Pr\u00FCfen und leeren Sie ggf. den Papierkorb
DuplicateAction.KeywordsError=Name ist kein g\u00FCltiger Bezeichner.
EmptyRecycleBinAction.action.title=Papierkorb leeren
EmptyRecycleBinAction.action.toolTipText=Papierkorb leeren
EmptyRecycleBinAction.dialog.title=Papierkorb leeren
PasteObjectAction.error.labelAlreadyExists=Ein Objekt mit dieser Beschriftung exisitiert bereits in diesem Verzeichnis
PasteObjectAction.error.title=Einfügen nicht möglich
JobletReferenceDialog.DeletedInfor=Mülleimer
PasteObjectAction.error.title=Einf\u00FCgen nicht m\u00F6glich
JobletReferenceDialog.DeletedInfor=M\u00FClleimer
JobletReferenceDialog.project=Projekt
ContextReferenceDialog.Recycle=Mülleimer
ContextReferenceDialog.Recycle=M\u00FClleimer
ContextReferenceDialog.Types=Typ
ItemReferenceDialog.item=Element
ItemReferenceDialog.project=Projekt
ItemReferenceDialog.deletedInfor=Mülleimer
ItemReferenceDialog.deletedInfor=M\u00FClleimer
ProjectRepositoryNode.code=Code
ProjectRepositoryNode.columns=Spalten
ProjectRepositoryNode.validationRules=Validierungsregeln
@@ -83,10 +83,10 @@ ProjectRepositoryNode.sapFunctions=SAP Funktionen
ProjectRepositoryNode.sapIDocs=SAP iDocs
RepositoryDropAdapter_moveTitle=Verschieben
NewFolderWizard.description=Neuen Ordner im Repository erzeugen
NewFolderWizard.failureText=Es ist ein Fehler aufgetreten. Ordner kann nicht erzeugt werden. Sehen Sie ins Log für weitere Details.
NewFolderWizard.failureText=Es ist ein Fehler aufgetreten. Ordner kann nicht erzeugt werden. Sehen Sie ins Log f\u00FCr weitere Details.
NewFolderWizard.failureTitle=ERROR
NewFolderWizard.label=Beschriftung
NewFolderWizard.nameEmpty=Beschriftung wird benötigt
NewFolderWizard.nameEmpty=Beschriftung wird ben\u00F6tigt
NewFolderWizard.nameInvalid=Beschriftung {0} ist nicht erlaubt
NewFolderWizard.title=Ordner
NewFolderWizard.windowTitle=Neuer Ordner
@@ -94,5 +94,5 @@ CreateFolderAction.action.title=Erstelle Ordner
CreateFolderAction.action.toolTipText=Erstelle Ordner
RenameFolderAction.action.title=Ordner umbennnen
RenameFolderAction.action.toolTipText=Ordner umbennnen
RenameFolderAction.warning.editorOpen.title=Aktion nicht verfügbar
RenameFolderAction.warning.cannotFind.title=Aktion nicht verfügbar
RenameFolderAction.warning.editorOpen.title=Aktion nicht verf\u00FCgbar
RenameFolderAction.warning.cannotFind.title=Aktion nicht verf\u00FCgbar

View File

@@ -178,7 +178,6 @@ ProxyRepositoryFactory.DeleteFolderContainsLockedItem=Cannot delete a folder whi
ProxyRepositoryFactory.MoveFolderContainsLockedItem=Cannot move a folder which contains locked items
ProxyRepositoryFactory.RenameFolderContainsLockedItem=Cannot rename a folder which contains locked items
RepositoryDropAdapter_errorMsg=This directory contains the locked item,it can not be moved now
RepositoryDropAdapter_folder=Folder
RenameFolderAction.description=Rename the folder
ProxyRepositoryFactory.projectCanNotOpen=Cannot open the project.Error task is {0}.
ProjectRepositoryNode.sapBapi=SAP Bapi
@@ -194,3 +193,16 @@ ProjectRepositoryNode.sapBWInfoCube=SAP InfoCube
ProjectRepositoryNode.sapBWInfoObject=SAP InfoObject
ConvertJobsUtil.warning.title=Warning
ConvertJobsUtil.warning.message=The target framework is not fully supported for this release.
ItemReferenceDialog.doNotDelete.button=Don't delete
ItemReferenceDialog.forceDelete.button=Force delete
ItemReferenceDialog.forceDelete.warn.title=Are You Sure?
ItemReferenceDialog.forceDelete.warn.message=Force delete action may break items which use this item. Do you really want to force delete it?
ProjectRepositoryNode.sapContentExtractor=SAP BI Content Extractor
ProjectRepositoryNode.calculationViewSchemas=Calculation View schemas
ProjectRepositoryNode.sapBWAdvancedDataStoreObject=SAP ADSO
ProxyRepositoryFactory.CycleReferenceError=The cycle projects reference detected.
ProxyRepositoryFactory.titleWarning=Warning
ProxyRepositoryFactory.msgMissingReferencedProjects=Missing referenced project [{0}]. Do you want to continue login project?
ProxyRepositoryFactory.exceptionMissingReferencedProjects=Missing referenced project [{0}].
ProxyRepositoryFactory.btnLabelContinue=Continue
ProxyRepositoryFactory.load.sdk.componnents=Load SDK Components...

View File

@@ -3,18 +3,18 @@ AbstractEMFRepositoryFactory.job=Trabajo
AbstractEMFRepositoryFactory.presistenceException.whoCauseProblems=Los elementos que causan problema son:
ProxyRepositoryFactory.Label=Etiqueta
CreateSandboxProjectDialog.Failure=Fallo
CreateSandboxProjectDialog.ProjectDesc=Descripción
CreateSandboxProjectDialog.ProjectDesc=Descripci\u00F3n
CreateSandboxProjectDialog.ProjectLabel=Etiqueta
CreateSandboxProjectDialog.successTitile=Éxito
CreateSandboxProjectDialog.successTitile=\u00C9xito
CreateSandboxProjectDialog.svnUrl=Url
CreateSandboxProjectDialog.userLastname=Apellidos
CreateSandboxProjectDialog.Password=Contraseña
CreateSandboxProjectDialog.Password=Contrase\u00F1a
PropertiesWizardPage.Author=Autor
PropertiesWizardPage.Locker=Bloqueador
PropertiesWizardPage.Description=Descripción
PropertiesWizardPage.Description=Descripci\u00F3n
PropertiesWizardPage.Name=Nombre
PropertiesWizardPage.Status=Estado
PropertiesWizardPage.Version=Versión
PropertiesWizardPage.Version=Versi\u00F3n
CopyAction.thisText.copy=Copiar
PasteAction.thisText.paste=Pegar
DeleteAction.action.logicalTitle=Borrar

View File

@@ -1,169 +1,180 @@
AbstractEMFRepositoryFactory.cannotGenerateItem=Impossible de créer le libellé de l'élément collé.
AbstractEMFRepositoryFactory.cannotGenerateItem=Impossible de cr\u00E9er le libell\u00E9 de l'\u00E9l\u00E9ment coll\u00E9.
AbstractEMFRepositoryFactory.job=Job
AbstractEMFRepositoryFactory.presistenceException.OnlyOneOccurenceMustbeFound=Plusieurs éléments ont été récupérés en même temps.\n{0}
AbstractEMFRepositoryFactory.presistenceException.whoCauseProblems=Les éléments à l'origine des problèmes sont :
AbstractEMFRepositoryFactory.presistenceException.OnlyOneOccurenceMustbeFound=Plusieurs \u00E9l\u00E9ments ont \u00E9t\u00E9 r\u00E9cup\u00E9r\u00E9s en m\u00EAme temps.\n{0}
AbstractEMFRepositoryFactory.presistenceException.whoCauseProblems=Les \u00E9l\u00E9ments \u00E0 l'origine des probl\u00E8mes sont :
AbstractEMFRepositoryFactory.requiredComponent=Requis pour utiliser le composant \:
ProxyRepositoryFactory.bussinessException.itemNonModifiable=Vous n'avez pas assez de droits pour cette action
ProxyRepositoryFactory.exec.migration.tasks=Exécution des tâches de migration
ProxyRepositoryFactory.illegalArgumentException.labeAlreadyInUse=Le libellé {0} est déjà utilisé
ProxyRepositoryFactory.illegalArgumentException.labelNotMatchPattern=Le libellé {0} ne correspond pas au modèle {1}
ProxyRepositoryFactory.exec.migration.tasks=Ex\u00E9cution des t\u00E2ches de migration
ProxyRepositoryFactory.illegalArgumentException.labeAlreadyInUse=Le libell\u00E9 {0} est d\u00E9j\u00E0 utilis\u00E9
ProxyRepositoryFactory.illegalArgumentException.labelNotMatchPattern=Le libell\u00E9 {0} ne correspond pas au mod\u00E8le {1}
ProxyRepositoryFactory.initializeProjectConnection=Initialisation de la connexion au projet
ProxyRepositoryFactory.JobNameErroe=Erreur dans le nom du Job
ProxyRepositoryFactory.Label=Libellé
ProxyRepositoryFactory.Label=Libell\u00E9
ProxyRepositoryFactory.load.componnents=Charger des composants...
ProxyRepositoryFactory.log.Restoration=Restauration de [{0}] par {1} vers "/{2}".
ProxyRepositoryFactory.log.lock=Verrou de [{0}] par "{1}".
ProxyRepositoryFactory.log.loggedOn={0} connecté à {1}
ProxyRepositoryFactory.log.loggedOn={0} connect\u00E9 \u00E0 {1}
ProxyRepositoryFactory.log.logicalDeletion=Suppression logique de [{0}] par {1}.
ProxyRepositoryFactory.log.move=Déplacement de [{0}] vers "{1}".
ProxyRepositoryFactory.log.move=D\u00E9placement de [{0}] vers "{1}".
ProxyRepositoryFactory.log.newIdGenerated=Nouvel ID g\u00E9n\u00E9r\u00E9 sur le projet [{0}] \= {1}
ProxyRepositoryFactory.log.physicalDeletion=Suppression physique de [{0}] par {1}
ProxyRepositoryFactory.log.tempFolderEmptied=Dossier temp vidé ({0} fichiers supprimés en {1}ms)
ProxyRepositoryFactory.log.unlock=Déverrouiller [{0}] par "{1}".
ProxyRepositoryFactory.log.tempFolderEmptied=Dossier temp vid\u00E9 ({0} fichiers supprim\u00E9s en {1}ms)
ProxyRepositoryFactory.log.unlock=D\u00E9verrouiller [{0}] par "{1}".
ProxyRepositoryFactory.logonInProgress=Connexion en cours...
ProxyRepositoryFactory.projectIsNotCompatible=Le projet {0} a été ouvert par un studio plus récent. Impossible de l'ouvrir.
ProxyRepositoryFactory.projectIsNotCompatible=Le projet {0} a \u00E9t\u00E9 ouvert par un studio plus r\u00E9cent. Impossible de l'ouvrir.
ProxyRepositoryFactory.ReplaceJob=est en cours d'utilisation, voulez-vous le remplacer ?
ProxyRepositoryFactory.synch.repo.items=Synchronisation des éléments du référentiel
ProxyRepositoryFactory.synchronizeLibraries=Synchronisation des bibliothèques...
CreateSandboxProjectDialog.createUserLabel=Créer un nouvel utilisateur lié au projet Sandbox créé
ProxyRepositoryFactory.synch.repo.items=Synchronisation des \u00E9l\u00E9ments du r\u00E9f\u00E9rentiel
ProxyRepositoryFactory.synchronizeLibraries=Synchronisation des biblioth\u00E8ques...
CreateSandboxProjectDialog.createUserLabel=Cr\u00E9er un nouvel utilisateur li\u00E9 au projet Sandbox cr\u00E9\u00E9
CreateSandboxProjectDialog.Failure=Echec
CreateSandboxProjectDialog.failureMessage=Echec de la création du projet Sandbox.
CreateSandboxProjectDialog.failureMessage=Echec de la cr\u00E9ation du projet Sandbox.
CreateSandboxProjectDialog.ProjectDesc=Description
CreateSandboxProjectDialog.ProjectLabel=Libellé
CreateSandboxProjectDialog.ProjectSvnAdvance=Paramètres avancés de SVN
CreateSandboxProjectDialog.successMessage=Création réussie du projet Sandbox.
CreateSandboxProjectDialog.successTitile=Succès
CreateSandboxProjectDialog.ProjectLabel=Libell\u00E9
CreateSandboxProjectDialog.ProjectSvnAdvance=Param\u00E8tres avanc\u00E9s de SVN
CreateSandboxProjectDialog.successMessage=Cr\u00E9ation r\u00E9ussie du projet Sandbox.
CreateSandboxProjectDialog.successTitile=Succ\u00E8s
CreateSandboxProjectDialog.svnUrl=URL
CreateSandboxProjectDialog.Title=Créer le projet Sandbox - {0}
CreateSandboxProjectDialog.userFirstname=Prénom
CreateSandboxProjectDialog.Title=Cr\u00E9er le projet Sandbox - {0}
CreateSandboxProjectDialog.userFirstname=Pr\u00E9nom
CreateSandboxProjectDialog.userLastname=Nom de famille
CreateSandboxProjectDialog.userLoginMessage=Le nom du projet SVN ne peut être vide
CreateSandboxProjectDialog.userLoginValidMessage=L'identifiant de l'utilisateur doit être un e-mail valide
CreateSandboxProjectDialog.userPasswordEmptyMessage=Le mot de passe ne doit pas être vide
CreateSandboxProjectDialog.userLoginMessage=Le nom du projet SVN ne peut \u00EAtre vide
CreateSandboxProjectDialog.userLoginValidMessage=L'identifiant de l'utilisateur doit \u00EAtre un e-mail valide
CreateSandboxProjectDialog.userPasswordEmptyMessage=Le mot de passe ne doit pas \u00EAtre vide
CreateSandboxProjectDialog.Login=Identifiant
CreateSandboxProjectDialog.Password=Mot de passe
CreateSandboxProjectDialog.URLMessage=Vous devez définir l'URL SVN
CreateSandboxProjectDialog.userSvnSettingLabel=Paramètres par défaut SVN
CreateSandboxProjectDialog.URLMessage=Vous devez d\u00E9finir l'URL SVN
CreateSandboxProjectDialog.userSvnSettingLabel=Param\u00E8tres par d\u00E9faut SVN
PropertiesWizardPage.Author=Auteur
PropertiesWizardPage.Locker=Verrouillé par :
PropertiesWizardPage.Locker=Verrouill\u00E9 par :
PropertiesWizardPage.Description=Description
PropertiesWizardPage.EmptyDescWarning=Il n'est pas recommandé de laisser vide la description.
PropertiesWizardPage.EmptyPurposeWarning=Il n'est pas recommandé de laisser l'objectif vide.
PropertiesWizardPage.ItemExistsError=Cet élément existe déjà. Vérifiez la corbeille et videz-la si besoin.
PropertiesWizardPage.EmptyDescWarning=Il n'est pas recommand\u00E9 de laisser vide la description.
PropertiesWizardPage.EmptyPurposeWarning=Il n'est pas recommand\u00E9 de laisser l'objectif vide.
PropertiesWizardPage.ItemExistsError=Cet \u00E9l\u00E9ment existe d\u00E9j\u00E0. V\u00E9rifiez la corbeille et videz-la si besoin.
PropertiesWizardPage.KeywordsError=Le nom n'est pas un identifiant valide.
PropertiesWizardPage.Name=Nom
PropertiesWizardPage.NameEmptyError=Le nom est vide.
PropertiesWizardPage.NameFormatError=Le nom contient des caractères incorrects.
PropertiesWizardPage.NameFormatError=Le nom contient des caract\u00E8res incorrects.
PropertiesWizardPage.Path=Chemin
PropertiesWizardPage.Purpose=Objectif
PropertiesWizardPage.Select=Sélectionner
PropertiesWizardPage.SelectfolderMessage=Sélectionner le dossier dans lequel l'élément sera créé
PropertiesWizardPage.SelectfolderTitle=Sélectionner dossier
PropertiesWizardPage.Select=S\u00E9lectionner
PropertiesWizardPage.SelectfolderMessage=S\u00E9lectionner le dossier dans lequel l'\u00E9l\u00E9ment sera cr\u00E9\u00E9
PropertiesWizardPage.SelectfolderTitle=S\u00E9lectionner dossier
PropertiesWizardPage.Status=Statut
PropertiesWizardPage.Version=Version
PropertiesWizardPage.Version.Major=M
PropertiesWizardPage.Version.Minor=M
PropertiesWizardPage.ImageSizeError=Sélectionnez une image de taille 32*32.
PropertiesWizardPage.ImageSizeError=S\u00E9lectionnez une image de taille 32*32.
EAuthenticationMethod.anonymousAuth=Authentification anonyme
EAuthenticationMethod.simpleAuth=Authentification simple
AdvancedSocketFactory.failedInitial=Erreur\: échec d'initialisation\:
LDAPCATruster.sslError1=Erreur SSL : échec de la vérification de la chaîne de certification du serveur.
AdvancedSocketFactory.failedInitial=Erreur\: \u00E9chec d'initialisation\:
LDAPCATruster.sslError1=Erreur SSL : \u00E9chec de la v\u00E9rification de la cha\u00EEne de certification du serveur.
CopyAction.thisText.copy=Copier
RestoreAction.action.title=Restaurer
RestoreAction.action.toolTipText=Restaurer
PasteAction.thisText.paste=Coller
DeleteAction.action.foreverTitle=Supprimer définitivement
DeleteAction.action.foreverTitle=Supprimer d\u00E9finitivement
DeleteAction.action.logicalTitle=DELETE
DeleteAction.action.logicalToolTipText=Mettre l'objet à la corbeille
DeleteAction.dialog.message0=Sera effacé définitivement (récupération impossible)
DeleteAction.dialog.message1=Les éléments sélectionnés seront supprimés définitivement (pas de récupération possible).
DeleteAction.action.logicalToolTipText=Mettre l'objet \u00E0 la corbeille
DeleteAction.deleteJobAssignedToOneService=\ est assign\u00E9 \u00E0 une op\u00E9ration d'un Service.\nSupprimer ce Job ?
DeleteAction.dialog.message0=Sera effac\u00E9 d\u00E9finitivement (r\u00E9cup\u00E9ration impossible)
DeleteAction.dialog.message1=Les \u00E9l\u00E9ments s\u00E9lectionn\u00E9s seront supprim\u00E9s d\u00E9finitivement (pas de r\u00E9cup\u00E9ration possible).
DeleteAction.dialog.message2=Continuer ?
DeleteAction.dialog.messageAllElements=Tous les éléments seront supprimés définitivement (impossible de récupérer).
DeleteAction.dialog.title=Supprimer définitivement
DeleteAction.error.lockedOrOpenedObject.newMessage={0} est verrouillé, vous ne pouvez le supprimer.\n Si cet objet est ouvert, vous devez le fermer avant suppression.
DeleteAction.dialog.messageAllElements=Tous les \u00E9l\u00E9ments seront supprim\u00E9s d\u00E9finitivement (impossible de r\u00E9cup\u00E9rer).
DeleteAction.dialog.title=Supprimer d\u00E9finitivement
DeleteAction.error.lockedOrOpenedObject.newMessage={0} est verrouill\u00E9, vous ne pouvez le supprimer.\n Si cet objet est ouvert, vous devez le fermer avant suppression.
DeleteAction.error.title=Suppression interdite
DeleteAction.warning.message1=Impossible de supprimer le dossier car au moins un élément de ce dossier est ouvert. Fermez les éléments ouverts et réessayez.
DeleteAction.warning.message1=Impossible de supprimer le dossier car au moins un \u00E9l\u00E9ment de ce dossier est ouvert. Fermez les \u00E9l\u00E9ments ouverts et r\u00E9essayez.
DeleteAction.warning.title=Avertissement
DuplicateAction.cannotGenerateItem=Impossible de créer le libellé de l'élément collé.
DuplicateAction.cannotGenerateItem=Impossible de cr\u00E9er le libell\u00E9 de l'\u00E9l\u00E9ment coll\u00E9.
DuplicateAction.dialog.message=Nommer le nouveau job
DuplicateAction.dialog.title=Merci d'entrer un nom de Job
DuplicateAction.input.message=Saisissez le nouveau nom
DuplicateAction.thisText.duplicate=Dupliquer
DuplicateAction.NameEmptyError=Le nom est vide.
DuplicateAction.NameFormatError=Le nom contient des caractères incorrects.
DuplicateAction.ItemExistsError=Cet élément existe déjà. Vérifiez la corbeille et videz-la si besoin.
DuplicateAction.NameFormatError=Le nom contient des caract\u00E8res incorrects.
DuplicateAction.ItemExistsError=Cet \u00E9l\u00E9ment existe d\u00E9j\u00E0. V\u00E9rifiez la corbeille et videz-la si besoin.
DuplicateAction.KeywordsError=Le nom n'est pas un identifiant valide.
EmptyRecycleBinAction.action.title=Vider la Corbeille
EmptyRecycleBinAction.action.toolTipText=Vider la Corbeille
EmptyRecycleBinAction.dialog.title=Vider la Corbeille
PasteObjectAction.error.labelAlreadyExists=Un objet avec ce libellé existe déjà dans ce chemin
PasteObjectAction.error.labelAlreadyExists=Un objet avec ce libell\u00E9 existe d\u00E9j\u00E0 dans ce chemin
PasteObjectAction.error.title=Impossible de coller
JobletReferenceDialog.DeletedInfor=dans la Corbeille
JobletReferenceDialog.Messages=Impossible de supprimer certains joblets car ils sont référencés dans des Jobs.
JobletReferenceDialog.Messages=Impossible de supprimer certains joblets car ils sont r\u00E9f\u00E9renc\u00E9s dans des Jobs.
JobletReferenceDialog.NodeTotals=Totaux
JobletReferenceDialog.NodeTotalsTip=Total des références des n\u0153uds
JobletReferenceDialog.NodeTotalsTip=Total des r\u00E9f\u00E9rences des n\u0153uds
JobletReferenceDialog.project=Project
JobletReferenceDialog.ReferenceJob=Job de référence
JobletReferenceDialog.Title=Échec de la suppression du Joblet
JobletReferenceDialog.ReferenceJob=Job de r\u00E9f\u00E9rence
JobletReferenceDialog.Title=\u00C9chec de la suppression du Joblet
ContextReferenceDialog.Title=Supprimer le groupe de contexte
ContextReferenceDialog.Recycle=dans la Corbeille
ContextReferenceDialog.ReferenceJob=Objets de référence
ContextReferenceDialog.ReferenceJob=Objets de r\u00E9f\u00E9rence
ContextReferenceDialog.Types=Type
CopyToGenericSchemaHelper.cannotGenarateItem=Impossible de créer le libellé de l'élément collé.
ProxyRepositoryFactory.ReplaceJobHazardDescription=\nLes dépendances envers la connexion originale peuvent être perdues.
ItemReferenceDialog.title=Eléments ne pouvant être supprimés
ItemReferenceDialog.item=Elément
ItemReferenceDialog.referenceItem=Elément de référence
ContextReferenceDialog.Messages=Le contexte({0} {1}) est r\u00E9f\u00E9renc\u00E9 dans\:\n
ContextReferenceDialog.kindMessages1=Le groupe de contextes {0} {1} est r\u00E9f\u00E9renc\u00E9 par la liste suivante. Le supprimer malgr\u00E9 tout ?
CopyToGenericSchemaHelper.cannotGenarateItem=Impossible de cr\u00E9er le libell\u00E9 de l'\u00E9l\u00E9ment coll\u00E9.
ProxyRepositoryFactory.ReplaceJobHazardDescription=\nLes d\u00E9pendances envers la connexion originale peuvent \u00EAtre perdues.
ItemReferenceDialog.title=El\u00E9ments ne pouvant \u00EAtre supprim\u00E9s
ItemReferenceDialog.item=El\u00E9ment
ItemReferenceDialog.referenceItem=El\u00E9ment de r\u00E9f\u00E9rence
ItemReferenceDialog.nodeTotals=Totaux
ItemReferenceDialog.project=Project
ItemReferenceDialog.deletedInfor=dans la Corbeille
ItemReferenceDialog.messages=Des éléments ne peuvent être supprimés car ils sont référencés par d'autres.
ItemReferenceDialog.messages=Des \u00E9l\u00E9ments ne peuvent \u00EAtre supprim\u00E9s car ils sont r\u00E9f\u00E9renc\u00E9s par d'autres.
ProjectRepositoryNode.code=Code
ProjectRepositoryNode.rulesManagement=Gestion des règles
ProjectRepositoryNode.itemInvalid=Elément invalide : [{0}] {1}
ProjectRepositoryNode.invalidItem=Elément invalide
ProjectRepositoryNode.rulesManagement=Gestion des r\u00E8gles
ProjectRepositoryNode.itemInvalid=El\u00E9ment invalide : [{0}] {1}
ProjectRepositoryNode.invalidItem=El\u00C3\u00A9ment invalide
ProjectRepositoryNode.columns=Colonnes
ProjectRepositoryNode.validationRules=Règles de validation
ProjectRepositoryNode.validationRules=R\u00E8gles de validation
ProjectRepositoryNode.cdcFoundation=Fondation CDC
ProjectRepositoryNode.genericSchema=Schémas génériques
ProjectRepositoryNode.queries=Requêtes
ProjectRepositoryNode.synonymSchemas=Schémas synonymes
ProjectRepositoryNode.tableSchemas=Schémas des tables
ProjectRepositoryNode.viewSchemas=Schémas des vues
ProjectRepositoryNode.genericSchema=Sch\u00E9mas g\u00E9n\u00E9riques
ProjectRepositoryNode.queries=Requ\u00EAtes
ProjectRepositoryNode.synonymSchemas=Sch\u00E9mas synonymes
ProjectRepositoryNode.tableSchemas=Sch\u00E9mas des tables
ProjectRepositoryNode.viewSchemas=Sch\u00E9mas des vues
ProjectRepositoryNode.sapFunctions=Fonctions SAP
ProjectRepositoryNode.sapIDocs=SAP iDocs
RepositoryDropAdapter_copyingItems=Copie des éléments...
RepositoryDropAdapter_lockedByOthers=Cet élément est verrouillé par d'autres utilisateurs, impossible de le déplacer.
RepositoryDropAdapter_lockedByYou=Cet élément est verrouillé par vous-même, il ne peut être déplacé.
RepositoryDropAdapter_moveTitle=Déplacer
RepositoryDropAdapter_movingItems=Déplacement des éléments...
RepositoryDropAdapter.checkingLockStatus=Vérifier le statut de verrouillage de
RepositoryDropAdapter.moving=Déplacement
NewFolderWizard.description=Créer un nouveau dossier dans le référentiel
NewFolderWizard.failureText=Une erreur est survenue. Impossible de créer le dossier. Consultez le log pour plus de détails.
RepositoryDropAdapter_copyingItems=Copie des \u00E9l\u00E9ments...
RepositoryDropAdapter_lockedByOthers=Cet \u00E9l\u00E9ment est verrouill\u00E9 par d'autres utilisateurs, impossible de le d\u00E9placer.
RepositoryDropAdapter_lockedByYou=Cet \u00E9l\u00E9ment est verrouill\u00E9 par vous-m\u00EAme, il ne peut \u00EAtre d\u00E9plac\u00E9.
RepositoryDropAdapter_moveTitle=D\u00E9placer
RepositoryDropAdapter_movingItems=D\u00E9placement des \u00E9l\u00E9ments...
RepositoryDropAdapter.checkingLockStatus=V\u00E9rifier le statut de verrouillage de
RepositoryDropAdapter.moving=D\u00E9placement
NewFolderWizard.description=Cr\u00E9er un nouveau dossier dans le r\u00E9f\u00E9rentiel
NewFolderWizard.failureText=Une erreur est survenue. Impossible de cr\u00E9er le dossier. Consultez le log pour plus de d\u00E9tails.
NewFolderWizard.failureTitle=ERROR
NewFolderWizard.label=Libellé
NewFolderWizard.nameEmpty=Libellé requis
NewFolderWizard.nameIncorrect=Le libellé contient des caractères incorrects
NewFolderWizard.nameInvalid=Libellé {0} est interdit
NewFolderWizard.label=Libell\u00E9
NewFolderWizard.nameEmpty=Libell\u00E9 requis
NewFolderWizard.nameIncorrect=Le libell\u00E9 contient des caract\u00E8res incorrects
NewFolderWizard.nameInvalid=Libell\u00E9 {0} est interdit
NewFolderWizard.title=Dossier
NewFolderWizard.windowTitle=Nouveau dossier
CreateFolderAction.action.title=Créer un dossier
CreateFolderAction.action.toolTipText=Créer un dossier
CreateFolderAction.action.title=Cr\u00E9er un dossier
CreateFolderAction.action.toolTipText=Cr\u00E9er un dossier
RenameFolderAction.action.title=Renommer dossier
RenameFolderAction.action.toolTipText=Renommer dossier
RenameFolderAction.warning.editorOpen.message=Impossible de renommer le dossier "{1}" car un élément ({0}) contenu dans ce dossier est ouvert.\nFermez-le et réessayez.
RenameFolderAction.warning.editorOpen.message=Impossible de renommer le dossier "{1}" car un \u00E9l\u00E9ment ({0}) contenu dans ce dossier est ouvert.\nFermez-le et r\u00E9essayez.
RenameFolderAction.warning.editorOpen.title=Action indisponible
RenameFolderAction.warning.cannotFind.message=Impossible de renommer le dossier, il a été déplacé ou supprimé. Cliquez sur le bouton Rafraîchir pour mettre à jour le référentiel.
RenameFolderAction.warning.cannotFind.message=Impossible de renommer le dossier, il a \u00E9t\u00E9 d\u00E9plac\u00E9 ou supprim\u00E9. Cliquez sur le bouton Rafra\u00EEchir pour mettre \u00E0 jour le r\u00E9f\u00E9rentiel.
RenameFolderAction.warning.cannotFind.title=Action indisponible
ProxyRepositoryFactory.cleanWorkspace=Vider l'espace de modélisation graphique
ProxyRepositoryFactory.DeleteFolderContainsLockedItem=Impossible de supprimer un dossier contenant des éléments verrouillés.
ProxyRepositoryFactory.MoveFolderContainsLockedItem=Impossible de déplacer un dossier contenant des éléments verrouillés.
ProxyRepositoryFactory.RenameFolderContainsLockedItem=Impossible de renommer un fichier contenant des éléments verrouillés.
RepositoryDropAdapter_folder=Dossier
ProxyRepositoryFactory.cleanWorkspace=Vider l'espace de mod\u00E9lisation graphique
ProxyRepositoryFactory.DeleteFolderContainsLockedItem=Impossible de supprimer un dossier contenant des \u00E9l\u00E9ments verrouill\u00E9s.
ProxyRepositoryFactory.MoveFolderContainsLockedItem=Impossible de d\u00E9placer un dossier contenant des \u00E9l\u00E9ments verrouill\u00E9s.
ProxyRepositoryFactory.RenameFolderContainsLockedItem=Impossible de renommer un fichier contenant des \u00E9l\u00E9ments verrouill\u00E9s.
RepositoryDropAdapter_errorMsg=Ce r\u00E9pertoire contient l'\u00E9l\u00E9ment verrouill\u00E9, il ne peut \u00EAtre d\u00E9plac\u00E9
RenameFolderAction.description=Renommer le dossier
ProxyRepositoryFactory.projectCanNotOpen=Impossible d'ouvrir le projet. La tâche en erreur est {0}.
ProxyRepositoryFactory.projectCanNotOpen=Impossible d'ouvrir le projet. La t\u00E2che en erreur est {0}.
ProjectRepositoryNode.sapBapi=SAP Bapi
ProjectRepositoryNode.sapFunctions.outputSchema=Sortie
ProjectRepositoryNode.sapTables=Tables SAP
DuplicateAction.input.title.v2=Duplicate
DeleteAction.error.testCaseLockedOrOpenedObject.newMessage=Les tests/scénarios de {0} sont verrouillés, vous ne pouvez les supprimer.\nSi cet objet est ouvert, fermez-le avant suppression.
ConvertJobsUtil.warning.message=Le framework cible n'est pas totalement supporté dans cette version.
DuplicateAction.SameAsProjectname=Le nom est le m\u00EAme que celui du projet.
DeleteAction.error.testCaseLockedOrOpenedObject.newMessage=Les tests/sc\u00E9narios de {0} sont verrouill\u00E9s, vous ne pouvez les supprimer.\nSi cet objet est ouvert, fermez-le avant suppression.
ConvertJobsUtil.warning.message=Le framework cible n'est pas totalement support\u00E9 dans cette version.
ItemReferenceDialog.doNotDelete.button=Ne pas supprimer
ItemReferenceDialog.forceDelete.button=Forcer la suppression
ItemReferenceDialog.forceDelete.warn.title=\u00CAtes-vous s\u00FBr ?
ItemReferenceDialog.forceDelete.warn.message=Forcer la suppression peut briser des \u00E9l\u00E9ments utilisant cet \u00E9l\u00E9ment. Forcer la suppression ?
ProxyRepositoryFactory.load.sdk.componnents=Chargement des composants SDK...

View File

@@ -24,9 +24,9 @@ CreateSandboxProjectDialog.ProjectSvnAdvance=Impostazioni avanzate SVN
CreateSandboxProjectDialog.successTitile=Riuscita
CreateSandboxProjectDialog.svnUrl=Url
CreateSandboxProjectDialog.Title=Creazione progetto sandbox - {0}
CreateSandboxProjectDialog.userLoginMessage=Il login del progetto svn non può essere vuoto
CreateSandboxProjectDialog.userLoginMessage=Il login del progetto svn non pu\u00F2 essere vuoto
CreateSandboxProjectDialog.userLoginValidMessage=L'utente del login deve essere un'email valida.
CreateSandboxProjectDialog.userPasswordEmptyMessage=La password degl login non può essere vuota.
CreateSandboxProjectDialog.userPasswordEmptyMessage=La password degl login non pu\u00F2 essere vuota.
CreateSandboxProjectDialog.Login=Login
CreateSandboxProjectDialog.Password=Password
CreateSandboxProjectDialog.URLMessage=Devi impostare l'URL dell'svn
@@ -35,14 +35,14 @@ PropertiesWizardPage.Author=Autore
PropertiesWizardPage.Locker=Bloccatore
PropertiesWizardPage.Description=Descrizione
PropertiesWizardPage.ItemExistsError=Oggetto preesistente. Controlla il cestino e svuotalo se necessario.
PropertiesWizardPage.KeywordsError=Il nome non è un identificatore valido
PropertiesWizardPage.KeywordsError=Il nome non \u00E8 un identificatore valido
PropertiesWizardPage.Name=Nome
PropertiesWizardPage.NameEmptyError=Il nome è vuoto.
PropertiesWizardPage.NameEmptyError=Il nome \u00E8 vuoto.
PropertiesWizardPage.NameFormatError=Il nome contiene caratteri incorretti
PropertiesWizardPage.Path=Percorso
PropertiesWizardPage.Purpose=Scopo
PropertiesWizardPage.Select=Seleziona
PropertiesWizardPage.SelectfolderMessage=Seleziona la cartella in cui l'elemento sarà creato
PropertiesWizardPage.SelectfolderMessage=Seleziona la cartella in cui l'elemento sar\u00E0 creato
PropertiesWizardPage.SelectfolderTitle=Seleziona cartella
PropertiesWizardPage.Status=Stato
PropertiesWizardPage.Version=Versione
@@ -52,7 +52,7 @@ PropertiesWizardPage.ImageSizeError=Per favore selezione l'immagine in formato 3
EAuthenticationMethod.anonymousAuth=Autenticazione anonima
EAuthenticationMethod.simpleAuth=Autenticazione semplice
LDAPCATruster.sslError1=Errore SSL: catena di verifica del certificato del server fallita.
LDAPCATruster.sslError3=Errore SSL: Il certificato CA non è nella catena di certificazione del server
LDAPCATruster.sslError3=Errore SSL: Il certificato CA non \u00E8 nella catena di certificazione del server
CopyAction.thisText.copy=Copia
RestoreAction.action.title=Recuperare
RestoreAction.action.toolTipText=Recuperare
@@ -60,7 +60,7 @@ PasteAction.thisText.paste=Incolla
DeleteAction.action.foreverTitle=Elimina definitivamente
DeleteAction.action.logicalTitle=Cancella
DeleteAction.action.logicalToolTipText=Cestina oggetto
DeleteAction.dialog.message0=sarà cancellato per sempre (non sarà possibile recuperarlo)
DeleteAction.dialog.message0=sar\u00E0 cancellato per sempre (non sar\u00E0 possibile recuperarlo)
DeleteAction.dialog.title=Elimina definitivamente
DeleteAction.error.title=Eliminazione vietata
DeleteAction.warning.title=Avvertimento
@@ -69,14 +69,14 @@ DuplicateAction.dialog.message=Dai un nome al nuovo lavoro
DuplicateAction.dialog.title=Inserire il nome del lavoro
DuplicateAction.input.message=Inserisci un nuovo nome
DuplicateAction.thisText.duplicate=Duplica
DuplicateAction.NameEmptyError=Il nome è vuoto.
DuplicateAction.NameEmptyError=Il nome \u00E8 vuoto.
DuplicateAction.NameFormatError=Il nome contiene caratteri incorretti
DuplicateAction.ItemExistsError=Oggetto preesistente. Controlla il cestino e svuotalo se necessario.
DuplicateAction.KeywordsError=Il nome non è un identificatore valido
DuplicateAction.KeywordsError=Il nome non \u00E8 un identificatore valido
EmptyRecycleBinAction.action.title=Svuota cestino
EmptyRecycleBinAction.action.toolTipText=Svuota cestino
EmptyRecycleBinAction.dialog.title=Svuota cestino
PasteObjectAction.error.labelAlreadyExists=Un oggetto con questa etichetta esiste già nel percorso
PasteObjectAction.error.labelAlreadyExists=Un oggetto con questa etichetta esiste gi\u00E0 nel percorso
PasteObjectAction.error.title=Impossibile incollare
JobletReferenceDialog.DeletedInfor=nel Cestino
JobletReferenceDialog.NodeTotals=Totali
@@ -103,18 +103,18 @@ ProjectRepositoryNode.tableSchemas=Schemi tabella
ProjectRepositoryNode.viewSchemas=Visualizza schemi
ProjectRepositoryNode.sapFunctions=Funzioni SAP
RepositoryDropAdapter_copyingItems=Copia elementi...
RepositoryDropAdapter_lockedByOthers=Questo elemento è bloccato da un altro utente ed ora non puoi muoverlo.
RepositoryDropAdapter_lockedByYou=Questo elemento è bloccato da te ed ora non puoi muoverlo.
RepositoryDropAdapter_lockedByOthers=Questo elemento \u00E8 bloccato da un altro utente ed ora non puoi muoverlo.
RepositoryDropAdapter_lockedByYou=Questo elemento \u00E8 bloccato da te ed ora non puoi muoverlo.
RepositoryDropAdapter_moveTitle=Muovi
RepositoryDropAdapter_movingItems=Spostamento elementi...
RepositoryDropAdapter.checkingLockStatus=Controllo stato blocco di
NewFolderWizard.description=Crea una nuova cartella nel repository
NewFolderWizard.failureText=È occorso un errore. Impossibile creare la cartella. Vedi i log per maggiori dettagli
NewFolderWizard.failureText=\u00C8 occorso un errore. Impossibile creare la cartella. Vedi i log per maggiori dettagli
NewFolderWizard.failureTitle=Errore
NewFolderWizard.label=Etichetta
NewFolderWizard.nameEmpty=Etichetta richiesta
NewFolderWizard.nameIncorrect=L'etichetta contiene caratteri incorretti.
NewFolderWizard.nameInvalid=Etichetta {0} è proibita
NewFolderWizard.nameInvalid=Etichetta {0} \u00E8 proibita
NewFolderWizard.title=Cartella
NewFolderWizard.windowTitle=Nuova cartella
CreateFolderAction.action.title=Crea cartella

View File

@@ -1,8 +1,8 @@
AbstractEMFRepositoryFactory.cannotGenerateItem=\u30A2\u30A4\u30C6\u30E0\u306E\u30E9\u30D9\u30EB\u3092\u751F\u6210\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093\u3002
AbstractEMFRepositoryFactory.cannotGenerateItem=\u8CBC\u4ED8\u3051\u3055\u308C\u305F\u30A2\u30A4\u30C6\u30E0\u30E9\u30D9\u30EB\u3092\u751F\u6210\u3067\u304D\u307E\u305B\u3093\u3002
AbstractEMFRepositoryFactory.job=\u30B8\u30E7\u30D6
AbstractEMFRepositoryFactory.presistenceException.OnlyOneOccurenceMustbeFound=\u4E00\u3064\u4EE5\u4E0A\u306E\u30A2\u30A4\u30C6\u30E0\u304C\u540C\u6642\u306B\u53D6\u5F97\u3055\u308C\u307E\u3057\u305F\u3002\n{0}
AbstractEMFRepositoryFactory.presistenceException.whoCauseProblems=\u554F\u984C\u306E\u539F\u56E0\u3068\u306A\u3063\u305F\u9805\u76EE\:
AbstractEMFRepositoryFactory.requiredComponent=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u4F7F\u7528\u8981\u6C42:
AbstractEMFRepositoryFactory.presistenceException.OnlyOneOccurenceMustbeFound=\u4E00\u3064\u4EE5\u4E0A\u306E\u30A2\u30A4\u30C6\u30E0\u304C\u540C\u6642\u306B\u53D6\u5F97\u3055\u308C\u307E\u3057\u305F\u3002\\n{0}
AbstractEMFRepositoryFactory.presistenceException.whoCauseProblems=\u554F\u984C\u306E\u539F\u56E0\u3068\u306A\u3063\u305F\u9805\u76EE:
AbstractEMFRepositoryFactory.requiredComponent=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u4F7F\u7528\u306B\u5FC5\u8981\u306A\u3053\u3068:
ProxyRepositoryFactory.bussinessException.itemNonModifiable=\u3042\u306A\u305F\u306F\u3053\u306E\u30A2\u30AF\u30B7\u30E7\u30F3\u306E\u6A29\u9650\u304C\u3042\u308A\u307E\u305B\u3093\u3002
ProxyRepositoryFactory.exec.migration.tasks=\u79FB\u884C\u30BF\u30B9\u30AF\u3092\u5B9F\u884C\u3057\u307E\u3059
ProxyRepositoryFactory.illegalArgumentException.labeAlreadyInUse=\u30E9\u30D9\u30EB{0}\u306F\u65E2\u306B\u4F7F\u7528\u3055\u308C\u3066\u3044\u307E\u3059
@@ -11,53 +11,55 @@ ProxyRepositoryFactory.initializeProjectConnection=\u30D7\u30ED\u30B8\u30A7\u30A
ProxyRepositoryFactory.JobNameErroe=\u30B8\u30E7\u30D6\u540D\u3000\u30A8\u30E9\u30FC
ProxyRepositoryFactory.Label=\u30E9\u30D9\u30EB
ProxyRepositoryFactory.load.componnents=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u30ED\u30FC\u30C9...
ProxyRepositoryFactory.log.Restoration={1}\u304B\u3089[{0}]\u3092 "/{2}"\u3078\u5FA9\u5143\u3057\u307E\u3059\u3002
ProxyRepositoryFactory.log.lock="{1}"\u306B\u3088\u3063\u3066 [{0}]\u3000\u3092\u30ED\u30C3\u30AF
ProxyRepositoryFactory.log.loggedOn=[{0}]\u306F"{1}"\u306B\u3088\u3063\u3066\u8A18\u9332\u3055\u308C\u3066\u3044\u307E\u3059\u3002
ProxyRepositoryFactory.log.logicalDeletion="{1}"\u304B\u3089[{0}]\u3092\u8AD6\u7406\u524A\u9664\u3057\u307E\u3059\u3002
ProxyRepositoryFactory.log.move="{1}"\u304B\u3089[{0}]\u3078\u79FB\u52D5\u3057\u307E\u3059\u3002
ProxyRepositoryFactory.log.physicalDeletion="{1}"\u304B\u3089[{0}]\u3092\u7269\u7406\u524A\u9664\u3057\u307E\u3059\u3002
ProxyRepositoryFactory.log.Restoration={1}\u304B\u3089[{0}]\u3092 \"/{2}\"\u3078\u5FA9\u5143\u3057\u307E\u3059\u3002
ProxyRepositoryFactory.log.lock=\"{1}\"\u306B\u3088\u3063\u3066 [{0}]\u3000\u3092\u30ED\u30C3\u30AF
ProxyRepositoryFactory.log.loggedOn=[{0}]\u306F\"{1}\"\u306B\u3088\u3063\u3066\u8A18\u9332\u3055\u308C\u3066\u3044\u307E\u3059\u3002
ProxyRepositoryFactory.log.logicalDeletion=\"{1}\"\u306B\u3088\u3063\u3066 [{0}]\u3092\u8AD6\u7406\u524A\u9664
ProxyRepositoryFactory.log.move=[{0}] \u3092 \"{1}\"\u3078\u79FB\u52D5\u3002
ProxyRepositoryFactory.log.newIdGenerated=\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8[{0}] = {1}\u3067\u65B0\u898FID\u304C\u751F\u6210\u3055\u308C\u307E\u3057\u305F
ProxyRepositoryFactory.log.physicalDeletion=\"{1}\"\u306B\u3088\u3063\u3066 [{0}]\u3092\u7269\u7406\u524A\u9664
ProxyRepositoryFactory.log.tempFolderEmptied=\u4E00\u6642\u30D5\u30A9\u30EB\u30C0\u306F\u7A7A\u3067\u3059 ({0} \u30D5\u30A1\u30A4\u30EB\u306F {1} \u30DF\u30EA\u79D2\u3067\u524A\u9664\u3055\u308C\u307E\u3059)
ProxyRepositoryFactory.log.unlock="{1}"\u306B\u3088\u3063\u3066 [{0}] \u3092\u30ED\u30C3\u30AF\u89E3\u9664
ProxyRepositoryFactory.log.unlock=\"{1}\"\u306B\u3088\u3063\u3066 [{0}] \u3092\u30ED\u30C3\u30AF\u89E3\u9664
ProxyRepositoryFactory.logonInProgress=\u30ED\u30B0\u30AA\u30F3\u4E2D\u3067\u3059...
ProxyRepositoryFactory.projectIsNotCompatible=\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8{0}\u306F\u3088\u308A\u65B0\u3057\u3044Studio\u306B\u3088\u3063\u3066\u65E2\u306B\u958B\u304B\u308C\u3066\u3044\u308B\u305F\u3081\u3001\u958B\u304F\u3053\u3068\u304C\u3067\u304D\u307E\u305B\u3093\u3002
ProxyRepositoryFactory.ReplaceJob=\u65E2\u306B\u4F7F\u7528\u3055\u308C\u3066\u3044\u307E\u3059\u304C\u3001\u7F6E\u63DB\u3048\u307E\u3059\u304B\uFF1F
ProxyRepositoryFactory.synch.repo.items=\u30EA\u30DD\u30B8\u30C8\u30EA\u3092\u540C\u671F\u4E2D\u3067\u3059
ProxyRepositoryFactory.synchronizeLibraries=\u30E9\u30A4\u30D6\u30E9\u30EA\u3092\u540C\u671F\u4E2D...
CreateSandboxProjectDialog.createUserLabel=\u4F5C\u6210\u3057\u305Fsandbox\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u306B\u30EA\u30F3\u30AF\u3057\u305F\u65B0\u898F\u30E6\u30FC\u30B6\u306E\u4F5C\u6210
CreateSandboxProjectDialog.Failure=\u5931\u6557
CreateSandboxProjectDialog.failureMessage=\u30B5\u30F3\u30C9\u30DC\u30C3\u30AF\u30B9\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u306E\u4F5C\u6210\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002
CreateSandboxProjectDialog.ProjectDesc=\u30B8\u30E7\u30D6\u8AAC\u660E
CreateSandboxProjectDialog.ProjectDesc=\u8AAC\u660E
CreateSandboxProjectDialog.ProjectLabel=\u30E9\u30D9\u30EB
CreateSandboxProjectDialog.ProjectSvnAdvance=SVN\u8A73\u7D30\u8A2D\u5B9A
CreateSandboxProjectDialog.successMessage=sandbox\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u306E\u4F5C\u6210\u306B\u6210\u529F\u3057\u307E\u3057\u305F
CreateSandboxProjectDialog.successTitile=\u6210\u529F
CreateSandboxProjectDialog.svnUrl=URL
CreateSandboxProjectDialog.Title=Sandbox\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u306E\u4F5C\u6210 - {0}
CreateSandboxProjectDialog.userFirstname=\u540D
CreateSandboxProjectDialog.userLastname=\u59D3
CreateSandboxProjectDialog.userLoginMessage=SVN\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u3078\u306E\u30ED\u30B0\u30A4\u30F3\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044
CreateSandboxProjectDialog.userLoginValidMessage=\u6B63\u3057\u3044\u30ED\u30B0\u30A4\u30F3\u540D\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044
CreateSandboxProjectDialog.userFirstname=\u30D5\u30A1\u30FC\u30B9\u30C8\u30CD\u30FC\u30E0
CreateSandboxProjectDialog.userLastname=\u30E9\u30B9\u30C8\u30CD\u30FC\u30E0
CreateSandboxProjectDialog.userLoginMessage=svn\u30ED\u30B0\u30A4\u30F3\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044
CreateSandboxProjectDialog.userLoginValidMessage=\u6B63\u3057\u3044e-mail\u30A2\u30C9\u30EC\u30B9\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044
CreateSandboxProjectDialog.userPasswordEmptyMessage=\u30D1\u30B9\u30EF\u30FC\u30C9\u306E\u8A2D\u5B9A\u304C\u5FC5\u8981\u3067\u3059
CreateSandboxProjectDialog.Login=\u30ED\u30B0\u30A4\u30F3
CreateSandboxProjectDialog.Password=\u30D1\u30B9\u30EF\u30FC\u30C9
CreateSandboxProjectDialog.URLMessage=svnURL\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044
CreateSandboxProjectDialog.userSvnSettingLabel=\u30C7\u30D5\u30A9\u30EB\u30C8SVN\u8A2D\u5B9A
PropertiesWizardPage.Author=\u4f5c\u6210\u8005
PropertiesWizardPage.Locker=\u30ED\u30C3\u30AF\u4FDD\u6301\u8005
PropertiesWizardPage.Description=\u30B8\u30E7\u30D6\u8AAC\u660E
PropertiesWizardPage.EmptyDescWarning=\u30B8\u30E7\u30D6\u8AAC\u660E\u6B04\u306E\u5165\u529B\u3092\u63A8\u5968\u3057\u307E\u3059
PropertiesWizardPage.EmptyPurposeWarning=\u76EE\u7684\u6B04\u306E\u5165\u529B\u3092\u63A8\u5968\u3057\u307E\u3059
PropertiesWizardPage.ItemExistsError=\u3053\u306E\u30A2\u30A4\u30C6\u30E0\u306F\u65E2\u306B\u5B58\u5728\u3057\u3066\u3044\u307E\u3059\u3002\u30B4\u30DF\u7BB1\u3092\u30C1\u30A7\u30C3\u30AF\u3057\u3066\u3001\u5FC5\u8981\u306A\u3089\u7A7A\u306B\u3057\u3066\u304F\u3060\u3055\u3044\u3002
PropertiesWizardPage.KeywordsError=\u540D\u524D\u304C\u6709\u52B9\u306AID\u3067\u306F\u3042\u308A\u307E\u305B\u3093\u3002
PropertiesWizardPage.Author=\u4F5C\u6210\u8005
PropertiesWizardPage.Locker=\u30ED\u30C3\u30AB\u30FC
PropertiesWizardPage.Description=\u8AAC\u660E
PropertiesWizardPage.EmptyDescWarning=\u8AAC\u660E\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u63A8\u5968\u3055\u308C\u307E\u305B\u3093\u3002
PropertiesWizardPage.EmptyPurposeWarning=\u76EE\u7684\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u63A8\u5968\u3055\u308C\u307E\u305B\u3093\u3002
PropertiesWizardPage.ItemExistsError=\u30A2\u30A4\u30C6\u30E0\u304C\u5B58\u5728\u3057\u307E\u3059\u3002\u3054\u307F\u7BB1\u3092\u78BA\u8A8D\u3057\u3066\u5FC5\u8981\u306B\u5FDC\u3058\u3066\u7A7A\u306B\u3057\u3066\u4E0B\u3055\u3044\u3002
PropertiesWizardPage.KeywordsError=\u540D\u524D\u304C\u6709\u52B9\u306A\u8B58\u5225\u5B50\u3067\u306F\u3042\u308A\u307E\u305B\u3093\u3002
PropertiesWizardPage.Name=\u540D\u524D
PropertiesWizardPage.NameEmptyError=\u540D\u524D\u304C\u3042\u308A\u307E\u305B\u3093
PropertiesWizardPage.NameEmptyError=\u540D\u524D\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044\u3002
PropertiesWizardPage.NameFormatError=\u540D\u524D\u306B\u4E0D\u6B63\u306A\u6587\u5B57\u304C\u542B\u307E\u308C\u3066\u3044\u307E\u3059\u3002
PropertiesWizardPage.Path=\u30D1\u30B9
PropertiesWizardPage.Purpose=\u76EE\u7684
PropertiesWizardPage.Select=SELECT
PropertiesWizardPage.SelectfolderMessage=\u4F5C\u6210\u3059\u308B\u30D5\u30A9\u30EB\u30C0\u3092\u9078\u629E
PropertiesWizardPage.Select=\u9078\u629E
PropertiesWizardPage.SelectfolderMessage=\u30A2\u30A4\u30C6\u30E0\u3092\u4F5C\u6210\u3059\u308B\u30D5\u30A9\u30EB\u30C0\u30FC\u3092\u9078\u629E\u3057\u307E\u3059
PropertiesWizardPage.SelectfolderTitle=\u30D5\u30A9\u30EB\u30C0\u306E\u9078\u629E
PropertiesWizardPage.Status=\u30b9\u30c6\u30fc\u30bf\u30b9
PropertiesWizardPage.Status=\u30B9\u30C6\u30FC\u30BF\u30B9
PropertiesWizardPage.Version=\u30D0\u30FC\u30B8\u30E7\u30F3
PropertiesWizardPage.Version.Major=M
PropertiesWizardPage.Version.Minor=m
@@ -66,11 +68,11 @@ EAuthenticationMethod.anonymousAuth=\u533F\u540D\u306E\u8A8D\u8A3C
EAuthenticationMethod.simpleAuth=\u5358\u7D14\u306A\u8A8D\u8A3C
AdvancedSocketFactory.failedInitial=\u30A8\u30E9\u30FC \uFF1A \u521D\u671F\u5316\u306B\u5931\u6557\u3057\u307E\u3057\u305F \uFF1A
LDAPCATruster.failedCreateCert=\u8A3C\u660E\u66F8\u30B9\u30C8\u30A2\u306E\u4F5C\u6210\u306B\u5931\u6557\u3057\u307E\u3057\u305F\uFF1A
LDAPCATruster.failedCreateTmp=\u4E00\u6642\u30C8\u30E9\u30B9\u30C8\u30B9\u30C8\u30A2\u306E\u4F5C\u6210\u306B\u5931\u6557\u3057\u307E\u3057\u305F \:
LDAPCATruster.failedInitialTrust=initial trust manager\u306E\u4F5C\u6210\u306B\u5931\u6557\u3057\u307E\u3057\u305F\:
LDAPCATruster.failedLoadCert=\u8A3C\u660E\u66F8\u30B9\u30C8\u30A2\u306E\u30ED\u30FC\u30C9\u306B\u5931\u6557\u3057\u307E\u3057\u305F \:
LDAPCATruster.failedSaveTrust=\u8A3C\u660E\u66F8\u306E\u4FDD\u5B58\u306B\u5931\u6557\u3057\u307E\u3057\u305F\:
LDAPCATruster.locationInvalid=CERT\u30B9\u30C8\u30A2\u30D5\u30A1\u30A4\u30EB\u306E\u5834\u6240\u304C\u4E0D\u6B63\u3067\u3059\uFF1A
LDAPCATruster.failedCreateTmp=\u4E00\u6642\u30C8\u30E9\u30B9\u30C8\u30B9\u30C8\u30A2\u306E\u4F5C\u6210\u306B\u5931\u6557\u3057\u307E\u3057\u305F :
LDAPCATruster.failedInitialTrust=\u521D\u671F\u30C8\u30E9\u30B9\u30C8\u30DE\u30CD\u30FC\u30B8\u30E3\u306E\u4F5C\u6210\u306B\u5931\u6557\u3057\u307E\u3057\u305F :
LDAPCATruster.failedLoadCert=\u8A3C\u660E\u66F8\u30B9\u30C8\u30A2\u306E\u30ED\u30FC\u30C9\u306B\u5931\u6557\u3057\u307E\u3057\u305F :
LDAPCATruster.failedSaveTrust=\u8A3C\u660E\u66F8\u306E\u4FDD\u5B58\u306B\u5931\u6557\u3057\u307E\u3057\u305F:
LDAPCATruster.locationInvalid=\u8A3C\u660E\u66F8\u30B9\u30C8\u30A2\u30D5\u30A1\u30A4\u30EB\u306E\u30ED\u30B1\u30FC\u30B7\u30E7\u30F3\u304C\u7121\u52B9\u3067\u3059:
LDAPCATruster.noCertificate=\u30B5\u30FC\u30D0\u8A3C\u660E\u66F8\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3059\u308B\u306B\u306F\u3001keytool\u30B3\u30DE\u30F3\u30C9\u3092\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044\u3002
LDAPCATruster.sslError1=SSL\u30A8\u30E9\u30FC\uFF1A\u30B5\u30FC\u30D0\u30FC\u8A3C\u660E\u66F8\u306E\u691C\u8A3C\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002
LDAPCATruster.sslError2=SSL\u30A8\u30E9\u30FC\uFF1A\u30B5\u30FC\u30D0\u30FC\u8A3C\u660E\u66F8\u306E\u691C\u8A3C\u306B\u5931\u6557\u3057\u3001CA\u304C\u6B20\u843D\u3057\u3066\u3044\u307E\u3059\u3002
@@ -78,35 +80,35 @@ LDAPCATruster.sslError3=SSL\u30A8\u30E9\u30FC\uFF1ACA\u304C\u30B5\u30FC\u30D0\u8
CopyAction.thisText.copy=\u30B3\u30D4\u30FC
RestoreAction.action.title=\u5FA9\u5143
RestoreAction.action.toolTipText=\u5FA9\u5143
PasteAction.thisText.paste=\u8CBC\u308A\u4ED8\u3051
DeleteAction.action.foreverTitle=\u5B8C\u5168\u306B\u524A\u9664
PasteAction.thisText.paste=\u8CBC\u4ED8\u3051
DeleteAction.action.foreverTitle=\u3054\u307F\u7BB1\u3092\u7A7A\u306B\u3059\u308B
DeleteAction.action.logicalTitle=\u524A\u9664
DeleteAction.action.logicalToolTipText=\u3054\u307F\u7BB1\u306B\u9001\u308B
DeleteAction.action.logicalToolTipText=\u30B4\u30DF\u7BB1\u306B\u30AA\u30D6\u30B8\u30A7\u30AF\u30C8\u3092\u79FB\u52D5
DeleteAction.deleteJobAssignedToOneService=\u30AA\u30DA\u30EC\u30FC\u30B7\u30E7\u30F3\u30B5\u30FC\u30D3\u30B9\u306B\u5272\u308A\u5F53\u3066\u3089\u308C\u3066\u3044\u307E\u3059\u304C\u3001\u3053\u306E\u30B8\u30E7\u30D6\u3092\u524A\u9664\u3057\u307E\u3059\u304B\uFF1F
DeleteAction.deleteSomeJobsAssignedToServices=\u30AA\u30DA\u30EC\u30FC\u30B7\u30E7\u30F3\u30B5\u30FC\u30D3\u30B9\u306B\u5272\u308A\u5F53\u3066\u3089\u308C\u3066\u3044\u307E\u3059\u304C\u3001\u3053\u308C\u3089\u306E\u30B8\u30E7\u30D6\u3092\u524A\u9664\u3057\u307E\u3059\u304B\uFF1F
DeleteAction.dialog.message0=\u3054\u307F\u7BB1\u3092\u7A7A\u306B\u3059\u308B\uFF08\u5FA9\u65E7\u3067\u304D\u307E\u305B\u3093\uFF09
DeleteAction.dialog.message0=\u5B8C\u5168\u306B\u524A\u9664\u3055\u308C\u307E\u3059\uFF08\u5143\u306B\u623B\u3059\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093\uFF09
DeleteAction.dialog.message1=\u9078\u629E\u3057\u305F\u30A2\u30A4\u30C6\u30E0\u306F\u5B8C\u5168\u306B\u524A\u9664\u3055\u308C\u307E\u3059\uFF08\u5FA9\u65E7\u51FA\u6765\u307E\u305B\u3093\uFF09\u3002
DeleteAction.dialog.message2=\u7D9A\u3051\u307E\u3059\u304B\uFF1F
DeleteAction.dialog.messageAllElements=\u5168\u3066\u306E\u30A2\u30A4\u30C6\u30E0\u306F\u5B8C\u5168\u306B\u524A\u9664\u3055\u308C\u307E\u3059\u3002
DeleteAction.dialog.title=\u5B8C\u5168\u306B\u524A\u9664
DeleteAction.dialog.title=\u3054\u307F\u7BB1\u3092\u7A7A\u306B\u3059\u308B
DeleteAction.error.lockedOrOpenedObject.newMessage={0}\u306F\u30ED\u30C3\u30AF\u3055\u308C\u3066\u3044\u308B\u305F\u3081\u524A\u9664\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u305B\u3093\u3002\u30AA\u30D6\u30B8\u30A7\u30AF\u30C8\u304C\u958B\u304B\u308C\u3066\u3044\u308B\u5834\u5408\u306F\u4E8B\u524D\u306B\u9589\u3058\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002
DeleteAction.error.title=\u524A\u9664\u304C\u7981\u6B62\u3055\u308C\u3066\u307E\u3059
DeleteAction.error.title=\u524A\u9664\u306F\u7981\u6B62\u3055\u308C\u3066\u3044\u307E\u3059
DeleteAction.warning.message1=\u30D5\u30A9\u30EB\u30C0\u5185\u306E\u30D5\u30A1\u30A4\u30EB\u304C\u958B\u304B\u308C\u3066\u3044\u308B\u305F\u3081\u30D5\u30A9\u30EB\u30C0\u3092\u524A\u9664\u3067\u304D\u307E\u305B\u3093\u3002\u3059\u3079\u3066\u306E\u30A2\u30A4\u30C6\u30E0\u3092\u9589\u3058\u305F\u72B6\u614B\u3067\u518D\u5B9F\u884C\u3057\u3066\u304F\u3060\u3055\u3044\u3002
DeleteAction.warning.title=\u8B66\u544A
DuplicateAction.cannotGenerateItem=\u30A2\u30A4\u30C6\u30E0\u306E\u30E9\u30D9\u30EB\u3092\u751F\u6210\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093\u3002
DuplicateAction.cannotGenerateItem=\u8CBC\u4ED8\u3051\u3055\u308C\u305F\u30A2\u30A4\u30C6\u30E0\u30E9\u30D9\u30EB\u3092\u751F\u6210\u3067\u304D\u307E\u305B\u3093\u3002
DuplicateAction.dialog.message=\u65B0\u898F\u30B8\u30E7\u30D6\u306B\u540D\u524D\u3092\u4ED8\u3051\u3066\u304F\u3060\u3055\u3044
DuplicateAction.dialog.title=\u30B8\u30E7\u30D6\u540D\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044
DuplicateAction.input.message=\u65B0\u3057\u3044\u540D\u524D\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044
DuplicateAction.thisText.duplicate=\u8907\u88FD
DuplicateAction.NameEmptyError=\u540D\u524D\u304C\u3042\u308A\u307E\u305B\u3093
DuplicateAction.NameEmptyError=\u540D\u524D\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044\u3002
DuplicateAction.NameFormatError=\u540D\u524D\u306B\u4E0D\u6B63\u306A\u6587\u5B57\u304C\u542B\u307E\u308C\u3066\u3044\u307E\u3059\u3002
DuplicateAction.ItemExistsError=\u3053\u306E\u30A2\u30A4\u30C6\u30E0\u306F\u65E2\u306B\u5B58\u5728\u3057\u3066\u3044\u307E\u3059\u3002\u30B4\u30DF\u7BB1\u3092\u30C1\u30A7\u30C3\u30AF\u3057\u3066\u3001\u5FC5\u8981\u306A\u3089\u7A7A\u306B\u3057\u3066\u304F\u3060\u3055\u3044\u3002
DuplicateAction.KeywordsError=\u540D\u524D\u304C\u6709\u52B9\u306AID\u3067\u306F\u3042\u308A\u307E\u305B\u3093\u3002
DuplicateAction.ItemExistsError=\u30A2\u30A4\u30C6\u30E0\u304C\u5B58\u5728\u3057\u307E\u3059\u3002\u3054\u307F\u7BB1\u3092\u78BA\u8A8D\u3057\u3066\u5FC5\u8981\u306B\u5FDC\u3058\u3066\u7A7A\u306B\u3057\u3066\u4E0B\u3055\u3044\u3002
DuplicateAction.KeywordsError=\u540D\u524D\u304C\u6709\u52B9\u306A\u8B58\u5225\u5B50\u3067\u306F\u3042\u308A\u307E\u305B\u3093\u3002
EmptyRecycleBinAction.action.title=\u3054\u307F\u7BB1\u3092\u7A7A\u306B\u3059\u308B
EmptyRecycleBinAction.action.toolTipText=\u3054\u307F\u7BB1\u3092\u7A7A\u306B\u3059\u308B
EmptyRecycleBinAction.dialog.title=\u3054\u307F\u7BB1\u3092\u7A7A\u306B\u3059\u308B
EmptyRecycleBinAction.dialog.allDependencies=\u30B4\u30DF\u7BB1\u3092\u7A7A\u306B\u3067\u304D\u307E\u305B\u3093\u3002\u30C7\u30FC\u30BF\u5206\u6790\u30D1\u30FC\u30B9\u30DA\u30AF\u30C6\u30A3\u30D6\u306B\u4F7F\u7528\u3055\u308C\u3066\u3044\u308B\u30A2\u30A4\u30C6\u30E0\u304C\u3042\u308A\u307E\u3059\u3002
PasteObjectAction.error.labelAlreadyExists=\u3053\u306E\u30AA\u30D6\u30B8\u30A7\u30AF\u30C8\u30E9\u30D9\u30EB\u306F\u65E2\u306B\u3053\u306E\u30D1\u30B9\u306B\u5B58\u5728\u3057\u307E\u3059
PasteObjectAction.error.labelAlreadyExists=\u3053\u306E\u30D1\u30B9\u306B\u306F\u3001\u3053\u306E\u30E9\u30D9\u30EB\u3092\u3082\u3063\u305F\u30AA\u30D6\u30B8\u30A7\u30AF\u30C8\u304C\u3059\u3067\u306B\u5B58\u5728\u3057\u3066\u3044\u307E\u3059
PasteObjectAction.error.title=\u8CBC\u308A\u4ED8\u3051\u3067\u304D\u307E\u305B\u3093
JobletReferenceDialog.DeletedInfor=\u3054\u307F\u7BB1\u3078
JobletReferenceDialog.Messages=\u30B8\u30E7\u30D6\u304B\u3089\u53C2\u7167\u3055\u308C\u3066\u3044\u308B\u30B8\u30E7\u30D6\u30EC\u30C3\u30C8\u306F\u524A\u9664\u3067\u304D\u307E\u305B\u3093\u3002
@@ -120,10 +122,11 @@ ContextReferenceDialog.Recycle=\u3054\u307F\u7BB1\u3078
ContextReferenceDialog.ReferenceJob=\u53C2\u7167\u30AA\u30D6\u30B8\u30A7\u30AF\u30C8
ContextReferenceDialog.Types=\u30BF\u30A4\u30D7
ContextReferenceDialog.NodeTypeTip=\u30CE\u30FC\u30C9\u53C2\u7167\u30BF\u30A4\u30D7
ContextReferenceDialog.Messages=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\uFF08{0}{1}\uFF09\u306F\:\n\u304B\u3089\u53C2\u7167\u3055\u308C\u3066\u3044\u307E\u3059
ContextReferenceDialog.Messages=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\uFF08{0}{1}\uFF09\u306F:\\n\u304B\u3089\u53C2\u7167\u3055\u308C\u3066\u3044\u307E\u3059
ContextReferenceDialog.kindMessages={0} \u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30B0\u30EB\u30FC\u30D7\u306F\u4EE5\u4E0B\u306E\u30EA\u30B9\u30C8\u304B\u3089\u53C2\u7167\u3055\u308C\u3066\u3044\u307E\u3059\u304C\u3001\u524A\u9664\u3092\u5B9F\u884C\u3057\u307E\u3059\u304B\uFF1F \u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30B0\u30EB\u30FC\u30D7\u3092\u524A\u9664\u3057\u305F\u3044\u5834\u5408\u3001\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30B0\u30EB\u30FC\u30D7\u306F\u30B8\u30E7\u30D6\u3092\u6B21\u56DE\u958B\u3044\u305F\u969B\u306B\u30D3\u30EB\u30C8-\u30A4\u30F3\u306B\u5909\u308F\u308A\u307E\u3059\u3002
ContextReferenceDialog.kindMessages1=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30B0\u30EB\u30FC\u30D7 {0} {1} \u306F\u4EE5\u4E0B\u306E\u30EA\u30B9\u30C8\u304B\u3089\u53C2\u7167\u3055\u308C\u3066\u3044\u307E\u3059\u3002\u524A\u9664\u3092\u5B9F\u884C\u3057\u307E\u3059\u304B\uFF1F
CopyToGenericSchemaHelper.cannotGenarateItem=\u30A2\u30A4\u30C6\u30E0\u306E\u30E9\u30D9\u30EB\u3092\u751F\u6210\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093\u3002
CopyToGenericSchemaHelper.cannotGenarateItem=\u8CBC\u4ED8\u3051\u3055\u308C\u305F\u30A2\u30A4\u30C6\u30E0\u30E9\u30D9\u30EB\u3092\u751F\u6210\u3067\u304D\u307E\u305B\u3093\u3002
ProxyRepositoryFactory.ReplaceJobHazardDescription=\n\u5143\u306E\u63A5\u7D9A\u3078\u306E\u4F9D\u5B58\u304C\u5931\u308F\u308C\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059!
ItemReferenceDialog.title=\u524A\u9664\u3067\u304D\u306A\u3044\u30A2\u30A4\u30C6\u30E0
ItemReferenceDialog.item=\u30A2\u30A4\u30C6\u30E0
ItemReferenceDialog.referenceItem=\u53C2\u7167\u30A2\u30A4\u30C6\u30E0
@@ -145,27 +148,28 @@ ProjectRepositoryNode.synonymSchemas=\u30B7\u30CE\u30CB\u30E0
ProjectRepositoryNode.tableSchemas=\u30C6\u30FC\u30D6\u30EB
ProjectRepositoryNode.viewSchemas=\u30D3\u30E5\u30FC
ProjectRepositoryNode.sapFunctions=SAP\u30D5\u30A1\u30F3\u30AF\u30B7\u30E7\u30F3
ProjectRepositoryNode.sapIDocs=SAP iDocs
ProjectRepositoryNode.sapIDocs=SAP iDoc
RepositoryDropAdapter_copyingItems=\u30A2\u30A4\u30C6\u30E0\u3092\u30B3\u30D4\u30FC\u4E2D...
RepositoryDropAdapter_lockedByOthers=\u30A2\u30A4\u30C6\u30E0\u306F\u4ED6\u306E\u30E6\u30FC\u30B6\u30FC\u306B\u30ED\u30C3\u30AF\u3055\u308C\u3066\u3044\u308B\u305F\u3081\u79FB\u52D5\u51FA\u6765\u307E\u305B\u3093\u3002
RepositoryDropAdapter_lockedByYou=\u30A2\u30A4\u30C6\u30E0\u304C\u30ED\u30C3\u30AF\u3055\u308C\u3066\u3044\u308B\u305F\u3081\u3001\u79FB\u52D5\u51FA\u6765\u307E\u305B\u3093\u3002
RepositoryDropAdapter_lockedByOthers=\u3053\u306E\u30A2\u30A4\u30C6\u30E0\u306F\u4ED6\u306E\u30E6\u30FC\u30B6\u30FC\u306B\u3088\u3063\u3066\u30ED\u30C3\u30AF\u3055\u308C\u3066\u3044\u307E\u3059\u3002\u4ECA\u306F\u79FB\u52D5\u3067\u304D\u307E\u305B\u3093\u3002
RepositoryDropAdapter_lockedByYou=\u3053\u306E\u30A2\u30A4\u30C6\u30E0\u306F\u3042\u306A\u305F\u3088\u3063\u3066\u30ED\u30C3\u30AF\u3055\u308C\u3066\u3044\u307E\u3059\u3002\u4ECA\u306F\u79FB\u52D5\u3067\u304D\u307E\u305B\u3093\u3002
RepositoryDropAdapter_moveTitle=\u79FB\u52D5
RepositoryDropAdapter_movingItems=\u30A2\u30A4\u30C6\u30E0\u3092\u79FB\u52D5\u4E2D...
RepositoryDropAdapter.checkingLockStatus=\u30ED\u30C3\u30AF\u72B6\u6CC1\u3092\u78BA\u8A8D
RepositoryDropAdapter.checkingLockStatus=\u30ED\u30C3\u30AF\u30B9\u30C6\u30FC\u30BF\u30B9\u306E\u30C1\u30A7\u30C3\u30AF\u4E2D
RepositoryDropAdapter.moving=\u79FB\u52D5\u4E2D
NewFolderWizard.description=\u30EA\u30DD\u30B8\u30C8\u30EA\u306B\u65B0\u898F\u30D5\u30A9\u30EB\u30C0\u306E\u4F5C\u6210
NewFolderWizard.failureText=\u30A8\u30E9\u30FC\u767A\u751F\u3002\u30D5\u30A9\u30EB\u30C0\u306F\u4F5C\u6210\u3055\u308C\u307E\u305B\u3093\u3067\u3057\u305F\u3002\u8A73\u7D30\u306F\u30ED\u30B0\u3092\u307F\u3066\u304F\u3060\u3055\u3044\u3002
NewFolderWizard.failureTitle=\u30A8\u30E9\u30FC
NewFolderWizard.label=\u30E9\u30D9\u30EB
NewFolderWizard.nameEmpty=\u30E9\u30D9\u30EB\u304C\u5FC5\u8981\u3067\u3059
NewFolderWizard.nameEmpty=\u30E9\u30D9\u30EB\u540D\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044
NewFolderWizard.nameIncorrect=\u30E9\u30D9\u30EB\u306B\u4E0D\u6B63\u306A\u6587\u5B57\u304C\u542B\u307E\u308C\u3066\u3044\u307E\u3059\u3002
NewFolderWizard.nameInvalid=\u30E9\u30D9\u30EB{0} \u306F\u4F7F\u7528\u3067\u304D\u307E\u305B\u3093
NewFolderWizard.title=\u30D5\u30A9\u30EB\u30C0
NewFolderWizard.windowTitle=\u65B0\u898F\u306E\u30D5\u30A9\u30EB\u30C0
NewFolderWizard.title=\u30D5\u30A9\u30EB\u30C0\u30FC
NewFolderWizard.windowTitle=\u65B0\u898F\u30D5\u30A9\u30EB\u30C0
CreateFolderAction.action.title=\u30D5\u30A9\u30EB\u30C0\u306E\u4F5C\u6210
CreateFolderAction.action.toolTipText=\u30D5\u30A9\u30EB\u30C0\u306E\u4F5C\u6210
RenameFolderAction.action.title=\u30D5\u30A9\u30EB\u30C0\u306E\u30EA\u30CD\u30FC\u30E0
RenameFolderAction.action.toolTipText=\u30D5\u30A9\u30EB\u30C0\u306E\u30EA\u30CD\u30FC\u30E0
RenameFolderAction.warning.editorOpen.message=\u3053\u306E\u30D5\u30A9\u30EB\u30C0\u30FC\u306B\u542B\u307E\u308C\u3066\u3044\u308B\u30A2\u30A4\u30C6\u30E0({0})\u304C\u73FE\u5728\u958B\u3044\u3066\u3044\u308B\u305F\u3081\u3001"{1}"\u30D5\u30A9\u30EB\u30C0\u30FC\u306E\u540D\u524D\u3092\u5909\u66F4\u3067\u304D\u307E\u305B\u3093\u3002\u9589\u3058\u3066\u304B\u3089\u518D\u8A66\u884C\u3057\u3066\u4E0B\u3055\u3044\u3002
RenameFolderAction.warning.editorOpen.title=\u6709\u52B9\u306A\u64CD\u4F5C\u3067\u306F\u3042\u308A\u307E\u305B\u3093
RenameFolderAction.warning.cannotFind.message=\u30D5\u30A9\u30EB\u30C0\u30FC\u306E\u540D\u79F0\u5909\u66F4\u304C\u51FA\u6765\u307E\u305B\u3093\u3002\u65E2\u306B\u79FB\u52D5\u3057\u3066\u3044\u308B\u304B\u524A\u9664\u3055\u308C\u3066\u3044\u308B\u304B\u3082\u3057\u308C\u306A\u3044\u306E\u3067\u3001\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5\u3057\u3066\u30EA\u30DD\u30B8\u30C8\u30EA\u5185\u5BB9\u3092\u66F4\u65B0\u3057\u3066\u4E0B\u3055\u3044\u3002
RenameFolderAction.warning.cannotFind.title=\u6709\u52B9\u306A\u64CD\u4F5C\u3067\u306F\u3042\u308A\u307E\u305B\u3093
@@ -174,11 +178,31 @@ ProxyRepositoryFactory.DeleteFolderContainsLockedItem=\u30ED\u30C3\u30AF\u3055\u
ProxyRepositoryFactory.MoveFolderContainsLockedItem=\u30ED\u30C3\u30AF\u3055\u308C\u305F\u30A2\u30A4\u30C6\u30E0\u3092\u542B\u3080\u30D5\u30A9\u30EB\u30C0\u30FC\u306F\u79FB\u52D5\u51FA\u6765\u307E\u305B\u3093
ProxyRepositoryFactory.RenameFolderContainsLockedItem=\u30ED\u30C3\u30AF\u3055\u308C\u305F\u30A2\u30A4\u30C6\u30E0\u3092\u542B\u3080\u30D5\u30A9\u30EB\u30C0\u30FC\u306F\u30EA\u30CD\u30FC\u30E0\u51FA\u6765\u307E\u305B\u3093
RepositoryDropAdapter_errorMsg=\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA\u306B\u30ED\u30C3\u30AF\u3055\u308C\u305F\u30A2\u30A4\u30C6\u30E0\u304C\u542B\u307E\u308C\u307E\u3059\u3002\u79FB\u52D5\u51FA\u6765\u307E\u305B\u3093
RepositoryDropAdapter_folder=\u30D5\u30A9\u30EB\u30C0\u30FC
RenameFolderAction.description=\u30D5\u30A9\u30EB\u30C0\u306E\u30EA\u30CD\u30FC\u30E0
ProjectRepositoryNode.sapFunctions.inputSchema=\u30A4\u30F3\u30D7\u30C3\u30C8
ProjectRepositoryNode.sapFunctions.outputSchema=\u30A2\u30A6\u30C8\u30D7\u30C3\u30C8
ProxyRepositoryFactory.projectCanNotOpen=\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u3092\u958B\u304F\u3053\u3068\u304C\u3067\u304D\u307E\u305B\u3093\u3002\u30A8\u30E9\u30FC\u30BF\u30B9\u30AF\u306F{0}\u3067\u3059\u3002
ProjectRepositoryNode.sapBapi=SAP Bapi
ProjectRepositoryNode.sapFunctions.inputSchema=Input (\u5165\u529B)
ProjectRepositoryNode.sapFunctions.outputSchema=\u51FA\u529B
ProjectRepositoryNode.sapTables=SAP\u30C6\u30FC\u30D6\u30EB
DuplicateAction.input.title.v2=\u91CD\u8907
DuplicateAction.input.title.v2=\u8907\u88FD
DuplicateAction.SameAsProjectname=\u540D\u524D\u304C\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u540D\u3092\u91CD\u8907\u3057\u307E\u3059
DeleteAction.error.testCaseLockedOrOpenedObject.newMessage=\u30C6\u30B9\u30C8\u30B1\u30FC\u30B9\u53C8\u306F{0}\u306E\u30B1\u30FC\u30B9\u304C\u30ED\u30C3\u30AF\u3055\u308C\u3066\u3044\u308B\u306E\u3067\u524A\u9664\u51FA\u6765\u307E\u305B\u3093\u3002\u524A\u9664\u306E\u524D\u306B\u30AA\u30D6\u30B8\u30A7\u30AF\u30C8\u3092\u9589\u3058\u3066\u4E0B\u3055\u3044\u3002
ProjectRepositoryNode.sapBWDataSource=SAP DataSource
ProjectRepositoryNode.sapBWDataStoreObject=SAP DSO
ProjectRepositoryNode.sapBWInfoCube=SAP InfoCube
ProjectRepositoryNode.sapBWInfoObject=SAP InfoObject
ConvertJobsUtil.warning.title=\u8B66\u544A
ConvertJobsUtil.warning.message=\u30BF\u30FC\u30B2\u30C3\u30C8\u30D5\u30EC\u30FC\u30E0\u30EF\u30FC\u30AF\u306F\u3001\u3053\u306E\u30EA\u30EA\u30FC\u30B9\u3067\u306F\u5B8C\u5168\u306B\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002
ItemReferenceDialog.doNotDelete.button=\u524A\u9664\u3057\u306A\u3044
ItemReferenceDialog.forceDelete.button=\u524A\u9664\u306E\u5F37\u5236
ItemReferenceDialog.forceDelete.warn.title=\u3088\u308D\u3057\u3044\u3067\u3059\u304B?
ItemReferenceDialog.forceDelete.warn.message=\u524A\u9664\u306E\u5F37\u5236\u30A2\u30AF\u30B7\u30E7\u30F3\u3092\u5B9F\u884C\u3059\u308B\u3068\u3001\u3053\u306E\u30A2\u30A4\u30C6\u30E0\u3092\u4F7F\u7528\u3057\u3066\u3044\u308B\u30A2\u30A4\u30C6\u30E0\u304C\u58CA\u308C\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002\u524A\u9664\u3092\u5F37\u5236\u3057\u307E\u3059\u304B?
ProjectRepositoryNode.sapContentExtractor=SAP BI\u30B3\u30F3\u30C6\u30F3\u30C4\u62BD\u51FA
ProjectRepositoryNode.calculationViewSchemas=\u8A08\u7B97\u30D3\u30E5\u30FC\u30B9\u30AD\u30FC\u30DE
ProjectRepositoryNode.sapBWAdvancedDataStoreObject=SAP ADSO
ProxyRepositoryFactory.CycleReferenceError=\u30B5\u30A4\u30AF\u30EB\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u53C2\u7167\u304C\u691C\u51FA\u3055\u308C\u307E\u3057\u305F\u3002
ProxyRepositoryFactory.titleWarning=\u8B66\u544A
ProxyRepositoryFactory.msgMissingReferencedProjects=\u53C2\u7167\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8[{0}]\u304C\u3042\u308A\u307E\u305B\u3093\u3002\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u3078\u306E\u30ED\u30B0\u30A4\u30F3\u3092\u7D9A\u884C\u3057\u307E\u3059\u304B?
ProxyRepositoryFactory.exceptionMissingReferencedProjects=\u53C2\u7167\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8[{0}]\u304C\u3042\u308A\u307E\u305B\u3093\u3002
ProxyRepositoryFactory.btnLabelContinue=\u7D9A\u884C
ProxyRepositoryFactory.load.sdk.componnents=SDK\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u30ED\u30FC\u30C9...

View File

@@ -12,8 +12,8 @@ PropertiesWizardPage.Version=Wersja
EAuthenticationMethod.anonymousAuth=Autentykacja anonimowa
EAuthenticationMethod.simpleAuth=Autentykacja prosta
CopyAction.thisText.copy=Kopiuj
RestoreAction.action.title=Przywró\u0107
RestoreAction.action.toolTipText=Przywró\u0107
RestoreAction.action.title=Przywr\u00F3\u0107
RestoreAction.action.toolTipText=Przywr\u00F3\u0107
PasteAction.thisText.paste=Wklej
DeleteAction.action.foreverTitle=Skasuj bezpowrotnie
DeleteAction.action.logicalTitle=Usu\u0144
@@ -24,14 +24,14 @@ DeleteAction.error.title=Kasowanie zabronione
DeleteAction.warning.title=Ostrze\u017Cenie
DuplicateAction.cannotGenerateItem=Nie mo\u017Cna wygenerowa\u0107 etykiety dla wklejanego obiektu.
DuplicateAction.thisText.duplicate=Duplikuj
EmptyRecycleBinAction.action.title=Opró\u017Cnij kosz
EmptyRecycleBinAction.action.toolTipText=Opró\u017Cnij kosz
EmptyRecycleBinAction.dialog.title=Opró\u017Cnij kosz
EmptyRecycleBinAction.action.title=Opr\u00F3\u017Cnij kosz
EmptyRecycleBinAction.action.toolTipText=Opr\u00F3\u017Cnij kosz
EmptyRecycleBinAction.dialog.title=Opr\u00F3\u017Cnij kosz
ContextReferenceDialog.Types=Typ
CopyToGenericSchemaHelper.cannotGenarateItem=Nie mo\u017Cna wygenerowa\u0107 etykiety dla wklejanego obiektu.
ItemReferenceDialog.item=Element
ProjectRepositoryNode.code=Kod
NewFolderWizard.failureTitle=B\u0141\u0104D
NewFolderWizard.label=Etykieta
CreateFolderAction.action.title=Utwórz folder
CreateFolderAction.action.toolTipText=Utwórz folder
CreateFolderAction.action.title=Utw\u00F3rz folder
CreateFolderAction.action.toolTipText=Utw\u00F3rz folder

View File

@@ -1,43 +1,43 @@
AbstractEMFRepositoryFactory.cannotGenerateItem=Impossível gerar label do item copiado
AbstractEMFRepositoryFactory.presistenceException.whoCauseProblems=Quais são os itens que causaram problema:
ProxyRepositoryFactory.initializeProjectConnection=Iniciar Conexão do Projeto
AbstractEMFRepositoryFactory.cannotGenerateItem=Imposs\u00EDvel gerar label do item copiado
AbstractEMFRepositoryFactory.presistenceException.whoCauseProblems=Quais s\u00E3o os itens que causaram problema:
ProxyRepositoryFactory.initializeProjectConnection=Iniciar Conex\u00E3o do Projeto
ProxyRepositoryFactory.Label=Label
CreateSandboxProjectDialog.ProjectLabel=Label
CreateSandboxProjectDialog.Login=Login
CreateSandboxProjectDialog.Password=Senha
PropertiesWizardPage.Name=Nome
PropertiesWizardPage.Version=Versão
EAuthenticationMethod.anonymousAuth=Autenticação Anônima
EAuthenticationMethod.simpleAuth=Autenticação Simples
PropertiesWizardPage.Version=Vers\u00E3o
EAuthenticationMethod.anonymousAuth=Autentica\u00E7\u00E3o An\u00F4nima
EAuthenticationMethod.simpleAuth=Autentica\u00E7\u00E3o Simples
CopyAction.thisText.copy=Copiar
RestoreAction.action.title=Restaurar
RestoreAction.action.toolTipText=Restaurar
PasteAction.thisText.paste=Colar
DeleteAction.action.logicalTitle=Deletar
DeleteAction.action.logicalToolTipText=Colocar objeto na lixeira
DeleteAction.warning.title=Advertência
DuplicateAction.cannotGenerateItem=Impossível gerar label do item copiado
DeleteAction.warning.title=Advert\u00EAncia
DuplicateAction.cannotGenerateItem=Imposs\u00EDvel gerar label do item copiado
DuplicateAction.dialog.message=Criar novo nome para o job
DuplicateAction.dialog.title=Favor inserir nome do job
DuplicateAction.thisText.duplicate=Duplicado
EmptyRecycleBinAction.action.title=Lixeira vazia
EmptyRecycleBinAction.action.toolTipText=Lixeira vazia
EmptyRecycleBinAction.dialog.title=Lixeira vazia
PasteObjectAction.error.labelAlreadyExists=Um objeto com este rótulo já existe neste caminho
PasteObjectAction.error.title=Impossível colar
PasteObjectAction.error.labelAlreadyExists=Um objeto com este r\u00F3tulo j\u00E1 existe neste caminho
PasteObjectAction.error.title=Imposs\u00EDvel colar
JobletReferenceDialog.NodeTotals=Totais
JobletReferenceDialog.project=Projeto
JobletReferenceDialog.ReferenceJob=Job de referência
CopyToGenericSchemaHelper.cannotGenarateItem=Impossível gerar label do item copiado
JobletReferenceDialog.ReferenceJob=Job de refer\u00EAncia
CopyToGenericSchemaHelper.cannotGenarateItem=Imposs\u00EDvel gerar label do item copiado
ItemReferenceDialog.item=Item
ItemReferenceDialog.nodeTotals=Totais
ItemReferenceDialog.project=Projeto
ProjectRepositoryNode.code=Código
ProjectRepositoryNode.code=C\u00F3digo
RepositoryDropAdapter_moveTitle=Mover
NewFolderWizard.failureTitle=Erro
NewFolderWizard.label=Label
NewFolderWizard.nameEmpty=Label é obrigatório
NewFolderWizard.nameEmpty=Label \u00E9 obrigat\u00F3rio
NewFolderWizard.nameIncorrect=Label contem caracteres incorretos
NewFolderWizard.nameInvalid=Label {0} é proibido
NewFolderWizard.nameInvalid=Label {0} \u00E9 proibido
CreateFolderAction.action.title=Criar pasta
CreateFolderAction.action.toolTipText=Criar pasta

View File

@@ -0,0 +1,35 @@
ProxyRepositoryFactory.Label=Popis
CreateSandboxProjectDialog.ProjectDesc=Popis
CreateSandboxProjectDialog.ProjectLabel=Popis
CreateSandboxProjectDialog.successTitile=\u00DAspe\u0161ne
CreateSandboxProjectDialog.svnUrl=URL
CreateSandboxProjectDialog.userFirstname=Meno
CreateSandboxProjectDialog.userLastname=Priezvisko
CreateSandboxProjectDialog.userPasswordEmptyMessage=U\u017E\u00EDvate\u013Esk\u00E9 heslo nem\u00F4\u017Ee by\u0165 pr\u00E1zdne
CreateSandboxProjectDialog.Login=Login
CreateSandboxProjectDialog.Password=Heslo
PropertiesWizardPage.Author=Autor
PropertiesWizardPage.Description=Popis
PropertiesWizardPage.Name=Meno
PropertiesWizardPage.Status=Stav
PropertiesWizardPage.Version=Verzia
CopyAction.thisText.copy=Kop\u00EDrova\u0165
RestoreAction.action.title=Obnovi\u0165
RestoreAction.action.toolTipText=Obnovi\u0165
PasteAction.thisText.paste=prilepi\u0165
DeleteAction.action.foreverTitle=Odstr\u00E1ni\u0165 nav\u017Edy
DeleteAction.action.logicalTitle=Zmaza\u0165
DeleteAction.dialog.title=Odstr\u00E1ni\u0165 nav\u017Edy
DeleteAction.warning.title=Varovanie
JobletReferenceDialog.project=Projekt
ContextReferenceDialog.Types=Typ
ItemReferenceDialog.item=Polo\u017Eka
ItemReferenceDialog.project=Projekt
ProjectRepositoryNode.code=K\u00F3d
ProjectRepositoryNode.columns=St\u013Apce
RepositoryDropAdapter_moveTitle=Premiestni\u0165
NewFolderWizard.failureTitle=CHYBA
NewFolderWizard.label=Popis
NewFolderWizard.title=ADRES\u00C1R
ProjectRepositoryNode.sapFunctions.inputSchema=VSTUP
ProjectRepositoryNode.sapFunctions.outputSchema=V\u00DDSTUP

View File

@@ -1,8 +1,8 @@
ProxyRepositoryFactory.Label=Etiket
CreateSandboxProjectDialog.ProjectDesc=Aç\u0131klama
CreateSandboxProjectDialog.ProjectDesc=A\u00E7\u0131klama
CreateSandboxProjectDialog.ProjectLabel=Etiket
CreateSandboxProjectDialog.Password=\u015Eifre
PropertiesWizardPage.Description=Aç\u0131klama
PropertiesWizardPage.Description=A\u00E7\u0131klama
PropertiesWizardPage.Name=Ad\u0131
PropertiesWizardPage.Version=Versiyon
CopyAction.thisText.copy=Kopyala

View File

@@ -1,93 +1,208 @@
AbstractEMFRepositoryFactory.cannotGenerateItem=\u65E0\u6CD5\u751F\u6210\u7C98\u8D34\u9879\u76EE\u7684\u6807\u7B7E.
AbstractEMFRepositoryFactory.job=\u4f5c\u4e1a
ProxyRepositoryFactory.bussinessException.itemNonModifiable=\u4e0d\u53ef\u4fee\u6539\u9879
ProxyRepositoryFactory.illegalArgumentException.labelNotMatchPattern=\u6807\u7b7e {0} \u4e0e\u6a21\u5f0f {1} \u4e0d\u7b26
AbstractEMFRepositoryFactory.cannotGenerateItem=\u65E0\u6CD5\u751F\u6210\u7C98\u8D34\u9879\u76EE\u6807\u7B7E\u3002
AbstractEMFRepositoryFactory.job=\u4F5C\u4E1A
AbstractEMFRepositoryFactory.presistenceException.OnlyOneOccurenceMustbeFound=\u540C\u65F6\u83B7\u53D6\u5230\u591A\u4E2A\u9879\u76EE\u3002\\n{0}
AbstractEMFRepositoryFactory.presistenceException.whoCauseProblems=\u5F15\u8D77\u95EE\u9898\u7684\u9879\u76EE\u662F:
AbstractEMFRepositoryFactory.requiredComponent=\u4E3A\u4F7F\u7528\u4EE5\u4E0B\u7EC4\u4EF6\u6240\u5FC5\u9700:
ProxyRepositoryFactory.bussinessException.itemNonModifiable=\u60A8\u6CA1\u6709\u8DB3\u591F\u7684\u6743\u9650\u6765\u6267\u884C\u6B64\u64CD\u4F5C
ProxyRepositoryFactory.exec.migration.tasks=\u6267\u884C\u8FC1\u79FB\u4EFB\u52A1
ProxyRepositoryFactory.illegalArgumentException.labeAlreadyInUse=\u6807\u7B7E {0} \u5DF2\u88AB\u4F7F\u7528
ProxyRepositoryFactory.illegalArgumentException.labelNotMatchPattern=\u6807\u7B7E {0} \u4E0E\u6A21\u5F0F {1} \u4E0D\u7B26
ProxyRepositoryFactory.initializeProjectConnection=\u521D\u59CB\u5316\u5DE5\u7A0B\u8FDE\u63A5
ProxyRepositoryFactory.JobNameErroe=\u4F5C\u4E1A\u540D\u79F0\u9519\u8BEF
ProxyRepositoryFactory.Label=\u6807\u7B7E
ProxyRepositoryFactory.log.Restoration=[{0}] \u88ab {1} \u6062\u590d\u5230 \u201c/{2}\u201d\u3002
ProxyRepositoryFactory.log.lock=\u201c{1}\u201d\u88ab[{0}]\u9501\u5b9a\u3002
ProxyRepositoryFactory.log.loggedOn={0}\u6ce8\u518c\u5165{1}\u3002
ProxyRepositoryFactory.log.logicalDeletion=\u903b\u8f91[{0}]\u88ab{1}\u5220\u9664\u3002
ProxyRepositoryFactory.log.move=\u4ece\u201c{1}\u201d\u79fb\u52a8\u5230[{0}]\u3002
ProxyRepositoryFactory.load.componnents=\u52A0\u8F7D\u7EC4\u4EF6...
ProxyRepositoryFactory.log.Restoration=[{0}] \u88AB {1} \u6062\u590D\u5230 \"/{2}\"\u3002
ProxyRepositoryFactory.log.lock=\u7531 \"{1}\" \u9501\u5B9A [{0}]\u3002
ProxyRepositoryFactory.log.loggedOn={0} \u767B\u5F55\u5230 {1}
ProxyRepositoryFactory.log.logicalDeletion=[{0}] \u88AB {1} \u903B\u8F91\u5220\u9664\u3002
ProxyRepositoryFactory.log.move=\u4ECE [{0}] \u79FB\u52A8\u5230 \"{1}\"\u3002
ProxyRepositoryFactory.log.newIdGenerated=\u5728\u5DE5\u7A0B [{0}] \u4E0A\u751F\u6210\u7684\u65B0 ID = {1}
ProxyRepositoryFactory.log.physicalDeletion=\u7269\u7406\u6027\u5220\u9664 \u7531{1}\u5220\u9664[{0}]\u3002
ProxyRepositoryFactory.log.tempFolderEmptied=\u4e34\u65f6\u6587\u4ef6\u5939\u6e05\u7a7a(\u6587\u4ef6{0}\u5728{1}ms\u5185\u88ab\u5220\u9664)
ProxyRepositoryFactory.log.unlock=[{0}]\u88ab\u201c{1}\u201d\u89e3\u9501\u3002
ProxyRepositoryFactory.log.tempFolderEmptied=\u4E34\u65F6\u6587\u4EF6\u5939\u5DF2\u6E05\u7A7A (\u5728 {1} \u6BEB\u79D2\u5185\u5220\u9664\u4E86 {0} \u4E2A\u6587\u4EF6)
ProxyRepositoryFactory.log.unlock=[{0}] \u88AB \"{1}\" \u89E3\u9501\u3002
ProxyRepositoryFactory.logonInProgress=\u6B63\u5728\u767B\u5F55...
CreateSandboxProjectDialog.failureMessage=\u521B\u5EFA\u6C99\u76D2\u9879\u76EE\u5931\u8D25
CreateSandboxProjectDialog.ProjectDesc=\u5FC5\u8981\u7684
ProxyRepositoryFactory.projectIsNotCompatible=\u5DE5\u7A0B {0} \u5DF2\u88AB\u4E00\u4E2A\u65E5\u671F\u66F4\u65B0\u7684 studio \u6253\u5F00\uFF0C\u6240\u4EE5\u65E0\u6CD5\u6253\u5F00\u3002
ProxyRepositoryFactory.ReplaceJob=\u5DF2\u5728\u4F7F\u7528\u4E2D\uFF0C\u662F\u5426\u8981\u66FF\u6362\u5B83\uFF1F
ProxyRepositoryFactory.synch.repo.items=\u540C\u6B65\u5B58\u50A8\u5E93\u9879\u76EE
ProxyRepositoryFactory.synchronizeLibraries=\u540C\u6B65\u5E93...
CreateSandboxProjectDialog.createUserLabel=\u65B0\u5EFA\u4E00\u4E2A\u8FDE\u63A5\u5230\u521B\u5EFA\u6C99\u7BB1\u5DE5\u7A0B\u7684\u7528\u6237
CreateSandboxProjectDialog.Failure=\u5931\u8D25
CreateSandboxProjectDialog.failureMessage=\u521B\u5EFA\u6C99\u76D2\u5DE5\u7A0B\u5931\u8D25\u3002
CreateSandboxProjectDialog.ProjectDesc=\u63CF\u8FF0
CreateSandboxProjectDialog.ProjectLabel=\u6807\u7B7E
CreateSandboxProjectDialog.ProjectSvnAdvance=SVN\u9AD8\u7EA7\u8BBE\u7F6E
CreateSandboxProjectDialog.successMessage=\u6210\u529F\u521B\u5EFA\u6C99\u76D2\u9879\u76EE
CreateSandboxProjectDialog.successTitile=\u6210\u529f
CreateSandboxProjectDialog.Login=\u987b\u6307\u5b9a\u767b\u5f55
CreateSandboxProjectDialog.Password=\u4EE3\u7406\u5BC6\u7801
CreateSandboxProjectDialog.ProjectSvnAdvance=SVN \u9AD8\u7EA7\u8BBE\u7F6E
CreateSandboxProjectDialog.successMessage=\u6210\u529F\u521B\u5EFA\u6C99\u76D2\u5DE5\u7A0B
CreateSandboxProjectDialog.successTitile=\u6210\u529F
CreateSandboxProjectDialog.svnUrl=URL
CreateSandboxProjectDialog.Title=\u521B\u5EFA\u6C99\u76D2\u5DE5\u7A0B - {0}
CreateSandboxProjectDialog.userFirstname=\u540D\u5B57
CreateSandboxProjectDialog.userLastname=\u59D3\u6C0F
CreateSandboxProjectDialog.userLoginMessage=\u5DE5\u7A0B svn \u767B\u5F55\u540D\u4E0D\u80FD\u4E3A\u7A7A
CreateSandboxProjectDialog.userLoginValidMessage=\u7528\u6237\u767B\u5F55\u540D\u5FC5\u987B\u662F\u6709\u6548\u7684\u7535\u5B50\u90AE\u4EF6
CreateSandboxProjectDialog.userPasswordEmptyMessage=\u7528\u6237\u5BC6\u7801\u4E0D\u80FD\u4E3A\u7A7A
CreateSandboxProjectDialog.Login=\u767B\u5F55\u540D
CreateSandboxProjectDialog.Password=\u5BC6\u7801
CreateSandboxProjectDialog.URLMessage=\u5FC5\u987B\u8BBE\u5B9A svn URL
CreateSandboxProjectDialog.userSvnSettingLabel=\u9ED8\u8BA4 SVN \u8BBE\u7F6E
PropertiesWizardPage.Author=\u4F5C\u8005
PropertiesWizardPage.Description=\u5FC5\u8981\u7684
PropertiesWizardPage.ItemExistsError=\u76F8\u540C\u540D\u79F0\u7684\u9879\u5DF2\u5B58\u5728\uFF0C\u5982\u6709\u9700\u8981\uFF0C\u8BF7\u68C0\u67E5\u56DE\u6536\u7AD9
PropertiesWizardPage.KeywordsError=\u540D\u5B57\u4E0D\u5408\u6CD5
PropertiesWizardPage.Name=\u4f5c\u4e1a\u540d
PropertiesWizardPage.NameEmptyError=\u4f5c\u4e1a\u540d\u4e3a\u7a7a\u3002
PropertiesWizardPage.NameFormatError=\u4f5c\u4e1a\u540d\u5305\u542b\u4e0d\u5408\u6cd5\u7b26\u3002
PropertiesWizardPage.Locker=\u9501\u5B9A\u4EBA
PropertiesWizardPage.Description=\u63CF\u8FF0
PropertiesWizardPage.EmptyDescWarning=\u4E0D\u5EFA\u8BAE\u5C06\u63CF\u8FF0\u7559\u7A7A\u3002
PropertiesWizardPage.EmptyPurposeWarning=\u4E0D\u5EFA\u8BAE\u5C06\u76EE\u7684\u7559\u7A7A\u3002
PropertiesWizardPage.ItemExistsError=\u6B64\u9879\u76EE\u5DF2\u5B58\u5728\u3002\u8BF7\u68C0\u67E5\u56DE\u6536\u7AD9\u5E76\u5728\u9700\u8981\u65F6\u6E05\u7A7A\u3002
PropertiesWizardPage.KeywordsError=\u540D\u79F0\u4E0D\u662F\u6709\u6548\u6807\u8BC6\u7B26\u3002
PropertiesWizardPage.Name=\u540D\u79F0
PropertiesWizardPage.NameEmptyError=\u540D\u79F0\u4E3A\u7A7A\u3002
PropertiesWizardPage.NameFormatError=\u540D\u79F0\u5305\u542B\u9519\u8BEF\u5B57\u7B26\u3002
PropertiesWizardPage.Path=\u8DEF\u5F84
PropertiesWizardPage.Purpose=\u76EE\u7684
PropertiesWizardPage.Select=\u9009\u62E9
PropertiesWizardPage.SelectfolderMessage=\u9009\u62E9\u5C06\u8981\u521B\u5EFA\u6761\u76EE\u7684\u6587\u4EF6\u5939
PropertiesWizardPage.SelectfolderTitle=\u9009\u62E9\u76EE\u5F55
PropertiesWizardPage.SelectfolderMessage=\u9009\u62E9\u5C06\u8981\u521B\u5EFA\u9879\u76EE\u7684\u6587\u4EF6\u5939
PropertiesWizardPage.SelectfolderTitle=\u9009\u62E9\u6587\u4EF6\u5939
PropertiesWizardPage.Status=\u72B6\u6001
PropertiesWizardPage.Version=\u7248\u672C
EAuthenticationMethod.anonymousAuth=\u533f\u540d\u9a8c\u8bc1
EAuthenticationMethod.simpleAuth=\u7b80\u5355\u9a8c\u8bc1
PropertiesWizardPage.Version.Major=M
PropertiesWizardPage.Version.Minor=m
PropertiesWizardPage.ImageSizeError=\u8BF7\u9009\u62E9\u5C3A\u5BF8\u4E3A 32*32 \u7684\u56FE\u50CF\u3002
EAuthenticationMethod.anonymousAuth=\u533F\u540D\u8EAB\u4EFD\u9A8C\u8BC1
EAuthenticationMethod.simpleAuth=\u7B80\u5355\u8EAB\u4EFD\u9A8C\u8BC1
AdvancedSocketFactory.failedInitial=\u9519\u8BEF\uFF1A\u65E0\u6CD5\u521D\u59CB\u5316:
LDAPCATruster.failedCreateCert=\u65E0\u6CD5\u521B\u5EFA\u8BC1\u4E66\u5E93:
LDAPCATruster.failedCreateTmp=\u65E0\u6CD5\u521B\u5EFA\u4E34\u65F6\u4FE1\u4EFB\u5E93:
LDAPCATruster.failedInitialTrust=\u65E0\u6CD5\u521B\u5EFA\u521D\u59CB\u4FE1\u4EFB\u7BA1\u7406\u5668:
LDAPCATruster.failedLoadCert=\u65E0\u6CD5\u52A0\u8F7D\u8BC1\u4E66\u5E93:
LDAPCATruster.failedSaveTrust=\u65E0\u6CD5\u4FDD\u5B58\u4FE1\u4EFB\u5E93:
LDAPCATruster.locationInvalid=\u8BC1\u4E66\u5E93\u6587\u4EF6\u7684\u4F4D\u7F6E\u65E0\u6548:
LDAPCATruster.noCertificate=\\n\u8BF7\u4F7F\u7528 keytool \u547D\u4EE4\u5BFC\u5165\u670D\u52A1\u5668\u8BC1\u4E66\u3002
LDAPCATruster.sslError1=SSL \u9519\u8BEF\uFF1A\u670D\u52A1\u5668\u8BC1\u4E66\u94FE\u9A8C\u8BC1\u5931\u8D25\u3002
LDAPCATruster.sslError2=SSL \u9519\u8BEF\uFF1A\u670D\u52A1\u5668\u8BC1\u4E66\u94FE\u9A8C\u8BC1\u5931\u8D25\u4E14 \\\\nCA \u7F3A\u5931\u3002
LDAPCATruster.sslError3=SSL \u9519\u8BEF\uFF1ACA \u8BC1\u4E66\u4E0D\u5728\u670D\u52A1\u5668\u8BC1\u4E66\u94FE\u4E2D\u3002
CopyAction.thisText.copy=\u590D\u5236
RestoreAction.action.title=\u6062\u590D
RestoreAction.action.toolTipText=\u6062\u590D
PasteAction.thisText.paste=\u7C98\u8D34
DeleteAction.action.foreverTitle=\u6c38\u4e45\u5220\u9664
DeleteAction.action.foreverTitle=\u6C38\u4E45\u5220\u9664
DeleteAction.action.logicalTitle=\u5220\u9664
DeleteAction.action.logicalToolTipText=\u5c06\u5bf9\u8c61\u653e\u5165\u56de\u6536\u7ad9
DeleteAction.dialog.message0=\u5C06\u6C38\u4E45\u5220\u9664\uFF08\u4E0D\u53EF\u6062\u590D\uFF09\u3002
DeleteAction.dialog.title=\u6c38\u4e45\u5220\u9664
DeleteAction.error.title=\u7981\u6b62\u5220\u9664
DeleteAction.action.logicalToolTipText=\u5C06\u5BF9\u8C61\u653E\u5165\u56DE\u6536\u7AD9
DeleteAction.deleteJobAssignedToOneService=\\ \u88AB\u5206\u914D\u7ED9\u670D\u52A1\u7684\u4E00\u4E2A\u64CD\u4F5C\uFF01\\n\u662F\u5426\u8981\u5220\u9664\u6B64\u4F5C\u4E1A\uFF1F
DeleteAction.deleteSomeJobsAssignedToServices=\\ \u88AB\u5206\u914D\u7ED9\u4E00\u4E9B\u670D\u52A1\u7684\u4E00\u4E9B\u64CD\u4F5C\uFF01\\n\u662F\u5426\u8981\u5220\u9664\u8FD9\u4E9B\u4F5C\u4E1A\uFF1F
DeleteAction.dialog.message0=\u5C06\u6C38\u4E45\u5220\u9664 (\u4E0D\u53EF\u6062\u590D)\u3002
DeleteAction.dialog.message1=\u6240\u9009\u5143\u7D20\u5C06\u6C38\u4E45\u5220\u9664 (\u65E0\u6CD5\u6062\u590D)\u3002
DeleteAction.dialog.message2=\u4ECD\u7136\u7EE7\u7EED\uFF1F
DeleteAction.dialog.messageAllElements=\u6240\u6709\u5143\u7D20\u90FD\u5C06\u6C38\u4E45\u5220\u9664 (\u65E0\u6CD5\u6062\u590D)\u3002
DeleteAction.dialog.title=\u6C38\u4E45\u5220\u9664
DeleteAction.error.lockedOrOpenedObject.newMessage={0} \u5DF2\u9501\u5B9A\uFF0C\u56E0\u6B64\u60A8\u65E0\u6CD5\u5220\u9664\u5B83\u3002\\n\u5982\u679C\u6B64\u5BF9\u8C61\u5DF2\u6253\u5F00\uFF0C\u60A8\u5FC5\u987B\u5C06\u5176\u5173\u95ED\u4E4B\u540E\u624D\u80FD\u5220\u9664\u3002
DeleteAction.error.title=\u7981\u6B62\u5220\u9664
DeleteAction.warning.message1=\u65E0\u6CD5\u5220\u9664\u8BE5\u6587\u4EF6\u5939\uFF0C\u56E0\u4E3A\u5176\u4E2D\u81F3\u5C11\u6709\u4E00\u4E2A\u9879\u76EE\u5F53\u524D\u5904\u4E8E\u6253\u5F00\u72B6\u6001\u3002\u5173\u95ED\u6240\u6709\u6253\u5F00\u7684\u9879\u76EE\u5E76\u91CD\u8BD5\u3002
DeleteAction.warning.title=\u8B66\u544A
DuplicateAction.cannotGenerateItem=\u65E0\u6CD5\u751F\u6210\u7C98\u8D34\u9879\u76EE\u7684\u6807\u7B7E.
DuplicateAction.cannotGenerateItem=\u65E0\u6CD5\u751F\u6210\u7C98\u8D34\u9879\u76EE\u6807\u7B7E\u3002
DuplicateAction.dialog.message=\u547D\u540D\u65B0\u4F5C\u4E1A
DuplicateAction.dialog.title=\u8BF7\u8F93\u5165\u4F5C\u4E1A\u540D
DuplicateAction.thisText.duplicate=\u91CD\u590D
DuplicateAction.NameEmptyError=\u4f5c\u4e1a\u540d\u4e3a\u7a7a\u3002
DuplicateAction.NameFormatError=\u4f5c\u4e1a\u540d\u5305\u542b\u4e0d\u5408\u6cd5\u7b26\u3002
DuplicateAction.ItemExistsError=\u76F8\u540C\u540D\u79F0\u7684\u9879\u5DF2\u5B58\u5728\uFF0C\u5982\u6709\u9700\u8981\uFF0C\u8BF7\u68C0\u67E5\u56DE\u6536\u7AD9
DuplicateAction.KeywordsError=\u540D\u5B57\u4E0D\u5408\u6CD5
EmptyRecycleBinAction.action.title=\u6e05\u7a7a\u56de\u6536\u7ad9
EmptyRecycleBinAction.action.toolTipText=\u6e05\u7a7a\u56de\u6536\u7ad9
EmptyRecycleBinAction.dialog.title=\u6e05\u7a7a\u56de\u6536\u7ad9
PasteObjectAction.error.labelAlreadyExists=\u5df2\u7ecf\u5b58\u5728\u5f53\u524d\u8def\u5f84\u4e0b\u5e26\u6b64\u6807\u7b7e\u7684\u5bf9\u8c61
PasteObjectAction.error.title=\u65e0\u6cd5\u7c98\u8d34
DuplicateAction.dialog.title=\u8BF7\u8F93\u5165\u4F5C\u4E1A\u540D\u79F0
DuplicateAction.input.message=\u8F93\u5165\u65B0\u540D\u79F0
DuplicateAction.thisText.duplicate=\u590D\u5236\u7C98\u8D34
DuplicateAction.NameEmptyError=\u540D\u79F0\u4E3A\u7A7A\u3002
DuplicateAction.NameFormatError=\u540D\u79F0\u5305\u542B\u9519\u8BEF\u5B57\u7B26\u3002
DuplicateAction.ItemExistsError=\u6B64\u9879\u76EE\u5DF2\u5B58\u5728\u3002\u8BF7\u68C0\u67E5\u56DE\u6536\u7AD9\u5E76\u5728\u9700\u8981\u65F6\u6E05\u7A7A\u3002
DuplicateAction.KeywordsError=\u540D\u79F0\u4E0D\u662F\u6709\u6548\u6807\u8BC6\u7B26\u3002
EmptyRecycleBinAction.action.title=\u6E05\u7A7A\u56DE\u6536\u7AD9
EmptyRecycleBinAction.action.toolTipText=\u6E05\u7A7A\u56DE\u6536\u7AD9
EmptyRecycleBinAction.dialog.title=\u6E05\u7A7A\u56DE\u6536\u7AD9
EmptyRecycleBinAction.dialog.allDependencies=\u4F60\u4E0D\u80FD\u6E05\u7A7A\u56DE\u6536\u7AD9\uFF0C\u4EFB\u4F55\u9879\u76EE\u90FD\u72EC\u7ACB\u4E8E\u6570\u636E\u5206\u5DE5\u5177\u7684\u89C6\u89D2\uFF0C\u8BF7\u4E0D\u8981\u5220\u9664\u5B83\u3002
PasteObjectAction.error.labelAlreadyExists=\u6B64\u8DEF\u5F84\u4E0B\u5DF2\u5B58\u5728\u5E26\u6709\u8BE5\u6807\u7B7E\u7684\u5BF9\u8C61
PasteObjectAction.error.title=\u65E0\u6CD5\u7C98\u8D34
JobletReferenceDialog.DeletedInfor=\u5728\u56DE\u6536\u7AD9
JobletReferenceDialog.project=\u5de5\u7a0b
JobletReferenceDialog.Title=\u5220\u9664joblet\u5931\u8D25
JobletReferenceDialog.Messages=\u6709\u4E9B\u5C0F\u4F5C\u4E1A\u4E0D\u80FD\u5220\u9664\uFF0C\u56E0\u4E3A\u5B83\u4EEC\u662F\u4ECE\u4F5C\u4E1A\u5F15\u7528\u7684\u3002
JobletReferenceDialog.NodeTotals=\u603B\u6570
JobletReferenceDialog.NodeTotalsTip=\u8282\u70B9\u5F15\u7528\u603B\u6570
JobletReferenceDialog.project=\u5DE5\u7A0B
JobletReferenceDialog.ReferenceJob=\u5F15\u7528\u4F5C\u4E1A
JobletReferenceDialog.Title=\u5220\u9664\u5C0F\u4F5C\u4E1A\u5931\u8D25
ContextReferenceDialog.Title=\u5220\u9664\u73AF\u5883\u7EC4
ContextReferenceDialog.Recycle=\u5728\u56DE\u6536\u7AD9
ContextReferenceDialog.ReferenceJob=\u5F15\u7528\u5BF9\u8C61
ContextReferenceDialog.Types=\u7C7B\u578B
CopyToGenericSchemaHelper.cannotGenarateItem=\u65E0\u6CD5\u751F\u6210\u7C98\u8D34\u9879\u76EE\u7684\u6807\u7B7E.
ItemReferenceDialog.project=\u5de5\u7a0b
ContextReferenceDialog.NodeTypeTip=\u8282\u70B9\u5F15\u7528\u7684\u7C7B\u578B
ContextReferenceDialog.Messages=\u4E0A\u4E0B\u6587 ({0} {1}) \u5F15\u7528\u81EA\uFF1A\\n
ContextReferenceDialog.kindMessages={0} {1} \u7684\u4E0A\u4E0B\u6587\u7EC4\u88AB\u4EE5\u4E0B\u5217\u8868\u5F15\u7528\uFF0C\u5982\u679C\u786E\u5B9E\u60F3\u8981\u5C06\u5176\u5220\u9664\uFF0C\u518D\u6B21\u6253\u5F00\u4F5C\u4E1A\u65F6\uFF0C\u4F5C\u4E1A\u4E2D\u6240\u7528\u7684\u4E0A\u4E0B\u6587\u7EC4\u5C06\u6539\u4E3A\u5185\u7F6E\u3002\u662F\u5426\u4ECD\u60F3\u5C06\u5176\u5220\u9664\uFF1F
ContextReferenceDialog.kindMessages1={0} {1} \u7684\u4E0A\u4E0B\u6587\u7EC4\u88AB\u4EE5\u4E0B\u5217\u8868\u5F15\u7528\uFF0C\u662F\u5426\u4ECD\u60F3\u5C06\u5176\u5220\u9664\uFF1F
CopyToGenericSchemaHelper.cannotGenarateItem=\u65E0\u6CD5\u751F\u6210\u7C98\u8D34\u9879\u76EE\u6807\u7B7E\u3002
ProxyRepositoryFactory.ReplaceJobHazardDescription=\\n\u5BF9\u539F\u59CB\u8FDE\u63A5\u7684\u4F9D\u8D56\u53EF\u80FD\u4F1A\u4E22\u5931\uFF01
ItemReferenceDialog.title=\u65E0\u6CD5\u5220\u9664\u7684\u9879\u76EE
ItemReferenceDialog.item=\u9879\u76EE
ItemReferenceDialog.referenceItem=\u5F15\u7528\u9879\u76EE
ItemReferenceDialog.nodeTotals=\u603B\u6570
ItemReferenceDialog.nodeTotalsTip=\u8282\u70B9\u5F15\u7528\u603B\u6570
ItemReferenceDialog.project=\u5DE5\u7A0B
ItemReferenceDialog.deletedInfor=\u5728\u56DE\u6536\u7AD9
ProjectRepositoryNode.code=\u4ee3\u7801
ProjectRepositoryNode.columns=\u663E\u793A\u5217
ProjectRepositoryNode.genericSchema=\u666E\u901A schema
ProjectRepositoryNode.synonymSchemas=\u540c\u4e49\u5b57schema
ProjectRepositoryNode.tableSchemas=\u8868\u683cschema
ProjectRepositoryNode.viewSchemas=\u89c6\u56feschema
RepositoryDropAdapter_moveTitle=\u79fb\u52a8
NewFolderWizard.description=\u5728\u50a8\u5b58\u5e93\u91cc\u521b\u5efa\u65b0\u6587\u4ef6\u5939
NewFolderWizard.failureText=\u9519\u8bef\u3002\u6587\u4ef6\u5939\u4e0d\u80fd\u88ab\u521b\u5efa\uff0c\u53c2\u770b\u65e5\u5fd7\u83b7\u53d6\u66f4\u591a\u8be6\u60c5\u3002
ItemReferenceDialog.messages=\u6709\u4E9B\u9879\u76EE\u4E0D\u80FD\u5220\u9664\uFF0C\u56E0\u4E3A\u5B83\u4EEC\u5F15\u7528\u81EA\u5176\u4ED6\u9879\u76EE\u3002
ProjectRepositoryNode.code=\u4EE3\u7801
ProjectRepositoryNode.rulesManagement=\u89C4\u5219\u7BA1\u7406
ProjectRepositoryNode.itemInvalid=\u9879\u76EE\u65E0\u6548\uFF1A[{0}] {1}
ProjectRepositoryNode.invalidItem=\u65E0\u6548\u9879\u76EE
ProjectRepositoryNode.columns=\u5217
ProjectRepositoryNode.validationRules=\u9A8C\u8BC1\u89C4\u5219
ProjectRepositoryNode.cdcFoundation=CDC Foundation
ProjectRepositoryNode.genericSchema=\u901A\u7528 schema
ProjectRepositoryNode.queries=\u67E5\u8BE2
ProjectRepositoryNode.synonymSchemas=\u540C\u4E49\u5B57 schema
ProjectRepositoryNode.tableSchemas=\u8868 schema
ProjectRepositoryNode.viewSchemas=\u67E5\u770B schema
ProjectRepositoryNode.sapFunctions=SAP \u51FD\u6570
ProjectRepositoryNode.sapIDocs=SAP iDocs
RepositoryDropAdapter_copyingItems=\u6B63\u5728\u590D\u5236\u9879\u76EE...
RepositoryDropAdapter_lockedByOthers=\u6B64\u9879\u76EE\u88AB\u5176\u4ED6\u7528\u6237\u9501\u5B9A\uFF0C\u73B0\u5728\u65E0\u6CD5\u79FB\u52A8\u3002
RepositoryDropAdapter_lockedByYou=\u6B64\u9879\u76EE\u88AB\u60A8\u9501\u5B9A\uFF0C\u73B0\u5728\u65E0\u6CD5\u79FB\u52A8\u3002
RepositoryDropAdapter_moveTitle=\u79FB\u52A8
RepositoryDropAdapter_movingItems=\u6B63\u5728\u79FB\u52A8\u9879\u76EE...
RepositoryDropAdapter.checkingLockStatus=\u68C0\u67E5\u4EE5\u4E0B\u9879\u7684\u9501\u5B9A\u72B6\u6001\uFF1A
RepositoryDropAdapter.moving=\u6B63\u5728\u79FB\u52A8
NewFolderWizard.description=\u5728\u5B58\u50A8\u5E93\u4E2D\u521B\u5EFA\u65B0\u6587\u4EF6\u5939
NewFolderWizard.failureText=\u53D1\u751F\u9519\u8BEF\u3002\u6587\u4EF6\u5939\u4E0D\u80FD\u88AB\u521B\u5EFA\uFF0C\u8BF7\u67E5\u770B\u65E5\u5FD7\u4EE5\u83B7\u53D6\u66F4\u591A\u8BE6\u7EC6\u4FE1\u606F\u3002
NewFolderWizard.failureTitle=\u9519\u8BEF
NewFolderWizard.label=\u6807\u7B7E
NewFolderWizard.nameEmpty=\u6807\u7b7e\u4e3a\u5fc5\u9700\u9879
NewFolderWizard.nameIncorrect=\u6807\u7b7e\u91cc\u5305\u542b\u4e0d\u5408\u6cd5\u5b57\u7b26
NewFolderWizard.nameInvalid=\u6807\u7b7e {0} \u88ab\u7981\u6b62
NewFolderWizard.nameEmpty=\u6807\u7B7E\u4E3A\u5FC5\u9700\u9879
NewFolderWizard.nameIncorrect=\u6807\u7B7E\u91CC\u5305\u542B\u4E0D\u6B63\u786E\u5B57\u7B26
NewFolderWizard.nameInvalid=\u6807\u7B7E {0} \u88AB\u7981\u6B62
NewFolderWizard.title=\u6587\u4EF6\u5939
NewFolderWizard.windowTitle=\u65b0\u6587\u4ef6\u5939
CreateFolderAction.action.title=\u521b\u5efa\u6587\u4ef6\u5939
CreateFolderAction.action.toolTipText=\u521b\u5efa\u6587\u4ef6\u5939
RenameFolderAction.action.title=\u91cd\u547d\u540d\u6587\u4ef6\u5939
RenameFolderAction.action.toolTipText=\u91cd\u547d\u540d\u6587\u4ef6\u5939
RenameFolderAction.warning.editorOpen.title=\u4e8b\u4ef6\u65e0\u6548
RenameFolderAction.warning.cannotFind.title=\u4e8b\u4ef6\u65e0\u6548
NewFolderWizard.windowTitle=\u65B0\u6587\u4EF6\u5939
CreateFolderAction.action.title=\u521B\u5EFA\u6587\u4EF6\u5939
CreateFolderAction.action.toolTipText=\u521B\u5EFA\u6587\u4EF6\u5939
RenameFolderAction.action.title=\u91CD\u547D\u540D\u6587\u4EF6\u5939
RenameFolderAction.action.toolTipText=\u91CD\u547D\u540D\u6587\u4EF6\u5939
RenameFolderAction.warning.editorOpen.message=\u65E0\u6CD5\u91CD\u547D\u540D \"{1}\" \u6587\u4EF6\u5939\uFF0C\u56E0\u4E3A\u5176\u4E2D\u6709\u4E00\u4E2A\u9879\u76EE ({0}) \u5F53\u524D\u5904\u4E8E\u6253\u5F00\u72B6\u6001\u3002\\n\u5173\u95ED\u5B83\u5E76\u91CD\u8BD5\u3002
RenameFolderAction.warning.editorOpen.title=\u64CD\u4F5C\u4E0D\u53EF\u7528
RenameFolderAction.warning.cannotFind.message=\u65E0\u6CD5\u91CD\u547D\u540D\u6587\u4EF6\u5939\uFF0C\u5176\u53EF\u80FD\u5DF2\u88AB\u79FB\u52A8\u6216\u5220\u9664\u3002\u5355\u51FB\u5237\u65B0\u6309\u94AE\u66F4\u65B0\u5B58\u50A8\u5E93\u3002
RenameFolderAction.warning.cannotFind.title=\u64CD\u4F5C\u4E0D\u53EF\u7528
ProxyRepositoryFactory.cleanWorkspace=\u6E05\u6D01\u5DE5\u4F5C\u533A
ProxyRepositoryFactory.DeleteFolderContainsLockedItem=\u65E0\u6CD5\u5220\u9664\u5305\u542B\u9501\u5B9A\u9879\u76EE\u7684\u6587\u4EF6\u5939
ProxyRepositoryFactory.MoveFolderContainsLockedItem=\u65E0\u6CD5\u79FB\u52A8\u5305\u542B\u9501\u5B9A\u9879\u76EE\u7684\u6587\u4EF6\u5939
ProxyRepositoryFactory.RenameFolderContainsLockedItem=\u65E0\u6CD5\u91CD\u547D\u540D\u5305\u542B\u9501\u5B9A\u9879\u76EE\u7684\u6587\u4EF6\u5939
RepositoryDropAdapter_errorMsg=\u6B64\u76EE\u5F55\u5305\u542B\u9501\u5B9A\u7684\u9879\u76EE\uFF0C\u73B0\u5728\u65E0\u6CD5\u79FB\u52A8
RenameFolderAction.description=\u91CD\u547D\u540D\u6587\u4EF6\u5939
ProxyRepositoryFactory.projectCanNotOpen=\u65E0\u6CD5\u6253\u5F00\u5DE5\u7A0B\u3002\u9519\u8BEF\u4EFB\u52A1\u662F {0}\u3002
ProjectRepositoryNode.sapBapi=SAP Bapi
ProjectRepositoryNode.sapFunctions.inputSchema=\u8F93\u5165
ProjectRepositoryNode.sapFunctions.outputSchema=\u8F93\u51FA
ProjectRepositoryNode.sapTables=SAP \u8868
DuplicateAction.input.title.v2=\u590D\u5236\u7C98\u8D34
DuplicateAction.SameAsProjectname=\u540D\u79F0\u4E0E\u5DE5\u7A0B\u540D\u79F0\u76F8\u540C\u3002
DeleteAction.error.testCaseLockedOrOpenedObject.newMessage=\u6D4B\u8BD5\u7528\u4F8B{0}\u88AB\u9501\u5B9A\uFF0C\u56E0\u6B64\u60A8\u65E0\u6CD5\u5220\u9664\u5B83.\\n\u5982\u679C\u6B64\u5BF9\u8C61\u88AB\u6253\u5F00\uFF0C\u60A8\u5FC5\u987B\u5728\u5220\u9664\u4E4B\u524D\u5173\u95ED\u5B83\u3002
ProjectRepositoryNode.sapBWDataSource=SAP DataSource
ProjectRepositoryNode.sapBWDataStoreObject=SAP DSO
ProjectRepositoryNode.sapBWInfoCube=SAP InfoCube
ProjectRepositoryNode.sapBWInfoObject=SAP InfoObject
ConvertJobsUtil.warning.title=\u8B66\u544A
ConvertJobsUtil.warning.message=\u6B64\u7248\u672C\u4E0D\u5B8C\u5168\u652F\u6301\u76EE\u6807\u6846\u67B6.
ItemReferenceDialog.doNotDelete.button=\u4E0D\u8981\u5220\u9664
ItemReferenceDialog.forceDelete.button=\u5F3A\u5236\u5220\u9664
ItemReferenceDialog.forceDelete.warn.title=\u662F\u5426\u786E\u5B9A\uFF1F
ItemReferenceDialog.forceDelete.warn.message=\u5F3A\u5236\u5220\u9664\u64CD\u4F5C\u53EF\u80FD\u4F1A\u7834\u574F\u4F7F\u7528\u6B64\u9879\u76EE\u7684\u9879\u76EE\u3002\u662F\u5426\u771F\u7684\u8981\u5220\u9664\u5B83\uFF1F
ProjectRepositoryNode.sapContentExtractor=SAP BI Content Extractor
ProjectRepositoryNode.calculationViewSchemas=\u8BA1\u7B97\u89C6\u56FE schema
ProjectRepositoryNode.sapBWAdvancedDataStoreObject=SAP ADSO
ProxyRepositoryFactory.CycleReferenceError=\u68C0\u6D4B\u5230\u5FAA\u73AF\u5DE5\u7A0B\u5F15\u7528\u3002
ProxyRepositoryFactory.titleWarning=\u8B66\u544A
ProxyRepositoryFactory.msgMissingReferencedProjects=\u7F3A\u5C11\u5F15\u7528\u7684\u5DE5\u7A0B [{0}]\u3002\u662F\u5426\u8981\u7EE7\u7EED\u767B\u5F55\u5DE5\u7A0B\uFF1F
ProxyRepositoryFactory.exceptionMissingReferencedProjects=\u7F3A\u5C11\u5F15\u7528\u7684\u5DE5\u7A0B [{0}]\u3002
ProxyRepositoryFactory.btnLabelContinue=\u7EE7\u7EED
ProxyRepositoryFactory.load.sdk.componnents=\u52A0\u8F7D SDK \u7EC4\u4EF6...

View File

@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl
Bundle-SymbolicName: org.talend.core.runtime.nl
Bundle-Version: 6.3.1.qualifier
Bundle-Version: 7.2.1.qualifier
Fragment-Host: org.talend.core.runtime

View File

@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tcommon-studio-se</artifactId>
<version>6.3.1-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.core.runtime.nl</artifactId>
<packaging>eclipse-plugin</packaging>
</project>
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tcommon-studio-se</artifactId>
<version>7.2.1</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.core.runtime.nl</artifactId>
<packaging>eclipse-plugin</packaging>
</project>

View File

@@ -5,22 +5,22 @@ ColorsCodeViewerPreferencePage.Comment1Color=Farbe Kommentar1
ColorsCodeViewerPreferencePage.Comment2Color=Farbe Kommentar2
ColorsCodeViewerPreferencePage.DigitColor=Farbe Zahlen
ColorsCodeViewerPreferencePage.FunctionColor=Farbe Funktionen
ColorsCodeViewerPreferencePage.InvalidColor=Farbe Ungültig
ColorsCodeViewerPreferencePage.LabelColor=Farbe Überschriften
ColorsCodeViewerPreferencePage.InvalidColor=Farbe Ung\u00FCltig
ColorsCodeViewerPreferencePage.LabelColor=Farbe \u00DCberschriften
ColorsCodeViewerPreferencePage.Literal1Color=Farbe Literal1
ColorsCodeViewerPreferencePage.Literal2Color=Farbe Literal2
ColorsCodeViewerPreferencePage.MarkupColor=Farbe Markierung
ColorsCodeViewerPreferencePage.OperatorColor=Farbe Operatoren
ColorsCodeViewerPreferencePage.defaultColor=Farbe Standard
ColorsCodeViewerPreferencePage.fieldTip=&Fett
ColorsCodeViewerPreferencePage.keyword1Color=Farbe Schlüsselwort1
ColorsCodeViewerPreferencePage.keyword2Color=Farbe Schlüsselwort2
ColorsCodeViewerPreferencePage.keyword3Color=Farbe Schlüsselwort3
ComponentsFormatPreferencePage.add=Hinzufügen
ComponentsFormatPreferencePage.errorCreateConnectionName=Der Name "{0}" ist ungültig.
ComponentsFormatPreferencePage.formatConnection=Vorbelegung für &Verbindung:
ComponentsFormatPreferencePage.formatHint=Vorbelegung für &Tipp:
ComponentsFormatPreferencePage.formatLable=Vorbelegung für &Bezeichnung:
ColorsCodeViewerPreferencePage.keyword1Color=Farbe Schl\u00FCsselwort1
ColorsCodeViewerPreferencePage.keyword2Color=Farbe Schl\u00FCsselwort2
ColorsCodeViewerPreferencePage.keyword3Color=Farbe Schl\u00FCsselwort3
ComponentsFormatPreferencePage.add=Hinzuf\u00FCgen
ComponentsFormatPreferencePage.errorCreateConnectionName=Der Name "{0}" ist ung\u00FCltig.
ComponentsFormatPreferencePage.formatConnection=Vorbelegung f\u00FCr &Verbindung:
ComponentsFormatPreferencePage.formatHint=Vorbelegung f\u00FCr &Tipp:
ComponentsFormatPreferencePage.formatLable=Vorbelegung f\u00FCr &Bezeichnung:
ComponentsFormatPreferencePage.remove=Entfernen
ComponentsFormatPreferencePage.ErrorTitle=ERROR
ComponentToRepositoryProperty.error=ERROR
@@ -30,23 +30,23 @@ ContextComposite.variable=Variablen
ContextParameterProposal.NoCommentAvaiable=kein Kommentar vorhanden.
ContextProcessSection.1=menuTable
ContextProcessSection.12=Context umbennenen
ContextProcessSection.13=Neuen Namen für Context {0} vergeben
ContextProcessSection.2=Bestätigung abfragen?
ContextProcessSection.13=Neuen Namen f\u00FCr Context {0} vergeben
ContextProcessSection.2=Best\u00E4tigung abfragen?
ContextProcessSection.29=ERROR
ContextProcessSection.30=Dieser Name existiert bereits
ContextProcessSection.4=Neuen Context hinzufügen basierend auf ->(
ContextProcessSection.4=Neuen Context hinzuf\u00FCgen basierend auf ->(
ContextProcessSection.49=Standard-Context
ContextProcessSection.50=ContextProcessSection.14
ContextProcessSection.51=ContextProcessSection.15
ContextProcessSection.6=Neuer Context
ContextProcessSection.7=Name für neuen Context
ContextProcessSection.ParameterNameIsNotValid=Ungültigiger Parametername.
ContextProcessSection.7=Name f\u00FCr neuen Context
ContextProcessSection.ParameterNameIsNotValid=Ung\u00FCltigiger Parametername.
ContextProcessSection.RemoveInformation={0} ist der Standard-Kontext und kann nicht entfernt werden.
ContextProcessSection.errorTitle=ERROR
ConextTableValuesComposite.nameLabel=Name
ConextTemplateComposite.OrderMessages=Die umzusortierende Variablen müssen ausgewählt sein.
ConextTemplateComposite.OrderText=Ursprüngliche Reihenfolge
ContextSetConfigurationDialog.nameNotValid=Der Name ist ungültig
ConextTemplateComposite.OrderMessages=Die umzusortierende Variablen m\u00FCssen ausgew\u00E4hlt sein.
ConextTemplateComposite.OrderText=Urspr\u00FCngliche Reihenfolge
ContextSetConfigurationDialog.nameNotValid=Der Name ist ung\u00FCltig
ContextTemplateComposite.CommentLabel=Kommentar
ContextTemplateComposite.nameLabel=Name
ContextTemplateComposite.scriptCodeLabel=Skript-Code
@@ -56,15 +56,15 @@ ContextTreeConstants.contextName=Context
ContextTreeConstants.promptName=Aufforderung
ContextTreeConstants.valueName=Wert
ContextTreeConstants.variableName=Variable
CorePreferencePage.componentDefaultFileDirectory=Standard-&Ordner für Komponente:
CorePreferencePage.componentDefaultFileDirectory=Standard-&Ordner f\u00FCr Komponente:
CorePreferencePage.groupBySource="&Gruppiert nach Quelle" in Context
CorePreferencePage.iReportPath=&iReport Pfad:
CorePreferencePage.javaInterpreter=&Java-Interpreter
CorePreferencePage.perlInterpreter=&Perl-Interpreter:
CorePreferencePage.previewLimit=&Vorschaulimit:
CorePreferencePage.runInMultiThread=&Multithread-Ausführung (Standardwert für neue Jobs)
CorePreferencePage.temporaryFiles=&Temporäre Dateien:
DbTableSelectorDialog.textContent=Tabellennamen wählen
CorePreferencePage.runInMultiThread=&Multithread-Ausf\u00FChrung (Standardwert f\u00FCr neue Jobs)
CorePreferencePage.temporaryFiles=&Tempor\u00E4re Dateien:
DbTableSelectorDialog.textContent=Tabellennamen w\u00E4hlen
ECodeLanguage.unknowLanguage=Unbekannte Sprache
EComponentCategory_appearance=Darstellung
EComponentCategory_assignment=Zuweisung
@@ -80,11 +80,12 @@ EComponentCategory_version=Version
EComponentCategory_view=View
EComponentCategory.validationRules=Validierungsregeln
EConnectionType.lookupMenu=Nachschlagen
EConnectionType.mainMenu=Main
EConnectionType.onComponentErrorMenu=Beim Komponenten Fehler
EConnectionType.runAfterMenu=Ausführen nach
EConnectionType.runIfMenu=Ausführen wenn
EConnectionType.runAfterMenu=Ausf\u00FChren nach
EConnectionType.runIfMenu=Ausf\u00FChren wenn
EConnectionType.tableMenu=Tabelle
EConnectionType.mergeMenu=Zusammenführen
EConnectionType.mergeMenu=Zusammenf\u00FChren
EConnectionType.synchronize=Synchonisiert
EConnectionType.parallelize=Parallelisiert
EMetadataEncoding.Arabic=Arabisch
@@ -94,12 +95,12 @@ EMetadataEncoding.EUC_CN=Simplified Chinese (Extended Unix Code-CN)
EMetadataEncoding.GB18030=Chinese National Standard
EMetadataEncoding.GB2312=Chinese
EMetadataEncoding.Greek=Griechisch
EMetadataEncoding.Hebrew=Hebräisch
EMetadataEncoding.Hebrew=Hebr\u00E4isch
EMetadataEncoding.Latin1=Latin1 (West European)
EMetadataEncoding.Latin2=Latin2 (East European)
EMetadataEncoding.Latin3=Latin3 (South European)
EMetadataEncoding.Latin4=Latin4 (Nordeuropa)
EMetadataEncoding.Latin5=Latin5 (Türkisch)
EMetadataEncoding.Latin5=Latin5 (T\u00FCrkisch)
EMetadataEncoding.Latin6=Latin6 (Nordic)
EMetadataEncoding.Microsoft_Latin1=Microsoft (Latin-1)
EMetadataEncoding.UTF16=Unicode 2.0 (16 bit)
@@ -107,7 +108,7 @@ EMetadataEncoding.UTF16BE=Unicode BigEndian (16 bit)
EMetadataEncoding.UTF16LE=Unicode (16 bit)
EMetadataEncoding.UTF7=Unicode 2.0 UTF-7
EMetadataEncoding.UTF8=Unicode 2.0 UTF-8
ERepositoryObjectType.FolderNotFound=Ordner für Typ {0} konnte nicht gefunden werden.
ERepositoryObjectType.FolderNotFound=Ordner f\u00FCr Typ {0} konnte nicht gefunden werden.
ERepositoryObjectType.NotImplemented=nicht implementiert
ExtractMetaDataFromDataBase.SchemaNoPresent=Schema nicht in der Datenbank
ExtractMetaDataFromDataBase.connectionSuccessful=Verbindung erfolgreich
@@ -121,21 +122,21 @@ JavaTypesManager.integer=INTEGER ist Nummer:
JavaTypesManager.list=LIST ist Nummer:
JavaTypesManager.string=STRING ist Nummer:
ListPreferencePage.RemoveButtonName=Entfernen
MetadataDialog.Message=Alle Spalten des Input-Schemas werden in das Output-Schema übernommen
MetadataDialog.SchemaModification=Schema-Änderung
MetadataDialog.TransferMessage=Alle Spalten des Output-Schemas werden in das Input-Schema übernommen
MetadataEmfTableEditor.ColumnInvalid=Der Spaltenname "{0}" ist ungültig.
MetadataDialog.Message=Alle Spalten des Input-Schemas werden in das Output-Schema \u00FCbernommen
MetadataDialog.SchemaModification=Schema-\u00C4nderung
MetadataDialog.TransferMessage=Alle Spalten des Output-Schemas werden in das Input-Schema \u00FCbernommen
MetadataEmfTableEditor.ColumnInvalid=Der Spaltenname "{0}" ist ung\u00FCltig.
MetadataEmfTableEditor.ColumnNameExists=Der Spaltenname "{0}" existiert bereits
MetadataTableEditor.ColumnNameExists=Der Spaltenname "{0}" existiert bereits.
MetadataTableEditor.ColumnNameIsInvalid=Der Spaltenname "{0}" ist ungültig.
MetadataTableEditor.ColumnNameIsInvalid=Der Spaltenname "{0}" ist ung\u00FCltig.
MetadataTableEditorView.ColumnTitle=Spalte
MetadataTableEditorView.CommentTitle=Kommentar
MetadataTableEditorView.DBTypeTitle=Db Type
MetadataTableEditorView.DefaultTitle=Default
MetadataTableEditorView.KeyTitle=Schlüsselwert
MetadataTableEditorView.LengthTitle=Länge
MetadataTableEditorView.NullableTitle=Null zulässig
MetadataTableEditorView.PatternTitle=Datumsformat (Ctrl+Space verfügbar)
MetadataTableEditorView.KeyTitle=Schl\u00FCsselwert
MetadataTableEditorView.LengthTitle=L\u00E4nge
MetadataTableEditorView.NullableTitle=Null zul\u00E4ssig
MetadataTableEditorView.PatternTitle=Datumsformat (Ctrl+Space verf\u00FCgbar)
MetadataTableEditorView.PrecisionTitle=Genauigkeit
MetadataTableEditorView.TypleTitle=Typ
MetadataTalendType.DBMSNotSetted=DBMS nicht eingegeben
@@ -146,12 +147,12 @@ MetadataTalendTypeEditor.column1.Name=Metadaten-Mapping-Datei
MetadataTalendTypeEditor.editMappingDialog.title=Editieren der Mapping-Datei
MetadataTalendTypeEditor.error.message=Fehlermeldung
MetadataTalendTypeEditor.fileIsImported=Diese Datei wurde bereits importiert.
MetadataTalendTypeEditor.fileIsInvalid=Die importierte Metadaten-Datei ist nicht gültig.
MetadataTalendTypeEditor.fileIsInvalid=Die importierte Metadaten-Datei ist nicht g\u00FCltig.
MetadataTalendTypeEditor.fileNameStartRule=Dateiname muss mit 'mapping_' beginnen.
MetadataTool.nullValue=Null Wert
PaletteContentDialog.connection=Vorbelegung für &Verbindung:
PaletteContentDialog.hint=Vorbelegung für &Tipp:
PaletteContentDialog.lable=Vorbelegung für &Bezeichnung:
PaletteContentDialog.connection=Vorbelegung f\u00FCr &Verbindung:
PaletteContentDialog.hint=Vorbelegung f\u00FCr &Tipp:
PaletteContentDialog.lable=Vorbelegung f\u00FCr &Bezeichnung:
Parameter.Name=Parameter name
PatternCalendar.dateFormat="yyyy-MM-dd HH:mm:ss"
PatternCalendar.example=Beispiel:
@@ -162,39 +163,39 @@ ProcessorUtilities.finalizeBuild=Finalisiere Erstellung...
ProcessorUtilities.generatingJob=Erstelle job...
ProcessorUtilities.loadingJob=Lade job...
PropertiesWizard.EditPropertiesPageTitle=Eigenschaften bearbeiten
PropertiesWizard.alreadyLockedByUser=Diese Eigenschaften sind schreibgeschützt da das Element im Editor geöffnet wurde.
PropertiesWizard.alreadyLockedByUser=Diese Eigenschaften sind schreibgesch\u00FCtzt da das Element im Editor ge\u00F6ffnet wurde.
PropertiesWizardPage.Author=Autor
PropertiesWizardPage.Description=Beschreibung
PropertiesWizardPage.ItemExistsError=Ein solches Element existiert bereits. Prüfen und leeren Sie ggf. den Papierkorb
PropertiesWizardPage.KeywordsError=Name ist kein gültiger Bezeichner.
PropertiesWizardPage.ItemExistsError=Ein solches Element existiert bereits. Pr\u00FCfen und leeren Sie ggf. den Papierkorb
PropertiesWizardPage.KeywordsError=Name ist kein g\u00FCltiger Bezeichner.
PropertiesWizardPage.Name=Name
PropertiesWizardPage.NameEmptyError=Name ist leer.
PropertiesWizardPage.NameFormatError=Name enthält ungültige Zeichen.
PropertiesWizardPage.NameFormatError=Name enth\u00E4lt ung\u00FCltige Zeichen.
PropertiesWizardPage.Path=Pfad
PropertiesWizardPage.Purpose=Verwendungszweck
PropertiesWizardPage.SelectfolderMessage=Wählen Sie den Ordner aus, in dem das Objekt erzeugt werden soll
PropertiesWizardPage.SelectfolderTitle=Ordner auswählen
PropertiesWizardPage.SelectfolderMessage=W\u00E4hlen Sie den Ordner aus, in dem das Objekt erzeugt werden soll
PropertiesWizardPage.SelectfolderTitle=Ordner ausw\u00E4hlen
PropertiesWizardPage.Status=Status
PropertiesWizardPage.Version=Version
PropertiesWizardPage.Version.Major=M
PropertiesWizardPage.Version.Minor=M
RepositoryObject.NotImplemented=nicht implementiert
RepositoryUpdateManager.Title=Änderung
RepositoryUpdateManager.Check=Überprüfe...
RepositoryUpdateManager.NoModificationTitle=Keine Änderungen nötig
RepositoryUpdateManager.NoModificationMessages=Es gibt keine Änderungen, die aktualisiert werden müssen.
RepositoryUpdateManager.Title=\u00C4nderung
RepositoryUpdateManager.Check=\u00DCberpr\u00FCfe...
RepositoryUpdateManager.NoModificationTitle=Keine \u00C4nderungen n\u00F6tig
RepositoryUpdateManager.NoModificationMessages=Es gibt keine \u00C4nderungen, die aktualisiert werden m\u00FCssen.
RoutinesFunctionProposal.System=System
RoutinesFunctionProposal.User=User
SchemaCellEditor.nameExistOrInvalid=Dieser Name existiert bereits oder ist ungültig
SchemaCellEditor.nameExistOrInvalid=Dieser Name existiert bereits oder ist ung\u00FCltig
SchemaOperationChoiceDialog.Option=Option
SchemaOperationChoiceDialog.Title=Schema
SchemaOperationChoiceDialog.ViewSchemaMessage=Schema anzeigen (schreibgeschützt)
SelectRepositoryContextDialog.DeselectAll=Alle abwählen
SchemaOperationChoiceDialog.ViewSchemaMessage=Schema anzeigen (schreibgesch\u00FCtzt)
SelectRepositoryContextDialog.DeselectAll=Alle abw\u00E4hlen
SelectRepositoryContextDialog.CollapseAll=Alle verbergen
SelectRepositoryContextDialog.SelectAll=Alle auswählen
SelectRepositoryContextDialog.SelectAll=Alle ausw\u00E4hlen
SelectRepositoryContextDialog.ExpandAll=Alle anzeigen
SelectRepositoryContextGroupDialog.Default=Default
TalendDataCollectorPreviewPreferencePage_Key=Schlüsselwert
TalendDataCollectorPreviewPreferencePage_Key=Schl\u00FCsselwert
TalendDataCollectorPreviewPreferencePage_Value=Wert
TalendTabbedPropertyComposite.compactButton.toolTip=&Kompaktsicht
TalendTabbedPropertyComposite.tableButton.toolTip=&Tabellensicht
@@ -204,10 +205,10 @@ VariableItemEditor.new=Neu
VariableItemEditor.remove=Entfernen
VariableItemEditor.variable=Variablen:
VersionSection.CreationDate=Erstellt am
VersionSection.ModificationDate=Änderungsdatum
VersionSection.ModificationDate=\u00C4nderungsdatum
VersionSection.Version=Version
VersionSection.Status=Status
XmlArray.InvalidFile=Ungültige Datei.
XmlArray.InvalidFile=Ung\u00FCltige Datei.
repository.context=Kontexte
repository.column=Spalte
repository.documentation=Dokumentation
@@ -243,21 +244,21 @@ EUpdateItemType.Query=Abfrage
EUpdateItemType.Variable=Variable
EUpdateItemType.Components=Components
EUpdateItemType.Name=Name
EUpdateResult.BuiltIn=Ändern in Built-In Modus
EUpdateResult.Update=Aus Repository übernehmen
EUpdateResult.Rename=Namen ändern
EUpdateResult.BuiltIn=\u00C4ndern in Built-In Modus
EUpdateResult.Update=Aus Repository \u00FCbernehmen
EUpdateResult.Rename=Namen \u00E4ndern
UpdatesConstants.Context=Context
UpdatesConstants.Component=Komponente
UpdatesConstants.Joblet=Joblet
UpdatesConstants.Job=Job
ProjectSettingsWizard.EditProjectPageTitle=Bearbeite Projekt
MetadataTypeLengthConstants.FIELD_DEFAULT_TYPE=Standardtyp
MetadataTypeLengthConstants.FIELD_DEFAULT_LENGTH=Standardlänge
MetadataTypeLengthConstants.FIELD_DEFAULT_LENGTH=Standardl\u00E4nge
MetadataTypeLengthConstants.VALUE_DEFAULT_TYPE=Standardtyp
MetadataTypeLengthConstants.VALUE_DEFAULT_LENGTH=Standardlänge
MetadataTypeLengthPreferencePage.VALUE=Standardeinstellung für Felder mit Null-Werten
MetadataTypeLengthPreferencePage.FIELD=Standardeinstellung für alle Felder
MetadataTypeLengthPreferencePage.DBTYPE=Standardlänge für Datentypen
MetadataTypeLengthConstants.VALUE_DEFAULT_LENGTH=Standardl\u00E4nge
MetadataTypeLengthPreferencePage.VALUE=Standardeinstellung f\u00FCr Felder mit Null-Werten
MetadataTypeLengthPreferencePage.FIELD=Standardeinstellung f\u00FCr alle Felder
MetadataTypeLengthPreferencePage.DBTYPE=Standardl\u00E4nge f\u00FCr Datentypen
MetadataTypeLengthConstants.BOOLEAN_LENGTH=Boolean
MetadataTypeLengthConstants.BIGDECIMAL_LENGTH=BigDecimal
MetadataTypeLengthConstants.BYTE_LENGTH=Byte
@@ -291,11 +292,11 @@ BusinessAppearanceComposite.textAlignment.vertical.centre=Zentriert
ConnectionBean.Local=Lokal
ConnectionBean.DefaultConnection=Standardverbindung
OpenXSDFileDialog.cancel=Abbruch
OpenXSDFileDialog.confirm=Bestätigen
OpenXSDFileDialog.confirm=Best\u00E4tigen
RepositoryContentProvider.repositoryLabel.Queries=Abfragen
repository.servicesPort=Port
BinRepositoryNode.label=Papierkorb
HadoopCustomVersionDialog.table.descColumn=Beschreibung
HadoopCustomVersionDialog.btn.addLibBtn.tooltip=Libraries hinzufügen...
HadoopCustomVersionDialog.btn.addLibBtn.tooltip=Libraries hinzuf\u00FCgen...
HadoopCustomLibrariesUtil.cannotCreate=kann {0} nicht erstellen
LibrariesListSelectionDialog.browseButton.text=Durchsuchen...

View File

@@ -80,6 +80,7 @@ EComponentCategory_version=\u0388\u03BA\u03B4\u03BF\u03C3\u03B7
EComponentCategory_view=\u03A0\u03C1\u03BF\u03B2\u03BF\u03BB\u03AE
EConnectionType.iteratorMenu=\u0395\u03C0\u03B1\u03BD\u03AC\u03BB\u03B7\u03C8\u03B7
EConnectionType.lookupMenu=\u0394\u03B9\u03B5\u03C1\u03B5\u03CD\u03BD\u03B7\u03C3\u03B7
EConnectionType.mainMenu=\u039A\u03CD\u03C1\u03B9\u03BF
EConnectionType.onComponentErrorMenu=\u03A3\u03C6\u03AC\u03BB\u03BC\u03B1 \u03A3\u03B5 \u03A3\u03C5\u03C3\u03C4\u03B1\u03C4\u03B9\u03BA\u03CC \u03A3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF
EConnectionType.onComponentOkMenu=\u03A3\u03C5\u03C3\u03C4\u03B1\u03C4\u03B9\u03BA\u03CC \u03A3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03BF Ok
EConnectionType.onSubjobErrorMenu=\u03A3\u03C6\u03AC\u03BB\u03BC\u03B1 \u03A3\u03C4\u03B7\u03BD \u03A5\u03C0\u03BF\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1
@@ -123,7 +124,7 @@ MetadataDialog.Message=\u038C\u03BB\u03B5\u03C2 \u03BF\u03B9 \u03C3\u03C4\u03AE\
MetadataDialog.SchemaModification=\u03A4\u03C1\u03BF\u03C0\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7 \u03C3\u03C7\u03AE\u03BC\u03B1\u03C4\u03BF\u03C2
MetadataDialog.TransferMessage=\u038C\u03BB\u03B5\u03C2 \u03BF\u03B9 \u03C3\u03C4\u03AE\u03BB\u03B5\u03C2 \u03B1\u03C0\u03CC \u03C4\u03BF \u03C3\u03C7\u03AE\u03BC\u03B1 \u03B5\u03BE\u03CC\u03B4\u03BF\u03C5 \u03B8\u03B1 \u03BC\u03B5\u03C4\u03B1\u03C6\u03B5\u03C1\u03B8\u03BF\u03CD\u03BD \u03C3\u03C4\u03BF \u03C3\u03C7\u03AE\u03BC\u03B1 \u03B5\u03B9\u03C3\u03CC\u03B4\u03BF\u03C5
MetadataEmfTableEditor.ColumnInvalid=\u03A4\u03BF \u03CC\u03BD\u03BF\u03BC\u03B1 \u03C3\u03C4\u03AE\u03BB\u03B7\u03C2 "{0}" \u03B5\u03AF\u03BD\u03B1\u03B9 \u03BC\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03BF.
MetadataEmfTableEditor.ColumnNameExists=\u03A4\u03BF \u03CC\u03BD\u03BF\u03BC\u03B1 \u03C3\u03C4\u03AE\u03BB\u03B7\u03C2 ''{0}'' \u03C5\u03C0\u03AC\u03C1\u03C7\u03B5\u03B9 \u03AE\u03B4\u03B7.
MetadataEmfTableEditor.ColumnNameExists=\u03A4\u03BF \u03CC\u03BD\u03BF\u03BC\u03B1 \u03C3\u03C4\u03AE\u03BB\u03B7\u03C2 '{0}' \u03C5\u03C0\u03AC\u03C1\u03C7\u03B5\u03B9 \u03AE\u03B4\u03B7.
MetadataTableEditor.ColumnNameExists=\u03A4\u03BF \u03CC\u03BD\u03BF\u03BC\u03B1 \u03C3\u03C4\u03AE\u03BB\u03B7\u03C2 "{0}" \u03C5\u03C0\u03AC\u03C1\u03C7\u03B5\u03B9 \u03AE\u03B4\u03B7.
MetadataTableEditor.ColumnNameIsInvalid=\u03A4\u03BF \u03CC\u03BD\u03BF\u03BC\u03B1 \u03C3\u03C4\u03AE\u03BB\u03B7\u03C2 "{0}" \u03B5\u03AF\u03BD\u03B1\u03B9 \u03BC\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03BF.
MetadataTableEditorView.ColumnTitle=\u03A3\u03C4\u03AE\u03BB\u03B7

View File

@@ -111,6 +111,7 @@ EComponentCategory.monitoring=Monitoring
EComponentCategory.hadoopConfig=Hadoop Configuration
EConnectionType.iteratorMenu=Iterate
EConnectionType.lookupMenu=Look Up
EConnectionType.mainMenu=Main
EConnectionType.onComponentErrorMenu=On Component Error
EConnectionType.onComponentOkMenu=On Component Ok
EConnectionType.onSubjobErrorMenu=On Subjob Error
@@ -166,7 +167,7 @@ GroupByVariableAction.groupVariable=Group by Variable
JavaFunctionParser.checkMethod=Routines : "{0}.{1}\\" parse failed. please check your the Method.
JavaGlobalVariableProposal.Description=Description\: {0}
JavaGlobalVariableProposal.VariableName=\n\nVariable Name\: {1}
JavaSimpleDateFormatProposalProvider.displaySingleQuote=\ '' : Display a single quote
JavaSimpleDateFormatProposalProvider.displaySingleQuote=\ ' : Display a single quote
JavaSimpleDateFormatProposalProvider.quoteDisplayError=Two single quotes display only one single quote
JavaTypesManager.bigDecimal=BIGDECIMAL is number:
JavaTypesManager.integer=INTEGER is number:
@@ -198,11 +199,11 @@ MetadataDialog.CopySelectionToOutput=Copy the selected columns from input schema
MetadataDialog.Message=All columns from the input schema will be transfered to the output schema
MetadataDialog.SchemaModification=Schema modification
MetadataDialog.TransferMessage=All columns from the output schema will be transfered to the input schema
MetadataEmfTableEditor.ColumnInvalid=The column name ''{0}'' is invalid.
MetadataEmfTableEditor.ColumnNameExists=The column name ''{0}'' already exists
MetadataEmfTableEditor.ColumnInvalid=The column name '{0}' is invalid.
MetadataEmfTableEditor.ColumnNameExists=The column name '{0}' already exists
MetadataEmfTableEditor.ColumnNameIsNullError=Error\: Column name is null
MetadataTableEditor.ColumnNameExists=The column name ''{0}'' already exists.
MetadataTableEditor.ColumnNameIsInvalid=The column name ''{0}'' is invalid.
MetadataTableEditor.ColumnNameExists=The column name '{0}' already exists.
MetadataTableEditor.ColumnNameIsInvalid=The column name '{0}' is invalid.
MetadataTableEditor.ColumnNameIsNull=Error\: Column name is null
MetadataTableEditorView.ColumnTitle=Column
MetadataTableEditorView.CommentTitle=Comment
@@ -557,7 +558,7 @@ repository.systemIndicators.businessRules=Business Rules
repository.systemIndicators.correlation=Correlation
repository.systemIndicators.functionalDependency=Functional Dependency
repository.systemIndicators.overview=Overview
repository.systemIndicators.patternFinder=Pattern Frequncey Statistics
repository.systemIndicators.patternFinder=Pattern Frequency Statistics
repository.systemIndicators.patternMatching=Pattern Matching
repository.systemIndicators.rowComparison=Row Comparison
repository.systemIndicators.simpleStatistics=Simple Statistics
@@ -569,7 +570,7 @@ repository.systemIndicators.phoneNumberStatistics=Phone Number Statistics
repository.systemIndicators.fraudDetection=Fraud Detection
EUpdateItemType.MapPath=Map path
EUpdateResult.PathUpdate=Update for map path
AContextualAction.EditorManager_saveChangesQuestion=''{0}'' has been modified. Save changes?
AContextualAction.EditorManager_saveChangesQuestion='{0}' has been modified. Save changes?
AContextualAction.Save_Resource=Save Resource
EConnectionType.tableRefMenu=Table_ref
EComponentCategory.stormConfig=Storm Configuration
@@ -609,3 +610,26 @@ RepositoryContentProvider.repositoryLabel.sapDataSource=SAP DataSource
RepositoryContentProvider.repositoryLabel.sapDSO=SAP DSO
RepositoryContentProvider.repositoryLabel.sapInfoCube=SAP InfoCube
RepositoryContentProvider.repositoryLabel.sapInfoObject=SAP InfoObject
ComponentReturnVariableUtils.ErrorMessage=Error Message
ComponentReturnVariableUtils.NbReject=Number of reject
ComponentReturnVariableUtils.NbSuccess=Number of success
ComponentReturnVariableUtils.NbLine=Number of line
repository.metadataRulesManagement=Rules Management
repository.metadataRulesManagement.alias=Rules Management
EUpdateItemType.StructurePath=Structure path
EUpdateResult.StructurePathUpdate=Update for structure path
UpdatesConstants.Spark_Joblet=Spark_Joblet
UpdatesConstants.Spark_Streaming_Joblet=Spark_Streaming_Joblet
EComponentCategory_deployment=Deployment
RepositoryContentProvider.repositoryLabel.sapContentExtractor=SAP BI Content Extractor
ShareLibsJob.wrongUsernameOrPassword=Authorization failed caused by wrong Nexus username or password.
RelationshipItemBuilder.unexpect.item=Unexpected item type: {0}
RelationshipItemBuilder.unexpect.relation=Unexpected relation type: {0}
DynamicElement.incorrectInstance=Current json object is not an instance of {0}: {1}
DynamicElement.tagName.empty=tagName is empty!
DynamicPlugin.addExtension.empty=ExtensionPoint or Id is empty!
RelationshipItemBuilder.unexpect.typesConflict=Too many types found for {0}:{1}
ReferenceProjectProblemManager.ErrorMoreThanOneBranchUsing={0} more than one branches are using in projects reference chain.
EComponentCategory_advanceSetting=Advanced settings
RepositoryUpdateManager.job.title=Updating items...
BigDataBasicUtil.loadDynamicDistribution.IDynamicDistributionManager.notFound=Instance of {0} not found

View File

@@ -1,9 +1,9 @@
AbstractComponentsProvider.folderNotExist=Carpeta (0) no existe
AbstractItemMigrationTask.taskFailed=Tarea de Migración {0} ha fallado en elemento {1}
AbstractItemMigrationTask.taskFailed=Tarea de Migraci\u00F3n {0} ha fallado en elemento {1}
AdvancedSocketFactory.failedInitial=Error: fallo al iniciar:
ColorsCodeViewerPreferencePage.Comment1Color=Color Comentario1
ColorsCodeViewerPreferencePage.Comment2Color=Color Comentario2
ColorsCodeViewerPreferencePage.InvalidColor=Color Inválido
ColorsCodeViewerPreferencePage.InvalidColor=Color Inv\u00E1lido
ColorsCodeViewerPreferencePage.LabelColor=Color Etiqueta
ColorsCodeViewerPreferencePage.Literal1Color=Color Literal1
ColorsCodeViewerPreferencePage.Literal2Color=Color Literal2
@@ -16,7 +16,7 @@ ComponentsFormatPreferencePage.add=Agregue
ComponentsFormatPreferencePage.ErrorTitle=Error
ComponentToRepositoryProperty.error=Error
ContextComposite.tableValue=Valores como Tabla
ContextComposite.treeValue=Valores como árbol
ContextComposite.treeValue=Valores como \u00E1rbol
ContextValueErrorChecker.ErrorTitile=Valor en error de contexto:
ContextProcessSection.29=Error
ContextProcessSection.49=Contexto estandar
@@ -24,17 +24,17 @@ ContextProcessSection.errorTitle=Error
ConextTableValuesComposite.nameLabel=Nombre
ContextTemplateComposite.CommentLabel=Comentario
ContextTemplateComposite.nameLabel=Nombre
ContextTemplateComposite.sourceLabel=Orígen
ContextTemplateComposite.sourceLabel=Or\u00EDgen
ContextTemplateComposite.typeLabel=Tipo
ContextTreeConstants.contextName=Contexto
ContextTreeConstants.valueName=Valor
CorePreferencePage.runInMultiThread=Ejecución Multi Thread (Valor Default para creación de job)
EComponentCategory_assignment=Asignación
CorePreferencePage.runInMultiThread=Ejecuci\u00F3n Multi Thread (Valor Default para creaci\u00F3n de job)
EComponentCategory_assignment=Asignaci\u00F3n
EComponentCategory_context=Contexto
EComponentCategory_doc=Documentacion
EComponentCategory_properties=Propiedades
EComponentCategory_sqlTemplate=Patrón SQL
EComponentCategory_version=Versión
EComponentCategory_sqlTemplate=Patr\u00F3n SQL
EComponentCategory_version=Versi\u00F3n
GroupByVariableAction.groupVariable=Agrupar por variable
LDAPCATruster.failedCreateCert=Fallo al crear el almacen de certificados:
LDAPCATruster.failedLoadCert=Fallo al cargar el almacen de certificados:
@@ -45,25 +45,25 @@ MetadataTableEditorView.LengthTitle=Longitud
MetadataTableEditorView.TypleTitle=Tipo
PropertiesWizardPage.Author=Autor
PropertiesWizardPage.Locker=Bloqueador
PropertiesWizardPage.Description=Descripción
PropertiesWizardPage.Description=Descripci\u00F3n
PropertiesWizardPage.Name=Nombre
PropertiesWizardPage.Status=Estado
PropertiesWizardPage.Version=Versión
PropertiesWizardPage.Version=Versi\u00F3n
RoutinesFunctionProposal.System=Sistema
RoutinesFunctionProposal.User=Usuario
SchemaOperationChoiceDialog.Title=Esquema
SelectRepositoryContextDialog.SelectAll=Seleccionar todo
TalendDataCollectorPreviewPreferencePage_EmptyValue=<Vacío>
TalendDataCollectorPreviewPreferencePage_EmptyValue=<Vac\u00EDo>
TalendDataCollectorPreviewPreferencePage_Key=Clave
TalendDataCollectorPreviewPreferencePage_Value=Valor
TalendDataCollectorUploadingPreferencePage_Days=Días
TalendDataCollectorUploadingPreferencePage_Days=D\u00EDas
VariableItemEditor.name=Nombre
VariableItemEditor.variable=Variables:
VersionSection.CreationDate=Fecha Creación
VersionSection.ModificationDate=Fecha de modificación
VersionSection.Version=Versión
VersionSection.CreationDate=Fecha Creaci\u00F3n
VersionSection.ModificationDate=Fecha de modificaci\u00F3n
VersionSection.Version=Versi\u00F3n
VersionSection.Status=Estado
XmlArray.InvalidFile=Fichero inválido
XmlArray.InvalidFile=Fichero inv\u00E1lido
repository.column=Columna
repository.documentation=Documentacion
repository.metadataFileEDCDIC=Copybook
@@ -96,5 +96,5 @@ ConnectionBean.Remote=Remoto
OpenXSDFileDialog.confirm=Confirmar
RepositoryContentProvider.repositoryLabel.Queries=Queries
repository.servicesPort=Puerto
HadoopCustomVersionDialog.table.descColumn=Descripción
HadoopCustomVersionDialog.btn.addLibBtn.tooltip=Adherir Librerías
HadoopCustomVersionDialog.table.descColumn=Descripci\u00F3n
HadoopCustomVersionDialog.btn.addLibBtn.tooltip=Adherir Librer\u00EDas

View File

@@ -1,6 +1,6 @@
AbstractBrandingService_job_license_header_content=// ============================================================================\n//\n// Copyright (c) 2005-2010, Talend Inc.\n//\n// Ce code source a été automatiquement généré par_{0}\n// / JobDesigner (CodeGenerator version {1})\n// Vous pouvez trouver plus d'informations à propos des produits Talend à www.talend.com.\n// Vous pouvez distribuer ce code suivant les termes de la licence GNU LGPL\n// http://www.gnu.org/licenses/lgpl.html).\n//\n// ============================================================================
AbstractBrandingService_job_license_header_content=// ============================================================================\n//\n// Copyright (c) 2005-2010, Talend Inc.\n//\n// Ce code source a \u00E9t\u00E9 automatiquement g\u00E9n\u00E9r\u00E9 par_{0}\n// / JobDesigner (CodeGenerator version {1})\n// Vous pouvez trouver plus d'informations \u00E0 propos des produits Talend \u00E0 www.talend.com.\n// Vous pouvez distribuer ce code suivant les termes de la licence GNU LGPL\n// http://www.gnu.org/licenses/lgpl.html).\n//\n// ============================================================================
AbstractComponentsProvider.folderNotExist=Le dossier {0} n'existe pas
AbstractItemMigrationTask.taskFailed=La tâche de migration {0} a échoué sur l'élément {1}
AbstractItemMigrationTask.taskFailed=La t\u00E2che de migration {0} a \u00E9chou\u00E9 sur l'\u00E9l\u00E9ment {1}
AdvancedSocketFactory.failedInitial=Erreur : impossible d'initialiser :
ArchiveFileExportOperationFullPath.SpecialFile=spagic.properties
ColorsCodeViewerPreferencePage.Comment1Color=Couleur de Comment1
@@ -8,47 +8,51 @@ ColorsCodeViewerPreferencePage.Comment2Color=couleur Commentaire2
ColorsCodeViewerPreferencePage.DigitColor=couleur Chiffre
ColorsCodeViewerPreferencePage.FunctionColor=couleur Fonction
ColorsCodeViewerPreferencePage.InvalidColor=Couleur invalide
ColorsCodeViewerPreferencePage.LabelColor=Couleur du libellé
ColorsCodeViewerPreferencePage.LabelColor=Couleur du libell\u00E9
ColorsCodeViewerPreferencePage.Literal1Color=Couleur de Literal1
ColorsCodeViewerPreferencePage.Literal2Color=Couleur Littéral2
ColorsCodeViewerPreferencePage.Literal2Color=Couleur Litt\u00E9ral2
ColorsCodeViewerPreferencePage.MarkupColor=Couleur Marquage
ColorsCodeViewerPreferencePage.OperatorColor=Couleur de l'opérateur
ColorsCodeViewerPreferencePage.defaultColor=Couleur par défaut
ColorsCodeViewerPreferencePage.OperatorColor=Couleur de l'op\u00E9rateur
ColorsCodeViewerPreferencePage.defaultColor=Couleur par d\u00E9faut
ColorsCodeViewerPreferencePage.fieldTip=&Gras
ColorsCodeViewerPreferencePage.keyword1Color=Couleur de Keyword1
ColorsCodeViewerPreferencePage.keyword2Color=couleur MotClé2
ColorsCodeViewerPreferencePage.keyword2Color=couleur MotCl\u00E92
ColorsCodeViewerPreferencePage.keyword3Color=Couleur de Keyword3
ColumnNameChangedExt.columnChanged=N\u0153ud : {0} Colonne modifiée : {1}-> {2}
ColumnNameChangedExt.columnChanged=N\u0153ud : {0} Colonne modifi\u00E9e : {1}-> {2}
ComponentsFormatPreferencePage.add=Ajouter
ComponentsFormatPreferencePage.errorCreateConnectionName=Le nom "{0}" est invalide.
ComponentsFormatPreferencePage.formatConnection=Format de connexion par défaut:
ComponentsFormatPreferencePage.formatHint=Format astuce par défaut :
ComponentsFormatPreferencePage.formatLable=Format du libellé par défaut :
ComponentsFormatPreferencePage.formatConnection=Format de connexion par d\u00E9faut:
ComponentsFormatPreferencePage.formatHint=Format astuce par d\u00E9faut :
ComponentsFormatPreferencePage.formatLable=Format du libell\u00E9 par d\u00E9faut :
ComponentsFormatPreferencePage.remove=Remove
ComponentsFormatPreferencePage.ErrorTitle=ERROR
ComponentToRepositoryProperty.error=ERROR
ComponentToRepositoryProperty.ImpossibleUseOCI=Impossible d'utiliser le type OCI dans le r\u00E9f\u00E9rentiel.
ContextComposite.tableValue=Table des valeurs
ContextComposite.treeValue=Arbre des valeurs
ContextComposite.variable=Variables
ContextParameterProposal.ContextVariable=\n\nVariable de context.
ContextValueErrorChecker.ErrorTitile=Erreur de la valeur de contexte :
ContextParameterProposal.NoCommentAvaiable=pas de commentaire disponible.
ContextParameterProposal.Type=\nType\: {1}
ContextParameterProposal.VariableName=\n\nNom de la variable\: {2}
ContextProcessSection.1=menuTable
ContextProcessSection.12=Renommer le contexte
ContextProcessSection.13=Nouveau nom pour le contexte {0}
ContextProcessSection.2=Demander confirmation ?
ContextProcessSection.29=ERROR
ContextProcessSection.30=Ce nom existe déjà
ContextProcessSection.4=Ajouter un nouveau contexte à partir de ->(
ContextProcessSection.49=Contexte par défaut
ContextProcessSection.30=Ce nom existe d\u00E9j\u00E0
ContextProcessSection.4=Ajouter un nouveau contexte \u00E0 partir de ->(
ContextProcessSection.49=Contexte par d\u00E9faut
ContextProcessSection.50=ContextProcessSection.14
ContextProcessSection.51=ContextProcessSection.15
ContextProcessSection.6=Nouveau contexte
ContextProcessSection.7=Nommer le nouveau contexte
ContextProcessSection.ParameterNameIsNotValid=Le nom de paramètre n'est pas valide.
ContextProcessSection.RemoveInformation={0} est le contexte par défaut et ne peut être supprimé.
ContextProcessSection.ParameterNameIsNotValid=Le nom de param\u00E8tre n'est pas valide.
ContextProcessSection.RemoveInformation={0} est le contexte par d\u00E9faut et ne peut \u00EAtre supprim\u00E9.
ContextProcessSection.errorTitle=ERROR
ConextTableValuesComposite.nameLabel=Nom
ConextTemplateComposite.OrderMessages=Si vous souhaitez réorganiser les variables, cela doit être sélectionné.
ConextTemplateComposite.OrderMessages=Si vous souhaitez r\u00E9organiser les variables, cela doit \u00EAtre s\u00E9lectionn\u00E9.
ConextTemplateComposite.OrderText=Ordre d'origine
ContextSetConfigurationDialog.nameNotValid=le nom est invalide
ContextTemplateComposite.CommentLabel=Commentaire
@@ -60,61 +64,62 @@ ContextTreeConstants.contextName=Contexte
ContextTreeConstants.promptName=Invite
ContextTreeConstants.valueName=Valeur
ContextTreeConstants.variableName=Variable
ConextTemplateComposite.addToRepositoryContextAction.label=Ajouter au contexte du référentiel
CorePreferencePage.componentDefaultFileDirectory=Répertoire par défaut des composants
ConextTemplateComposite.addToRepositoryContextAction.label=Ajouter au contexte du r\u00E9f\u00E9rentiel
CorePreferencePage.componentDefaultFileDirectory=R\u00E9pertoire par d\u00E9faut des composants
CorePreferencePage.groupBySource="regrouper par source" en contexte
CorePreferencePage.iReportPath=Chemin d'accès iReport
CorePreferencePage.alwaysWelcome=Toujours afficher la vue de bienvenue au démarrage
CorePreferencePage.javaInterpreter=Interpréteur &Java
CorePreferencePage.perlInterpreter=Interpréteur Perl
CorePreferencePage.previewLimit=Aperçu limite
CorePreferencePage.runInMultiThread=Exécution multi thread (valeur par défaut lors de la création d'un Job)
CorePreferencePage.iReportPath=Chemin d'acc\u00E8s iReport
CorePreferencePage.alwaysWelcome=Toujours afficher la vue de bienvenue au d\u00E9marrage
CorePreferencePage.javaInterpreter=Interpr\u00E9teur &Java
CorePreferencePage.perlInterpreter=Interpr\u00E9teur Perl
CorePreferencePage.previewLimit=Aper\u00E7u limite
CorePreferencePage.runInMultiThread=Ex\u00E9cution multi thread (valeur par d\u00E9faut lors de la cr\u00E9ation d'un Job)
CorePreferencePage.temporaryFiles=Fichiers &temporaires
DbTableSelectorDialog.textContent=Choisir le nom de la table
ECodeLanguage.unknowLanguage=Langage inconnu
EComponentCategory_appearance=Apparence
EComponentCategory_assignment=Affectation
EComponentCategory_basicSetting=Paramètres simples
EComponentCategory_basicSetting=Param\u00E8tres simples
EComponentCategory_context=Contexte
EComponentCategory_doc=Documentation
EComponentCategory_dynamicSetting=Paramètres dynamiques
EComponentCategory_dynamicSetting=Param\u00E8tres dynamiques
EComponentCategory_errorRecovery=Reprise sur erreur
EComponentCategory_extra=Extra
EComponentCategory_logs=Logs
EComponentCategory_main=Main
EComponentCategory_properties=Propriétés
EComponentCategory_sqlTemplate=Modèle SQL
EComponentCategory_properties=Propri\u00E9t\u00E9s
EComponentCategory_sqlTemplate=Mod\u00E8le SQL
EComponentCategory_statsAndLogs=Stats & Logs
EComponentCategory_svnHistory=Historique SVN
EComponentCategory_technical=Technique
EComponentCategory_version=Version
EComponentCategory_headerFooter=En-tête/Pied de page
EComponentCategory_headerFooter=En-t\u00EAte/Pied de page
EComponentCategory_view=View
EComponentCategory.validationRules=Règles de validation
EComponentCategory.advancedSettings=Paramètres avancés
EComponentCategory.basicRun=Exécution simple
EComponentCategory.breakpoint=Point d'arrêt
EComponentCategory.parallelization=Parallélisation
EComponentCategory.debugRun=Exécution Debug
EComponentCategory.validationRules=R\u00E8gles de validation
EComponentCategory.advancedSettings=Param\u00E8tres avanc\u00E9s
EComponentCategory.basicRun=Ex\u00E9cution simple
EComponentCategory.breakpoint=Point d'arr\u00EAt
EComponentCategory.parallelization=Parall\u00E9lisation
EComponentCategory.debugRun=Ex\u00E9cution Debug
EComponentCategory.availableExtensions=Extensions disponibles
EComponentCategory.downloadedExtensions=Extensions téléchargées
EComponentCategory.downloadedExtensions=Extensions t\u00E9l\u00E9charg\u00E9es
EComponentCategory.myExtensions=Mes extensions
EComponentCategory.executeJob=Exécuter le Job
EComponentCategory.executeJob=Ex\u00E9cuter le Job
EComponentCategory.monitoring=Monitoring
EComponentCategory.hadoopConfig=Configuration de Hadoop
EConnectionType.iteratorMenu=Iterate
EConnectionType.lookupMenu=Look Up
EConnectionType.mainMenu=Main
EConnectionType.onComponentErrorMenu=On Component Error
EConnectionType.onComponentOkMenu=On Component Ok
EConnectionType.onSubjobErrorMenu=On Subjob Error
EConnectionType.onSubjobOkMenu=On Subjob Ok
EConnectionType.runAfterMenu=Exécuter après
EConnectionType.runAfterMenu=Ex\u00E9cuter apr\u00E8s
EConnectionType.runIfMenu=Run if
EConnectionType.tableMenu=Table
EConnectionType.onRowsEndMenu=A la fin des lignes
EConnectionType.onRowsEndMenu=\u00C0 la fin des lignes
EConnectionType.mergeMenu=Merge
EConnectionType.synchronize=Synchroniser
EConnectionType.parallelize=Paralléliser
EConnectionType.parallelize=Parall\u00E9liser
EConnectionType.route=Route
EConnectionType.when=When
EConnectionType.otherwise=Otherwise
@@ -125,11 +130,11 @@ EConnectionType.endblock=Route
EMetadataEncoding.Arabic=Arabe
EMetadataEncoding.Big5=Chinois traditionnel
EMetadataEncoding.Cyrillic=Cyrillique
EMetadataEncoding.EUC_CN=Chinois simplifié (Code CN Unix étendus)
EMetadataEncoding.EUC_CN=Chinois simplifi\u00E9 (Code CN Unix \u00E9tendus)
EMetadataEncoding.GB18030=Chinois National Standard
EMetadataEncoding.GB2312=Chinois
EMetadataEncoding.Greek=Grec
EMetadataEncoding.Hebrew=Hébreu
EMetadataEncoding.Hebrew=H\u00E9breu
EMetadataEncoding.Latin1=Latin1 (Europe de l'ouest)
EMetadataEncoding.Latin2=Latin2 (Europe de l'est)
EMetadataEncoding.Latin3=Latin3 (Europe du sud)
@@ -144,158 +149,170 @@ EMetadataEncoding.UTF16LE=Unicode (16 bit)
EMetadataEncoding.UTF7=Unicode 2.0 UTF-7
EMetadataEncoding.UTF8=Unicode 2.0 UTF-8
ERepositoryObjectType.FolderNotFound=Impossible de trouver le dossier pour le type {0}.
ERepositoryObjectType.NotImplemented=non implémenté
ExtractMetaDataFromDataBase.SchemaNoPresent=Le schéma n'est pas dans la base de données
ExtractMetaDataFromDataBase.connectionSuccessful=Connexion réussie
ExtractMetaDataFromDataBase.dbTypeNotFound=dbType '{0}' non trouvé
ERepositoryObjectType.NotImplemented=non impl\u00E9ment\u00E9
ExtractMetaDataFromDataBase.SchemaNoPresent=Le sch\u00E9ma n'est pas dans la base de donn\u00E9es
ExtractMetaDataFromDataBase.connectionSuccessful=Connexion r\u00E9ussie
ExtractMetaDataFromDataBase.dbTypeNotFound=dbType '{0}' non trouv\u00E9
ExtractMetaDataUtils.1=Impossible d'initialiser la connexion.
Function.FunctionName=Nom de la fonction {0}
FunctionManager.PurePerl.Desc=D
FunctionManager.PurePerl.ParaName=Paramètre personnalisé
GlobalServiceRegister.ServiceNotRegistered=Le service {0} n'a pas été enregistré.
FunctionManager.PurePerl.ParaName=Param\u00E8tre personnalis\u00E9
GlobalServiceRegister.ServiceNotRegistered=Le service {0} n'a pas \u00E9t\u00E9 enregistr\u00E9.
GroupByContextAction.groupContext=Grouper par contexte
GroupByVariableAction.groupVariable=Grouper par variable
JavaSimpleDateFormatProposalProvider.displaySingleQuote=\ ' : afficher un guillemet simple
JavaSimpleDateFormatProposalProvider.quoteDisplayError=Deux apostrophes affichent uniquement une seule apostrophe
JavaTypesManager.bigDecimal=BIGDECIMAL est un nombre :
JavaTypesManager.integer=INTEGER est un nombre :
JavaTypesManager.list=LIST est un nombre :
JavaTypesManager.string=STRING est un nombre :
LDAPCATruster.sslError1=Erreur SSL : échec de la vérification de la chaîne de certification du serveur.
LDAPCATruster.sslError1=Erreur SSL : \u00E9chec de la v\u00E9rification de la cha\u00EEne de certification du serveur.
ListPreferencePage.RemoveButtonName=Remove
LogImageCacheAction.CacheImage=Image du cache\:
LogImageCacheAction.CacheImageDesc=Desc. de l'image du cache :
MetadataDialog.CopyToInput.toolTipText=Copie tout le schéma de sortie vers le schéma d'entrée
MetadataDialog.CopySelectionToInput.toolTipText=Copie de colonnes de schéma de sortie vers schéma d'entrée
MetadataDialog.CopyToOutput=Copie tout le schéma d'entrée vers le schéma de sortie
MetadataDialog.CopySelectionToOutput=Copie les colonnes sélectionnées du schéma source vers le schéma cible
MetadataDialog.Message=Toutes les colonnes du schéma d'entrée seront transférées au schéma de sortie
MetadataDialog.SchemaModification=Modification de schéma
MappingFileLoader.DbmsIdAlreadyExists=Le SGBD d'ID "{0}" existe d\u00E9j\u00E0."
MappingFileLoader.UndeclaredDbType="{0}" type non d\u00E9clar\u00E9 de BdD pour l'ID du SGBD "{1}" sur le noeud\: {2}
MetadataDialog.CopyToInput.toolTipText=Copie tout le sch\u00E9ma de sortie vers le sch\u00E9ma d'entr\u00E9e
MetadataDialog.CopySelectionToInput.toolTipText=Copie de colonnes de sch\u00E9ma de sortie vers sch\u00E9ma d'entr\u00E9e
MetadataDialog.CopyToOutput=Copie tout le sch\u00E9ma d'entr\u00E9e vers le sch\u00E9ma de sortie
MetadataDialog.CopySelectionToOutput=Copie les colonnes s\u00E9lectionn\u00E9es du sch\u00E9ma source vers le sch\u00E9ma cible
MetadataDialog.Message=Toutes les colonnes du sch\u00E9ma d'entr\u00E9e seront transf\u00E9r\u00E9es au sch\u00E9ma de sortie
MetadataDialog.SchemaModification=Modification de sch\u00E9ma
MetadataDialog.TransferMessage=Toutes les colonnes du sch
MetadataEmfTableEditor.ColumnInvalid=Le nom de colonne "{0}" est invalide
MetadataEmfTableEditor.ColumnNameExists=Le nom de colonne "{0}" existe déjà
MetadataTableEditor.ColumnNameExists=Le nom de colonne "{0}" existe déjà.
MetadataEmfTableEditor.ColumnNameExists=Le nom de colonne "{0}" existe d\u00E9j\u00E0
MetadataTableEditor.ColumnNameExists=Le nom de colonne "{0}" existe d\u00E9j\u00E0.
MetadataTableEditor.ColumnNameIsInvalid=Le nom de colonne "{0}" est invalide
MetadataTableEditorView.ColumnTitle=Colonne
MetadataTableEditorView.CommentTitle=Commentaire
MetadataTableEditorView.DBTypeTitle=Type de base de données
MetadataTableEditorView.DefaultTitle=Défaut
MetadataTableEditorView.KeyTitle=Clé
MetadataTableEditorView.DBTypeTitle=Type de base de donn\u00E9es
MetadataTableEditorView.DefaultTitle=D\u00E9faut
MetadataTableEditorView.KeyTitle=Cl\u00E9
MetadataTableEditorView.LengthTitle=Length
MetadataTableEditorView.NullableTitle=Nullable
MetadataTableEditorView.PatternTitle=Modèle date (Ctrl+Espace disponible)
MetadataTableEditorView.PatternTitle=Mod\u00E8le de date (Ctrl+Espace disponible)
MetadataTableEditorView.PrecisionTitle=Precision
MetadataTableEditorView.TypleTitle=Type
MetadataTalendType.DBMSNotSetted=SGBD non défini
MetadataTalendType.dbIdNotFound=ID du SGBD : {0} introuvable.
MetadataTalendType.DBMSNotSetted=SGBD non d\u00E9fini
MetadataTalendTypeEditor.button.edit=E&dit
MetadataTalendTypeEditor.button.export=E&xport
MetadataTalendTypeEditor.button.import=I&mport
MetadataTalendTypeEditor.column1.Name=Fichier de mapping de métadonnées
MetadataTalendTypeEditor.column1.Name=Fichier de mapping de m\u00E9tadonn\u00E9es
MetadataTalendTypeEditor.editMappingDialog.title=Editer le fichier de mapping
MetadataTalendTypeEditor.error.message=Message d'erreur
MetadataTalendTypeEditor.fileIsImported=Le fichier a déjà été importé.
MetadataTalendTypeEditor.fileIsInvalid=Le fichier de métadonnées importé n'est pas valide.
MetadataTalendTypeEditor.fileIsImported=Le fichier a d\u00E9j\u00E0 \u00E9t\u00E9 import\u00E9.
MetadataTalendTypeEditor.fileIsInvalid=Le fichier de m\u00E9tadonn\u00E9es import\u00E9 n'est pas valide.
MetadataTalendTypeEditor.fileNameStartRule=Le nom de fichier doit commencer par 'mapping_'.
MetadataTool.errorMessage=Impossible d'écrire le caractère courant.
MetadataTool.errorMessage=Impossible d'\u00E9crire le caract\u00E8re courant.
MetadataTool.invalid=Valeur invalide
MetadataTool.invalidChar=Caractère invalide
MetadataTool.nameNull=Le nom du schéma ne peut être null.
MetadataTool.invalidChar=Caract\u00E8re invalide
MetadataTool.nameNull=Le nom du sch\u00E9ma ne peut \u00EAtre null.
MetadataTool.nullValue=Valeur null
MetadataTool.schemaExist=Le nom du schéma existe déjà.
MetadataTool.schemaIn=Le nom du schéma est invalide.
MetadataTool.schemaInvalid=Nom de schéma invalide.
MetadataTool.schemaNull=Le nom du schéma est null.
PaletteContentDialog.connection=Format de connection par défaut:
PaletteContentDialog.hint=Format astuce par défaut :
PaletteContentDialog.lable=Format du libellé par défaut :
MetadataTool.schemaExist=Le nom du sch\u00E9ma existe d\u00E9j\u00E0.
MetadataTool.schemaIn=Le nom du sch\u00E9ma est invalide.
MetadataTool.schemaInvalid=Nom de sch\u00E9ma invalide.
MetadataTool.schemaNull=Le nom du sch\u00E9ma est null.
NodeReturnProposal.Availability=\nDisponibilit\u00E9\: {4}
NodeReturnProposal.GlobalVariable=\n\nVariable globale, propri\u00E9t\u00E9 du composant {1} [{2}].
NodeReturnProposal.Type=\nType\: {3}
NodeReturnProposal.VariableName=\n\nNom de la variable\: {5}
PaletteContentDialog.connection=Format de connection par d\u00E9faut:
PaletteContentDialog.hint=Format astuce par d\u00E9faut :
PaletteContentDialog.lable=Format du libell\u00E9 par d\u00E9faut :
Parameter.Comment=\ commentaire \:
Parameter.Name=Nom du paramètre
Parameter.Name=Nom du param\u00E8tre
Parameter.Type=\ type \:
Parameter.Value=\ valeur \:
PatternCalendar.dateFormat="aaaa-MM-jj HH:mm:ss"
PatternCalendar.example=Exemple :
PatternCalendar.pattern=Modèle :
PatternCalendar.pattern=Mod\u00E8le :
PerspectiveMenuManager.dummy=Factice
PerspectiveMenuManager.perspectiveLabel=&Perspective
ProcessorUtilities.generatingJob=Génération du job en cours...
ProcessorUtilities.generatingJob=G\u00E9n\u00E9ration du job en cours...
ProcessorUtilities.loadingJob=Chargement du job en cours...
PropertiesWizard.EditPropertiesPageTitle=Editer les propriétés
PropertiesWizard.alreadyLockedByUser=Les propriétés sont en lecture seule car cet objet est déjà verrouillé par un éditeur.
PropertiesWizard.EditPropertiesPageTitle=Editer les propri\u00E9t\u00E9s
PropertiesWizard.alreadyLockedByUser=Les propri\u00E9t\u00E9s sont en lecture seule car cet objet est d\u00E9j\u00E0 verrouill\u00E9 par un \u00E9diteur.
PropertiesWizardPage.Author=Auteur
PropertiesWizardPage.Locker=Verrouillé par :
PropertiesWizardPage.Locker=Verrouill\u00E9 par :
PropertiesWizardPage.Description=Description
PropertiesWizardPage.EmptyDescWarning=Il n'est pas recommandé de laisser vide la description.
PropertiesWizardPage.EmptyPurposeWarning=Il n'est pas recommandé de laisser l'objectif vide.
PropertiesWizardPage.ItemExistsError=Cet élément existe déjà. Vérifiez la corbeille et videz-la si besoin.
PropertiesWizardPage.EmptyDescWarning=Il n'est pas recommand\u00E9 de laisser vide la description.
PropertiesWizardPage.EmptyPurposeWarning=Il n'est pas recommand\u00E9 de laisser l'objectif vide.
PropertiesWizardPage.ItemExistsError=Cet \u00E9l\u00E9ment existe d\u00E9j\u00E0. V\u00E9rifiez la corbeille et videz-la si besoin.
PropertiesWizardPage.KeywordsError=Le nom n'est pas un identifiant valide.
PropertiesWizardPage.Name=Nom
PropertiesWizardPage.NameEmptyError=Le nom est vide.
PropertiesWizardPage.NameFormatError=Le nom contient des caractères incorrects.
PropertiesWizardPage.NameFormatError=Le nom contient des caract\u00E8res incorrects.
PropertiesWizardPage.Path=Chemin
PropertiesWizardPage.Purpose=Objectif
PropertiesWizardPage.Select=Sélectionner
PropertiesWizardPage.SelectfolderMessage=Sélectionner le dossier dans lequel l'élément sera créé
PropertiesWizardPage.SelectfolderTitle=Sélectionner dossier
PropertiesWizardPage.Select=S\u00E9lectionner
PropertiesWizardPage.SelectfolderMessage=S\u00E9lectionner le dossier dans lequel l'\u00E9l\u00E9ment sera cr\u00E9\u00E9
PropertiesWizardPage.SelectfolderTitle=S\u00E9lectionner dossier
PropertiesWizardPage.Status=Statut
PropertiesWizardPage.Version=Version
PropertiesWizardPage.Version.Major=M
PropertiesWizardPage.Version.Minor=M
PropertiesWizardPage.ImageSizeError=Sélectionnez une image de taille 32*32.
PropertiesWizardPage.ImageSizeError=S\u00E9lectionnez une image de taille 32*32.
RelationshipItemBuilder.buildingIndex=Construction de l'index...
RepositoryObject.NotImplemented=non implémenté
RepositoryToComponentProperty.xmlFileSelection=Sélectionner un fichier XML à valider
RepositoryObject.NotImplemented=non impl\u00E9ment\u00E9
RepositoryToComponentProperty.xmlFileSelection=S\u00E9lectionner un fichier XML \u00E0 valider
RepositoryUpdateManager.Title=Modification
RepositoryUpdateManager.Check=Vérification...
RepositoryUpdateManager.Messages=Propager les modifications à tous les Jobs ? \n Cela peut prendre un moment.
RepositoryUpdateManager.MessagesForTDQ=Propager les modifications à tous les Jobs ? \nCertaines dépendances d'analyses vont perdre des informations.\nCela peut prendre un moment.
RepositoryUpdateManager.NoModificationTitle=Aucune modification nécessaire
RepositoryUpdateManager.NoModificationMessages=Aucune modification nécessaire pour effectuer la mise à jour.
RepositoryUpdateManager.NotFoundMessages=Aucune relation à trouver.
RepositoryUpdateManager.Check=V\u00E9rification...
RepositoryUpdateManager.Messages=Propager les modifications \u00E0 tous les Jobs ? \n Cela peut prendre un moment.
RepositoryUpdateManager.MessagesForTDQ=Propager les modifications \u00E0 tous les Jobs ? \nCertaines d\u00E9pendances d'analyses vont perdre des informations.\nCela peut prendre un moment.
RepositoryUpdateManager.NoModificationTitle=Aucune modification n\u00E9cessaire
RepositoryUpdateManager.NoModificationMessages=Aucune modification n\u00E9cessaire pour effectuer la mise \u00E0 jour.
RepositoryUpdateManager.NotFoundMessages=Aucune relation \u00E0 trouver.
RepositoryUpdateManager.NotFoundTitle=Introuvable
RepositoryUpdateManager.RenameContextMessages=Voulez-vous vraiment propager la variable renommée à tous les Jobs ? \n\nSi oui, la mise à jour peut prendre un moment. \n\n Si non, les anciennes variables seront passées en Built-In dans les Jobs.
RepositoryUpdateManager.RenameContextMessages=Voulez-vous vraiment propager la variable renomm\u00E9e \u00E0 tous les Jobs ? \n\nSi oui, la mise \u00E0 jour peut prendre un moment. \n\n Si non, les anciennes variables seront pass\u00E9es en Built-In dans les Jobs.
RepositoryUpdateManager.RenameContextTitle=Renommer la question
RepositoryUpdateManager.ItemsToUpdate=Vérification des éléments à mettre à jour
RoutinesFunctionProposal.CreatedBy=Créé par\n:
RepositoryUpdateManager.ItemsToUpdate=V\u00E9rification des \u00E9l\u00E9ments \u00E0 mettre \u00E0 jour
RoutinesFunctionProposal.CreatedBy=Cr\u00E9\u00E9 par\n:
RoutinesFunctionProposal.Description=Description\:
RoutinesFunctionProposal.Example=Exemple\n:
RoutinesFunctionProposal.System=System
RoutinesFunctionProposal.User=Utilisateur
RuleOperationChoiceDialog.editRules=Editer les règles
RuleOperationChoiceDialog.rule=Règle :
RuleOperationChoiceDialog.selectRulesFile=Sélectionner un règle depuis un fichier
RuleOperationChoiceDialog.viewRules=Voir les règles (lecture seule)
SchemaCellEditor.giveSchemaName=Donner le nom pour le schéma
RuleOperationChoiceDialog.editRules=Editer les r\u00E8gles
RuleOperationChoiceDialog.rule=R\u00E8gle :
RuleOperationChoiceDialog.selectRulesFile=S\u00E9lectionner un r\u00E8gle depuis un fichier
RuleOperationChoiceDialog.viewRules=Voir les r\u00E8gles (lecture seule)
SchemaCellEditor.giveSchemaName=Donner le nom pour le sch\u00E9ma
SchemaCellEditor.inputName=Saisir le nom
SchemaCellEditor.nameExistOrInvalid=Ce nom existe déjà ou est invalide
SchemaCellEditor.schemaName= Nom du schéma
SchemaOperationChoiceDialog.ChangeBuiltInMessage=Changer le schéma en Built-In.
SchemaOperationChoiceDialog.ChangeRepositoryMessage=Modifier le schéma à partir du Référentiel.
SchemaOperationChoiceDialog.CreateBuiltInMessage=Créer un schéma Built-In
SchemaOperationChoiceDialog.CreateRepositoryMessage=Créer un schéma à partir du Référentiel.
SchemaOperationChoiceDialog.EditSchemaMessage=Editer le schéma.
SchemaCellEditor.nameExistOrInvalid=Ce nom existe d\u00E9j\u00E0 ou est invalide
SchemaCellEditor.schemaName= Nom du sch\u00E9ma
SchemaOperationChoiceDialog.ChangeBuiltInMessage=Changer le sch\u00E9ma en Built-In.
SchemaOperationChoiceDialog.ChangeRepositoryMessage=Modifier le sch\u00E9ma \u00E0 partir du R\u00E9f\u00E9rentiel.
SchemaOperationChoiceDialog.CreateBuiltInMessage=Cr\u00E9er un sch\u00E9ma Built-In
SchemaOperationChoiceDialog.CreateRepositoryMessage=Cr\u00E9er un sch\u00E9ma \u00E0 partir du R\u00E9f\u00E9rentiel.
SchemaOperationChoiceDialog.EditSchemaMessage=Modifier le sch\u00E9ma.
SchemaOperationChoiceDialog.Message=Choisissez une option, ou annulez
SchemaOperationChoiceDialog.Option=Option
SchemaOperationChoiceDialog.StatusMessage=Le schéma est invalide, ou il existe déjà.
SchemaOperationChoiceDialog.Title=Schéma
SchemaOperationChoiceDialog.ViewSchemaMessage=Voir le schéma (lecture seule)
SchemaOperationChoiceDialog.StatusMessage=Le sch\u00E9ma est invalide, ou il existe d\u00E9j\u00E0.
SchemaOperationChoiceDialog.Title=Sch\u00E9ma
SchemaOperationChoiceDialog.ViewSchemaMessage=Voir le sch\u00E9ma (lecture seule)
SchemaXPathQuerysDialog.Mappings=Correspondances
SelectRepositoryContextDialog.DeselectAll=Désélectionner tout
SelectRepositoryContextDialog.CollapseAll=Réduire tous
SelectRepositoryContextDialog.DuplicationMessage=Vous avez sélectionné la variable "{0}" dans le contexte "{1}".
SelectRepositoryContextDialog.ExistenceMessage=La variable "{0}" a existé dans le Job(Contexte : "{1}").
SelectRepositoryContextDialog.Label=Sélectionne les variables des contextes du référentiel
SelectRepositoryContextDialog.SelectAll=Sélectionner tout
SelectRepositoryContextDialog.DeselectAll=D\u00E9s\u00E9lectionner tout
SelectRepositoryContextDialog.CollapseAll=R\u00E9duire tous
SelectRepositoryContextDialog.DuplicationMessage=Vous avez s\u00E9lectionn\u00E9 la variable "{0}" dans le contexte "{1}".
SelectRepositoryContextDialog.ExistenceMessage=La variable "{0}" a exist\u00E9 dans le Job(Contexte : "{1}").
SelectRepositoryContextDialog.Label=S\u00E9lectionne les variables des contextes du r\u00E9f\u00E9rentiel
SelectRepositoryContextDialog.SelectAll=S\u00E9lectionner tout
SelectRepositoryContextDialog.ExpandAll=Agrandir tout
SelectRepositoryContextDialog.Title=Sélectionne les variables du contexte
SelectRepositoryContextDialog.Title=S\u00E9lectionne les variables du contexte
SelectRepositoryContextDialog.View=Voir...
SelectRepositoryContextGroupDialog.Default=Défaut
SelectRepositoryContextGroupDialog.Messages=\ Ajoute le groupe de contextes inexistant au Job à partir du contexte du Référentiel
SelectRepositoryContextGroupDialog.Default=D\u00E9faut
SelectRepositoryContextGroupDialog.Messages=\ Ajoute le groupe de contextes inexistant au Job \u00E0 partir du contexte du R\u00E9f\u00E9rentiel
SelectRepositoryContextGroupDialog.Title=Ajouter un groupe de contextes
TalendDataCollectorPreferencePage_EnableCapture=Activer la capture
TalendDataCollectorPreferencePage_Description=Le collecteur de données d'utilisation collecte des informations concernant la manière dont une personne utilise les produits Talend. L'objectif est, via ces données, d'aider Talend à comprendre comment les utilisateurs et les entreprises utilisent les produits Talend.
TalendDataCollectorPreviewPreferencePage_Description=Les clés/valeurs suivantes ont été capturées par le collecteur de données d'utilisation.
TalendDataCollectorPreviewPreferencePage_Key=Clé
TalendDataCollectorPreferencePage_Description=Le collecteur de donn\u00E9es d'utilisation collecte des informations concernant la mani\u00E8re dont une personne utilise les produits Talend. L'objectif est, via ces donn\u00E9es, d'aider Talend \u00E0 comprendre comment les utilisateurs et les entreprises utilisent les produits Talend.
TalendDataCollectorPreviewPreferencePage_Description=Les cl\u00E9s/valeurs suivantes ont \u00E9t\u00E9 captur\u00E9es par le collecteur de donn\u00E9es d'utilisation.
TalendDataCollectorPreviewPreferencePage_EmptyValue=<Vide>
TalendDataCollectorPreviewPreferencePage_Key=Cl\u00E9
TalendDataCollectorPreviewPreferencePage_Value=Valeur
TalendDataCollectorUploadingPreferencePage_Description=Les informations rassemblées par le Collecteur de données d'utilisation est régulièrement chargé sur les serveurs hébergés par Talend.
TalendDataCollectorUploadingPreferencePage_Description=Les informations rassembl\u00E9es par le Collecteur de donn\u00E9es d'utilisation est r\u00E9guli\u00E8rement charg\u00E9 sur les serveurs h\u00E9berg\u00E9s par Talend.
TalendDataCollectorUploadingPreferencePage_LastUpload=Dernier chargement
TalendDataCollectorUploadingPreferencePage_UploadPeriod=Période de chargement
TalendDataCollectorUploadingPreferencePage_Uploadingtitile=Chargement
TalendDataCollectorUploadingPreferencePage_UploadPeriod=P\u00E9riode de chargement
TalendDataCollectorUploadingPreferencePage_Days=Jours
TalendTabbedPropertyComposite.compactButton.toolTip=Vue compacte
TalendTabbedPropertyComposite.tableButton.toolTip=Vue de la table
@@ -305,25 +322,25 @@ VariableItemEditor.new=Nouveau
VariableItemEditor.remove=Remove
VariableItemEditor.twmplatePattern=Echec de la generation des fichiers java
VariableItemEditor.variable=Variables :
VersionSection.CreationDate=Date de création
VersionSection.CreationDate=Date de cr\u00E9ation
VersionSection.ModificationDate=Date de modification
VersionSection.Version=Version
VersionSection.Status=Statut
XmlArray.InvalidFile=Fichier invalide.
XSDValidater.IllegalArgument=Le fichier XSD d'entrée n'existe pas.
XSDValidater.IllegalArgument=Le fichier XSD d'entr\u00E9e n'existe pas.
repository.context=Contextes
repository.column=Colonne
repository.documentation=Documentation
repository.folder=Dossier
repository.generated=Généré
repository.generated=G\u00E9n\u00E9r\u00E9
repository.jobdoc=Documentation des Jobs
repository.joblet=Joblets
repository.recyclebin=Corbeille
repository.jobletdoc=Documentation des Joblets
repository.joblets=Joblets
repository.jobs=Jobs
repository.metadata=Métadonnées
repository.metadataConnections=Bases de données
repository.metadata=M\u00E9tadonn\u00E9es
repository.metadataConnections=Bases de donn\u00E9es
repository.metadataConnections.alias=BD
repository.metadataFileEDCDIC=Copybook
repository.metadataFileEDCDIC.alias=Copybook
@@ -331,13 +348,14 @@ repository.concept=Concept
repository.metadataSAPConnections=Connexions SAP
repository.metadataSAPConnections.alias=SAP
repository.SAPFunction=Fonction SAP
repository.metadataSQLPatterns=Modèles SQL
repository.metadataFileDelimited=Fichier délimité
repository.metadataSQLPatterns=Mod\u00E8les SQL
repository.metadataSQLPatterns.alias=Mod\u00E8les SQL
repository.metadataFileDelimited=Fichier d\u00E9limit\u00E9
repository.metadataFileDelimited.alias=DELIM
repository.metadataTable=Schéma des métadonnées
repository.metadataColumn=Colonne de métadonnées
repository.metadataFileRules=Règles embarquées
repository.metadataFileRules.alias=Règle
repository.metadataTable=Sch\u00E9ma des m\u00E9tadonn\u00E9es
repository.metadataColumn=Colonne de m\u00E9tadonn\u00E9es
repository.metadataFileRules=R\u00E8gles embarqu\u00E9es
repository.metadataFileRules.alias=R\u00E8gle
repository.metadataFileHL7=HL7
repository.metadataFileHL7.alias=HL7
repositorymetadataEDIFact=UN/EDIFACT
@@ -346,40 +364,41 @@ repository.metadataFileFTP=FTP
repository.metadataFileFTP.alias=FTP
repository.metadataFileBRMS=BRMS
repository.metadataFileBRMS.alias=BRMS
repository.metadataValidationRules=Règles de validation
repository.metadataValidationRules=R\u00E8gles de validation
repository.process=Jobs
repository.service=Services
repository.query=Requête
repository.query=Requ\u00EAte
repository.CDC=CDC
repository.svnroot=SVN
repository.referencedProjects=Projet référencé
repository.referencedProjects=Projet r\u00E9f\u00E9renc\u00E9
repository.beans=Beans
repository.snippets=Snippets
repository.tdqelement.analysis=Analyses TDQ
repository.tdqelement.report=Rapports TDQ
repository.tdqelement.dbconnection=Connexions bases de données TDQ
repository.tdqelement.dbconnection=Connexions bases de donn\u00E9es TDQ
repository.tdqelement.mdmconnection=Connexions MDM TDQ
repository.tdqelement.businessrule=Règles métier TDQ
repository.tdqelement.businessrule=R\u00E8gles m\u00E9tier TDQ
repository.tdqelement.indicator=Indicateurs TDQ
repository.tdqelement.pattern=Modèles TDQ
EUpdateItemType.Property=Propriété
EUpdateItemType.Schema=Schéma
repository.tdqelement.pattern=Mod\u00E8les TDQ
EUpdateItemType.Property=Propri\u00E9t\u00E9
EUpdateItemType.Schema=Sch\u00E9ma
EUpdateItemType.SAPFunction=Fonction SAP
EUpdateItemType.SAPIDoc=SAP IDoc
EUpdateItemType.Query=Requête
EUpdateItemType.Query=Requ\u00EAte
EUpdateItemType.Variable=Variable
EUpdateItemType.ContextGroup=Groupe de contexte
EUpdateItemType.Components=Composants
EUpdateItemType.Name=Nom
EUpdateItemType.ValidationRule=Règle de validation
EUpdateItemType.ValidationRule=R\u00E8gle de validation
EUpdateResult.BuiltIn=Passer en mode built-in
EUpdateResult.JobletUpdate=Mise à jour des joblets
EUpdateResult.Update=Mettre à jour à partir du référentiel
EUpdateResult.JobletUpdate=Mise \u00E0 jour des joblets
EUpdateResult.Update=Mettre \u00E0 jour \u00E0 partir du r\u00E9f\u00E9rentiel
EUpdateResult.Reload=Recharger les composants
EUpdateResult.Rename=Changer le nom
EUpdateResult.Add=Ajouter à partir du référentiel
EUpdateResult.Delete=Supprimer du référentiel
EUpdateResult.Add=Ajouter \u00E0 partir du r\u00E9f\u00E9rentiel
EUpdateResult.Delete=Supprimer du r\u00E9f\u00E9rentiel
UpdatesConstants.Context=Contexte
UpdatesConstants.ContextGroup=Groupe de contextes
UpdatesConstants.Component=Composant
UpdatesConstants.Joblet=Joblet
UpdatesConstants.Job=Job
@@ -388,9 +407,9 @@ MetadataTypeLengthConstants.FIELD_DEFAULT_TYPE=Default Type
MetadataTypeLengthConstants.FIELD_DEFAULT_LENGTH=Default Length
MetadataTypeLengthConstants.VALUE_DEFAULT_TYPE=Default Type
MetadataTypeLengthConstants.VALUE_DEFAULT_LENGTH=Default Length
MetadataTypeLengthPreferencePage.VALUE=Paramètres par défaut pour les champs comprenant des valeurs nulls
MetadataTypeLengthPreferencePage.FIELD=Paramètres par défaut pour tous les champs
MetadataTypeLengthPreferencePage.DBTYPE=Longueur par défaut pour le type de données
MetadataTypeLengthPreferencePage.VALUE=Param\u00E8tres par d\u00E9faut pour les champs comprenant des valeurs nulls
MetadataTypeLengthPreferencePage.FIELD=Param\u00E8tres par d\u00E9faut pour tous les champs
MetadataTypeLengthPreferencePage.DBTYPE=Longueur par d\u00E9faut pour le type de donn\u00E9es
MetadataTypeLengthConstants.BOOLEAN_LENGTH=Boolean
MetadataTypeLengthConstants.BIGDECIMAL_LENGTH=BigDecimal
MetadataTypeLengthConstants.BYTE_LENGTH=Byte
@@ -408,90 +427,135 @@ MetadataTypeLengthConstants.LIST_LENGTH=liste
MetadataTypeLengthConstants.DATETIME_LENGTH=Datetime
ModuleListCellEditor.externalLabel=Modules externes
ModuleListCellEditor.innerLabel=Modules internes
ModuleListCellEditor.selectLabel=Sélectionner un module
ModuleListCellEditor.title=Sélectionner un module
MultiStringSelectionDialog.nameEmpty=Le nom ne peut être vide
PromptDialog.stringTip=Le texte d'entrée doit être entouré de guillemets simples.
ModuleListCellEditor.selectLabel=S\u00E9lectionner un module
ModuleListCellEditor.title=S\u00E9lectionner un module
MultiStringSelectionDialog.nameEmpty=Le nom ne peut \u00EAtre vide
PromptDialog.stringTip=Le texte d'entr\u00E9e doit \u00EAtre entour\u00E9 de guillemets simples.
ApplicationActionBarAdvisor.menuFileLabel=&Fichier
ApplicationActionBarAdvisor.menuEditLabel=&Editer
ApplicationActionBarAdvisor.navigateLabel=&Naviguer
ApplicationActionBarAdvisor.projectLabel=&Projet
ApplicationActionBarAdvisor.menuWindowLabel=Fe&nêtre
ApplicationActionBarAdvisor.menuWindowLabel=Fe&n\u00EAtre
ApplicationActionBarAdvisor.menuHelpLabel=&Aide
BusinessAppearanceComposite.textAlignmentGroup=Alignement du texte
BusinessAppearanceComposite.textAlignment.horizontal=Horizontal
BusinessAppearanceComposite.textAlignment.vertical=Vertical
BusinessAppearanceComposite.textAlignment.horizontal.left=Gauche
BusinessAppearanceComposite.textAlignment.horizontal.right=Droite
BusinessAppearanceComposite.textAlignment.horizontal.centre=Centr\u00E9
BusinessAppearanceComposite.textAlignment.vertical.top=Haut
BusinessAppearanceComposite.textAlignment.vertical.bottom=Bas
BusinessAppearanceComposite.textAlignment.vertical.centre=Centr\u00E9
ConnectionBean.Local=local
ConnectionBean.Remote=Distant
ConnectionBean.DefaultConnection=connexion par défaut
InegerCellEditorListener.NegativeNumberMessage=La valeur de {0} ne peut être un nombre négatif.
InegerCellEditorListener.NumeralMessage=La valeur de {0} doit être numérique.
ConnectionBean.DefaultConnection=connexion par d\u00E9faut
InegerCellEditorListener.NegativeNumberMessage=La valeur de {0} ne peut \u00EAtre un nombre n\u00E9gatif.
InegerCellEditorListener.NumeralMessage=La valeur de {0} doit \u00EAtre num\u00E9rique.
OpenXSDFileDialog.cancel=Annuler
OpenXSDFileDialog.confirm=Confirmer
OpenXSDFileDialog.fileName=Nom de fichier :
OpenXSDFileDialog.xmlFileSelection=Sélectionner un fichier XML à valider
RepositoryContentProvider.repositoryLabel.Queries=Requêtes
OpenXSDFileDialog.xmlFileSelection=S\u00E9lectionner un fichier XML \u00E0 valider
OpenXSDFileDialog.xmlSelectedOrNot=Comme vous avez s\u00E9lectionn\u00E9 un fichier de m\u00E9tadonn\u00E9es XSD, \n il doit y avoir un fichier XML \u00E0 valider.
RepositoryContentProvider.repositoryLabel.Queries=Requ\u00EAtes
repository.routes=Routes
repository.servicesOperation=Opération
repository.servicesOperation=Op\u00E9ration
repository.servicesPort=Port
BinRepositoryNode.label=Corbeille
HDFS=HDFS
HCAT=HCAT
AbstractRepositoryContentHandler.deleteNode.exception=Echec de la suppression des pertinences de noeud : {0}
HadoopCustomVersionDialog.topTitle=Définition de la version Hadoop personnalisée
HadoopCustomVersionDialog.title=Définir la distribution Hadoop personnalisée
HadoopCustomVersionDialog.msg=Configurer les bibliothèques nécessaires à la version personnalisée de Hadoop
HadoopCustomVersionDialog.topTitle=D\u00E9finition de la version Hadoop personnalis\u00E9e
HadoopCustomVersionDialog.title=D\u00E9finir la distribution Hadoop personnalis\u00E9e
HadoopCustomVersionDialog.msg=Configurer les biblioth\u00E8ques n\u00E9cessaires \u00E0 la version personnalis\u00E9e de Hadoop
HadoopCustomVersionDialog.table.descColumn=Description
HadoopCustomVersionDialog.table.libNameColumn=Nom de la bibliothèque
HadoopCustomVersionDialog.btn.addLibBtn.tooltip=Ajouter des bibliothèques...
HadoopCustomVersionDialog.btn.importLibBtn.tooltip=Importer des bibliothèques depuis la définition existante
HadoopCustomVersionDialog.btn.exportLibBtn.tooltip=Export de la définition de la version Hadoop personnalisée
HadoopCustomVersionDialog.importLibs=Importer les bibliothèques...
HadoopCustomVersionDialog.table.libNameColumn=Nom de la biblioth\u00E8que
HadoopCustomVersionDialog.btn.addLibBtn.tooltip=Ajouter des biblioth\u00E8ques...
HadoopCustomVersionDialog.btn.importLibBtn.tooltip=Importer des biblioth\u00E8ques depuis la d\u00E9finition existante
HadoopCustomVersionDialog.btn.exportLibBtn.tooltip=Export de la d\u00E9finition de la version Hadoop personnalis\u00E9e
HadoopCustomVersionDialog.importLibs=Importer les biblioth\u00E8ques...
HadoopVersionDialog.importFromExistVersion=Importer depuis une version existante
HadoopVersionDialog.msg=Sélectionnez une option pour importer la définition de la version personnalisée de Hadoop.
HadoopVersionDialog.msg=S\u00E9lectionnez une option pour importer la d\u00E9finition de la version personnalis\u00E9e de Hadoop.
HadoopVersionDialog.zipLocation=Zip :
HadoopVersionDialog.importFromZip=Importer depuis un .zip
HadoopVersionDialog.title=Importer la définition personnalisée
HadoopVersionDialog.title=Importer la d\u00E9finition personnalis\u00E9e
HadoopVersionDialog.distribution=Distribution :
HadoopVersionDialog.distribution.tooltip=Configurer la distribution Hadoop
HadoopVersionDialog.version=Version :
HadoopVersionDialog.version.tooltip=Configurer la version de la distribution
HadoopVersionDialog.browseBtn=Pa&rcourir...
HadoopVersionDialog.confirmMsg=La configuration actuelle sera remplacée. Continuer ?
HadoopCustomLibrariesUtil.cannotCreate=Impossible de créer {0}
HadoopCustomLibrariesUtil.importFailed=Echec de l'import de la définition personnalisée
HadoopCustomLibrariesUtil.exmportFailed=Echec de l'export de la définition personnalisée
HadoopVersionDialog.confirmMsg=La configuration actuelle sera remplac\u00E9e. Continuer ?
HadoopCustomLibrariesUtil.cannotCreate=Impossible de cr\u00E9er {0}
HadoopCustomLibrariesUtil.importFailed=Echec de l'import de la d\u00E9finition personnalis\u00E9e
HadoopCustomLibrariesUtil.exmportFailed=Echec de l'export de la d\u00E9finition personnalis\u00E9e
HadoopCustomLibrariesUtil.libMissing=Des Jar sont introuvables dans le studio : {0}, consultez la vue Modules pour les installer
HadoopCustomLibrariesUtil.importConfirmMsg=Continuer ?
LibrariesListSelectionDialog.title=Sélectionnez les bibliothèques
LibrariesListSelectionDialog.button.internal=Bibliothèques intégrées
LibrariesListSelectionDialog.button.external=Bibliothèques externes
LibrariesListSelectionDialog.selectLibFromOS=Sélectionnez les bibliothèques
LibrariesListSelectionDialog.title=S\u00E9lectionnez les biblioth\u00E8ques
LibrariesListSelectionDialog.button.internal=Biblioth\u00E8ques int\u00E9gr\u00E9es
LibrariesListSelectionDialog.button.external=Biblioth\u00E8ques externes
LibrariesListSelectionDialog.selectLibFromOS=S\u00E9lectionnez les biblioth\u00E8ques
LibrariesListSelectionDialog.browseButton.text=Parcourir...
LibrariesListSelectionDialog.deployLibs=Déployer les bibliothèques...
GenerateSelectSQLAction.NewQuery=Nouvelle requête {0}
AbstractBrandingService.routines_license_header_content2014=// ============================================================================\n//\n// Copyright (c) 2006-2014, Talend Inc.\n//\n// Ce code source a été automatiquement généré par_{0}\n// / JobDesigner (CodeGenerator version {1})\n// Vous pouvez trouver plus d'informations à propos des produits Talend à www.talend.com.\n// Vous pouvez distribuer ce code suivant les termes de la licence GNU LGPL\n// http://www.gnu.org/licenses/lgpl.html).\n//\n// ============================================================================
repository.systemIndicators.advancedStatistics=Statistiques avancées
LibrariesListSelectionDialog.deployLibs=D\u00E9ployer les biblioth\u00E8ques...
GenerateSelectSQLAction.NewQuery=Nouvelle requ\u00EAte {0}
UpdatesConstants.MR=Map_Reduce
AbstractBrandingService.routines_license_header_content2014=// ============================================================================\n//\n// Copyright (c) 2006-2014, Talend Inc.\n//\n// Ce code source a \u00E9t\u00E9 automatiquement g\u00E9n\u00E9r\u00E9 par_{0}\n// / JobDesigner (CodeGenerator version {1})\n// Vous pouvez trouver plus d'informations \u00E0 propos des produits Talend \u00E0 www.talend.com.\n// Vous pouvez distribuer ce code suivant les termes de la licence GNU LGPL\n// http://www.gnu.org/licenses/lgpl.html).\n//\n// ============================================================================
repository.tdqelement.sourceFile=Fichiers source
repository.tdqelement.jrxml=Mod\u00E8le JRXML
repository.dataprofiling=Profiling de donn\u00E9es
repository.libraries=Biblioh\u00E8ques
repository.patternRegex=Regex
repository.rules=R\u00E8gles
repository.rulesSql=SQL
repository.systemIndicators=Indicateurs syst\u00E8me
repository.userDefineIndicators=Indicateurs personnalis\u00E9s
repository.systemIndicators.advancedStatistics=Statistiques avanc\u00E9es
repository.systemIndicators.businessRules=R\u00E8gles m\u00E9tier
repository.systemIndicators.correlation=Corr\u00E9lation
repository.systemIndicators.functionalDependency=D\u00E9pendance fonctionnelle
repository.systemIndicators.overview=Vue d'ensemble
repository.systemIndicators.patternFinder=Statistiques de fr\u00E9quence des mod\u00E8les
repository.systemIndicators.patternMatching=Rapprochement des mod\u00E8les
repository.systemIndicators.rowComparison=Comparaison de lignes
repository.systemIndicators.simpleStatistics=Statistiques simples
repository.systemIndicators.soundex=Soundex
repository.systemIndicators.summaryStatistics=R\u00E9sum\u00E9 statistique
repository.systemIndicators.textStatistics=Statistiques de texte
repository.tdqExchange=Exchange
repository.systemIndicators.phoneNumberStatistics=Statistiques de num\u00E9ros de t\u00E9l\u00E9phone
repository.systemIndicators.fraudDetection=D\u00E9tection de la fraude
EUpdateItemType.MapPath=Chemin du mapping
EUpdateResult.PathUpdate=Mise à jour du chemin du mapping
AContextualAction.EditorManager_saveChangesQuestion=''{0}'" a été modifié. Sauvegarder ?
EUpdateResult.PathUpdate=Mise \u00E0 jour du chemin du mapping
AContextualAction.EditorManager_saveChangesQuestion='{0}'" a \u00E9t\u00E9 modifi\u00E9. Sauvegarder ?
AContextualAction.Save_Resource=Sauvegarder la ressource
EComponentCategory.stormConfig=Configuration de Storm
EComponentCategory.sparkConfig=Configuration Spark
repository.SAPIDoc=SAP IDoc
repository.SAPTable=Table SAP
ProgressMonitorDialogWithCancel.executeMessage.default=Exécution...
ProgressMonitorDialogWithCancel.executeMessage.default=Ex\u00E9cution...
ProgressMonitorDialogWithCancel.executeTimeout=Suspension de l'ex\u00E9cution, le Studio a essay\u00E9 d'interrompre la v\u00E9rification en t\u00E2che de fond.
ProgressMonitorDialogWithCancel.CheckingConnectionJob.waitingFinish=en attente de la fin de {0}...
ProgressMonitorDialogWithCancel.CheckingConnectionJob.emptyWaitingfinish=en attente de la fin...
EUpdateItemType.Batch=Batch
EUpdateItemType.Streaming=Streaming
UpdatesConstants.Storm=Storm
UpdatesConstants.Spark=Spark
UpdatesConstants.SparkStreaming=Spark_Streaming
OverTimePopupDialogTask.title=Exécution...
OverTimePopupDialogTask.message=Tâche d'exécution en arrière plan, patientez...
OverTimePopupDialogTask.killed=Exécution arrêtée
OverTimePopupDialogTask.title=Ex\u00E9cution...
OverTimePopupDialogTask.message=T\u00E2che d'ex\u00E9cution en arri\u00E8re plan, patientez...
OverTimePopupDialogTask.killed=Ex\u00E9cution arr\u00EAt\u00E9e
EComponentCategory_gitHistory=Historique Git
repository.gitroot=GIT
EComponentCategory.actionInputOutput=Schéma d'entrée/de sortie
EComponentCategory.parameters=Param\u00E8tres
EComponentCategory.actionInputOutput=Sch\u00E9ma d'entr\u00E9e/de sortie
EConnectionType.RejectMenu=Reject
RepositoryContentProvider.repositoryLabel.sapBapi.output=Sortie
RepositoryContentProvider.repositoryLabel.sapTable=Tables SAP
ComponentReturnVariableUtils.ErrorMessage=Message d'erreur
ComponentReturnVariableUtils.NbReject=Nombre de rejets
ComponentReturnVariableUtils.NbSuccess=Nombre de r\u00E9ussites
ComponentReturnVariableUtils.NbLine=Nombre de lignes
repository.metadataRulesManagement=Gestion des r\u00E8gles
repository.metadataRulesManagement.alias=Gestion des r\u00E8gles
EUpdateItemType.StructurePath=Chemin de la structure
EComponentCategory_deployment=D\u00E9ploiement
DynamicElement.incorrectInstance=L'objet JSON n'est pas une instance de {0} : {1}
EComponentCategory_advanceSetting=Param\u00E8tres avanc\u00E9s

View File

@@ -61,7 +61,7 @@ PropertiesWizardPage.Version.Minor=M
PropertiesWizardPage.ImageSizeError=Molim odaberite sliku veli\u010Dine 32*32.
RelationshipItemBuilder.forItem=za stavku
RoutinesFunctionProposal.User=korisnik
SchemaOperationChoiceDialog.Title=\n\n \n\nCollection\n\nSchema
SchemaOperationChoiceDialog.Title=\n\n\t\n\nCollection\n\nSchema
VariableItemEditor.name=Ime
VariableItemEditor.remove=Ukloni
VariableItemEditor.variable=Varijable:
@@ -73,7 +73,7 @@ XmlArray.InvalidFile=Neispravna datoteka.
XSDValidater.IllegalArgument=Ne postoji ulazna xsd datoteka
repository.documentation=Dokumentacija
EUpdateItemType.Property=Svojstvo
EUpdateItemType.Schema=\n\n \n\nCollection\n\nSchema
EUpdateItemType.Schema=\n\n\t\n\nCollection\n\nSchema
EUpdateItemType.Name=Ime
UpdatesConstants.Context=Kontekst
UpdatesConstants.Joblet=Joblet

View File

@@ -18,7 +18,7 @@ ColorsCodeViewerPreferencePage.keyword2Color=colore Keyword2
ColorsCodeViewerPreferencePage.keyword3Color=Colore Keyword3
ColumnNameChangedExt.columnChanged=Nodo: {0} Campo alterato: {1} -> {2}
ComponentsFormatPreferencePage.add=Aggiungere
ComponentsFormatPreferencePage.errorCreateConnectionName=Il nome "{0}" è invalido.
ComponentsFormatPreferencePage.errorCreateConnectionName=Il nome "{0}" \u00E8 invalido.
ComponentsFormatPreferencePage.formatConnection=Formato connessione predefinita:
ComponentsFormatPreferencePage.formatHint=Formato consiglio predefinito:
ComponentsFormatPreferencePage.formatLable=Formato etichetta predefinito:
@@ -30,25 +30,25 @@ ContextComposite.treeValue=Valori come albero
ContextComposite.variable=Variabili
ContextValueErrorChecker.ErrorTitile=Errore nel valore di contesto:
ContextParameterProposal.NoCommentAvaiable=Commenti non disponibili.
ContextProcessSection.1=Menù tabella
ContextProcessSection.1=Men\u00F9 tabella
ContextProcessSection.12=Rinomina contesto
ContextProcessSection.13=Dai un nuovo nome per il contesto {0}
ContextProcessSection.2=Chiedere conferma ?
ContextProcessSection.29=Errore
ContextProcessSection.30=Il nome esiste già
ContextProcessSection.30=Il nome esiste gi\u00E0
ContextProcessSection.4=Aggiungere nuovo contesto sulla base di ->(
ContextProcessSection.49=Contesto predefinito
ContextProcessSection.50=ContextProcessSection.14
ContextProcessSection.51=ContextProcessSection.15
ContextProcessSection.6=Nuovo contesto
ContextProcessSection.7=Dai un nome per il nuovo contesto
ContextProcessSection.ParameterNameIsNotValid=Il nome del parametro non è valido.
ContextProcessSection.RemoveInformation={0} è il contesto predefinito, non può essere rimosso.
ContextProcessSection.ParameterNameIsNotValid=Il nome del parametro non \u00E8 valido.
ContextProcessSection.RemoveInformation={0} \u00E8 il contesto predefinito, non pu\u00F2 essere rimosso.
ContextProcessSection.errorTitle=Errore
ConextTableValuesComposite.nameLabel=Nome
ConextTemplateComposite.OrderMessages=Precisare se si vuole riorganizzare le variabili.
ConextTemplateComposite.OrderText=Ordine originale
ContextSetConfigurationDialog.nameNotValid=il nome non è valido
ContextSetConfigurationDialog.nameNotValid=il nome non \u00E8 valido
ContextTemplateComposite.CommentLabel=Commento
ContextTemplateComposite.nameLabel=Nome
ContextTemplateComposite.scriptCodeLabel=codice script
@@ -69,7 +69,6 @@ CorePreferencePage.previewLimit=Anteprima limiti
CorePreferencePage.runInMultiThread=Esecuzione in Multi Thread (valore di default per un nuovo lavoro)
CorePreferencePage.temporaryFiles=&File temporanei
DbTableSelectorDialog.textContent=Seleziona nome tabella
EComponentCategory_advanceSetting=Impostazioi avanzate
EComponentCategory_appearance=Aspetto
EComponentCategory_assignment=Assegnazione
EComponentCategory_basicSetting=Impostazioni base
@@ -97,8 +96,9 @@ EComponentCategory.availableExtensions=Estensioni disponibili
EComponentCategory.downloadedExtensions=Scarica estensioni
EComponentCategory.myExtensions=Mie estensioni
EComponentCategory.monitoring=Monitoraggio
EConnectionType.iteratorMenu=Il codice sorgente è stato generato in automatico da {0}
EConnectionType.iteratorMenu=Il codice sorgente \u00E8 stato generato in automatico da {0}
EConnectionType.lookupMenu=Look Up
EConnectionType.mainMenu=Principale
EConnectionType.onComponentErrorMenu=Su errore componente
EConnectionType.onComponentOkMenu=Su componente OK
EConnectionType.onSubjobErrorMenu=Su errore subjob
@@ -139,22 +139,22 @@ ExtractMetaDataFromDataBase.dbTypeNotFound=Tipo db '{0}' non trovato
Function.FunctionName=Nome funzione {0}
FunctionManager.PurePerl.Desc=Imposta la tua espressione
FunctionManager.PurePerl.ParaName=personalizza parametri
GlobalServiceRegister.ServiceNotRegistered=Il servizio {0} non è stato registrato
GlobalServiceRegister.ServiceNotRegistered=Il servizio {0} non \u00E8 stato registrato
GroupByContextAction.groupContext=Raggruppa per contesto
GroupByVariableAction.groupVariable=Raggruppa per variabile
JavaSimpleDateFormatProposalProvider.quoteDisplayError=Due virgolette singole vengono mostrate solo come una virgoletta singola
JavaTypesManager.bigDecimal=BIGDECIMAL è un numero:
JavaTypesManager.integer=INTEGER è un numero:
JavaTypesManager.list=LIST è un numero:
JavaTypesManager.string=STRING è un numero:
JavaTypesManager.bigDecimal=BIGDECIMAL \u00E8 un numero:
JavaTypesManager.integer=INTEGER \u00E8 un numero:
JavaTypesManager.list=LIST \u00E8 un numero:
JavaTypesManager.string=STRING \u00E8 un numero:
LDAPCATruster.failedCreateCert=Fallimento creazione certificato memorizzazione :
LDAPCATruster.failedCreateTmp=Fallimento creazione credenzialità memorizzazione temporanea:
LDAPCATruster.failedInitialTrust=Fallimento creazione gestione credenzialità iniziale:
LDAPCATruster.failedCreateTmp=Fallimento creazione credenzialit\u00E0 memorizzazione temporanea:
LDAPCATruster.failedInitialTrust=Fallimento creazione gestione credenzialit\u00E0 iniziale:
LDAPCATruster.failedLoadCert=Fallimento caricamento certificato di memorizzazione:
LDAPCATruster.failedSaveTrust=Fallimento salvataggio certificato di memorizzazione:
LDAPCATruster.locationInvalid=La locazione del file del certificato di memorizzazione non è valida:
LDAPCATruster.locationInvalid=La locazione del file del certificato di memorizzazione non \u00E8 valida:
LDAPCATruster.sslError1=Errore SSL: catena di verifica del certificato del server fallita.
LDAPCATruster.sslError3=Errore SSL: Il certificato CA non è nella catena di certificazione del server
LDAPCATruster.sslError3=Errore SSL: Il certificato CA non \u00E8 nella catena di certificazione del server
ListPreferencePage.RemoveButtonName=Rimuovi
MetadataDialog.CopyToInput.toolTipText=Copia tutte le colonne di uno schema di output in uno schema di input
MetadataDialog.CopySelectionToInput.toolTipText=Copia le colonne prescelte da output a input schema
@@ -162,10 +162,10 @@ MetadataDialog.CopyToOutput=Copia tutte le le colonne da uno schema di input ad
MetadataDialog.CopySelectionToOutput=Copia le colonne prescelta da input a output schema
MetadataDialog.Message=Tutte le colonne da uno schema di input saranno trasferite ad uno schema di output
MetadataDialog.TransferMessage=Tutte le colonne da uno schema di output saranno trasferite ad uno schema di input
MetadataEmfTableEditor.ColumnInvalid=Il nome colonna ''{0}'' è invalido
MetadataEmfTableEditor.ColumnNameExists=Il nome colonna ''{0}'' esiste già.
MetadataTableEditor.ColumnNameExists=Il nome colonna ''{0}'' esiste già.
MetadataTableEditor.ColumnNameIsInvalid=Il nome colonna ''{0}'' è invalido
MetadataEmfTableEditor.ColumnInvalid=Il nome colonna '{0}' \u00E8 invalido
MetadataEmfTableEditor.ColumnNameExists=Il nome colonna '{0}' esiste gi\u00E0.
MetadataTableEditor.ColumnNameExists=Il nome colonna '{0}' esiste gi\u00E0.
MetadataTableEditor.ColumnNameIsInvalid=Il nome colonna '{0}' \u00E8 invalido
MetadataTableEditorView.ColumnTitle=Colonna
MetadataTableEditorView.CommentTitle=Commento
MetadataTableEditorView.DBTypeTitle=Tipo DB
@@ -183,17 +183,17 @@ MetadataTalendTypeEditor.button.import=I&mportare
MetadataTalendTypeEditor.column1.Name=File mappatura Metadata
MetadataTalendTypeEditor.editMappingDialog.title=Modifica file di mappatura
MetadataTalendTypeEditor.error.message=Messaggio errore
MetadataTalendTypeEditor.fileIsImported=Il file è già stato importato.
MetadataTalendTypeEditor.fileIsInvalid=Il file metadata importato non è valido.
MetadataTalendTypeEditor.fileIsImported=Il file \u00E8 gi\u00E0 stato importato.
MetadataTalendTypeEditor.fileIsInvalid=Il file metadata importato non \u00E8 valido.
MetadataTalendTypeEditor.fileNameStartRule=Il nome del file deve iniziare con 'mapping_'.
MetadataTool.errorMessage=Impossibile inserire l'attuale carattere
MetadataTool.invalid=Valore invalido
MetadataTool.invalidChar=Carattere invalido
MetadataTool.nameNull=Il nome dello schema non può essere nullo
MetadataTool.nameNull=Il nome dello schema non pu\u00F2 essere nullo
MetadataTool.nullValue=Valore nullo
MetadataTool.schemaExist=Il nome dello schema esiste già.
MetadataTool.schemaIn=Il nome dello schema è invalido.
MetadataTool.schemaNull=Il nome dello schema è nullo.
MetadataTool.schemaExist=Il nome dello schema esiste gi\u00E0.
MetadataTool.schemaIn=Il nome dello schema \u00E8 invalido.
MetadataTool.schemaNull=Il nome dello schema \u00E8 nullo.
PaletteContentDialog.connection=Formato connessione predefinita:
PaletteContentDialog.hint=Formato consiglio predefinito:
PaletteContentDialog.lable=Formato etichetta predefinito:
@@ -206,19 +206,19 @@ PerspectiveMenuManager.perspectiveLabel=&Prospettiva
ProcessorUtilities.finalizeBuild=Finalizzazione costruzione...
ProcessorUtilities.generatingJob=Generazione job...
ProcessorUtilities.loadingJob=Caricamento job...
PropertiesWizard.EditPropertiesPageTitle=Modifica proprietà
PropertiesWizard.EditPropertiesPageTitle=Modifica propriet\u00E0
PropertiesWizardPage.Author=Autore
PropertiesWizardPage.Locker=Bloccatore
PropertiesWizardPage.Description=Descrizione
PropertiesWizardPage.ItemExistsError=Oggetto preesistente. Controlla il cestino e svuotalo se necessario.
PropertiesWizardPage.KeywordsError=Il nome non è un identificatore valido
PropertiesWizardPage.KeywordsError=Il nome non \u00E8 un identificatore valido
PropertiesWizardPage.Name=Nome
PropertiesWizardPage.NameEmptyError=Il nome è vuoto.
PropertiesWizardPage.NameEmptyError=Il nome \u00E8 vuoto.
PropertiesWizardPage.NameFormatError=Il nome contiene caratteri incorretti
PropertiesWizardPage.Path=Percorso
PropertiesWizardPage.Purpose=Scopo
PropertiesWizardPage.Select=Seleziona
PropertiesWizardPage.SelectfolderMessage=Seleziona la cartella in cui l'elemento sarà creato
PropertiesWizardPage.SelectfolderMessage=Seleziona la cartella in cui l'elemento sar\u00E0 creato
PropertiesWizardPage.SelectfolderTitle=Seleziona cartella
PropertiesWizardPage.Status=Stato
PropertiesWizardPage.Version=Versione
@@ -244,7 +244,7 @@ RuleOperationChoiceDialog.selectRulesFile=Seleziona una regola da un file
RuleOperationChoiceDialog.viewRules=Vedi regole(sola lettura)
SchemaCellEditor.giveSchemaName=Prendi il nome per lo schema
SchemaCellEditor.inputName=Inserisci il nome
SchemaCellEditor.nameExistOrInvalid=Questo nome esiste già o è invalido
SchemaCellEditor.nameExistOrInvalid=Questo nome esiste gi\u00E0 o \u00E8 invalido
SchemaCellEditor.schemaName=Nome schema
SchemaOperationChoiceDialog.ChangeBuiltInMessage=Cambia schema nel built-in
SchemaOperationChoiceDialog.ChangeRepositoryMessage=Cambia schema dal repository
@@ -253,7 +253,7 @@ SchemaOperationChoiceDialog.CreateRepositoryMessage=Crea schema dal repository
SchemaOperationChoiceDialog.EditSchemaMessage=Modifica schema.
SchemaOperationChoiceDialog.Message=Per favore seleziona un'opzione, o annulla.
SchemaOperationChoiceDialog.Option=Opzione
SchemaOperationChoiceDialog.StatusMessage=Schema invalido o esiste già.
SchemaOperationChoiceDialog.StatusMessage=Schema invalido o esiste gi\u00E0.
SchemaOperationChoiceDialog.Title=Schema
SchemaOperationChoiceDialog.ViewSchemaMessage=Visualizza schema (sola lettura).
SchemaXPathQuerysDialog.Mappings=Mappature
@@ -268,12 +268,12 @@ SelectRepositoryContextDialog.View=Vedi...
SelectRepositoryContextGroupDialog.Default=Nessuno
SelectRepositoryContextGroupDialog.Title=Aggiungi gruppo contesto
TalendDataCollectorPreferencePage_EnableCapture=Abilita cattura
TalendDataCollectorPreferencePage_Description=Il Raccoglitore di utilizzo dati raccoglie l'informazione su come gli individui utilizzano i prodotti Talend. L'intento è di utilizzare questo dato per aiutare utenti ed organizzazioni a capire meglio come sono sviluppati i prodotti Talend.
TalendDataCollectorPreferencePage_Description=Il Raccoglitore di utilizzo dati raccoglie l'informazione su come gli individui utilizzano i prodotti Talend. L'intento \u00E8 di utilizzare questo dato per aiutare utenti ed organizzazioni a capire meglio come sono sviluppati i prodotti Talend.
TalendDataCollectorPreviewPreferencePage_Description=Le seguenti chiavi/valori sono state catturate dal Raccoglietore di utilizzo dati.
TalendDataCollectorPreviewPreferencePage_EmptyValue=<Vuoto>
TalendDataCollectorPreviewPreferencePage_Key=Chiave
TalendDataCollectorPreviewPreferencePage_Value=Valore
TalendDataCollectorUploadingPreferencePage_Description=L'informazione raccolta dal Raccoglitore di utilizzo dati è periodicamente spedita ai server ospitati da Talend.
TalendDataCollectorUploadingPreferencePage_Description=L'informazione raccolta dal Raccoglitore di utilizzo dati \u00E8 periodicamente spedita ai server ospitati da Talend.
TalendDataCollectorUploadingPreferencePage_LastUpload=Ultima spedizione
TalendDataCollectorUploadingPreferencePage_Uploadingtitile=Spedizione
TalendDataCollectorUploadingPreferencePage_UploadPeriod=Periodo spedizione
@@ -338,7 +338,7 @@ repository.tdqelement.mdmconnection=Connessione MDM TDQ
repository.tdqelement.businessrule=Regole business TDQ
repository.tdqelement.indicator=Indicatore TDQ
repository.tdqelement.pattern=Modelli TDQ
EUpdateItemType.Property=Propietà
EUpdateItemType.Property=Propiet\u00E0
EUpdateItemType.Schema=Schema
EUpdateItemType.SAPFunction=Funzione SAP
EUpdateItemType.SAPIDoc=IDoc SAP
@@ -349,7 +349,7 @@ EUpdateItemType.Components=Componenti
EUpdateItemType.Name=Nome
EUpdateItemType.JobVersion=Versione job
EUpdateItemType.ValidationRule=regola di validazione
EUpdateResult.BuiltIn=Cambia in modalità Built-In
EUpdateResult.BuiltIn=Cambia in modalit\u00E0 Built-In
EUpdateResult.JobletUpdate=Aggiorna nodo per Joblet
EUpdateResult.Update=Aggiorna dal repository
EUpdateResult.Reload=Ricarica componenti
@@ -388,7 +388,7 @@ ModuleListCellEditor.externalLabel=Moduli esterni
ModuleListCellEditor.innerLabel=Moduli interni
ModuleListCellEditor.selectLabel=Seleziona il modulo
ModuleListCellEditor.title=Seleziona il modulo
MultiStringSelectionDialog.nameEmpty=Il nome non può essere vuoto
MultiStringSelectionDialog.nameEmpty=Il nome non pu\u00F2 essere vuoto
PromptDialog.stringTip=Il testo inserito deve essere compreso tra virgolette singole.
ApplicationActionBarAdvisor.menuFileLabel=&File
ApplicationActionBarAdvisor.menuEditLabel=&Edizione

View File

@@ -1,6 +1,7 @@
AbstractBrandingService_job_license_header_content=// ============================================================================\n//\n// Copyright (c) 2005-2010, Talend Inc.\n//\n// \u672C\u30BD\u30FC\u30B9\u30B3\u30FC\u30C9\u306F\u4EE5\u4E0B\u306E\u6A5F\u80FD\u3067\u81EA\u52D5\u4F5C\u6210\u3055\u308C\u305F\u3082\u306E\u3067\u3042\u308B_{0}\n// / JobDesigner (CodeGenerator version {1})\n// Talend\u88FD\u54C1\u306B\u95A2\u3057\u3066\u306E\u8A73\u7D30\u306A\u60C5\u5831\u306F\u4EE5\u4E0B\u306E\u30B5\u30A4\u30C8\u306B\u8A18\u8F09\u3055\u308C\u3066\u3044\u308B www.talend.com.\n// GNU LGPL \u30E9\u30A4\u30BB\u30F3\u30B9\u306B\u3088\u308A\u672C\u30B3\u30FC\u30C9\u3092\u914D\u5E03\u3059\u308B\u3053\u3068\u304C\u53EF\u80FD\u3067\u3042\u308B\n// http://www.gnu.org/licenses/lgpl.html).\n//\n// ============================================================================
AbstractComponentsProvider.folderNotExist=\u30D5\u30A9\u30EB\u30C0 {0} \u304C\u5B58\u5728\u3057\u307E\u305B\u3093\u3002
AbstractItemMigrationTask.taskFailed=Migration task {0} failed on item {1}
AdvancedSocketFactory.failedInitial=\u30A8\u30E9\u30FC : \u521D\u671F\u5316\u306B\u5931\u6557\u3057\u307E\u3057\u305F :
AbstractItemMigrationTask.taskFailed=\u79FB\u884C\u30BF\u30B9\u30AF{0}\u304C\u30A2\u30A4\u30C6\u30E0{1}\u3067\u5931\u6557\u3057\u307E\u3057\u305F
AdvancedSocketFactory.failedInitial=\u30A8\u30E9\u30FC \uFF1A \u521D\u671F\u5316\u306B\u5931\u6557\u3057\u307E\u3057\u305F \uFF1A
ArchiveFileExportOperationFullPath.SpecialFile=spagic.properties
ColorsCodeViewerPreferencePage.Comment1Color=\u30B3\u30E1\u30F3\u30C8\uFF11\u306E\u914D\u8272
ColorsCodeViewerPreferencePage.Comment2Color=\u30B3\u30E1\u30F3\u30C8\uFF12\u306E\u914D\u8272
@@ -8,38 +9,38 @@ ColorsCodeViewerPreferencePage.DigitColor=\u6570\u5B57\u306E\u914D\u8272
ColorsCodeViewerPreferencePage.FunctionColor=\u30D5\u30A1\u30F3\u30AF\u30B7\u30E7\u30F3\u306E\u914D\u8272
ColorsCodeViewerPreferencePage.InvalidColor=\u4E0D\u6B63\u8272
ColorsCodeViewerPreferencePage.LabelColor=\u30E9\u30D9\u30EB\u306E\u914D\u8272
ColorsCodeViewerPreferencePage.Literal1Color=\u30EA\u30C6\u30E9\u30EB\uFF11\u306E\u914D\u8272
ColorsCodeViewerPreferencePage.Literal1Color=\u30EA\u30C6\u30E9\u30EB1\u8272
ColorsCodeViewerPreferencePage.Literal2Color=\u30EA\u30C6\u30E9\u30EB\uFF12\u306E\u914D\u8272
ColorsCodeViewerPreferencePage.MarkupColor=\u30DE\u30FC\u30AF\u30A2\u30C3\u30D7\u306E\u914D\u8272
ColorsCodeViewerPreferencePage.OperatorColor=\u30AA\u30DA\u30EC\u30FC\u30BF\u8272
ColorsCodeViewerPreferencePage.OperatorColor=\u6F14\u7B97\u5B50\u8272
ColorsCodeViewerPreferencePage.defaultColor=\u30C7\u30D5\u30A9\u30EB\u30C8\u8272
ColorsCodeViewerPreferencePage.fieldTip=&\u592A\u5B57
ColorsCodeViewerPreferencePage.keyword1Color=\u30AD\u30FC\u30EF\u30FC\u30C9\uFF11\u306E\u914D\u8272
ColorsCodeViewerPreferencePage.keyword2Color=\u30AD\u30FC\u30EF\u30FC\u30C9\uFF12\u306E\u914D\u8272
ColorsCodeViewerPreferencePage.keyword3Color=\u30AD\u30FC\u30EF\u30FC\u30C9\uFF13\u306E\u914D\u8272
ColorsCodeViewerPreferencePage.keyword3Color=\u30AD\u30FC\u30EF\u30FC\u30C93\u8272
ColumnNameChangedExt.columnChanged=\u30CE\u30FC\u30C9: {0} \u30AB\u30E9\u30E0\u304C\u5909\u66F4\u3055\u308C\u307E\u3057\u305F : {1}-> {2}
ComponentsFormatPreferencePage.add=\u8FFD\u52A0
ComponentsFormatPreferencePage.errorCreateConnectionName="{0}"\u304C\u4E0D\u6B63\u3067\u3059
ComponentsFormatPreferencePage.formatConnection=\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u306E\u63A5\u7D9A\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\:
ComponentsFormatPreferencePage.formatHint=\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u306E\u30D2\u30F3\u30C8\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\:
ComponentsFormatPreferencePage.formatLable=\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u306E\u30E9\u30D9\u30EB\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\:
ComponentsFormatPreferencePage.errorCreateConnectionName=\"{0}\"\u304C\u4E0D\u6B63\u3067\u3059
ComponentsFormatPreferencePage.formatConnection=\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u306E\u63A5\u7D9A\u306E\u30C7\u30D5\u30A9\u30EB\u30C8:
ComponentsFormatPreferencePage.formatHint=\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u306E\u30D2\u30F3\u30C8\u306E\u30C7\u30D5\u30A9\u30EB\u30C8:
ComponentsFormatPreferencePage.formatLable=\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u306E\u30E9\u30D9\u30EB\u306E\u30C7\u30D5\u30A9\u30EB\u30C8:
ComponentsFormatPreferencePage.remove=\u524A\u9664
ComponentsFormatPreferencePage.ErrorTitle=\u30A8\u30E9\u30FC
ComponentToRepositoryProperty.error=\u30A8\u30E9\u30FC
ComponentToRepositoryProperty.ImpossibleUseOCI=\u30EA\u30DD\u30B8\u30C8\u30EA\u3067OCI\u30BF\u30A4\u30D7\u306F\u4F7F\u7528\u3067\u304D\u307E\u305B\u3093\u3002
ContextComposite.tableValue=\u30C6\u30FC\u30D6\u30EB\u3068\u3057\u3066\u306E\u5024
ContextComposite.treeValue=\u30C4\u30EA\u30FC\u8868\u793A\u306E\u5024
ContextComposite.tableValue=\u30C6\u30FC\u30D6\u30EB\u306E\u5024
ContextComposite.treeValue=\u30C4\u30EA\u30FC\u306E\u5024
ContextComposite.variable=\u5909\u6570
ContextParameterProposal.ContextVariable=\n\n\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u5909\u6570\u3002
ContextParameterProposal.Description=\u8AAC\u660E\uFF1A {0}
ContextParameterProposal.ContextVariable=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u5909\u6570\u3002
ContextParameterProposal.Description=\u8AAC\u660E: {0}
ContextValueErrorChecker.ErrorTitile=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u306E\u5024\u30A8\u30E9\u30FC:
ContextParameterProposal.NoCommentAvaiable=\u30B3\u30E1\u30F3\u30C8\u306F\u4F7F\u7528\u3067\u304D\u307E\u305B\u3093\u3002
ContextParameterProposal.Type=\n\u30BF\u30A4\u30D7\: {1}
ContextParameterProposal.VariableName=\n\n\u5909\u6570\u540D\: {2}
ContextParameterProposal.Type=\u30BF\u30A4\u30D7: {1}
ContextParameterProposal.VariableName=\u5909\u6570\u540D: {2}
ContextProcessSection.1=\u30E1\u30CB\u30E5\u30FC\u30C6\u30FC\u30D6\u30EB
ContextProcessSection.12=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u306E\u540D\u79F0\u5909\u66F4
ContextProcessSection.13=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u306E\u65B0\u3057\u3044\u540D\u524D\u3092\u6307\u5B9A\u3057\u307E\u3059 {0}
ContextProcessSection.2=\u78BA\u8A8D\u3057\u307E\u3059\u304B?
ContextProcessSection.2=\u78BA\u8A8D\u3092\u6C42\u3081\u307E\u3059\u304B\uFF1F
ContextProcessSection.29=\u30A8\u30E9\u30FC
ContextProcessSection.30=\u305D\u306E\u540D\u524D\u306F\u65E2\u306B\u5B58\u5728\u3057\u307E\u3059\u3002
ContextProcessSection.4=\u4EE5\u4E0B\u306B\u57FA\u3065\u3044\u3066\u3001\u65B0\u898F\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u3092\u8FFD\u52A0\u3057\u307E\u3059 ->(
@@ -66,18 +67,17 @@ ContextTreeConstants.valueName=\u5024
ContextTreeConstants.variableName=\u5909\u6570
ConextTemplateComposite.addToRepositoryContextAction.label=\u30EA\u30DD\u30B8\u30C8\u30EA\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u306B\u8FFD\u52A0
CorePreferencePage.componentDefaultFileDirectory=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u521D\u671F\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA
CorePreferencePage.groupBySource=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u3092"\u30BD\u30FC\u30B9\u3067\u30B0\u30EB\u30FC\u30D7\u5316"
CorePreferencePage.groupBySource=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u3092\"\u30BD\u30FC\u30B9\u3067\u30B0\u30EB\u30FC\u30D7\u5316\"
CorePreferencePage.iReportPath=iReport\u306E\u30D1\u30B9
CorePreferencePage.alwaysWelcome=\u8D77\u52D5\u6642\u306B\u30A6\u30A7\u30EB\u30AB\u30E0\u753B\u9762\u3092\u8868\u793A
CorePreferencePage.javaInterpreter=&Java\u30A4\u30F3\u30BF\u30D7\u30EA\u30BF
CorePreferencePage.perlInterpreter=Perl\u30A4\u30F3\u30BF\u30D7\u30EA\u30BF
CorePreferencePage.previewLimit=\u30D7\u30EC\u30D3\u30E5\u30FC\u306E\u5236\u9650
CorePreferencePage.runInMultiThread=\u30DE\u30EB\u30C1\u30B9\u30EC\u30C3\u30C9\u5B9F\u884C (\u30B8\u30E7\u30D6\u4F5C\u6210\u6642\u306E\u898F\u5B9A\u5024)
CorePreferencePage.runInMultiThread=\u30DE\u30EB\u30C1\u30B9\u30EC\u30C3\u30C9\u5B9F\u884C
CorePreferencePage.temporaryFiles=&\u4E00\u6642\u30D5\u30A1\u30A4\u30EB
DbTableSelectorDialog.textContent=\u30C6\u30FC\u30D6\u30EB\u540D\u306E\u9078\u629E
ECodeLanguage.unknowLanguage=\u672A\u77E5\u306E\u8A00\u8A9E
EComponentCategory_advanceSetting=\u8A73\u7D30\u8A2D\u5B9A
EComponentCategory_appearance=\u30A2\u30D4\u30A2\u30E9\u30F3\u30B9
ECodeLanguage.unknowLanguage=\u4E0D\u660E\u306A\u8A00\u8A9E
EComponentCategory_appearance=\u5916\u89B3
EComponentCategory_assignment=\u5272\u308A\u5F53\u3066
EComponentCategory_basicSetting=\u57FA\u672C\u8A2D\u5B9A
EComponentCategory_context=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8
@@ -88,11 +88,11 @@ EComponentCategory_extra=\u8FFD\u52A0
EComponentCategory_logs=\u30ED\u30B0
EComponentCategory_main=\u30E1\u30A4\u30F3
EComponentCategory_properties=\u30D7\u30ED\u30D1\u30C6\u30A3
EComponentCategory_rulerAndGrid=Rulers & Grid
EComponentCategory_rulerAndGrid=\u30EB\u30FC\u30E9\u30FC\u3068\u30B0\u30EA\u30C3\u30C9
EComponentCategory_sqlTemplate=SQL\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8
EComponentCategory_statsAndLogs=\u7D71\u8A08&\u30ED\u30B0
EComponentCategory_svnHistory=SVN\u5C65\u6B74
EComponentCategory_technical=\u6280\u8853
EComponentCategory_technical=\u30C6\u30AF\u30CB\u30AB\u30EB
EComponentCategory_version=\u30D0\u30FC\u30B8\u30E7\u30F3
EComponentCategory_headerFooter=\u30D8\u30C3\u30C0\u30FC\uFF0F\u30D5\u30C3\u30BF\u30FC
EComponentCategory_view=\u8868\u793A
@@ -111,24 +111,25 @@ EComponentCategory.monitoring=\u30E2\u30CB\u30BF\u30FC
EComponentCategory.hadoopConfig=Hadoop\u8A2D\u5B9A
EConnectionType.iteratorMenu=\u53CD\u5FA9
EConnectionType.lookupMenu=\u30EB\u30C3\u30AF\u30A2\u30C3\u30D7
EConnectionType.mainMenu=\u30E1\u30A4\u30F3
EConnectionType.onComponentErrorMenu=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u304C\u30A8\u30E9\u30FC\u306E\u5834\u5408
EConnectionType.onComponentOkMenu=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u304COK\u306E\u5834\u5408
EConnectionType.onSubjobErrorMenu=\u30B5\u30D6\u30B8\u30E7\u30D6\u304C\u30A8\u30E9\u30FC\u306E\u5834\u5408
EConnectionType.onSubjobOkMenu=\u30B5\u30D6\u30B8\u30E7\u30D6\u304COK\u306E\u5834\u5408
EConnectionType.runAfterMenu=\u4E8B\u524D\u5B9F\u884C
EConnectionType.runIfMenu=\u6761\u4EF6\u4ED8\u304D\u5B9F\u884C
EConnectionType.runIfMenu=Run if
EConnectionType.tableMenu=\u30C6\u30FC\u30D6\u30EB
EConnectionType.onRowsEndMenu=\u6700\u7D42\u884C\u306E\u5834\u5408
EConnectionType.mergeMenu=\u30DE\u30FC\u30B8
EConnectionType.synchronize=\u540C\u671F
EConnectionType.parallelize=\u4E26\u5217\u51E6\u7406\u3059\u308B
EConnectionType.parallelize=\u4E26\u5217
EConnectionType.startsMenu=\u958B\u59CB
EConnectionType.route=\u30EB\u30FC\u30C8
EConnectionType.when=When
EConnectionType.otherwise=Otherwise
EConnectionType.try=Try
EConnectionType.catch=Catch
EConnectionType.finally=Finally
EConnectionType.try=\u8A66\u884C
EConnectionType.catch=\u53D6\u5F97
EConnectionType.finally=\u6700\u7D42
EConnectionType.endblock=\u30EB\u30FC\u30C8
EMetadataEncoding.Arabic=\u30A2\u30E9\u30D3\u30A2\u8A9E
EMetadataEncoding.Big5=\u4E94\u5927\u56FD(\u7E41\u4F53\u5B57)
@@ -146,45 +147,51 @@ EMetadataEncoding.Latin5=\u30E9\u30C6\u30F35 (\u30C8\u30EB\u30B3)
EMetadataEncoding.Latin6=\u30E9\u30C6\u30F36 (\u5317\u6B27)
EMetadataEncoding.Latin9=\u30E9\u30C6\u30F39
EMetadataEncoding.Microsoft_Latin1=Microsoft (\u30E9\u30C6\u30F31)
EMetadataEncoding.UTF16=Unicode 2.0 (16 bit)
EMetadataEncoding.UTF16BE=Unicode BigEndian (16 bit)
EMetadataEncoding.UTF16LE=Unicode (16 bit)
EMetadataEncoding.UTF16=Unicode 2.0 (16\u30D3\u30C3\u30C8)
EMetadataEncoding.UTF16BE=Unicode BigEndian (16\u30D3\u30C3\u30C8)
EMetadataEncoding.UTF16LE=Unicode (16\u30D3\u30C3\u30C8)
EMetadataEncoding.UTF7=Unicode 2.0 UTF-7
EMetadataEncoding.UTF8=Unicode 2.0 UTF-8
ERepositoryObjectType.FolderNotFound=\u30BF\u30A4\u30D7 {0} \u306E\u30D5\u30A9\u30EB\u30C0\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3002
ERepositoryObjectType.NotImplemented=\u672A\u5B9F\u88C5
ExtractMetaDataFromDataBase.SchemaNoPresent=\u30B9\u30AD\u30FC\u30DE\u304C\u30C7\u30FC\u30BF\u30D9\u30FC\u30B9\u306B\u5B58\u5728\u3057\u307E\u305B\u3093
ExtractMetaDataFromDataBase.connectionSuccessful=\u63A5\u7D9A\u6210\u529F
ExtractMetaDataFromDataBase.dbTypeNotFound=DB\u30BF\u30A4\u30D7 '{0}' \u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3002
ExtractMetaDataFromDataBase.dbTypeNotFound=DB\u30BF\u30A4\u30D7 \'{0}\' \u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3002
ExtractMetaDataUtils.1=\u63A5\u7D9A\u306E\u521D\u671F\u5316\u304C\u51FA\u6765\u307E\u305B\u3093\uFF01
Function.FunctionName=\u30D5\u30A1\u30F3\u30AF\u30B7\u30E7\u30F3\u540D {0}
FunctionManager.PurePerl.Desc=\u30A8\u30AD\u30B9\u30D7\u30EC\u30C3\u30B7\u30E7\u30F3\u306E\u8A2D\u5B9A
FunctionManager.PurePerl.ParaName=\u30D1\u30E9\u30E1\u30FC\u30BF\u306E\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA
FunctionManager.PurePerl.Desc=\u5F0F\u306E\u8A2D\u5B9A
FunctionManager.PurePerl.ParaName=\u30AB\u30B9\u30BF\u30DE\u30A4\u30BA\u30D1\u30E9\u30E1\u30FC\u30BF\u30FC
GlobalServiceRegister.ServiceNotRegistered=\u30B5\u30FC\u30D3\u30B9 {0} \u306F\u767B\u9332\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002
GroupByContextAction.groupContext=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u3067\u30B0\u30EB\u30FC\u30D7\u5316
GroupByVariableAction.groupVariable=\u5909\u6570\u3067\u30B0\u30EB\u30FC\u30D7\u5316
JavaFunctionParser.checkMethod=\u30EB\u30FC\u30C1\u30F3\uFF1A "{0}.{1}" \u30D1\u30FC\u30B9\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002\u624B\u9806\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002
JavaGlobalVariableProposal.Description=\u8AAC\u660E\: {0}
JavaSimpleDateFormatProposalProvider.displaySingleQuote=\ '' \: \u30B7\u30F3\u30B0\u30EB\u30AF\u30A9\u30FC\u30C8\u306E\u8868\u793A
JavaFunctionParser.checkMethod=\u30EB\u30FC\u30C1\u30F3\uFF1A"{0}.{1}" \u30D1\u30FC\u30B9\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002\u624B\u9806\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002
JavaGlobalVariableProposal.Description=\u8AAC\u660E: {0}
JavaGlobalVariableProposal.VariableName=\u5909\u6570\u540D: {1}
JavaSimpleDateFormatProposalProvider.displaySingleQuote=\\ \'\' : \u30B7\u30F3\u30B0\u30EB\u30AF\u30A9\u30FC\u30C8\u306E\u8868\u793A
JavaSimpleDateFormatProposalProvider.quoteDisplayError=\uFF12\u3064\u306E\u30B7\u30F3\u30B0\u30EB\u30AF\u30A9\u30FC\u30C8\u3067\uFF11\u3064\u306E\u30B7\u30F3\u30B0\u30EB\u30AF\u30A9\u30FC\u30C8\u3092\u793A\u3057\u307E\u3059\u3002
JavaTypesManager.bigDecimal=BIGDECIMAL\u306F\u6570\u5024\u3067\u3059\:
JavaTypesManager.integer=INTEGER\u306F\u6570\u5024\u3067\u3059\:
JavaTypesManager.list=LIST\u306F\u6570\u5024\u3067\u3059\:
JavaTypesManager.string=STRING\u306F\u6570\u5024\u3067\u3059\:
LDAPCATruster.failedCreateCert=\u8A3C\u660E\u66F8\u306E\u4F5C\u6210\u306B\u5931\u6557\u3057\u307E\u3057\u305F\:
LDAPCATruster.failedCreateTmp=\u4E00\u6642\u30C8\u30E9\u30B9\u30C8\u30B9\u30C8\u30A2\u306E\u4F5C\u6210\u306B\u5931\u6557\u3057\u307E\u3057\u305F \:
LDAPCATruster.failedInitialTrust=\u521D\u671F\u30C8\u30E9\u30B9\u30C8\u30DE\u30CD\u30FC\u30B8\u30E3\u306E\u4F5C\u6210\u306B\u5931\u6557\u3057\u307E\u3057\u305F \:
LDAPCATruster.failedLoadCert=\u8A3C\u660E\u66F8\u306E\u30ED\u30FC\u30C9\u306B\u5931\u6557\u3057\u307E\u3057\u305F\:
LDAPCATruster.failedSaveTrust=\u30C8\u30E9\u30B9\u30C8\u30B9\u30C8\u30A2\u306E\u4FDD\u5B58\u306B\u5931\u6557\u3057\u307E\u3057\u305F \:
LDAPCATruster.locationInvalid=\u8A3C\u660E\u66F8\u30B9\u30C8\u30A2\u30D5\u30A1\u30A4\u30EB\u306E\u30ED\u30B1\u30FC\u30B7\u30E7\u30F3\u304C\u7121\u52B9\u3067\u3059\:
JavaTypesManager.bigDecimal=BIGDECIMAL\u306F\u6570\u5024\u3067\u3059:
JavaTypesManager.integer=INTEGER\u306F\u6570\u5024\u3067\u3059:
JavaTypesManager.list=LIST\u306F\u6570\u5024\u3067\u3059:
JavaTypesManager.string=STRING\u306F\u6570\u5024\u3067\u3059:
LDAPCATruster.failedCreateCert=\u8A3C\u660E\u66F8\u30B9\u30C8\u30A2\u306E\u4F5C\u6210\u306B\u5931\u6557\u3057\u307E\u3057\u305F\uFF1A
LDAPCATruster.failedCreateTmp=\u4E00\u6642\u30C8\u30E9\u30B9\u30C8\u30B9\u30C8\u30A2\u306E\u4F5C\u6210\u306B\u5931\u6557\u3057\u307E\u3057\u305F :
LDAPCATruster.failedInitialTrust=\u521D\u671F\u30C8\u30E9\u30B9\u30C8\u30DE\u30CD\u30FC\u30B8\u30E3\u306E\u4F5C\u6210\u306B\u5931\u6557\u3057\u307E\u3057\u305F :
LDAPCATruster.failedLoadCert=\u8A3C\u660E\u66F8\u30B9\u30C8\u30A2\u306E\u30ED\u30FC\u30C9\u306B\u5931\u6557\u3057\u307E\u3057\u305F :
LDAPCATruster.failedSaveTrust=\u8A3C\u660E\u66F8\u306E\u4FDD\u5B58\u306B\u5931\u6557\u3057\u307E\u3057\u305F:
LDAPCATruster.locationInvalid=\u8A3C\u660E\u66F8\u30B9\u30C8\u30A2\u30D5\u30A1\u30A4\u30EB\u306E\u30ED\u30B1\u30FC\u30B7\u30E7\u30F3\u304C\u7121\u52B9\u3067\u3059:
LDAPCATruster.noCertificate=\u30B5\u30FC\u30D0\u8A3C\u660E\u66F8\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3059\u308B\u306B\u306F\u3001keytool\u30B3\u30DE\u30F3\u30C9\u3092\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044\u3002
LDAPCATruster.sslError1=SSL\u30A8\u30E9\u30FC\uFF1A\u30B5\u30FC\u30D0\u30FC\u8A3C\u660E\u66F8\u306E\u691C\u8A3C\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002
LDAPCATruster.sslError2=SSL\u30A8\u30E9\u30FC\uFF1A\u30B5\u30FC\u30D0\u30FC\u8A3C\u660E\u66F8\u306E\u691C\u8A3C\u306B\u5931\u6557\u3057\u3001CA\u304C\u6B20\u843D\u3057\u3066\u3044\u307E\u3059\u3002
LDAPCATruster.sslError3=SSL\u30A8\u30E9\u30FC\uFF1ACA\u304C\u30B5\u30FC\u30D0\u8A3C\u660E\u66F8\u306B\u542B\u307E\u308C\u3066\u3044\u307E\u305B\u3093\u3002
ListPreferencePage.RemoveButtonName=\u524A\u9664
LogImageCacheAction.CacheImage=\u30AD\u30E3\u30C3\u30B7\u30E5\u30A4\u30E1\u30FC\u30B8\uFF1A
LogImageCacheAction.CacheImageDesc=\u30AD\u30E3\u30C3\u30B7\u30E5\u30A4\u30E1\u30FC\u30B8\u306E\u8AAC\u660E\uFF1A
MappingFileLoader.DbmsIdAlreadyExists=ID "{0}" \u306EDBMS\u306F\u65E2\u306B\u5B58\u5728\u3057\u307E\u3059\u3002
LogImageCacheAction.CacheImage=Cache image:
LogImageCacheAction.CacheImageDesc=Cache image desc:
MappingFileLoader.DbTypeAlreadyExists=DBMS ID "{0}"\u30DE\u30C3\u30D4\u30F3\u30B0\u3067\u3001Db\u30BF\u30A4\u30D7"{1}"\u304C\u30CE\u30FC\u30C9:{3}\u306E\u30D5\u30A1\u30A4\u30EB"{2}"\u306B\u8907\u6570\u56DE\u8868\u793A\u3055\u308C\u307E\u3059
MappingFileLoader.DbmsIdAlreadyExists=ID \"{0}\" \u306EDBMS\u306F\u65E2\u306B\u5B58\u5728\u3057\u307E\u3059\u3002
MappingFileLoader.InvalidTalendType="{0}"\u306F\u30CE\u30FC\u30C9: {3}\u306EDBMS ID "{2}"\u306B\u3068\u3063\u3066\u6709\u52B9\u306A{1} Talend\u30BF\u30A4\u30D7\u3067\u306F\u3042\u308A\u307E\u305B\u3093
MappingFileLoader.UnbindedDbTypes=DBMS ID "{0}"\u30DE\u30C3\u30D4\u30F3\u30B0\u30D5\u30A1\u30A4\u30EB\u306B\u304A\u3044\u3066\u3001\u4EE5\u4E0B\u306EDb\u30BF\u30A4\u30D7\u306F"{1}" Talend\u30BF\u30A4\u30D7: {2}\u306B\u30D0\u30A4\u30F3\u30C9\u3055\u308C\u3066\u3044\u307E\u305B\u3093
MappingFileLoader.UnbindedTalendTypes=DBMS ID "{0}"\u30DE\u30C3\u30D4\u30F3\u30B0\u30D5\u30A1\u30A4\u30EB\u306B\u304A\u3044\u3066\u3001\u4EE5\u4E0B\u306ETalend\u30BF\u30A4\u30D7\u306F"{1}" Db\u30BF\u30A4\u30D7: {2}\u306B\u30D0\u30A4\u30F3\u30C9\u3055\u308C\u3066\u3044\u307E\u305B\u3093
MappingFileLoader.UndeclaredDbType="{0}"\u306F\u30CE\u30FC\u30C9: {2}\u306EDBMS ID "{1}"\u306B\u3068\u3063\u3066\u5BA3\u8A00\u3055\u308C\u305FDb\u30BF\u30A4\u30D7\u3067\u306F\u3042\u308A\u307E\u305B\u3093
MetadataDialog.CopyToInput.toolTipText=\u30AB\u30E9\u30E0\u3092\u51FA\u529B\u30B9\u30AD\u30FC\u30DE\u304B\u3089\u5165\u529B\u30B9\u30AD\u30FC\u30DE\u3078\u30B3\u30D4\u30FC
MetadataDialog.CopySelectionToInput.toolTipText=\u51FA\u529B\u30B9\u30AD\u30FC\u30DE\u306E\u9078\u629E\u3055\u308C\u305F\u30AB\u30E9\u30E0\u3092\u5165\u529B\u30B9\u30AD\u30FC\u30DE\u306B\u30B3\u30D4\u30FC\u3057\u307E\u3059\u3002
MetadataDialog.CopyToOutput=\u5165\u529B\u30B9\u30AD\u30FC\u30DE\u306E\u5168\u3066\u306E\u30AB\u30E9\u30E0\u3092\u51FA\u529B\u30B9\u30AD\u30FC\u30DE\u306B\u30B3\u30D4\u30FC\u3057\u307E\u3059\u3002
@@ -192,13 +199,13 @@ MetadataDialog.CopySelectionToOutput=\u5165\u529B\u30B9\u30AD\u30FC\u30DE\u306E\
MetadataDialog.Message=\u5165\u529B\u30B9\u30AD\u30FC\u30DE\u306E\u3059\u3079\u3066\u306E\u30AB\u30E9\u30E0\u304C\u51FA\u529B\u30B9\u30AD\u30FC\u30DE\u3078\u79FB\u884C\u3055\u308C\u307E\u3059
MetadataDialog.SchemaModification=\u30B9\u30AD\u30FC\u30DE\u5909\u66F4
MetadataDialog.TransferMessage=\u51FA\u30B9\u30AD\u30FC\u30DE\u306E\u3059\u3079\u3066\u306E\u30AB\u30E9\u30E0\u304C\u5165\u529B\u30B9\u30AD\u30FC\u30DE\u3078\u79FB\u884C\u3055\u308C\u307E\u3059
MetadataEmfTableEditor.ColumnInvalid=\u30AB\u30E9\u30E0\u540D ''{0}'' \u306F\u6B63\u3057\u304F\u3042\u308A\u307E\u305B\u3093
MetadataEmfTableEditor.ColumnNameExists=\u30AB\u30E9\u30E0\u540D ''{0}'' \u306F\u65E2\u306B\u5B58\u5728\u3057\u3066\u3044\u307E\u3059
MetadataEmfTableEditor.ColumnNameIsNullError=\u30A8\u30E9\u30FC\uFF1A\u30AB\u30E9\u30E0\u540D\u304Cnull\u3067\u3059
MetadataTableEditor.ColumnNameExists=\u30AB\u30E9\u30E0 ''{0}'' \u306F\u65E2\u306B\u3042\u308A\u307E\u3059\u3002
MetadataTableEditor.ColumnNameIsInvalid=\u30AB\u30E9\u30E0\u540D ''{0}'' \u306F\u6B63\u3057\u304F\u3042\u308A\u307E\u305B\u3093
MetadataTableEditor.ColumnNameIsNull=\u30A8\u30E9\u30FC\uFF1A\u30AB\u30E9\u30E0\u540D\u304Cnull\u3067\u3059
MetadataTableEditorView.ColumnTitle=COLUMN
MetadataEmfTableEditor.ColumnInvalid=\u30AB\u30E9\u30E0\u540D \'\'{0}\'\' \u306F\u6B63\u3057\u304F\u3042\u308A\u307E\u305B\u3093
MetadataEmfTableEditor.ColumnNameExists=\u30AB\u30E9\u30E0\u540D \'\'{0}\'\' \u306F\u65E2\u306B\u5B58\u5728\u3057\u3066\u3044\u307E\u3059
MetadataEmfTableEditor.ColumnNameIsNullError=\u30AB\u30E9\u30E0\u540D\u304CNULL\u3067\u3059\u3002
MetadataTableEditor.ColumnNameExists=\u30AB\u30E9\u30E0 \'\'{0}\'\' \u306F\u65E2\u306B\u3042\u308A\u307E\u3059\u3002
MetadataTableEditor.ColumnNameIsInvalid=\u30AB\u30E9\u30E0\u540D \'\'{0}\'\' \u306F\u6B63\u3057\u304F\u3042\u308A\u307E\u305B\u3093
MetadataTableEditor.ColumnNameIsNull=\u30AB\u30E9\u30E0\u540D\u304CNULL\u3067\u3059\u3002
MetadataTableEditorView.ColumnTitle=\u30AB\u30E9\u30E0
MetadataTableEditorView.CommentTitle=\u30B3\u30E1\u30F3\u30C8
MetadataTableEditorView.DBTypeTitle=DB\u30BF\u30A4\u30D7
MetadataTableEditorView.DefaultTitle=\u30C7\u30D5\u30A9\u30EB\u30C8
@@ -208,7 +215,7 @@ MetadataTableEditorView.NullableTitle=NULL\u53EF\u80FD
MetadataTableEditorView.PatternTitle=\u30D1\u30BF\u30FC\u30F3(Ctrl+Space available)
MetadataTableEditorView.PrecisionTitle=\u7CBE\u5EA6
MetadataTableEditorView.TypleTitle=\u30BF\u30A4\u30D7
MetadataTalendType.dbIdNotFound=DBMS Id \: {0} \u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3002
MetadataTalendType.dbIdNotFound=DBMS ID\uFF1A {0} \u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\uFF01
MetadataTalendType.DBMSNotSetted=DBMS\u304C\u8A2D\u5B9A\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002
MetadataTalendTypeEditor.button.edit=\u7DE8\u96C6(E)
MetadataTalendTypeEditor.button.export=\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8 (&E)
@@ -217,8 +224,8 @@ MetadataTalendTypeEditor.column1.Name=\u30E1\u30BF\u30C7\u30FC\u30BF\u30DE\u30C3
MetadataTalendTypeEditor.editMappingDialog.title=\u30DE\u30C3\u30D4\u30F3\u30B0\u30D5\u30A1\u30A4\u30EB\u306E\u7DE8\u96C6
MetadataTalendTypeEditor.error.message=\u30A8\u30E9\u30FC\u30E1\u30C3\u30BB\u30FC\u30B8
MetadataTalendTypeEditor.fileIsImported=\u3053\u306E\u30D5\u30A1\u30A4\u30EB\u306F\u30A4\u30F3\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u3059\u3002
MetadataTalendTypeEditor.fileIsInvalid=\u30A4\u30F3\u30DD\u30FC\u30C8\u3055\u308C\u305F\u30E1\u30BF\u30C7\u30FC\u30BF\u30D5\u30A1\u30A4\u30EB\u306F\u6B63\u3057\u304F\u3042\u308A\u307E\u305B\u3093
MetadataTalendTypeEditor.fileNameStartRule=\u30D5\u30A1\u30A4\u30EB\u540D\u306F 'mapping_' \u3067\u59CB\u3081\u3066\u304F\u3060\u3055\u3044.
MetadataTalendTypeEditor.fileIsInvalid=\u30A4\u30F3\u30DD\u30FC\u30C8\u3055\u308C\u305F\u30E1\u30BF\u30C7\u30FC\u30BF\u30D5\u30A1\u30A4\u30EB\u306F\u7121\u52B9\u3067\u3059\u3002
MetadataTalendTypeEditor.fileNameStartRule=\u30D5\u30A1\u30A4\u30EB\u540D\u306F\'mapping_\'\u3067\u59CB\u307E\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002
MetadataTool.errorMessage=\u3053\u306E\u6587\u5B57\u306F\u5165\u529B\u3067\u304D\u307E\u305B\u3093\u3002
MetadataTool.invalid=\u4E0D\u6B63\u306A\u5024\u3067\u3059\u3002
MetadataTool.invalidChar=\u7121\u52B9\u306A\u6587\u5B57
@@ -226,67 +233,77 @@ MetadataTool.nameNull=\u30B9\u30AD\u30FC\u30DE\u540D\u3092\u6307\u5B9A\u3057\u30
MetadataTool.nullValue=Null\u5024
MetadataTool.schemaExist=\u30B9\u30AD\u30FC\u30DE\u540D\u304C\u65E2\u306B\u5B58\u5728\u3057\u307E\u3059\u3002
MetadataTool.schemaIn=\u30B9\u30AD\u30FC\u30DE\u540D\u304C\u4E0D\u6B63\u3067\u3059\u3002
MetadataTool.schemaInvalid=\u30B9\u30AD\u30FC\u30DE\u540D\u304C\u4E0D\u6B63\u3067\u3059
MetadataTool.schemaInvalid=\u30B9\u30AD\u30FC\u30DE\u540D\u304C\u4E0D\u6B63\u3067\u3059\u3002
MetadataTool.schemaNull=\u30B9\u30AD\u30FC\u30DE\u540D\u304CNULL\u3067\u3059\u3002
NodeReturnProposal.Description=\u8AAC\u660E\: {0}
PaletteContentDialog.connection=\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u306E\u63A5\u7D9A\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\:
PaletteContentDialog.hint=\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u306E\u30D2\u30F3\u30C8\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\:
PaletteContentDialog.lable=\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u306E\u30E9\u30D9\u30EB\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\:
Parameter.Comment=\u30B3\u30E1\u30F3\u30C8\uFF1A
NodeReturnProposal.Availability=\n\u53EF\u7528\u6027: {4}
NodeReturnProposal.Description=\u8AAC\u660E: {0}
NodeReturnProposal.GlobalVariable=\n\n\u30B0\u30ED\u30FC\u30D0\u30EB\u5909\u6570\u3001\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8{1} [{2}]\u306E\u30D7\u30ED\u30D1\u30C6\u30A3
NodeReturnProposal.Type=\n\u30BF\u30A4\u30D7: {3}
NodeReturnProposal.VariableName=\n\n\u5909\u6570\u540D: {5}
PaletteContentDialog.connection=\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u306E\u63A5\u7D9A\u306E\u30C7\u30D5\u30A9\u30EB\u30C8:
PaletteContentDialog.hint=\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u306E\u30D2\u30F3\u30C8\u306E\u30C7\u30D5\u30A9\u30EB\u30C8:
PaletteContentDialog.lable=\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u306E\u30E9\u30D9\u30EB\u306E\u30C7\u30D5\u30A9\u30EB\u30C8:
Parameter.Comment=\ \u30B3\u30E1\u30F3\u30C8:
Parameter.Name=\u30D1\u30E9\u30E1\u30FC\u30BF\u30FC\u540D
Parameter.Type=\ \u30BF\u30A4\u30D7:
Parameter.Value=\u5024\uFF1A
PatternCalendar.dateFormat="yyyy-MM-dd HH\:mm\:ss"
PatternCalendar.example=\u4F8B\:
PatternCalendar.pattern=\u30D1\u30BF\u30FC\u30F3\:
PerlGlobalVariableProposal.Description=\u8AAC\u660E\: {0}
PatternCalendar.dateFormat=\"yyyy-MM-dd HH:mm:ss\"
PatternCalendar.example=\u4F8B:
PatternCalendar.pattern=\u30D1\u30BF\u30FC\u30F3:
PerlDynamicProposalUtil.autoConvert=\ \u751F\u6210\u3055\u308C\u305F\u30B3\u30FC\u30C9\u306B\u304A\u3044\u3066{0}->[index]\u306B\u81EA\u52D5\u5909\u63DB\u3055\u308C\u307E\u3059
PerlGlobalVariableProposal.Description=\u8AAC\u660E: {0}
PerlGlobalVariableProposal.VariableName=\u5909\u6570\u540D: {1}
PerspectiveMenuManager.dummy=\u30C0\u30DF\u30FC
PerspectiveMenuManager.perspectiveLabel=\u30D1\u30FC\u30B9\u30DA\u30AF\u30C6\u30A3\u30D6 (&P)
ProcessorUtilities.finalizeBuild=\u30D3\u30EB\u30C9\u3092\u7D42\u4E86\u4E2D...
ProcessorUtilities.generatingJob=\u30B8\u30E7\u30D6\u751F\u6210\u4E2D...
ProcessorUtilities.loadingJob=\u30B8\u30E7\u30D6\u8AAD\u8FBC\u307F\u4E2D...
PropertiesWizard.EditPropertiesPageTitle=\u30D7\u30ED\u30D1\u30C6\u30A3\u306E\u7DE8\u96C6
PropertiesWizardPage.Author=\u4f5c\u6210\u8005
PropertiesWizard.EditPropertiesPageTitle=[Edit properties] (\u30D7\u30ED\u30D1\u30C6\u30A3\u306E\u7DE8\u96C6)
PropertiesWizard.alreadyLockedByUser=\u3053\u306E\u9805\u76EE\u306F\u4ED6\u306E\u30E6\u30FC\u30B6\u30FC\u306B\u30ED\u30C3\u30AF\u3055\u308C\u3066\u3044\u308B\u70BA\u3001\u30D7\u30ED\u30D1\u30C6\u30A3\u306F\u8AAD\u307F\u53D6\u308A\u5C02\u7528\u3068\u306A\u308A\u307E\u3059\u3002
PropertiesWizardPage.Author=\u4F5C\u6210\u8005
PropertiesWizardPage.Locker=\u30ED\u30C3\u30AB\u30FC
PropertiesWizardPage.Description=\u30B8\u30E7\u30D6\u8AAC\u660E
PropertiesWizardPage.EmptyDescWarning=\u8AAC\u660E\u3092\u6B04\u3092\u30AB\u30E9\u30CB\u3059\u308B\u306E\u306F\u63A8\u5968\u3055\u308C\u307E\u305B\u3093
PropertiesWizardPage.EmptyPurposeWarning=\u76EE\u7684\u6B04\u3092\u7A7A\u306B\u3059\u308B\u306F\u63A8\u5968\u3055\u308C\u307E\u305B\u3093
PropertiesWizardPage.ItemExistsError=\u3053\u306E\u30A2\u30A4\u30C6\u30E0\u306F\u65E2\u306B\u5B58\u5728\u3057\u3066\u3044\u307E\u3059\u3002\u30B4\u30DF\u7BB1\u3092\u30C1\u30A7\u30C3\u30AF\u3057\u3066\u3001\u5FC5\u8981\u306A\u3089\u7A7A\u306B\u3057\u3066\u304F\u3060\u3055\u3044\u3002
PropertiesWizardPage.KeywordsError=\u540D\u524D\u304C\u6709\u52B9\u306AID\u3067\u306F\u3042\u308A\u307E\u305B\u3093\u3002
PropertiesWizardPage.Description=\u8AAC\u660E
PropertiesWizardPage.EmptyDescWarning=\u8AAC\u660E\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u63A8\u5968\u3055\u308C\u307E\u305B\u3093\u3002
PropertiesWizardPage.EmptyPurposeWarning=\u76EE\u7684\u3092\u7A7A\u306B\u3059\u308B\u3053\u3068\u306F\u63A8\u5968\u3055\u308C\u307E\u305B\u3093\u3002
PropertiesWizardPage.ItemExistsError=\u30A2\u30A4\u30C6\u30E0\u304C\u5B58\u5728\u3057\u307E\u3059\u3002\u3054\u307F\u7BB1\u3092\u78BA\u8A8D\u3057\u3066\u5FC5\u8981\u306B\u5FDC\u3058\u3066\u7A7A\u306B\u3057\u3066\u4E0B\u3055\u3044\u3002
PropertiesWizardPage.KeywordsError=\u540D\u524D\u304C\u6709\u52B9\u306A\u8B58\u5225\u5B50\u3067\u306F\u3042\u308A\u307E\u305B\u3093\u3002
PropertiesWizardPage.Name=\u540D\u524D
PropertiesWizardPage.NameEmptyError=\u540D\u524D\u304C\u3042\u308A\u307E\u305B\u3093
PropertiesWizardPage.NameEmptyError=\u540D\u524D\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044\u3002
PropertiesWizardPage.NameFormatError=\u540D\u524D\u306B\u4E0D\u6B63\u306A\u6587\u5B57\u304C\u542B\u307E\u308C\u3066\u3044\u307E\u3059\u3002
PropertiesWizardPage.Path=\u30D1\u30B9
PropertiesWizardPage.Purpose=\u76EE\u7684
PropertiesWizardPage.Select=SELECT
PropertiesWizardPage.SelectfolderMessage=\u4F5C\u6210\u3059\u308B\u30D5\u30A9\u30EB\u30C0\u3092\u9078\u629E
PropertiesWizardPage.Select=\u9078\u629E
PropertiesWizardPage.SelectfolderMessage=\u30A2\u30A4\u30C6\u30E0\u3092\u4F5C\u6210\u3059\u308B\u30D5\u30A9\u30EB\u30C0\u30FC\u3092\u9078\u629E\u3057\u307E\u3059
PropertiesWizardPage.SelectfolderTitle=\u30D5\u30A9\u30EB\u30C0\u306E\u9078\u629E
PropertiesWizardPage.Status=\u30b9\u30c6\u30fc\u30bf\u30b9
PropertiesWizardPage.Status=\u30B9\u30C6\u30FC\u30BF\u30B9
PropertiesWizardPage.Version=\u30D0\u30FC\u30B8\u30E7\u30F3
PropertiesWizardPage.Version.Major=M
PropertiesWizardPage.Version.Minor=m
PropertiesWizardPage.ImageSizeError=\u30B5\u30A4\u30BA\u304C 32x32 \u306E\u30A4\u30E1\u30FC\u30B8\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044\u3002
RelationshipItemBuilder.buildingIndex=\u30A4\u30F3\u30C7\u30C3\u30AF\u30B9\u306E\u30D3\u30EB\u30C9\u4E2D...
RelationshipItemBuilder.forItem=\u30A2\u30A4\u30C6\u30E0\u306B\u3064\u3044\u3066
RepositoryObject.NotImplemented=\u672A\u5B9F\u88C5
RepositoryToComponentProperty.xmlFileSelection=\u691C\u8A3C\u7528XML\u30D5\u30A1\u30A4\u30EB\u306E\u9078\u629E
RepositoryUpdateManager.Title=\u4FEE\u6B63
RepositoryUpdateManager.Title=\u5909\u66F4
RepositoryUpdateManager.Check=\u30C1\u30A7\u30C3\u30AF\u4E2D...
RepositoryUpdateManager.Messages=\u3059\u3079\u3066\u306E\u30B8\u30E7\u30D6\u306B\u5909\u66F4\u3092\u53CD\u6620\u3057\u307E\u3059\u304B\u3002 \n \u3053\u306E\u51E6\u7406\u306B\u306F\u6642\u9593\u304C\u304B\u304B\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002
RepositoryUpdateManager.MessagesForTDQ=\u3059\u3079\u3066\u306E\u30B8\u30E7\u30D6\u306B\u5909\u66F4\u3092\u53CD\u6620\u3057\u307E\u3059\u304B\u3002 \n \u5931\u308F\u308C\u308B\u60C5\u5831\u306B\u4F9D\u5B58\u3057\u3066\u3044\u308B\u5206\u6790\u753B\u5B58\u5728\u3057\u307E\u3059\u3002\n \u3053\u306E\u51E6\u7406\u306B\u306F\u6642\u9593\u304C\u304B\u304B\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002
RepositoryUpdateManager.Messages=\u3059\u3079\u3066\u306E\u30B8\u30E7\u30D6\u306B\u5909\u66F4\u3092\u53CD\u6620\u3057\u307E\u3059\u304B\u3002 \\n \u3053\u306E\u51E6\u7406\u306B\u306F\u6642\u9593\u304C\u304B\u304B\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002
RepositoryUpdateManager.MessagesForTDQ=\u3059\u3079\u3066\u306E\u30B8\u30E7\u30D6\u306B\u5909\u66F4\u3092\u53CD\u6620\u3057\u307E\u3059\u304B\u3002 \\n \u5931\u308F\u308C\u308B\u60C5\u5831\u306B\u4F9D\u5B58\u3057\u3066\u3044\u308B\u5206\u6790\u753B\u5B58\u5728\u3057\u307E\u3059\u3002\\n \u3053\u306E\u51E6\u7406\u306B\u306F\u6642\u9593\u304C\u304B\u304B\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002
RepositoryUpdateManager.NoModificationTitle=\u5909\u66F4\u306E\u5FC5\u8981\u306F\u3042\u308A\u307E\u305B\u3093
RepositoryUpdateManager.NoModificationMessages=\u66F4\u65B0\u304C\u5FC5\u8981\u306A\u5BFE\u8C61\u306F\u3042\u308A\u307E\u305B\u3093\u3002
RepositoryUpdateManager.NotFoundMessages=\u30EA\u30EC\u30FC\u30B7\u30E7\u30F3\u30B7\u30C3\u30D7\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3002
RepositoryUpdateManager.NotFoundTitle=\u898B\u3064\u304B\u308A\u307E\u305B\u3093
RepositoryUpdateManager.RenameContextMessages=\u540D\u524D\u5909\u66F4\u5909\u6570\u3092\u4ECA\u3059\u3050\u3059\u3079\u3066\u306E\u30B8\u30E7\u30D6\u306B\u30D7\u30ED\u30D1\u30B2\u30FC\u30C8\u3057\u307E\u3059\u304B?[\u306F\u3044]\u3092\u9078\u629E\u3057\u305F\u5834\u5408\u3001\u66F4\u65B0\u306B\u975E\u5E38\u306B\u9577\u3044\u6642\u9593\u304C\u304B\u304B\u308B\u53EF\u80FD\u6027\u304C\u3042\u308A\u307E\u3059\u3002[\u3044\u3044\u3048]\u3092\u9078\u629E\u3059\u308B\u3068\u3001\u53E4\u3044\u5909\u6570\u304C\u30B8\u30E7\u30D6\u5185\u3067\u7D44\u307F\u8FBC\u307F\u306B\u5909\u308F\u308A\u307E\u3059\u3002
RepositoryUpdateManager.RenameContextTitle=\u8CEA\u554F\u306E\u540D\u79F0\u5909\u66F4
RepositoryUpdateManager.ItemsToUpdate=\u66F4\u65B0\u3059\u308B\u9805\u76EE\u3092\u30C1\u30A7\u30C3\u30AF
RoutinesFunctionProposal.CreatedBy=\u4F5C\u6210\:
RoutinesFunctionProposal.Description=\u8AAC\u660E\:
RoutinesFunctionProposal.Example=\u4F8B\uFF1A
RoutinesFunctionProposal.CreatedBy=\u4F5C\u6210:
RoutinesFunctionProposal.Description=\u8AAC\u660E:
RoutinesFunctionProposal.Example=\u4F8B:
RoutinesFunctionProposal.ReturnType=\u623B\u308A\u5024\u306E\u578B\uFF1A
RoutinesFunctionProposal.System=\u30B7\u30B9\u30C6\u30E0
RoutinesFunctionProposal.User=\u30E6\u30FC\u30B6\u30FC
RoutinesFunctionProposal.VariableName=\n\n\u5909\u6570\u540D\: {2}
RoutinesFunctionProposal.VariableName=\u5909\u6570\u540D: {2}
RuleOperationChoiceDialog.editRules=\u30EB\u30FC\u30EB\u306E\u7DE8\u96C6
RuleOperationChoiceDialog.rule=\u30EB\u30FC\u30EB\:
RuleOperationChoiceDialog.rule=\u30EB\u30FC\u30EB:
RuleOperationChoiceDialog.selectRulesFile=\u30D5\u30A1\u30A4\u30EB\u304B\u3089\u30EB\u30FC\u30EB\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044\u3002
RuleOperationChoiceDialog.viewRules=\u30EB\u30FC\u30EB\u306E\u8868\u793A(\u8AAD\u307F\u53D6\u308A\u5C02\u7528)
SchemaCellEditor.giveSchemaName=\u30B9\u30AD\u30FC\u30DE\u540D\u3092\u6307\u5B9A\u3057\u307E\u3059\u3002
@@ -297,23 +314,25 @@ SchemaOperationChoiceDialog.ChangeBuiltInMessage=\u30B9\u30AD\u30FC\u30DE\u3092\
SchemaOperationChoiceDialog.ChangeRepositoryMessage=\u30EA\u30DD\u30B8\u30C8\u30EA\u304B\u3089\u30B9\u30AD\u30FC\u30DE\u3092\u5909\u66F4
SchemaOperationChoiceDialog.CreateBuiltInMessage=\u30B9\u30AD\u30FC\u30DE\u3092\u7D44\u307F\u8FBC\u307F\u3067\u4F5C\u6210\u3057\u307E\u3059\u3002
SchemaOperationChoiceDialog.CreateRepositoryMessage=\u30EA\u30DD\u30B8\u30C8\u30EA\u304B\u3089\u30B9\u30AD\u30FC\u30DE\u3092\u4F5C\u6210
SchemaOperationChoiceDialog.EditSchemaMessage=\u30B9\u30AD\u30FC\u30DE\u3092\u7DE8\u96C6
SchemaOperationChoiceDialog.EditSchemaMessage=\u30B9\u30AD\u30FC\u30DE\u306E\u7DE8\u96C6
SchemaOperationChoiceDialog.Message=\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\uFF11\u3064\u9078\u629E\u3059\u308B\u304B\u3001\u30AD\u30E3\u30F3\u30BB\u30EB\u3057\u3066\u304F\u3060\u3055\u3044\u3002
SchemaOperationChoiceDialog.Option=\u30AA\u30D7\u30B7\u30E7\u30F3
SchemaOperationChoiceDialog.StatusMessage=\u7121\u52B9\u306A\u30B9\u30AD\u30FC\u30DE\u3001\u307E\u305F\u306F\u65E2\u306B\u5B58\u5728\u3059\u308B\u30B9\u30AD\u30FC\u30DE\u3002
SchemaOperationChoiceDialog.Title=\u30B9\u30AD\u30FC\u30DE
SchemaOperationChoiceDialog.ViewSchemaMessage=\u30B9\u30AD\u30FC\u30DE\u306E\u53C2\u7167\uFF08\u8AAD\u8FBC\u306E\u307F\uFF09
SchemaXPathQuerysDialog.Mappings=\u30DE\u30C3\u30D4\u30F3\u30B0
SelectRepositoryContextDialog.DeselectAll=\u3059\u3079\u3066\u9078\u629E\u89E3\u9664
SelectRepositoryContextDialog.DeselectAll=\u5168\u3066\u9078\u629E\u89E3\u9664
SelectRepositoryContextDialog.CollapseAll=\u5168\u3066\u6298\u308A\u7573\u3080
SelectRepositoryContextDialog.DuplicationMessage=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8 "{1}" \u306E\u5909\u6570 "{0}" \u304C\u9078\u629E\u3055\u308C\u3066\u3044\u307E\u3059\u3002
SelectRepositoryContextDialog.DuplicationTitle=\u91CD\u8907\u306E\u8B66\u544A\uFF01
SelectRepositoryContextDialog.DuplicationMessage=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\"{1}\"\u3067\u5909\u6570\"{0}\"\u3092\u9078\u629E\u3057\u307E\u3057\u305F\u3002
SelectRepositoryContextDialog.DuplicationTitle=\u91CD\u8907\u306E\u8B66\u544A!
SelectRepositoryContextDialog.ExistenceMessage=\u5909\u6570"{0}"\u306F\u30B8\u30E7\u30D6\u5185\u306B\u5B58\u5728\u3057\u307E\u3059(\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8:"{1}")\u3002
SelectRepositoryContextDialog.Label=\u30EA\u30DD\u30B8\u30C8\u30EA\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u304B\u3089\u5909\u6570\u3092\u9078\u629E
SelectRepositoryContextDialog.SelectAll=\u3059\u3079\u3066\u9078\u629E
SelectRepositoryContextDialog.ExpandAll=\u3059\u3079\u3066\u5C55\u958B
SelectRepositoryContextDialog.Title=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30D1\u30E9\u30E1\u30FC\u30BF\u306E\u9078\u629E
SelectRepositoryContextDialog.View=\u53C2\u7167...
SelectRepositoryContextGroupDialog.Default=\u30C7\u30D5\u30A9\u30EB\u30C8
SelectRepositoryContextGroupDialog.Messages=\u30B8\u30E7\u30D6\u5185\u3067\u3001\u5B58\u5728\u3057\u306A\u3044\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30B0\u30EB\u30FC\u30D7\u3092\u30EA\u30DD\u30B8\u30C8\u30EA\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u304B\u3089\u8FFD\u52A0\u3057\u307E\u3059
SelectRepositoryContextGroupDialog.Title=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30B0\u30EB\u30FC\u30D7\u306E\u8FFD\u52A0
TalendDataCollectorPreferencePage_EnableCapture=\u30AD\u30E3\u30D7\u30C1\u30E3\u306E\u6709\u52B9\u5316
TalendDataCollectorPreferencePage_Description=\u305D\u306E\u76EE\u7684\u306F\u3001\u30E6\u30FC\u30B6\u53CA\u3073\u7D44\u7E54\u304C\u3001\u958B\u767A\u8005\u304C\u3069\u306E\u3088\u3046\u306BTalend\u88FD\u54C1\u3092\u4F7F\u7528\u3057\u3066\u3044\u308B\u304B\u3092\u3088\u308A\u7406\u89E3\u3059\u308B\u306E\u306B\u5F79\u7ACB\u3064\u3088\u3046\u3001\u30C7\u30FC\u30BF\u3092\u4F7F\u7528\u3059\u308B\u3053\u3068\u3067\u3059\u3002
@@ -323,8 +342,9 @@ TalendDataCollectorPreviewPreferencePage_Key=\u30AD\u30FC
TalendDataCollectorPreviewPreferencePage_Value=\u5024
TalendDataCollectorUploadingPreferencePage_Description=Usage Data Collector\u3067\u53CE\u96C6\u3055\u308C\u305F\u60C5\u5831\u306F\u5B9A\u671F\u7684\u306BTalend\u3067\u30DB\u30B9\u30C8\u3055\u308C\u305F\u30B5\u30FC\u30D0\u30FC\u306B\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u3055\u308C\u307E\u3059\u3002
TalendDataCollectorUploadingPreferencePage_LastUpload=\u6700\u7D42\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9
TalendDataCollectorUploadingPreferencePage_Uploadingtitile=\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9
TalendDataCollectorUploadingPreferencePage_Uploadingtitile=\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u4E2D
TalendDataCollectorUploadingPreferencePage_UploadPeriod=\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u671F\u9593
TalendDataCollectorUploadingPreferencePage_Days=\u65E5\u6570
TalendTabbedPropertyComposite.compactButton.toolTip=\u30B3\u30F3\u30D1\u30AF\u30C8\u30D3\u30E5\u30FC
TalendTabbedPropertyComposite.tableButton.toolTip=\u30C6\u30FC\u30D6\u30EB\u30D3\u30E5\u30FC
TalendType.TypeName=\u30BF\u30A4\u30D7\u540D {0}
@@ -332,19 +352,19 @@ VariableItemEditor.insertVariable=\u633F\u5165\u3068\u5909\u6570\u30D7\u30EC\u30
VariableItemEditor.name=\u540D\u524D
VariableItemEditor.new=\u65B0\u898F
VariableItemEditor.remove=\u524A\u9664
VariableItemEditor.twmplatePattern=\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u30D1\u30BF\u30FC\u30F3\:
VariableItemEditor.variable=\u5909\u6570\:
VariableItemEditor.twmplatePattern=\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8\u30D1\u30BF\u30FC\u30F3:
VariableItemEditor.variable=\u5909\u6570:
VersionSection.CreationDate=\u4F5C\u6210\u65E5
VersionSection.ModificationDate=\u4FEE\u6B63\u65E5\u4ED8
VersionSection.ModificationDate=\u66F4\u65B0\u65E5
VersionSection.Version=\u30D0\u30FC\u30B8\u30E7\u30F3
VersionSection.Status=\u30b9\u30c6\u30fc\u30bf\u30b9
VersionSection.Status=\u30B9\u30C6\u30FC\u30BF\u30B9
XmlArray.InvalidFile=\u30D5\u30A1\u30A4\u30EB\u304C\u4E0D\u5B8C\u5168\u3067\u3059\u3002
XPathQueryMetadataTableEditorViewExt.xpathQuerys=\u30B9\u30AD\u30FC\u30DEXPathQuerys
XSDValidater.IllegalArgument=\u5165\u529BXSD\u30D5\u30A1\u30A4\u30EB\u304C\u5B58\u5728\u3057\u307E\u305B\u3093\u3002
repository.context=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8
repository.column=COLUMN
repository.column=\u30AB\u30E9\u30E0
repository.documentation=\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8
repository.folder=\u30D5\u30A9\u30EB\u30C0
repository.folder=\u30D5\u30A9\u30EB\u30C0\u30FC
repository.generated=\u751F\u6210\u3055\u308C\u305F
repository.jobdoc=\u30B8\u30E7\u30D6\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8
repository.joblet=\u30B8\u30E7\u30D6\u30EC\u30C3\u30C8
@@ -354,7 +374,7 @@ repository.joblets=\u30B8\u30E7\u30D6\u30EC\u30C3\u30C8
repository.jobs=\u30B8\u30E7\u30D6
repository.metadata=\u30E1\u30BF\u30C7\u30FC\u30BF
repository.metadataConnections=DB\u63A5\u7D9A\u5B9A\u7FA9
repository.metadataConnections.alias=DB
repository.metadataConnections.alias=DB\u63A5\u7D9A
repository.metadataFileEDCDIC=\u30B3\u30D4\u30FC\u30D6\u30C3\u30AF
repository.metadataFileEDCDIC.alias=\u30B3\u30D4\u30FC\u30D6\u30C3\u30AF
repository.concept=\u30B3\u30F3\u30BB\u30D7\u30C8
@@ -364,11 +384,11 @@ repository.SAPFunction=SAP\u30D5\u30A1\u30F3\u30AF\u30B7\u30E7\u30F3
repository.metadataSQLPatterns=SQL\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8
repository.metadataSQLPatterns.alias=SQL\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8
repository.metadataFileDelimited=\u533A\u5207\u308A\u8A18\u53F7\u4ED8\u304D\u30D5\u30A1\u30A4\u30EB
repository.metadataFileDelimited.alias=\u533A\u5207\u308A\u8A18\u53F7
repository.metadataFileDelimited.alias=\u5217\u533A\u5207\u308A\u6587\u5B57\u4ED8\u304D\u30D5\u30A1\u30A4\u30EB
repository.metadataTable=\u30E1\u30BF\u30C7\u30FC\u30BF\u30B9\u30AD\u30FC\u30DE
repository.metadataColumn=\u30E1\u30BF\u30C7\u30FC\u30BF\u30AB\u30E9\u30E0
repository.metadataFileRules=\u7D44\u307F\u8FBC\u307F\u30EB\u30FC\u30EB
repository.metadataFileRules.alias=RULE
repository.metadataFileRules.alias=\u30EB\u30FC\u30EB
repository.metadataFileHL7=HL7
repository.metadataFileHL7.alias=HL7
repositorymetadataEDIFact=UN/EDIFACT
@@ -390,17 +410,17 @@ repository.referencedProjects=\u53C2\u7167\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8
repository.beans=Beans
repository.snippets=\u30B9\u30CB\u30DA\u30C3\u30C8
repository.tdqelement=TDQ\u8981\u7D20
repository.tdqelement.analysis=TDQ\u5206\u6790
repository.tdqelement.report=TDQ Reports
repository.tdqelement.analysis=TDQ\u30A2\u30CA\u30EA\u30B7\u30B9
repository.tdqelement.report=TDQ\u30EC\u30DD\u30FC\u30C8
repository.tdqelement.dbconnection=TDQ DB\u63A5\u7D9A\u5B9A\u7FA9
repository.tdqelement.mdmconnection=TDQ MDM Connections
repository.tdqelement.businessrule=TDQ Business Rules
repository.tdqelement.indicator=TDQ Indicators
repository.tdqelement.pattern=TDQ Patterns
repository.tdqelement.mdmconnection=TDQ MDM\u63A5\u7D9A\u5B9A\u7FA9
repository.tdqelement.businessrule=TDQ\u30D3\u30B8\u30CD\u30B9\u30EB\u30FC\u30EB
repository.tdqelement.indicator=TDQ\u30A4\u30F3\u30C7\u30A3\u30B1\u30FC\u30BF\u30FC
repository.tdqelement.pattern=TDQ\u30D1\u30BF\u30FC\u30F3
EUpdateItemType.Property=\u30D7\u30ED\u30D1\u30C6\u30A3
EUpdateItemType.Schema=\u30B9\u30AD\u30FC\u30DE
EUpdateItemType.SAPFunction=SAP\u30D5\u30A1\u30F3\u30AF\u30B7\u30E7\u30F3
EUpdateItemType.SAPIDoc=SAP iDoc
EUpdateItemType.SAPIDoc=SAP IDoc
EUpdateItemType.Query=\u30AF\u30A8\u30EA
EUpdateItemType.Variable=\u5909\u6570
EUpdateItemType.ContextGroup=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30B0\u30EB\u30FC\u30D7
@@ -429,40 +449,56 @@ MetadataTypeLengthConstants.VALUE_DEFAULT_LENGTH=\u30C7\u30D5\u30A9\u30EB\u30C8\
MetadataTypeLengthPreferencePage.VALUE=\u30C7\u30D5\u30A9\u30EB\u30C8\u8A2D\u5B9ANULL
MetadataTypeLengthPreferencePage.FIELD=\u30D5\u30A3\u30FC\u30EB\u30C9\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u8A2D\u5B9A
MetadataTypeLengthPreferencePage.DBTYPE=\u30C7\u30FC\u30BF\u578B\u306E\u30C7\u30D5\u30A9\u30EB\u30C8\u9577
MetadataTypeLengthConstants.BOOLEAN_LENGTH=\u30D6\u30FC\u30EB\u5024
MetadataTypeLengthConstants.BIGDECIMAL_LENGTH=BigDecimal
MetadataTypeLengthConstants.BYTE_LENGTH=\u30D0\u30A4\u30C8
MetadataTypeLengthConstants.INTEGER_LENGTH=\u6574\u6570
MetadataTypeLengthConstants.BYTEARRAY_LENGTH=\u30D0\u30A4\u30C8[]
MetadataTypeLengthConstants.LONG_LENGTH=Long
MetadataTypeLengthConstants.CHARACTER_LENGTH=\u6587\u5B57
MetadataTypeLengthConstants.OBJECT_LENGTH=\u30AA\u30D6\u30B8\u30A7\u30AF\u30C8
MetadataTypeLengthConstants.DATE_LENGHT=\u65E5\u6642
MetadataTypeLengthConstants.SHORT_LENGTH=\u77ED\u3044
MetadataTypeLengthConstants.DOUBLE_LENGTH=\u500D\u6570
MetadataTypeLengthConstants.STRING_LENGTH=\u6587\u5B57\u5217
MetadataTypeLengthConstants.FLOAT_LENGTH=Float
MetadataTypeLengthConstants.LIST_LENGTH=\u30EA\u30B9\u30C8
MetadataTypeLengthConstants.DATETIME_LENGTH=\u65E5\u6642
ModuleListCellEditor.externalLabel=\u5916\u90E8\u30E2\u30B8\u30E5\u30FC\u30EB
ModuleListCellEditor.innerLabel=\u5185\u90E8\u30E2\u30B8\u30E5\u30FC\u30EB
ModuleListCellEditor.selectLabel=\u30E2\u30B8\u30E5\u30FC\u30EB\u306E\u9078\u629E
ModuleListCellEditor.title=\u30E2\u30B8\u30E5\u30FC\u30EB\u306E\u9078\u629E
MultiStringSelectionDialog.nameEmpty=\u540D\u524D\u304C\u7A7A\u3067\u3059
PromptDialog.stringTip=\u5165\u529B\u30C6\u30AD\u30B9\u30C8\u306F\u30B7\u30F3\u30B0\u30EB\u30AF\u30A9\u30FC\u30C8\u3067\u56F2\u3080\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002
ApplicationActionBarAdvisor.menuFileLabel=\u30d5\u30a1\u30a4\u30eb \uff08&F)
ApplicationActionBarAdvisor.menuEditLabel=\u7de8\u96c6 \uff08&E)
ApplicationActionBarAdvisor.navigateLabel=\u30ca\u30d3\u30b2\u30fc\u30c8 (&N)
ApplicationActionBarAdvisor.gotoLabel=\u79fb\u52d5 (&G)
ApplicationActionBarAdvisor.projectLabel=\u30d7\u30ed\u30b8\u30a7\u30af\u30c8 \uff08&P)
ApplicationActionBarAdvisor.menuWindowLabel=\u30a6\u30a4\u30f3\u30c9\u30a6 \uff08&W)
ApplicationActionBarAdvisor.menuHelpLabel=\u30d8\u30eb\u30d7 \uff08&H)
ApplicationActionBarAdvisor.menuFileLabel=&\u30D5\u30A1\u30A4\u30EB
ApplicationActionBarAdvisor.menuEditLabel=&\u7DE8\u96C6
ApplicationActionBarAdvisor.navigateLabel=\u30CA\u30D3\u30B2\u30FC\u30C8 (&N)
ApplicationActionBarAdvisor.gotoLabel=\u79FB\u52D5 (&G)
ApplicationActionBarAdvisor.projectLabel=\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8 \uFF08&P)
ApplicationActionBarAdvisor.menuWindowLabel=&\u30A6\u30A3\u30F3\u30C9\u30A6
ApplicationActionBarAdvisor.menuHelpLabel=&\u30D8\u30EB\u30D7
BusinessAppearanceComposite.textAlignmentGroup=\u30C6\u30AD\u30B9\u30C8\u306E\u4F4D\u7F6E\u5408\u308F\u305B
BusinessAppearanceComposite.textAlignment.horizontal=\u30DB\u30EA\u30BE\u30F3\u30BF\u30EB
BusinessAppearanceComposite.textAlignment.vertical=\u30D0\u30FC\u30C1\u30AB\u30EB
BusinessAppearanceComposite.textAlignment.horizontal=\u6A2A\u4F4D\u7F6E
BusinessAppearanceComposite.textAlignment.vertical=\u5782\u76F4
BusinessAppearanceComposite.textAlignment.horizontal.left=\u5DE6
BusinessAppearanceComposite.textAlignment.horizontal.right=\u53F3
BusinessAppearanceComposite.textAlignment.horizontal.centre=\u4E2D\u5FC3
BusinessAppearanceComposite.textAlignment.vertical.top= \u4E0A
BusinessAppearanceComposite.textAlignment.vertical.bottom=\u30DC\u30C8\u30E0
BusinessAppearanceComposite.textAlignment.vertical.top=\u4E0A
BusinessAppearanceComposite.textAlignment.vertical.bottom=\u4E0B
BusinessAppearanceComposite.textAlignment.vertical.centre=\u4E2D\u5FC3
ConnectionBean.Local=\u30ED\u30FC\u30AB\u30EB
ConnectionBean.Local=Local
ConnectionBean.Remote=\u30EA\u30E2\u30FC\u30C8
ConnectionBean.DefaultConnection=\u30C7\u30D5\u30A9\u30EB\u30C8\u63A5\u7D9A
InegerCellEditorListener.NegativeNumberMessage={0} \u306B\u306F\u8CA0\u306E\u5024\u3092\u8A2D\u5B9A\u3067\u304D\u307E\u305B\u3093\u3002
InegerCellEditorListener.NumeralMessage={0} \u306B\u306F\u6570\u5024\u3092\u5165\u308C\u3066\u304F\u3060\u3055\u3044\u3002
OpenXSDFileDialog.cancel=\u30AD\u30E3\u30F3\u30BB\u30EB
OpenXSDFileDialog.confirm=\u78BA\u8A8D
OpenXSDFileDialog.fileName=\u30D5\u30A1\u30A4\u30EB\u540D \:
OpenXSDFileDialog.fileName=\u30D5\u30A1\u30A4\u30EB\u540D :
OpenXSDFileDialog.xmlFileSelection=\u691C\u8A3C\u7528XML\u30D5\u30A1\u30A4\u30EB\u306E\u9078\u629E
OpenXSDFileDialog.xmlSelectedOrNot=XSD\u30E1\u30BF\u30C7\u30FC\u30BF\u30D5\u30A1\u30A4\u30EB\u3092\u9078\u629E\u3057\u305F\u306E\u3067\u3001\u691C\u8A3C\u3059\u308Bxml\u30D5\u30A1\u30A4\u30EB\u304C\u3042\u308A\u307E\u3059\u3002
RepositoryContentProvider.repositoryLabel.Queries=\u30AF\u30A8\u30EA
repository.routes=\u30EB\u30FC\u30C8
repository.servicesOperation=\u30aa\u30da\u30ec\u30fc\u30b7\u30e7\u30f3
repository.servicesOperation=\u6F14\u7B97\u5B50
repository.servicesPort=\u30DD\u30FC\u30C8
BinRepositoryNode.label=\u3054\u307F\u7BB1
HDFS=HDFS
@@ -483,10 +519,10 @@ HadoopVersionDialog.zipLocation=Zip\uFF1A
HadoopVersionDialog.importFromZip=zip\u30D5\u30A1\u30A4\u30EB\u304B\u3089\u30A4\u30F3\u30DD\u30FC\u30C8
HadoopVersionDialog.title=\u30AB\u30B9\u30BF\u30E0\u5B9A\u7FA9\u3092\u30A4\u30F3\u30DD\u30FC\u30C8
HadoopVersionDialog.distribution=\u5206\u985E\uFF1A
HadoopVersionDialog.distribution.tooltip=Hadoop\u30C7\u30A3\u30B9\u30C8\u30EA\u30D3\u30E5\u30FC\u30B7\u30E7\u30F3\u3092\u8A2D\u5B9A
HadoopVersionDialog.distribution.tooltip=hadoop\u30C7\u30A3\u30B9\u30C8\u30EA\u30D3\u30E5\u30FC\u30B7\u30E7\u30F3\u306E\u8A2D\u5B9A
HadoopVersionDialog.version=\u30D0\u30FC\u30B8\u30E7\u30F3\uFF1A
HadoopVersionDialog.version.tooltip=\u30C7\u30A3\u30B9\u30C8\u30EA\u30D3\u30E5\u30FC\u30B7\u30E7\u30F3\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u8A2D\u5B9A
HadoopVersionDialog.browseBtn=B&rowse...
HadoopVersionDialog.browseBtn=\u53C2&\u7167...
HadoopVersionDialog.confirmMsg=\u30AB\u30B9\u30BF\u30E0\u8A2D\u5B9A\u304C\u5909\u66F4\u3055\u308C\u307E\u3057\u305F\u3002\u64CD\u4F5C\u3092\u7D9A\u3051\u307E\u3059\u304B\uFF1F
HadoopCustomLibrariesUtil.cannotCreate={0}\u3092\u4F5C\u6210\u3067\u304D\u307E\u305B\u3093
HadoopCustomLibrariesUtil.importFailed=\u30AB\u30B9\u30BF\u30E0\u5B9A\u7FA9\u306E\u30A4\u30F3\u30DD\u30FC\u30C8\u306B\u5931\u6557\u3057\u307E\u3057\u305F
@@ -497,45 +533,103 @@ LibrariesListSelectionDialog.title=\u30E9\u30A4\u30D6\u30E9\u30EA\u9078\u629E
LibrariesListSelectionDialog.button.internal=\u5185\u90E8\u30E9\u30A4\u30D6\u30E9\u30EA
LibrariesListSelectionDialog.button.external=\u5916\u90E8\u30E9\u30A4\u30D6\u30E9\u30EA
LibrariesListSelectionDialog.selectLibFromOS=\u30E9\u30A4\u30D6\u30E9\u30EA\u9078\u629E
LibrariesListSelectionDialog.browseButton.text=\u30D6\u30E9\u30A6\u30BA...
LibrariesListSelectionDialog.browseButton.text=\u53C2\u7167...
LibrariesListSelectionDialog.deployLibs=\u30E9\u30A4\u30D6\u30E9\u30EA\u3092\u30C7\u30D7\u30ED\u30A4...
PigFunctionParser.checkMethod=Pig : "{0}.{1}\\"\u89E3\u6790\u304C\u5931\u6557\u3057\u307E\u3057\u305F\u3002\u30E1\u30BD\u30C3\u30C9\u3092\u78BA\u8A8D\u3057\u3066\u4E0B\u3055\u3044\u3002
GenerateSelectSQLAction.NewQuery=\u65B0\u898F\u30AF\u30A8\u30EA {0}
AbstractBrandingService.routines_license_header_content2014=Copyright (c) 2006-2014, Talend Inc.\n//\n// \u672C\u30BD\u30FC\u30B9\u30B3\u30FC\u30C9\u306F\u4EE5\u4E0B\u306E\u6A5F\u80FD\u3067\u81EA\u52D5\u4F5C\u6210\u3055\u308C\u305F\u3082\u306E\u3067\u3042\u308B_{0}\n// CodeGenerator version {1}\n// Talend\u88FD\u54C1\u306B\u95A2\u3057\u3066\u306E\u8A73\u7D30\u306A\u60C5\u5831\u306F\u4EE5\u4E0B\u306E\u30B5\u30A4\u30C8\u306B\u8A18\u8F09\u3055\u308C\u3066\u3044\u308B www.talend.com.\n// GNU LGPL \u30E9\u30A4\u30BB\u30F3\u30B9\u306B\u3088\u308A\u672C\u30B3\u30FC\u30C9\u3092\u914D\u5E03\u3059\u308B\u3053\u3068\u304C\u53EF\u80FD\u3067\u3042\u308B\n// http://www.gnu.org/licenses/lgpl.html).
AbstractTalendFunctionParser.checkMethod=\u30EB\u30FC\u30C1\u30F3: "{0}.{1}\\"\u89E3\u6790\u304C\u5931\u6557\u3057\u307E\u3057\u305F\u3002 \u30E1\u30BD\u30C3\u30C9\u3092\u78BA\u8A8D\u3057\u3066\u4E0B\u3055\u3044\u3002
UpdatesConstants.MR=Map_Reduce
AbstractBrandingService.routines_license_header_content2014=Copyright (c) 2006-2014, Talend Inc.\\n//\\n// \u672C\u30BD\u30FC\u30B9\u30B3\u30FC\u30C9\u306F\u4EE5\u4E0B\u306E\u6A5F\u80FD\u3067\u81EA\u52D5\u4F5C\u6210\u3055\u308C\u305F\u3082\u306E\u3067\u3042\u308B_{0}\\n// CodeGenerator version {1}\\n// Talend\u88FD\u54C1\u306B\u95A2\u3057\u3066\u306E\u8A73\u7D30\u306A\u60C5\u5831\u306F\u4EE5\u4E0B\u306E\u30B5\u30A4\u30C8\u306B\u8A18\u8F09\u3055\u308C\u3066\u3044\u308B www.talend.com.\\n// GNU LGPL \u30E9\u30A4\u30BB\u30F3\u30B9\u306B\u3088\u308A\u672C\u30B3\u30FC\u30C9\u3092\u914D\u5E03\u3059\u308B\u3053\u3068\u304C\u53EF\u80FD\u3067\u3042\u308B\\n// http://www.gnu.org/licenses/lgpl.html).
repository.tdqelement.sourceFile=\u30BD\u30FC\u30B9\u30D5\u30A1\u30A4\u30EB
repository.tdqelement.jrxml=JRXML\u30C6\u30F3\u30D7\u30EC\u30FC\u30C8
repository.dataprofiling=\u30C7\u30FC\u30BF\u30D7\u30ED\u30D5\u30A1\u30A4\u30EA\u30F3\u30B0
repository.libraries=\u30E9\u30A4\u30D6\u30E9\u30EA
repository.libraries=\u30E9\u30A4\u30D6\u30E9\u30EA\u30FC
repository.patternRegex=\u6B63\u898F\u8868\u73FE
repository.patternSql=SQL
repository.rules=\u30EB\u30FC\u30EB
repository.rulesSql=SQL
repository.rulesParser=\u30D1\u30FC\u30B5\u30FC
repository.rulesMatcher=\u4E00\u81F4
repository.systemIndicators=\u30B7\u30B9\u30C6\u30E0\u30A4\u30F3\u30C7\u30A3\u30B1\u30FC\u30BF\u30FC
repository.userDefineIndicators=\u30E6\u30FC\u30B6\u30FC\u5B9A\u7FA9\u30A4\u30F3\u30C7\u30A3\u30B1\u30FC\u30BF\u30FC
repository.systemIndicators.advancedStatistics=\u8A73\u7D30\u7D71\u8A08\u60C5\u5831
repository.userDefineIndicators=\u30E6\u30FC\u30B6\u30FC\u5B9A\u7FA9\u30A4\u30F3\u30B8\u30B1\u30FC\u30BF\u30FC
repository.userDefineIndicators.lib=lib
repository.systemIndicators.advancedStatistics=\u8A73\u7D30\u7D71\u8A08
repository.systemIndicators.businessRules=\u30D3\u30B8\u30CD\u30B9\u30EB\u30FC\u30EB
repository.systemIndicators.correlation=\u30B3\u30EA\u30EC\u30FC\u30B7\u30E7\u30F3
repository.systemIndicators.functionalDependency=\u6A5F\u80FD\u306E\u4F9D\u5B58\u6027
repository.systemIndicators.overview=\u6982\u8981
repository.systemIndicators.patternMatching=\u30D1\u30BF\u30FC\u30F3\u30DE\u30C3\u30C1\u30F3\u30B0
repository.systemIndicators.patternFinder=\u30D1\u30BF\u30FC\u30F3\u983B\u5EA6\u7D71\u8A08
repository.systemIndicators.patternMatching=\u30D1\u30BF\u30FC\u30F3\u4E00\u81F4
repository.systemIndicators.rowComparison=\u884C\u6BD4\u8F03
repository.systemIndicators.simpleStatistics=\u5358\u7D14\u7D71\u8A08
repository.systemIndicators.soundex=Soundex
repository.systemIndicators.summaryStatistics=\u6C47\u603B\u7EDF\u8BA1
repository.systemIndicators.textStatistics=\u30C6\u30AD\u30B9\u30C8\u7D71\u8A08
repository.tdqExchange=Exchange
repository.systemIndicators.phoneNumberStatistics=\u96FB\u8A71\u756A\u53F7\u7D71\u8A08
repository.systemIndicators.fraudDetection=\u4E0D\u6B63\u306E\u691C\u51FA
EUpdateItemType.MapPath=\u30DE\u30C3\u30D7\u30D1\u30B9
EUpdateResult.PathUpdate=\u30DE\u30C3\u30D7\u30D1\u30B9\u306E\u66F4\u65B0
AContextualAction.EditorManager_saveChangesQuestion="{0}"\u306F\u5909\u66F4\u3055\u308C\u3066\u3044\u307E\u3059\u3002\u4FDD\u5B58\u3057\u307E\u3059\u304B\uFF1F
AContextualAction.Save_Resource=\u30EA\u30BD\u30FC\u30B9\u3092\u4FDD\u5B58
AContextualAction.Save_Resource=\u30EA\u30BD\u30FC\u30B9\u306E\u4FDD\u5B58
EConnectionType.tableRefMenu=Table_ref
EComponentCategory.stormConfig=Storm\u8A2D\u5B9A
repository.metadataSalesforceModule=SalesforceModule(AccountHistory)
EComponentCategory.sparkConfig=Spark\u8A2D\u5B9A
repository.SAPIDoc=SAP IDoc
repository.SAPTable=SAP\u30C6\u30FC\u30D6\u30EB
ProgressMonitorDialogWithCancel.executeMessage.default=\u5B9F\u884C\u4E2D...
ProgressMonitorDialogWithCancel.waitingFinishMessage.default=\u63A5\u7D9A\u30C1\u30A7\u30C3\u30AF\u30A2\u30AF\u30B7\u30E7\u30F3\u3092\u6B63\u5E38\u306B\u4E2D\u65AD\u3067\u304D\u307E\u305B\u3093\u3002\n
ProgressMonitorDialogWithCancel.executeTimeout=\u5B9F\u884C\u30BF\u30A4\u30E0\u30A2\u30A6\u30C8\u3002Studio\u304C\u30D0\u30C3\u30AF\u30B0\u30E9\u30A6\u30F3\u30C9\u3067\u3053\u306E\u30C1\u30A7\u30C3\u30AF\u30A2\u30AF\u30B7\u30E7\u30F3\u306E\u4E2D\u65AD\u3092\u8A66\u307F\u307E\u3057\u305F\u3002
ProgressMonitorDialogWithCancel.CheckingConnectionJob.waitingFinish={0}\u306E\u7D42\u4E86\u3092\u304A\u5F85\u3061\u4E0B\u3055\u3044...
ProgressMonitorDialogWithCancel.CheckingConnectionJob.emptyWaitingfinish=\u5C11\u3005\u304A\u5F85\u3061\u4E0B\u3055\u3044...
ProgressMonitorDialogWithCancel.CheckingConnectionJob.emptyWaitingfinish=\u7D42\u4E86\u5F85\u6A5F\u4E2D...
EComponentCategory.memoryRun=\u30E1\u30E2\u30EA\u76E3\u8996
EUpdateResult.JobUpdate=\u30B8\u30E7\u30D6\u30CE\u30FC\u30C9\u306E\u66F4\u65B0
EUpdateItemType.Batch=\u30D0\u30C3\u30C1
EUpdateItemType.Streaming=\u30B9\u30C8\u30EA\u30FC\u30DF\u30F3\u30B0
UpdatesConstants.Storm=Storm
UpdatesConstants.Storm=\u30B9\u30C8\u30FC\u30E0
UpdatesConstants.Spark=Spark
UpdatesConstants.SparkStreaming=Spark_Streaming
OverTimePopupDialogTask.title=\u5B9F\u884C...
OverTimePopupDialogTask.title=\u5B9F\u884C\u4E2D...
OverTimePopupDialogTask.message=\u30BF\u30B9\u30AF\u3092\u30D0\u30C3\u30AF\u30B0\u30E9\u30A6\u30F3\u30C9\u3067\u5B9F\u884C\u4E2D\u3067\u3059\u3001\u66AB\u304F\u304A\u5F85\u3061\u4E0B\u3055\u3044...
OverTimePopupDialogTask.executeTimeout=\u30BF\u30A4\u30E0\u30A2\u30A6\u30C8\u3057\u305F\u306E\u3067\u3001Studio\u306F\u30A2\u30AF\u30B7\u30E7\u30F3\u306E\u4E2D\u65AD\u3092\u8A66\u307F\u307E\u3059
OverTimePopupDialogTask.executeTimeout=\u5B9F\u884C\u30BF\u30A4\u30E0\u30A2\u30A6\u30C8\u3002Studio\u304C\u30D0\u30C3\u30AF\u30B0\u30E9\u30A6\u30F3\u30C9\u3067\u3053\u306E\u30C1\u30A7\u30C3\u30AF\u30A2\u30AF\u30B7\u30E7\u30F3\u306E\u4E2D\u65AD\u3092\u8A66\u307F\u307E\u3057\u305F\u3002
OverTimePopupDialogTask.killed=\u5B9F\u884C\u3092\u4E2D\u6B62
OverTimePopupDialogTask.waitingFinishMessage.default=\u30D0\u30C3\u30AF\u30B0\u30E9\u30A6\u30F3\u30C9\u30BF\u30B9\u30AF\u3092\u4E2D\u65AD\u3067\u304D\u307E\u305B\u3093
OverTimePopupDialogTask.CheckingConnectionJob.waitingFinish={0}\u306E\u7D42\u4E86\u3092\u5F85\u6A5F\u4E2D...
OverTimePopupDialogTask.CheckingConnectionJob.waitingFinish={0}\u306E\u7D42\u4E86\u3092\u304A\u5F85\u3061\u4E0B\u3055\u3044...
OverTimePopupDialogTask.CheckingConnectionJob.emptyWaitingfinish=\u7D42\u4E86\u5F85\u6A5F\u4E2D...
EComponentCategory_gitHistory=GIT\u5C65\u6B74
repository.gitroot=GIT
EComponentCategory.parameters=\u30D1\u30E9\u30E1\u30FC\u30BF\u30FC
EComponentCategory.actionInputOutput=\u5165\u529B/\u51FA\u529B\u30B9\u30AD\u30FC\u30DE
EConnectionType.RejectMenu=\u30EA\u30B8\u30A7\u30AF\u30C8
RepositoryContentProvider.repositoryLabel.sapBapi=SAP Bapi
RepositoryContentProvider.repositoryLabel.sapBapi.input=Input (\u5165\u529B)
RepositoryContentProvider.repositoryLabel.sapBapi.output=\u51FA\u529B
RepositoryContentProvider.repositoryLabel.sapTable=SAP\u30C6\u30FC\u30D6\u30EB
RepositoryContentProvider.repositoryLabel.sapDataSource=SAP DataSource
RepositoryContentProvider.repositoryLabel.sapDSO=SAP DSO
RepositoryContentProvider.repositoryLabel.sapInfoCube=SAP InfoCube
RepositoryContentProvider.repositoryLabel.sapInfoObject=SAP InfoObject
ComponentReturnVariableUtils.ErrorMessage=\u30A8\u30E9\u30FC\u30E1\u30C3\u30BB\u30FC\u30B8
ComponentReturnVariableUtils.NbReject=\u30EA\u30B8\u30A7\u30AF\u30C8\u884C\u6570
ComponentReturnVariableUtils.NbSuccess=\u6210\u529F\u884C\u6570
ComponentReturnVariableUtils.NbLine=\u884C\u6570
repository.metadataRulesManagement=\u30EB\u30FC\u30EB\u7BA1\u7406
repository.metadataRulesManagement.alias=\u30EB\u30FC\u30EB\u7BA1\u7406
EUpdateItemType.StructurePath=\u30B9\u30C8\u30E9\u30AF\u30C1\u30E3\u30FC\u30D1\u30B9
EUpdateResult.StructurePathUpdate=\u30B9\u30C8\u30E9\u30AF\u30C1\u30E3\u30FC\u30D1\u30B9\u306E\u66F4\u65B0
UpdatesConstants.Spark_Joblet=Spark_Joblet
UpdatesConstants.Spark_Streaming_Joblet=Spark_Streaming_Joblet
EComponentCategory_deployment=\u30C7\u30D7\u30ED\u30A4
RepositoryContentProvider.repositoryLabel.sapContentExtractor=SAP BI\u30B3\u30F3\u30C6\u30F3\u30C4\u62BD\u51FA
ShareLibsJob.wrongUsernameOrPassword=Nexus\u306E\u30E6\u30FC\u30B6\u30FC\u540D\u307E\u305F\u306F\u30D1\u30B9\u30EF\u30FC\u30C9\u304C\u6B63\u3057\u304F\u306A\u3044\u305F\u3081\u3001\u8A8D\u8A3C\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002
RelationshipItemBuilder.unexpect.item=\u4E88\u671F\u3057\u306A\u3044\u30A2\u30A4\u30C6\u30E0\u30BF\u30A4\u30D7: {0}
RelationshipItemBuilder.unexpect.relation=\u4E88\u671F\u3057\u306A\u3044\u95A2\u4FC2\u306E\u30BF\u30A4\u30D7: {0}
DynamicElement.incorrectInstance=\u73FE\u5728\u306Ejson\u30AA\u30D6\u30B8\u30A7\u30AF\u30C8\u306F{0}: {1}\u306E\u30A4\u30F3\u30B9\u30BF\u30F3\u30B9\u3067\u306F\u3042\u308A\u307E\u305B\u3093
DynamicElement.tagName.empty=tagName\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044!
DynamicPlugin.addExtension.empty=ExtensionPoint\u307E\u305F\u306FID\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044!
RelationshipItemBuilder.unexpect.typesConflict={0}:{1}\u306B\u591A\u3059\u304E\u308B\u30BF\u30A4\u30D7\u304C\u898B\u3064\u304B\u308A\u307E\u3057\u305F
ReferenceProjectProblemManager.ErrorMoreThanOneBranchUsing=\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u53C2\u7167\u30C1\u30A7\u30FC\u30F3\u30671\u3064\u3088\u308A\u3082{0}\u591A\u3044\u30D6\u30E9\u30F3\u30C1\u304C\u4F7F\u7528\u4E2D\u3067\u3059\u3002
EComponentCategory_advanceSetting=\u8A73\u7D30\u8A2D\u5B9A
RepositoryUpdateManager.job.title=\u30A2\u30A4\u30C6\u30E0\u306E\u66F4\u65B0\u4E2D...
BigDataBasicUtil.loadDynamicDistribution.IDynamicDistributionManager.notFound={0}\u306E\u30A4\u30F3\u30B9\u30BF\u30F3\u30B9\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093

View File

@@ -1,5 +1,6 @@
AbstractComponentsProvider.folderNotExist=\uD3F4\uB354{0}\uC774 \uC874\uC7AC\uD558\uC9C0 \uC54A\uC74C.
ColorsCodeViewerPreferencePage.defaultColor=\uAE30\uBCF8 \uC0C9\uC0C1
ComponentsFormatPreferencePage.add=\uCD94\uAC00
ConextTableValuesComposite.nameLabel=\uC774\uB984
ContextTemplateComposite.CommentLabel=\uC8FC\uC11D
ContextTemplateComposite.nameLabel=\uC774\uB984

View File

@@ -16,6 +16,7 @@ ComponentsFormatPreferencePage.errorCreateConnectionName=Nazwa "{0}" niepoprawna
ComponentsFormatPreferencePage.formatConnection=Domy\u015Blny format po\u0142\u0105czenia:
ComponentsFormatPreferencePage.formatHint=Domy\u015Blny format podpowiedzi:
ComponentsFormatPreferencePage.formatLable=Domy\u015Blny format etykiety:
ComponentsFormatPreferencePage.remove=Usu\u0144
ComponentsFormatPreferencePage.ErrorTitle=B\u0141\u0104D
ComponentToRepositoryProperty.error=B\u0141\u0104D
ContextComposite.tableValue=Warto\u015Bci jako tabela
@@ -40,7 +41,7 @@ ContextSetConfigurationDialog.nameNotValid=nazwa niepoprawna
ContextTemplateComposite.CommentLabel=Komentarz
ContextTemplateComposite.nameLabel=Nazwa
ContextTemplateComposite.scriptCodeLabel=Kod skryptowy
ContextTemplateComposite.sourceLabel=\u0179ród\u0142o
ContextTemplateComposite.sourceLabel=\u0179r\u00F3d\u0142o
ContextTemplateComposite.typeLabel=Typ
ContextTreeConstants.contextName=Contekst
ContextTreeConstants.valueName=Warto\u015B\u0107
@@ -61,7 +62,7 @@ EComponentCategory_appearance=Wygl\u0105d
EComponentCategory_assignment=Przypisanie
EComponentCategory_context=Contekst
EComponentCategory_doc=Dokuemntacja
EComponentCategory_main=G\u0142ówny
EComponentCategory_main=G\u0142\u00F3wny
EComponentCategory_properties=W\u0142a\u015Bciwo\u015Bci
EComponentCategory_sqlTemplate=Wzorzec SQL
EComponentCategory_statsAndLogs=Statystyki i logi
@@ -69,6 +70,7 @@ EComponentCategory_technical=Techniczne
EComponentCategory_version=Wersja
EComponentCategory_view=Widok
EConnectionType.iteratorMenu=Iteracja
EConnectionType.mainMenu=G\u0142\u00F3wny
EConnectionType.onComponentErrorMenu=Po b\u0142\u0119dzie komponentu
EConnectionType.onComponentOkMenu=Je\u015Bli komponent OK
EConnectionType.runAfterMenu=Uruchom po
@@ -86,7 +88,7 @@ EMetadataEncoding.Hebrew=Hebrajski
EMetadataEncoding.Latin1=Latin1(Zach Europa)
EMetadataEncoding.Latin2=Latin2(Wsch Europa)
EMetadataEncoding.Latin3=Latin3(Po\u0142 Europa)
EMetadataEncoding.Latin4=Latin4(Pó\u0142 Europa)
EMetadataEncoding.Latin4=Latin4(P\u00F3\u0142 Europa)
EMetadataEncoding.Latin5=Latin5(Turcja)
EMetadataEncoding.Latin6=Latin6(Nordycki)
EMetadataEncoding.Latin9=latin9
@@ -99,8 +101,10 @@ EMetadataEncoding.UTF8=Unicode 2.0 UTF-8
ERepositoryObjectType.FolderNotFound=Folder typu {0} nie znaleziony.
ExtractMetaDataFromDataBase.SchemaNoPresent=Schemat nie istnieje w bazie danych
ExtractMetaDataFromDataBase.connectionSuccessful=Po\u0142\u0105czenie udane
ListPreferencePage.RemoveButtonName=Usu\u0144
MetadataTableEditorView.ColumnTitle=Kolumna
MetadataTableEditorView.CommentTitle=Komentarz
MetadataTableEditorView.KeyTitle=Klucz
MetadataTableEditorView.LengthTitle=D\u0142ugo\u015B\u0107
MetadataTableEditorView.PrecisionTitle=Precyzja
MetadataTableEditorView.TypleTitle=Typ
@@ -115,11 +119,13 @@ PropertiesWizardPage.Version=Wersja
RoutinesFunctionProposal.User=U\u017Cytkownik
SchemaOperationChoiceDialog.Title=Schemat
SelectRepositoryContextDialog.SelectAll=Zaznacz wszystko
TalendDataCollectorPreviewPreferencePage_Key=Klucz
TalendDataCollectorPreviewPreferencePage_Value=Warto\u015B\u0107
TalendTabbedPropertyComposite.tableButton.toolTip=widok tabeli
TalendType.TypeName=Nazwa typu {0}
VariableItemEditor.name=Nazwa
VariableItemEditor.new=Nowy
VariableItemEditor.remove=Usu\u0144
VariableItemEditor.variable=Zmienne:
VersionSection.CreationDate=Data utworzenia
VersionSection.ModificationDate=Data modyfikacji
@@ -144,7 +150,7 @@ EUpdateResult.Reload=Prze\u0142aduj komponenty
EUpdateResult.Rename=Zmie\u0144 nazw\u0119
EUpdateResult.Delete=Usu\u0144 z repozytorium
UpdatesConstants.Context=Contekst
MetadataTypeLengthConstants.STRING_LENGTH=Ci\u0105g znaków
MetadataTypeLengthConstants.STRING_LENGTH=Ci\u0105g znak\u00F3w
ApplicationActionBarAdvisor.menuFileLabel=&Plik
ApplicationActionBarAdvisor.menuEditLabel=&Edycja
ApplicationActionBarAdvisor.navigateLabel=&Nawigacja
@@ -155,8 +161,8 @@ ApplicationActionBarAdvisor.menuHelpLabel=&Pomoc
BusinessAppearanceComposite.textAlignment.horizontal=Poziomy
BusinessAppearanceComposite.textAlignment.vertical=Pionowy
BusinessAppearanceComposite.textAlignment.horizontal.centre=Wy\u015Brodkowany
BusinessAppearanceComposite.textAlignment.vertical.top=góra
BusinessAppearanceComposite.textAlignment.vertical.bottom=dó\u0142
BusinessAppearanceComposite.textAlignment.vertical.top=g\u00F3ra
BusinessAppearanceComposite.textAlignment.vertical.bottom=d\u00F3\u0142
BusinessAppearanceComposite.textAlignment.vertical.centre=Wy\u015Brodkowany
ConnectionBean.Local=Lokalne
ConnectionBean.DefaultConnection=Po\u0142\u0105czenie domy\u015Blne

View File

@@ -1,87 +1,89 @@
AbstractComponentsProvider.folderNotExist=Diretório {0} não existe.
AbstractItemMigrationTask.taskFailed=Tarefa de migração {0} falhou no item {1}
AbstractComponentsProvider.folderNotExist=Diret\u00F3rio {0} n\u00E3o existe.
AbstractItemMigrationTask.taskFailed=Tarefa de migra\u00E7\u00E3o {0} falhou no item {1}
AdvancedSocketFactory.failedInitial=Erro: falha ao inicializar :
ArchiveFileExportOperationFullPath.SpecialFile=spagic.properties
ColorsCodeViewerPreferencePage.Comment1Color=Cor de Comment1
ColorsCodeViewerPreferencePage.Comment2Color=Cor de Comment2
ColorsCodeViewerPreferencePage.DigitColor=Cor de Dígitos
ColorsCodeViewerPreferencePage.FunctionColor=Cor de Função
ColorsCodeViewerPreferencePage.InvalidColor=Cor inválida
ColorsCodeViewerPreferencePage.DigitColor=Cor de D\u00EDgitos
ColorsCodeViewerPreferencePage.FunctionColor=Cor de Fun\u00E7\u00E3o
ColorsCodeViewerPreferencePage.InvalidColor=Cor inv\u00E1lida
ColorsCodeViewerPreferencePage.LabelColor=Cor do Label
ColorsCodeViewerPreferencePage.Literal1Color=Cor de Literal1
ColorsCodeViewerPreferencePage.Literal2Color=Cor de Literal2
ColorsCodeViewerPreferencePage.MarkupColor=Cor da marcação
ColorsCodeViewerPreferencePage.MarkupColor=Cor da marca\u00E7\u00E3o
ColorsCodeViewerPreferencePage.OperatorColor=Cor do operador
ColorsCodeViewerPreferencePage.defaultColor=Cor Padrão
ColorsCodeViewerPreferencePage.defaultColor=Cor Padr\u00E3o
ColorsCodeViewerPreferencePage.fieldTip=&Negrito
ColorsCodeViewerPreferencePage.keyword1Color=Cor de Keyword1
ColorsCodeViewerPreferencePage.keyword2Color=Cor de Keyword2
ColorsCodeViewerPreferencePage.keyword3Color=Cor de Keyword3
ColumnNameChangedExt.columnChanged=Nodo: Coluna {0} alterada: {1}->{2}
ComponentsFormatPreferencePage.add=Adicionar
ComponentsFormatPreferencePage.errorCreateConnectionName=O nome "{0}" não é válido.
ComponentsFormatPreferencePage.formatConnection=Configurar padrão de conexão:\n
ComponentsFormatPreferencePage.formatHint=Configurar padrão da dica:
ComponentsFormatPreferencePage.formatLable=Configurar padrão do label:
ComponentsFormatPreferencePage.errorCreateConnectionName=O nome "{0}" n\u00E3o \u00E9 v\u00E1lido.
ComponentsFormatPreferencePage.formatConnection=Configurar padr\u00E3o de conex\u00E3o:\n
ComponentsFormatPreferencePage.formatHint=Configurar padr\u00E3o da dica:
ComponentsFormatPreferencePage.formatLable=Configurar padr\u00E3o do label:
ComponentsFormatPreferencePage.remove=Remover
ComponentsFormatPreferencePage.ErrorTitle=Erro
ComponentToRepositoryProperty.error=Erro
ContextComposite.tableValue=Tabela de Valores
ContextComposite.treeValue=Árvore de valores
ContextComposite.treeValue=\u00C1rvore de valores
ContextValueErrorChecker.ErrorTitile=Erro no valor do contexto:
ContextParameterProposal.NoCommentAvaiable=Sem comentário disponível.
ContextParameterProposal.NoCommentAvaiable=Sem coment\u00E1rio dispon\u00EDvel.
ContextProcessSection.1=Tabela menu
ContextProcessSection.12=Renomear contexto
ContextProcessSection.13=Dê um novo nome para o contexto {0}
ContextProcessSection.2=Perguntar para confirmação?
ContextProcessSection.13=D\u00EA um novo nome para o contexto {0}
ContextProcessSection.2=Perguntar para confirma\u00E7\u00E3o?
ContextProcessSection.29=Erro
ContextProcessSection.30=Este nome já existe
ContextProcessSection.30=Este nome j\u00E1 existe
ContextProcessSection.4=Adicionar novo contexto baseado em ->(
ContextProcessSection.49=Contexto padrão
ContextProcessSection.49=Contexto padr\u00E3o
ContextProcessSection.6=Novo contexto
ContextProcessSection.7=Dê um nome para o novo contexto
ContextProcessSection.ParameterNameIsNotValid=Nome parâmetro não é válido.
ContextProcessSection.RemoveInformation={0} é contexto padrão, ele não poder ser removido.
ContextProcessSection.7=D\u00EA um nome para o novo contexto
ContextProcessSection.ParameterNameIsNotValid=Nome par\u00E2metro n\u00E3o \u00E9 v\u00E1lido.
ContextProcessSection.RemoveInformation={0} \u00E9 contexto padr\u00E3o, ele n\u00E3o poder ser removido.
ContextProcessSection.errorTitle=Erro
ConextTableValuesComposite.nameLabel=Nome
ConextTemplateComposite.OrderMessages=Se você quiser reordenar as variáveis, elas devem estar selecionados
ConextTemplateComposite.OrderMessages=Se voc\u00EA quiser reordenar as vari\u00E1veis, elas devem estar selecionados
ConextTemplateComposite.OrderText=Ordem original
ContextSetConfigurationDialog.nameNotValid=O nome não é válido
ContextTemplateComposite.CommentLabel=Comentário
ContextSetConfigurationDialog.nameNotValid=O nome n\u00E3o \u00E9 v\u00E1lido
ContextTemplateComposite.CommentLabel=Coment\u00E1rio
ContextTemplateComposite.nameLabel=Nome
ContextTemplateComposite.scriptCodeLabel=Script código
ContextTemplateComposite.scriptCodeLabel=Script c\u00F3digo
ContextTemplateComposite.sourceLabel=Fonte
ContextTreeConstants.contextName=Contexto
ContextTreeConstants.promptName=Limite
ContextTreeConstants.valueName=Valor
ConextTemplateComposite.addToRepositoryContextAction.label=Adicionar ao contexto do repositório
ConextTemplateComposite.addToRepositoryContextAction.label=Adicionar ao contexto do reposit\u00F3rio
CorePreferencePage.iReportPath=Caminho do iReport
CorePreferencePage.javaInterpreter=Intérpreter &Java
CorePreferencePage.javaInterpreter=Int\u00E9rpreter &Java
CorePreferencePage.previewLimit=Multi Thread executando (Criar valor default para Job)
CorePreferencePage.runInMultiThread=Multi Thread execution (Criar valor default para o job)
CorePreferencePage.temporaryFiles=Arquivos temporários
CorePreferencePage.temporaryFiles=Arquivos tempor\u00E1rios
DbTableSelectorDialog.textContent=Selecione nome da tabela
ECodeLanguage.unknowLanguage=Idioma desconhecido
EComponentCategory_appearance=Aparência
EComponentCategory_assignment=Atribuição
EComponentCategory_appearance=Apar\u00EAncia
EComponentCategory_assignment=Atribui\u00E7\u00E3o
EComponentCategory_context=Contexto
EComponentCategory_doc=Documentação
EComponentCategory_doc=Documenta\u00E7\u00E3o
EComponentCategory_main=Main
EComponentCategory_properties=Propriedades
EComponentCategory_sqlTemplate=Template SQL
EComponentCategory_technical=Técnico
EComponentCategory_version=Versão
EComponentCategory_view=Visão
EComponentCategory_technical=T\u00E9cnico
EComponentCategory_version=Vers\u00E3o
EComponentCategory_view=Vis\u00E3o
EConnectionType.mainMenu=Main
EConnectionType.onComponentErrorMenu=Erro no componente
EConnectionType.onComponentOkMenu=Componente ok
EConnectionType.tableMenu=Tabela
EConnectionType.onRowsEndMenu=Última linha
EConnectionType.onRowsEndMenu=\u00DAltima linha
EConnectionType.synchronize=Sincronizar
EMetadataEncoding.Arabic=Arábico
EMetadataEncoding.Big5=Grande 5 (Chinês tradicional)
EMetadataEncoding.Arabic=Ar\u00E1bico
EMetadataEncoding.Big5=Grande 5 (Chin\u00EAs tradicional)
EMetadataEncoding.Cyrillic=Cyrillic
EMetadataEncoding.EUC_CN=Chinês simplificado (Extensão Unix Code - CN)
EMetadataEncoding.GB18030=Chinês nacional padrão
EMetadataEncoding.GB2312=Chinês
EMetadataEncoding.EUC_CN=Chin\u00EAs simplificado (Extens\u00E3o Unix Code - CN)
EMetadataEncoding.GB18030=Chin\u00EAs nacional padr\u00E3o
EMetadataEncoding.GB2312=Chin\u00EAs
EMetadataEncoding.Greek=Grego
EMetadataEncoding.Hebrew=Hebreu
EMetadataEncoding.Latin9=latin9
@@ -91,40 +93,42 @@ EMetadataEncoding.UTF16BE=Unicode BigEndian (16 bit)
EMetadataEncoding.UTF16LE=Unicode (16 bit)
EMetadataEncoding.UTF7=Unicode 2.0 UTF-7
EMetadataEncoding.UTF8=Unicode 2.0 UTF-8
ExtractMetaDataFromDataBase.SchemaNoPresent=Esquema não esta presente na base de dados
ExtractMetaDataFromDataBase.SchemaNoPresent=Esquema n\u00E3o esta presente na base de dados
ExtractMetaDataFromDataBase.connectionSuccessful=Conectado com sucesso
ExtractMetaDataFromDataBase.dbTypeNotFound=dbType '{0}' não encontrado
Function.FunctionName=Nome da função {0}
MetadataTableEditorView.CommentTitle=Comentário
ExtractMetaDataFromDataBase.dbTypeNotFound=dbType '{0}' n\u00E3o encontrado
Function.FunctionName=Nome da fun\u00E7\u00E3o {0}
ListPreferencePage.RemoveButtonName=Remover
MetadataTableEditorView.CommentTitle=Coment\u00E1rio
MetadataTalendTypeEditor.error.message=Mensagem de erro
PaletteContentDialog.connection=Configurar padrão de conexão:\n
PaletteContentDialog.hint=Configurar padrão da dica:
PaletteContentDialog.lable=Configurar padrão do label:
Parameter.Name=Nome Parâmetro
PaletteContentDialog.connection=Configurar padr\u00E3o de conex\u00E3o:\n
PaletteContentDialog.hint=Configurar padr\u00E3o da dica:
PaletteContentDialog.lable=Configurar padr\u00E3o do label:
Parameter.Name=Nome Par\u00E2metro
PatternCalendar.dateFormat="aaaa-MM-dd HH:mm:ss"
PatternCalendar.pattern=Padrão:
PatternCalendar.pattern=Padr\u00E3o:
PerspectiveMenuManager.perspectiveLabel=&Perspectiva
PropertiesWizardPage.Name=Nome
PropertiesWizardPage.Version=Versão
SelectRepositoryContextDialog.DeselectAll=Remover seleção de Todos
PropertiesWizardPage.Version=Vers\u00E3o
SelectRepositoryContextDialog.DeselectAll=Remover sele\u00E7\u00E3o de Todos
SelectRepositoryContextDialog.SelectAll=Selecionar tudo
TalendDataCollectorPreviewPreferencePage_Value=Valor
VariableItemEditor.name=Nome
VersionSection.Version=Versão
XmlArray.InvalidFile=Arquivo Inválido
repository.documentation=Documentação
repository.jobdoc=Documentação do Job
repository.jobletdoc=Documentação do Joblet
VariableItemEditor.remove=Remover
VersionSection.Version=Vers\u00E3o
XmlArray.InvalidFile=Arquivo Inv\u00E1lido
repository.documentation=Documenta\u00E7\u00E3o
repository.jobdoc=Documenta\u00E7\u00E3o do Job
repository.jobletdoc=Documenta\u00E7\u00E3o do Joblet
repository.concept=Conceito
repository.referencedProjects=Projetos referenciados
EUpdateItemType.Name=Nome
EUpdateResult.Update=Atualizar repositório
EUpdateResult.Update=Atualizar reposit\u00F3rio
EUpdateResult.Reload=Re-Carregar componentes
EUpdateResult.Rename=Alterar o nome
EUpdateResult.Delete=Deletar o repositório
EUpdateResult.Delete=Deletar o reposit\u00F3rio
UpdatesConstants.Context=Contexto
ProjectSettingsWizard.EditProjectPageTitle=Editar um Projeto
MultiStringSelectionDialog.nameEmpty=Nome não pode ser vazio
MultiStringSelectionDialog.nameEmpty=Nome n\u00E3o pode ser vazio
ApplicationActionBarAdvisor.menuFileLabel=&Arquivo
ApplicationActionBarAdvisor.menuEditLabel=&Editar
ApplicationActionBarAdvisor.navigateLabel=&Navegar
@@ -140,9 +144,9 @@ BusinessAppearanceComposite.textAlignment.vertical.top=superior
BusinessAppearanceComposite.textAlignment.vertical.bottom=inferior
BusinessAppearanceComposite.textAlignment.vertical.centre=Centro
ConnectionBean.Local=Local
ConnectionBean.DefaultConnection=Conexão padrão
ConnectionBean.DefaultConnection=Conex\u00E3o padr\u00E3o
OpenXSDFileDialog.cancel=Cancela
repository.servicesPort=Porta
HadoopCustomVersionDialog.btn.addLibBtn.tooltip=Adicionar Bibliotecas...
HadoopCustomLibrariesUtil.cannotCreate=Não posso criar {0}
HadoopCustomLibrariesUtil.cannotCreate=N\u00E3o posso criar {0}
LibrariesListSelectionDialog.browseButton.text=Browse...

View File

@@ -43,4 +43,4 @@ EUpdateItemType.Variable=Variabil
EUpdateItemType.Name=Nume
OpenXSDFileDialog.confirm=Confirma
repository.servicesPort=port
AbstractRepositoryContentHandler.deleteNode.exception=E\u015Fec în \u015Ftergerea relevantelor nodului: {0}
AbstractRepositoryContentHandler.deleteNode.exception=E\u015Fec \u00EEn \u015Ftergerea relevantelor nodului: {0}

View File

@@ -90,9 +90,9 @@ EMetadataEncoding.UTF7=\u042E\u043D\u0438\u043A\u043E\u0434 2.0 UTF-7
EMetadataEncoding.UTF8=\u042E\u043D\u0438\u043A\u043E\u0434 2.0 UTF-8
Function.FunctionName=\u041D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u0444\u0443\u043D\u043A\u0446\u0438\u0438 {0}
MetadataDialog.CopyToInput.toolTipText=\u041A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0432\u0441\u0435 \u0441\u0442\u043E\u043B\u0431\u0446\u044B \u0438\u0437 \u0432\u044B\u0445\u043E\u0434\u043D\u043E\u0439 \u0441\u0445\u0435\u043C\u044B \u0432\u043E \u0432\u0445\u043E\u0434\u043D\u0443\u044E
MetadataEmfTableEditor.ColumnInvalid=\u041D\u0435\u0432\u0435\u0440\u043D\u043E\u0435 \u0438\u043C\u044F \u0441\u0442\u043E\u043B\u0431\u0446\u0430 ''{0}''.
MetadataEmfTableEditor.ColumnNameExists=\u0422\u0430\u043A\u043E\u0435 \u0438\u043C\u044F \u0441\u0442\u043E\u043B\u0431\u0446\u0430 ''{0}'' \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442
MetadataTableEditor.ColumnNameIsInvalid=\u041D\u0435\u0432\u0435\u0440\u043D\u043E\u0435 \u0438\u043C\u044F \u0441\u0442\u043E\u043B\u0431\u0446\u0430 ''{0}''.
MetadataEmfTableEditor.ColumnInvalid=\u041D\u0435\u0432\u0435\u0440\u043D\u043E\u0435 \u0438\u043C\u044F \u0441\u0442\u043E\u043B\u0431\u0446\u0430 '{0}'.
MetadataEmfTableEditor.ColumnNameExists=\u0422\u0430\u043A\u043E\u0435 \u0438\u043C\u044F \u0441\u0442\u043E\u043B\u0431\u0446\u0430 '{0}' \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442
MetadataTableEditor.ColumnNameIsInvalid=\u041D\u0435\u0432\u0435\u0440\u043D\u043E\u0435 \u0438\u043C\u044F \u0441\u0442\u043E\u043B\u0431\u0446\u0430 '{0}'.
MetadataTableEditorView.ColumnTitle=\u041A\u043E\u043B\u043E\u043D\u043A\u0430
MetadataTableEditorView.CommentTitle=\u041A\u043E\u043C\u043C\u0435\u043D\u0442\u0430\u0440\u0438\u0439
MetadataTableEditorView.DBTypeTitle=\u0422\u0438\u043F \u0411\u0414

View File

@@ -0,0 +1,94 @@
AbstractComponentsProvider.folderNotExist=Adres\u00E1r {0} neexistuje.
AbstractItemMigrationTask.taskFailed=Migra\u010Dn\u00E1 \u00FAloha {0} zlyhala na polo\u017Eke {1}
ComponentsFormatPreferencePage.add=Prida\u0165
ComponentsFormatPreferencePage.remove=Odstr\u00E1ni\u0165
ComponentsFormatPreferencePage.ErrorTitle=CHYBA
ComponentToRepositoryProperty.error=CHYBA
ContextProcessSection.29=CHYBA
ContextProcessSection.errorTitle=CHYBA
ConextTableValuesComposite.nameLabel=Meno
ContextTemplateComposite.CommentLabel=Koment\u00E1r
ContextTemplateComposite.nameLabel=Meno
ContextTemplateComposite.sourceLabel=Zdroj
ContextTemplateComposite.typeLabel=Typ
ContextTreeConstants.contextName=Kontext
ContextTreeConstants.valueName=Hodnota
ECodeLanguage.unknowLanguage=Nezn\u00E1my jazyk
EComponentCategory_assignment=Priradenie
EComponentCategory_basicSetting=Z\u00E1kladn\u00E9 nastavenia
EComponentCategory_context=Kontext
EComponentCategory_doc=Dokument\u00E1cia
EComponentCategory_dynamicSetting=Dynamick\u00E9 nastavenia
EComponentCategory_main=Hlavn\u00FD
EComponentCategory_properties=Vlastnosti
EComponentCategory_version=Verzia
EComponentCategory_view=Poh\u013Ead
EConnectionType.mainMenu=Hlavn\u00FD
EConnectionType.tableMenu=Tabu\u013Eka
ExtractMetaDataFromDataBase.connectionSuccessful=\u00DAspe\u0161n\u00E9 pripojenie
ListPreferencePage.RemoveButtonName=Odstr\u00E1ni\u0165
MetadataTableEditorView.CommentTitle=Koment\u00E1r
MetadataTableEditorView.KeyTitle=K\u013E\u00FA\u010D
MetadataTableEditorView.LengthTitle=D\u013A\u017Eka
MetadataTableEditorView.TypleTitle=Typ
MetadataTalendTypeEditor.error.message=Chybov\u00E1 Hl\u00E1\u0161ka
MetadataTool.nullValue=Nulov\u00E1 Hodnota
PropertiesWizardPage.Author=Autor
PropertiesWizardPage.Description=Popis
PropertiesWizardPage.Name=Meno
PropertiesWizardPage.Status=Stav
PropertiesWizardPage.Version=Verzia
RoutinesFunctionProposal.CreatedBy=Vytvoril\:
RoutinesFunctionProposal.System=Syst\u00E9m
RoutinesFunctionProposal.User=U\u017E\u00EDvate\u013E
SchemaOperationChoiceDialog.Title=Sch\u00E9ma
SelectRepositoryContextDialog.CollapseAll=Zabali\u0165 v\u0161etko
SelectRepositoryContextDialog.ExpandAll=Rozbali\u0165 v\u0161etko
TalendDataCollectorPreviewPreferencePage_Key=K\u013E\u00FA\u010D
TalendDataCollectorPreviewPreferencePage_Value=Hodnota
VariableItemEditor.name=Meno
VariableItemEditor.new=Nov\u00FD
VariableItemEditor.remove=Odstr\u00E1ni\u0165
VersionSection.CreationDate=D\u00E1tum Vytvorenia
VersionSection.Version=Verzia
VersionSection.Status=Stav
XmlArray.InvalidFile=Nespr\u00E1vny s\u00FAbor.
repository.context=Kontexty
repository.documentation=Dokument\u00E1cia
repository.folder=ADRES\u00C1R
repository.metadata=Metad\u00E1ta
repository.concept=Koncept
repository.SAPFunction=SAP Funkcia
repository.metadataSQLPatterns=SQL \u0160abl\u00F3ny
repository.metadataTable=Metad\u00E1tov\u00E1 sch\u00E9ma
repository.metadataFileRules.alias=Pravidlo
repository.process=N\u00E1vrhy Jobu
repository.service=Servisy
repository.svnroot=Svn
EUpdateItemType.Schema=Sch\u00E9ma
EUpdateItemType.SAPFunction=SAP Funkcia
EUpdateItemType.Name=Meno
EUpdateItemType.ValidationRule=Overovacie Pravidlo
UpdatesConstants.Context=Kontext
UpdatesConstants.Component=Komponent
MetadataTypeLengthConstants.DATE_LENGHT=D\u00E1tum
MetadataTypeLengthConstants.STRING_LENGTH=String
BusinessAppearanceComposite.textAlignment.horizontal=Horizont\u00E1lny
BusinessAppearanceComposite.textAlignment.vertical=Vertik\u00E1lny
BusinessAppearanceComposite.textAlignment.horizontal.left=\u013Dav\u00FD
BusinessAppearanceComposite.textAlignment.horizontal.right=Prav\u00FD
ConnectionBean.Local=Lok\u00E1lny
OpenXSDFileDialog.cancel=Zru\u0161i\u0165
OpenXSDFileDialog.confirm=Potvrdenie
repository.routes=Cesty
repository.servicesPort=Port
HDFS=HDFS
HadoopCustomVersionDialog.table.descColumn=Popis
HadoopCustomVersionDialog.btn.addLibBtn.tooltip=Prida\u0165 Kni\u017Enice...
repository.libraries=Kni\u017Enice
repository.rules=Pravidl\u00E1
repository.rulesMatcher=Porovna\u0165
repository.systemIndicators.functionalDependency=Funk\u010Dn\u00E1 Z\u00E1vislos\u0165
repository.systemIndicators.simpleStatistics=Jednoduch\u00E9 \u0160tatistiky
AContextualAction.EditorManager_saveChangesQuestion='{0}' bol zmenen\u00FD. Ulo\u017Ei\u0165 zmeny?
EComponentCategory.parameters=Parrametre

View File

@@ -1,6 +1,5 @@
AbstractComponentsProvider.folderNotExist=Adresár {0} neexistuje.
AbstractItemMigrationTask.taskFailed=Migra\u010Dná úloha {0} zlyhala na polo\u017Eke {1}
ComponentsFormatPreferencePage.add=Prida\u0165
ComponentsFormatPreferencePage.remove=Odstráni\u0165
ComponentsFormatPreferencePage.ErrorTitle=CHYBA
ComponentToRepositoryProperty.error=CHYBA
@@ -23,6 +22,7 @@ EComponentCategory_main=Hlavn
EComponentCategory_properties=Vlastnosti
EComponentCategory_version=Verzia
EComponentCategory_view=Poh\u013Ead
EConnectionType.mainMenu=Hlavný
EConnectionType.tableMenu=Tabu\u013Eka
ExtractMetaDataFromDataBase.connectionSuccessful=Úspe\u0161né pripojenie
ListPreferencePage.RemoveButtonName=Odstráni\u0165

View File

@@ -5,5 +5,7 @@ ContextProcessSection.errorTitle=Gre\u0161ka
EComponentCategory_assignment=Dodela
EComponentCategory_sqlTemplate=SQL \u0161ablon
PropertiesWizardPage.Select=SELECT
SchemaOperationChoiceDialog.Title=Schema
repository.metadataSQLPatterns=SQL \u0161abloni
EUpdateItemType.Schema=Schema
MetadataTypeLengthConstants.STRING_LENGTH=String

View File

@@ -7,23 +7,23 @@ ConextTableValuesComposite.nameLabel=Ad\u0131
ContextTemplateComposite.nameLabel=Ad\u0131
ContextTemplateComposite.sourceLabel=Kaynak
ContextTemplateComposite.typeLabel=Tip
EComponentCategory_appearance=Görünüm
EComponentCategory_appearance=G\u00F6r\u00FCn\u00FCm
EComponentCategory_assignment=Atama
EComponentCategory_properties=Özellikler
EComponentCategory_properties=\u00D6zellikler
EComponentCategory_version=Versiyon
MetadataTableEditorView.TypleTitle=Tip
PropertiesWizardPage.Description=Aç\u0131klama
PropertiesWizardPage.Description=A\u00E7\u0131klama
PropertiesWizardPage.Name=Ad\u0131
PropertiesWizardPage.Version=Versiyon
SchemaOperationChoiceDialog.Title=\u015Eema
SelectRepositoryContextDialog.SelectAll=Tümünü Seç
SelectRepositoryContextDialog.SelectAll=T\u00FCm\u00FCn\u00FC Se\u00E7
VariableItemEditor.name=Ad\u0131
VersionSection.CreationDate=Olu\u015Fma Tarihi
VersionSection.Version=Versiyon
EUpdateItemType.Schema=\u015Eema
EUpdateItemType.Name=Ad\u0131
ApplicationActionBarAdvisor.menuFileLabel=&Dosya
ApplicationActionBarAdvisor.menuEditLabel=Dü&zenle
ApplicationActionBarAdvisor.menuEditLabel=D\u00FC&zenle
ApplicationActionBarAdvisor.navigateLabel=D&ola\u015F
ApplicationActionBarAdvisor.gotoLabel=&Git
ApplicationActionBarAdvisor.menuHelpLabel=&Yard\u0131m
@@ -32,5 +32,5 @@ BusinessAppearanceComposite.textAlignment.horizontal.centre=Orta
BusinessAppearanceComposite.textAlignment.vertical.centre=Orta
RepositoryContentProvider.repositoryLabel.Queries=Sorgular
repository.servicesPort=Port
HadoopCustomVersionDialog.table.descColumn=Aç\u0131klama
HadoopCustomVersionDialog.btn.addLibBtn.tooltip=Kütüphane ekle...
HadoopCustomVersionDialog.table.descColumn=A\u00E7\u0131klama
HadoopCustomVersionDialog.btn.addLibBtn.tooltip=K\u00FCt\u00FCphane ekle...

View File

@@ -1,97 +1,141 @@
AbstractComponentsProvider.folderNotExist=\u6587\u4EF6\u5939{0}\u4E0D\u5B58\u5728.
AbstractItemMigrationTask.taskFailed=\u8FC1\u79FB{0}\u9879\u76EE\u5931\u8D25{1}
AdvancedSocketFactory.failedInitial=\u9519\u8BEF\uFF1A\u65E0\u6CD5\u521D\u59CB\u5316\uFF1A
AbstractBrandingService_job_license_header_content=// ============================================================================\\\\n//\\\\n// Copyright (c) 2005-2010, Talend Inc.\\\\n//\\\\n// \u6B64\u6E90\u4EE3\u7801\u7531 _{0} \u81EA\u52A8\u751F\u6210\\\\n// / JobDesigner (CodeGenerator \u7248\u672C {1})\\\\n// \u60A8\u53EF\u4EE5\u5728 www.talend.com \u627E\u5230\u6709\u5173 Talend \u4EA7\u54C1\u7684\u66F4\u591A\u4FE1\u606F\u3002\\\\n// \u60A8\u53EF\u4EE5\u6839\u636E GNU LGPL \u8BB8\u53EF\u8BC1\u6761\u6B3E\u5206\u53D1\u6B64\u4EE3\u7801\\\\n// http://www.gnu.org/licenses/lgpl.html)\u3002\\\\n//\\\\n// ============================================================================
AbstractComponentsProvider.folderNotExist=\u6587\u4EF6\u5939 {0} \u4E0D\u5B58\u5728\u3002
AbstractItemMigrationTask.taskFailed=\u8FC1\u79FB\u4EFB\u52A1 {0} \u5728\u8FC1\u79FB\u9879\u76EE {1} \u65F6\u5931\u8D25
AdvancedSocketFactory.failedInitial=\u9519\u8BEF\uFF1A\u65E0\u6CD5\u521D\u59CB\u5316:
ArchiveFileExportOperationFullPath.SpecialFile=spagic.properties
ColorsCodeViewerPreferencePage.Comment1Color=\u6CE8\u91CA1 \u989C\u8272
ColorsCodeViewerPreferencePage.Comment2Color=\u6CE8\u91CA2 \u989C\u8272
ColorsCodeViewerPreferencePage.DigitColor=\u6570\u5B57 \u989C\u8272
ColorsCodeViewerPreferencePage.FunctionColor=\u65B9\u6CD5 \u989C\u8272
ColorsCodeViewerPreferencePage.InvalidColor=\u975E\u6CD5 \u989C\u8272
ColorsCodeViewerPreferencePage.LabelColor=\u6807\u7B7E \u989C\u8272
ColorsCodeViewerPreferencePage.Literal1Color=\u6587\u5B571 \u989C\u8272
ColorsCodeViewerPreferencePage.Literal2Color=\u6587\u5B572 \u989C\u8272
ColorsCodeViewerPreferencePage.MarkupColor=\u6807\u8BB0 \u989C\u8272
ColorsCodeViewerPreferencePage.OperatorColor=\u64CD\u4F5C\u7B26 \u989C\u8272
ColorsCodeViewerPreferencePage.defaultColor=\u9ED8\u8BA4 \u989C\u8272
ColorsCodeViewerPreferencePage.DigitColor=\u6570\u5B57\u989C\u8272
ColorsCodeViewerPreferencePage.FunctionColor=\u51FD\u6570\u989C\u8272
ColorsCodeViewerPreferencePage.InvalidColor=\u65E0\u6548\u989C\u8272
ColorsCodeViewerPreferencePage.LabelColor=\u6807\u7B7E\u989C\u8272
ColorsCodeViewerPreferencePage.Literal1Color=\u6587\u5B57 1 \u989C\u8272
ColorsCodeViewerPreferencePage.Literal2Color=\u6587\u5B57 2 \u989C\u8272
ColorsCodeViewerPreferencePage.MarkupColor=\u6807\u8BB0\u989C\u8272
ColorsCodeViewerPreferencePage.OperatorColor=\u64CD\u4F5C\u7B26\u989C\u8272
ColorsCodeViewerPreferencePage.defaultColor=\u9ED8\u8BA4\u989C\u8272
ColorsCodeViewerPreferencePage.fieldTip=\u7C97\u4F53(&B)
ColorsCodeViewerPreferencePage.keyword1Color=\u5173\u952E\u5B571 \u989C\u8272
ColorsCodeViewerPreferencePage.keyword2Color=\u5173\u952E\u5B572 \u989C\u8272
ColorsCodeViewerPreferencePage.keyword3Color=\u5173\u952E\u5B573 \u989C\u8272
ColumnNameChangedExt.columnChanged=\u7ED3\u70B9: {0} \u5217\u6539\u53D8: {1}-> {2}
ComponentsFormatPreferencePage.add=\u589E\u52A0
ComponentsFormatPreferencePage.errorCreateConnectionName=\u547D\u540D"{0}"\u65E0\u6548
ComponentsFormatPreferencePage.formatConnection=\u683C\u5F0F\u5316\u9ED8\u8BA4\u8FDE\u63A5
ComponentsFormatPreferencePage.formatLable=\u683C\u5F0F\u5316\u9ED8\u8BA4\u6807\u7B7E
ComponentsFormatPreferencePage.remove=\u53BB\u9664
ColorsCodeViewerPreferencePage.keyword1Color=\u5173\u952E\u5B57 1 \u989C\u8272
ColorsCodeViewerPreferencePage.keyword2Color=\u5173\u952E\u5B57 2 \u989C\u8272
ColorsCodeViewerPreferencePage.keyword3Color=\u5173\u952E\u5B57 3 \u989C\u8272
ColumnNameChangedExt.columnChanged=\u8282\u70B9\uFF1A{0} \u5217\u5DF2\u66F4\u6539\uFF1A{1}-> {2}
ComponentsFormatPreferencePage.add=\u6DFB\u52A0
ComponentsFormatPreferencePage.errorCreateConnectionName=\u547D\u540D \"{0}\" \u65E0\u6548
ComponentsFormatPreferencePage.formatConnection=\u683C\u5F0F\u8FDE\u63A5\u9ED8\u8BA4\u503C:
ComponentsFormatPreferencePage.formatHint=\u683C\u5F0F\u63D0\u793A\u9ED8\u8BA4\u503C:
ComponentsFormatPreferencePage.formatLable=\u683C\u5F0F\u6807\u7B7E\u9ED8\u8BA4\u503C:
ComponentsFormatPreferencePage.remove=\u79FB\u9664
ComponentsFormatPreferencePage.ErrorTitle=\u9519\u8BEF
ComponentToRepositoryProperty.error=\u9519\u8BEF
ComponentToRepositoryProperty.ImpossibleUseOCI=\u4E0D\u80FD\u5728\u5B58\u50A8\u5E93\u4E2D\u4F7F\u7528 OCI \u7C7B\u578B\uFF01
ContextComposite.tableValue=\u8868\u683C\u5F0F\u503C
ContextComposite.treeValue=\u6811\u683C\u5F0F\u503C
ContextValueErrorChecker.ErrorTitile=\u4E0A\u4E0B\u6587\u503C\u9519\u8BEF:
ContextComposite.variable=\u53D8\u91CF
ContextParameterProposal.ContextVariable=\\n\\n\u4E0A\u4E0B\u6587\u53D8\u91CF\u3002
ContextParameterProposal.Description=\u63CF\u8FF0\uFF1A{0}
ContextValueErrorChecker.ErrorTitile=\u4E0A\u4E0B\u6587\u503C\u9519\u8BEF:
ContextParameterProposal.NoCommentAvaiable=\u6CA1\u6709\u6CE8\u91CA\u3002
ContextProcessSection.1=\u83DC\u5355\u8868\u683C
ContextProcessSection.12=\u4E3A\u4E0A\u4E0B\u6587\u6539\u540D
ContextProcessSection.13=\u4E3A\u4E0A\u4E0B\u6587\u6307\u5B9A\u65B0\u540D\u5B57{0}
ContextProcessSection.2=\u8BF7\u786E\u8BA4?
ContextParameterProposal.Type=\\n\u7C7B\u578B\uFF1A{1}
ContextParameterProposal.VariableName=\\r\\n\\r\\n\u53D8\u91CF\u540D\u79F0\uFF1A{2}
ContextProcessSection.1=menuTable
ContextProcessSection.12=\u91CD\u547D\u540D\u4E0A\u4E0B\u6587
ContextProcessSection.13=\u4E3A\u4E0A\u4E0B\u6587\u6307\u5B9A\u65B0\u540D\u79F0 {0}
ContextProcessSection.2=\u8981\u6C42\u786E\u8BA4\uFF1F
ContextProcessSection.29=\u9519\u8BEF
ContextProcessSection.30=\u540D\u5B57\u5DF2\u5B58\u5728
ContextProcessSection.4=\u6DFB\u52A0\u65B0\u7684\u4E0A\u4E0B\u6587 ->(
ContextProcessSection.49=\u7F3A\u7701\u4E0A\u4E0B\u6587
ContextProcessSection.30=\u540D\u79F0\u5DF2\u5B58\u5728
ContextProcessSection.4=\u6DFB\u52A0\u65B0\u7684\u4E0A\u4E0B\u6587\uFF0C\u57FA\u4E8E ->(
ContextProcessSection.49=\u9ED8\u8BA4\u4E0A\u4E0B\u6587
ContextProcessSection.50=ContextProcessSection.14
ContextProcessSection.51=ContextProcessSection.15
ContextProcessSection.6=\u65B0\u7684\u4E0A\u4E0B\u6587
ContextProcessSection.7=\u4E3A\u65B0\u7684\u4E0A\u4E0B\u6587\u6307\u5B9A\u540D\u5B57
ContextProcessSection.ParameterNameIsNotValid=\u53C2\u6570\u540D\u5B57\u65E0\u6548\u3002
ContextProcessSection.RemoveInformation={0}\u4E3A\u9ED8\u8BA4\u7684\u4E0A\u4E0B\u6587,\u4E0D\u80FD\u5220\u9664
ContextProcessSection.7=\u4E3A\u65B0\u7684\u4E0A\u4E0B\u6587\u6307\u5B9A\u540D\u79F0
ContextProcessSection.ParameterNameIsNotValid=\u53C2\u6570\u540D\u79F0\u65E0\u6548\u3002
ContextProcessSection.RemoveInformation={0} \u4E3A\u9ED8\u8BA4\u4E0A\u4E0B\u6587\uFF0C\u4E0D\u80FD\u79FB\u9664\u3002
ContextProcessSection.errorTitle=\u9519\u8BEF
ConextTableValuesComposite.nameLabel=\u4f5c\u4e1a\u540d
ConextTemplateComposite.OrderMessages=\u5982\u679C\u60A8\u60F3\u91CD\u65B0\u6392\u5217\u53D8\u91CF\uFF0C\u5FC5\u987B\u9009\u4E2D\u5B83.
ConextTableValuesComposite.nameLabel=\u540D\u79F0
ConextTemplateComposite.OrderMessages=\u5982\u679C\u60A8\u60F3\u91CD\u65B0\u6392\u5217\u53D8\u91CF\uFF0C\u5219\u5FC5\u987B\u9009\u4E2D\u5B83\u3002
ConextTemplateComposite.OrderText=\u539F\u59CB\u987A\u5E8F
ContextSetConfigurationDialog.nameNotValid=\u8BE5\u540D\u79F0\u65E0\u6548
ContextTemplateComposite.CommentLabel=\u5217\u6CE8\u91CA
ContextTemplateComposite.nameLabel=\u4f5c\u4e1a\u540d
ContextSetConfigurationDialog.nameNotValid=\u540D\u79F0\u65E0\u6548
ContextTemplateComposite.CommentLabel=\u6CE8\u91CA
ContextTemplateComposite.nameLabel=\u540D\u79F0
ContextTemplateComposite.scriptCodeLabel=\u811A\u672C\u4EE3\u7801
ContextTemplateComposite.sourceLabel=\u6E90
ContextTemplateComposite.typeLabel=\u7C7B\u578B
ContextTreeConstants.contextName=\u7EC4\u4EF6
ContextTreeConstants.contextName=\u4E0A\u4E0B\u6587
ContextTreeConstants.promptName=\u63D0\u793A
ContextTreeConstants.valueName=\u503c
ContextTreeConstants.valueName=\u503C
ContextTreeConstants.variableName=\u53D8\u91CF
ConextTemplateComposite.addToRepositoryContextAction.label=\u6DFB\u52A0\u5230repository\u4E0A\u4E0B\u6587
CorePreferencePage.componentDefaultFileDirectory=\u7EC4\u4EF6\u7F3A\u7701\u6587\u4EF6\u76EE\u5F55
ConextTemplateComposite.addToRepositoryContextAction.label=\u6DFB\u52A0\u5230\u5B58\u50A8\u5E93\u4E0A\u4E0B\u6587
CorePreferencePage.componentDefaultFileDirectory=\u7EC4\u4EF6\u9ED8\u8BA4\u6587\u4EF6\u76EE\u5F55
CorePreferencePage.groupBySource=\u5728\u4E0A\u4E0B\u6587\u201C\u6839\u636E\u6E90\u5206\u7EC4\u201D
CorePreferencePage.iReportPath=iReport \u8DEF\u5F84
CorePreferencePage.javaInterpreter=Java\u89E3\u91CA\u5668
CorePreferencePage.perlInterpreter=Perl\u89E3\u91CA\u5668
CorePreferencePage.alwaysWelcome=\u542F\u52A8\u65F6\u59CB\u7EC8\u663E\u793A\u6B22\u8FCE\u89C6\u56FE
CorePreferencePage.javaInterpreter=Java\u89E3\u91CA\u5668(&J)
CorePreferencePage.perlInterpreter=Perl \u89E3\u91CA\u5668
CorePreferencePage.previewLimit=\u9884\u89C8\u9650\u5236
CorePreferencePage.runInMultiThread=\u591A\u7EBF\u7A0B\u8FD0\u884C(\u521b\u5efa\u65b0\u4f5c\u4e1a\u9ed8\u8ba4\u91c7\u7528)
CorePreferencePage.temporaryFiles=\u4E34\u65F6\u6587\u4EF6
CorePreferencePage.runInMultiThread=\u591A\u7EBF\u7A0B\u6267\u884C (\u521B\u5EFA\u65B0\u4F5C\u4E1A\u9ED8\u8BA4\u91C7\u7528)
CorePreferencePage.temporaryFiles=\u4E34\u65F6\u6587\u4EF6(&T)
DbTableSelectorDialog.textContent=\u9009\u62E9\u8868\u540D
ECodeLanguage.unknowLanguage=\u672A\u77E5\u8BED\u8A00
EComponentCategory_advanceSetting=\u9AD8\u7EA7\u8BBE\u7F6E
EComponentCategory_appearance=\u5916\u89C2
EComponentCategory_assignment=\u6307\u6D3E
EComponentCategory_context=\u7EC4\u4EF6
EComponentCategory_assignment=\u5206\u914D
EComponentCategory_basicSetting=\u57FA\u672C\u8BBE\u7F6E
EComponentCategory_context=\u4E0A\u4E0B\u6587
EComponentCategory_doc=\u6587\u6863
EComponentCategory_main=\u4E3B\u7EBF
EComponentCategory_sqlTemplate=SQL\u6A21\u677F
EComponentCategory_statsAndLogs=\u9759\u6001\u4FE1\u606F\u548C\u65E5\u5FD7
EComponentCategory_dynamicSetting=\u52A8\u6001\u8BBE\u7F6E
EComponentCategory_errorRecovery=\u9519\u8BEF\u6062\u590D
EComponentCategory_extra=\u9644\u52A0
EComponentCategory_logs=\u65E5\u5FD7
EComponentCategory_main=\u4E3B
EComponentCategory_properties=\u5C5E\u6027
EComponentCategory_rulerAndGrid=\u6807\u5C3A\u548C\u7F51\u683C
EComponentCategory_sqlTemplate=SQL \u6A21\u677F
EComponentCategory_statsAndLogs=\u7EDF\u8BA1\u53CA\u65E5\u5FD7
EComponentCategory_svnHistory=SVN \u5386\u53F2\u8BB0\u5F55
EComponentCategory_technical=\u6280\u672F
EComponentCategory_version=\u7248\u672C
EComponentCategory_view=\u89c6\u56fe
EComponentCategory_headerFooter=\u6587\u4EF6\u5934/\u6587\u4EF6\u5C3E
EComponentCategory_view=\u89C6\u56FE
EComponentCategory.validationRules=\u9A8C\u8BC1\u89C4\u5219
EComponentCategory.advancedSettings=\u9AD8\u7EA7\u8BBE\u7F6E
EComponentCategory.basicRun=\u57FA\u672C\u8FD0\u884C
EComponentCategory.breakpoint=\u65AD\u70B9
EComponentCategory.parallelization=\u5E76\u884C
EComponentCategory.debugRun=\u8C03\u8BD5\u8FD0\u884C
EComponentCategory.targetExec=\u76EE\u6807\u6267\u884C
EComponentCategory.availableExtensions=\u53EF\u7528\u6269\u5C55
EComponentCategory.downloadedExtensions=\u5DF2\u4E0B\u8F7D\u6269\u5C55
EComponentCategory.myExtensions=\u6211\u7684\u6269\u5C55
EComponentCategory.executeJob=\u6267\u884C\u4F5C\u4E1A
EComponentCategory.monitoring=\u76D1\u63A7
EComponentCategory.hadoopConfig=Hadoop \u914D\u7F6E
EConnectionType.iteratorMenu=\u8FED\u4EE3
EConnectionType.lookupMenu=\u8ffd\u52a0\u5217
EConnectionType.onComponentErrorMenu=\u7EC4\u4EF6\u8FD0\u884C\u9519\u8BEF
EConnectionType.onComponentOkMenu=\u7EC4\u4EF6\u8FD0\u884C\u6B63\u786E
EConnectionType.onSubjobErrorMenu=\u5B50job\u9519\u8BEF
EConnectionType.onSubjobOkMenu=\u5B50job\u6B63\u786E
EConnectionType.lookupMenu=\u67E5\u627E
EConnectionType.mainMenu=\u4E3B
EConnectionType.onComponentErrorMenu=\u7EC4\u4EF6\u9519\u8BEF\u65F6
EConnectionType.onComponentOkMenu=\u7EC4\u4EF6\u6B63\u5E38\u65F6
EConnectionType.onSubjobErrorMenu=\u5B50\u4F5C\u4E1A\u9519\u8BEF\u65F6
EConnectionType.onSubjobOkMenu=\u5B50\u4F5C\u4E1A\u6B63\u5E38\u65F6
EConnectionType.runAfterMenu=\u8FD0\u884C\u540E
EConnectionType.runIfMenu=\u6B63\u5E38\u65F6\u8FD0\u884C
EConnectionType.tableMenu=\u8868\u683C
EConnectionType.runIfMenu=Run if
EConnectionType.tableMenu=\u8868
EConnectionType.onRowsEndMenu=\u884C\u7ED3\u675F\u65F6
EConnectionType.mergeMenu=\u5408\u5E76
EConnectionType.synchronize=\u540C\u6B65
EConnectionType.parallelize=\u5E76\u884C
EConnectionType.startsMenu=\u542F\u52A8
EConnectionType.route=\u8DEF\u7531
EConnectionType.when=\u4F55\u65F6
EConnectionType.otherwise=Otherwise
EConnectionType.try=\u5C1D\u8BD5
EConnectionType.catch=Catch
EConnectionType.finally=Finally
EConnectionType.endblock=\u8DEF\u7531
EMetadataEncoding.Arabic=\u963F\u62C9\u4F2F\u8BED
EMetadataEncoding.Big5=\u7E41\u4F53\u4E2D\u6587
EMetadataEncoding.Big5=\u5927\u4E94\u7801 (\u7E41\u4F53\u4E2D\u6587)
EMetadataEncoding.Cyrillic=\u53E4\u4EE3\u65AF\u62C9\u592B\u8BED
EMetadataEncoding.EUC_CN=\u7B80\u4F53\u4E2D\u6587(\u6269\u5C55\u7684Unix Code-CN)
EMetadataEncoding.GB18030=\u4E2D\u6587\u56FD\u6807
EMetadataEncoding.EUC_CN=\u7B80\u4F53\u4E2D\u6587 (\u6269\u5C55\u7684 Unix Code-CN)
EMetadataEncoding.GB18030=\u4E2D\u56FD\u56FD\u5BB6\u6807\u51C6
EMetadataEncoding.GB2312=\u4E2D\u6587
EMetadataEncoding.Greek=\u5E0C\u814A
EMetadataEncoding.Hebrew=\u5E0C\u4F2F\u6765\u8BED
@@ -101,157 +145,336 @@ EMetadataEncoding.Latin3=Latin3 (\u5357\u6B27)
EMetadataEncoding.Latin4=Latin4 (\u5317\u6B27)
EMetadataEncoding.Latin5=Latin5 (\u571F\u8033\u5176\u8BED)
EMetadataEncoding.Latin6=Latin6 (\u65E5\u8033\u66FC\u8BED)
EMetadataEncoding.Microsoft_Latin1=\u5FAE\u8F6F(Latin-1)
EMetadataEncoding.UTF16=Unicode 2.0 (16\u4F4D)
EMetadataEncoding.UTF16BE=Unicode BigEndian (16\u4F4D)
ERepositoryObjectType.FolderNotFound=\u7C7B\u578B{0}\u7684\u76EE\u5F55\u672A\u627E\u5230
EMetadataEncoding.Latin9=latin9
EMetadataEncoding.Microsoft_Latin1=Microsoft (Latin-1)
EMetadataEncoding.UTF16=Unicode 2.0 (16 \u4F4D)
EMetadataEncoding.UTF16BE=Unicode BigEndian (16 \u4F4D)
EMetadataEncoding.UTF16LE=Unicode (16 \u4F4D)
EMetadataEncoding.UTF7=Unicode 2.0 UTF-7
EMetadataEncoding.UTF8=Unicode 2.0 UTF-8
ERepositoryObjectType.FolderNotFound=\u7C7B\u578B {0} \u7684\u6587\u4EF6\u5939\u672A\u627E\u5230\u3002
ERepositoryObjectType.NotImplemented=\u672A\u5B9E\u73B0
ExtractMetaDataFromDataBase.SchemaNoPresent=Schema\u5728\u6570\u636E\u5E93\u4E2D\u672A\u51FA\u73B0
ExtractMetaDataFromDataBase.SchemaNoPresent=Schema \u5728\u6570\u636E\u5E93\u4E2D\u672A\u51FA\u73B0
ExtractMetaDataFromDataBase.connectionSuccessful=\u8FDE\u63A5\u6210\u529F
ExtractMetaDataFromDataBase.dbTypeNotFound=dbType{0}\u672A\u627E\u5230
Function.FunctionName=\u51FD\u6570\u540D{0}
FunctionManager.PurePerl.Desc=\u8BBE\u7F6E\u81EA\u5B9A\u4E49\u8868\u8FBE\u5F0F
ExtractMetaDataFromDataBase.dbTypeNotFound=dbType \'{0}\' \u672A\u627E\u5230
ExtractMetaDataUtils.1=\u65E0\u6CD5\u521D\u59CB\u5316\u8FDE\u63A5\uFF01
Function.FunctionName=\u51FD\u6570\u540D {0}
FunctionManager.PurePerl.Desc=\u8BBE\u7F6E\u81EA\u5B9A\u4E49\u8868\u8FBE\u5F0F\u3002
FunctionManager.PurePerl.ParaName=\u81EA\u5B9A\u4E49\u53C2\u6570
GlobalServiceRegister.ServiceNotRegistered=\u670D\u52A1{0}\u6CA1\u6709\u88AB\u6CE8\u518C
GlobalServiceRegister.ServiceNotRegistered=\u670D\u52A1 {0} \u8FD8\u672A\u6CE8\u518C\u3002
GroupByContextAction.groupContext=\u6309\u4E0A\u4E0B\u6587\u5206\u7EC4
GroupByVariableAction.groupVariable=\u6309\u53D8\u91CF\u5206\u7EC4
JavaFunctionParser.checkMethod=\u4F8B\u7A0B\uFF1A\"{0}.{1}\\\\\" \u89E3\u6790\u5931\u8D25\u3002\u8BF7\u68C0\u67E5\u60A8\u7684\u65B9\u6CD5\u3002
JavaGlobalVariableProposal.Description=\u63CF\u8FF0\uFF1A{0}
JavaGlobalVariableProposal.VariableName=\\n\\r\\n\u53D8\u91CF\u540D\u79F0\uFF1A{1}
JavaSimpleDateFormatProposalProvider.displaySingleQuote=\\ \'\'\uFF1A\u663E\u793A\u4E00\u4E2A\u5355\u5F15\u53F7
JavaSimpleDateFormatProposalProvider.quoteDisplayError=\u4E24\u4E2A\u5355\u5F15\u53F7\u663E\u793A\u4E3A\u4E00\u4E2A\u5355\u5F15\u53F7
ListPreferencePage.RemoveButtonName=\u53BB\u9664
MetadataDialog.CopyToInput.toolTipText=\u5C06\u8F93\u51FAschema\u6240\u6709\u5217\u590D\u5236\u5230\u8F93\u5165schema
MetadataDialog.CopySelectionToInput.toolTipText=\u5C06\u8F93\u51FAschema\u5DF2\u9009\u62E9\u7684\u5217\u590D\u5236\u5230\u8F93\u5165schema
MetadataDialog.CopyToOutput=\u5C06\u8F93\u5165schema\u6240\u6709\u5217\u590D\u5236\u5230\u8F93\u51FAschema
MetadataDialog.CopySelectionToOutput=\u5C06\u8F93\u5165schema\u5DF2\u9009\u62E9\u7684\u5217\u590D\u5236\u5230\u8F93\u51FAschema
MetadataDialog.Message=\u6240\u6709\u6765\u81EA\u8F93\u5165Schema\u7684\u5217\u5C06\u88AB\u8F6C\u6362\u5230\u8F93\u51FASchema
MetadataDialog.SchemaModification=Schema\u7F16\u8F91
MetadataDialog.TransferMessage=\u6240\u6709\u6765\u81EA\u8F93\u51FASchema\u7684\u5217\u5C06\u88AB\u8F6C\u6362\u5230\u8F93\u5165Schema
MetadataEmfTableEditor.ColumnInvalid=\u5217\u540D{0}
MetadataEmfTableEditor.ColumnNameExists=\u5217\u540D{0}\u5DF2\u5B58\u5728\u3002
MetadataTableEditor.ColumnNameExists=\u5217\u540D{0}\u5DF2\u7ECF\u5B58\u5728\u3002
MetadataTableEditor.ColumnNameIsInvalid=\u5217\u540D{0}
JavaTypesManager.bigDecimal=BIGDECIMAL \u662F\u6570\u5B57\uFF1A
JavaTypesManager.integer=INTEGER \u662F\u6570\u5B57:
JavaTypesManager.list=LIST \u662F\u6570\u5B57:
JavaTypesManager.string=STRING \u662F\u6570\u5B57\uFF1A
LDAPCATruster.failedCreateCert=\u65E0\u6CD5\u521B\u5EFA\u8BC1\u4E66\u5E93:
LDAPCATruster.failedCreateTmp=\u65E0\u6CD5\u521B\u5EFA\u4E34\u65F6\u4FE1\u4EFB\u5E93:
LDAPCATruster.failedInitialTrust=\u65E0\u6CD5\u521B\u5EFA\u521D\u59CB\u4FE1\u4EFB\u7BA1\u7406\u5668:
LDAPCATruster.failedLoadCert=\u65E0\u6CD5\u52A0\u8F7D\u8BC1\u4E66\u5E93:
LDAPCATruster.failedSaveTrust=\u65E0\u6CD5\u4FDD\u5B58\u4FE1\u4EFB\u5E93:
LDAPCATruster.locationInvalid=\u8BC1\u4E66\u5E93\u6587\u4EF6\u7684\u4F4D\u7F6E\u65E0\u6548:
LDAPCATruster.noCertificate=\\n\u8BF7\u4F7F\u7528 keytool \u547D\u4EE4\u5BFC\u5165\u670D\u52A1\u5668\u8BC1\u4E66\u3002
LDAPCATruster.sslError1=SSL \u9519\u8BEF\uFF1A\u670D\u52A1\u5668\u8BC1\u4E66\u94FE\u9A8C\u8BC1\u5931\u8D25\u3002
LDAPCATruster.sslError2=SSL \u9519\u8BEF\uFF1A\u670D\u52A1\u5668\u8BC1\u4E66\u94FE\u9A8C\u8BC1\u5931\u8D25\u4E14 \\\\nCA \u7F3A\u5931\u3002
LDAPCATruster.sslError3=SSL \u9519\u8BEF\uFF1ACA \u8BC1\u4E66\u4E0D\u5728\u670D\u52A1\u5668\u8BC1\u4E66\u94FE\u4E2D\u3002
ListPreferencePage.RemoveButtonName=\u79FB\u9664
LogImageCacheAction.CacheImage=\u7F13\u5B58\u56FE\u50CF:
LogImageCacheAction.CacheImageDesc=\u7F13\u5B58\u56FE\u50CF\u63CF\u8FF0:
MappingFileLoader.DbTypeAlreadyExists=\u5728 dbms id \"{0}\" \u6620\u5C04\u4E2D\uFF0CDb \u7C7B\u578B \"{1}\" \u591A\u6B21\u51FA\u73B0\u5728\u4EE5\u4E0B\u8282\u70B9\u4E0A\u7684 \"{2}\" \u6587\u4EF6\u4E2D\uFF1A{3}
MappingFileLoader.DbmsIdAlreadyExists=ID \u4E3A \"{0}\" \u7684 Dbms \u5DF2\u7ECF\u5B58\u5728\uFF01\"
MappingFileLoader.InvalidTalendType=\"{0}\" \u4E0D\u662F\u8282\u70B9\uFF1A{3} \u4E0A dbms id \"{2}\" \u7684\u6709\u6548 {1} Talend \u7C7B\u578B
MappingFileLoader.UnbindedDbTypes=\u5728 dbms ID \"{0}\" \u6620\u5C04\u6587\u4EF6\u4E2D\uFF0C\u4EE5\u4E0B Db \u7C7B\u578B\u672A\u7ED1\u5B9A \"{1}\" Talend \u7C7B\u578B\uFF1A{2}
MappingFileLoader.UnbindedTalendTypes=\u5728 dbms id \"{0}\" \u6620\u5C04\u6587\u4EF6\u4E2D\uFF0C\u4EE5\u4E0B Talend \u7C7B\u578B\u672A\u7ED1\u5B9A \"{1}\" Db \u7C7B\u578B\uFF1A{2}
MappingFileLoader.UndeclaredDbType=\"{0}\" \u6CA1\u6709\u88AB\u58F0\u660E\u4E3A\u8282\u70B9\uFF1A{2} \u4E0A dbms id \"{1}\" \u7684 Db \u7C7B\u578B
MetadataDialog.CopyToInput.toolTipText=\u5C06\u8F93\u51FA schema \u7684\u6240\u6709\u5217\u590D\u5236\u5230\u8F93\u5165 schema
MetadataDialog.CopySelectionToInput.toolTipText=\u5C06\u8F93\u51FA schema \u4E2D\u7684\u9009\u5B9A\u5217\u590D\u5236\u5230\u8F93\u5165 schema
MetadataDialog.CopyToOutput=\u5C06\u8F93\u5165 schema \u7684\u6240\u6709\u5217\u590D\u5236\u5230\u8F93\u51FA schema
MetadataDialog.CopySelectionToOutput=\u5C06\u8F93\u5165 schema \u4E2D\u7684\u9009\u5B9A\u5217\u590D\u5236\u5230\u8F93\u51FA schema
MetadataDialog.Message=\u6240\u6709\u6765\u81EA\u8F93\u5165 Schema \u7684\u5217\u5C06\u88AB\u4F20\u8F93\u5230\u8F93\u51FA Schema
MetadataDialog.SchemaModification=Schema \u7F16\u8F91
MetadataDialog.TransferMessage=\u6240\u6709\u6765\u81EA\u8F93\u51FA Schema \u7684\u5217\u5C06\u88AB\u4F20\u8F93\u5230\u8F93\u5165 Schema
MetadataEmfTableEditor.ColumnInvalid=\u5217\u540D\u79F0 \'\'{0}\'\' \u65E0\u6548\u3002
MetadataEmfTableEditor.ColumnNameExists=\u5217\u540D\u79F0 \'\'{0}\'\' \u5DF2\u5B58\u5728\u3002
MetadataEmfTableEditor.ColumnNameIsNullError=\u9519\u8BEF\uFF1A\u5217\u540D\u4E3A null
MetadataTableEditor.ColumnNameExists=\u5217\u540D\u79F0 \'\'{0}\'\' \u5DF2\u7ECF\u5B58\u5728\u3002
MetadataTableEditor.ColumnNameIsInvalid=\u5217\u540D\u79F0 \'\'{0}\'\' \u65E0\u6548\u3002
MetadataTableEditor.ColumnNameIsNull=\u9519\u8BEF\uFF1A\u5217\u540D\u4E3A null
MetadataTableEditorView.ColumnTitle=\u5217
MetadataTableEditorView.CommentTitle=\u5217\u6CE8\u91CA
MetadataTableEditorView.DBTypeTitle=\u5fc5\u987b\u9009\u62e9 DB \u7c7b\u578b
MetadataTableEditorView.DefaultTitle=\u65e0
MetadataTableEditorView.KeyTitle=\u5173\u952E\u5B57
MetadataTableEditorView.CommentTitle=\u6CE8\u91CA
MetadataTableEditorView.DBTypeTitle=\u6570\u636E\u5E93\u7C7B\u578B
MetadataTableEditorView.DefaultTitle=\u9ED8\u8BA4
MetadataTableEditorView.KeyTitle=\u952E
MetadataTableEditorView.LengthTitle=\u957F\u5EA6
MetadataTableEditorView.NullableTitle=\u53EF\u4E3A\u7A7A
MetadataTableEditorView.PatternTitle=\u6A21\u5F0F (\u53EA\u9650\u6570\u636E)
MetadataTableEditorView.NullableTitle=\u53EF\u4E3A Null
MetadataTableEditorView.PatternTitle=\u65E5\u671F\u683C\u5F0F (Ctrl+Space \u53EF\u7528)
MetadataTableEditorView.PrecisionTitle=\u7CBE\u5EA6
MetadataTableEditorView.TypleTitle=\u7C7B\u578B
MetadataTalendType.DBMSNotSetted=\u6570\u636E\u5E93\u672A\u8BBE\u7F6E
MetadataTalendTypeEditor.button.edit=\u7F16\u8F91(E&)
MetadataTalendTypeEditor.button.export=\u5BFC\u51FA(E&)
MetadataTalendTypeEditor.button.import=\u5BFC\u5165(I&)
MetadataTalendTypeEditor.column1.Name=Metadata\u6620\u5C04\u6587\u4EF6
MetadataTalendTypeEditor.editMappingDialog.title=\u7F16\u8F91Mapping\u6587\u4EF6
MetadataTalendTypeEditor.error.message=\u9519\u8BEF\u4FE1\u606F
MetadataTalendTypeEditor.fileIsImported=\u6587\u4EF6\u5DF2\u5B58\u5728\u3002
MetadataTalendTypeEditor.fileIsInvalid=\u5BFC\u5165\u6587\u4EF6\u4E0D\u5408\u6CD5\u3002
MetadataTalendTypeEditor.fileNameStartRule=\u6587\u4EF6\u540D\u5FC5\u987B\u4EE5'mapping_'\u5F00\u5934\u3002
PaletteContentDialog.connection=\u683C\u5F0F\u5316\u9ED8\u8BA4\u8FDE\u63A5
PaletteContentDialog.lable=\u683C\u5F0F\u5316\u9ED8\u8BA4\u6807\u7B7E
Parameter.Name=\u53C2\u6570\u540D
MetadataTalendType.dbIdNotFound=DBMS Id\uFF1A{0} \u627E\u4E0D\u5230\uFF01
MetadataTalendType.DBMSNotSetted=DBMS \u672A\u8BBE\u7F6E
MetadataTalendTypeEditor.button.edit=\u7F16\u8F91(&D)
MetadataTalendTypeEditor.button.export=\u5BFC\u51FA(&X)
MetadataTalendTypeEditor.button.import=\u5BFC\u5165 (&M)
MetadataTalendTypeEditor.column1.Name=\u5143\u6570\u636E\u6620\u5C04\u6587\u4EF6
MetadataTalendTypeEditor.editMappingDialog.title=\u7F16\u8F91\u6620\u5C04\u6587\u4EF6
MetadataTalendTypeEditor.error.message=\u9519\u8BEF\u6D88\u606F
MetadataTalendTypeEditor.fileIsImported=\u6B64\u6587\u4EF6\u5DF2\u5BFC\u5165\u3002
MetadataTalendTypeEditor.fileIsInvalid=\u5BFC\u5165\u7684\u5143\u6570\u636E\u6587\u4EF6\u65E0\u6548\u3002
MetadataTalendTypeEditor.fileNameStartRule=\u6587\u4EF6\u540D\u5FC5\u987B\u4EE5 \'mapping_\' \u5F00\u5934\u3002
MetadataTool.errorMessage=\u65E0\u6CD5\u8F93\u5165\u5F53\u524D\u5B57\u7B26\u3002
MetadataTool.invalid=\u65E0\u6548\u503C
MetadataTool.invalidChar=\u65E0\u6548\u5B57\u7B26
MetadataTool.nameNull=Schema \u540D\u79F0\u4E0D\u80FD\u4E3A null\u3002
MetadataTool.nullValue=Null \u503C
MetadataTool.schemaExist=schema \u540D\u79F0\u5DF2\u5B58\u5728\u3002
MetadataTool.schemaIn=schema \u540D\u79F0\u65E0\u6548\u3002
MetadataTool.schemaInvalid=Schema \u540D\u79F0\u65E0\u6548\u3002
MetadataTool.schemaNull=Schema \u540D\u79F0\u4E3A null\u3002
NodeReturnProposal.Availability=\\n\u53EF\u7528\u6027\uFF1A{4}
NodeReturnProposal.Description=\u63CF\u8FF0\uFF1A{0}
NodeReturnProposal.GlobalVariable=\\n\\n\u5168\u5C40\u53D8\u91CF\uFF0C\u7EC4\u4EF6 {1} [{2}] \u7684\u5C5E\u6027\u3002
NodeReturnProposal.Type=\\n\u7C7B\u578B\uFF1A{3}
NodeReturnProposal.VariableName=\\r\\n\\r\\n\u53D8\u91CF\u540D\u79F0\uFF1A{5}
PaletteContentDialog.connection=\u683C\u5F0F\u8FDE\u63A5\u9ED8\u8BA4\u503C:
PaletteContentDialog.hint=\u683C\u5F0F\u63D0\u793A\u9ED8\u8BA4\u503C:
PaletteContentDialog.lable=\u683C\u5F0F\u6807\u7B7E\u9ED8\u8BA4\u503C:
Parameter.Comment=\\ \u6CE8\u91CA:
Parameter.Name=\u53C2\u6570\u540D\u79F0
Parameter.Type=\\ \u7C7B\u578B:
Parameter.Value=\\ \u503C:
PatternCalendar.dateFormat=\"yyyy-MM-dd HH:mm:ss\"
PatternCalendar.example=\u793A\u4F8B:
PatternCalendar.pattern=\u6A21\u5F0F:
PerlDynamicProposalUtil.autoConvert=\\ \u4F1A\u5728\u751F\u6210\u7684\u4EE3\u7801\u4E2D\u81EA\u52A8\u8F6C\u6362\u4E3A {0}->[index]
PerlGlobalVariableProposal.Description=\u63CF\u8FF0\uFF1A{0}
PerlGlobalVariableProposal.VariableName=\\r\\n\\r\\n\u53D8\u91CF\u540D\u79F0\uFF1A{1}
PerspectiveMenuManager.dummy=\u865A\u62DF
PerspectiveMenuManager.perspectiveLabel=\u900F\u89C6\u56FE(&P)
ProcessorUtilities.finalizeBuild=\u6700\u7EC8\u786E\u5B9A\u6784\u5EFA...
ProcessorUtilities.generatingJob=\u6B63\u5728\u751F\u6210\u4F5C\u4E1A...
ProcessorUtilities.loadingJob=\u6B63\u5728\u52A0\u8F7D\u4F5C\u4E1A...
PropertiesWizard.EditPropertiesPageTitle=\u7F16\u8F91\u5C5E\u6027
PropertiesWizard.alreadyLockedByUser=\u5C5E\u6027\u4E3A\u53EA\u8BFB\u72B6\u6001
PropertiesWizard.alreadyLockedByUser=\u56E0\u4E3A\u8FD9\u4E2A\u9879\u76EE\u5DF2\u88AB\u4E00\u4F4D\u7F16\u8F91\u8005\u9501\u5B9A\uFF0C\u6240\u4EE5\u5176\u5C5E\u6027\u4E3A\u53EA\u8BFB\u3002
PropertiesWizardPage.Author=\u4F5C\u8005
PropertiesWizardPage.Description=\u5FC5\u8981\u7684
PropertiesWizardPage.ItemExistsError=\u76F8\u540C\u540D\u79F0\u7684\u9879\u5DF2\u5B58\u5728\uFF0C\u5982\u6709\u9700\u8981\uFF0C\u8BF7\u68C0\u67E5\u56DE\u6536\u7AD9
PropertiesWizardPage.KeywordsError=\u540D\u5B57\u4E0D\u5408\u6CD5
PropertiesWizardPage.Name=\u4f5c\u4e1a\u540d
PropertiesWizardPage.NameEmptyError=\u4f5c\u4e1a\u540d\u4e3a\u7a7a\u3002
PropertiesWizardPage.NameFormatError=\u4f5c\u4e1a\u540d\u5305\u542b\u4e0d\u5408\u6cd5\u7b26\u3002
PropertiesWizardPage.Locker=\u9501\u5B9A\u4EBA
PropertiesWizardPage.Description=\u63CF\u8FF0
PropertiesWizardPage.EmptyDescWarning=\u4E0D\u5EFA\u8BAE\u5C06\u63CF\u8FF0\u7559\u7A7A\u3002
PropertiesWizardPage.EmptyPurposeWarning=\u4E0D\u5EFA\u8BAE\u5C06\u76EE\u7684\u7559\u7A7A\u3002
PropertiesWizardPage.ItemExistsError=\u6B64\u9879\u76EE\u5DF2\u5B58\u5728\u3002\u8BF7\u68C0\u67E5\u56DE\u6536\u7AD9\u5E76\u5728\u9700\u8981\u65F6\u6E05\u7A7A\u3002
PropertiesWizardPage.KeywordsError=\u540D\u79F0\u4E0D\u662F\u6709\u6548\u6807\u8BC6\u7B26\u3002
PropertiesWizardPage.Name=\u540D\u79F0
PropertiesWizardPage.NameEmptyError=\u540D\u79F0\u4E3A\u7A7A\u3002
PropertiesWizardPage.NameFormatError=\u540D\u79F0\u5305\u542B\u9519\u8BEF\u5B57\u7B26\u3002
PropertiesWizardPage.Path=\u8DEF\u5F84
PropertiesWizardPage.Purpose=\u76EE\u7684
PropertiesWizardPage.Select=\u9009\u62E9
PropertiesWizardPage.SelectfolderMessage=\u9009\u62E9\u5C06\u8981\u521B\u5EFA\u6761\u76EE\u7684\u6587\u4EF6\u5939
PropertiesWizardPage.SelectfolderTitle=\u9009\u62E9\u76EE\u5F55
PropertiesWizardPage.SelectfolderMessage=\u9009\u62E9\u5C06\u8981\u521B\u5EFA\u9879\u76EE\u7684\u6587\u4EF6\u5939
PropertiesWizardPage.SelectfolderTitle=\u9009\u62E9\u6587\u4EF6\u5939
PropertiesWizardPage.Status=\u72B6\u6001
PropertiesWizardPage.Version=\u7248\u672C
PropertiesWizardPage.Version.Major=M
PropertiesWizardPage.Version.Minor=m
PropertiesWizardPage.ImageSizeError=\u8BF7\u9009\u62E9\u5C3A\u5BF8\u4E3A 32*32 \u7684\u56FE\u50CF\u3002
RelationshipItemBuilder.buildingIndex=\u6B63\u5728\u6784\u5EFA\u7D22\u5F15...
RelationshipItemBuilder.forItem=\u4E3A\u9879\u76EE
RepositoryObject.NotImplemented=\u672A\u5B9E\u73B0
RepositoryUpdateManager.Title=\u4fee\u6539
RepositoryToComponentProperty.xmlFileSelection=\u9009\u62E9\u8981\u9A8C\u8BC1\u7684 XML \u6587\u4EF6
RepositoryUpdateManager.Title=\u4FEE\u6539
RepositoryUpdateManager.Check=\u68C0\u67E5\u4E2D...
RepositoryUpdateManager.Messages=\u662F\u5426\u5C06\u4FEE\u6539\u4F20\u64AD\u5230\u6240\u6709\u4F5C\u4E1A\uFF1F\\n\u53EF\u80FD\u8981\u5F88\u4E45\u3002
RepositoryUpdateManager.MessagesForTDQ=\u662F\u5426\u8981\u5C06\u4FEE\u6539\u4F20\u64AD\u5230\u6240\u6709\u4F5C\u4E1A\uFF1F\\n\u67D0\u4E9B\u5206\u6790\u4F9D\u8D56\u5173\u7CFB\u4F1A\u4E22\u5931\u4FE1\u606F\u3002\\n\u53EF\u80FD\u8981\u5F88\u4E45
RepositoryUpdateManager.NoModificationTitle=\u6CA1\u6709\u9700\u8981\u7684\u4FEE\u6539
RepositoryUpdateManager.NoModificationMessages=\u6CA1\u6709\u9700\u8981\u7684\u66F4\u65B0
RepositoryUpdateManager.NoModificationMessages=\u6CA1\u6709\u66F4\u65B0\u6240\u9700\u7684\u4FEE\u6539\u3002
RepositoryUpdateManager.NotFoundMessages=\u6CA1\u6709\u53EF\u5BFB\u627E\u7684\u5173\u7CFB\u3002
RepositoryUpdateManager.NotFoundTitle=\u627E\u4E0D\u5230
RepositoryUpdateManager.RenameContextMessages=\u662F\u5426\u786E\u5B9A\u8981\u7ACB\u5373\u5C06\u91CD\u547D\u540D\u7684\u53D8\u91CF\u4F20\u64AD\u5230\u6240\u6709\u7684\u4F5C\u4E1A\uFF1F\\n\\n \u5982\u679C\u662F\uFF0C\u53EF\u80FD\u9700\u8981\u5F88\u957F\u65F6\u95F4\u8FDB\u884C\u66F4\u65B0\u3002\\n\\n \u5982\u679C\u4E0D\u662F\uFF0C\u65E7\u7684\u53D8\u91CF\u5C06\u6539\u4E3A\u5185\u7F6E\u4E8E\u4F5C\u4E1A\u4E2D\u3002
RepositoryUpdateManager.RenameContextTitle=\u91CD\u547D\u540D\u95EE\u9898
RepositoryUpdateManager.ItemsToUpdate=\u68C0\u67E5\u9879\u76EE\u4EE5\u66F4\u65B0
RepositoryUpdateManager.ItemsToUpdate=\u68C0\u67E5\u8981\u66F4\u65B0\u7684\u9879\u76EE
RoutinesFunctionProposal.CreatedBy=\u521B\u5EFA\u4EBA:
RoutinesFunctionProposal.Description=\u63CF\u8FF0:
RoutinesFunctionProposal.Example=\u793A\u4F8B:
RoutinesFunctionProposal.ReturnType=\u8FD4\u56DE\u7C7B\u578B:
RoutinesFunctionProposal.System=\u7CFB\u7EDF
RoutinesFunctionProposal.User=\u7528\u6237
SchemaCellEditor.giveSchemaName=\u7ED9\u56FE\u89E3\u547D\u540D
RoutinesFunctionProposal.VariableName=\\r\\n\\r\\n\u53D8\u91CF\u540D\u79F0\uFF1A{2}
RuleOperationChoiceDialog.editRules=\u7F16\u8F91\u89C4\u5219
RuleOperationChoiceDialog.rule=\u89C4\u5219:
RuleOperationChoiceDialog.selectRulesFile=\u4ECE\u6587\u4EF6\u9009\u62E9\u89C4\u5219
RuleOperationChoiceDialog.viewRules=\u67E5\u770B\u89C4\u5219 (\u53EA\u8BFB)
SchemaCellEditor.giveSchemaName=\u7ED9 schema \u547D\u540D
SchemaCellEditor.inputName=\u8F93\u5165\u540D\u79F0
SchemaCellEditor.nameExistOrInvalid=\u6539\u540D\u79F0\u5DF2\u5B58\u5728\u6216\u65E0\u6548
SchemaCellEditor.schemaName=\u56FE\u89E3\u540D
SchemaOperationChoiceDialog.ChangeBuiltInMessage=\u66F4\u6539\u56FE\u89E3\u5230built-in\u6A21\u5F0F
SchemaOperationChoiceDialog.ChangeRepositoryMessage=\u4ECE\u5E93\u4E2D\u66F4\u6539Schema
SchemaOperationChoiceDialog.CreateBuiltInMessage=Built-in\u4E2D\u521B\u5EFA\u56FE\u89E3
SchemaOperationChoiceDialog.CreateRepositoryMessage=\u4ECE\u5E93\u4E2D\u521B\u5EFA\u56FE\u89E3\u3002
SchemaOperationChoiceDialog.StatusMessage=\u65E0\u6548\u6216\u5DF2\u5B58\u5728\u7684\u56FE\u89E3
SchemaOperationChoiceDialog.Title=\u67B6\u6784
SelectRepositoryContextDialog.DeselectAll=\u5168\u90E8\u4E0D\u9009
SelectRepositoryContextDialog.CollapseAll=\u6536\u8D77
SelectRepositoryContextDialog.Label=\u9009\u62E9\u5E93\u4E0A\u4E0B\u6587\u4E2D\u7684\u53D8\u91CF\u3002
SchemaCellEditor.nameExistOrInvalid=\u6B64\u540D\u79F0\u5DF2\u5B58\u5728\u6216\u65E0\u6548
SchemaCellEditor.schemaName=Schema \u540D\u79F0
SchemaOperationChoiceDialog.ChangeBuiltInMessage=\u5C06 schema \u66F4\u6539\u4E3A\u5185\u7F6E\u3002
SchemaOperationChoiceDialog.ChangeRepositoryMessage=\u4ECE\u5B58\u50A8\u5E93\u4E2D\u66F4\u6539 schema\u3002
SchemaOperationChoiceDialog.CreateBuiltInMessage=\u4E3A \"\u5185\u7F6E\" \u521B\u5EFA schema
SchemaOperationChoiceDialog.CreateRepositoryMessage=\u4ECE\u5B58\u50A8\u5E93\u521B\u5EFA schema\u3002
SchemaOperationChoiceDialog.EditSchemaMessage=\u7F16\u8F91 schema\u3002
SchemaOperationChoiceDialog.Message=\u8BF7\u9009\u62E9\u4E00\u4E2A\u9009\u9879\u6216\u53D6\u6D88\u3002
SchemaOperationChoiceDialog.Option=\u9009\u9879
SchemaOperationChoiceDialog.StatusMessage=schema \u65E0\u6548\u6216\u5DF2\u5B58\u5728
SchemaOperationChoiceDialog.Title=Schema
SchemaOperationChoiceDialog.ViewSchemaMessage=\u67E5\u770B schema (\u53EA\u8BFB)\u3002
SchemaXPathQuerysDialog.Mappings=\u6620\u5C04
SelectRepositoryContextDialog.DeselectAll=\u53D6\u6D88\u5168\u9009
SelectRepositoryContextDialog.CollapseAll=\u5168\u90E8\u6298\u53E0
SelectRepositoryContextDialog.DuplicationMessage=\u60A8\u5DF2\u5728\u4E0A\u4E0B\u6587 \"{1}\" \u4E2D\u9009\u62E9\u53D8\u91CF \"{0}\"\u3002
SelectRepositoryContextDialog.DuplicationTitle=\u91CD\u590D\u8B66\u544A\uFF01
SelectRepositoryContextDialog.ExistenceMessage=\u4F5C\u4E1A\u4E2D\u5DF2\u7ECF\u5B58\u5728\u53D8\u91CF \"{0}\" (\u4E0A\u4E0B\u6587\uFF1A\"{1}\")\u3002
SelectRepositoryContextDialog.Label=\u4ECE\u5B58\u50A8\u5E93\u4E0A\u4E0B\u6587\u4E2D\u9009\u62E9\u53D8\u91CF\u3002
SelectRepositoryContextDialog.SelectAll=\u5168\u9009
SelectRepositoryContextDialog.ExpandAll=\u5C55\u5F00
SelectRepositoryContextDialog.ExpandAll=\u5C55\u5F00\u5168\u90E8
SelectRepositoryContextDialog.Title=\u9009\u62E9\u4E0A\u4E0B\u6587\u53D8\u91CF
SelectRepositoryContextGroupDialog.Default=\u65e0
TalendDataCollectorPreviewPreferencePage_Key=\u5173\u952E\u5B57
TalendDataCollectorPreviewPreferencePage_Value=\u503c
SelectRepositoryContextDialog.View=\u67E5\u770B...
SelectRepositoryContextGroupDialog.Default=\u9ED8\u8BA4
SelectRepositoryContextGroupDialog.Messages=\\ \u5728\u4F5C\u4E1A\u4E2D\uFF0C\u4ECE\u5B58\u50A8\u5E93\u4E0A\u4E0B\u6587\u6DFB\u52A0\u4E00\u4E2A\u4E0D\u5B58\u5728\u7684\u4E0A\u4E0B\u6587\u7EC4
SelectRepositoryContextGroupDialog.Title=\u6DFB\u52A0\u4E0A\u4E0B\u6587\u7EC4
TalendDataCollectorPreferencePage_EnableCapture=\u542F\u7528\u6355\u83B7
TalendDataCollectorPreferencePage_Description=Usage Data Collector \u91C7\u96C6\u4E2A\u4EBA\u5982\u4F55\u4F7F\u7528 Talend \u4EA7\u54C1\u7684\u76F8\u5173\u4FE1\u606F\u3002\u5176\u76EE\u7684\u662F\u901A\u8FC7\u8FD9\u4E9B\u6570\u636E\u5E2E\u52A9 Talend \u66F4\u597D\u5730\u4E86\u89E3\u7528\u6237\u548C\u7EC4\u7EC7\u5982\u4F55\u4F7F\u7528 Talend \u4EA7\u54C1\u3002
TalendDataCollectorPreviewPreferencePage_Description=\u4EE5\u4E0B\u952E/\u503C\u5DF2\u88AB Usage Data Collector \u6355\u83B7\u3002
TalendDataCollectorPreviewPreferencePage_EmptyValue=<Empty>
TalendDataCollectorPreviewPreferencePage_Key=\u952E
TalendDataCollectorPreviewPreferencePage_Value=\u503C
TalendDataCollectorUploadingPreferencePage_Description=Usage Data Collector \u6536\u96C6\u7684\u4FE1\u606F\u4F1A\u5B9A\u671F\u4E0A\u4F20\u5230 Talend \u6258\u7BA1\u7684\u670D\u52A1\u5668\u3002
TalendDataCollectorUploadingPreferencePage_LastUpload=\u4E0A\u6B21\u4E0A\u4F20
TalendDataCollectorUploadingPreferencePage_Uploadingtitile=\u6B63\u5728\u4E0A\u4F20
TalendDataCollectorUploadingPreferencePage_UploadPeriod=\u4E0A\u4F20\u5468\u671F
TalendDataCollectorUploadingPreferencePage_Days=\u65E5
TalendTabbedPropertyComposite.compactButton.toolTip=\u7F29\u653E\u89C6\u56FE
TalendTabbedPropertyComposite.tableButton.toolTip=\u8868\u89C6\u56FE
TalendType.TypeName=\u7C7B\u578B\u540D{0}
VariableItemEditor.name=\u4f5c\u4e1a\u540d
VariableItemEditor.new=\u65b0
VariableItemEditor.remove=\u53BB\u9664
VariableItemEditor.twmplatePattern=\u6A21\u677F\u6837\u5F0F\uFF1A
VariableItemEditor.variable=\u53D8\u91CF\uFF1A
TalendType.TypeName=\u7C7B\u578B\u540D\u79F0 {0}
VariableItemEditor.insertVariable=\u63D2\u5165\u53D8\u91CF\u5360\u4F4D\u7B26(&V)...
VariableItemEditor.name=\u540D\u79F0
VariableItemEditor.new=\u65B0\u5EFA
VariableItemEditor.remove=\u79FB\u9664
VariableItemEditor.twmplatePattern=\u6A21\u677F\u6837\u5F0F:
VariableItemEditor.variable=\u53D8\u91CF:
VersionSection.CreationDate=\u521B\u5EFA\u65E5\u671F
VersionSection.ModificationDate=\u4FEE\u6539\u65E5\u671F
VersionSection.Version=\u7248\u672C
VersionSection.Status=\u72B6\u6001
XmlArray.InvalidFile=\u65E0\u6548\u7684\u6587\u4EF6\u3002
XSDValidater.IllegalArgument=\u8F93\u5165\u7684XSD\u6587\u4EF6\u4E0D\u5B58\u5728\u3002
XPathQueryMetadataTableEditorViewExt.xpathQuerys=Schema XPathQuery
XSDValidater.IllegalArgument=\u8F93\u5165 XSD \u6587\u4EF6\u4E0D\u5B58\u5728
repository.context=\u4E0A\u4E0B\u6587
repository.column=\u5217
repository.documentation=\u6587\u6863
repository.folder=\u6587\u4EF6\u5939
repository.generated=HTM\u6587\u6863
repository.generated=\u751F\u6210
repository.jobdoc=\u4F5C\u4E1A\u6587\u6863
repository.joblet=\u5C0F\u4F5C\u4E1A\u8BBE\u8BA1
repository.recyclebin=\u56DE\u6536\u7AD9
repository.jobletdoc=\u5C0F\u4F5C\u4E1A\u6587\u6863
repository.joblets=\u5C0F\u4F5C\u4E1A
repository.jobs=\u4F5C\u4E1A
repository.metadata=\u5143\u6570\u636E
repository.metadataConnections=\u6570\u636E\u5E93\u8FDE\u63A5
repository.metadataConnections.alias=\u6570\u636E\u5E93
repository.metadataConnections.alias=DB
repository.metadataFileEDCDIC=Copybook
repository.metadataFileEDCDIC.alias=Copybook
repository.concept=\u6982\u5FF5
repository.metadataFileDelimited=\u5206\u5272\u6587\u4EF6
repository.metadataTable=\u5143\u6570\u636ESchema
repository.metadataSAPConnections=SAP \u8FDE\u63A5
repository.metadataSAPConnections.alias=SAP
repository.SAPFunction=SAP \u51FD\u6570
repository.metadataSQLPatterns=SQL \u6A21\u677F
repository.metadataSQLPatterns.alias=SQLTemplates
repository.metadataFileDelimited=\u5206\u9694\u6587\u4EF6
repository.metadataFileDelimited.alias=DELIM
repository.metadataTable=\u5143\u6570\u636E Schema
repository.metadataColumn=\u5143\u6570\u636E\u5217
repository.metadataFileRules=\u5D4C\u5165\u89C4\u5219
repository.metadataFileRules.alias=\u89C4\u5219
repository.metadataFileHL7=HL7
repository.metadataFileHL7.alias=HL7
repositorymetadataEDIFact=UN/EDIFACT
repositorymetadataEDIFact.alias=UN/EDIFACT
repository.metadataFileFTP=FTP
repository.metadataFileFTP.alias=FTP
repository.metadataFileBRMS=BRMS
repository.metadataFileBRMS.alias=BRMS
repository.metadataLinkFileRules=LinkRules
repository.metadataLinkFileRules.alias=LinkRule
repository.metadataValidationRules=\u9A8C\u8BC1\u89C4\u5219
repository.metadataValidationRules.alias=VR
repository.process=\u4F5C\u4E1A\u8BBE\u8BA1
repository.service=\u670D\u52A1
repository.query=\u67E5\u8BE2
repository.referencedProjects=\u5F15\u7528\u7684\u9879\u76EE
repository.CDC=CDC
repository.svnroot=SVN
repository.referencedProjects=\u5F15\u7528\u7684\u5DE5\u7A0B
repository.beans=Beans
repository.snippets=\u7247\u65AD
repository.tdqelement=TDQ \u5143\u7D20
repository.tdqelement.analysis=TDQ \u5206\u6790
repository.tdqelement.report=TDQ \u62A5\u544A
repository.tdqelement.dbconnection=TDQ \u6570\u636E\u5E93\u8FDE\u63A5
repository.tdqelement.mdmconnection=TDQ MDM \u8FDE\u63A5
repository.tdqelement.businessrule=TDQ \u4E1A\u52A1\u89C4\u5219
repository.tdqelement.indicator=TDQ \u6307\u6807
repository.tdqelement.pattern=TDQ \u6A21\u5F0F
EUpdateItemType.Property=\u5C5E\u6027
EUpdateItemType.Schema=\u67B6\u6784
EUpdateItemType.Schema=Schema
EUpdateItemType.SAPFunction=SAP \u51FD\u6570
EUpdateItemType.SAPIDoc=SAP IDoc
EUpdateItemType.Query=\u67E5\u8BE2
EUpdateItemType.Variable=\u53D8\u91CF
EUpdateItemType.Name=\u4f5c\u4e1a\u540d
EUpdateResult.BuiltIn=\u66F4\u6539\u4E3ABuilt-In\u6A21\u5F0F
EUpdateResult.JobletUpdate=\u66F4\u65B0joblet\u8282\u70B9
EUpdateItemType.ContextGroup=ContextGroup
EUpdateItemType.Components=\u7EC4\u4EF6
EUpdateItemType.Name=\u540D\u79F0
EUpdateItemType.JobVersion=JobVersion
EUpdateItemType.ValidationRule=\u9A8C\u8BC1\u89C4\u5219
EUpdateResult.BuiltIn=\u66F4\u6539\u4E3A\u5185\u7F6E\u6A21\u5F0F
EUpdateResult.JobletUpdate=\u66F4\u65B0\u5C0F\u4F5C\u4E1A\u8282\u70B9
EUpdateResult.Update=\u4ECE\u5B58\u50A8\u5E93\u66F4\u65B0
EUpdateResult.Reload=\u91CD\u65B0\u52A0\u8F7D\u7EC4\u4EF6
EUpdateResult.Rename=\u66F4\u6539\u540D\u79F0
EUpdateResult.Delete=\u4ECE\u5E93\u4E2D\u5220\u9664
UpdatesConstants.Context=\u7EC4\u4EF6
UpdatesConstants.Job=\u4f5c\u4e1a
EUpdateResult.Add=\u4ECE\u5B58\u50A8\u5E93\u6DFB\u52A0
EUpdateResult.Delete=\u4ECE\u5B58\u50A8\u5E93\u4E2D\u5220\u9664
UpdatesConstants.Context=\u4E0A\u4E0B\u6587
UpdatesConstants.ContextGroup=\u4E0A\u4E0B\u6587\u7EC4
UpdatesConstants.Component=\u7EC4\u4EF6
UpdatesConstants.Joblet=Joblet
UpdatesConstants.Job=\u4F5C\u4E1A
UpdatesConstants.JobVersion=JobVersion
ProjectSettingsWizard.EditProjectPageTitle=\u7F16\u8F91\u5DE5\u7A0B
MetadataTypeLengthConstants.FIELD_DEFAULT_TYPE=\u9ED8\u8BA4\u7C7B\u578B
MetadataTypeLengthConstants.FIELD_DEFAULT_LENGTH=\u9ED8\u8BA4\u957F\u5EA6
MetadataTypeLengthConstants.VALUE_DEFAULT_TYPE=\u9ED8\u8BA4\u7C7B\u578B
MetadataTypeLengthPreferencePage.VALUE=\u7A7A\u503C\u5B57\u6BB5\u9ED8\u8BA4\u8BBE\u7F6E
MetadataTypeLengthPreferencePage.FIELD=\u6240\u6709\u5B57\u6BB5\u9ED8\u8BA4\u8BBE\u7F6E
MetadataTypeLengthConstants.VALUE_DEFAULT_LENGTH=\u9ED8\u8BA4\u957F\u5EA6
MetadataTypeLengthPreferencePage.VALUE=Null \u503C\u5B57\u6BB5\u7684\u9ED8\u8BA4\u8BBE\u7F6E
MetadataTypeLengthPreferencePage.FIELD=\u6240\u6709\u5B57\u6BB5\u7684\u9ED8\u8BA4\u8BBE\u7F6E
MetadataTypeLengthPreferencePage.DBTYPE=\u6570\u636E\u7C7B\u578B\u7684\u9ED8\u8BA4\u957F\u5EA6
MetadataTypeLengthConstants.CHARACTER_LENGTH=\u5b57\u7b26
MetadataTypeLengthConstants.BOOLEAN_LENGTH=Boolean
MetadataTypeLengthConstants.BIGDECIMAL_LENGTH=BigDecimal
MetadataTypeLengthConstants.BYTE_LENGTH=Byte
MetadataTypeLengthConstants.INTEGER_LENGTH=\u6574\u6570
MetadataTypeLengthConstants.BYTEARRAY_LENGTH=byte[]
MetadataTypeLengthConstants.LONG_LENGTH=Long
MetadataTypeLengthConstants.CHARACTER_LENGTH=\u5B57\u7B26
MetadataTypeLengthConstants.OBJECT_LENGTH=\u5BF9\u8C61
MetadataTypeLengthConstants.DATE_LENGHT=\u65E5\u671F
MetadataTypeLengthConstants.SHORT_LENGTH=Short
MetadataTypeLengthConstants.DOUBLE_LENGTH=Double
MetadataTypeLengthConstants.STRING_LENGTH=String
MetadataTypeLengthConstants.FLOAT_LENGTH=Float
MetadataTypeLengthConstants.LIST_LENGTH=\u5217\u8868
MetadataTypeLengthConstants.DATETIME_LENGTH=Datetime
ModuleListCellEditor.externalLabel=\u5916\u90E8\u6A21\u5757
ModuleListCellEditor.innerLabel=\u5185\u90E8\u6A21\u5757
ModuleListCellEditor.selectLabel=\u9009\u62E9\u6A21\u5757
ModuleListCellEditor.title=\u9009\u62E9\u6A21\u5757
MultiStringSelectionDialog.nameEmpty=\u540D\u79F0\u4E0D\u80FD\u4E3A\u7A7A
PromptDialog.stringTip=\u8F93\u5165\u6587\u5B57\u5FC5\u987B\u7F6E\u4E8E\u5355\u5F15\u53F7\u5185\u3002
ApplicationActionBarAdvisor.menuFileLabel=\u6587\u4EF6(&F)
ApplicationActionBarAdvisor.menuEditLabel=\u7F16\u8F91(&E)
ApplicationActionBarAdvisor.gotoLabel=\u8DF3\u8F6C
ApplicationActionBarAdvisor.navigateLabel=\u5BFC\u822A(&N)
ApplicationActionBarAdvisor.gotoLabel=\u8DF3\u8F6C(&G)
ApplicationActionBarAdvisor.projectLabel=\u5DE5\u7A0B(&P)
ApplicationActionBarAdvisor.menuWindowLabel=\u7A97\u53E3(&W)
ApplicationActionBarAdvisor.menuHelpLabel=\u5E2E\u52A9(&H)
BusinessAppearanceComposite.textAlignmentGroup=\u6587\u672C\u5BF9\u9F50
@@ -263,11 +486,150 @@ BusinessAppearanceComposite.textAlignment.horizontal.centre=\u4E2D\u592E
BusinessAppearanceComposite.textAlignment.vertical.top=\u9876\u90E8
BusinessAppearanceComposite.textAlignment.vertical.bottom=\u5E95\u90E8
BusinessAppearanceComposite.textAlignment.vertical.centre=\u4E2D\u592E
ConnectionBean.Local= \u672C\u5730
ConnectionBean.Local=\u672C\u5730
ConnectionBean.Remote=\u8FDC\u7A0B
ConnectionBean.DefaultConnection=\u9ED8\u8BA4\u8FDE\u63A5
InegerCellEditorListener.NegativeNumberMessage={0} \u7684\u503C\u4E0D\u80FD\u8BBE\u5B9A\u4E3A\u8D1F\u6570\u3002
InegerCellEditorListener.NumeralMessage={0} \u7684\u503C\u5E94\u8BE5\u4E3A\u6570\u5B57\u3002
OpenXSDFileDialog.cancel=\u53D6\u6D88
repository.servicesPort=\u4EE3\u7406\u7AEF\u53E3
OpenXSDFileDialog.confirm=\u786E\u8BA4
OpenXSDFileDialog.fileName=\u6587\u4EF6\u540D:
OpenXSDFileDialog.xmlFileSelection=\u9009\u62E9\u8981\u9A8C\u8BC1\u7684 XML \u6587\u4EF6
OpenXSDFileDialog.xmlSelectedOrNot=\u7531\u4E8E\u60A8\u9009\u62E9\u4E86 XSD \u5143\u6570\u636E\u6587\u4EF6\uFF0C\\n \u5E94\u8BE5\u6709\u4E00\u4E2A xml \u6587\u4EF6\u9700\u8981\u9A8C\u8BC1\u3002
RepositoryContentProvider.repositoryLabel.Queries=\u67E5\u8BE2
repository.routes=\u8DEF\u7531
repository.servicesOperation=\u64CD\u4F5C
repository.servicesPort=\u7AEF\u53E3
BinRepositoryNode.label=\u56DE\u6536\u7AD9
HadoopCustomVersionDialog.table.descColumn=\u5FC5\u8981\u7684
HadoopCustomLibrariesUtil.cannotCreate=\u65E0\u6CD5\u521B\u5EFA
HDFS=HDFS
HCAT=HCAT
AbstractRepositoryContentHandler.deleteNode.exception=\u672A\u80FD\u5220\u9664\u76F8\u5173\u8282\u70B9\uFF1A{0}
HadoopCustomVersionDialog.topTitle=\u81EA\u5B9A\u4E49 Hadoop \u7248\u672C\u5B9A\u4E49
HadoopCustomVersionDialog.title=\u5B9A\u4E49\u81EA\u5B9A\u4E49 Hadoop \u53D1\u884C\u7248
HadoopCustomVersionDialog.msg=\u914D\u7F6E\u81EA\u5B9A\u4E49 Hadoop \u7248\u672C\u6240\u9700\u7684\u5E93
HadoopCustomVersionDialog.table.descColumn=\u63CF\u8FF0
HadoopCustomVersionDialog.table.libNameColumn=\u5E93\u540D\u79F0
HadoopCustomVersionDialog.btn.addLibBtn.tooltip=\u6DFB\u52A0\u5E93...
HadoopCustomVersionDialog.btn.importLibBtn.tooltip=\u4ECE\u73B0\u6709\u5B9A\u4E49\u5BFC\u5165\u5E93
HadoopCustomVersionDialog.btn.exportLibBtn.tooltip=\u5BFC\u51FA\u81EA\u5B9A\u4E49\u7684 Hadoop \u7248\u672C\u5B9A\u4E49
HadoopCustomVersionDialog.importLibs=\u5BFC\u5165\u5E93...
HadoopVersionDialog.importFromExistVersion=\u4ECE\u73B0\u6709\u7248\u672C\u5BFC\u5165
HadoopVersionDialog.msg=\u8BF7\u9009\u62E9\u4E00\u4E2A\u9009\u9879\u6765\u5BFC\u5165\u81EA\u5B9A\u4E49 Hadoop \u7248\u672C\u5B9A\u4E49\u3002
HadoopVersionDialog.zipLocation=Zip:
HadoopVersionDialog.importFromZip=\u4ECE zip \u5BFC\u5165
HadoopVersionDialog.title=\u5BFC\u5165\u81EA\u5B9A\u4E49\u7684\u5B9A\u4E49
HadoopVersionDialog.distribution=\u53D1\u884C\u7248:
HadoopVersionDialog.distribution.tooltip=\u8BBE\u7F6E hadoop \u53D1\u884C\u7248
HadoopVersionDialog.version=\u7248\u672C:
HadoopVersionDialog.version.tooltip=\u8BBE\u7F6E\u53D1\u884C\u7248\u672C
HadoopVersionDialog.browseBtn=\u6D4F\u89C8(&R)...
HadoopVersionDialog.confirmMsg=\u76EE\u524D\u7684\u81EA\u5B9A\u4E49\u8BBE\u7F6E\u5C06\u88AB\u66FF\u6362\uFF0C\u662F\u5426\u8981\u7EE7\u7EED\uFF1F
HadoopCustomLibrariesUtil.cannotCreate=\u65E0\u6CD5\u521B\u5EFA {0}
HadoopCustomLibrariesUtil.importFailed=\u65E0\u6CD5\u5BFC\u5165\u81EA\u5B9A\u4E49\u7684\u5B9A\u4E49
HadoopCustomLibrariesUtil.exmportFailed=\u65E0\u6CD5\u5BFC\u51FA\u81EA\u5B9A\u4E49\u7684\u5B9A\u4E49
HadoopCustomLibrariesUtil.libMissing=\u90E8\u5206 jar \u5728 studio \u4E2D\u627E\u4E0D\u5230\uFF1A{0}\uFF0C\u8BF7\u68C0\u67E5\u6A21\u5757\u89C6\u56FE\u4EE5\u5B89\u88C5
HadoopCustomLibrariesUtil.importConfirmMsg=\u662F\u5426\u7EE7\u7EED\uFF1F
LibrariesListSelectionDialog.title=\u9009\u62E9\u5E93
LibrariesListSelectionDialog.button.internal=\u5185\u90E8\u5E93
LibrariesListSelectionDialog.button.external=\u5916\u90E8\u5E93
LibrariesListSelectionDialog.selectLibFromOS=\u9009\u62E9\u5E93
LibrariesListSelectionDialog.browseButton.text=\u6D4F\u89C8...
LibrariesListSelectionDialog.deployLibs=\u90E8\u7F72\u5E93...
PigFunctionParser.checkMethod=Pig\uFF1A\"{0}.{1}\\\\\" \u89E3\u6790\u5931\u8D25\u3002\u8BF7\u68C0\u67E5\u60A8\u7684\u65B9\u6CD5\u3002
GenerateSelectSQLAction.NewQuery=\u65B0\u67E5\u8BE2 {0}
AbstractTalendFunctionParser.checkMethod=Runtines\uFF1A\"{0}. {1}\\\\\",\u89E3\u6790\u5931\u8D25\u3002 \u8BF7\u68C0\u67E5\u60A8\u7684\u65B9\u6CD5\u3002
UpdatesConstants.MR=Map_Reduce
AbstractBrandingService.routines_license_header_content2014=\u672C\u6BB5\u6E90\u4EE3\u7801\u662F\u7531{0}\u81EA\u52A8\u751F\u6210\\n// / \u4F5C\u4E1A\u8BBE\u8BA1\u5668 (\u4EE3\u7801\u751F\u6210\u5668\u7248\u672C{1})\\n// \u4F60\u53EF\u4EE5\u627E\u5230\u66F4\u591ATalend\u4EA7\u54C1\u4FE1\u606F\u5728www.talend.com.\\n// \u60A8\u53EF\u4EE5\u6839\u636EGNU LGPL\u8BB8\u53EF\u7684\u6761\u6B3E\u53D1\u5E03\u6B64\u4EE3\u7801\\n// http://www.gnu.org/licenses/lgpl.html).
repository.tdqelement.sourceFile=\u6E90\u6587\u4EF6
repository.tdqelement.jrxml=JRXML \u6A21\u677F
repository.dataprofiling=\u6570\u636E\u5256\u6790
repository.libraries=\u5E93
repository.patternRegex=\u6B63\u5219\u8868\u8FBE\u5F0F
repository.patternSql=SQL
repository.rules=\u89C4\u5219
repository.rulesSql=SQL
repository.rulesParser=\u89E3\u6790\u5668
repository.rulesMatcher=\u5339\u914D
repository.systemIndicators=\u7CFB\u7EDF\u6307\u6807
repository.userDefineIndicators=\u7528\u6237\u5B9A\u4E49\u7684\u6307\u6807
repository.userDefineIndicators.lib=\u5E93
repository.systemIndicators.advancedStatistics=\u9AD8\u7EA7\u7EDF\u8BA1
repository.systemIndicators.businessRules=\u4E1A\u52A1\u89C4\u5219
repository.systemIndicators.correlation=\u5173\u8054\u6027
repository.systemIndicators.functionalDependency=\u51FD\u6570\u4F9D\u8D56\u5173\u7CFB
repository.systemIndicators.overview=\u6982\u89C8
repository.systemIndicators.patternFinder=\u6A21\u5F0F\u9891\u7387\u7EDF\u8BA1
repository.systemIndicators.patternMatching=\u6A21\u5F0F\u5339\u914D
repository.systemIndicators.rowComparison=\u884C\u6BD4\u8F83
repository.systemIndicators.simpleStatistics=\u57FA\u7840\u7EDF\u8BA1
repository.systemIndicators.soundex=Soundex
repository.systemIndicators.summaryStatistics=\u6C47\u603B\u7EDF\u8BA1
repository.systemIndicators.textStatistics=\u6587\u672C\u7EDF\u8BA1
repository.tdqExchange=Exchange
repository.systemIndicators.phoneNumberStatistics=\u7535\u8BDD\u53F7\u7801\u7EDF\u8BA1
repository.systemIndicators.fraudDetection=\u6B3A\u8BC8\u68C0\u6D4B
EUpdateItemType.MapPath=\u6620\u5C04\u8DEF\u5F84
EUpdateResult.PathUpdate=\u9488\u5BF9\u6620\u5C04\u8DEF\u5F84\u66F4\u65B0
AContextualAction.EditorManager_saveChangesQuestion=\'\'{0}\'\' \u88AB\u4FEE\u6539.\u662F\u5426\u4FDD\u5B58?
AContextualAction.Save_Resource=\u4FDD\u5B58\u8D44\u6E90
EConnectionType.tableRefMenu=Table_ref
EComponentCategory.stormConfig=Storm\u914D\u7F6E
repository.metadataSalesforceModule=SalesforceModule(AccountHistory)
EComponentCategory.sparkConfig=Spark\u914D\u7F6E
repository.SAPIDoc=SAP IDoc
repository.SAPTable=SAP \u8868
ProgressMonitorDialogWithCancel.executeMessage.default=\u6B63\u5728\u6267\u884C...
ProgressMonitorDialogWithCancel.waitingFinishMessage.default=\u65E0\u6CD5\u6B63\u5E38\u4E2D\u65AD\u68C0\u67E5\u8FDE\u63A5\u64CD\u4F5C\uFF0C\\n
ProgressMonitorDialogWithCancel.executeTimeout=\u6267\u884C\u8D85\u65F6\uFF0CStudio \u5DF2\u5C1D\u8BD5\u5728\u540E\u53F0\u4E2D\u65AD\u6B64\u68C0\u67E5\u64CD\u4F5C\u3002
ProgressMonitorDialogWithCancel.CheckingConnectionJob.waitingFinish=\u6B63\u5728\u7B49\u5F85 {0} \u5B8C\u6210...
ProgressMonitorDialogWithCancel.CheckingConnectionJob.emptyWaitingfinish=\u6B63\u5728\u7B49\u5F85\u5B8C\u6210...
EComponentCategory.memoryRun=\u5185\u5B58\u8FD0\u884C
EUpdateResult.JobUpdate=\u9488\u5BF9\u4F5C\u4E1A\u8282\u70B9\u66F4\u65B0
EUpdateItemType.Batch=\u6279\u5904\u7406
EUpdateItemType.Streaming=\u6D41\u5F0F\u5904\u7406
UpdatesConstants.Storm=Storm
UpdatesConstants.Spark=Spark
UpdatesConstants.SparkStreaming=Spark_Streaming
OverTimePopupDialogTask.title=\u6B63\u5728\u6267\u884C...
OverTimePopupDialogTask.message=\u6B63\u5728\u540E\u53F0\u6267\u884C\u4EFB\u52A1\uFF0C\u8BF7\u7A0D\u5019...
OverTimePopupDialogTask.executeTimeout=\u6267\u884C\u8D85\u65F6\uFF0CStudio \u5DF2\u5C1D\u8BD5\u5728\u540E\u53F0\u4E2D\u65AD\u6B64\u68C0\u67E5\u64CD\u4F5C\u3002
OverTimePopupDialogTask.killed=\u6267\u884C\u88AB\u7EC8\u6B62
OverTimePopupDialogTask.waitingFinishMessage.default=\u65E0\u6CD5\u6B63\u5E38\u4E2D\u65AD\u540E\u53F0\u4EFB\u52A1\uFF0C\\n
OverTimePopupDialogTask.CheckingConnectionJob.waitingFinish=\u6B63\u5728\u7B49\u5F85 {0} \u5B8C\u6210...
OverTimePopupDialogTask.CheckingConnectionJob.emptyWaitingfinish=\u6B63\u5728\u7B49\u5F85\u5B8C\u6210...
EComponentCategory_gitHistory=Git \u5386\u53F2\u8BB0\u5F55
repository.gitroot=GIT
EComponentCategory.parameters=\u53C2\u6570
EComponentCategory.actionInputOutput=\u8F93\u5165/\u8F93\u51FASchema
EConnectionType.RejectMenu=\u62D2\u7EDD
RepositoryContentProvider.repositoryLabel.sapBapi=SAP Bapi
RepositoryContentProvider.repositoryLabel.sapBapi.input=\u8F93\u5165
RepositoryContentProvider.repositoryLabel.sapBapi.output=\u8F93\u51FA
RepositoryContentProvider.repositoryLabel.sapTable=SAP \u8868
RepositoryContentProvider.repositoryLabel.sapDataSource=SAP DataSource
RepositoryContentProvider.repositoryLabel.sapDSO=SAP DSO
RepositoryContentProvider.repositoryLabel.sapInfoCube=SAP InfoCube
RepositoryContentProvider.repositoryLabel.sapInfoObject=SAP InfoObject
ComponentReturnVariableUtils.ErrorMessage=\u9519\u8BEF\u6D88\u606F
ComponentReturnVariableUtils.NbReject=\u62D2\u6536\u6570\u91CF
ComponentReturnVariableUtils.NbSuccess=\u6210\u529F\u63A5\u6536\u6570\u91CF
ComponentReturnVariableUtils.NbLine=\u884C\u6570
repository.metadataRulesManagement=\u89C4\u5219\u7BA1\u7406
repository.metadataRulesManagement.alias=\u89C4\u5219\u7BA1\u7406
EUpdateItemType.StructurePath=\u7ED3\u6784\u8DEF\u5F84
EUpdateResult.StructurePathUpdate=\u9488\u5BF9\u7ED3\u6784\u8DEF\u5F84\u66F4\u65B0
UpdatesConstants.Spark_Joblet=Spark_Joblet
UpdatesConstants.Spark_Streaming_Joblet=Spark_Streaming_Joblet
EComponentCategory_deployment=\u90E8\u7F72
RepositoryContentProvider.repositoryLabel.sapContentExtractor=SAP BI Content Extractor
ShareLibsJob.wrongUsernameOrPassword=Nexus \u7528\u6237\u540D\u6216\u5BC6\u7801\u9519\u8BEF\u5BFC\u81F4\u6388\u6743\u5931\u8D25\u3002
RelationshipItemBuilder.unexpect.item=\u5F02\u5E38\u7684\u9879\u76EE\u7C7B\u578B\uFF1A{0}
RelationshipItemBuilder.unexpect.relation=\u5F02\u5E38\u7684\u5173\u7CFB\u7C7B\u578B\uFF1A{0}
DynamicElement.incorrectInstance=\u5F53\u524D json \u5BF9\u8C61\u4E0D\u662F {0} \u7684\u5B9E\u4F8B\uFF1A{1}
DynamicElement.tagName.empty=tagName \u4E3A\u7A7A\uFF01
DynamicPlugin.addExtension.empty=ExtensionPoint \u6216 Id \u4E3A\u7A7A\uFF01
RelationshipItemBuilder.unexpect.typesConflict=\u627E\u5230\u7684 {0} \u7C7B\u578B\u8FC7\u591A\uFF1A{1}
ReferenceProjectProblemManager.ErrorMoreThanOneBranchUsing={0} \u5DE5\u7A0B\u5F15\u7528\u94FE\u4E2D\u4F7F\u7528\u4E86\u591A\u4E2A\u5206\u652F\u3002
EComponentCategory_advanceSetting=\u9AD8\u7EA7\u8BBE\u7F6E
RepositoryUpdateManager.job.title=\u6B63\u5728\u66F4\u65B0\u9879\u76EE...
BigDataBasicUtil.loadDynamicDistribution.IDynamicDistributionManager.notFound=\u672A\u627E\u5230 {0} \u7684\u5B9E\u4F8B

View File

@@ -2,6 +2,6 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl
Bundle-SymbolicName: org.talend.core.ui.nl
Bundle-Version: 6.3.1.qualifier
Bundle-Version: 7.2.1.qualifier
Bundle-Vendor: .Talend SA.
Fragment-Host: org.talend.core.ui

View File

@@ -1,6 +1,6 @@
Metadata=Métadonnées
TalendDataCollector=Collection des données d'utilisation
TalendDataCollectorPreview=Aperçu
Metadata=M\u00E9tadonn\u00E9es
TalendDataCollector=Collection des donn\u00E9es d'utilisation
TalendDataCollectorPreview=Aper\u00E7u
TalendDataCollectorUploading=Chargement
prefs=Talend
specificSetting=Paramètres spécifiques
specificSetting=Param\u00E8tres sp\u00E9cifiques

View File

@@ -1,5 +1,6 @@
Metadata=\u30E1\u30BF\u30C7\u30FC\u30BF
TalendDataCollector=\u30E6\u30FC\u30B6\u30FC\u30C7\u30FC\u30BF\u30B3\u30EC\u30AF\u30BF\u30FC
TalendDataCollector=\u30C7\u30FC\u30BF\u30B3\u30EC\u30AF\u30BF\u306E\u4F7F\u7528\u65B9\u6CD5
TalendDataCollectorPreview=\u30D7\u30EC\u30D3\u30E5\u30FC
TalendDataCollectorUploading=\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9
specificSetting=\u8A73\u7D30\u8A2D\u5B9A
TalendDataCollectorUploading=\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u4E2D
prefs=Talend
specificSetting=\u7279\u5225\u8A2D\u5B9A

View File

@@ -0,0 +1 @@
Metadata=Metad\u00E1ta

Some files were not shown because too many files have changed in this diff Show More