Compare commits

..

501 Commits

Author SHA1 Message Date
s.bovsunovskyi
76a5c1a17e fix(TPS-3235): [6.5.1] Sub jobs for tParallelize will not die when it is an independent process by tRunJob (TDI-42570) 2019-07-22 15:10:18 +03:00
slushatel
fd1ffcf9e3 feat(TDI-42570): stop process if parent thread has terminated, add log wrapper for tos studio (#3715)
(cherry picked from commit b4196f3ade)
2019-07-15 16:00:40 +03:00
slushatel
92da977b44 Tdi 42570 stop process when thread stops (#3676)
* feat(TDI-42570): stop process if parent thread has terminated

* feat(TDI-42570): stop process if parent thread has terminated

* feat(TDI-42570): stop process if parent thread has terminated. improve indentation

* feat(TDI-42570): stop process if parent thread has terminated. improve indentation

(cherry picked from commit 9e8d8785c2)
2019-07-11 14:26:21 +03:00
Jane Ding
b82651d459 fix(TUP-23663)The connection row between components is getting activated (#3687) (#3696)
* fix(TUP-23663)The connection row between components is getting activated
unexpectedly when using tMSXMLInput component
https://jira.talendforge.org/browse/TUP-23663

* fix(TUP-23663)The connection row between components is getting activated
unexpectedly when using tMSXMLInput component
https://jira.talendforge.org/browse/TUP-23663

* fix(TUP-23663)The connection row between components is getting activated
unexpectedly when using tMSXMLInput component
https://jira.talendforge.org/browse/TUP-23663

* fix(TUP-23663)The connection row between components is getting activated
unexpectedly when using tMSXMLInput component
https://jira.talendforge.org/browse/TUP-23663

* fix(TUP-23663)The connection row between components is getting activated
unexpectedly when using tMSXMLInput component
https://jira.talendforge.org/browse/TUP-23663
2019-07-09 18:50:24 +08:00
Irene Wang
5e1b7f632f Revert "DEVOPS-3416 Deploy all plugins for Black Duck scans"
This reverts commit 1ce0e429ca.
2019-06-28 12:17:54 +02:00
kjwang-talend
22d0566048 TUP-22955 java.lang.ClassNotFoundException: org.gjt.mm.mysql.Driver (Fix can't guess query problem) (#3607) (#3611)
* TUP-22955 java.lang.ClassNotFoundException: org.gjt.mm.mysql.Driver (Fix
can't guess query problem)
https://jira.talendforge.org/browse/TUP-22955

* TUP-22955 java.lang.ClassNotFoundException: org.gjt.mm.mysql.Driver (Fix
can't guess query problem)
https://jira.talendforge.org/browse/TUP-22955
2019-06-14 16:11:34 +08:00
vyu-talend
90796d3bdf Fix(TDI-42407):Fix the issue of lose data. 2019-05-31 18:22:57 +08:00
wchen-talend
510fd3f228 fix(TUP-22955):java.lang.ClassNotFoundException: org.gjt.mm.mysql.Driver (#3534) 2019-05-31 14:26:55 +08:00
Emmanuel GALLOIS
c9393143cb fix(TDI-41920): fix encoding issue when file.encoding is not utf8 (#3353)
(cherry picked from commit 9312e207c8)
2019-05-27 11:49:26 +02:00
Jane Ding
acb680c63a fix(TUP-22342)Joblet referring to objects that do not exist (#3355) (#3359)
https://jira.talendforge.org/browse/TUP-22342
2019-04-02 15:33:26 +08:00
chmyga
56d066cc7d fix(TDI-41951): special chars in column comment (#3318)
* Use text escape method usage in SPSOutput and SalesforceWaveBulkExec components
2019-03-19 14:55:50 +02:00
apoltavtsev
8cb2aa1152 TESB-24784 Propagation of Connection extra properties is added (#3309)
* TESB-24784 Propagation of Connection extra properties is added

* TESB-24784 Propagation of Connection extra properties is added

* Propagation of Connection extra properties is corrected
2019-03-13 08:22:14 +01:00
pyzhou
a66d764999 fix(TDI-41789): Redshift change migration logic (#3304)
Conflicts:
	main/plugins/org.talend.repository/plugin.xml
2019-03-12 17:14:04 +08:00
Dmytro Sylaiev
460f6a57fe fix(TDI-41897): Fix compile error on generated code (#3294) 2019-03-07 15:55:59 +02:00
Dmytro Sylaiev
e56044cb61 fix(TDI-41808): Fix showing pass as clear text NZLoad (#3269)
* fix(TDI-41808): Fix showing pass as clear text NZLoad

* fix(TDI-41808): Rewrite fix to be more efficient

* chore(TDI-41808): Fix indentation

* fix(TDI-41808): Avoid to show real length of password

* fix(TDI-41808): Use constant from util class
2019-03-07 14:32:47 +02:00
pyzhou
a96b76418d Pyzhou/TDI-41789 t redshift fixed log path (#3260)
* fix(TDI-41789): tRedshift require log file path

* redirect log to console

* change tab to space

Conflicts:
	main/plugins/org.talend.repository/plugin.xml

Conflicts:
	main/plugins/org.talend.designer.components.localprovider/components/tRedshiftConnection/tRedshiftConnection_begin.javajet
	main/plugins/org.talend.designer.components.localprovider/components/tRedshiftInput/tRedshiftInput_begin.javajet
2019-02-26 15:09:44 +08:00
Dmytro Sylaiev
d2250094ab feat(TDI-41532): Add http proxy support for FTPS (#3082) 2019-01-16 10:50:31 +02:00
chmyga
429bcec71e fix(TDI-41469): check zip integrity die on error (#3163)
* Fix problem when check zip integrity and die on error are both checked
2019-01-14 11:21:44 +02:00
Zhiwei Xue
806f8972aa fix(TUP-21596):exclude tLibraryLoad jars for independent subjob. (#3149) 2019-01-09 10:26:15 +08:00
Dmytro Sylaiev
0afd0ddb78 Dsylaiev/tdi 41404 backport to 65 (#3124)
* fix(TDI-41404): Avoid 64kb method issue when too many context paramet… (#3025)

* fix(TDI-41404): Avoid 64kb method issue when too many context parameter exists

* fix(TDI-41404): Regain missing warnings

* Dsylaiev/tdi 41404 fix 64kb issue t run job context (#3087)

* fix(TDI-41404): Avoid 64kb method issue when too many context parameter exists

* fix(TDI-41404): Regain missing warnings

* fix(TDI-41404): Fix wrong context processing in footer
2019-01-03 16:59:36 +02:00
Jane Ding
7062c3d870 fix(TUP-21333)OnSubJob Links Not Working (#3079) (#3101)
https://jira.talendforge.org/browse/TUP-21333
2018-12-24 11:43:55 +08:00
chmyga
c87f70d0fb Dchmyga/tdi 41511 backport to 6.5 (#3069)
* fix(TDI-34626):Change the option name for tFileUnArchive. (#1727)

* Cherry-pick Pyzhou/tdi 34626 t file un archive jar integrity (#1726)

* fix(TDI-34626):tFileUnArchive cannot Check the integrity of tar file.

* replace jar

* Cherry-pick Pyzhou/tdi 34625 move check archive jar to plugin custom (#1730)

* Revert "replace jar"

This reverts commit 5162ee9418.

* fix(TDI-34625):move checkArchive.jar to plugin custom

* fix(TDI-41469): tFileUnarchive zip64 format error (#3026)

* fix(TDI-41469): tFileUnarchive zip64 format error

* Use apache commons compress in checkArchive lib

* fix(TDI-41469): tFileUnarchive zip64 format error

* Remove unused method
2018-12-17 09:14:37 +02:00
nrousseau
c0c590e87a fix(TUP-21175) avoid exception during junit execution 2018-12-10 10:20:44 +08:00
zwxue
7cdabce37e fix(TUP-21110):fix job assembly which leads to deploy twice (#3044) 2018-12-05 10:07:46 +08:00
ypiel
be02bb433d fix(TDI-41394) : Qa fix - tCreateTable+Vertica9 backport 6.5
* fix(TDI-41394) : Qa fix - tCreateTable+Vertica9 backport 6.5

* fix(TDI-41394) : Add urlPath for MSSQL as it was before
2018-11-29 10:31:30 +01:00
ypiel
84c09864a1 fix(TDI-41394) : tCreateTable vertica 9 support (#2966) 2018-11-19 12:49:23 +01:00
zwxue
728ebb4608 fix(TUP-21110):Only job artifacts must be deployed (#2939) 2018-11-15 17:57:35 +08:00
Jane Ding
a85deb0d1d fix(TUP-21075)Problem of display in the tMap with Mojave (#2943) (#2956)
https://jira.talendforge.org/browse/TUP-21075
2018-11-15 11:51:54 +08:00
Dmytro Sylaiev
e01a2fe42c fix(TDI-41330): Use sql TIME in setNull for SIQ (#2927) (#2938) 2018-11-12 13:55:07 +02:00
mbasiuk-talend
1c63e5735a Mbasiuk/tdi 40846 date validation fix (#2620) (#2917)
* fix(TDI-40846): improve date validation check

* fix(TDI-40846): correct formatting of code

* fix(TDI-40846): add check box use strict date check

* fix(TDI-40846): move to routines method
2018-11-07 11:35:54 +02:00
Dmytro Sylaiev
9fd902c07f fix(TDI-41276): Use correct SQLType for null Time (#2852) (#2912)
* fix(TDI-41276): Use correct SQLType for null Time

* fix(TDI-41276): Fix codegen error
2018-11-06 13:14:30 +02:00
Jane Ding
764dd74362 fix(TUP-21075)Problem of display in the tMap with Mojave (#2900) (#2908)
* fix(TUP-21075)Problem of display in the tMap with Mojave
https://jira.talendforge.org/browse/TUP-21075

* fix(TUP-21075)use duplicate name for jdbc connection, no error show
https://jira.talendforge.org/browse/TUP-21075

* fix(TUP-21075)Problem of display in the tMap with Mojave
https://jira.talendforge.org/browse/TUP-21075
2018-11-06 16:07:33 +08:00
Jane Ding
2d75f0b4ac fix(TUP-20778)Reference Project - New context group variable not (#2849) (#2855)
getting applied to the jobs
https://jira.talendforge.org/browse/TUP-20778
2018-10-31 10:55:08 +08:00
Dmytro Sylaiev
d323cb117c fix(TDI-41043): SFTP tFTPFileList full file info fix (#2723) (#2767) 2018-10-17 10:47:11 +03:00
jiezhang-tlnd
c9b73d2c25 bugfix(TUP-20711)Cannot "Guess schema" with tSQLDWHInput (#2780) (#2790) 2018-10-15 11:08:44 +08:00
pyzhou
759c9aaa8c fix(TDI-41115):tSalesforceWave throw exception if file exist (#2776) 2018-10-12 10:11:32 +08:00
wang wei
effdee6109 fix(TDI-40318): fix FTP permission issue for tFTPPut component sftp mode (#2199)
fix(TDI-40318): Talend FTP permission issue (#2298)
2018-09-27 15:06:26 +08:00
wang wei
3bb21581d1 fix(TDI-40806): tS3Copy Component does not allow large file (like 8GB) copy from one bucket to another
# Conflicts:
#	main/plugins/org.talend.designer.components.localprovider/components/tS3Copy/tS3Copy_begin.javajet
#	main/plugins/org.talend.designer.components.localprovider/components/tS3Copy/tS3Copy_messages.properties
2018-09-27 11:21:11 +08:00
qiongli
c3161f54e2 feat(TDQ-15611) Add tDataShuffling to this migration (#2695) 2018-09-20 17:45:48 +08:00
msjian
7a6c89f447 fix(TDQ-15391): for type "OSGI Bundle For ESB", when have tDqReportRun (#2693)
must export items for 6.5
2018-09-12 16:30:34 +08:00
kcoepeau
074ef81168 fix(TBD-7678): Migrate tMatchModel (#2682) (#2684) 2018-09-11 11:13:30 +02:00
wchen-talend
ff2c8c47fe fix(TUP-20570):Documentation for tXMLMap does not show the mapping (#2670) 2018-09-10 16:53:01 +08:00
jiezhang-tlnd
ebfa6b4ab5 fix(TUP-20634)Null pointer exception when trying to edit query by (#2660)
double-clicking query in Repository View
https://jira.talendforge.org/browse/TUP-20634
2018-09-10 15:09:00 +08:00
msjian
88e77f66d7 fix(TDQ-15391): when build job has tDqReportRun, must always (#2666)
exportitems.
2018-09-06 11:42:21 +08:00
kcoepeau
5f36dbc652 fix(TBD-7596): Migrate to Timestamp format instead of Date (#2656) (#2658) 2018-09-05 14:59:46 +02:00
wchen-talend
92f72c7bd1 fix(TUP-20570):Documentation for tXMLMap does not show the mapping (#2663) 2018-09-05 18:28:03 +08:00
Dmytro Sylaiev
05e238f110 fix(TDI-40927): Set default Authenticator for ftp socks proxy (#2648) 2018-09-04 13:12:50 +03:00
wchen-talend
ba1b8ce886 Wchen/bugfix/tup 20570 xmlmap doc (#2639)
* fix(TUP-20570):cumentation for tXMLMap does not show the mapping

* fix(TUP-20570):Documentation for tXMLMap does not show the mapping
2018-09-03 17:16:46 +08:00
kcoepeau
493283900b fix(TBD-7495): Add checkbox to transform date type in timestamp (#2593) (#2632) 2018-08-24 16:44:51 +02:00
ypiel
eefe7ac145 feat(TDI-40900) : Update libs versions (#2625)
- bouncycastle/bcprov-jdk15on/1.6
- jackcess/2.1.12
- jackcess-encrypt/2.1.4
2018-08-22 10:47:18 +02:00
wang wei
a1869192ba fix(TDI-40757): Fix Job compilation error related to tJMSInput/Output component 2018-08-13 16:04:23 +08:00
wang wei
3826d057f9 fix(TDI-40833): tSCPFileExists not working with wildcard (#2569) 2018-08-13 12:31:09 +08:00
pyzhou
0b8ca27884 fix(TDI-40825):Provide clear errorMessage for tServiceNow. (#2586) 2018-08-10 11:56:47 +08:00
pyzhou
36d8354a4f fix(TDI-40722):restore the origin logic of import xstream.jar (#2576)
Conflicts:
	main/plugins/org.talend.designer.components.localprovider/components/tBonitaInstantiateProcess/tBonitaInstantiateProcess_java.xml
2018-08-09 19:25:47 +08:00
Vladimir Bogatyrov
6396d5de8f [TESB-22901] cMap with user defined code routine failing in ESB runtime 2018-08-03 17:47:33 +03:00
pyzhou-talend
f9a1064288 fix(TDI-40722):remove xstream.jar for bonita component. 2018-08-03 09:25:04 +08:00
jzhao
8d33eead85 fix(TDI-40271): [6.4.1] tMomInput is not retrieving USR properties and JMS headers from IBM MQSeries(#2218) 2018-07-31 17:21:14 +08:00
wchen-talend
c40d76dbce fix(TUP-20411):Adding context environment in the reference project, they
(#2522)

do not get updated in the main project.
2018-07-23 14:51:36 +08:00
wang wei
9151186ed7 fix(TDI-40688): tVerticaOutput in Copy mode: Nullable Float-values are rounded to the nearest integer(#2478) 2018-07-19 16:54:44 +08:00
Chao MENG
e1ae8738fa fix(TUP-20391): Migration tasks are re-executed and encrypting passwords
https://jira.talendforge.org/browse/TUP-20391
2018-07-19 12:31:13 +08:00
Liu Xinquan
fdc8bb4508 fix(TDQ-15455): using getUniqueName().indexOf("tRecordMatching")>-1 insdead of getComponent().getName().equals("tRecordMatching") to judge the component is tRecordMatching or not (#2510) 2018-07-17 17:00:25 +08:00
nrousseau
dce861710b fix(TUP-20438) fix export with war for tdm (#2506) 2018-07-16 15:26:01 +08:00
zafkirTalend
02eb955315 fix(TBD-7296): Fix duplicate variable (#2499) 2018-07-11 13:24:42 +02:00
Chao MENG
24bd90e9ff fix(TUP-20391): Migration tasks are re-executed and encrypting passwords (#2492)
fix(TUP-20391): Migration tasks are re-executed and encrypting passwords
https://jira.talendforge.org/browse/TUP-20391
2018-07-11 14:53:29 +08:00
Dmytro Chmyga
a799289528 fix(TDI-40641): tTeradataFastLoad select DB Type
* Adjust versions for migration task
2018-07-09 08:03:25 +03:00
chmyga
b0efee64d2 fix(TDI-40641): tTeradataFastLoad select DB Type (#2440)
* fix(TDI-40641): tTeradataFastLoad select DB Type

* Add db type to tTeradataFastLoad

* Add Date,Timestamp and Time handling to tTeradataFastLoad

* Fix tTeradataFastLoadUtility

* fix(TDI-40641): tTeradataFastLoad select DB Type

* Add migration task
2018-07-09 08:01:47 +03:00
wchen-talend
5515e3b30c fix(TUP-20261):Routine editor mixed the code 2018-06-29 18:42:12 +08:00
Chao MENG
ef6f6d3811 fix(TUP-20319): Cloud Studio can't retrieve any project from TMC (#2448)
fix(TUP-20319): Cloud Studio can't retrieve any project from TMC
https://jira.talendforge.org/browse/TUP-20319
2018-06-29 15:21:11 +08:00
Jane Ding
bf3b10dc76 fix(TUP-20333)When upgrading from Talend v5.6.1 to v6.4.1, the tmap has (#2459)
lost many mappings due to name change
https://jira.talendforge.org/browse/TUP-20333
2018-06-29 11:06:57 +08:00
hcyi
9e0b24e666 fix(TUP-20312):java.lang.StackOverflowError in 6.5.1 studio. (#2452) 2018-06-28 18:01:07 +08:00
Jane Ding
61774b7fb9 fix(TUP-20267)Preview in Metadata Delimited File fails with (#2429)
NullPointerException
https://jira.talendforge.org/browse/TUP-20267
2018-06-22 17:26:15 +08:00
Liu Xinquan
330b704233 TDQ-15455 Compile error after refactoring job (#2432) 2018-06-21 15:25:21 +08:00
apoltavtsev
cc21fa013f TESB-22085 Missing links to resources are added 2018-06-15 10:55:38 +03:00
wang wei
00ef9e19b1 fix(TDI-40522): tAS400Output return wrong NB_line with BatchSize 2018-06-15 11:22:33 +08:00
zafkirTalend
9e72843082 feat(TBD-6950): Add location tBigQueryInput (#2409) 2018-06-13 11:22:28 +02:00
Chao MENG
ea270a0cc7 fix(TUP-20156): Cannot open the tMap component, throwing 'An SWT error (#2398)
fix(TUP-20156): Cannot open the tMap component, throwing 'An SWT error has occured'.
https://jira.talendforge.org/browse/TUP-20156
2018-06-08 16:17:07 +08:00
wchen-talend
7f7a54b5d0 fix(TUP-20021):Deactive component will change the execution order (#2390) 2018-06-08 11:10:30 +08:00
zwxue
3924ea2469 fix(TUP-20223):Wrong branch value in the jobs generated by CI. 2018-06-07 15:16:09 +08:00
jzhao
814e813d17 fix(TDI-40441): remove duplicate item in cipher siute list for mom components(#2385) 2018-06-05 11:08:30 +08:00
achursin-talend
c515d133e2 fix(TBD-6923): Fix using hive query name (#2380) 2018-06-04 10:06:22 +02:00
Andreas Mattes
888cac468e fix(TESB-22183): Add support for circular WSDL imports to WSDLLoader. (#2378)
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-06-04 08:38:33 +02:00
kjwang-talend
530c116a50 TUP-20199 Studio is way too slow when branching 2 ways with if condition (#2370)
https://jira.talendforge.org/browse/TUP-20199
2018-06-04 10:51:38 +08:00
Roman
1f24cda7e7 fix(TDI-40448): creating of yaml file was fixed (#2314)
* fix(TDI-40448): creating of yaml file was fixed
2018-06-01 14:00:12 +03:00
SunChaoqun
452b72c19f TESB-22085:Dynamic schema column type is always String in Runtime (#2361)
LGTM
2018-05-31 16:53:45 +08:00
wchen-talend
7cc4304116 fix(TUP-20021):Deactive component will change the execution order (#2368) 2018-05-31 11:55:06 +08:00
Vladimir Bogatyrov
2051562ff8 [TESB-20978] java.lang.ClassCastException:javax.mail.internet.MimeMultipart cannot be cast to javax.mail.Multipart
UrlPath of JAF dependency was pointing out to a non-existing library, which resulted in that activation.jar was not included into job's OSGi bundle; removed the UrlPath property to use activation library from the studio repository
2018-05-30 04:13:11 +00:00
Chao MENG
07ea855cef fix(TUP-20166): Studio "Attempted to beginRule: F/.Java/src/main/java,
(#2348)

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

Conflicts:
	main/plugins/org.talend.designer.core/src/main/java/org/talend/designer/core/ui/action/EditProcess.java
2018-05-29 10:03:01 +08:00
ypiel
98dc390968 fix(TDI-40521) : Encode to base64 byte[]->String (#2346) 2018-05-25 09:24:04 +02:00
jzhao
8959149b0c fix(TDI-40441): tMomXXX components to connect to SSL enabled Websphere
MQ channel (#2341)


* add new parameters to support both ibm and oracle java cipher suite

* Upgrade the jars

* change "cipher spec" to "cipher suite"
2018-05-24 18:02:10 +08:00
wchen-talend
82298e2cce fix(TUP-19943):Generated schema miss some fields while import xsd 2018-05-23 11:57:49 +08:00
wchen-talend
672752f7c3 fix(TUP-20021):Deactive component will change the execution order (#2315) 2018-05-23 10:52:56 +08:00
Chao MENG
8bb557c669 fix(TUP-20133): Edit queries does not display the "SQL Builder" window (#2323)
fix(TUP-20133): Edit queries does not display the "SQL Builder" window in some conditions.
https://jira.talendforge.org/browse/TUP-20133
2018-05-21 10:28:20 +08:00
Anas KHABALI
eab70e6f5a fix(TDI-40473): fix date handling in tservicenowOutput (#2306) 2018-05-18 13:07:10 +01:00
zafkirTalend
c929b1864f fix(TBD-6701): Fix condition left join on for tELTHiveMap (#2301) (#2319) 2018-05-17 15:15:59 +02:00
jzhao
3844862c52 fix(TDI-40443): add check to control tsalesforceinput bulk mode all return null for empty value(#2302)
* set default value true when migration old framework jobs
2018-05-10 17:44:51 +08:00
Emmanuel GALLOIS
3fcaf28b9d fix(TDI-40488): check target column existance in enforcer (#2297)
(cherry picked from commit 457991d)
2018-05-09 15:59:25 +02:00
Chao MENG
312eedb6f9 fix(TUP-19961): tELTMSSqlInput component does not support the schema (#2285)
with a DB-column name having Degree symbol in it
https://jira.talendforge.org/browse/TUP-19961
2018-05-04 18:29:19 +08:00
Chao MENG
be385ada76 fix(TUP-19961): tELTMSSqlInput component does not support the schema (#2284)
with a DB-column name having Degree symbol in it
https://jira.talendforge.org/browse/TUP-19961
2018-05-04 14:56:31 +08:00
zwxue
8bc3869a76 fix(TUP-19806):Error: Could not find or load main class / Remote (#2278)
Execution / routines.jar missing in ZIP file.
2018-05-03 16:45:10 +08:00
Chao MENG
3b498312db fix(TUP-19961): tELTMSSqlInput component does not support the schema (#2277)
fix(TUP-19961): tELTMSSqlInput component does not support the schema with a DB-column name having Degree symbol in it
https://jira.talendforge.org/browse/TUP-19961
2018-05-03 15:24:54 +08:00
pyzhou
7f750f91df fix(TDI-40458):compile error dynamic schema with identity tsybaseOutput (#2274) 2018-05-03 09:37:09 +08:00
Anas KHABALI
db13dbb680 fix(TDI-40464): fix column mapping in servicenowInput component. (#2273)
with more than one result, tServicenownput returns bad data for resolved_at and closed_at fields
2018-05-02 11:53:12 +02:00
Chao MENG
054de1404f fix(TUP-19961): tELTMSSqlInput component does not support the schema
with a DB-column name having Degree symbol in it (#2272)

* fix(TUP-19961): tELTMSSqlInput component does not support the schema
with a DB-column name having Degree symbol in it
https://jira.talendforge.org/browse/TUP-19961

Conflicts:
	test/plugins/org.talend.designer.dbmap.test/src/org/talend/designer/dbmap/language/mysql/MysqlGenerationManagerTest.java
	test/plugins/org.talend.designer.dbmap.test/src/org/talend/designer/dbmap/language/oracle/OracleGenerationManagerTest.java
	test/plugins/org.talend.designer.dbmap.test/src/org/talend/designer/dbmap/language/postgres/PostgresGenerationManagerTest.java
2018-05-02 16:44:39 +08:00
Chao MENG
47b20adf5e fix(TUP-19961): tELTMSSqlInput component does not support the schema (#2266)
fix(TUP-19961): tELTMSSqlInput component does not support the schema with a DB-column name having Degree symbol in it
https://jira.talendforge.org/browse/TUP-19961
2018-04-28 18:57:57 +08:00
Chao MENG
5b65b8ae93 fix(TUP-19961): tELTMSSqlInput component does not support the schema
with a DB-column name having Degree symbol in it

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

Conflicts:
	main/plugins/org.talend.designer.core/src/main/java/org/talend/designer/core/model/process/DataProcess.java
	main/plugins/org.talend.designer.dbmap/src/main/java/org/talend/designer/dbmap/language/generation/DbGenerationManager.java
	main/plugins/org.talend.designer.dbmap/src/main/java/org/talend/designer/dbmap/language/postgres/PostgresGenerationManager.java
2018-04-28 18:57:15 +08:00
pyzhou
d2674cba1e fix(TDI-39968):split the string in log. (#1943)
* fix(TDI-39968):split the string in log.

* simplify the code.
2018-04-27 11:21:50 +08:00
kjwang-talend
b5d542daa6 Kjwang/fix(tup 19974)opening a job takes more than half an hour in
studio (#2232)

* fix(TUP-19974)Opening a job takes more than half an hour in studio
https://jira.talendforge.org/browse/TUP-19974

* fix(TUP-19974)Opening a job takes more than half an hour in studio
https://jira.talendforge.org/browse/TUP-19974

Conflicts:
	main/plugins/org.talend.designer.core/src/main/java/org/talend/designer/core/ui/editor/cmd/ChangeValuesFromRepository.java
	main/plugins/org.talend.designer.core/src/main/java/org/talend/designer/core/ui/editor/cmd/RepositoryChangeMetadataCommand.java
	main/plugins/org.talend.repository.generic/src/main/java/org/talend/repository/generic/service/GenericWizardService.java
	main/plugins/org.talend.repository.generic/src/main/java/org/talend/repository/generic/ui/dnd/GenericDragAndDropHandler.java
2018-04-24 16:18:42 +08:00
kjwang-talend
e70298f5e4 Kjwang/fix(tup 19732)joblet not being called after elt components (#2205)
* fix(TUP-19732)Joblet not being called after ELT components
https://jira.talendforge.org/browse/TUP-19732

* fix(TUP-19732)Joblet not being called after ELT components
https://jira.talendforge.org/browse/TUP-19732

* fix(TUP-19732)Joblet not being called after ELT components
https://jira.talendforge.org/browse/TUP-19732

* fix(TUP-19732)Joblet not being called after ELT components
https://jira.talendforge.org/browse/TUP-19732
2018-04-24 15:11:26 +08:00
wang wei
9ef3d1d1f4 fix(TDI-40329): Constant String too long due to a large schema
# Conflicts:
#	main/plugins/org.talend.designer.codegen/jet_stub/generic/component_begin.javajet
2018-04-18 10:45:11 +08:00
Chao MENG
02caed3f06 fix(TUP-19961): tELTMSSqlInput component does not support the schema
(#2219)

fix(TUP-19961): tELTMSSqlInput component does not support the schema
with a DB-column name having Degree symbol in it
https://jira.talendforge.org/browse/TUP-19961

Conflicts:
	main/plugins/org.talend.designer.core/src/main/java/org/talend/designer/core/model/components/EParameterName.java
	main/plugins/org.talend.designer.dbmap/src/main/java/org/talend/designer/dbmap/language/generation/DbGenerationManager.java
2018-04-17 11:17:03 +08:00
kjwang-talend
c4b48eb40c TUP-19064 Studio consuming CPU after opening a Job (no other activity) (#2059)
https://jira.talendforge.org/browse/TUP-19064
2018-04-12 11:26:17 +08:00
Olha Varnavina
4c00e03d26 fix(TDI-40192): surrogate pair FileInputPositional (#2115) (#2149)
* replaced use bytes checkbox with drop down list
* added option with surrogate pairs for pattern units
* added migration task for use bytes checkbox
2018-03-28 11:21:07 +03:00
pyzhou
85ae673a8c fix(TDI-40284): Make dynamic and non-dynamic behave in accordance. (#2144) 2018-03-27 17:53:58 +08:00
wang wei
1920fdd808 fix(TDI-40276): Missing talend_DB_mssqlUtil.jar in 651, 652, 701 (#2135) 2018-03-26 15:08:42 +08:00
hcyi
359771997d fix(TUP-19691):java.lang.StackOverflowException when job is run. (#2039) 2018-03-23 10:50:04 +08:00
pyzhou-talend
77f9b850b7 fix(TDI-30137):tSQLDWHOutput cannot create table. 2018-03-20 16:52:51 +08:00
195858
937fd8e27b fix(TDI-40170): Add HANA support to tJDBCSCDELT (#2063)
* fix(TDI-40170): Add HANA support to tJDBCSCDELT

Adding support for SAP Hana.
Amended the begin template to conditionally include SAP Hana specific template if the appropriate mapping is selected.
Added a SAP HANA specific javajet template,

* fix(TDI-40170): Add HANA support to tJDBCSCDELT

Fixed the generation of UPDATE statements as suggested
2018-03-16 10:53:46 +08:00
wang wei
d6d59de2ea fix(TDI-40201): ts3put is slower than expected 2018-03-15 11:53:44 +08:00
nrousseau
902565c6a1 fix(TUP-19758) generate code even if the jars are missing (#2065) 2018-03-15 11:42:16 +08:00
ypiel
f0d961079f fix(TDI-39447) : Save cookie even if there is HTTP error. (#1740) 2018-03-13 15:17:17 +01:00
ypiel
5f0bddbfd4 fix(TDI-39446) : Redirect 303/302(optional) with GET (#1742)
* fix(TDI-39446) : Redirect 303/302(optional) with GET

* fix(TDI39446) : Use the right redirect url

* fix(TDI-39446) : Update label for force label on 302 redirect option

* fix(TDI-39446) : Update label for 302 redirect option
2018-03-13 15:17:07 +01:00
jzhao
6d30cc80ab fix(TDI-40217) tMSSqlOutput component fails while writing exponential notation data using Dynamic Schema(#2072)
* wrong code caused compiler error
2018-03-13 10:41:33 +08:00
jzhao
ea78bc513b fix(TDI-40217) tMSSqlOutput component fails while writing exponential notation data using Dynamic Schema(#2067)
* Avro to DI  didn't handle BigDecimal correct.
2018-03-12 16:27:36 +08:00
nrousseau
8789a25ae7 fix(TUP-18487) fix problem of junit, avoid to hang (#1635) 2018-03-06 11:13:20 +08:00
Chao MENG
4cca9f3eb3 Don't popup dialog for junit since it will block the junit 2018-03-05 17:15:17 +08:00
Jane Ding
4c9fb96ffc fix(TUP-19402)Can not import in project folder items. (#1954)
https://jira.talendforge.org/browse/TUP-19402
2018-02-28 15:56:28 +08:00
kjwang-talend
fec695a2b9 Kjwang/fix(tup 19528)implicit t context load does not load variables when from file is initialized with a context variable (#2001) 2018-02-28 10:59:08 +08:00
pyzhou
23aa01535b fix(TDI-40057):tAmazonEMRManager fails when enable debug. (#1948) 2018-02-23 14:57:04 +08:00
Emmanuel GALLOIS
f6b4aa24a3 fix(TDI-40106): avoid ConcurrentModificationException (#1982)
(cherry picked from commit baec479)
2018-02-19 11:03:19 +01:00
Emmanuel GALLOIS
18a03e8bfb fix(TDI-40112): tCloudStart doesn't start an existing EC2 instance (#1981)
* fix(TDI-40112): tCloudStart don't start an existing EC2 instance but create a new one
* fix(TDI-40112): manage correctly logging

(cherry picked from commit 8da8a3c)
2018-02-14 13:16:13 +01:00
ypiel
1395afff1e bug(TDI-40026) : Get only exception msg from subjob 2018-02-14 10:54:09 +01:00
Roman Voievidko
881dd1b977 bug(TDI-39879): change adding of binary attribute to context 2018-02-14 11:39:04 +02:00
Kevin Wang
3dea664c37 TUP-19372 Studio crashed after importing projects
https://jira.talendforge.org/browse/TUP-19372
2018-02-13 15:37:59 +08:00
kcoepeau
5bd68ccc3e fix(TBD-6388): Add Migration Task for tImpalaOutput (#1955) 2018-02-12 16:43:31 +01:00
Irene Wang
58f70eb03c DEVOPS-3791 Update copyright year to 2018 2018-02-09 13:14:05 +01:00
kcoepeau
a962602889 fix(TBD-6388): Add Migration Task for tImpalaOutput (#1955) 2018-02-09 11:39:36 +01:00
kjwang-talend
60f1639f70 fix(TUP-19342)Implicit context load from file behavior change (#1931)
https://jira.talendforge.org/browse/TUP-19342
2018-02-05 17:29:57 +08:00
hcyi
92aafb9e85 fix(TUP-19277):Errors when creating tSASoutput component from SAS (#1877)
metadata connection.
2018-02-05 11:10:54 +08:00
jzhao
d9d4ffcd4b fix(TDI-39932): tLDAPXX components does not close TLS connection (#1918) 2018-01-29 14:17:36 +08:00
undx
dafb8680d2 Merge branch 'maintenance/6.5' of https://github.com/Talend/tdi-studio-se into maintenance/6.5 2018-01-23 12:49:49 +00:00
Emmanuel GALLOIS
c15fd2ae4f fix(TDI-39948): change default behavior for USE_EXISTING_CONNECTION (#1893)
(cherry picked from commit 42d2478)
2018-01-23 12:48:05 +00:00
kcoepeau
78810b7f1b fix(TBD-5317): consistent field separator and support without existing connection use (#1881) 2018-01-23 11:03:54 +01:00
wang wei
ba12db5aa5 fix(TDI-39904): make sure use postgresql jdbc driver for postgresql connection component when both redshift and postgresql jdbc driver exist(#1867) 2018-01-17 09:31:23 +08:00
alxtalend
f191b30b88 babili-export (#1864) 2018-01-16 16:40:36 +08:00
wang wei
37e775f069 fix(TDI-39893): Exception in component tRedshiftOutput: "java.sql.SQLException: [Amazon](500310) Invalid operation: there is no parameter $-32768" (#1853) 2018-01-11 15:40:58 +08:00
Jenkins Continuous Build server
b1c7862913 Set version to 6.5.2 SNAPSHOT 2018-01-10 16:37:45 +01:00
alxtalend
a0ae876613 babili-export (#1850) 2018-01-10 18:00:43 +08:00
nrousseau
89c19e379b babili-export (#1847) 2018-01-10 09:54:25 +08:00
GGu
a5d29a0f2b fix(TUP-19232): ignore the date to change (#1846) 2018-01-09 15:43:25 +08:00
GGu
5d6353aa99 fix(TUP-19232): ignore dirty for set modification date when create (#1845) 2018-01-08 10:29:23 +08:00
ypiel
c325c1b97d fix(TDI-39876) : report the TDI39761 correction when redirection is disabled (#1839) 2018-01-05 11:27:29 +01:00
Stefan Le Moing
699f4445cb fix(TBD-6075): change jar http versions (#1841) 2018-01-05 10:35:03 +01:00
nrousseau
917fb0fa66 fix(TUP-18434) fix wrong node initialization 2018-01-05 13:24:01 +08:00
nrousseau
24a8ee9a63 fix(TUP-18434) fix junits 2018-01-05 13:19:05 +08:00
pyzhou-talend
055c2680a8 Revert "fix(TDI-39423):Amend the escape method. (#1630)"
This reverts commit 11ff8135b4.
2018-01-04 14:31:31 +08:00
hcyi
cd26b4a453 fix(TUP-19128):Talend Migration issue in joblet connection (#1811) 2018-01-04 09:50:46 +08:00
Chao MENG
90278739dc feat(TUP-19123): Manage connections: improvements (2) (#1830)
feat(TUP-19123): Manage connections: improvements (2) 
https://jira.talendforge.org/browse/TUP-19123
2018-01-02 16:44:24 +08:00
nrousseau
f750dc25e8 fix(TUP-18434): fix problem of refresh (#1616)
Fix the problem of reference display and limit the number of refresh
done.
2018-01-02 14:56:33 +08:00
GGu
aab743ce65 fix(TUP-19125): no pupop for quick tour 2017-12-29 16:12:42 +08:00
Chao MENG
3ca7df78dd fix(TUP-19188): Improve English messages on the "Network Issue Occured"
dialog
https://jira.talendforge.org/browse/TUP-19188
2017-12-29 15:01:11 +08:00
GGu
6dbca893f2 fix(TUP-19193): avoid to popup the invalid dialog when do junit for demo 2017-12-28 17:00:56 +08:00
pyzhou-talend
63e3d9eeb3 fix(TDI-39841):tS3put should only evaluated Key once. 2017-12-27 17:32:41 +08:00
nrousseau
07a77cce6f fix(TUP-19187) Set onboarding for talend products only (#1819) 2017-12-27 12:12:17 +08:00
Irene Wang
c03ce1445e DEVOPS-3416 Deploy all plugins for Black Duck scans 2017-12-26 17:27:40 +01:00
Emmanuel GALLOIS
a328fe4096 fix(TDI-39808): allow subfolder to be created in any folder (#1818) 2017-12-26 12:17:47 +01:00
GGu
90beacc7f5 fix(TUP-19125): no pupop for quick tour (#1809) 2017-12-25 17:08:12 +08:00
nrousseau
5615420353 feat(TUP-19123): add back the missing import (#1807) 2017-12-23 10:54:30 +08:00
Chao MENG
428bcf6983 feat(TUP-19123): Manage connections: improvements (2)
https://jira.talendforge.org/browse/TUP-19123
2017-12-22 18:29:46 +08:00
ypiel
1d30508a1f fix(TDI-39808) : Sub-folder can be created in any folder. (#1801) 2017-12-21 13:00:50 +02:00
wchen-talend
44ac65cab3 fix(TUP-19005):fix the show_if not_show_if problem for links 2017-12-20 14:51:46 +08:00
pyzhou-talend
93e4bdee18 fix(TDI-39800):close connection for tOleDbInput and migration task. 2017-12-20 11:23:41 +08:00
Pingwen Lin
a028088626 TMDM-11629 MDM transaction does not commit when multiple tMDMOutput used in same subjob (#1784) 2017-12-14 15:02:54 +08:00
kjwang-talend
b9159ac3e0 TUP-19013 Studio hangs/freezes after clicking cancel while job is being (#1754)
* TUP-19013 Studio hangs/freezes after clicking cancel while job is being
built
https://jira.talendforge.org/browse/TUP-19013

* TUP-19013 Studio hangs/freezes after clicking cancel while job is being
built
https://jira.talendforge.org/browse/TUP-19013
2017-12-11 16:36:52 +08:00
Pingwen Lin
a4ea1a293e TMDM-11667 Can't download jar automatically while running mdm demo jobs (fix other components besides tMDMConnection) (#1774) 2017-12-11 15:00:55 +08:00
wang wei
d7011b86e0 fix(TDI-39503): tLDAPConnection error ( [LDAP: error code 13 - TLS confidentiality required]) when slapd is configured with require tls (#1770) 2017-12-11 14:00:45 +08:00
Pingwen Lin
cb8b38f530 TMDM-11667 Can't download jar automatically while running mdm demo jobs (#1772) 2017-12-11 13:58:16 +08:00
nrousseau
10f45ba5d9 babili-export (#1771) 2017-12-11 12:12:26 +08:00
GGu
5779ce9e27 feat(TUP-18903): add product details (#1735)
* feat(TUP-18903): add migration task to update the product values.

* feat(TUP-18903): refactor to add Option Enum for import item

* feat(TUP-18903): when migration, check existed or not

* feat(TUP-18904): enable to check items when import projects, even demo

* feat(TUP-18903): adapt the created and modified date for item

* feat(TUP-18904): enhance the popup dialog

* feat(TUP-18903): enhance the import project and item dialog

* fix(TUP-19050): fix bug for import project
2017-12-11 10:27:06 +08:00
ypiel
3ce4bd30b2 fix(TDI-39770) : LIKE operator disabled for ODATA. 2017-12-08 15:34:45 +01:00
ypiel
2cb2dd4246 Merge branch 'maintenance/6.5' of https://github.com/Talend/tdi-studio-se into maintenance/6.5 2017-12-08 11:33:53 +01:00
ypiel
f203e728e6 fix(TDI-39761) : SC_ACCEPTED doesn't generate exception on POST file.
* fix(TDI-39761) : SC_ACCEPTED doesn't generate exception anymore.

* fix(TDI-39761) : SC_ACCEPTED managed only for upload file.
2017-12-08 11:33:31 +01:00
nrousseau
bdee906d2d feat(TUP-19043) Update welcome page of TOS (#1751) 2017-12-08 11:48:09 +08:00
pyzhou
d57592dff6 Pyzhou/tdi 39736 t neo4j batch output cannot update properities (#1760)
* fix(TDI-39736):tNeo4jBatchOutput cannot update properties.

* fix(TDI-39293):upgrade the jar version
2017-12-08 10:53:01 +08:00
zwxue
768810387f Revert "fix(TUP-18772):buildjob override parameter add unecessary backslash (#1738)"
This reverts commit 591308c4a2.
2017-12-04 16:38:34 +08:00
wang wei
162bb08538 fix(TDI-39707): mutli thread failed for stats and logs in redshift database by redshift jdbc and postgresql output component(#1725) 2017-12-04 10:16:31 +08:00
wchen-talend
58d41fc5f5 fix(TUP-19019):TUJ broken since TUP-18265 tELTSAPMAP component does not
(#1746)
2017-11-30 17:29:34 +08:00
jzhao
bf45f63609 feat(TDI-39718): Upgrade to CXF 3.1.14 (#1747)
* MDM components
* CRM components
* tWebService
2017-11-30 13:59:01 +08:00
hcyi
4b80c20327 fix(TUP-18492): Stats Logs still use JTDS driver even select Microsoft. 2017-11-29 19:00:17 +08:00
kjwang-talend
3568091f79 Kjwang/feat(tup 18753)update driver of vertica (#1723)
* 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-28 17:28:25 +08:00
Kevin Wang
0895d93190 Merge branch 'maintenance/6.5' of https://github.com/Talend/tdi-studio-se.git into maintenance/6.5 2017-11-28 16:35:08 +08:00
kjwang-talend
c9bb8ac237 feat(TUP-17297)Load balancing for Studio and Job Server (#1713)
* 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

* feat(TUP-17297)Load balancing for Studio and Job Server
https://jira.talendforge.org/browse/TUP-17297
2017-11-28 15:20:57 +08:00
zwxue
591308c4a2 fix(TUP-18772):buildjob override parameter add unecessary backslash (#1738) 2017-11-28 15:15:26 +08:00
pyzhou
e8e7813411 fix(TDI-39711):remove \r|\n|\r\n of module name. (#1733)
* fix(TDI-39711):remove \r|\n|\r\n of module name.

* move the replacement to the migration task of old framework to new.

* remove the brackets.
2017-11-27 16:06:26 +08:00
Chao MENG
5d5215ef9f feat(TUP-18946): add advertisement for Cloud product
https://jira.talendforge.org/browse/TUP-18946
2017-11-27 14:55:41 +08:00
Chao MENG
f276e90431 feat(TUP-18724): manage connections: improvements
https://jira.talendforge.org/browse/TUP-18724
2017-11-27 14:48:22 +08:00
Pierre Teyssier
c7697b2a9d Revert "fix(TDI-32464): Extends local properties class for respecting order (#1489)"
This reverts commit 8c67bacb2d.
2017-11-24 20:33:50 +08:00
Chao MENG
6a26e54ac7 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-11-24 16:05:42 +08:00
ypiel
e8dad85e20 fix(TDI39720) : retrieve good db_version
* feat(39493) : tVerticaBulkExec CopyStream+Params

* feat(TDI38740) : Support of Vertica 9

* Other versions are deprecated

* fix(TDI39720) : retrieve good db_version

* fix(TDI39720) : Remove dev log
2017-11-22 11:30:07 +01:00
Anas KHABALI
636d2e2e3f feat(TDI-39293): Integrate Neo4J Batch (integration from partner) (#1703)
* feat(TDI-39293): Integrate Neo4J Batch (integration from partner)

* remove partener distribution management element

* remove partener scm and deploy site plugin

* add talend distribution management

* feat(TDI-39607):remove old component and useless plugins.

* support use connection.
2017-11-22 16:30:31 +08:00
wchen-talend
32c21a53fe fix a junit 2017-11-21 14:49:26 +08:00
hcyi
784e626fcf fix TUP-18358:Drag oracle connection will change the query too (#1583)
* TUP-18358:Drag oracle connection will change the query too

* fix TUP-18358:Drag oracle connection will change the query too

* fix (TUP-18358): Drag oracle connection will change the query too
2017-11-20 16:48:52 +08:00
kjwang-talend
892533de2e Kjwang/fix(tup 18210)inconsistencies of keyboard shortcut commands in talend studio on mac os (#1497)
* fix(TUP-18210):Inconsistencies of keyboard shortcut commands in Talend
Studio on macOS.
https://jira.talendforge.org/browse/TUP-18210

* fix(TUP-18210):Inconsistencies of keyboard shortcut commands in Talend
Studio on macOS.
https://jira.talendforge.org/browse/TUP-18210
2017-11-20 16:47:00 +08:00
Seloen
40e2779626 fix(TUP-18189): ClassNotFound when Guess schama in tMSSqlInput for MSSQL
* fix(TUP-18189)ClassNotFound when Guess schama in tMSSqlInput for MSSQL

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

* fix(TUP-18189)junit

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

Conflicts:
	main/plugins/org.talend.designer.core/src/main/java/org/talend/designer/core/ui/editor/properties/controllers/AbstractElementPropertySectionController.java
2017-11-20 16:44:00 +08:00
wchen-talend
415836e554 Bugfix/6.5.1/tup 17950 t postgresql scd additional columns (#1408)
* fix(TUP-17950):Failed to generate code after making minor valid changes
to tPostgresqlSCD component

* fix(TUP-17950):add junit
2017-11-20 14:28:27 +08:00
hwang-talend
673d88b24e fix(TUP-17299):the back ground is not refresh (#1504) 2017-11-20 14:21:51 +08:00
Chao MENG
dcb6787372 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-11-17 18:25:57 +08:00
Chao MENG
688d0a34bd 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-11-17 18:20:53 +08:00
Chao MENG
6693e6293b fix(TUP-18261): there is an error when Studio tries to make a query to
(#1682)

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

Conflicts:
	main/plugins/org.talend.designer.core/src/main/java/org/talend/designer/core/DesignerCoreService.java
	main/plugins/org.talend.designer.core/src/main/java/org/talend/designer/core/ui/preferences/PerformancePreferencePage.java
	main/plugins/org.talend.designer.core/src/main/java/org/talend/designer/core/ui/preferences/PreferenceInitializer.java
2017-11-17 18:14:37 +08:00
hcyi
ed009cce7f feat(TUP-18512): Support Calculation View for SAP Hana Database. (#1710)
* feat(TUP-18512): Support Calculation View for SAP Hana Database.

* feat(TUP-18512): fix bug when Query Guess for SAP Hana Database.

* feat(TUP-18512): fix TUP-18907 [bug] error show when open Edit
queries.

* feat(TUP-18512): fix bug of TUP-18909 schema name incorrect in SQL
builder for Calculation view.
2017-11-17 17:16:13 +08:00
ypiel
4a1f2df600 feat(TDI38740) : Support of Vertica 9
* Other versions are deprecated
2017-11-16 15:38:40 +01:00
ypiel
6b05001ae1 feat(39493) : tVerticaBulkExec CopyStream+Params 2017-11-16 15:38:15 +01:00
ypiel
c281826e2d Merge branch 'maintenance/6.5' of https://github.com/Talend/tdi-studio-se into maintenance/6.5 2017-11-16 15:37:44 +01:00
wchen-talend
50574cc429 fix(TUP-18592): remove some wrong junit 2017-11-15 19:04:22 +08:00
dlin-talend
a22e043511 TUP-18814:Change new branding images for 6.5 (#1716) 2017-11-15 11:56:35 +08:00
Irene Wang
442299ae5f Update copyright year to 2017 2017-11-14 16:43:17 +01:00
iwangtalend
d0f4601c61 Update copyright year to 2017 2017-11-14 16:36:30 +01:00
ypiel
02bb09656e Ypiel/tdi39578 tMicrosoftCrmInput/output binary properties (#1717)
* fix(TDI39578) : Transform String type to id_bytes[]

* fix(TDI39578) : Set Binary db type for id_byte[]

* fix(TDI39578) : Retrieve binary field in all case."

* I happens that MS CRM don't sent the type of a field in the pload
* Olingo retrieve Null type and so set it as String, its default one
* Transform the generate String in byte[] if the java type is byte[]
2017-11-13 16:08:53 +01:00
ypiel
8fe9fed1e2 Merge branch 'maintenance/6.5' of https://github.com/Talend/tdi-studio-se into maintenance/6.5 2017-11-13 16:08:39 +01:00
amarouni
67fca3e0ed feat(TBD-4197): set hive query name for tracking (#1718) 2017-11-13 15:20:32 +01:00
wchen-talend
863c437261 fix(TUP-18592): make the not_show_if only work with outupts 2017-11-13 14:19:00 +08:00
jzhao
7b0320a6f3 fix(TDI-39662):"log4jSb_tGreenplumGPLoad_1" cannot be resolved (#1711) 2017-11-09 18:10:53 +08:00
Dmytro Sylaiev
0f9b6117e9 fix(TDI-35682): Fix releasing file stream for multiple connections (#1699) 2017-11-09 11:21:15 +02:00
Dmytro Sylaiev
f215c1680b Dsylaiev/tdi 35682 add logging when use existing connection (#1571)
* fix(TDI-35682): Add logging into tRedshiftConnection

* Input component won't create and close logfile when using existing connection

* Close component will close logwriter stream also

* chore(TDI-35682): fix indentation
2017-11-09 11:20:55 +02:00
Dmytro Sylaiev
1eb60da12a fix(TDI-39235): Close logfiles output stream in tRedshiftInput (#1561)
* fix(TDI-39235): Close logfiles output stream in tRedshiftInput
2017-11-09 11:20:43 +02:00
ypiel
7bacb4f452 fix(TDI39642) : MSCRM lib version to 3.2-20171107 (#1708)
- Update version from 3.2-2017*0*1107 to 3.2-20171107
- Linked to TDI39571
2017-11-08 09:06:29 +01:00
ypiel
721ba449fb fix(TDI39642) : MSCRM lib version to 3.2-201701107 (#1705)
- Linked to TDI39571
2017-11-08 08:21:43 +01:00
wchen-talend
118ce0ee84 fix(TUP-18738):UHG - Configuring SVN Polling from TAC (#1681)
* fix(TUP-18738):UHG - Configuring SVN Polling from TAC

* fix(TUP-18738):UHG - Configuring SVN Polling from TAC
2017-11-06 18:48:57 +08:00
nrousseau
c093a54d26 fix(TUP-18280) fix issue of routines on the classpath adjuster 2017-11-06 15:17:48 +08:00
nrousseau
728a8635a5 fix(TUP-18280) fix an issue of libjars for bd jobs 2017-11-06 15:17:36 +08:00
Dmytro Chmyga
b94052d7fb Revert "feat(TCOMP-291):property value from current record (#1366)"
This reverts commit 47836512ad.
2017-11-06 07:32:13 +02:00
zwxue
b08ddf7cd5 fix(TUP-18770):Implicit project level settings issue in migration. (#1694) 2017-11-06 10:56:36 +08:00
jzhao
ae6ea16115 fix(TDI-39612)Talend 6.4 tExtractJSONFields not working similar to 6.2.1. (#1696) 2017-11-03 16:03:57 +08:00
qiongli
3fb5bc6189 TDQ-14308 include some drools file for tRulesurvivorhsip. (#1638) (#1680)
* TDQ-14308 include some drools file for tRulesurvivorhsip.

* TDQ-14308 move the code of copy drools file to 'ProcesssorUtilites.java'
2017-11-03 13:56:27 +08:00
chmyga
47836512ad feat(TCOMP-291):property value from current record (#1366)
* feat(TCOMP-291):property value from current record

* Add check for dynamic property values

* Add tagging of dynamic property values

* Add update of dynamic property values for every row

* feat(TCOMP-291):property value from current record

* Add processing of globalMap and context

* feat(TCOMP-291): fix problems

* Fix problems with setting ReferenceProperties

* Fix duplicated List creation

* feat(TCOMP-291): fix PR comment
2017-11-02 15:54:43 +02:00
pyzhou
ca9167c1fa Pyzhou/tdi 39641 backport tdi 34905 to 6.5 (#1695)
* fix(TDI-34905):add stream support for tFileinputJason JSONpath (#1474)

* fix(TDI-34905):add stream support for tFileinputJason JSONpath

* fix(TDI-34905):change filename to filemnameOrStream.

* fix(TDI-34905):fix the compile error. (#1507)

* fix(TDI-34905):tackle stupid mistake. (#1521)
2017-11-02 10:46:13 +08:00
Emmanuel GALLOIS
a6bf6088f6 feat(TDI-38416): split Marketo backport to 651 (#1685)
* fix(TDI-39167): fix migration for LeadSelector (#1513)
* feat(TDI-38797): Add Marketo SOAP API SDK (#1573)
* fix(TDI-39319): correct include/exclude types in REST API (#1677)
* fix(TDI-39525): correct include/exclude types in REST API
2017-10-31 15:13:44 +01:00
ypiel
9f8dc56919 Merge branch 'maintenance/6.5' of https://github.com/Talend/tdi-studio-se into maintenance/6.5 2017-10-31 09:43:03 +01:00
ypiel
31355f1ac8 fix(TDI39631) : Correct some missing parenthesis. (#1691)
* fix(TDI39631) : Correct some missing parenthesis.

* fix(TDI39631) : Remove (Odata) label on 2016 version.
2017-10-31 09:42:01 +01:00
Dmytro Sylaiev
ecbc4bc5ba fix(TDI-32802): Implement functionality for get NB_LINE in NetezzaNZLoad (#1439)
* fix(TDI-32802): Implement functionality for get NB_LINE in NetezzaNZLoad

* fix(TDI-32802): Minor changes
2017-10-27 18:34:53 +03:00
Dmytro Sylaiev
da5a85d425 fix(TDI-39067): Fix wrong processing response from nzload.exe (#1554)
* fix(TDI-39067): Fix wrong processing response from nzload.exe

* fix(TDI-39067): Add logging support
2017-10-27 18:26:56 +03:00
Dmytro Sylaiev
aa7e71e60e fix (TDI-38883): Add missing property name in tInformix output (#1414) 2017-10-27 18:25:14 +03:00
Dmytro Sylaiev
a55111591b chore(TDI-39000): remove code duplication (#1410) 2017-10-27 16:34:28 +03:00
Dmytro Sylaiev
6acc704ae9 Dsylaiev/tdi 34972 change default ignore tail zeros value t map (#1444)
* fix(TDI-34972): change default ignoreTailZeros value tMap

* fix(TDI-34972): Add migration task

* Migration task will set "CHANGE_HASH_AND_EQUALS_FOR_BIGDECIMAL" to false if it was null

* Migrato to 6.5
2017-10-27 16:15:10 +03:00
Dmytro Sylaiev
267ca1b6d9 fix(TDI-35112): Add supporting MySQL YEAR(4) type in tMysqlOutput (#1516)
* fix(TDI-35112): Add supporting MySQL YEAR(4) type in tMysqlOutput

* chore(TDI-35112): Fix indentation

* chore(TDI-35112): Small refactoring
2017-10-27 16:01:23 +03:00
Dmytro Sylaiev
904d7d5d8c Dsylaiev/tdi 39175 fix broken tujs (#1537)
* fix(TDI-39175): Fix year shifting
2017-10-27 15:59:32 +03:00
Dmytro Sylaiev
ad7b4ede8d fix(TDI-39175): Revert unsafe changes, move it into mysql component (#1533)
* Move calling generateYearResultSet method from abstract javajet to mysql one
2017-10-27 15:58:51 +03:00
Dmytro Sylaiev
92945d0635 fix(TDI-39175): Fix exception when encountering 0000 year value (#1529) 2017-10-27 15:58:26 +03:00
Dmytro Sylaiev
8c67bacb2d fix(TDI-32464): Extends local properties class for respecting order (#1489) 2017-10-27 15:51:48 +03:00
Dmytro Sylaiev
7df4b743b0 fix(TDI-39237): Set correct schema value for searching (#1566) 2017-10-27 15:09:07 +03:00
Elena Tatarintseva
8398a9a46f TIPAAS-10910 change tActionLog->tJobLog in tLogCatcher (#1684) 2017-10-27 14:22:26 +03:00
jzhao
f4d23977da fix(TDI-31586): tMomOutput "Websphere MQ"/"Jboss" mode transaction is unavailable. (#1500) 2017-10-26 13:52:38 +08:00
jzhao
4bf0143004 fix(TDI-39079):tFileInputExcel can't check sheet position in some
situation.(#1526)
2017-10-26 11:59:01 +08:00
jzhao
22ec0cc3d4 fix(TDI-39079) tFileInputExcel sheet position does not work for event model (#1494) 2017-10-26 11:55:04 +08:00
jzhao
665f592aa1 fix(TDI-39289) : support tSnowflakeConnection in ELTJDBC (#1607) 2017-10-26 11:47:13 +08:00
jzhao
d08e0a4d1f feat(TDI-38397): Support dynamic output table name in ELT components (#1589) 2017-10-26 11:30:34 +08:00
pyzhou
1c0e0e7d98 Pyzhou/tdi 39519 make tjdbcscdelt support for snowflake (#1662)
* feat(TDI-39519):fix little bug.

* feat(TDI-39519):fix the update sql for type1.

* feat(TDI-39519):remove the useless code.
2017-10-26 09:15:45 +08:00
pyzhou
dc63be148d Pyzhou/tdi 39527 implement t jdbcscdelt with vertica 7.1 (#1656)
* feat(TDI-39477):Implement tJDBCSCDELT with Vertica 7.1

* feat(TDI-39527):restore the mis-deletion.

* feat(TDI-39527):fix query for sequence.

* feat(TDI-39527):Fix the compile error causing by last commit.
2017-10-26 09:15:16 +08:00
ypiel
3a9e04e873 fix(TDI-39571): Set navigation link to null (#1668)
* fix(TDI-39571): Set navigation link to null

* fix(TDI-39571): Extract navigation link name from lookup

* fix(TDI39571) : Add some unit tests

* fix(TDI39571) : Add unit tests class

* fix(TDI39571) : junit dependency is in scope test.

* fix(TDI39571) : Remove duplicate junit dependency.
2017-10-25 10:42:59 +02:00
ypiel-talend
a15714c865 Ypiel/tdi 39294 t microsoft crm xxx on premise2016 o data (#1642)
* feat(TDI-39294): MS CRM 2016 on-premise / OData (with NTLM authentication)
* bug(TDI-39522): Use UUID for Guid attributes
2017-10-25 10:27:39 +02:00
Anas KHABALI
ab64a8d72d feat(TDI-38984): add ability to use enpoint to tS3Connection (#1640)
* feat(TDI-38984): add ability to use enpoint to tS3Connection

* feat(TDI-38984): keep region choice for encryption key

* feat(TDI-38984): move the endpoint settings to advanced tab
2017-10-25 09:24:07 +01:00
Anas KHABALI
5eecc07d32 fix(TDI-39234): sort the DB type in alphabet order for tCreateTable (#1559) 2017-10-25 09:19:49 +01:00
Anas KHABALI
02eff3eacc feat(TDI-39194): support Redshift in tCreateTable (#1549) 2017-10-25 09:17:44 +01:00
Anas KHABALI
4d0086f22e feature(TDI-39196): support Exasol in tCreateTable (#1546) 2017-10-25 09:17:33 +01:00
Anas KHABALI
0d3d601f02 feature(TDI-39195) : add support to vertica71 in tCreateTable (#1538) 2017-10-25 09:17:19 +01:00
wang wei
b291772420 fix(TDI-39568): Component tSocketOutput does not provide error message (#1675) 2017-10-25 14:50:11 +08:00
wang wei
c55f632b10 fix(TDI-39087): tExaBulkExec can not have empty string as field delimiter 2017-10-25 14:23:57 +08:00
wang wei
128277cac1 fix(TDI-33892): If the action on data is "insert" and "extend insert", the commit/batch is never used(#1496) 2017-10-25 13:49:17 +08:00
wang wei
1974e2b488 fix(TDI-39229): tXMLMap does not make the right match when the lookup is an xml document(#1628) 2017-10-25 12:24:16 +08:00
wang wei
e3a340d091 fix(TDI-39584): Timestamp shifts to wrong time during DST (#1665) 2017-10-25 11:26:59 +08:00
wang wei
2dda29eb6d fix(TDI-39365): Support Amazon Redshift JDBC Driver 1.2.8 (#1664)
* 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

# Conflicts:
#	main/plugins/org.talend.designer.components.localprovider/components/tCreateTable/tCreateTable_java.xml
2017-10-25 10:51:06 +08:00
wang wei
452001bf35 fix(TDI-39361): When creating a table in MS SQL, if the size of the varchar is greater than 8000, Talend should create the table using a varchar(max)(#1670) 2017-10-25 10:46:31 +08:00
Emmanuel GALLOIS
3a9eb42b59 fix(TDI-39319): correct include/exclude types in REST API (#1677) 2017-10-24 18:41:16 +01:00
GGu
34d3f4bf3e fix(TUP-18769): exclude the dependenceis of children jobs in main pom 2017-10-24 17:53:46 +08:00
Jenkins Continuous Build server
3304b98dd5 Set version to 6.5.1 SNAPSHOT 2017-10-20 10:54:22 +02:00
wchen-talend
ac23d7ad41 fix(TUP-18592):No connector can be selected after remove it on UI (#1657) 2017-10-13 10:42:45 +08:00
jzhao
a87039e281 fix(TDI-39562):tFileOutputExcel "Keep existing cell format" doesn't work in some situation (#1658) 2017-10-11 15:53:50 +08:00
Diya Muliyil
bcb1df1df8 [TESB-20340 - Talend Studio hangs when building a job (for 6.4.2)] (#1651)
This is a backport fix, the master fix has been approved.
2017-09-27 22:22:15 +08:00
Chao MENG
eed2087f3b fix(TUP-18466): complete URL Pop-up with LDAP SSH Git Authentication
https://jira.talendforge.org/browse/TUP-18466
fix a bug when managing connection in login dialog
2017-09-26 16:27:47 +08:00
wchen-talend
f01f32590e fix(TUP-18489):tLibraryLoad doesn't display the jars available in local
maven
2017-09-21 12:07:15 +08:00
wchen-talend
b43ec7a5e6 fix(TUP-18489):tLibraryLoad doesn't display the jars available in local
maven
2017-09-20 16:19:45 +08:00
wchen-talend
053b44eac2 fix(TUP-18489):tLibraryLoad doesn't display the jars available in local
maven
2017-09-19 16:39:39 +08:00
jzhao
ce553b83d9 fix(TDI-39333):tRedshiftOutputBulk log issue (#1637) 2017-09-18 18:50:28 +08:00
pyzhou
6411fd6b91 fix(TDI-39423):Amend the escape method. (#1630)
* fix(TDI-39423):Amend the escape method.

* fix(TDI-39423): Eliminate the flag trap.
2017-09-18 09:39:51 +08:00
wchen-talend
03b8b6551e fix(TUP-18489):tLibraryLoad doesn't display the jars available in local (#1633) 2017-09-14 10:04:02 +08:00
pyzhou
ed6cb090d6 fix(TDI-39432):Correct the wrong mvn path. (#1631) 2017-09-11 15:00:24 +08:00
hcyi
1ad4e4969b fix (TUP-18492): Stats&Logs still use JTDS driver even select Microsoft 2017-09-06 16:31:13 +08:00
Irene Wang
66b571ea96 Update copyright to 2017 2017-09-05 17:39:06 +02:00
pyzhou-talend
37920e2416 fix(TDI-39376):Import the jar to eliminate compile error. 2017-09-01 11:51:37 +08:00
hcyi
7d9f5355f3 fix (TUP-18453): Guess Schema on tAS400Input fails with
MissingDriverException.
2017-09-01 10:05:09 +08:00
jzhao
e3e092b6fc fix(TDI-39350): Performance decline for tFileInputXML compared to 5.3.1 (#1617) 2017-08-31 11:55:38 +08:00
Pingwen Lin
1d2f4ed46b TMDM-11385 [tMDMConnection] "OnComponentError" and "On SubjobError" not triggered when an error occurs (#1619) 2017-08-30 16:15:29 +08:00
wang wei
88b8040ffa fix(TDI-39363): add the miss instance type (#1615) 2017-08-28 14:22:33 +08:00
Pingwen Lin
f5d82d9aa1 TMDM-9923 Ability to control the timeout or start/end date of the transaction in MDM components (remove dependency of routines.MDM) (#1613) 2017-08-25 15:05:37 +08:00
hcyi
7da66120ad fix (TUP-18355): Opening a BD job from the search feature in Studio
transformsit into a DI job
2017-08-25 10:22:17 +08:00
hcyi
84e0a19358 fix TUP-18355:Opening a BD job from the search feature in Studio transforms it into a DI job (#1581)
* TUP-18355:Opening a BD job from the search feature in Studio transforms
it into a DI job

* TUP-18355:add junits for Opening a BD job from the search feature in
Studio transforms it into a DI job
2017-08-25 10:17:26 +08:00
xwen
154d9ca98e 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

Conflicts:
	main/plugins/org.talend.designer.fileoutputxml/src/main/java/org/talend/designer/fileoutputxml/ui/FOXUI.java
2017-08-24 10:49:38 +08:00
Chao MENG
d152795c70 fix(TUP-18213): set correct connection bean if logon studio using (#1501)
fix(TUP-18213): set correct connection bean if logon studio using parameters instead of logon dialog
https://jira.talendforge.org/browse/TUP-18213
2017-08-23 17:14:24 +08:00
wang wei
6066561432 fix(TDI-39320): tcloudstart can't work (#1593) 2017-08-22 14:24:37 +08:00
wang wei
87a1528f7a fix(TDI-39054): improve the support for version and after the fix, no need to change the xml every release. (#1487) 2017-08-21 13:05:00 +08:00
ypiel-talend
d2ce3b6a7c fix(TDI-39101) : Don't send null for rejected (#1594)
* fix(TDI-39101) : Don't send null for rejected

* fix(TDI-39101) : Correct indentation after review.
2017-08-17 15:23:44 +02:00
ypiel-talend
d07981f788 fix(TDI-39101) : Update export labels (#1588) 2017-08-17 15:23:33 +02:00
ypiel-talend
a96078957c fix(TDI-39101) : Export Google documents
* Add  parameters to choose export mime-types
* Add parameter to add an extension on exported files
2017-08-17 15:23:26 +02:00
RyanSkraba
0f0c9fa6a3 fix(TBD-4416/components): Cann't run job that use joblet use existing connection for tHiveInput - fixed (#1540) (#1603) 2017-08-17 14:04:51 +02:00
jzhao
c86537dad0 fix(TDI-38635): tMicrosoftOutput can't be update null value with V2016 odata (#1551)
* tMicrosoftOutput can't be update null value with V2016
odata

* update odata jar with talend patch
2017-08-16 17:56:10 +08:00
Ihor Istomin
6513aff28e Revert "fix(TDI-39301): Back-port TDI-39229 to 6.4" (#1599)
* Revert "fix(TDI-39301): Back-port TDI-39229 to 6.4 (#1585)"

This reverts commit c1c15826cc.
2017-08-16 11:20:31 +03:00
GGu
b4039aa0e4 fix(TUP-18405/module): enable to update the list of modules parameter 2017-08-16 16:05:23 +08:00
ypiel-talend
e1f46284ca fix(TDI-39248) : Prefix SP by schema (#1574)
* fix(TDI-39248) : Prefix SP by schema
2017-08-04 10:42:46 +02:00
Ihor Istomin
c1c15826cc fix(TDI-39301): Back-port TDI-39229 to 6.4 (#1585) 2017-08-03 15:07:09 +03:00
zwxue
56f965271f fix(TUP-17688): Performing HDFS operation after a tDataPrepRun. (#1482) 2017-08-03 17:40:09 +08:00
wchen-talend
3521ed77e0 fix(TUP-18265):tELTSAPMAP component does not work as expected (#1542) 2017-07-31 15:46:03 +08:00
Dmytro Sylaiev
5385bb2599 Dsylaiev/tdi 39089 fix uri encoding t file fetch (#1550)
* fix(TDI-39089): Hide new checkbox when it is not needed
2017-07-24 14:11:04 +03:00
Dmytro Sylaiev
8b86d50768 Dsylaiev/tdi 39089 fix uri encoding t file fetch (#1548)
* fix(TDI-39089): Add 'encode URI' property
2017-07-24 14:10:29 +03:00
zwxue
9e87025f8b fix(TUP-18278):Could not find or load main class exception after (#1547) 2017-07-21 10:23:29 +08:00
Dmytro Sylaiev
e24486296b fix(TDI-39089): Remove redundant migration task from 6.4 2017-07-20 18:09:46 +03:00
hwang-talend
b196a85f39 fix(TUP-18270):Propogation problems when change contexts in a joblet (#1535)
which use by some jobs.
2017-07-19 10:24:26 +08:00
wchen-talend
f952d01e1c fixe(TUP-18118):Remote run in studio fails with file not found exception (#1511)
* fixe(TUP-18118):Remote run in studio fails with file not found exception

* fix(TUP-18118):Remote run in studio fails with file not found exception
2017-07-14 10:00:22 +08:00
Dmytro Sylaiev
d3617a519b fix(TDI-39089): Add uri encoding in tFileFetch (#1479)
* fix(TDI-39089): Add uri encoding in tFileFetch

* Incorrect uri would become correct in the job using URI.toASCIIString method

* No changes for ftp and smb protocol due to they should work OK with special characters

* Already correct uri become incorrect-encoded in properties (migration task)

* fix(TDI-39089): Add uri decoding in tFileFetch

* Update plugin.xml

* chore(TDI-39089): Fix indentations
2017-07-13 12:24:38 +03:00
hwang-talend
b0722b918e fix(TUP-18217):Testcase for tWriteJSONFiled gives junitGlobalMap cannot (#1509)
be resolved exception
2017-07-13 16:33:33 +08:00
zwxue
628a441bf8 fix(TUP-17858):Use different version of subjob in father job
:NoClassDefFoundError.
2017-07-13 10:06:23 +08:00
pyzhou-talend
5b0b949ea0 fix(TDI-39135):Handle duplicate variable in tOracleBlukOutput. 2017-07-10 14:57:14 +08:00
jzhao
9298412f25 fix(TDI-39051): tMSSqlSP doesn't always return execution error (#1493) 2017-07-06 18:20:41 +08:00
pyzhou
cdd7787219 fix(TDI-39037):Handle NPE for tReplaceList. (#1436)
* fix(TDI-39037):Handle NPE for tReplaceList.

* fix(TDI-32121):make vacant `replacement` available.
2017-07-06 11:45:56 +08:00
Dmytro Sylaiev
b66b680792 fix(TDI-38143): Process null data in tReplaceList correctly (#1405)
* fix(TDI-38143): Process null data in tReplaceList correctly

* fix(TDI-38143): minor changes
2017-07-06 11:44:51 +08:00
Pingwen Lin
dc5082477b TMDM-11072 : Support of AWS ELB for MDM Cluster (#1464) (#1488) 2017-07-05 15:41:28 +08:00
wchen-talend
2d21884c45 fix(TUP-18128):joblets change not applied to all jobs automatically (#1459) 2017-07-05 15:05:58 +08:00
Vladimir Bogatyrov
a15e84b449 [TESB-19484] tJMSInput and tJMSOutput do not handle exceptions correctly (#1432)
* [TESB-19484] tJMSInput and tJMSOutput do not handle exceptions correctly

* [TESB-19484] Switched from using globalMap to resourceMap

* [TESB-19484] Added cid to exception variable name
2017-07-04 22:25:38 +03:00
zwxue
293de09d00 fix(TUP-18158):tELTOracleMap / ELT Oracle Map Editor / left panel empty
after migration from 6.1.1 to 6.3.1.
2017-07-04 18:41:57 +08:00
Yucheng Bai
78c0054e3b fix(TUP-18154): Cleanup the code related to quotes for new component (#1455)
framework
2017-07-04 17:17:46 +08:00
Yucheng Bai
c115fcc367 fix(TUP-18156): improve and add junits. (#1461) 2017-07-04 17:14:53 +08:00
Yucheng Bai
9560580825 fix(TUP-18156): Issue with Date pattern retrieved from Metadata (#1460) 2017-07-04 17:14:29 +08:00
Yucheng Bai
415314ba32 fix(TUP-18098): Hive Connectivity post-kerberos on Talend (#1426) 2017-07-04 17:10:36 +08:00
yyin-talend
2b3a67c372 TDQ-13899 when save pattern, on the "Update Detection" dialog can not (#1481) (#1483)
show the job name of tMultiPatternCheck as others --fixed
2017-07-04 15:45:06 +08:00
kjwang-talend
66f51694cd fix(TUP-17996):When Deploying one customer's job in CI, the build failed with error: constant string too long (#1403)
fix(TUP-17996):When Deploying one customer's job in CI, the build failed with error: constant string too long
https://jira.talendforge.org/browse/TUP-17996
2017-07-04 14:24:05 +08:00
pyzhou
4cc25f36e8 fix(TDI-38965):upgrade the talend_DB_mssqlUtil-1.1-20170612.jar (#1380) 2017-07-04 11:23:38 +08:00
jzhao
114b943de2 fix(TDI-39045) improve the error message when when used the tMicrosoftCRMOutput to do the update without key column is set(#1469) 2017-07-03 14:47:46 +08:00
hcyi
aadc713c96 TUP-18046:Cannot Retrieve Columns from Metadata MapRDB Database (#1448)
* TUP-18046:Cannot Retrieve Columns from Metadata MapRDB Database
Connection.

* TUP-18046:update,Cannot Retrieve Columns from Metadata MapRDB Database
Connection
2017-07-03 14:17:04 +08:00
hcyi
7439d4516f TUP-18046:Cannot Retrieve Columns from Metadata MapRDB Database (#1445)
Connection.
2017-07-03 14:16:47 +08:00
wchen-talend
22ac337bcd fix(TUP-18120): fix document generate and export problems (#1438) 2017-07-03 13:59:27 +08:00
zwxue
6cda05ea7e fix(TUP-18109):"Use Custom groupId" checkbox does not work for migrated
job under the folder for publish.
2017-07-03 10:39:37 +08:00
Jenkins Continuous Build server
3c69ebfc0e Set version to 6.4.2 SNAPSHOT 2017-06-30 18:38:06 +02:00
Yucheng Bai
398955415d fix(TUP-18178): tMicrosoftCRMOutput Online 2016(oada) can't work (#1468) (#1470) 2017-06-29 18:18:39 +08:00
Yucheng Bai
21699748d1 fix(TUP-18146): https://jira.talendforge.org/browse/TUP-18146 (#1446)
* fix(TUP-18146) fix quote issue

* fix(TUP-18146): update junits.

* fix(TUP-18146): update junits.
2017-06-23 17:27:29 +08:00
mtuhai
5c9f7fa16c bug(TBD-5111/components): tBigQueryBulkExec component does not report error when failures happen - fixed (#1419) 2017-06-22 09:46:33 +02:00
zafkirTalend
660ba3714b fix(TBD-4990): Avoid NullPointerException when the component's flow connector is not shown (#1416) 2017-06-22 09:44:00 +02:00
zafkirTalend
94108609db fix(TBD-4990): Avoid NullPointerException when the component's flow connector is not shown (#1409) 2017-06-22 09:43:49 +02:00
Liu Xinquan
e9bcfa8af1 TDQ-13814 TDQ-13930 always ask user to change the Property to built-in mode (#1424) 2017-06-21 16:22:08 +08:00
kevin.cui
39ea1fe8be TMDM-11077 : tMDMBulkLoad & tMDMConnection can't load data with auto commit setting (#1429) 2017-06-21 03:17:08 -05:00
zwxue
3cce521491 fix(TUP-17726):java version for reference project changed to 1.8 after
migration.
2017-06-19 16:09:02 +08:00
zwxue
8cc6cbbd02 fix(TUP-18075):Studio throw NPE error when switch to page "Deployment"
for a service child node.
2017-06-19 16:08:20 +08:00
Jenkins Continuous Build server
dec1792509 Set version to 6.4.1 2017-06-14 12:42:04 +02:00
Yucheng Bai
d0e0d02f03 fix(TDI-38486): fix the migration problem. (#1400) 2017-06-14 16:11:00 +08:00
GGu
e7b072e24f fix(TUP-18062): disable the deploy settings for tos (#1398) 2017-06-14 15:19:20 +08:00
nrousseau
2d5c576854 babili-export (#1397) 2017-06-14 10:40:38 +08:00
nrousseau
00b2fbf010 feat(TUP-18003) Add help plugins 2017-06-14 09:14:57 +08:00
hcyi
9fcf67dbbe TUP-17219:When set a spark job from repository to local mode and then (#1396)
uncheck the "use local mode" checkbox,the job returns to repository with
a wrong state.
2017-06-13 18:57:14 +08:00
wang wei
3ab68fbce5 fix(TDI-38785): fix the tsapconnection (#1395) 2017-06-13 18:21:12 +08:00
jzhao
c84d2450c9 feat(TDI-38890):Add parameter "applicationName=Talend;" for tSQLDWHXXX components (#1394) 2017-06-13 05:16:49 -05:00
zwxue
c7baf6d878 fix(TUP-18052):Deployment Versioning:Job's "use snapshot" choice can not (#1393)
updated if do not accompany with the change of maven version.
2017-06-13 18:13:34 +08:00
nrousseau
788f23cdeb feat(TUP-18003) Add help plugins 2017-06-13 16:28:21 +08:00
jzhao
ff8aa39b58 feat(TDI-38772): Upgrade to CXF 3.1.11 (#1389) 2017-06-13 02:41:36 -05:00
hwang-talend
9a97d13d7a feat(TUP-18048):Update translations for 6.4.1 (#1391) 2017-06-13 14:45:10 +08:00
Chao MENG
4b93c49ce5 fix(TUP-16516): after change context group under repository re-import (#1390)
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:52 +08:00
Prada Souvanlasy
4e72896c41 fix(TBD-5244): add network tags in tGoogleDataprocManage (#1388) 2017-06-12 16:12:16 +02:00
Ihor Istomin
aad50b750c fix(TDI-38997): Fix migration of search confitions. (#1384) 2017-06-12 14:44:02 +03:00
zwxue
3ac34f7f21 fix(TUP-17864):Project Settings > Maven > Deploy Version: selecting or (#1379)
manipulating items takes very long.
2017-06-12 19:23:19 +08:00
Liu Xinquan
e2748a5b00 TDQ-13814 TDQ-13929 the list of select Embedded rule dialog is empty (#1381) 2017-06-12 19:22:57 +08:00
Yucheng Bai
f06fbcff9f fix(TUP-17946): tSalesForceInput - Guess Schema (#1387)
* fix(TUP-17946) fix reference issue for components

* fix(TUP-17946): tSalesForceInput - Guess Schema
https://jira.talendforge.org/browse/TUP-17946

* fix(TUP-17946): fix some problems and add junits.
2017-06-12 19:12:50 +08:00
Chao MENG
1abe5a02db fix(TUP-18027): can't get git project branch with "listProject -b" (#1385)
fix(TUP-18027): can't get git project branch with "listProject -b" command
https://jira.talendforge.org/browse/TUP-18027
2017-06-12 19:08:03 +08:00
wchen-talend
40bc81c9a7 fix(TUP-18033):Deprecate Axis exports in build job (#1386) 2017-06-12 19:03:32 +08:00
hwang-talend
ce8e897988 fix(TUP-18025):Misleading Task Publisher Status when Job has compilation (#1383)
errors
2017-06-12 18:57:21 +08:00
wchen-talend
42e2f8c119 fix(TUP-18032):Deprecate Component designer (#1378)
* fix(TUP-18032):Deprecate Component designer

* fix(TUP-18032):Deprecate Component designer

* Update plugin.xml

fix(TUP-18032):Deprecate Component designer
2017-06-12 18:41:24 +08:00
Yucheng Bai
c31f323548 fix(TUP-18030): One more double quote for text area if copy/paste for (#1373)
all new frame work components
2017-06-12 18:39:41 +08:00
GGu
0dcb76cf2c feat(TUP-17662): add the log for failed messages (#1360)
* feat(TUP-17662): add the log for failed messages

* feat(TUP-17662): do i18n for some message title

* fix(TUP-17616) improve component reload
2017-06-12 18:30:43 +08:00
pyzhou
2acbdaf360 fix(TDI-38965):tMssqlInput returns null for some Date column. (#1377) 2017-06-12 17:48:58 +08:00
wang wei
95fbcbd415 fix(TDI-38904): change the value for user agent (#1374) 2017-06-12 17:31:26 +08:00
kjwang-talend
1e77f439fe TUP-17701 Can't setup / reopen tMap if component is not existing (D&D (#1375)
tmap from palette to Job)
https://jira.talendforge.org/browse/TUP-17701
2017-06-12 17:30:32 +08:00
wang wei
3da35d1881 fix(TDI-38904): Tracking influence for AWS connectors (#1372) 2017-06-12 15:00:50 +08:00
kjwang-talend
e70e985e08 fix(TUP-5461):AmazonAurora components can't select existing connection (#1371)
https://jira.talendforge.org/browse/TUP-5461
2017-06-12 14:58:22 +08:00
Yucheng Bai
2202cfa721 fix(TUP-17883): Can't propagate the modifications of Azure wizard to all (#1362)
job
2017-06-10 10:29:53 +08:00
Yucheng Bai
f5cdc3b54d fix(TUP-17889): Snowflake Component - JsonParseException: Unexpected (#1349)
character ('s' (code 115))
2017-06-10 10:28:25 +08:00
hwang-talend
e7968546eb fix(TUP-18017):Password not encrypt after import a context contain (#1370)
password from a lower version
2017-06-10 10:23:35 +08:00
Rémy DUBOIS
980841a8c8 fix(TBD-5163): Remove the dependencies signature in the fat jar (#1369) 2017-06-09 15:41:05 +02:00
nrousseau
9f8e976afb feat(TUP-18003) Add help plugins (#1367) 2017-06-09 15:43:23 +08:00
Seloen
3b52729bb3 fix(TUP-17971)tMap Temp data directory path get doublequote for Contexts (#1363)
* fix(TUP-17971)tMap Temp data directory path get doublequote for Contexts

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

* fix(TUP-17971)

* fix(TUP-17971)tMap Temp data directory path get doublequote for Contexts

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

* f
2017-06-09 14:09:21 +08:00
Chao MENG
c0be8e7904 fix(TUP-18012): ui problem for json wizard (#1364)
fix(TUP-18012): ui problem for json wizard
https://jira.talendforge.org/browse/TUP-18012
2017-06-09 10:16:28 +08:00
zwxue
57fc9ce63a fix(TUP-18010):NPE when use Implicit tContextLoad in job. (#1361) 2017-06-09 09:53:28 +08:00
zafkirTalend
995f7a0376 fix(TBD-4990): Remove tHiveRow's output links for Google Dataproc (#1365) 2017-06-08 16:10:01 +02:00
Vladimir Bogatyrov
bab9a317f8 [TESB-19636] Routes, Services, Bundle Jobs POM templates use Java 7 instead of Java 8 (#1328) 2017-06-08 16:52:17 +08:00
zwxue
73d72c224a feat(TUP-17620): Set default value of project version. (#1359) 2017-06-08 15:21:30 +08:00
Vladimir Bogatyrov
e720827c20 [TESB-19596] Swagger JSON documentation appears to be 'cached' (#1344)
Merge as this file is only used for REST DS Job and a very little adjustment in the template.
Yi
2017-06-08 15:00:59 +08:00
nrousseau
e211fd0607 fix(TUP-18008) add joda-time 2.8.2 to platform 2017-06-08 13:06:44 +08:00
zwxue
97440000cd fix(TUP-17749):[6.4.0] Building Spark job that couldnt run in studio (#1356)
doesnt give any error but also doesnt produce zip.
2017-06-08 12:33:42 +08:00
Chao MENG
fab7e4f83b fix(TUP-17983): random issue when logon remote project error pop up (#1355)
fix(TUP-17983): random issue when logon remote project error pop up
https://jira.talendforge.org/browse/TUP-17983
2017-06-08 11:47:39 +08:00
jzhao
e4cec94ef1 feat(TDI-38890):New components Azure SQL Datawarehouse (#1341) 2017-06-07 22:16:42 -05:00
pyzhou
c1216ba3ec feat(TDI-38110):eliminate the job name and job version. (#1357) 2017-06-08 10:33:28 +08:00
jzhao
57ba4b252c chore(TDI-38854):tSQSInput parameter rename (#1353) 2017-06-07 16:57:28 +08:00
Mike Yan
c76ac98b6b TESB-19577: Disable the deployment tab for SOAP data service type job (#1354) 2017-06-07 14:51:52 +08:00
Yucheng Bai
ccdfd03e7a fix(TUP-17980): Unable to use filter expression of (#1352)
tAuzreTableStorageInput like before
2017-06-07 11:42:48 +08:00
zwxue
76e8e24369 fix(TUP-17660):Context: propagation won't be applied to jobs which (#1348)
aren't opened when renaming a context group.
2017-06-06 18:44:25 +08:00
yyin-talend
e83a6c98a5 fix(TDQ-13705): run tPatternCheck/tPatternExtract job, on pop up change to (#1350)
build-in mode dialog select "ok", Regex Pattern field can not show.
2017-06-06 16:54:07 +08:00
zwxue
97bb4084bf feat(TUP-17620): Add -snapshot checkbox in deployment tab and project settings. (#1335)
* feat(TUP-17871):Support Service of deployment.

* feat(TUP-17620): Add -snapshot checkbox in deployment tab and project
settings.

* feat(TUP-17620):change texts and fix some bugs.

* feat(TUP-17620): Add JUnit.
2017-06-06 16:06:18 +08:00
Ihor Istomin
6ad51beeaf fix(TDI-34726): Upgrade milyn-smooks framework. (#1319)
* Upgrade milyn-smooks framework. Provide compatibility of output EDI/XML document.
2017-06-06 10:33:58 +03:00
wang wei
668231d905 fix(TDI-38852): Align apache http versions (#1346) 2017-06-06 11:06:36 +08:00
hcyi
d85a1a884d TUP-17753:tMap Option: "Enable/ Disable column filter " does not save (#1347)
value
2017-06-06 10:51:10 +08:00
SunChaoqun
bcd7233550 TESB-19538:Fail to add Dependencies in "Bundle ClassPath" for cConfig component (#1271)
* TESB-19538:Fail to add Dependencies in "Bundle ClassPath" for cConfig
component

* TESB-19538:Fail to add Dependencies in "Bundle ClassPath" for cConfig
component
2017-06-05 17:52:54 +08:00
wang wei
879654a589 fix(TDI-32437): fix the Bug_TDI_29037_tOracleInput_65535 tuj (#1345) 2017-06-05 17:38:55 +08:00
Yucheng Bai
798ae53e07 fix(TUP-17673): tAzureStoragePut job from V6.2.1 can't compile at (#1337) 2017-06-05 10:27:36 +08:00
Chao MENG
03b01b6a3c fix(TUP-17766): unable to rollback git version with routine dependencies (#1343)
fix(TUP-17766): unable to rollback git version with routine dependencies setting
https://jira.talendforge.org/browse/TUP-17766
2017-06-05 10:06:21 +08:00
Chao MENG
cfdc3d9c55 fix(TUP-17869): routines dependencies cannot be added to newly created (#1342)
fix(TUP-17869): routines dependencies cannot be added to newly created job automatically even tick the checkbox
https://jira.talendforge.org/browse/TUP-17869
2017-06-05 10:02:47 +08:00
wchen-talend
4e9d2ab4c8 fix(TUP-17900):"Export all projects documentation" does not create the (#1329)
zip file
2017-06-02 18:44:52 +08:00
zwxue
d176e7051d fix(TUP-17863):Use routine in job, could build job successfully even (#1340)
routine has compile error.
2017-06-02 17:55:00 +08:00
kjwang-talend
e307121b92 kjwang/fix(TUP-17701)Can't_setup_reopen_tMap_if_component_is_not_existing (#1334)
* 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

* 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:34 +08:00
hcyi
8144e41de5 TUP-17910:tELTHiveMap output table is deleted when related link is (#1336)
removed
2017-06-02 17:00:51 +08:00
wchen-talend
13a9f80b1d fix(TUP-17890):tRunJob takes 1 minute to display the component tab (#1338)
content
2017-06-02 15:55:15 +08:00
zwxue
16b54f5048 fix(TUP-17726):java version for reference project changed to 1.8 after (#1339)
migration.
2017-06-02 15:24:42 +08:00
wang wei
6c1a39fb8c fix(TDI-34993): tDB2Output Truncate Table FAILS (#1331) 2017-06-02 11:33:12 +08:00
nrousseau
3a22ce8c33 fix(TUP-2233) avoid to copy template jet files (#1332) 2017-06-02 10:42:48 +08:00
SunChaoqun
d8743e6abe TESB-19643:RouteBuilder - cConfig Install button active and creation of (#1333)
6.0.0-SNAPSHOT Versions
2017-06-02 10:39:15 +08:00
Chao MENG
52eebb3a77 fix(TUP-17707): an error happened during login in (#1330)
Talend-Studio-20170510_1410-V6.4.0EP
https://jira.talendforge.org/browse/TUP-17707
2017-06-01 18:04:41 +08:00
wang wei
e949672070 fix(TDI-38780): Compile error for tSAPELTMap, if two tSAPELTXX are connected to a tUnite(#1325) 2017-06-01 09:55:29 +08:00
Pierre Teyssier
6bd5d50d98 fix(TDI-33938):incorrect counter value tjdbcoutput (#1289)
This reverts commit a8cbdb901b.
2017-05-31 23:29:24 +08:00
jzhao
80b02f95de fix(TDI-38686):jms connection fails when use jndi (#1278) 2017-05-31 18:34:47 +08:00
Emmanuel GALLOIS
a5df49ddf7 fix(TDI-38672) : rename listParamValue to listParamListName (#1318) 2017-05-31 10:08:39 +01:00
yyin-talend
6a33f2c60c TDQ-13685-tMultiPatternCheck: fix but about refresh when deleted (#1323)
patterns
2017-05-31 16:44:29 +08:00
pyzhou
b5dbe0ad10 Pyzhou/tdi 38925 simpleexcel talendexcel have wrong name (#1324)
* fix(TDI-38925):Make the artifactId and version unified.

* fix(TDI-38925):include jars in build.

* Revert "fix(TDI-38925):include jars in build."

This reverts commit a7f66f3543.
2017-05-31 13:32:01 +08:00
nrousseau
9b4bdecd1c fix(TUP-17372) modify fix only for non-repository params 2017-05-31 11:17:00 +08:00
pyzhou
800fa1112d TDI-38693:tFileOutputExcel -> 'Define all columns auto size' doesn't (#1243)
* TDI-38693:tFileOutputExcel -> 'Define all columns auto size' doesn't
work after Excel upgrade to 2016

* TDI-38693:correct the group ID.
2017-05-31 10:01:20 +08:00
pyzhou
1cabb0cb10 TDI-38694:tFileInputExcel -> If Generation mode='Less memory ...' (after (#1246)
* TDI-38694:tFileInputExcel -> If Generation mode='Less memory ...' (after
Excel upgrade to 2016),  data will read two times

* TDI-38694:Correct the java version

* TDI-38694:Eliminate old simpleexcel.jar.

* TDI-38694:Correct the group ID
2017-05-31 10:00:58 +08:00
wang wei
627ef9eb77 fix(TDI-38919): tUniqRow outputs a line per generated output @INFO level in the logs(#1321) 2017-05-31 09:59:29 +08:00
apoltavtsev
99c052d1ed TESB-19575 Dynamic update of OIDC configuration for Studio is added (#1300)
* TESB-19575 Dynamic update of OIDC configuration for Studio is added

* Update JavaProcessor.java
2017-05-28 23:13:05 +02:00
Seloen
9f07c9ac07 fix(TUP-17720)useless component should not visible in studio palette (#1317)
https://jira.talendforge.org/browse/TUP-17720
2017-05-27 18:07:04 +08:00
nrousseau
5c94d3be7e fix(TUP-17372) switch automatically combo box (#1316) 2017-05-27 17:55:03 +08:00
wchen-talend
c9a62d6c2d fix(TUP-17775):change of default behaviours in tMap (#1308) 2017-05-27 10:33:05 +08:00
Seloen
15187a7c58 Bugfix/6.4.1/tup 17720 hadoop cluster configuration input visible in studio palette (#1315)
* fix(TUP-17720)HadoopClusterConfigurationInput visible in studio palette

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

* fix(TUP-17720)HadoopClusterConfigurationInput visible in studio palette

https://jira.talendforge.org/browse/TUP-17720
2017-05-27 09:36:40 +08:00
GGu
afe6ed8f69 fix(TUP-17680): disable to install for new CF components (#1314) 2017-05-26 18:24:56 +08:00
hcyi
83d058e364 TUP-17740:add junits for Expressions in tMap. (#1313) 2017-05-26 16:35:53 +08:00
hcyi
1f05711fcb TUP-17741:Tmap -custom blanks out the whole expression (#1310) 2017-05-26 15:11:47 +08:00
hcyi
2bce3af19c TUP-17849:tWebservice wsdl wizard don't works. (#1301) 2017-05-26 15:01:07 +08:00
hcyi
014ef20135 TUP-17740:Expressions in tMap (#1311) 2017-05-26 14:25:06 +08:00
zwxue
1ac8770447 Revert "fix(TUP-17863):Use routine in job, could build job successfully even (#1298)" (#1312)
This reverts commit db90f45ce1.
2017-05-26 14:12:08 +08:00
nrousseau
a481961091 fix(TUP-17860) avoid popup on table for new framework (#1309) 2017-05-25 15:39:01 +08:00
wang wei
dfefe4a070 fix(TDI-38840): include the version in the artifact name for the maven path in component definition xml (#1295)
* fix(TDI-38840): include the version in the artifact name for the maven
path in component definition xml

* fix(TDI-38840): change the module attribute too

* fix(TDI-38840): change the name attribute too to avoid misleading
2017-05-25 11:12:43 +08:00
wchen-talend
8d3cf2ee2e Bugfix/6.4.1/tup 17695 improve joblet (#1297)
* 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.
2017-05-25 10:58:06 +08:00
dlin-talend
2b963b5c3a fix(TUP-17889):Snowflake Component-JsonParseException: Unexpected (#1306)
character ('s' (code 115))
2017-05-24 18:31:19 +08:00
hwang-talend
fb54f80f32 fix(TUP-17556):map equals (#1303) 2017-05-24 14:44:19 +08:00
zwxue
db90f45ce1 fix(TUP-17863):Use routine in job, could build job successfully even (#1298)
routine has compile error.
2017-05-24 10:02:36 +08:00
nrousseau
34f49ca066 fix(TUP-17821): fix repository builtin switch (#1296) 2017-05-22 16:17:35 +08:00
hcyi
5be39d4f8d TUP-17703:tMap - rename menu of Batch Change of Expressions (#1279)
* TUP-17703:tMap - rename menu of Batch Change of Expressions

* TUP-17703:rename menu for tMap Batch Change of Expressions
2017-05-22 14:41:23 +08:00
hwang-talend
a1552cfbd0 fix(TUP-17508):SHOW_IF/NOT_SHOW_IF can't work as expect when use it in (#1294)
"ITEM" of a "TABLE" parameeter
2017-05-19 17:24:26 +08:00
pyzhou
a77a845c8a Feature/6.4.1/tdi 28181 (#1223)
* Revert "BatchUpdateExceptionHelper used to setup a meaningful exception in the (#932)"

This reverts commit bef9fb8767.

* TDI-28181:Throw new Exception.

* TDI-28181: Add the cid
2017-05-19 16:39:28 +08:00
Chen Bin
5d4ea8a8d6 TBD-4988: The feature 'Path to Google Credentials file' of tHiveInput (#1283)
can't generate code with Google Dataproc
2017-05-19 11:26:27 +08:00
nrousseau
45b140e5d7 fix(TUP-17365): fix refresh status of name (#1292)
Setup again the listener in the dynamic composite, when the component is
setup from the wizard.
2017-05-18 18:04:05 +08:00
jzhao
d5eec9fa6e fix(TDI-38801):tAdvancedFileOutputXML throws null pointer if there is more then one component in a flow and one appends the xml file (#1291) 2017-05-18 16:53:56 +08:00
Dmytro Sylaiev
a8cbdb901b Bugfix/6.4/tdi 33938 incorrect counter value tjdbcoutput (#1289)
* bug(TDI-33938): fix TJDBCOutput_NB_LINE counter

* bug(TDI-33938): fix TJDBCOutput_NB_LINE counter

* remove reduntant buggy counter
2017-05-18 11:01:03 +03:00
Seloen
72a828ec66 Bugfix/6.4.1/tup 16603 tds missing warning when no link (#1293)
* fix(TUP-16603):TDS Components missing warning when no link 

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

* fix(TUP-16603):TDS Components missing warning when no link

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

* fix(tup-16603):TDS Components missing warning when no link 

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

* Update Component.java
2017-05-18 14:50:53 +08:00
hwang-talend
c5ff64ffe1 fix(TUP-17556):Changes to a tmap in an expanded joblet from a job does not get saved 2017-05-18 11:07:42 +08:00
hwang-talend
6f37a9f01d fix(TUP-17591):Cannot drag the Spark Streaming joblet to the Spark (#1287)
Streaming job which are both converted from Spark job for the first time
2017-05-18 11:03:45 +08:00
wang wei
6a582e4a75 fix(TDI-38840): SAP libraries are syncing old one from talend central repo(#1290) 2017-05-18 10:57:15 +08:00
kjwang-talend
7aedd3907c fix(TUP-17642):6.3.1 studio takes about 25 mins to update project (#1273)
* fix(TUP-17642):6.3.1 studio takes about 25 mins to update project
settings for about 200 jobs in the GIT project.
https://jira.talendforge.org/browse/TUP-17642

* fix(TUP-17642):6.3.1 studio takes about 25 mins to update project
settings for about 200 jobs in the GIT project.
https://jira.talendforge.org/browse/TUP-17642

* fix(TUP-17642):6.3.1 studio takes about 25 mins to update project
settings for about 200 jobs in the GIT project.
https://jira.talendforge.org/browse/TUP-17642
2017-05-17 17:34:19 +08:00
GGu
14d3135c87 test(TUP-17687): fix the problem for tdm (#1286) 2017-05-17 11:20:13 +08:00
jzhao
932d6747cd fix(TDI-33784):tFirebirdOutput can't create table with use an exist connection when tFirebirdConnection check Auto commit(#1285) 2017-05-17 10:05:19 +08:00
jzhao
56b5a327e2 fix(TDI-38749):AMQ 5.14.5 Upgrade for tMOM, SAP RFC server (#1263) 2017-05-16 18:21:13 +08:00
pyzhou
aa343b7383 TDI-34461:tSybaseIQ components DB version is for DB driver type. (#1284) 2017-05-16 18:04:08 +08:00
hwang-talend
8672bddf17 fix(TUP-17586):Warning message when use joblet in a job as a lookup to a (#1281)
tMap
2017-05-16 15:33:48 +08:00
hwang-talend
5b7e3da324 fix(TUP-17159):Test Case's routine dependencies management. (#1280) 2017-05-16 15:30:23 +08:00
wang wei
033c33320f fix(TDI-38773): tUniqRow's temporary file name pattern always the same. (#1277) 2017-05-16 10:33:18 +08:00
Yucheng Bai
1141b8c42d fix(TUP-17608): Metadata Bridge(version 9.1.0):NPE error at error log (#1275)
list when import DataStage &InformaticaPowerCenter
2017-05-15 17:17:47 +08:00
GGu
4689bd02fb test(TUP-17687): enhance the junits (#1269)
* test(TUP-17687): disable the junits for maven build

* test(TUP-17687): enhance the generic type

* test(TUP-17687): enable the junits of build job

* test(TUP-17687): add maven debug parameter
2017-05-15 16:37:21 +08:00
Emmanuel GALLOIS
faffeaff08 fixed migration for tMarketoListOperation connectors (#1276) 2017-05-15 09:21:51 +01:00
hwang-talend
c165914f67 fix(TUP-17556):Changes to a tmap in an expanded joblet from a job does (#1268)
not get saved
2017-05-15 10:19:42 +08:00
wchen-talend
402e3c9b46 fix(TUP-16668): Mediation Perspective Bean Code Library Dependencies go Global (#1264) 2017-05-15 10:14:17 +08:00
wang wei
fd454a6448 fix(TDI-38733): tRunJob pass the empty password context variable from empty to 'null'(#1274) 2017-05-12 17:26:17 +08:00
jzhao
9a9fda46f8 fix(TDI-38009):compile error on tSSH component if use context expression on port field (#1272) 2017-05-12 15:45:52 +08:00
kevin.cui
955b7249f1 TMDM-9923 : Ability to control the timeout or start/end date of the transaction in MDM components (#1249) 2017-05-12 01:19:14 -05:00
Pierre Bailly-Ferry
69c92b82a8 fix(TBD-4972): Correctly reverberate bigdata-launcher API changes. (#1270) 2017-05-11 16:17:52 +02:00
Jenkins Continuous Build server
a71bc32dca Set version to 6.4.1 SNAPSHOT 2017-05-11 10:49:04 +02:00
GGu
dedc32c0f6 test(TUP-17674): cleanup the test component in project. 2017-05-11 15:46:22 +08:00
jzhao
0e0e900d83 fix(TDI-36331):avoid password code generate when parameter is hidden in twebservice(#1267) 2017-05-11 15:34:17 +08:00
Dmytro Sylaiev
42170b317b fix(TDI-38441): Fix migration task (#1265)
* tFileCopy will have failOn set to true even if copydir was absent before
2017-05-11 10:31:26 +03:00
Seloen
d4ead80df1 fix(TUP-17621):Studio quick tour page size problem (#1266)
*change page size to fit all resolution for Windows
*Its about resolution, not Windows version

https://jira.talendforge.org/browse/TUP-17621
2017-05-11 15:26:22 +08:00
GGu
405881516b test(TUP-17674): temp to disable the junits 2017-05-11 10:52:00 +08:00
Prada Souvanlasy
2313f7e69b fix(TBD-4970): correct cluster version value in tGoogleDataprocManage 2017-05-10 11:28:14 +02:00
GGu
277ae8d202 test(TUP-17674): check some junits (#1262) 2017-05-10 16:14:28 +08:00
hcyi
3c4ae07e9e TUP-17226:When drag a hadoop cluster with spark property into a spark (#1261)
job,the advanced properties in the Spark configuration can be changed.
2017-05-10 15:30:30 +08:00
wang wei
4f44da78c9 fix(TDI-38744): Amazon Redshift (tRedshiftOutput) - Too many parameters. (#1259)
Exceeding the 255 method parameters list.
2017-05-10 15:00:19 +08:00
pyzhou
d35c6fcfb9 TDI-38734:Upgrade json-path.jar of tfileinputJson to v2.1.0 and (#1257)
integrate it into org.talend.libraries.json
2017-05-10 11:42:13 +08:00
GGu
4e59013a35 test(TUP-17674): fix the issue of junits to block (#1260) 2017-05-10 11:34:48 +08:00
wchen-talend
69e7f19ae2 TUP-17011:Some components are missing when context click "Open tRunJob (#1258)
Component" of a Spark subjob in a standard job
2017-05-10 10:00:31 +08:00
jzhao
04705a5d12 fix(TDI-38636):tMicrosoftCRMOutput shouldn't display 'Transform empty lookup string values to NULL' when Action is delete(#1256) 2017-05-09 15:38:54 +08:00
wang wei
837d34bb65 fix(TUP-16778): keep the reference properties object when call Component.getCodegenPropInfos method (#1238)
* fix(TUP-16778): keep the reference properties object when call
Component.getCodegenPropInfos method

* fix(TUP-16778): add more test
2017-05-09 11:42:40 +08:00
hwang-talend
326948bbff fix(TUP-17600):Label on lookup from joblet to another joblet is removed (#1247)
when child joblet is changed
2017-05-09 11:33:46 +08:00
wchen-talend
c3d716f8eb TUP-17597:WebService component name display wrong after open job (#1255) 2017-05-08 18:36:07 +08:00
zwxue
180b0a6aa5 fix(TUP-17581): Fix UI problem of project setting in Linux and Mac. (#1254) 2017-05-08 17:12:05 +08:00
Dmytro Sylaiev
92a040d5d3 bug(TDI-38441): Add missing property name (#1253)
* return FailOn property name which was deleted by babili
2017-05-08 16:17:35 +08:00
pyzhou
b884daaa78 TDI-38693:Refactor TalendExcel.jar to build by maven. (#1252) 2017-05-08 11:27:00 +08:00
pyzhou
d3e930015f TDI-38694:Build the simpleexcel.jar by maven (#1251) 2017-05-08 11:26:47 +08:00
wchen-talend
c1204124b3 TUP-5694:In Studio 6.1.1 when you right click on a job and click on (#1245)
build, green progress bar does not change
2017-05-08 10:35:46 +08:00
Yucheng Bai
a0b170ff61 fix(TUP-17303): fix the NPE. (#1250) 2017-05-05 17:21:24 +08:00
Seloen
df41eea66e (bugfix)TUP-17209 (#1242)
Create a Routine(Sql Template,Pig UDF,bean, business models) can't show
the version at the editor title
https://jira.talendforge.org/browse/TUP-17209
2017-05-05 17:21:11 +08:00
wang wei
24817e8637 fix(TDI-31891): tUniqRow cannot cope with very large data volumes when caching to disk(#1248) 2017-05-05 15:57:39 +08:00
Prada Souvanlasy
3f7dbac2e9 fix(TBD-4923): fix tGoogleDataprocManage_java.xml 2017-05-04 17:13:37 +02:00
5378 changed files with 65627 additions and 13924 deletions

67
PATCH_RELEASE_NOTE.md Normal file
View File

@@ -0,0 +1,67 @@
---
version: 6.5.1
module: https://talend.poolparty.biz/coretaxonomy/42
product:
- https://talend.poolparty.biz/coretaxonomy/23
---
# TPS-3235
| Info | Value |
| ---------------- | ---------------- |
| Patch Name | Patch\_20190809_TPS-3235\_v1-6.5.1 |
| Release Date | 2019-08-09 |
| Target Version | Talend-Studio-20180116\_1512-V6.5.1 |
| Product affected | Talend Studio |
## Introduction
This is a self-contained patch.
**NOTE**: For information on how to obtain this patch, reach out to your Support contact at Talend.
## Fixed issues
This patch contains the following fixes:
- TPS-3235 [6.5.1] Sub jobs for tParallelize will not die when it is an independent process by tRunJob (TDI-42570)
## Prerequisites
Consider the following requirements for your system:
- Talend Studio 6.5.1 must be installed.
## Installation
### Installing the patch using Software update
1) Logon TAC and switch to Configuration->Software Update, then enter the correct values and save referring to the documentation: https://help.talend.com/reader/f7Em9WV_cPm2RRywucSN0Q/j9x5iXV~vyxMlUafnDejaQ
2) Switch to Software update page, where the new patch will be listed. The patch can be downloaded from here into the nexus repository.
3) On Studio Side: Logon Studio with remote mode, on the logon page the Update button is displayed: click this button to install the patch.
### Installing the patch using Talend Studio
1) Create a folder named "patches" under your studio installer directory and copy the patch .zip file to this folder.
2) Restart your studio: a window pops up, then click OK to install the patch, or restart the commandline and the patch will be installed automatically.
### Installing the patch using Commandline
Execute the following commands:
1. Talend-Studio-win-x86_64.exe -nosplash -application org.talend.commandline.CommandLine -consoleLog -data commandline-workspace startServer -p 8002 --talendDebug
2. initRemote {tac_url} -ul {TAC login username} -up {TAC login password}
3. checkAndUpdate -tu {TAC login username} -tup {TAC login password}
## Uninstallation
Backup the Affected files list below. Uninstall the patch by restore the backup files.
## Affected files for this patch
The following files are installed by this patch:
- {Talend\_Studio\_path}/plugins/org.talend.designer.components.localprovider\_6.5.1.20180116\_1512/components/tRunJob/tRunJob\_main.javajet

View File

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Designer Plug-in Nl Fragment
Bundle-SymbolicName: org.talend.componentdesigner.nl
Bundle-Version: 6.4.0.qualifier
Bundle-Version: 6.5.2.qualifier
Fragment-Host: org.talend.componentdesigner
Bundle-Localization: plugin
Bundle-Vendor: .Talend SA.

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.4.0</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.componentdesigner.nl</artifactId>

View File

@@ -9,6 +9,7 @@ ImportComponentDialog.Browser=\u6D4F\u89C8..
ComponentProjectPreferencePage.WarningMSG=\u8B66\u544A,\u8FD9\u79CD\u4FEE\u6539\u4EC5\u4EC5\u5F71\u54CD\u7EC4\u4EF6\u8BBE\u8BA1\u5668\uFF0C\u4E0D\u5F71\u54CDPalette.
AbstractXMLConfigPage.MAXINPUTTip=\u6574\u6570\u503C.\u8FDE\u63A5\u6700\u5927\u503C\u8F93\u5165.
PushToPaletteActionProvider.ErrorMSG2=\u7528\u6237\u7EC4\u4EF6\u6587\u4EF6\u5939\u4E0D\u5B58\u5728\u3002
AddExternalResourceAction.JarSelection=Jar\u6587\u4EF6\u9009\u62E9
ComponentProjectManager.CreationProblems=\u95ee\u9898\u521b\u5efa
CopyComponentActionProvider.InputName=\u8F93\u5165\u65B0\u7684\u7EC4\u4EF6\u540D
CreateComponentWizard.SpecifyRes=\u6307\u5B9A\u8D44\u6E90
@@ -19,6 +20,7 @@ PushToPaletteActionProvider.Error=\u9519\u8BEF
ComponentProjectManager.InternalErrorMsg=\u5185\u90E8\u9519\u8BEF\uFF1A{0}
AbstractXMLConfigPage.IntValue=%u6574%u6578%u503C
ImportComponentDialog.ImportCanceled=\u5BFC\u5165\u7EC4\u4EF6\u5DF2\u53D6\u6D88
WizardComponentFolderPage.Available=\u53EF\u7528
PushToPaletteActionProvider.OK=\u786E\u5B9A
WizardJetFilesChoosePage.BeginFile=\u5F00\u59CB\u6587\u4EF6
AbstractXMLConfigPage.COLORTip=RGB\u5341\u516D\u8FDB\u5236.\u4F8B\u5982:"00FF00"
@@ -28,9 +30,11 @@ PushToPaletteActionProvider.Information=\u4FE1\u606F
PluginConstant.Borwser=\u6D4F\u89C8..
NewActionProvider.New=\u65b0
AbstractXMLConfigPage.EXTENSIONTip=\u63D2\u4EF6\u540D\u79F0\u5B57\u7B26\u4E32\u503C.\u6B64\u9009\u9879\u7528\u4E8E\u5916\u90E8\u7EC4\u4EF6.
NewActionProvider.NewComponent=\u65B0\u7EC4\u4EF6
ImportComponentDialog.ShowPaletteComponents=\u663E\u793A\u7EC4\u4EF6\u8C03\u8272\u677F
ComponentProjectPreferencePage.ChooseProject=\u9009\u62E9\u7EC4\u4EF6\u8BBE\u8BA1\u5DE5\u7A0B\u6587\u4EF6\u5939
WizardComponentFolderPage.ErrMSG5=\u7EC4\u4EF6\u65CF\u65E0\u5185\u5BB9
WizardComponentFolderPage.ErrMSG4=\u7EC4\u4EF6\u957F\u540D\u79F0\u4E3A\u7A7A
AbstractXMLConfigPage.BooleanTip=Boolean\u503C(\u771F\u6216\u5047).
AbstractXMLConfigPage.Delete=\u5220\u9664
WizardComponentFolderPage.ErrMSG3=\u7EC4\u4EF6\u5DF2\u5B58\u5728
@@ -41,6 +45,7 @@ ImportComponentDialog.ImportCanceledMSG=\u5DF2\u53D6\u6D88\u4ECEPalette\u4E0A\u5
ComponentProjectPreferencePage.Warning=\u8B66\u544A
AbstractXMLConfigPage.VERSIONTip=%u8ACB%u7528%u4E00%u500B%u5341%u9032%u4F4D%u6578%u503C%u4F86%u6A19%u8A18%u60A8%u7684%u65B0%u5143%u4EF6%u7248%u672C.
WizardJetFilesChoosePage.Directory=\u76EE\u5F55
CreateComponentWizard.NewComponent=\u65B0\u7EC4\u4EF6
WizardComponentFolderPage.Name=\u8fde\u63a5\u540d
RemoveResourceAction.Remove=\u5220\u9664
WizardJetFilesChoosePage.UseIconFrom=\u9009\u62E9\u56FE\u6807\uFF1A
@@ -48,14 +53,19 @@ ImportComponentDialog.ImportFinished=\u5BFC\u5165\u7EC4\u4EF6\u5B8C\u6210
AbstractXMLConfigPage.SetProperties=\u8BBE\u7F6E\u9009\u62E9\u5143\u7D20\u5C5E\u6027
ProjectSelectionDialog.ChooseFolder=\u5728\u6B64\u4F1A\u8BDD\u4E2D\u9009\u62E9\u4E00\u4E2A\u5DE5\u7A0B\u6587\u4EF6\u5939
ComponentProjectPreferencePage.ComponentProject=\u7EC4\u4EF6\u5DE5\u7A0B
AddResourceAction.AddLib=\u6DFB\u52A0\u77E5\u8BC6\u5E93
WizardComponentFolderPage.Perl=Perl
ImportComponentDialog.ImportFinishedMSG=\u7EC4\u4EF6\u5BFC\u5165\u6210\u529F
AddExternalResourceAction.ErrorTitle=\u5916\u90E8\u6863\u6848\u9519\u8BEF
AbstractXMLConfigPage.NBLINESTip=\u6574\u6570\u503C\u3002 \u6B64\u53C2\u6570\u5728\u7EC4\u4EF6\u89C6\u56FE\u7684\u884C\u8303\u56F4
AbstractXMLConfigPage.MININPUTTip=\u6574\u6570\u503C.\u8FDE\u63A5\u6700\u5C0F\u503C\u8F93\u51FA
WizardJetFilesChoosePage.MainFile=\u4E3B\u6587\u4EF6
CreateComponentWizard.CreateXMLJava=\u521B\u5EFAJava\u7EC4\u4EF6\u7684XML\u914D\u7F6E\u6587\u4EF6
WizardJetFilesChoosePage.UseDefaultIcon=\u4F7F\u7528\u9ED8\u8BA4\u7684\u56FE\u6807
WizardComponentFolderPage.LongName=\u957F\u540D\u79F0\uFF08\u9F20\u6807\u79FB\u4E0A\u63D0\u793A\uFF09
CopyComponentActionProvider.CopyComponent=\u590D\u5236\u8FD9\u4E2A\u7EC4\u4EF6
ImportComponentDialog.ChooseComponentsLabel=\u9009\u62E9\u8981\u5BFC\u5165\u7684\u7EC4\u4EF6\uFF1A
AddResourceAction.JARSecection=Jar\u6587\u4EF6\u9009\u62E9
AddExternalResourceAction.ErrorMsg=\u9009\u5B9A\u7684\u5916\u90E8\u6863\u6848\u662F\u4E0D\u53EF\u7528\u6216\u4E0D\u5B58\u5728.
ComponentProjectManager.NewProject=\u65B0\u7EC4\u4EF6\u9879\u76EE
CopyFromPaletteActionProvider.Label=\u4ECEPalette\u590D\u5236\u7EC4\u4EF6
@@ -64,6 +74,7 @@ ComponentProjectPreferencePage.SelectPath=\u9009\u62E9\u7EC4\u4EF6\u5DE5\u7A0B\u
AbstractXMLConfigPage.LINESTYLETip=\u6574\u6570\u503C.\u8FDE\u63A5\u7EBF\u98CE\u683C(1: Solid, 2: Dash, 3: Dot, 4: Dashdot)
WizardJetFilesChoosePage.EndFile=\u7ED3\u675F\u6587\u4EF6
PushToPaletteActionProvider.InformationMSG=\u7EC4\u4EF6\u5DF2\u53D1\u5E03\uFF0Cpalette\u5C06\u5237\u65B0\u3002
EditComponentActionProvider.GroupEdit=\u7EC4\u7F16\u8F91
ProjectSelectionDialog.ComponentProject=\u7EC4\u4EF6\u5DE5\u7A0B
ComponentProjectPreferencePage.ButtonLabel0=\u786E\u5B9A
AbstractXMLConfigPage.New=\u65b0
@@ -79,10 +90,15 @@ AbstractXMLConfigPage.CTYPETip=\u8FDE\u7ED3\u5668\u7C7B\u578B
AddResourceAction.ChooseResource=&\u9009\u62E9\u6DFB\u52A0jars\u548Czips:
ImportComponentDialog.WarningTitle=\u8B66\u544A
AddExternalResourceAction.AddELibs=\u6DFB\u52A0\u5916\u90E8\u5E93...
WizardComponentFolderPage.Java=Java
ImportComponentDialog.NoComponentsAvailable=\u6CA1\u6709\u53EF\u7528\u7684\u7EC4\u4EF6
AbstractXMLConfigPage.MINOUTPUTTip=\u6574\u6570\u503C\u3002\u8FDE\u63A5\u6700\u5C0F\u503C\u8F93\u51FA
ValidateComponentXMLActionProvider.error=\n\t\u5728{0}\u884C\u51FA\u73B0\u9519\u8BEF
ValidateComponentXMLActionProvider.fatalerror=\n\t\u5728{0}\u884C\u51FA\u73B0\u4E25\u91CD\u9519\u8BEF
ValidateComponentXMLActionProvider.invalid=\u65E0\u6548\u7684XML\u6587\u4EF6\u7EC4\u4EF6\:\n
ValidateComponentXMLActionProvider.ok=\u786E\u8BA4
ValidateComponentXMLActionProvider.result=\u9A8C\u8BC1\u7ED3\u679C
ValidateComponentXMLActionProvider.valid=\u7EC4\u4EF6XML\u6587\u4EF6\u5408\u6CD5\uFF01
ValidateComponentXMLActionProvider.validate=\u9A8C\u8BC1\u7EC4\u4EF6XML\u6587\u4EF6
ValidateComponentXMLActionProvider.warning=\n\t\u5728{0}\u884C\u51FA\u73B0\u8B66\u544A
PushToPaletteActionProvider.PushToPaletteActionProvider.result=\u9A8C\u8BC1\u7ED3\u679C

View File

@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl Fragment
Bundle-SymbolicName: org.talend.componentdesigner.rcp.nl
Bundle-Version: 6.4.0.qualifier
Bundle-Version: 6.5.2.qualifier
Fragment-Host: org.talend.componentdesigner.rcp

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.4.0</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.componentdesigner.rcp.nl</artifactId>

View File

@@ -4,3 +4,8 @@ ApplicationActionBarAdvisor.fileMenu=\u6587\u4EF6(&F)
ApplicationActionBarAdvisor.fileMenu=\u6587\u4EF6(&F)
ShowViewAction.actionLabel=\u663E\u793A\u89C6\u56FE...(&v)
ApplicationActionBarAdvisor.windowMenu=\u7A97\u53E3(&W)
ApplicationWorkbenchWindowAdvisor.rcpApp=RCP\u5E94\u7528\u7A0B\u5E8F
ApplicationActionBarAdvisor.ShowView_errorTitle=\u95EE\u9898\u5217\u8868\u89C6\u56FE
ApplicationWorkbenchWindowAdvisor.PromptOnExitDialog_message0=\u9000\u51FA\u5E94\u7528\u7A0B\u5E8F\uFF1F
ApplicationWorkbenchWindowAdvisor.PromptOnExitDialog_message1=\u9000\u51FA {0}?
ApplicationWorkbenchWindowAdvisor.PromptOnExitDialog_shellTitle=\u786E\u8BA4\u9000\u51FA

View File

@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl Fragment
Bundle-SymbolicName: org.talend.designer.abstractmap.nl
Bundle-Version: 6.4.0.qualifier
Bundle-Version: 6.5.2.qualifier
Fragment-Host: org.talend.designer.abstractmap

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.4.0</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.abstractmap.nl</artifactId>

View File

@@ -1,3 +1,14 @@
prefs.configuration.LINK_STYLE.AUTO=\u81EA\u52A8
prefs.configuration.title=\u8fd0\u884c\u6b65\u9aa4\u914d\u7f6e
prefs.configuration.LINK_STYLE=\u9ED8\u8BA4\u94FE\u63A5\u663E\u793A\u4E3A\uFF1A
DraggingInfosPopup.draggingEntry=\u62D6\u52A8 {0} \u6761\u76EE
DraggingInfosPopup.draggingEntries=\u62D6\u52A8 {0} \u6761\u76EE
DraggingInfosPopup.overwriteMode=\ > \u8986\u76D6\u6A21\u5F0F
DraggingInfosPopup.appendMode=>\u9644\u52A0\u6A21\u5F0F
DraggingInfosPopup.appendModeToOverwrite=\u9644\u52A0\u6A21\u5F0F(\u6309Ctrl\u952E\u7528\u6765\u8986\u76D6)
DraggingInfosPopup.insertAllSelectedEntries=> \u63D2\u5165\u6240\u6709\u9009\u62E9\u9879
DraggingInfosPopup.insertRemainingEntries=\ > \u63D2\u5165\u5269\u4F59\u9879
DraggingInfosPopup.allSourceEntriesExpressionToASingleOneTargetExpressionShiftKey=\u6240\u6709\u6E90\u9879\u90FD\u8868\u793A\u4E3A\u5355\u4E2A\u76EE\u6807\u8868\u8FBE\u5F0F(Shift\u952E\u8F6C\u6362\u4E3A\u66F4\u6539\u6620\u5C04)
DraggingInfosPopup.allSourceEntriesExpressionToASingleOneTargetExpression=>\u6240\u6709\u6E90\u9879\u90FD\u8868\u793A\u4E3A\u5355\u4E2A\u76EE\u6807\u8868\u8FBE\u5F0F
DraggingInfosPopup.allSourceEntriesToASingleOneTargetExpressionShiftKey=\u6240\u6709\u6E90\u9879\u5230\u5355\u4E2A\u76EE\u6807\u8868\u8FBE\u5F0F(Shift \u952E\u8F6C\u6362\u4E3A\u66F4\u6539\u6620\u5C04)
DraggingInfosPopup.allSourceEntriesToASingleOneTargetExpression=\u6240\u6709\u6E90\u9879\u5230\u5355\u4E2A\u76EE\u6807\u8868\u8FBE\u5F0F

View File

@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl Fragment
Bundle-SymbolicName: org.talend.designer.alfrescooutput.nl
Bundle-Version: 6.4.0.qualifier
Bundle-Version: 6.5.2.qualifier
Fragment-Host: org.talend.designer.alfrescooutput

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.4.0</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.alfrescooutput.nl</artifactId>

View File

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl Fragment
Bundle-SymbolicName: org.talend.designer.business.diagram.nl
Bundle-Version: 6.4.0.qualifier
Bundle-Version: 6.5.2.qualifier
Bundle-Vendor: .Talend SA.
Fragment-Host: org.talend.designer.business.diagram
Bundle-Localization: plugin

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.4.0</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.business.diagram.nl</artifactId>

View File

@@ -87,6 +87,7 @@ BusinessRulersAndGridComposite.Ruler_On_Label_Text=Show Ruler
BusinessRulersAndGridComposite.Ruler_Units_Label_Text=Ruler Units
BusinessRulersAndGridComposite.Grid_Spacing_Label_Text=Grid Spacing
BusinessRulersAndGridComposite.Display_Group_Label_Text=Display
BusinessRulersAndGridComposite.Measurement_Group_Label_Text=Mesure
BusinessRulersAndGridComposite.Gridline_Group_Label_Text=Grid Line
BusinessRulersAndGridComposite.Line_Color_Label_Text=Color
BusinessRulersAndGridComposite.Line_Style_Label_Text=Style

View File

@@ -81,8 +81,25 @@ BusinessTooltipFigure.assignedMeta=\u5272\u308A\u5F53\u3066\u3089\u308C\u305F\u3
DeleteAssignmentAction.DeleteAssignment=\u5272\u308A\u5F53\u3066\u306E\u524A\u9664
BusinessDiagramEditor.canNotSaveTitle=\u8B66\u544A
BusinessDiagramEditor.canNotSaveMessage=\u4ED6\u306E\u30E6\u30FC\u30B6\u304C\u64CD\u4F5C\u4E2D\u306E\u305F\u3081\u3001\u30D3\u30B8\u30CD\u30B9\u30E2\u30C7\u30EB\u3092\u4FDD\u5B58\u3067\u304D\u307E\u305B\u3093\u3002
BusinessRulersAndGridComposite.Grid_On_Label_Text=\u30B0\u30EA\u30C3\u30C9\u306E\u8868\u793A
BusinessRulersAndGridComposite.Grid_Level_Label_Text=\u30B0\u30EA\u30C3\u30C9\u3092\u524D\u3078
BusinessRulersAndGridComposite.Snap_To_Grid_Label_Text=\u30B0\u30EA\u30C3\u30C9\u306B\u30B9\u30CA\u30C3\u30D7
BusinessRulersAndGridComposite.Snap_To_Geometry_Label_Text=\u30B7\u30A7\u30A4\u30D7\u306B\u30B9\u30CA\u30C3\u30D7
BusinessRulersAndGridComposite.Ruler_On_Label_Text=\u30EB\u30FC\u30E9\u30FC\u3092\u8868\u793A
BusinessRulersAndGridComposite.Ruler_Units_Label_Text=\u30EB\u30FC\u30E9\u30FC\u30E6\u30CB\u30C3\u30C8
BusinessRulersAndGridComposite.Grid_Spacing_Label_Text=\u30B0\u30EA\u30C3\u30C9\u306E\u9593\u9694
BusinessRulersAndGridComposite.Display_Group_Label_Text=\u30C7\u30A3\u30B9\u30D7\u30EC\u30A4
BusinessRulersAndGridComposite.Measurement_Group_Label_Text=\u5358\u4F4D
BusinessRulersAndGridComposite.Gridline_Group_Label_Text=\u30B0\u30EA\u30C3\u30C9\u7DDA
BusinessRulersAndGridComposite.Line_Color_Label_Text=\u8272
BusinessRulersAndGridComposite.Line_Style_Label_Text=\u30B9\u30BF\u30A4\u30EB
BusinessRulersAndGridComposite.Restore_Defaults_Label_Text=\u30C7\u30D5\u30A9\u30EB\u30C8\u3092\u5FA9\u5143
BusinessRulersAndGridComposite.Inches_Label_Text=\u30A4\u30F3\u30C1
BusinessRulersAndGridComposite.Centimeters_Label_Text=\u30BB\u30F3\u30C1\u30E1\u30FC\u30C8\u30EB
BusinessRulersAndGridComposite.Pixel_Label_Text=\u30D4\u30AF\u30BB\u30EB
BusinessRulersAndGridComposite.Solid_Label_Text=\u30BD\u30EA\u30C3\u30C9
BusinessRulersAndGridComposite.Dash_Label_Text=Dash
BusinessRulersAndGridComposite.Dot_Label_Text=Dot
BusinessRulersAndGridComposite.Dash_Dot_Label_Text=Dash Dot
BusinessRulersAndGridComposite.Dash_Dot_Dot_Label_Text=Dash Dot Dot
BusinessRulersAndGridComposite.Spaced_Dot_Label_Text=Spaced Dot

View File

@@ -79,3 +79,26 @@ BusinessNewDiagramFileWizard.IntialNewEcoreDiagramFile=\u521D\u59CB\u5316\u65B0\
BusinessTooltipFigure.assignedMeta={0}\u5206\u914D\u5143\u6570\u636E
DeleteAssignmentAction.DeleteAssignment=\u5220\u9664\u8D4B\u503C
BusinessDiagramEditor.canNotSaveTitle=\u8B66\u544A
BusinessDiagramEditor.canNotSaveMessage=\u4E1A\u52A1\u6A21\u578B\u672A\u88AB\u7528\u6237\u9501\u5B9A\uFF0C\u65E0\u6CD5\u4FDD\u5B58\u3002
BusinessRulersAndGridComposite.Grid_On_Label_Text=\u663E\u793A\u7F51\u683C
BusinessRulersAndGridComposite.Grid_Level_Label_Text=\u7F51\u683C\u5728\u524D\u9762
BusinessRulersAndGridComposite.Snap_To_Grid_Label_Text=\u5BF9\u9F50\u7F51\u683C
BusinessRulersAndGridComposite.Snap_To_Geometry_Label_Text=\u6309\u7167\u5F62\u72B6\u5BF9\u9F50
BusinessRulersAndGridComposite.Ruler_On_Label_Text=\u663E\u793A\u6807\u5C3A
BusinessRulersAndGridComposite.Ruler_Units_Label_Text=\u6807\u5C3A\u5355\u4F4D
BusinessRulersAndGridComposite.Grid_Spacing_Label_Text=\u7F51\u683C\u95F4\u8DDD
BusinessRulersAndGridComposite.Display_Group_Label_Text=\u663E\u793A
BusinessRulersAndGridComposite.Measurement_Group_Label_Text=\u5EA6\u91CF
BusinessRulersAndGridComposite.Gridline_Group_Label_Text=\u7F51\u683C\u7EBF
BusinessRulersAndGridComposite.Line_Color_Label_Text=\u989C\u8272
BusinessRulersAndGridComposite.Line_Style_Label_Text=\u6837\u5F0F
BusinessRulersAndGridComposite.Restore_Defaults_Label_Text=\u6062\u590D\u9ED8\u8BA4\u503C
BusinessRulersAndGridComposite.Inches_Label_Text=\u82F1\u5BF8
BusinessRulersAndGridComposite.Centimeters_Label_Text=\u5398\u7C73
BusinessRulersAndGridComposite.Pixel_Label_Text=\u50CF\u7D20
BusinessRulersAndGridComposite.Solid_Label_Text=\u56FA\u4F53
BusinessRulersAndGridComposite.Dash_Label_Text=\u7834\u6298\u53F7
BusinessRulersAndGridComposite.Dot_Label_Text=\u70B9
BusinessRulersAndGridComposite.Dash_Dot_Label_Text=\u70B9\u5212\u7EBF
BusinessRulersAndGridComposite.Dash_Dot_Dot_Label_Text=\u53CC\u70B9\u5212\u7EBF
BusinessRulersAndGridComposite.Spaced_Dot_Label_Text=\u95F4\u9694\u70B9

View File

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: org.talend.designer.codegen Nl Fragment
Bundle-SymbolicName: org.talend.designer.codegen.nl
Bundle-Version: 6.4.0.qualifier
Bundle-Version: 6.5.2.qualifier
Fragment-Host: org.talend.designer.codegen
Bundle-Localization: plugin
Bundle-Vendor: .Talend SA.

View File

@@ -1,3 +1,4 @@
providerName=www.example.org
pluginName=EmittersPool \u30E2\u30C7\u30EB
components=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8
format=\u5F62\u5F0F

View File

@@ -1,2 +1,3 @@
providerName=www.example.org
pluginName=\u7EC4\u4EF6\u6A21\u5757
format=\u683C\u5F0F

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.4.0</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.codegen.nl</artifactId>

View File

@@ -138,3 +138,4 @@ ComponentsFactory.loadComponents.missingFolder=The folder "{0}" is missing in th
ComponentsPreferencePage_SuccessTitle=Success
ComponentsPreferencePage_SuccessMessage1=Need restart studio to load the new components. Else, will be loaded in next time when start.
ComponentsPreferencePage_SuccessMessage2=Do you want to restart right now?
ComponentsPreferencePage.installComponentsFailure=Install components failure

View File

@@ -111,7 +111,7 @@ FAMILY.Netezza=Netezza
FAMILY.OLAP_Cube=Cube OLAP
FAMILY.Oracle=Oracle
FAMILY.Orchestration=Orchestration
FAMILY.Output=Ecriture
FAMILY.Output=Écriture
FAMILY.ParAccel=Paraccel
FAMILY.PostgreSQL=PostgreSQL
FAMILY.PostgresPlus=PostgresPlus
@@ -137,3 +137,4 @@ ComponentsPreferencePage.notValidDirectory=Votre s
ComponentsFactory.loadComponents.missingFolder=Le plug-in "{1}" manque dans le dossier "{0}".
ComponentsPreferencePage_SuccessMessage1=Redémarrez le Studio pour charger les nouveaux composants. Sinon,ils seront chargés au prochain démarrage.
ComponentsPreferencePage_SuccessMessage2=Redémarrer maintenant ?
ComponentsPreferencePage.installComponentsFailure=Échec de l'installation des composants

View File

@@ -19,7 +19,7 @@ JetSkeletonManager.unableLoad=\u30B9\u30B1\u30EB\u30C8\u30F3\u66F4\u65B0\u30AD\u
JetSkeletonManager.unableSave=\u30B9\u30B1\u30EB\u30C8\u30F3\u66F4\u65B0\u30AD\u30E3\u30C3\u30B7\u30E5\u30D5\u30A1\u30A4\u30EB\u3092\u4FDD\u5B58\u3067\u304D\u307E\u305B\u3093
JetSkeletonManager.updateProblem=\u30B9\u30B1\u30EB\u30C8\u30F3\u6C38\u7D9A\u30C7\u30FC\u30BF\u66F4\u65B0\u6642\u306B\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3057\u307E\u3057\u305F
CodeGeneratorEmittersPoolFactory.codeThread=\u30B3\u30FC\u30C9\u751F\u6210\u306E\u30D0\u30C3\u30AF\u30B0\u30E9\u30A6\u30F3\u30C9\u30B9\u30EC\u30C3\u30C9
CodeGeneratorEmittersPoolFactory.componentCompiled=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306F\u30B3\u30F3\u30D1\u30A4\u30EB\u3055\u308C\u307E\u3057\u305F\: \u6240\u8981\u6642\u9593 {0} \u30DF\u30EA\u79D2
CodeGeneratorEmittersPoolFactory.componentCompiled=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306F{0}\u30DF\u30EA\u79D2\u3067\u30B3\u30F3\u30D1\u30A4\u30EB\u3055\u308C\u307E\u3057\u305F
CodeGeneratorEmittersPoolFactory.failCompail=\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306e\u30b3\u30f3\u30d1\u30a4\u30eb\u306b\u5931\u6557\u3057\u307e\u3057\u305f : \r\n
CodeGeneratorEmittersPoolFactory.initialException=\u521D\u671F\u5316\u4E2D\u306B\u4F8B\u5916\u304C\u767A\u751F\u3057\u307E\u3057\u305F
CodeGeneratorEmittersPoolFactory.jetEmitterInitialException=JetEmitter\u306E\u521D\u671F\u5316\u4E2D\u306B\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3057\u307E\u3057\u305F
@@ -131,3 +131,9 @@ FAMILY.VtigerCRM=VtigerCRM
FAMILY.XML=XML
CodeGeneratorEmittersPoolFactory.updatePaletteForEditors=\u30D1\u30EC\u30C3\u30C8\u3092\u66F4\u65B0
ComponentsPreferencePage.componentAssist=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u4F5C\u6210\u30A2\u30B7\u30B9\u30BF\u30F3\u30C8\u3092\u6709\u52B9\u5316
ComponentsPreferencePage.notValidDirectory=\u3053\u308C\u3092\u9078\u629E\u3059\u308B\u3068\u30D5\u30A9\u30EB\u30C0\u30FC\u304C\u30CD\u30B9\u30C8\u3055\u308C\u307E\u3059\u3002\u3053\u308C\u306F\u63A8\u5968\u3055\u308C\u307E\u305B\u3093\u3002 \u7D9A\u884C\u3057\u307E\u3059\u304B?
ComponentsFactory.loadComponents.missingFolder=\u30D7\u30E9\u30B0\u30A4\u30F3"{1}"\u5185\u306B\u30D5\u30A9\u30EB\u30C0\u30FC"{0}"\u304C\u3042\u308A\u307E\u305B\u3093\u3002
ComponentsPreferencePage_SuccessTitle=\u6210\u529F
ComponentsPreferencePage_SuccessMessage1=\u65B0\u898F\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u3092\u30ED\u30FC\u30C9\u3059\u308B\u305F\u3081\u306B\u306F\u3001Studio\u3092\u518D\u8D77\u52D5\u3057\u307E\u3059\u3002\u53C8\u306F\u6B21\u56DE\u306E\u958B\u59CB\u6642\u306B\u30ED\u30FC\u30C9\u3055\u308C\u307E\u3059\u3002
ComponentsPreferencePage_SuccessMessage2=\u518D\u8D77\u52D5\u3057\u307E\u3059\u304B\uFF1F
ComponentsPreferencePage.installComponentsFailure=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u306B\u5931\u6557\u3057\u307E\u3057\u305F

View File

@@ -7,8 +7,12 @@ CodeGenerator.JET.TimeOut=JET\u521D\u59CB\u5316\u8D85\u65F6\uFF01
generatedcode.copyright.body4=\u4F60\u53EF\u4EE5\u5728\u5728GNU LGPL \u8BB8\u53EF\u8BC1\u4E0B\u652F\u914D\u8FD9\u4E9B\u4EE3\u7801
CodeGenerator.Node.NotFound=\u5728\u5F53\u524D
generatedcode.copyright.body3=\u4F60\u53EF\u4EE5\u5728www.talend.com\u53D1\u73B0\u66F4\u591A\u5173\u4E8ETalend\u4EA7\u54C1\u4FE1\u606F
EmittersPoolFactoryImpl.Class.IllegalArg=\u7C7B ' {0}' \u4E0D\u662F\u4E00\u4E2A\u6709\u6548\u7684\u5206\u7C7B\u5668
generatedcode.copyright.body2=/ \u4F5C\u4E1A\u8BBE\u8BA1 (CodeGenerator version {0}).
generatedcode.copyright.body1=\u6E90\u4EE3\u7801\u88AB{0}\u81EA\u52A8\u751F\u6210
CodeGenerator.getGraphicalNode1=\u8FDB\u7A0B\u5F97\u5230\u56FE\u5F62\u8282\u70B9\uFF08\uFF09
CodeGenerator.getGraphicalNode2=\u8FDB\u7A0B\u5F97\u5230\u751F\u6210\u8282\u70B9\uFF08\uFF09
CodeGenerator.newLine=\n\n\n\n
JetSkeletonManager.updateProblem=\u5F53\u66F4\u65B0\u6301\u4E45\u6570\u636E\u65F6\u51FA\u73B0\u9519\u8BEF
CodeGeneratorEmittersPoolFactory.codeThread=\u4EE3\u7801\u751F\u6210\u540E\u53F0\u7EBF\u7A0B
CodeGeneratorEmittersPoolFactory.componentCompiled=\u7EC4\u4EF6\u7F16\u8BD1{0}\u6BEB\u79D2
@@ -24,14 +28,23 @@ CodeGenInit.initTemplate=\u521D\u59CB\u5316\u6A21\u677F
CodeGenInit.removeLink=\u5220\u9664\u94FE\u63A5\u8D44\u6E90
CodeGenInit.saveWorkspace=\u4FDD\u5B58\u5DE5\u4F5C\u533A
DocumentRootImpl.mixed=\ (\u6DF7\u5408:
CodeGeneratorEmittersPoolFactory.dialogContent=\u4E3A\u4E86\u907F\u514D\u4EA7\u751F\u95EE\u9898\uFF0C\u8BF7\u6309Ctrl+Shift+F3\u6765\u518D\u6B21\u751F\u6210\uFF01
CodeGeneratorEmittersPoolFactory.operationCanceled=\u64CD\u4F5C\u5DF2\u53D6\u6D88
ComponentsFactory.afterSystemComponent=\u5728\u7CFB\u7EDF\u7EC4\u4EF6
ComponentsFactory.componentNotFound=\u7EC4\u4EF6\u6587\u4EF6\u5939\u6CA1\u53D1\u73B0
ComponentsFactory.load.components=\u52A0\u8F7D\u7EC4\u4EF6...
ComponentsFactory.parentNotRecompiled=\u8B66\u544A\: \u7236 *.inc.javajet \u6CA1\u6709\u91CD\u65B0\u7F16\u8BD1
ComponentsLocalProviderService.componentLoadError=\u7EC4\u4EF6\u52A0\u8F7D\u9519\u8BEF
ComponentsLocalProviderService.talendExchangeError=Talend Exchange\u9519\u8BEF
ComponentsPreferencePage.ButtonLabel0=\u786E\u5B9A
ComponentsPreferencePage.configuration.LINK_STYLE=\u9ED8\u8BA4\u94FE\u63A5\u663E\u793A\u4E3A\uFF1A
ComponentsPreferencePage.rowLimit=\u884c\u9650\u5236
ComponentsPreferencePage.WarningMsg=\u60A8\u9700\u8981\u91CD\u65B0\u542F\u52A8Talend Open Studio\u4EE5\u52A0\u8F7D\u989D\u5916\u7684\u7EC4\u4EF6\u3002
ComponentsPreferencePage.WarningTitle=\u8B66\u544A
ComponentsPreferencePage.directoryFieldLabel=\u7528\u6237\u7EC4\u4EF6\u6587\u4EF6\u5939\ :
ComponentsProviderManager.unableLoad=\u65E0\u6CD5\u52A0\u8F7D\u7EC4\u4EF6\u63D0\u4F9B\u7A0B\u5E8F
ComponenttRunJobPreferencePage.label=\u53CC\u51FBtRunJob\u7EC4\u4EF6\u540E\u4E0D\u663E\u793A\u5BF9\u5E94\u7684JOB
ComponentJobletPreferencePage.label=\u53CC\u51FBJoblet\u7EC4\u4EF6\u540E\uFF0C\u4E0D\u663E\u793A\u76F8\u5E94\u7684\u4F5C\u4E1A\u3002
ComponenttRunJobPreferencePage.showCorrespondingJob=\u53CC\u51FBtRunJob\u7EC4\u4EF6\u540E\u663E\u793A\u5BF9\u5E94JOB
XsdValidationCacheManager.unableLoadxsd=\u52A0\u8F7Dxsd\u9A8C\u8BC1\u7F13\u5B58\u6587\u4EF6\u5931\u8D25
XsdValidationCacheManager.unableSavexsd=\u4FDD\u5B58xsd\u9A8C\u8BC1\u7F13\u5B58\u6587\u4EF6\u5931\u8D25
@@ -39,7 +52,32 @@ prefs.configuration.LINK_STYLE.AUTO=\u81EA\u52A8
FAMILY.Access=Access
FAMILY.Business=\u4E1A\u52A1
FAMILY.Business_Intelligence=\u5546\u4E1A\u667A\u80FD
FAMILY.Connections=\u8FDE\u63A5
FAMILY.eXist=\u9000\u51FA
FAMILY.File=\u6587\u4ef6
FAMILY.FireBird=\u706B\u9E1F
FAMILY.HSQLDb=HSQLdb
FAMILY.Informix=Informix
FAMILY.Ingres=Ingres
FAMILY.Input=\u8F93\u5165
FAMILY.JavaDB=JavaDB
FAMILY.MSSql=MSSQL
FAMILY.MaxDB=MaxDB
FAMILY.MySQL=MySQL
FAMILY.Netezza=\u7F51\u7EDC\u6635\u79F0
FAMILY.Oracle=Oracle
FAMILY.Output=\u6807\u51c6\u8f93\u51fa
FAMILY.PostgreSQL=PostgreSQL
FAMILY.SQLite=SQLite
FAMILY.Sybase=Sybase
FAMILY.System=\u7CFB\u7EDF
FAMILY.Teradata=Teradata
FAMILY.XML=XML
CodeGeneratorEmittersPoolFactory.updatePaletteForEditors=\u66F4\u65B0\u7F16\u8F91\u5668\u7684\u8C03\u8272\u677F
ComponentsPreferencePage.componentAssist=\u542F\u7528\u7EC4\u4EF6\u521B\u5EFA\u52A9\u624B
ComponentsPreferencePage.notValidDirectory=\u60A8\u7684\u9009\u62E9\u5C06\u5BFC\u81F4\u6587\u4EF6\u5939\u5D4C\u5957\uFF0C\u8FD9\u662F\u4E0D\u63A8\u8350\u7684\u3002 \u4F60\u60F3\u7EE7\u7EED\u5417\uFF1F
ComponentsFactory.loadComponents.missingFolder=\u6587\u4EF6\u5939 "{0}" \u7F3A\u5C11\u63D2\u4EF6 "{1}".
ComponentsPreferencePage_SuccessTitle=Success
ComponentsPreferencePage_SuccessMessage1=\u9700\u8981\u91CD\u542FStudio\u6765\u52A0\u8F7D\u7EC4\u4EF6\u3002\u5426\u5219\uFF0C\u4F1A\u5728\u4E0B\u6B21\u542F\u52A8\u65F6\u52A0\u8F7D\u3002
ComponentsPreferencePage_SuccessMessage2=\u60A8\u60F3\u8981\u9A6C\u4E0A\u91CD\u542F\u5417\uFF1F
ComponentsPreferencePage.installComponentsFailure=\u5B89\u88C5\u7EC4\u4EF6\u5931\u8D25

View File

@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl
Bundle-SymbolicName: org.talend.designer.components.exchange.nl
Bundle-Version: 6.4.0.qualifier
Bundle-Version: 6.5.2.qualifier
Fragment-Host: org.talend.designer.components.exchange

View File

@@ -1,3 +1,4 @@
Exchange=Exchange
DownloadComponenentsAction.Label=\u4E0B\u8F7D\u9009\u62E9\u7684\u7EC4\u4EF6
RefreshComponenentsAction.Label=\u5237\u65B0\u7EC4\u4EF6\u6E05\u5355
providerName=www.example.org

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.4.0</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.components.exchange.nl</artifactId>

View File

@@ -94,7 +94,8 @@ ImportExchangeDialog.REFRESHING_PROGRESSBAR=Refreshing\! Please Wait.....
ImportExchangeDialog.OPERATION_CANCELLED=Operation was cancelled
Exchange.logon.error=Exchange user have not been registered, please register using the preferences .
ImportExchangeDialog.download.extensions=Download extensions\! Please Wait\!
DownloadComponenentsAction_restartMessage=Install the new component successfully, but need restart studio to load it, are you want to restart now?
DownloadComponenentsAction_restartMessage=Install the new component successfully, but need to restart studio to load it, do you want to restart now?
DownloadComponenentsAction_restartTitle=Need restart
DownloadComponenentsAction_failureTitle=Failure
DownloadComponenentsAction_failureMessage=Fail to install the component {0}, need check the component is valid or not.
DownloadComponenentsAction.installComponentsTitle=Install components

View File

@@ -13,6 +13,7 @@ DownloadedExtensionsComposite.DownloadDate=Date de t
DownloadedExtensionsComposite.installOperateStatus=Installer
DownloadedExtensionsComposite.installedOperateStatus=Installé
DownloadedExtensionsComposite.updateOperateStatus=UPDATE
MyExtensionsComposite.ExtensionName=Nom de l'extension
MyExtensionsComposite.Version=Version
MyExtensionsComposite.UploadDate=Date du chargement
MyExtensionsComposite.AddNewExtensionTitle=Ajouter une nouvelle extension
@@ -53,11 +54,14 @@ DeleteExtensionJob.DeleteFailureTip=Veuillez v
ModifyExtensionJob.Title=Modifier une extension...
ModifyExtensionJob.Message=Modifier une extension...
ModifyExtensionJob.ModifyFailure=Echec de la modification
ModifyExtensionJob.ModifyFailureTip=Vérifiez.
InstalledExtensionJob.Title=Installation de l'extension...
InsertionExtensionAction.InstalledFailure=Echec de l'installation
InsertionExtensionAction.InstalledFailureTip=Vous devez le vérifier.
UploadRevisionJob.Title=Chargement de la révision...
UploadRevisionJob.Message=Charger une révision...
UploadRevisionAction.InstalledFailure=Echec du chargement de la révision.
UploadRevisionAction.InstalledFailureTip=Vous devez le vérifier.
DownloadComponenentsAction.installExchange=Installer les composants Exchange
DownloadComponenentsAction.DownloadTaskTitle=Téléchargement des fichiers depuis Exchange
DownloadComponenentsAction.DownloadTaskName=Téléchargement du fichier depuis l'URL :
@@ -81,3 +85,8 @@ ImportExchangeDialog.REFRESH_BUTTON=Rafra
ImportExchangeDialog.REFRESHING_PROGRESSBAR=Rafraîchissement, veuillez patienter..
ImportExchangeDialog.OPERATION_CANCELLED=L'opération a été annulée
Exchange.logon.error=L'utilisateur de l'Exchange n'est pas enregistré. Enregistrez-vous via les Préférences.
DownloadComponenentsAction_restartMessage=Installation du nouveau composant réussie, mais un redémarrage est requis pour le charger. Redémarrer ?
DownloadComponenentsAction_restartTitle=Redémarrage requis
DownloadComponenentsAction_failureTitle=Échec
DownloadComponenentsAction_failureMessage=Échec de l'installation du composant {0}, vérifiez s'il est valide.
DownloadComponenentsAction.installComponentsTitle=Installer les composants

View File

@@ -94,3 +94,8 @@ ImportExchangeDialog.REFRESHING_PROGRESSBAR=\u30EA\u30D5\u30EC\u30C3\u30B7\u30E5
ImportExchangeDialog.OPERATION_CANCELLED=\u64CD\u4F5C\u3092\u30AD\u30E3\u30F3\u30BB\u30EB
Exchange.logon.error=Exchange\u30E6\u30FC\u30B6\u304C\u767B\u9332\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002\u521D\u671F\u8A2D\u5B9A\u3092\u4F7F\u7528\u3057\u3066\u767B\u9332\u3057\u3066\u304F\u3060\u3055\u3044\u3002
ImportExchangeDialog.download.extensions=\u62E1\u5F35\u6A5F\u80FD\u3092\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u4E2D\u3067\u3059\u3001\u66AB\u304F\u304A\u5F85\u3061\u4E0B\u3055\u3044\u3002
DownloadComponenentsAction_restartMessage=\u65B0\u898F\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u304C\u6210\u529F\u3057\u307E\u3057\u305F\u3002Studio\u306E\u518D\u8D77\u52D5\u304C\u5FC5\u8981\u3067\u3059\u3002\u518D\u8D77\u52D5\u3057\u307E\u3059\u304B\uFF1F
DownloadComponenentsAction_restartTitle=\u518D\u8D77\u52D5\u8981
DownloadComponenentsAction_failureTitle=\u5931\u6557
DownloadComponenentsAction_failureMessage=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8{0}\u306E\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u304C\u5931\u6557\u3057\u307E\u3057\u305F\u3002\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u304C\u59A5\u5F53\u304B\u78BA\u8A8D\u3057\u3066\u4E0B\u3055\u3044\u3002
DownloadComponenentsAction.installComponentsTitle=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB

View File

@@ -1,24 +1,79 @@
ExchangeView.Exchange=Exchange
AvailableExtensionsComposite.ExtensionName=\u6269\u5C55\u540D
AvailableExtensionsComposite.Version=\u7248\u672C
AvailableExtensionsComposite.Rating=\u8BC4\u5206
AvailableExtensionsComposite.Author=\u4F5C\u8005
AvailableExtensionsComposite.FilterTitle=\u8FC7\u6EE4
AvailableExtensionsComposite.ViewDetail.installOperateStatus=\u5B89\u88C5
AvailableExtensionsComposite.ViewDetail.WriteReview=\u53D1\u8868\u8BC4\u8BBA
AvailableExtensionsComposite.ViewDetail.InsertionReviewFailure=\u63D2\u5165\u5BA1\u67E5\u5931\u8D25
AvailableExtensionsComposite.ViewDetail.InsertionReviewFailureTip=\u8BF7\u68C0\u67E5
DownloadedExtensionsComposite.ExtensionName=\u6269\u5C55\u540D
DownloadedExtensionsComposite.DownloadedVersion=\u4E0B\u8F7D\u7248\u672C
DownloadedExtensionsComposite.DownloadDate=\u4E0B\u8F7D\u65E5\u671F
DownloadedExtensionsComposite.OperateStatus=\u64CD\u4F5C\u72B6\u6001
DownloadedExtensionsComposite.installOperateStatus=\u5B89\u88C5
DownloadedExtensionsComposite.installedOperateStatus=\u5DF2\u88C5\u8F7D
DownloadedExtensionsComposite.updateOperateStatus=\u66F4\u65B0
MyExtensionsComposite.ExtensionName=\u6269\u5C55\u540D
MyExtensionsComposite.Version=\u7248\u672C
MyExtensionsComposite.UploadDate=\u4E0A\u4F20\u65E5\u671F
MyExtensionsComposite.UpdateOperateStatus=\u66F4\u65B0
MyExtensionsComposite.ModifyOperateStatus=\u4FEE\u6539
MyExtensionsComposite.DeleteOperateStatus=\u5220\u9664
MyExtensionsComposite.Form.Return=\u8FD4\u56DE
MyExtensionsComposite.Form.ExtensionTitle=\u6269\u5C55\u6807\u9898
MyExtensionsComposite.Form.InitialVersion=\u521D\u59CB\u7248\u672C
MyExtensionsComposite.Form.Compatibility.AllVersions=\u6240\u6709\u7248\u672C
MyExtensionsComposite.Form.Compatibility.Version=\u7248\u672C
MyExtensionsComposite.Form.Compatibility.AndNewer=\u548C\u66F4\u65B0\u7684
MyExtensionsComposite.Form.Compatibility.AllVersionsExcept=\u6240\u6709\u7248\u672C\u9664\u5916:
MyExtensionsComposite.Form.Description=\u5FC5\u8981\u7684
MyExtensionsComposite.Form.Visibility=\u80FD\u89C1\u5EA6
MyExtensionsComposite.Form.Visibility.Public=\u516C\u5F00\uFF08\u5168\u90E8\u53EF\u89C1\uFF09
MyExtensionsComposite.Form.Visibility.Private=\u79C1\u4EBA(\u6211\u770B\u5F97\u89C1)
MyExtensionsComposite.Form.Upload=\u4E0A\u4F20
MyExtensionsComposite.Form.Upload.SelectAnItem=\u4ECE\u5F53\u524D\u6253\u5F00\u7684\u9879\u76EE\u4E2D\u9009\u62E9\u4E00\u4E2A\u9879\u76EE\u3002
MyExtensionsComposite.Form.Upload.File=\u6587\u4EF6:
MyExtensionsComposite.Form.Upload.Browse=\u6D4F\u89C8...
MyExtensionsComposite.Form.Upload.Browse.SelectFile=\u9009\u62E9\u8981\u4E0A\u4F20\u7684\u6269\u5C55\u540D\u7684\u6587\u4EF6
MyExtensionsComposite.Form.DeleteExtensionTile=\u5220\u9664\u6269\u5C55\u540D
MyExtensionsComposite.Form.DeleteExtensionMessage=\u786E\u5B9E\u8981\u5220\u9664\u6B64\u6269\u5C55\u540D\u5417?
MyExtensionsComposite.Form.UploadExtension=\u4E0A\u4F20\u6269\u5C55
MyExtensionsComposite.Form.UpdateExtension=\u66F4\u65B0\u6269\u5C55
MyExtensionsComposite.Form.ModifyExtension=\u4FEE\u6539\u6269\u5C55
ShowContributedExtensionsJob.ShowContributedExtensions.Title=\u5BFB\u627E\u5DF2\u5206\u914D\u63D2\u4EF6
ShowContributedExtensionsJob.ShowContributedExtensions.Message=\u5BFB\u627E\u6765\u81EA\u4EA4\u6362\u7684\u5DF2\u5206\u914D\u63D2\u4EF6
DeleteExtensionJob.DeleteExtensionJob.Title=\u5220\u9664\u6269\u5C55\u2026
DeleteExtensionJob.DeleteExtensionJob.Message=\u5220\u9664\u6269\u5C55\u2026
DeleteExtensionJob.DeleteFailure=\u5220\u9664\u5931\u8D25\u3002
DeleteExtensionJob.DeleteFailureTip=\u8BF7\u68C0\u67E5
ModifyExtensionJob.ModifyFailureTip=\u8BF7\u68C0\u67E5
InsertionExtensionAction.InstalledFailureTip=\u8BF7\u68C0\u67E5
UploadRevisionJob.Title=\u4E0A\u4F20\u4FEE\u6539\u4E2D...
UploadRevisionJob.Message=\u4E0A\u4F20\u4FEE\u6539\u4E2D...
UploadRevisionAction.InstalledFailure=\u4E0A\u4F20\u4FEE\u6539\u5931\u8D25\u3002
UploadRevisionAction.InstalledFailureTip=\u8BF7\u68C0\u67E5
DownloadComponenentsAction.installExchange=\u5B89\u88C5\u6765\u81EA Exchange \u4EA4\u6D41\u4E2D\u5FC3\u7684\u7EC4\u4EF6
DownloadComponenentsAction.DownloadTaskTitle=\u4ECEExchange\u4E0B\u8F7D\u6587\u4EF6
DownloadComponenentsAction.DownloadTaskName=\u4ECEURL\u4E0B\u8F7D\u6587\u4EF6
DownloadComponenentsAction.ReloadPalette=\u91CD\u65B0\u8F7D\u5165\u8C03\u8272\u677F...
DownloadComponenentsAction.DownloadFailure=\u4E0B\u8F7D\u5931\u8D25\u3002
DownloadComponenentsAction.DownloadFailureTip=\u5FC5\u987B\u4FEE\u6539\u4E0B\u8F7D\u8BBE\u7F6E\u3002
ExchangeWebService.insertionExtensionSuccessful=\u6269\u5C55\u63D2\u4EF6\u5DF2\u63D2\u5165\u6210\u529F
ExchangeWebService.downloadingExtensionSuccessful=\u6269\u5C55\u63D2\u4EF6\u5DF2\u4E0B\u8F7D\u6210\u529F
ExchangeWebService.deleteExtensionSuccessful=\u6269\u5C55\u63D2\u4EF6\u5DF2\u5220\u9664\u6210\u529F\u3002
ExchangeWebService.insertionRevisionSuccessful=\u63D2\u5165\u4FEE\u6539\u6210\u529F\u3002
ImportExchangeDialog.dialogTitle=\u4ECETalend Exchange\u9009\u62E9\u4E00\u4E2A\u9879\u76EE
ImportExchangeDialog.WARNING=\u8B66\u544A
ImportExchangeDialog.NOTSELECTWARNING=\u8BF7\u4ECE\u8868\u4E2D\u9009\u62E9\u4E00\u4E2A\u9879\u76EE\u3002
ImportExchangeDialog.EXTENSION_NAME=\u6269\u5C55\u540D
ImportExchangeDialog.AUTHOR_NAME=\u521B\u5EFA\u8005\u540D\u79F0
ImportExchangeDialog.LATEST_REVISION=\u6700\u65B0\u7248\u672C
ImportExchangeDialog.REFRESH_BUTTON=\u5237\u65B0
ImportExchangeDialog.OPERATION_CANCELLED=\u64CD\u4F5C\u5DF2\u53D6\u6D88
Exchange.logon.error=\u4EA4\u6362\u7528\u6237\u5C1A\u672A\u6CE8\u518C\uFF0C\u8BF7\u4F7F\u7528\u9996\u9009\u9879\u6CE8\u518C\u3002
DownloadComponenentsAction_restartMessage=\u6210\u529F\u5B89\u88C5\u65B0\u7EC4\u4EF6\uFF0C\u9700\u8981\u91CD\u542Fstudio\u6765\u52A0\u8F7D\uFF0C\u73B0\u5728\u91CD\u542F\u5417\uFF1F
DownloadComponenentsAction_restartTitle=\u9700\u7528\u91CD\u542F
DownloadComponenentsAction_failureTitle=\u5931\u8D25
DownloadComponenentsAction_failureMessage=\u5B89\u88C5\u7EC4\u4EF6{0}\u5931\u8D25\uFF0C\u9700\u8981\u68C0\u67E5\u7EC4\u4EF6\u662F\u5426\u6709\u6548\u3002

View File

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Designer Plug-in Nl Fragment
Bundle-SymbolicName: org.talend.designer.core.nl
Bundle-Version: 6.4.0.qualifier
Bundle-Version: 6.5.2.qualifier
Fragment-Host: org.talend.designer.core
Bundle-Localization: plugin
Bundle-Vendor: .Talend SA.

View File

@@ -34,4 +34,7 @@ findJob.title=Trouver un Job
findJob.tootip=Trouver un Job spécifique
exchange=Exchange
defaultTypeAndLength=Type et longueur par défaut
metadataofTalendType=Métadonnées de type TalendType
palettesettings=Paramètres de la Palette
standard.job.standalone=Standalone
standard.job.osgi=Bundle OSGi

View File

@@ -37,3 +37,5 @@ colorCodeViewer=\u30B3\u30FC\u30C9\u30D3\u30E5\u30FC\u30A2\u30FC\u306E\u8272
defaultTypeAndLength=\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30C7\u30FC\u30BF\u578B\u3068\u9577\u3055
metadataofTalendType=TalendType\u306E\u30E1\u30BF\u30C7\u30FC\u30BF
palettesettings=\u30D1\u30EC\u30C3\u30C8\u8A2D\u5B9A
standard.job.standalone=\u30B9\u30BF\u30F3\u30C9\u30A2\u30ED\u30F3
standard.job.osgi=OSGi\u30D0\u30F3\u30C9\u30EB

View File

@@ -1,5 +1,6 @@
pluginName=\u7EC4\u4EF6\u6A21\u5757
logs=\u65E5\u5FD7
providerName=www.example.org
statsAndLogs=\u9759\u6001\u4FE1\u606F\u548C\u65E5\u5FD7
componentSettingsView=\u7EC4\u4EF6
problems=\u95EE\u9898
@@ -19,8 +20,12 @@ Repository=\u50a8\u5b58\u5e93
appearance=\u5916\u89C2
colors=\u8272\u5F69
context=\u7EC4\u4EF6
font=\u5B57\u4F53
importExport=\u5BFC\u5165/\u5BFC\u51FA
internationalization=\u56FD\u9645\u5316
outputConsole=\u8F93\u51FA\u63A7\u5236\u53F0
performance=\u6267\u884C
exchange=Exchange
colorCodeViewer=\u4EE3\u7801\u6307\u793A\u989C\u8272
defaultTypeAndLength=\u9ED8\u8BA4\u7C7B\u578B\u548C\u957F\u5EA6
standard.job.standalone=\u5355\u4F8B

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.4.0</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.core.nl</artifactId>

View File

@@ -944,3 +944,19 @@ DeploymentComposite.gourpIdLabel=Use Custom GroupId
DeploymentComposite.versionLabel=Use Custom Version
DeploymentComposite.buildTypeLabel=Build Type
DeploymentComposite.valueWarning=Value is invalid.
ComponentRefController.connectionLabel=Connection Component
DeploymentComposite.snapshotLabel=Use snapshot
PerformancePreferencePage.HBaseOrMaprDBScanLimit=HBase/MapR-DB scan limit (for retrieving schema)
PerformancePreferencePage.HBaseOrMaprDBScanLimitTip=If set it by zero, will be same as deactiving the limit.
InstallModuleDialog.text=Module
InstallModuleDialog.message=Select a module !
InstallModuleDialog.platfromBtn=Platform
InstallModuleDialog.repositoryBtn=Artifact Repository(local m2/nexus)
InstallModuleDialog.repository.name=File Name
InstallModuleDialog.repository.mvnURI=Maven URI
InstallModuleDialog.repository.name.error=Please input a valid module name !
InstallModuleDialog.repository.message=Please input the jar name and click the detect button !
InstallModuleDialog.repository.error=This jar is not installed in the artifact repository, please install it !
InstallModuleDialog.detectButton.text=Detect the module install status
InstallModuleDialog.browseFileBtn=Browse a Module File
InstallModuleDialog.browseFile.error=Please select a file to install !

View File

@@ -700,7 +700,9 @@ JavaSampleCodeFactory.askRegenerateCode=G
ProcessUpdateManager.Question=Question
PropertiesContextAction.disableParallelization=Désactiver la parallélisation
OpenExistVersionProcessWizard.windowTitle1=Ouvrir une autre version
Node.supportPartition=ce composant doit supporter le partitionnement à présent.
OpenExistVersionProcess.open.title1=Sélectionner une version à ouvrir
OpenExistVersionProcessPage.messageCreated1=Si cet élément est verrouillé par un autre utilisateur, vous ne pouvez en créer de nouvelle version.
OpenExistVersionProcessPage.labelContent=(Le Job est verrouillé, impossible de créer une nouvelle version.)
OpenExistVersionProcessWizard.labelContent=le Job est verrouillé, impossible de créer une nouvelle version.
Node.checkTRunjobwithMRProcess=Le Job {1} est compatible uniquement avec une exécution indépendante.
@@ -730,6 +732,8 @@ MetadataTypeLengthPreferencePage.FIELD=Param
MetadataTypeLengthPreferencePage.DBTYPE=Longueur par défaut pour le type de données
MetadataTypeLengthConstants.FIELD_DEFAULT_TYPE=Type par défaut
MetadataTypeLengthConstants.FIELD_DEFAULT_LENGTH=Longueur par défaut
MetadataTypeLengthConstants.VALUE_DEFAULT_TYPE=Type par défaut
MetadataTypeLengthConstants.VALUE_DEFAULT_LENGTH=Longueur par défaut
MetadataTypeLengthConstants.BOOLEAN_LENGTH=Boolean
MetadataTypeLengthConstants.BIGDECIMAL_LENGTH=BigDecimal
MetadataTypeLengthConstants.BYTE_LENGTH=Byte
@@ -742,7 +746,9 @@ MetadataTypeLengthConstants.DATE_LENGHT=date
MetadataTypeLengthConstants.SHORT_LENGTH=Short
MetadataTypeLengthConstants.DOUBLE_LENGTH=Double
MetadataTypeLengthConstants.FLOAT_LENGTH=Float
MetadataTypeLengthConstants.LIST_LENGTH=Liste
MetadataTypeLengthConstants.DATETIME_LENGTH=Datetime
ContextParameterProposal.ContextVariable=\n\nVariable de contexte.
ContextParameterProposal.Description=Description : {0}
ContextParameterProposal.NoCommentAvaiable=aucun commentaire disponible.
ContextParameterProposal.Type=\nType\: {1}
@@ -769,6 +775,8 @@ GEFDeleteAction.deleteConnectionDialog.msg=Supprimer le lien ne met pas automati
GEFDeleteAction.deleteConnectionDialog.toggleMsg=Ne plus montrer ce dialogue.
PasswordController.NewPassword=Saisissez un nouveau mot de passe
PasswordController.NoteConvention=Note : suivez la convention Java qui nécessite que le texte soit entouré de guillemets doubles.
NodeSelectedDialog.title=Sélectionnez un n\u0153ud
NodeSelectedDialog.msg=Sélectionnez un n\u0153ud.
ToggleOrientationAction_horizontal_label=&Horizontal
ToggleOrientationAction_horizontal_tooltip=Horizontal
ToggleOrientationAction_horizontal_description=Horizontal
@@ -786,11 +794,16 @@ ToggleViewAction_vajhierarchy_description=Afficher la hi
WorkbenchMessages.SelectionDialog_selectLabel=&Sélectionner tout
WorkbenchMessages.SelectionDialog_deselectLabel=&Désélectionner tout
MarkerMessages.Category_One_Item_Label={0} (1 élément)
MarkerMessages.Category_Label={0} ({1} éléments)
MarkerMessages.ProblemView_Type=&Type
Node.canNotMultiKindTableOutput=Ce composant ne peut utiliser les types de sortie "{0}" et "{1}" en même temps.
Node.hasMoreThenOneColumn=La table ({0}) a plus d'une colonne.
NodePart_componentNotLoaded=Le composant n'est pas chargé
PerformancePreferencePage.autoCheckField=Vérification auto de SVN pour détecter la mise à jour
PerformancePreferencePage.autoCheckTime=Détecter les mises à jour toutes les (secondes)
TalendEditorPaletteFactory.palette.favorites=Favoris
TalendEditorPaletteFactory.palette.recentlyUsed=Récemment utilisé
PaletteSettingsPreferencePage.paletteSettingsSearchResultLimitFromHelp=Limite des résultats de l'aide
UpdateHelpIndexJob.title=Indexation de l'aide locale...
PropertiesWizardPage.SameAsProjectname=Le nom est le même que celui du projet.
DesignerPreferencePage.JobletColorGroup=Joblet
@@ -804,6 +817,7 @@ MainComposite.PurposeStatusSection.purposeLabel=Objectifs
MainComposite.PurposeStatusSection.statusLabel=Statut
MainComposite.DescriptionSection.Label=Description
MainComposite.DateSection.ModificationLabel=Modification
MainComposite.DateSection.creationLabel=Création
MainComposite.ItemExistsError=Cet élément existe déjà. Vérifiez dans la Corbeille et videz-la si nécessaire.
MainComposite.KeywordsError=Le nom n'est pas un identifiant valide.
MainComposite.NameEmptyError=Le nom est vide.
@@ -815,6 +829,7 @@ EOozieParameterName.hadoopVersion=Version d'Hadoop
EOozieParameterName.enableKerberos=Activer la sécurité Kerberos
EOozieParameterName.nameNodePrincipal=Principal du NameNode
EOozieParameterName.userName=Nom d'utilisateur
EOozieParameterName.group=Groupe
EOozieParameterName.useKeytab=Utiliser un Keytab pour l'authentification
EOozieParameterName.ktPrincipal=Principal
EOozieParameterName.keytab=KeyTab
@@ -828,6 +843,7 @@ EParameterName.namespaces=Espaces de noms
EParameterName.xpathPrefix=Préfixe
Node.checkSparkMLComponentVersion14=Ce composant nécessite la version Spark 1.4 ou supérieure
Node.checkSparkMLComponentVersion15=Ce composant nécessite la version Spark 1.5 ou supérieure
Node.inputMustNotBeAMappingField=Le champ d'entrée ({0}) est utilisé dans le mapping. Ce champ doit rester blanc.
PerformancePreferencePage.autoRefreshLocksField=Rafraîchissement automatique des verrous
AbstractSchemaController.copyChildSchema=Copier le schéma du Job fils
AbstractSchemaController.copyChildSchema.tooltip=Importer le schéma du tBufferOutput à partir du Job fils.
@@ -841,8 +857,17 @@ AbstractSchemaController.validationrule.selectMetadataMsg=La m
AbstractSchemaController.validationrule.cannotApplyValMsg=Impossible d'appliquer la règle de validation au composant car aucun de ses schémas n'utilise la règle de validation.
AbstractSchemaController.connectionNotAvaliable=La connexion n'est pas configurée ou est mal configurée dans le composant
AbstractSchemaController.inputNotSet=Connexion d'entrée non définie
AbstractBasicComponent.builtIn=Built-in
AbstractBasicComponent.repository=Référentiel
PerformancePreferencePage.generateLatestVersion=Générer la dernière version de la documentation du Job/Joblet
ImportExportPreferencePage.rebuildRelationships=Reconstruire les relations des éléments lors de l'export.
AbstractMultiPageTalendEditor.readonlyMessage=Impossible de sauvegarder le Job. Le Job ou le projet est en lecture seule.
MainComposite.JobTypeSection.jobletTypeLabel=Type de Joblet
ProcessController.UseDynamicJobSelectionDialog.message=Le paramètre de contexte sera récupéré du Job : {0}.
GuessSchemaController.schemaOf=Schéma de
Node.notFormedLoop=Les composants connectés dans un Job ne doivent pas former de boucle fermée.
AbstractSchemaController.schema.title=Schéma de {0}
DeploymentComposite.versionLabel=Utiliser version personnalisée
DeploymentComposite.valueWarning=Valeur invalide.
ComponentRefController.connectionLabel=Composant de connexion
DeploymentComposite.snapshotLabel=Utiliser le snapshot

View File

@@ -500,7 +500,7 @@ TalendEditorDropTargetListener.cancelOperation=\u64CD\u4F5C\u3092\u30AD\u30E3\u3
TalendEditorDropTargetListener.chooseComponent=\u4F5C\u6210\u3059\u308B\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u3092\u3072\u3068\u3064\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044\u3002
TalendEditorDropTargetListener.title=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8
TalendLaunchToolbarAction.information=\u60C5\u5831
TalendLaunchToolbarAction.noAvailableItem=\u5229\u7528\u3067\u304D\u308B\u5B9F\u884C\u4E2D\u306E\u9805\u76EE\u306F\u3042\u308A\u307E\u305B\u3093\u3002
TalendLaunchToolbarAction.noAvailableItem=\u5229\u7528\u3067\u304D\u308B\u5B9F\u884C\u4E2D\u306E\u30A2\u30A4\u30C6\u30E0\u306F\u3042\u308A\u307E\u305B\u3093\u3002
TalendPaletteContextMenuProvider.descriptionAdd=\u304A\u6C17\u306B\u5165\u308A\u306B\u8FFD\u52A0
TalendPaletteContextMenuProvider.descriptionDisplay=\u30D5\u30A9\u30EB\u30C0\u30FC\u306E\u8868\u793A
TalendPaletteContextMenuProvider.descriptionHidden=\u30D5\u30A9\u30EB\u30C0\u30FC\u3092\u975E\u8868\u793A
@@ -577,6 +577,7 @@ TnsEditorDialog.Service=\u30B5\u30FC\u30D3\u30B9
TnsEditorDialog.Value=\u5024
UpdateDetectionDialog.ShowDependenciesMess=\u4EE5\u4E0B\u306E\u9805\u76EE\u3067\u4F7F\u7528\u3055\u308C\u3066\u3044\u308B\u30D7\u30ED\u30D1\u30C6\u30A3\u306F\u5909\u66F4\u3055\u308C\u3066\u3044\u307E\u3059\u3002\n\n(*) \: \u30B8\u30E7\u30D6\u3092\u958B\u304F\u3053\u3068\u304C\u3067\u304D\u307E\u305B\u3093\u3002
PerformancePreferencePage.itemsRelationDialogMessage=\u30A4\u30F3\u30C7\u30C3\u30AF\u30B9\u306E\u30D3\u30EB\u30C9\u306F\u6642\u9593\u304C\u304B\u304B\u308A\u307E\u3059\u3001\u4ECA\u30D3\u30EB\u30C9\u3057\u307E\u3059\u304B\uFF1F
PerformancePreferencePage.itemsRelationDialogTitle=\u30A2\u30A4\u30C6\u30E0\u95A2\u4FC2\u30A4\u30F3\u30C7\u30C3\u30AF\u30B9\u30D3\u30EB\u30C0\u30FC
PerformancePreferencePage.itemsRelationsCheckbox=\u9805\u76EE\u95A2\u4FC2\u306E\u30A4\u30F3\u30C7\u30C3\u30AF\u30B9\u306E\u4F7F\u7528\uFF08\u5B9F\u9A13\u7684\uFF09
EParameterName.jvmArgTitle=\u7279\u5B9A\u306EJVM\u5F15\u6570\u306E\u4F7F\u7528
EParameterName.service_name=\u30ED\u30FC\u30AB\u30EB\u30B5\u30FC\u30D3\u30B9\u540D
@@ -689,9 +690,12 @@ AbstractMultiPageTalendEditor.canNotSaveTitle=\u8B66\u544A
AbstractMultiPageTalendEditor.canNotSaveMessage=\u30B8\u30E7\u30D6\u3092\u30ED\u30C3\u30AF\u51FA\u6765\u306A\u3044\u306E\u3067\u4FDD\u5B58\u3067\u304D\u307E\u305B\u3093\u3002
ConnectionSetAsMainRef.ConnectionModifyError=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u304C\u30B5\u30D6\u30B8\u30E7\u30D6\u63A5\u7D9A\u3092\u3057\u3066\u3044\u308B\u305F\u3081\u63A5\u7D9A\u3092\u5909\u66F4\u3067\u304D\u307E\u305B\u3093
ConnectionSetAsMainRef.ERROR=\u30A8\u30E9\u30FC
ModifyMergeOrderAction.ConnectionModifyError=\u958B\u59CB\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306B\u30B5\u30D6\u30B8\u30E7\u30D6\u30EA\u30F3\u30AF\u304C\u3042\u308B\u3068\u304D\u306B\u306F\u3001\u63A5\u7D9A\u3092\u5909\u66F4\u3067\u304D\u307E\u305B\u3093
ModifyMergeOrderAction.ERROE=\u30A8\u30E9\u30FC
ConnectionDeleteCommand.COLLAPSE=\u8B66\u544A
ConnectionDeleteCommand.COLLAPSEJOBLET=\u30B8\u30E7\u30D6\u306B\u5C55\u958B\u3055\u308C\u3066\u3044\u308B\u30B8\u30E7\u30D6\u30EC\u30C3\u30C8\u306E\u63A5\u7D9A\u306F\u524A\u9664\u3067\u304D\u307E\u305B\u3093
MultiPageTalendEditor.DIRTY=\u30C0\u30FC\u30C6\u30A3\u30B8\u30E7\u30D6\u30EC\u30C3\u30C8
MultiPageTalendEditor.DIRTYMESSAGE=\ \u304C\u30C0\u30FC\u30C6\u30A3\u3067\u3059\u3002\u6700\u521D\u306B\u30B8\u30E7\u30D6\u30EC\u30C3\u30C8\u3092\u4FDD\u5B58\u3057\u3066\u4E0B\u3055\u3044\u3002\u4FDD\u5B58\u3057\u306A\u3044\u3068\u30B8\u30E7\u30D6\u30EC\u30C3\u30C8\u306E\u5909\u66F4\u304C\u5931\u308F\u308C\u307E\u3059\u3002
UpdateDetectionDialog.jobletMessage=\u30B8\u30E7\u30D6\u306F\u66F4\u65B0\u5F8C\u306B\u30AF\u30ED\u30FC\u30BA\u3057\u307E\u3059\u3002
ImportExportPreferencePage.addClasspathJar=\u30B8\u30E7\u30D6\u3092\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8\u3059\u308B\u969B\u306B\u306F\u30AF\u30E9\u30B9\u30D1\u30B9\u306Ejar\u30D5\u30A1\u30A4\u30EB\u3092\u8FFD\u52A0\u3057\u3066\u304F\u3060\u3055\u3044(\u30B8\u30E7\u30D6\u30B5\u30FC\u30D0\u3068\u306E\u4E92\u63DB\u6027\u306F\u3042\u308A\u307E\u305B\u3093)\u3002
DbTableController.dialog.title=\u30A8\u30E9\u30FC
@@ -710,21 +714,34 @@ Connection.paral_repartitioner=\u30ED\u30A6\u3092\u518D\u5206\u5272
Connection.paral_none=\u306A\u3057
JavaSampleCodeFactory.askRegenerateCode=\u30B3\u30FC\u30C9\u751F\u6210\u3092\u5B9F\u65BD\u3059\u308B\u3068\u4EE5\u4E0B\u306E\u30A6\u30A3\u30F3\u30C9\u30A6\u306B\u8868\u793A\u3055\u308C\u3066\u3044\u308B\u30B3\u30FC\u30C9\u3092\u4E0A\u66F8\u304D\u3059\u308B\u3053\u3068\u306B\u306A\u308A\u307E\u3059\u3002\u64CD\u4F5C\u3092\u7D9A\u3051\u307E\u3059\u304B\uFF1F
ProcessUpdateManager.Question=\u8CEA\u554F
ProcessUpdateManager.QuestionString=\u30B8\u30E7\u30D6\u3067\u4F7F\u7528\u3055\u308C\u3066\u3044\u308B\u3088\u3046\u306B\u65B0\u898F\u30AB\u30E9\u30E0\u3092\u8A2D\u5B9A\u3057\u307E\u3059\u304B?
PropertiesContextAction.disableParallelization=\u4E26\u5217\u5316\u7121\u52B9\u5316
OpenExistVersionProcessWizard.windowTitle1=\u4ED6\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u3092\u958B\u304F
Node.notSupportDepartition=\u3053\u306E\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306F\u3001\u30C7\u30D1\u30FC\u30C6\u30A3\u30B7\u30E7\u30F3\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u305B\u3093\u3002
Node.notSupportPartitioning=\u3053\u306E\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306F\u30C7\u30D1\u30FC\u30C6\u30A3\u30B7\u30E7\u30F3\u3057\u304B\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u305B\u3093\u3002
Node.partitionKeysNotSame=\u3053\u306E\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u30D1\u30FC\u30C6\u30A3\u30B7\u30E7\u30CB\u30F3\u30B0\u30AD\u30FC\u306F\u3001\u30D1\u30FC\u30C6\u30A3\u30B7\u30E7\u30CB\u30F3\u30B0\u63A5\u7D9A\u3068\u540C\u3058\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002
Node.supportPartition=\u3053\u306E\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306F\u73FE\u5728\u3001\u30D1\u30FC\u30C6\u30A3\u30B7\u30E7\u30CB\u30F3\u30B0\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u3059\u3002
Node.notSupportPartition=\u3053\u306E\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306F\u30D1\u30FC\u30C6\u30A3\u30B7\u30E7\u30F3\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u305B\u3093\u3002
Node.repeatPartition=\u524D\u306B\u30D1\u30FC\u30C6\u30A3\u30B7\u30E7\u30F3\u884C\u304C\u65E2\u306B\u3042\u308A\u307E\u3059\u3002
Node.repeatDepartition=\u524D\u306B\u30C7\u30D1\u30FC\u30C6\u30A3\u30B7\u30E7\u30F3\u884C\u304C\u65E2\u306B\u3042\u308A\u307E\u3059\u3002
OpenExistVersionProcess.open.title1=\u958B\u304D\u305F\u3044\u30D0\u30FC\u30B8\u30E7\u30F3\u306E\u9078\u629E
OpenExistVersionProcessPage.messageCreated1=\u4ED6\u306E\u30E6\u30FC\u30B6\u30FC\u304C\u3053\u306E\u30A2\u30A4\u30C6\u30E0\u3092\u30ED\u30C3\u30AF\u3057\u3066\u3044\u308B\u5834\u5408\u3001\u65B0\u898F\u30D0\u30FC\u30B8\u30E7\u30F3\u306F\u4F5C\u6210\u3067\u304D\u307E\u305B\u3093\u3002
OpenExistVersionProcessPage.labelContent=(\u30B8\u30E7\u30D6\u304C\u30ED\u30C3\u30AF\u3055\u308C\u3066\u3044\u307E\u3059\u3002\u65B0\u898F\u30D0\u30FC\u30B8\u30E7\u30F3\u3092\u4F5C\u6210\u3067\u304D\u307E\u305B\u3093\u3002)
OpenExistVersionProcessWizard.labelContent=\u30B8\u30E7\u30D6\u304C\u30ED\u30C3\u30AF\u3055\u308C\u3066\u3044\u308B\u305F\u3081\u3001\u65B0\u30D0\u30FC\u30B8\u30E7\u30F3\u304C\u4F5C\u6210\u51FA\u6765\u307E\u305B\u3093\u3002
Node.checkTRunjobwithMRProcess={1} \u30B8\u30E7\u30D6\u306F\u72EC\u7ACB\u3057\u305F\u5B9F\u884C({0})\u3068\u306E\u9593\u306B\u306E\u307F\u4E92\u63DB\u6027\u304C\u3042\u308A\u307E\u3059\u3002
Node.lostPartitioner=\u30C7\u30D1\u30FC\u30C6\u30A3\u30B7\u30E7\u30CA\u30FC\u884C\u306E\u524D\u306B\u30D1\u30FC\u30C6\u30A3\u30B7\u30E7\u30CA\u30FC\u884C\u304C\u5FC5\u8981\u3067\u3059\u3002
Node.lostDepartitioner=\u30D1\u30FC\u30C6\u30A3\u30B7\u30E7\u30CA\u30FC\u884C\u306E\u5F8C\u308D\u306B\u30C7\u30D1\u30FC\u30C6\u30A3\u30B7\u30E7\u30CA\u30FC\u884C\u304C\u5FC5\u8981\u3067\u3059\u3002
Node.setPartitioning=\u30D1\u30E9\u30EC\u30EB\u5316\u3092\u8A2D\u5B9A
Node.nothingDoForPartitioning=\u3053\u306E\u30B8\u30E7\u30D6\u306B\u306F\u4F55\u3082\u3059\u308B\u3053\u3068\u304C\u3042\u308A\u307E\u305B\u3093\u3002
Node.hasInexistentColumn=\u30D1\u30E9\u30E1\u30FC\u30BF\u30FC({1})\u306E\u30AB\u30E9\u30E0({0})\u306F\u30B9\u30AD\u30FC\u30DE\u5185\u306B\u5B58\u5728\u305B\u305A\u3001Studio\u306F\u5143\u306E\u30AB\u30E9\u30E0\u3067\u306F\u306A\u304F\u6700\u521D\u306E\u30AB\u30E9\u30E0\u3092\u53D6\u308A\u307E\u3059\u3002\u624B\u52D5\u3067\u4FEE\u6B63\u3057\u3066\u4E0B\u3055\u3044\u3002
TalendEditorDropTargetListener.updateHadoopCfgDialog.title=Hadoop\u8A2D\u5B9A\u60C5\u5831\u3092\u66F4\u65B0\u3057\u307E\u3059
TalendEditorDropTargetListener.updateHadoopCfgDialog.msg=Hadoop\u63A5\u7D9A\u306E\u8A2D\u5B9A\u306F\u7570\u306A\u3063\u3066\u3044\u307E\u3059\u3002\u8A2D\u5B9A\u3092\u66F4\u65B0\u3057\u307E\u3059\u304B\uFF1F
CodeView.initMessage=\u30B3\u30FC\u30C9\u751F\u6210\u30A8\u30F3\u30B8\u30F3\u3092\u521D\u671F\u5316\u4E2D...
Connection.paral_queuesize=\u30AD\u30E5\u30FC\u30B5\u30A4\u30BA
ModulesInstaller_text1=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8 {0} \u306F\u3001\u4EE5\u4E0B\u306E3rd party\u30E2\u30B8\u30E5\u30FC\u30EB\u304C\u5FC5\u8981\u3067\u3059
ModulesInstaller_title1=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u7528\u306B\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3055\u308C\u3066\u3044\u306A\u3044\u30E2\u30B8\u30E5\u30FC\u30EB\u306E\u30EA\u30B9\u30C8
ModulesInstaller_text2=\u9078\u629E\u3055\u308C\u305F\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306F\u3001\u6B21\u306E\u5916\u90E8\u30E2\u30B8\u30E5\u30FC\u30EB\u304C\u5FC5\u8981\u3067\u3059
ModulesInstaller_title2=\u9078\u629E\u3057\u305F\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u7528\u306B\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3055\u308C\u3066\u3044\u306A\u3044\u30E2\u30B8\u30E5\u30FC\u30EB\u306E\u30EA\u30B9\u30C8
PropertiesWizardPage.ItemExistsError=\u30A2\u30A4\u30C6\u30E0\u304C\u5B58\u5728\u3057\u307E\u3059\u3002\u3054\u307F\u7BB1\u3092\u78BA\u8A8D\u3057\u3066\u5B8C\u5168\u306B\u524A\u9664\u3057\u3066\u4E0B\u3055\u3044\u3002
PropertiesWizardPage.NameEmptyError=\u540D\u524D\u304C\u3042\u308A\u307E\u305B\u3093
PropertiesWizardPage.NameFormatError=\u540D\u524D\u306B\u4E0D\u6B63\u306A\u6587\u5B57\u304C\u542B\u307E\u308C\u3066\u3044\u307E\u3059\u3002
@@ -750,13 +767,30 @@ MetadataTypeLengthConstants.FIELD_DEFAULT_TYPE=\u30C7\u30D5\u30A9\u30EB\u30C8\u5
MetadataTypeLengthConstants.FIELD_DEFAULT_LENGTH=\u30C7\u30D5\u30A9\u30EB\u30C8\u9577
MetadataTypeLengthConstants.VALUE_DEFAULT_TYPE=\u30C7\u30D5\u30A9\u30EB\u30C8\u578B
MetadataTypeLengthConstants.VALUE_DEFAULT_LENGTH=\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.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=String
MetadataTypeLengthConstants.FLOAT_LENGTH=Float
MetadataTypeLengthConstants.LIST_LENGTH=\u30EA\u30B9\u30C8
MetadataTypeLengthConstants.DATETIME_LENGTH=\u65E5\u6642
ContextParameterProposal.ContextVariable=\n\n\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u5909\u6570
ContextParameterProposal.Description=\u8AAC\u660E\uFF1A{0}
ContextParameterProposal.NoCommentAvaiable=\u30B3\u30E1\u30F3\u30C8\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044
ContextParameterProposal.Type=\n\u30C7\u30FC\u30BF\u578B\: {1}
ContextParameterProposal.VariableName=\n\n\u5909\u6570\u540D\: {2}
NodeReturnProposal.Availability=\n\u53EF\u7528\u6027: {4}
NodeReturnProposal.Description=\u8AAC\u660E\uFF1A{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}
RoutinesFunctionProposal.CreatedBy=\u4F5C\u6210\uFF1A
RoutinesFunctionProposal.Description=\u8AAC\u660E\uFF1A
RoutinesFunctionProposal.Example=\u4F8B\uFF1A
@@ -765,6 +799,7 @@ RoutinesFunctionProposal.System=\u30B7\u30B9\u30C6\u30E0
RoutinesFunctionProposal.User=\u30E6\u30FC\u30B6\u30FC
RoutinesFunctionProposal.VariableName=\n\n\u5909\u6570\u540D\: {2}
GlobalVariableProposal.Description=\u8AAC\u660E\uFF1A{0}
GlobalVariableProposal.VariableName=\n\n\u5909\u6570\u540D: {1}
ActivateSubjobAction.ActivateCompleteRoute=\u30EB\u30FC\u30C8\u30D5\u30ED\u30FC\u3092\u5168\u3066\u6709\u52B9\u5316
ActivateSubjobAction.DeactivateCompleteRoute=\u30EB\u30FC\u30C8\u30D5\u30ED\u30FC\u3092\u5168\u3066\u7121\u52B9\u5316
MissingSettingsMultiThreadDynamicComposite_missingModulesMessages=\u300C{0}\u300D\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306F\u3001\u5916\u90E8\u30E2\u30B8\u30E5\u30FC\u30EB\u306E\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u304C\u5FC5\u8981\u3067\u3059\u3002
@@ -775,11 +810,19 @@ PaserRuleSelectionDialog.RULE_NAME=\u30EB\u30FC\u30EB\u540D
PaserRuleSelectionDialog.RULE_TYPE=\u30EB\u30FC\u30EB\u30BF\u30A4\u30D7
PaserRuleSelectionDialog.RULE_VALUE=\u30EB\u30FC\u30EB\u5024
TracesConnectionUtils.connectionComment=\u30B9\u30AD\u30FC\u30DE\u304C\u7A7A\u53C8\u306F\u5B9A\u7FA9\u3055\u308C\u3066\u307E\u305B\u3093\uFF01
ColumnListController.invalidRegx=\u30D1\u30E9\u30E1\u30FC\u30BF\u30FC"{0}"\u306E"FILTER"\u5C5E\u6027\u306E\u5024\u304C\u7121\u52B9\u306A\u305F\u3081\u3001\u30D5\u30A3\u30EB\u30BF\u30FC\u306F\u6709\u52B9\u6027\u3092\u5931\u3044\u307E\u3059\u3002\u4F7F\u7528\u3067\u304D\u308B\u3088\u3046\u306B\u3059\u308B\u5834\u5408\u306F\u3001\u78BA\u8A8D\u3057\u3001\u8A02\u6B63\u3057\u3066\u4E0B\u3055\u3044\u3002
DesignerPreferencePage.notShowWarningDialog=\u30B8\u30E7\u30D6\u30EC\u30C3\u30C8\u5185\u306E\u5165\u529B/\u51FA\u529B\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u30C8\u30EA\u30AC\u30FC\u306B\u53D6\u308A\u4ED8\u3051\u3089\u308C\u305F\u30EA\u30F3\u30AF\u3092\u524A\u9664\u3059\u308B\u3068\u304D\u306B\u3001\u8B66\u544A\u3092\u8868\u793A\u3057\u306A\u3044\u3067\u4E0B\u3055\u3044\u3002
GEFDeleteAction.deleteConnectionDialog.title=\u8B66\u544A
GEFDeleteAction.deleteConnectionDialog.msg=\u30EA\u30F3\u30AF\u3092\u524A\u9664\u3057\u3066\u3082\u3053\u306E\u30B8\u30E7\u30D6\u30EC\u30C3\u30C8\u3092\u4F7F\u7528\u3057\u3066\u3044\u308B\u30B8\u30E7\u30D6\u306F\u81EA\u52D5\u7684\u306B\u66F4\u65B0\u3055\u308C\u307E\u305B\u3093\u3002 \u7D9A\u884C\u3057\u307E\u3059\u304B?
GEFDeleteAction.deleteConnectionDialog.toggleMsg=\u30C0\u30A4\u30A2\u30ED\u30B0\u3092\u518D\u8868\u793A\u3057\u306A\u3044
PasswordController.NewPassword=\u65B0\u898F\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5165\u529B
PasswordController.NoteConvention=\u30E1\u30E2: \u30C6\u30AD\u30B9\u30C8\u3092\u4E8C\u91CD\u5F15\u7528\u7B26\u3067\u56F2\u3080Java\u306E\u901A\u5E38\u306E\u898F\u5247\u306B\u5F93\u3044\u307E\u3059\u3002
NodeSelectedDialog.title=\u30CE\u30FC\u30C9\u306E\u9078\u629E
NodeSelectedDialog.msg=\u30CE\u30FC\u30C9\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044
FocusOnJobAction.FocusOnTypeAction_label=\u6B21\u306B\u30D5\u30A9\u30FC&\u30AB\u30B9...
FocusOnJobAction.FocusOnTypeAction_description=\u30BF\u30A4\u30D7\u968E\u5C64\u3092\u65B0\u898F\u30BF\u30A4\u30D7\u306B\u30D5\u30A9\u30FC\u30AB\u30B9
FocusOnJobAction.FocusOnTypeAction_tooltip=\u30BF\u30A4\u30D7\u968E\u5C64\u3092\u65B0\u898F\u30BF\u30A4\u30D7\u306B\u30D5\u30A9\u30FC\u30AB\u30B9
FocusOnJobAction.TypeHierarchyViewPart_layout_submenu=&\u30EC\u30A4\u30A2\u30A6\u30C8
ToggleOrientationAction_horizontal_label=&\u6C34\u5E73
ToggleOrientationAction_horizontal_tooltip=\u6C34\u5E73
ToggleOrientationAction_horizontal_description=\u6C34\u5E73
@@ -792,14 +835,37 @@ ToggleOrientationAction_automatic_description=\u81EA\u52D5
ToggleOrientationAction_single_label=\u968E\u5C64&\u306E\u307F
ToggleOrientationAction_single_tooltip=\u968E\u5C64\u306E\u307F
ToggleOrientationAction_single_description=\u968E\u5C64\u306E\u307F
ToggleViewAction_subtypes_label=\u30B5\u30D6&\u30BF\u30A4\u30D7\u968E\u5C64
ToggleViewAction_subtypes_description=\u30B5\u30D6\u30BF\u30A4\u30D7\u968E\u5C64\u3092\u8868\u793A
ToggleViewAction_supertypes_label=\u30B9\u30FC&\u30D1\u30FC\u30BF\u30A4\u30D7\u968E\u5C64
ToggleViewAction_supertypes_tooltip=Supertype\u968E\u5C64\u306E\u8868\u793A
ToggleViewAction_supertypes_description=\u30B5\u30D6\u30BF\u30A4\u30D7\u968E\u5C64\u3092\u8868\u793A
ToggleViewAction_vajhierarchy_label=&\u30BF\u30A4\u30D7\u968E\u5C64
ToggleViewAction_vajhierarchy_description=\u30BF\u30A4\u30D7\u968E\u5C64\u3092\u8868\u793A
WorkbenchMessages.SelectionDialog_selectLabel=&\u3059\u3079\u3066\u9078\u629E
WorkbenchMessages.SelectionDialog_deselectLabel=&\u3059\u3079\u3066\u9078\u629E\u89E3\u9664
MarkerMessages.Category_One_Item_Label={0} (1\u30A2\u30A4\u30C6\u30E0)
MarkerMessages.Category_Label={0} ({1}\u30A2\u30A4\u30C6\u30E0)
MarkerMessages.problem_statusSummaryBreakdown={0,choice,0#0 errors|1#{0,number,integer} error|1<{0,number,integer} errors}, {1,choice,0#0 warnings|1#{1,number,integer} warning|1<{1,number,integer} warnings}, {2,choice,0#0 infos|1#{2,number,integer} info|1<{2,number,integer} infos}
MarkerMessages.ProblemView_GroupByMenu=&\u5206\u985E\u57FA\u6E96
MarkerMessages.ProblemView_Type=&\u30BF\u30A4\u30D7
MarkerMessages.ProblemView_None=&\u7121\u3057
Node.canNotMultiKindTableOutput=\u3053\u306E\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306F"{0}"\u30BF\u30A4\u30D7\u3068"{1}"\u30BF\u30A4\u30D7\u306E\u51FA\u529B\u3092\u540C\u6642\u306B\u4F7F\u7528\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u305B\u3093\u3002
Node.ELTDBMap.canNotHaveMultiStartNode="{0}"\u3068"{1}"\u306E\u9593\u306E\u30EA\u30F3\u30AF\u30BF\u30A4\u30D7\u306B\u306F"{2}"\u3092\u4F7F\u7528\u3057\u3066\u4E0B\u3055\u3044\u3002
Node.hasMoreThenOneColumn=\u30C6\u30FC\u30D6\u30EB({0})\u306B\u8907\u6570\u306E\u30AB\u30E9\u30E0\u304C\u3042\u308A\u307E\u3059\u3002
NodePart_componentNotLoaded=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u304C\u30ED\u30FC\u30C9\u3055\u308C\u3066\u3044\u307E\u305B\u3093
NodePart_warning=\u8B66\u544A
Node.repeatMergeSort={0}\u306B\u306F\u30DE\u30FC\u30B8\u30BD\u30FC\u30C8\u304C\u8A2D\u5B9A\u6E08\u307F\u3067\u3059\u3002{1}\u5185\u306E\u30DE\u30FC\u30B8\u30BD\u30FC\u30C8\u3092\u524A\u9664\u3057\u3066\u4E0B\u3055\u3044
DesignerPreferencePage.lineStyle=\u30B8\u30E7\u30D6\u30C7\u30B6\u30A4\u30CA\u30FC\u306B\u306F\u66F2\u7DDA\u63A5\u7D9A\u30B9\u30BF\u30A4\u30EB\u3092\u4F7F\u7528\u3057\u307E\u3059
PerformancePreferencePage.autoCheckField=SVN\u306E\u66F4\u65B0\u3092\u81EA\u52D5\u78BA\u8A8D
PerformancePreferencePage.autoCheckTime=\u305D\u308C\u305E\u308C\u306E\u66F4\u65B0\u3092\u691C\u51FA(\u79D2)
TalendEditorPaletteFactory.palette.favorites=\u304A\u6C17\u306B\u5165\u308A
TalendEditorPaletteFactory.palette.recentlyUsed=\u6700\u8FD1\u306E\u4F7F\u7528
TalendEditorPaletteFactory.searchingFromHelp=\u30D8\u30EB\u30D7\u3092\u691C\u7D22
PaletteSettingsPreferencePage.paletteSettingsRecentlyUsedListSize=\u6700\u8FD1\u4F7F\u7528\u3057\u305F\u30EA\u30B9\u30C8\u30B5\u30A4\u30BA
PaletteSettingsPreferencePage.paletteSettingsSearchFromHelp=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u691C\u7D22\u3092\u5B9F\u884C\u3059\u308B\u3068\u304D\u306F\u30D8\u30EB\u30D7\u304B\u3089\u3082\u691C\u7D22
PaletteSettingsPreferencePage.paletteSettingsSearchResultLimitFromHelp=\u30D8\u30EB\u30D7\u304B\u3089\u306E\u7D50\u679C\u306E\u5236\u9650
UpdateHelpIndexJob.title=\u30ED\u30FC\u30AB\u30EB\u30D8\u30EB\u30D7\u306E\u30A4\u30F3\u30C7\u30C3\u30AF\u30B9\u4ED8\u3051...
PropertiesWizardPage.SameAsProjectname=\u540D\u79F0\u304C\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u540D\u3092\u91CD\u8907\u3057\u307E\u3059\u3002
DesignerPreferencePage.JobletColorGroup=\u30B8\u30E7\u30D6\u30EC\u30C3\u30C8
DesignerPreferencePage.JobletGroupColorLabel=\u30B8\u30E7\u30D6\u30EC\u30C3\u30C8\u30B0\u30EB\u30FC\u30D7\u306E\u8272
@@ -808,13 +874,18 @@ MainComposite.NameSection.Name=\u540D\u524D
MainComposite.VersionAuthorSection.authorLabel=\u4F5C\u6210\u8005
MainComposite.VersionAuthorSection.versionLabel=\u30D0\u30FC\u30B8\u30E7\u30F3
MainComposite.JobTypeSection.jobTypeLabel=\u30B8\u30E7\u30D6\u30BF\u30A4\u30D7
MainComposite.JobFrameworkSection.jobFrameworkLabel=\u30D5\u30EC\u30FC\u30E0\u30EF\u30FC\u30AF
MainComposite.PurposeStatusSection.purposeLabel=\u76EE\u7684
MainComposite.PurposeStatusSection.statusLabel=\u30B9\u30C6\u30FC\u30BF\u30B9
MainComposite.DescriptionSection.Label=\u8A73\u7D30
MainComposite.DateSection.ModificationLabel=\u5909\u66F4
MainComposite.DateSection.creationLabel=\u4F5C\u6210
MainComposite.ItemExistsError=\u30A2\u30A4\u30C6\u30E0\u304C\u5B58\u5728\u3057\u307E\u3059\u3002\u3054\u307F\u7BB1\u3092\u78BA\u8A8D\u3057\u3066\u5B8C\u5168\u306B\u524A\u9664\u3057\u3066\u4E0B\u3055\u3044\u3002
MainComposite.KeywordsError=\u540D\u524D\u304C\u6709\u52B9\u306A\u8B58\u5225\u5B50\u3067\u306F\u3042\u308A\u307E\u305B\u3093\u3002
MainComposite.NameEmptyError=\u540D\u524D\u304C\u7A7A\u3067\u3059\u3002
MainComposite.NameFormatError=\u540D\u524D\u306B\u4E0D\u6B63\u306A\u6587\u5B57\u304C\u542B\u307E\u308C\u3066\u3044\u307E\u3059\u3002
MainComposite.SameAsProjectname=\u540D\u524D\u304C\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u540D\u3092\u91CD\u8907\u3057\u307E\u3059
DesignerPreferencePage.duplicateTestCases=\u30B8\u30E7\u30D6\u306E\u8907\u88FD\u3092\u884C\u3046\u3068\u304D\u306FtestCases\u3092\u8907\u88FD\u3057\u307E\u3059
EOozieParameterName.propertyType=\u30D7\u30ED\u30D1\u30C6\u30A3\u30BF\u30A4\u30D7
EOozieParameterName.hadoopDistribution=Hadoop\u30C7\u30A3\u30B9\u30C8\u30EA\u30D3\u30E5\u30FC\u30B7\u30E7\u30F3
EOozieParameterName.hadoopVersion=Hadoop\u30D0\u30FC\u30B8\u30E7\u30F3
@@ -824,11 +895,13 @@ EOozieParameterName.userName=\u30E6\u30FC\u30B6\u30FC\u540D
EOozieParameterName.group=\u30B0\u30EB\u30FC\u30D7
EOozieParameterName.useKeytab=Keytab\u3092\u8A8D\u8A3C\u306B\u4F7F\u7528
EOozieParameterName.ktPrincipal=\u30D7\u30EA\u30F3\u30B7\u30D1\u30EB
EOozieParameterName.keytab=\u30AD\u30FC\u30BF\u30D6
EOozieParameterName.enableOoKerberos=Kerberos\u8A8D\u8A3C\u3092\u6709\u52B9\u5316
EOozieParameterName.nameNodeEndPoint=\u30CD\u30FC\u30E0\u30CE\u30FC\u30C9\u30A8\u30F3\u30C9\u30DD\u30A4\u30F3\u30C8
EOozieParameterName.jobTrackerEndPoint=\u30B8\u30E7\u30D6\u30C8\u30E9\u30C3\u30AB\u30FC\u30A8\u30F3\u30C9\u30DD\u30A4\u30F3\u30C8
EOozieParameterName.oozieEndPointValue=Oozie\u30A8\u30F3\u30C9\u30DD\u30A4\u30F3\u30C8
Node.parameterWrong=\u30D1\u30E9\u30E1\u30FC\u30BF\u30FC\uFF08{0}\uFF09\u306E\u5024\u304C\u3042\u308A\u307E\u305B\u3093
Connection.languageWarning=*\u30E1\u30E2: Bean\u8A00\u8A9E\u306E\u5834\u5408\u3001\u5F0F\u306F\u5F15\u7528\u7B26\u306A\u3057\u306E\u4FEE\u98FE\u30AF\u30E9\u30B9\u540D\u306B\u3057\u3066\u4E0B\u3055\u3044\u3002 \n*\u30E1\u30E2: None\u8A00\u8A9E\u306E\u5834\u5408\u3001\u5024\u306F\u30D7\u30EC\u30FC\u30F3\u30C6\u30AD\u30B9\u30C8\u3067\u306F\u306A\u304F\u3001\u5F0F\u306B\u3057\u3066\u4E0B\u3055\u3044\u3002\n*\u30E1\u30E2: XPath\u8A00\u8A9E\u306E\u5834\u5408\u306F\u3001\u30CD\u30FC\u30E0\u30B9\u30DA\u30FC\u30B9\u306B\u30C1\u30A7\u30C3\u30AF\u304C\u5165\u3063\u3066\u3044\u308C\u3070\u3001\u305D\u308C\u304C\u81EA\u52D5\u7684\u306B\u4F7F\u7528\u3055\u308C\u307E\u3059\u3002
EParameterName.useNamespaces=\u30CD\u30FC\u30E0\u30B9\u30DA\u30FC\u30B9\u3092\u8FFD\u52A0
EParameterName.namespaces=\u30CD\u30FC\u30E0\u30B9\u30DA\u30FC\u30B9
EParameterName.xpathPrefix=\u30D7\u30EC\u30D5\u30A3\u30AF\u30B9
@@ -837,6 +910,7 @@ Node.checkSparkMLComponentVersion15=\u3053\u306E\u30B3\u30F3\u30DD\u30FC\u30CD\u
Node.inputMustNotBeAMappingField=\u5165\u529B\u30D5\u30A3\u30FC\u30EB\u30C9\uFF08{0}\uFF09\u306F\u30DE\u30C3\u30D4\u30F3\u30B0\u306B\u4F7F\u7528\u3055\u308C\u3066\u3044\u307E\u3059\u3002\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u7A7A\u767D\u306B\u3057\u3066\u304A\u3044\u3066\u4E0B\u3055\u3044\u3002
PerformancePreferencePage.autoRefreshLocksField=\u30ED\u30C3\u30AF\u72B6\u614B\u306E\u81EA\u52D5\u66F4\u65B0
PerformancePreferencePage.tacTimeout=TAC\u3068\u306E\u63A5\u7D9A\u30BF\u30A4\u30E0\u30A2\u30A6\u30C8\u5024\uFF08\u79D2\uFF09
PerformancePreferencePage.CodeFormatTimeout=\u30B3\u30FC\u30C9\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u306E\u30BF\u30A4\u30E0\u30A2\u30A6\u30C8(\u79D2)
AbstractSchemaController.copyChildSchema=\u5B50\u30B8\u30E7\u30D6\u306E\u30B9\u30AD\u30FC\u30DE\u3092\u30B3\u30D4\u30FC
AbstractSchemaController.copyChildSchema.tooltip=\u5B50\u30B8\u30E7\u30D6\u306EtBufferOutput\u30B9\u30AD\u30FC\u30DE\u3092\u30A4\u30F3\u30DD\u30FC\u30C8
AbstractSchemaController.editSchema=\u30B9\u30AD\u30FC\u30DE\u306E\u7DE8\u96C6
@@ -845,8 +919,40 @@ AbstractSchemaController.schemaOf=\u30B9\u30AD\u30FC\u30DE
AbstractSchemaController.syncColumns=\u30AB\u30E9\u30E0\u3092\u540C\u671F
AbstractSchemaController.validationrule.title.warn=\u8B66\u544A
AbstractSchemaController.validationrule.title.confirm=\u78BA\u8A8D
AbstractSchemaController.validationrule.selectBuildInMsg=\u7D44\u307F\u8FBC\u307F\u3092\u9078\u629E\u3059\u308B\u3068\u3001\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u4E0B\u306E\u691C\u8A3C\u30EB\u30FC\u30EB\u304C\u5931\u308F\u308C\u307E\u3059\u3002\u7D9A\u884C\u3057\u307E\u3059\u304B?
AbstractSchemaController.validationrule.selectMetadataMsg=\u4ECA\u9078\u629E\u3057\u305F\u30E1\u30BF\u30C7\u30FC\u30BF\u306B\u306F\u3001\u6700\u65B0\u306E\u691C\u8A3C\u30EB\u30FC\u30EB\u304C\u542B\u307E\u308C\u3066\u3044\u307E\u305B\u3093\u3002 \u3053\u308C\u3092\u9078\u629E\u3059\u308B\u3068\u691C\u8A3C\u30EB\u30FC\u30EB\u304C\u5931\u308F\u308C\u307E\u3059\u3002\u7D9A\u884C\u3057\u307E\u3059\u304B?
AbstractSchemaController.validationrule.cannotApplyValMsg=\u691C\u8A3C\u30EB\u30FC\u30EB\u3092\u9069\u7528\u3067\u304D\u307E\u305B\u3093\u3002\u691C\u8A3C\u30EB\u30FC\u30EB\u306B\u9069\u5408\u3059\u308B\u30B9\u30AD\u30FC\u30DE\u304C\u3042\u308A\u307E\u305B\u3093\u3002
AbstractSchemaController.connectionNotAvaliable=\u63A5\u7D9A\u60C5\u5831\u306B\u8AA4\u308A\u304C\u3042\u308A\u307E\u3059
AbstractSchemaController.inputNotSet=\u5165\u529B\u63A5\u7D9A\u304C\u8A2D\u5B9A\u3055\u308C\u3066\u3044\u307E\u305B\u3093
AbstractBasicComponent.builtIn=\u7D44\u307F\u8FBC\u307F
AbstractBasicComponent.repository=\u30EA\u30DD\u30B8\u30C8\u30EA
Node.notExistedContextName=\u884C{1}\u306E\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u540D{0}\u304C\u30AB\u30E9\u30E0{2}\u5185\u306B\u5B58\u5728\u3057\u307E\u305B\u3093
PerformancePreferencePage.generateLatestVersion=\u30B8\u30E7\u30D6/\u30B8\u30E7\u30D6\u30EC\u30C3\u30C8\u306E\u5BFE\u5FDC\u3059\u308B\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u306E\u6700\u65B0\u30D0\u30FC\u30B8\u30E7\u30F3\u3092\u751F\u6210
ImportExportPreferencePage.rebuildRelationships=\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8\u6642\u306B\u30A2\u30A4\u30C6\u30E0\u306E\u95A2\u4FC2\u3092\u518D\u30D3\u30EB\u30C9\u3057\u307E\u3059\u3002
AbstractMultiPageTalendEditor.readonly=\u8B66\u544A
AbstractMultiPageTalendEditor.readonlyMessage=\u30B8\u30E7\u30D6\u3092\u4FDD\u5B58\u3067\u304D\u307E\u305B\u3093\uFF01\u30B8\u30E7\u30D6\u53C8\u306F\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u306F\u30EA\u30FC\u30C9\u30AA\u30F3\u30EA\u30FC\u3067\u3059\uFF01
MainComposite.JobTypeSection.jobletTypeLabel=\u30B8\u30E7\u30D6\u30EC\u30C3\u30C8\u30BF\u30A4\u30D7
ProcessController.UseDynamicJobSelectionDialog.message=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30D1\u30E9\u30E1\u30FC\u30BF\u30FC\u306F\u3001\u30B8\u30E7\u30D6 {0} \u304B\u3089\u53D6\u5F97\u3055\u308C\u307E\u3059\uFF01
GuessSchemaController.schemaOf=\u30B9\u30AD\u30FC\u30DE
Node.notFormedLoop=\u30B8\u30E7\u30D6\u5185\u306E\u63A5\u7D9A\u3055\u308C\u305F\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u304C\u9589\u30EB\u30FC\u30D7\u3092\u5F62\u6210\u3057\u306A\u3044\u3088\u3046\u306B\u3057\u3066\u4E0B\u3055\u3044\u3002 \u78BA\u8A8D\u3057\u3066\u4E0B\u3055\u3044\u3002
AbstractSchemaController.schema.title={0}\u306E\u30B9\u30AD\u30FC\u30DE
DeploymentComposite.gourpIdLabel=\u30AB\u30B9\u30BF\u30E0\u30B0\u30EB\u30FC\u30D7ID\u3092\u4F7F\u7528
DeploymentComposite.versionLabel=\u30AB\u30B9\u30BF\u30E0\u30D0\u30FC\u30B8\u30E7\u30F3\u3092\u4F7F\u7528
DeploymentComposite.buildTypeLabel=\u30D3\u30EB\u30C9\u30BF\u30A4\u30D7
DeploymentComposite.valueWarning=\u5024\u304C\u7121\u52B9\u3067\u3059\u3002
ComponentRefController.connectionLabel=\u63A5\u7D9A\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8
DeploymentComposite.snapshotLabel=\u30B9\u30CA\u30C3\u30D7\u30B7\u30E7\u30C3\u30C8\u3092\u4F7F\u7528
PerformancePreferencePage.HBaseOrMaprDBScanLimit=HBase/MapR-DB\u30B9\u30AD\u30E3\u30F3\u5236\u9650(\u30B9\u30AD\u30FC\u30DE\u53D6\u5F97\u306E)
PerformancePreferencePage.HBaseOrMaprDBScanLimitTip=\u30BC\u30ED\u306B\u8A2D\u5B9A\u3059\u308B\u3068\u3001\u5236\u9650\u3092\u7121\u52B9\u5316\u3059\u308B\u306E\u3068\u540C\u3058\u306B\u306A\u308A\u307E\u3059\u3002
InstallModuleDialog.text=\u30E2\u30B8\u30E5\u30FC\u30EB
InstallModuleDialog.message=\u30E2\u30B8\u30E5\u30FC\u30EB\u3092\u9078\u629E\u3057\u307E\u3059!
InstallModuleDialog.platfromBtn=\u30D7\u30E9\u30C3\u30C8\u30D5\u30A9\u30FC\u30E0
InstallModuleDialog.repositoryBtn=\u30A2\u30FC\u30C6\u30A3\u30D5\u30A1\u30AF\u30C8\u30EA\u30DD\u30B8\u30C8\u30EA(\u30ED\u30FC\u30AB\u30EBm2/nexus)
InstallModuleDialog.repository.name=\u30D5\u30A1\u30A4\u30EB\u540D
InstallModuleDialog.repository.mvnURI=Maven URI
InstallModuleDialog.repository.name.error=\u6709\u52B9\u306A\u30E2\u30B8\u30E5\u30FC\u30EB\u540D\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044!
InstallModuleDialog.repository.message=jar\u540D\u3092\u5165\u529B\u3057\u3001\u691C\u51FA\u30DC\u30BF\u30F3\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u4E0B\u3055\u3044!
InstallModuleDialog.repository.error=\u3053\u306Ejar\u306F\u30A2\u30FC\u30C6\u30A3\u30D5\u30A1\u30AF\u30C8\u30EA\u30DD\u30B8\u30C8\u30EA\u306B\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3057\u3066\u4E0B\u3055\u3044!
InstallModuleDialog.detectButton.text=\u30E2\u30B8\u30E5\u30FC\u30EB\u306E\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u30B9\u30C6\u30FC\u30BF\u30B9\u3092\u691C\u51FA
InstallModuleDialog.browseFileBtn=\u30E2\u30B8\u30E5\u30FC\u30EB\u30D5\u30A1\u30A4\u30EB\u306E\u53C2\u7167
InstallModuleDialog.browseFile.error=\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3059\u308B\u30D5\u30A1\u30A4\u30EB\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044!

View File

@@ -150,6 +150,7 @@ ResizeNodeCommand.Name=\u91CD\u65B0\u5B9A\u4E49\u7EC4\u4EF6\u5927\u5C0F
DesignerPreferencePage.viewOptions=\u7EC4\u4EF6\u8BBE\u7F6E\u6807\u7B7E\u7684\u5E03\u5C40:
TalendEditorPaletteFactory.CreateNote=\u521b\u5efa\u8282\u70b9
EmfComponent.Perf=\u6027\u80fd
MergeOrderDialog.Order=\u8BA2\u8D2D
DesignerPreferencePage.display.hiddenComponents=\u663E\u793A\u9690\u85CF\u7EC4\u4EF6(\u9700\u8981\u91CD\u65B0\u542F\u52A8)
EParameterName.UseLogs=\u7528\u65E5\u5FD7\u4FE1\u606F(tLogCatcher)
ConnectionSetAsMainRef.lookupLabel=\u8BBE\u7F6E\u4E3A lookup \u8FDE\u63A5
@@ -282,6 +283,7 @@ UpdateDetectionDialog.Items=\u9879\u76EE
CodeView.End=\u7ed3\u675f
ContextParameterPage.defaultValueEmpty=\u5efa\u8bae\u4e0d\u8981\u4f7f\u7528\u7f3a\u7701\u503c\u3002
UpdateDetectionDialog.WarningMessage=\u4E00\u4E9B\u672A\u68C0\u67E5\u7684\u9879\u76EE\u4F1A\u66F4\u6539\u5230built-in\u6A21\u5F0F\u3002
ChangeValuesFromRepository.messageDialog.take=\u91C7\u53D6
NoRepositoryDialog.Title=\u9519\u8BEF
StatsAndLogsComposite.ReloadMessages=\u5F53\u524D\u8BBE\u7F6E\u5C06\u88AB\u8986\u76D6\uFF0C\u4ECD\u8981\u7EE7\u7EED\u5417\uFF1F
EParameterName.propertyType=\u5c5e\u6027\u7c7b\u578b
@@ -300,6 +302,7 @@ AbstractPreferenceComposite.jobAssigned=\u5B50\u5DE5\u4F5C\u5E94\u5206\u914D\u7E
AbstractPreferenceComposite.textContent=\u5E94\u7528\u5B50\u5DE5\u4F5C
AbstractPreferenceComposite.tipContent=\u5E94\u7528\u5B50\u5DE5\u4F5C
AbstractPreferenceComposite.warning=\u8B66\u544A\: {0}
ColumnListController.confirm=\u786E\u5B9A
ColumnListController.saveChange=\u5728{0} schema\u7684\u680F\u4F4D\u5DF2\u88AB\u4FEE\u6539\uFF0C\u60A8\u8981\u4F20\u64AD\u8FD9\u79CD\u6539\u53D8\u5417?
ComboController.alert=\u8B66\u6212
ComboController.nothingGuess=\u6CA1\u6709\u8981\u8BA1\u7B97\u7684\u3002
@@ -322,6 +325,7 @@ DbTableController.setParameter=\u8BF7\u8BBE\u7F6E\u8FDE\u63A5\u53C2\u6570
DbTableController.showTableList=\u663E\u793A\u5F53\u524D\u8FDE\u63A5\u4E0B\u7684\u6240\u6709\u8868
DbTableController.waitingForOpen=\u7B49\u5F85\u6253\u5F00\u6570\u636E\u5E93\u8868\u5BF9\u8BDD\u6846
DesignerCoreService.property=\u5C5E\u6027
DesignerCoreService.propertySource=\u5C5E\u6027\uFF1A\u6765\u6E90
DesignerPreferencePage.DesignerEditorBackgroundColor=\u80CC\u666F\u989C\u8272
DesignerPreferencePage.ReadonlyBackgroundColor=\u53EA\u8BFB\u80CC\u666F\u989C\u8272
DesignerPreferencePage.JobDesignerEditorBackgroundColorLabel=\u4F5C\u4E1A\u8BBE\u8BA1\u7F16\u8F91\u5668\u989C\u8272
@@ -345,6 +349,7 @@ EParameterName.RowSeparator=\u884c\u5206\u9694\u7b26
EParameterName.SubjobColor=\u5B50\u4F5C\u4E1A\u989C\u8272
EParameterName.SubjobTitleColor=\u6807\u9898\u989C\u8272
EParameterName.TracesConnection=\u8FFD\u8E2A\u6B64\u8FDE\u63A5
EParameterName.creation=\u521B\u5EFA
EParameterName.csvOption=CSV \u9009\u9879
EParameterName.encoding=\u7f16\u7801
EParameterName.escapeChar=\u8F6C\u4E49\u7684\u5B57\u7B26
@@ -371,6 +376,7 @@ FilterTraceColumnAction.Condition=\u6761\u4EF6
FilterTraceColumnAction.SelectAll=\u5168\u9009
FilterTraceColumnAction.UnselectAll=\u5168\u90E8\u4E0D\u9009
GEFPasteAction.textWarning=\u8B66\u544A\uFF01
GEFPasteAction.warningMessages=\u4E0D\u80FD\u7C98\u8D34Joblet\u7279\u5B9A\u7EC4\u4EF6(\u8F93\u5165/\u8F93\u51FA)\u3002
GuessSchemaController.connectionError=\u8FDE\u63A5\u9519\u8BEF
GuessSchemaController.connectionFailed=\u8FDE\u63A5\u6570\u636E\u5E93\u5931\u8D25
GuessSchemaController.setParameter=\u8BF7\u8BBE\u7F6E\u8FDE\u63A5\u53C2\u6570
@@ -405,11 +411,13 @@ OpenExistVersionProcessPage.messageCreated=\u5982\u679C\u8FD9\u4E2A\u4F5C\u4E1A\
OpenExistVersionProcessPage.textContent=\u8981\u521B\u5EFA\u65B0\u7248\u672C\u5E76\u6253\u5F00\u5417\uFF1F
OpenJobAction.description=\u5728\u7F16\u8F91\u5668\u4E2D\u6253\u5F00\u4E00\u4E2A\u4F5C\u4E1A
OpenJobAction.tipText=\u6253\u5F00\u4E00\u4E2A\u4F5C\u4E1A
ParallelExecutionAction.talend=Talend
PromptDefaultValueDialog.column=\u5217
PromptDefaultValueDialog.defaultValue=\u7f3a\u7701\u503c
PropertiesTableEditorModel.removeSchema=\u79FB\u9664\u56FE\u89E3
PropertiesWizardPage.Version=\u7248\u672C
PropertiesWizardPage.Version.Major=\u4E3B\u7248\u672C
PropertiesWizardPage.Version.Minor=M
PropertyTypeController.saveToMetadata=\u5C06\u5C5E\u6027\u4FDD\u5B58\u5230\u5143\u6570\u636E
QueryTypeController.alert=\u8B66\u6212
QueryTypeController.nothingToGuess=\u6CA1\u6709\u8981\u8BA1\u7B97\u7684\u3002
@@ -459,6 +467,7 @@ PerformancePreferencePage.RepositoryPreferencePage.RefreshManually=\u624B\u52A8\
PerformancePreferencePage.RepositoryPreferencePage.RefreshSaved=\u4FDD\u5B58\u4E00\u4E2A\u9879\u76EE\u65F6\u5237\u65B0
Node.eachRowNeedLoop=\u6BCF\u4E00\u884C\u7684\u53C2\u6570{0}\u81F3\u5C11\u9700\u8981\u4E00\u4E2A\u503C
ConnectionCreateCommand.inputValid=\u8F93\u5165\u65E0\u6548\u3002
DesignerPreferencePage.actionInJobDesigner=\u5728Job\u8BBE\u8BA1\u4E2D\u4F7F\u7528\u53CD\u952F\u9F7F\u8BBE\u7F6E\u548C\u63D2\u503C
DesignerPreferencePage.compactView=\u7F29\u653E\u89C6\u56FE
DesignerPreferencePage.iconSize24=24 \u50CF\u7D20
DesignerPreferencePage.iconSize32=32 \u50CF\u7D20
@@ -474,17 +483,24 @@ AppearancePreferencePage.textFont=\u5907\u6CE8\u5B57\u4F53
AppearancePreferencePage.groupBySource=\u5728\u4E0A\u4E0B\u6587\u201C\u6839\u636E\u6E90\u5206\u7EC4\u201D
EParameterName.columnIndex=\u5217\u7D22\u5F15
EParameterName.dataSource=\u6570\u636E\u6E90
EParameterName.useMultiSaparators=\u4F7F\u7528\u591A\u4E2A\u5206\u9694\u7B26
EParameterName.multiSaparators=\u5206\u9694\u7B26
EmfComponent.tnsfile=\u4F7F\u7528 tns \u6587\u4EF6
ErrorMessageDialog.property_error=\u9519\u8BEF\u7684\u5C5E\u6027
MergeOrderDialog.ConnectionName=\u8FDE\u63A5\u540D\u79F0
TnsEditorDialog.Service=\u670D\u52A1
TnsEditorDialog.Value=\u53C2\u6570\u503C
EParameterName.jvmArgTitle=\u4F7F\u7528\u6307\u5B9A\u7684JVM\u53C2\u6570
EParameterName.service_name=\u672C\u5730\u670D\u52A1\u540D
EParameterName.KeepCDCDatasTitle=\u5728CDC\u8868\u4E2D\u4FDD\u5B58\u6570\u636E
MessageMemoController.Message=\u6D88\u606F
DocumentationPreferencePage.userDocLogo=\u7528\u6237\u6587\u6863\u56FE\u6807
DocumentationPreferencePage.companyName=\u516C\u53F8\u540D\u79F0\uFF1A
EParameterName.FunName=\u51FD\u6570\u540D
I18nPreferencePage.importBabili=\u4ECEBabili\u5BFC\u5165\u7FFB\u8BD1
I18nPreferencePage.restart=\u91CD\u542F
I18nPreferencePage.restartButton=\u91CD\u542F\u540E\u751F\u6548\u3002
ShowBreakpointAction.ShowBreakpoint=\u663E\u793A\u65AD\u70B9\u8BBE\u7F6E
EParameterName.IDocName=IDoc \u540D
EParameterName.jdbcURL=JDBC URL
EParameterName.driverJar=\u9A71\u52A8 JAR
@@ -493,47 +509,141 @@ EParameterName.mappingFile=\u6620\u5C04\u6587\u4EF6
SetupProcessDependenciesRoutinesDialog.systemRoutineLabel=\u7cfb\u7edf\u4e8b\u52a1
SetupProcessDependenciesRoutinesDialog.userRoutineLabel=\u7528\u6237\u4e8b\u52a1
AbstractMultiPageTalendEditor_pleaseWait=\u4FDD\u5B58\u4E2D\uFF0C\u8BF7\u7B49\u5F85......
DocumentationPreferencePage.use_css_template=\u5BFC\u51FA\u5230HTML\u65F6\uFF0C\u4F7F\u7528CSS\u6587\u4EF6\u4F5C\u4E3A\u6A21\u677F
DocumentationPreferencePage.css_file=CSS \u6587\u4EF6
DocumentationPreferencePage.must_css_file=\u5FC5\u987B\u662F\u4E00\u4E2Acss\u6587\u4EF6
DocumentationPreferencePage.must_existing_value=\u5FC5\u987B\u662F\u5DF2\u5B58\u5728\u7684\u6587\u4EF6\n
WSDL2JAVAController.WSDLEquals=WSDL\u4E0D\u80FD\u7B49\u4E8E "";
BringForwardAction_bring_forward=\u5411\u524D
BringToFrontAction_bring_to_front=\u7F6E\u4E8E\u9876\u5C42
Processor.configureJava=Java\u62e6\u622a\u5668\u6ca1\u6709\u914d\u7f6e
Processor.configurePerl=Perl\u62e6\u622a\u5668\u6ca1\u6709\u914d\u7f6e
Processor.execFailed=\u4f5c\u4e1a\u6267\u884c\u5931\u8d25
Processor.generationFailed=\u751f\u6210\u4ee3\u7801\u5931\u8d25
Processor.perlModuleNotFound=\u6ca1\u6709\u53d1\u73b0Perl\u6a21\u5757\u63d2\u4ef6
CreateProcess.createRoutes=\u521B\u5EFA\u8DEF\u7531
EParameterName.routeType=\u7C7B\u578B
EParameterName.Context.Job=\u4E0A\u4E0B\u6587\u5DE5\u4F5C
CamelPerformancePreferencePage.display.deactiveRepositoryUpdate=\u89E3\u9664\u4FEE\u6539\u5E93\u540E\u7684\u81EA\u52A8\u5220\u9664/\u66F4\u65B0
CamelPerformancePreferencePage.propertyCodeCheck=\u7528\u4ea7\u751f\u7684\u4ee3\u7801\u68c0\u67e5\u533a\u57df\u7684\u5c5e\u6027\uff08\u8fd9\u4e0d\u80fd\u662f\u63a7\u4ef6\u5c5e\u6027\u66f4\u5feb\uff09
CamelPerformancePreferencePage.generateCode=\u6253\u5F00\u8DEF\u7EBF\u65F6\u751F\u6210\u4EE3\u7801
CamelPerformancePreferencePage.checkVersion=\u66F4\u65B0\u8DEF\u5F84\u65F6\u53EA\u68C0\u67E5\u6700\u540E\u4E00\u4E2A\u7248\u672C
CamelPerformancePreferencePage.addOrDeleteVariable=\u5C06\u6DFB\u52A0/\u5220\u9664\u4F20\u9012\u5230\u5E93\u4E0A\u4E0B\u6587\u4E2D
ImportRulesFromRepository.dialog=\u5bfc\u5165
GenerateGrammarController.export=\u5BFC\u51FA
GenerateGrammarController.import=\u5bfc\u5165
GenerateGrammarController.prompt=\u751F\u6210Jar\u5305\u5931\u8D25
ExchangePreferencePage.signInExchangeTitle=\u767B\u5165
ExchangePreferencePage.signOutExchangeTitle=\u767B\u51FA
ExchangePreferencePage.checkTisLogonExchangeTitle=\u5728\u767B\u9646\u65F6\u4E0D\u8981\u8BE2\u95EE\u6211\u662F\u5426\u8FDE\u63A5\u5230TalendForge
ExchangePreferencePage.exchangeCheckUpdatesTitle=\u66F4\u65B0\u7684\u6269\u5C55\u63D2\u4EF6\u53EF\u7528\u65F6\uFF0C\u901A\u77E5\u6211\u3002
ExchangePreferencePage.currentUserTitle=\u5F53\u524D\u7528\u6237:
OoziePreferencePage.userName=\u7528\u6237\u540D
OoziePreferencePage.path=\u8DEF\u5F84
OpenExistVersionProcessWizard.windowTitle=\u4F5C\u4E1A\u7248\u672C
AbstractMultiPageTalendEditor.canNotSaveTitle=\u8B66\u544A
AbstractMultiPageTalendEditor.canNotSaveMessage=\u4F5C\u4E1A\u672A\u88AB\u7528\u6237\u9501\u5B9A,\u65E0\u6CD5\u4FDD\u5B58
ConnectionSetAsMainRef.ConnectionModifyError=\u542F\u52A8\u7EC4\u4EF6\u5177\u6709\u5B50\u8FDE\u63A5\u65F6,\u65E0\u6CD5\u4FEE\u6539\u8FDE\u63A5
ConnectionSetAsMainRef.ERROR=\u9519\u8BEF
ModifyMergeOrderAction.ConnectionModifyError=\u542F\u52A8\u7EC4\u4EF6\u5177\u6709\u5B50\u8FDE\u63A5\u65F6,\u65E0\u6CD5\u4FEE\u6539\u8FDE\u63A5
ModifyMergeOrderAction.ERROE=\u9519\u8BEF
ConnectionDeleteCommand.COLLAPSE=\u8B66\u544A
DbTableController.dialog.title=\u9519\u8BEF
DbTableController.dialog.contents.fetchTableFailed=\u8868\u4E0D\u80FD\u6210\u529F\u83B7\u53D6\uFF01\u66F4\u591A\u8BE6\u7EC6\u4FE1\u606F\uFF0C\u8BF7\u68C0\u67E5\u9519\u8BEF\u65E5\u5FD7\u3002
AbstractMultiPageTalendEditor.canNotSaveMessage.routine=\u4F8B\u7A0B\u672A\u88AB\u7528\u6237\u9501\u5B9A,\u65E0\u6CD5\u4FDD\u5B58\u3002
EOozieParameterName.hadoopAppPath=HDFS \u8DEF\u5F84
EOozieParameterName.jobId=\u4F5C\u4E1A\u6807\u8BC6\u7B26
PropertiesContextAction.parallelization=\u8BBE\u7F6E\u5E76\u53D1\u6267\u884C
Connection.paral_partitioner=\u5206\u533A\u7684\u884C
Connection.paral_none=\u6CA1\u6709
ProcessUpdateManager.Question=\u95EE\u9898
PropertiesContextAction.disableParallelization=\u7981\u7528\u5E76\u53D1\u6267\u884C
OpenExistVersionProcessWizard.windowTitle1=\u8F93\u5165\u4E00\u4E2A\u5176\u5B83\u7684\u7248\u672C
OpenExistVersionProcess.open.title1=\u9009\u62E9\u6253\u5F00\u4E00\u4E2A\u7248\u672C
OpenExistVersionProcessPage.messageCreated1=\u5982\u679C\u6B64\u9879\u76EE\u88AB\u5176\u4ED6\u7528\u6237\u9501\u5B9A\uFF0C\u5219\u65E0\u6CD5\u4E3A\u5176\u521B\u5EFA\u65B0\u7248\u672C\u3002
CodeView.initMessage=\u751F\u6210\u5F15\u64CE\u521D\u59CB\u5316\u8FDB\u884C\u4E2D...
ColorsCodeViewerPreferencePage.Comment1Color=\u8BC4\u8BBA1\u989C\u8272
ColorsCodeViewerPreferencePage.Comment2Color=\u8BC4\u8BBA2\u989C\u8272
ColorsCodeViewerPreferencePage.DigitColor=\u6570\u5B57\u989C\u8272
ColorsCodeViewerPreferencePage.FunctionColor=\u65B9\u6CD5\u989C\u8272
ColorsCodeViewerPreferencePage.InvalidColor=\u65E0\u6548\u7684\u989C\u8272
ColorsCodeViewerPreferencePage.LabelColor=\u6807\u7B7E\u989C\u8272
ColorsCodeViewerPreferencePage.Literal1Color=Literal1\u989C\u8272
ColorsCodeViewerPreferencePage.Literal2Color=Literal2\u989C\u8272
ColorsCodeViewerPreferencePage.MarkupColor=\u6807\u8BB0\u989C\u8272
ColorsCodeViewerPreferencePage.OperatorColor=\u8FD0\u7B97\u7B26\u989C\u8272
ColorsCodeViewerPreferencePage.defaultColor=\u9ED8\u8BA4\u989C\u8272
ColorsCodeViewerPreferencePage.fieldTip=\u7C97\u4F53
ColorsCodeViewerPreferencePage.keyword1Color=\u5173\u952E\u8BCD1\u989C\u8272
ColorsCodeViewerPreferencePage.keyword2Color=\u5173\u952E\u8BCD2\u989C\u8272
ColorsCodeViewerPreferencePage.keyword3Color=\u5173\u952E\u8BCD3\u989C\u8272
MetadataTypeLengthConstants.FIELD_DEFAULT_TYPE=\u9ED8\u8BA4\u7C7B\u578B
MetadataTypeLengthConstants.FIELD_DEFAULT_LENGTH=\u9ED8\u8BA4\u957F\u5EA6
MetadataTypeLengthConstants.VALUE_DEFAULT_TYPE=\u9ED8\u8BA4\u7C7B\u578B
MetadataTypeLengthConstants.VALUE_DEFAULT_LENGTH=\u9ED8\u8BA4\u957F\u5EA6
MetadataTypeLengthConstants.BOOLEAN_LENGTH=\u5E03\u5C14\u503C
MetadataTypeLengthConstants.INTEGER_LENGTH=\u6574\u6570\u578B
MetadataTypeLengthConstants.OBJECT_LENGTH=\u5BF9\u8C61
MetadataTypeLengthConstants.DATE_LENGHT=\u65E5\u671F
MetadataTypeLengthConstants.DOUBLE_LENGTH=\u53CC\u7CBE\u5EA6\u578B
MetadataTypeLengthConstants.STRING_LENGTH=\u5B57\u7B26\u4E32
MetadataTypeLengthConstants.LIST_LENGTH=\u5217\u8868
ContextParameterProposal.Description=\u63CF\u8FF0\uFF1A{0}
ContextParameterProposal.NoCommentAvaiable=\u6CA1\u6709\u8BC4\u8BBA\u53EF\u7528
RoutinesFunctionProposal.User=User
GlobalVariableProposal.Description=\u63CF\u8FF0\uFF1A {0}
GlobalVariableProposal.VariableName=\n\n\u53D8\u91CF\u540D\uFF1A{1}
ActivateSubjobAction.ActivateCompleteRoute=\u6FC0\u6D3B\u5168\u90E8\u7EBF\u8DEF
ActivateSubjobAction.DeactivateCompleteRoute=\u7981\u7528\u6574\u4E2A\u8DEF\u7EBF\u6D41
MissingSettingsMultiThreadDynamicComposite.installName=\u5B89\u88C5
DesignerPreferencePage.MRColorGroup=\u7528\u6237\u540D\u9ED8\u8BA4\u989C\u8272
PaserRuleSelectionDialog.RULE_NAME=\u89C4\u5219\u540D\u79F0
DesignerPreferencePage.notShowWarningDialog=\u5F53\u5728\u4E00\u4E2Ajoblet\u4E2D\u5220\u9664\u8FDE\u63A5\u5230\u89E6\u53D1\u5668\u8F93\u5165/\u8F93\u51FA\u7EC4\u4EF6\u7684\u94FE\u63A5\u65F6\uFF0C\u4E0D\u8981\u663E\u793A\u8B66\u544A\u3002
GEFDeleteAction.deleteConnectionDialog.title=\u8B66\u544A
GEFDeleteAction.deleteConnectionDialog.msg=\u5220\u9664\u8BE5\u94FE\u63A5\u5E76\u4E0D\u4F1A\u81EA\u52A8\u66F4\u65B0\u4F7F\u7528joblet\u7684\u4F5C\u4E1A\u3002\u7EE7\u7EED\u5417?
GEFDeleteAction.deleteConnectionDialog.toggleMsg=\u4E0D\u8981\u518D\u663E\u793A\u6B64\u5BF9\u8BDD\u6846\u3002
FocusOnJobAction.FocusOnTypeAction_description=\u5C06\u7C7B\u578B\u5C42\u6B21\u7ED3\u6784\u96C6\u4E2D\u5728\u4E00\u4E2A\u65B0\u7C7B\u578B\u4E0A
FocusOnJobAction.FocusOnTypeAction_tooltip=\u5C06\u7C7B\u578B\u5C42\u6B21\u7ED3\u6784\u96C6\u4E2D\u5728\u4E00\u4E2A\u65B0\u7C7B\u578B\u4E0A
FocusOnJobAction.TypeHierarchyViewPart_layout_submenu=&\u5E03\u5C40
WorkbenchMessages.SelectionDialog_selectLabel=&\u9009\u62E9\u5168\u90E8
WorkbenchMessages.SelectionDialog_deselectLabel=&\u53CD\u9009\u5168\u90E8
NodePart_warning=\u8B66\u544A
DesignerPreferencePage.lineStyle=\u5728Job\u8BBE\u8BA1\u4E2D\u4F7F\u7528\u66F2\u7EBF
DesignerPreferencePage.JobletGroupColorLabel=Joblet\u7EC4\u989C\u8272
CreateProcess.action.createStandardJob=\u521B\u5EFA\u6807\u51C6\u4F5C\u4E1A
MainComposite.NameSection.Name=\u540D\u79F0
MainComposite.VersionAuthorSection.authorLabel=\u4F5C\u8005
MainComposite.VersionAuthorSection.versionLabel=\u7248\u672C
MainComposite.JobTypeSection.jobTypeLabel=\u4EFB\u52A1\u7C7B\u578B
MainComposite.JobFrameworkSection.jobFrameworkLabel=\u6846\u67B6
MainComposite.PurposeStatusSection.statusLabel=\u72B6\u6001
MainComposite.DescriptionSection.Label=\u63CF\u8FF0
MainComposite.DateSection.creationLabel=\u521B\u5EFA
DesignerPreferencePage.duplicateTestCases=\u5F53\u505A\u91CD\u590D\u5DE5\u4F5C\u65F6\u91CD\u590D\u6D4B\u8BD5
EOozieParameterName.hadoopDistribution=Hadoop \u53D1\u884C\u7248
EOozieParameterName.hadoopVersion=Hadoop version
EOozieParameterName.userName=\u7528\u6237\u540D
EOozieParameterName.group=\u7EC4
EOozieParameterName.useKeytab=\u4F7F\u7528keytab\u8FDB\u884C\u8EAB\u4EFD\u9A8C\u8BC1
Node.checkSparkMLComponentVersion14=\u8BE5\u7EC4\u4EF6\u9700\u8981Spark 1.4\u6216\u66F4\u9AD8\u7248\u672C\u3002
Node.checkSparkMLComponentVersion15=\u8BE5\u7EC4\u4EF6\u9700\u8981Spark 1.5\u6216\u66F4\u9AD8\u7248\u672C\u3002
AbstractSchemaController.copyChildSchema=\u590D\u5236\u5B50\u4F5C\u4E1A\u6A21\u5F0F
AbstractSchemaController.editSchema=\u7F16\u8F91\u67B6\u6784
AbstractSchemaController.resetButton.tooltip=\u8FD9\u5C06\u81EA\u52A8\u63D0\u53D6\u524D\u4E00\u4E2A\u7EC4\u4EF6\u7684\u5217
AbstractSchemaController.schemaOf=\u6A21\u5F0F
AbstractSchemaController.syncColumns=\u540C\u6B65\u5217
AbstractSchemaController.validationrule.title.warn=\u8B66\u544A
AbstractSchemaController.validationrule.title.confirm=\u786E\u5B9A
AbstractSchemaController.validationrule.selectBuildInMsg=\u5982\u679C\u4F60\u9009\u62E9\u7684\u5185\u7F6E\u5185\u7F6E\u7EC4\u4EF6\u4E0B\u7684\u9A8C\u8BC1\u89C4\u5219\u4F1A\u4E22\u5931\uFF0C\u662F\u5426\u5C06\u7EE7\u7EED\uFF1F
AbstractSchemaController.connectionNotAvaliable=\u672A\u8BBE\u7F6E\u8FDE\u63A5\u6216\u8FDE\u63A5\u8BBE\u7F6E\u4E0D\u5B8C\u6574
AbstractSchemaController.inputNotSet=\u8F93\u5165\u8FDE\u63A5\u672A\u8BBE\u7F6E
AbstractBasicComponent.builtIn=\u5185\u7F6E
AbstractBasicComponent.repository=\u4ED3\u5E93
AbstractMultiPageTalendEditor.readonly=\u8B66\u544A
AbstractMultiPageTalendEditor.readonlyMessage=\u4E0D\u80FD\u4FDD\u5B58\u4EFB\u52A1\uFF01\u5F53\u524D\u4EFB\u52A1\u6216\u9879\u76EE\u53EA\u8BFB\uFF01
GuessSchemaController.schemaOf=\u6A21\u5F0F
AbstractSchemaController.schema.title={0}\u7684\u6A21\u5F0F
DeploymentComposite.gourpIdLabel=\u4F7F\u7528\u81EA\u5B9A\u4E49Group ID
DeploymentComposite.versionLabel=\u4F7F\u7528\u81EA\u5B9A\u4E49\u7248\u672C
DeploymentComposite.valueWarning=\u503C\u65E0\u6548
ComponentRefController.connectionLabel=\u8FDE\u63A5\u7EC4\u4EF6

View File

@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl Fragment
Bundle-SymbolicName: org.talend.designer.dbmap.nl
Bundle-Version: 6.4.0.qualifier
Bundle-Version: 6.5.2.qualifier
Fragment-Host: org.talend.designer.dbmap

View File

@@ -0,0 +1 @@
providerName=www.example.org

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.4.0</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.dbmap.nl</artifactId>

View File

@@ -126,5 +126,8 @@ HTMLDocGenerator.type=Type
HTMLDocGenerator.type=Type
HTMLDocGenerator.value=Valeur
HTMLDocGenerator.values=Valeurs
HTMLDocGenerator.version=Version
OutputDataMapTableView.columnTitle.AdditionalWhereClauses=Clauses WHERE supplémentaires :
OutputDataMapTableView.columnTitle.AdditionalOtherClauses=Autres clauses supplémentaires (GROUP/ORDER BY...) :
OutputDataMapTableView.columnTitle.AdditionalOtherClauses.oracle=Autres clauses supplémentaires (GROUP BY...) :
DataMapTableView.buttonTooltip.menu.addWhereClauses=Ajouter une clause WHERE

View File

@@ -146,5 +146,8 @@ HTMLDocGenerator.unique_name=\u30E6\u30CB\u30FC\u30AF\u306A\u540D\u524D
HTMLDocGenerator.value=\u5024
HTMLDocGenerator.values=\u5024
HTMLDocGenerator.version=\u30D0\u30FC\u30B8\u30E7\u30F3
OutputDataMapTableView.columnTitle.AdditionalWhereClauses=\u8FFD\u52A0\u306EWHERE\u53E5:
OutputDataMapTableView.columnTitle.AdditionalOtherClauses=\u4ED6\u306E\u8FFD\u52A0\u53E5(GROUP/ORDER BY...) :
OutputDataMapTableView.columnTitle.AdditionalOtherClauses.oracle=\u4ED6\u306E\u8FFD\u52A0\u53E5(GROUP BY...) :
DataMapTableView.buttonTooltip.menu.addWhereClauses=WHERE\u53E5\u3092\u8FFD\u52A0
DataMapTableView.buttonTooltip.menu.addOtherClauses=\u4ED6\u306ESQL\u53E5\uFF08GROUP\u7B49\uFF09\u3092\u8FFD\u52A0

View File

@@ -9,6 +9,7 @@ VarsTable.baseNameCannotNull=baseName \u4E0D\u80FD\u4E3A\u7A7A
UIManager.tableNameIsNotValid=\u8FDE\u63A5/\u8868\u7684\u540D\u5B57\u65E0\u6548\u6216\u5DF2\u5B58\u5728\u3002
EntryContentProposal.expressionKey=\u8868\u8FBE\u5F0F\u952E\u7801 :
ToolbarInputZone.moveupTooltip=\u4E0A\u79FB\u9009\u62E9\u7684\u8F93\u5165\u68C0\u67E5\u8868\u683C
VarsTable.columnNameTip=\u5217\u540D'
EntryContentProposal.default=\u786E\u7701 :
EntryContentProposal.metadataColumn=\u5143\u6570\u636E\u5217
EntryContentProposal.onlyAvailable=\uFF08\u4EC5\u66F4\u65B0\u548C\u5220\u9664\u65F6\u53EF\u7528\uFF09
@@ -17,6 +18,7 @@ EntryContentProposal.precision=\u7CBE\u5EA6 :
ToolbarOutputZone.widgetTooltip.addOutputTable=\u6DFB\u52A0\u8F93\u51FA\u8868\u683C
ToolbarOutputZone.widgetText.autoMap=\u81EA\u52A8\u6620\u5C04\uFF01
EntryContentProposal.properties=\u5C5E\u6027 :
VarsTable.existTip= \n' \u5DF2\u5B58\u5728\u3002
InputDataMapTableView.Operator=\u64cd\u4f5c
AliasDialog.SelectTableToUse=\u9009\u62E9\u8868\u4F7F\u7528:
TabFolderEditors.schemaEditor=\u56FE\u89E3\u7F16\u8F91\u5668
@@ -59,23 +61,32 @@ DataMapTableView.buttonTooltip.minimize=\u6700\u5C0F\u5316
EntryContentProposal.column=\u5217 :
ToolbarInputZone.restoreTooltip=\u6062\u590D\u6240\u6709\u8F93\u5165\u8868\u683C
InputDataMapTableView.columnTitle.Operator=\u64cd\u4f5c
VarsTable.invalidTip='\u662F\u65E0\u6548\u7684
UIManager.3= \u4E0D\u5B58\u5728\uFF01
UIManager.2=\u533A\u57DF
DbMapComponent.unknowValue=\u5143\u7D20\u7684\u53C2\u6570\u540D\u672A\u77E5
UIManager.nameExistOrNull=\u540D\u79F0\u5DF2\u5B58\u5728\u6216\u4E3A\u7A7A\u3002
AliasDialog.inputValid=\u8F93\u5165\u65E0\u6548\u3002
DbGenerationManager.conditionNotSet=\u8FDE\u63A5\u6761\u4EF6\u672A\u8BBE\u7F6E
DbGenerationManager.InputExpSetMessage=\u8868\u8FBE\u5F0F\u8F93\u5165\u9879 '{0}' \u672A\u8BBE\u7F6E
DbGenerationManager.InputOperationSetMessage=\u8FD0\u7B97\u7B26\u8F93\u5165\u9879 '{0}' \u672A\u8BBE\u7F6E
DbGenerationManager.OuputExpSetMessage=\u8868\u8FBE\u5F0F\u8F93\u51FA\u9879 '{0}' \u672A\u8BBE\u7F6E
HTMLDocGenerator.author=\u4F5C\u8005
HTMLDocGenerator.author1=\u4F5C\u8005
HTMLDocGenerator.column=\u5217
HTMLDocGenerator.comment=\u5217\u6CE8\u91CA
HTMLDocGenerator.component=\u7EC4\u4EF6:
HTMLDocGenerator.component_list=\u7ec4\u4ef6\u5217\u8868
HTMLDocGenerator.component_name=\u7ec4\u4ef6\u540d
HTMLDocGenerator.content=\u5185\u5BB9
HTMLDocGenerator.context=\u4e0a\u4e0b\u6587\uff1a
HTMLDocGenerator.creation=\u521B\u5EFA
HTMLDocGenerator.description=\u5FC5\u8981\u7684
HTMLDocGenerator.job_description=\u5FC5\u8981\u7684
HTMLDocGenerator.job_settings=\u8BBE\u7F6E
HTMLDocGenerator.key=\u5173\u952E\u5B57
HTMLDocGenerator.label=\u6807\u7B7E
HTMLDocGenerator.language=\u8BED\u8A00
HTMLDocGenerator.length=\u957F\u5EA6
HTMLDocGenerator.mapper.alias=\u522B\u79F0
HTMLDocGenerator.mapper.expression=\u8868\u8FBE\u5F0F
@@ -88,10 +99,14 @@ HTMLDocGenerator.precision=\u7CBE\u5EA6
HTMLDocGenerator.project_description=\u5de5\u7a0b\u63cf\u8ff0
HTMLDocGenerator.project_name=\u5de5\u7a0b\u540d
HTMLDocGenerator.prompt=\u63D0\u793A
HTMLDocGenerator.properties=\u5C5E\u6027
HTMLDocGenerator.row_default=\u65e0
HTMLDocGenerator.row_functions=\u51FD\u6570
HTMLDocGenerator.row_parameters=\u53C2\u6570
HTMLDocGenerator.source=\u6765\u6E90
HTMLDocGenerator.status=\u72B6\u6001
HTMLDocGenerator.type=\u7C7B\u578B
HTMLDocGenerator.unique_name=\u552f\u4e00\u540d\u5b57
HTMLDocGenerator.value=\u503c
HTMLDocGenerator.values=\u503C
HTMLDocGenerator.version=\u7248\u672C

View File

@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl
Bundle-SymbolicName: org.talend.designer.documentation.nl
Bundle-Version: 6.4.0.qualifier
Bundle-Version: 6.5.2.qualifier
Fragment-Host: org.talend.designer.documentation

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.4.0</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.documentation.nl</artifactId>

View File

@@ -3,22 +3,35 @@ HTMLDocGenerator_Author=\u4F5C\u8005
HTMLDocGenerator_Author=\u4F5C\u8005
HTMLDocGenerator_Column=\u5217
HTMLDocGenerator_Comment=\u5217\u6CE8\u91CA
HTMLDocGenerator_Component=\u7EC4\u4EF6
HTMLDocGenerator_Component_List=\u7ec4\u4ef6\u5217\u8868
HTMLDocGenerator_Component_Name=\u7ec4\u4ef6\u540d
HTMLDocGenerator_content=\u5185\u5BB9
HTMLDocGenerator_Context=\u7EC4\u4EF6
HTMLDocGenerator_Creation=\u521B\u5EFA
HTMLDocGenerator_Description=\u5FC5\u8981\u7684
HTMLDocGenerator_Key=\u5173\u952E\u5B57
HTMLDocGenerator_LABEL=\u6807\u7B7E
HTMLDocGenerator_Language=\u8BED\u8A00
HTMLDocGenerator_Length=\u957F\u5EA6
HTMLDocGenerator_Logs=\u65E5\u5FD7
HTMLDocGenerator_Modification=\u4fee\u6539
HTMLDocGenerator_Name=\u4f5c\u4e1a\u540d
HTMLDocGenerator_Nullable=\u53EF\u4E3A\u7A7A
HTMLDocGenerator_Project_Description=\u5de5\u7a0b\u63cf\u8ff0
HTMLDocGenerator_Project_Name=\u5de5\u7a0b\u540d
HTMLDocGenerator_Prompt=\u63D0\u793A
HTMLDocGenerator_Properties=\u5C5E\u6027
HTMLDocGenerator_Settings=\u8BBE\u7F6E
HTMLDocGenerator_Source=\u6765\u6E90
HTMLDocGenerator_Status=\u72B6\u6001
HTMLDocGenerator_Type=\u7C7B\u578B
HTMLDocGenerator_UNIQUE_NAME=\u552f\u4e00\u540d\u5b57
HTMLDocGenerator_Value=\u503c
HTMLDocGenerator_Values=\u503C
HTMLDocGenerator_Version=\u7248\u672C
HTMLDocGenerator_Route_Manifest_Type=\u7C7B\u578B
HTMLDocGenerator_Route_Manifest_Value=\u503C
HTMLDocGenerator_Route_Resource_Name=\u540D\u79F0
HTMLDocGenerator_Route_Resource_Version=\u7248\u672C
HTMLDocGenerator_Route_Resource_Path=\u8DEF\u5F84

View File

@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl Fragment
Bundle-SymbolicName: org.talend.designer.fileoutputxml.nl
Bundle-Version: 6.4.0.qualifier
Bundle-Version: 6.5.2.qualifier
Fragment-Host: org.talend.designer.fileoutputxml

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.4.0</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.fileoutputxml.nl</artifactId>

View File

@@ -14,7 +14,9 @@ Schema2XMLDragAndDropHandler.IsRootWarning=\u4E3A\u6839\u8282\u70B9\uFF0C\u4E0D\
FOXUI.NoLoop=\u7F3A\u5C11\u5FAA\u73AF\u5143\u7D20
FooterComposite.1=\u53D6\u6D88
FooterComposite.0=\u786E\u5B9A
FooterComposite.AutoMapTip=\u5C06\u81EA\u52A8\u6620\u5C04\u5230XML\u6811(\u4EC5\u4E3A\u7A7A\u5217\u8282\u70B9)
FOXUI.22=\u6DFB\u52A0\u547D\u540D\u7A7A\u95F4
FOXUI.21=XML\u6807\u7B7E\u7684\u65E0\u6548\u5B57\u7B26\u4E32\u3002\u6807\u7B7E\u672A\u66F4\u6539
FOXUI.20=Schema\u5217\u8868
DragAndDrogDialog.AddText=\u6DFB\u52A0\u94FE\u63A5\u5230\u76EE\u6807\u8282\u70B9
FOXTargetTreeViewerProvider.3=\u7EC4
@@ -43,5 +45,8 @@ FOXMain.noInputLink=\u8BE5\u7EC4\u4EF6\u81F3\u5C11\u9700\u8981\u4E00\u4E2A\u8F93
FOXUI.NoLoopOfAdvance=\u81F3\u5C11\u9700\u8981\u8BBE\u7F6E\u5FAA\u73AF\u548C\u7EC4
FooterComposite.RootElementError.Title=\u9519\u8BEF
FooterComposite.RootElementError.Message=XML\u6811\u7684\u6839\u5143\u7D20\u5FC5\u987B\u76F8\u540C
FixValueAction.1=\u8F93\u5165\u56FA\u5B9A\u503C
FixValueAction.2=\u8F93\u5165\u9ED8\u8BA4\u503C\u7684\u6709\u6548\u6807\u7B7E
FOXUI.41=\u7ED9\u5B9A\u6570\u503C
FOXUI.4=\u7f3a\u7701\u503c
NameSpaceDialog.prefix=\u524D\u7F00

View File

@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl Fragment
Bundle-SymbolicName: org.talend.designer.gefabstractmap.nl
Bundle-Version: 6.4.0.qualifier
Bundle-Version: 6.5.2.qualifier
Fragment-Host: org.talend.designer.gefabstractmap

View File

@@ -0,0 +1 @@
providerName=www.example.org

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.4.0</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.gefabstractmap.nl</artifactId>

View File

@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl
Bundle-SymbolicName: org.talend.designer.hl7.nl
Bundle-Version: 6.4.0.qualifier
Bundle-Version: 6.5.2.qualifier
Fragment-Host: org.talend.designer.hl7

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.4.0</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.hl7.nl</artifactId>

View File

@@ -4,3 +4,4 @@ FooterComposite.AutoMap=Auto map !
FooterComposite.AutoMapTip=Mapper automatiquement le schéma à la structure XML (noeud de colonne vide seulement)
FooterComposite.RootElementError.Title=ERROR
FooterComposite.RootElementError.Message=Les éléments racine de l'arbre XML doivent être les mêmes.
SetRepetableAction_setAsRepeatable=Définir en tant qu'élément répétable

View File

@@ -4,3 +4,5 @@ FooterComposite.AutoMap=\u81EA\u52D5\u30DE\u30C3\u30D7\!
FooterComposite.AutoMapTip=\u30B9\u30AD\u30FC\u30DE\u3092XML\u30C4\u30EA\u30FC\u306B\u81EA\u52D5\u30DE\u30C3\u30D4\u30F3\u30B0\uFF08\u7A7A\u306E\u30AB\u30E9\u30E0\u30CE\u30FC\u30C9\u306B\u306E\u307F\u9069\u7528\uFF09
FooterComposite.RootElementError.Title=\u30A8\u30E9\u30FC
FooterComposite.RootElementError.Message=XML\u30C4\u30EA\u30FC\u306E\u30EB\u30FC\u30C8\u30A8\u30EC\u30E1\u30F3\u30C8\u306F\u540C\u3058\u3067\u306A\u3051\u308C\u3070\u306A\u308A\u307E\u305B\u3093\u3002
SetRepetableAction_removeRepeatable=\u7E70\u308A\u8FD4\u3057\u53EF\u80FD\u306E\u524A\u9664
SetRepetableAction_setAsRepeatable=\u7E70\u308A\u8FD4\u3057\u53EF\u80FD\u306A\u30A8\u30EC\u30E1\u30F3\u30C8\u3068\u3057\u3066\u8A2D\u5B9A

View File

@@ -1,5 +1,6 @@
FooterComposite.0=\u786E\u5B9A
FooterComposite.1=\u53D6\u6D88
FooterComposite.AutoMap=\u81EA\u52A8\u6620\u5C04\uFF01
FooterComposite.AutoMapTip=\u5C06\u81EA\u52A8\u6A21\u5F0F\u6620\u5C04\u5230XML\u6811(\u4EC5\u4E3A\u7A7A\u5217\u8282\u70B9)
FooterComposite.RootElementError.Title=\u9519\u8BEF
FooterComposite.RootElementError.Message=XML\u6811\u7684\u6839\u5143\u7D20\u5FC5\u987B\u76F8\u540C

View File

@@ -2,6 +2,6 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mapper component Plug-in Nl Fragment
Bundle-SymbolicName: org.talend.designer.mapper.nl
Bundle-Version: 6.4.0.qualifier
Bundle-Version: 6.5.2.qualifier
Fragment-Host: org.talend.designer.mapper
Bundle-Vendor: .Talend SA.

View File

@@ -0,0 +1 @@
providerName=www.example.org

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.4.0</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.mapper.nl</artifactId>

View File

@@ -186,3 +186,4 @@ PropertySetDialog.Button.enable=Enable Auto-Conversion of types
InputDataMapTableView.baseNameCannotNull=Base name can't be null
DataMapTableView.buttonTooltip.ExpressionFilter=Enable/disable expression filter
DataMapTableView.buttonTooltip.ColumnNameFilter=Enable/disable column name filter
DataMapTableView.menu.applyRoutine=Apply Routine

View File

@@ -164,3 +164,4 @@ HTMLDocGenerator.values=Valeurs
HTMLDocGenerator.version=Version
EntryContentProposal.columnTitle.Expr=Expr.
PropertySetDialog.Button.enable=Activer la conversion auto des types
DataMapTableView.menu.applyRoutine=Appliquer la routine

View File

@@ -182,3 +182,8 @@ HTMLDocGenerator.values=\u5024
HTMLDocGenerator.version=\u30D0\u30FC\u30B8\u30E7\u30F3
EntryContentProposal.columnTitle.Expr=\u5F0F\uFF1A
EntryContentProposal.columnTitle.globalMapKey=\u30B0\u30ED\u30FC\u30D0\u30EB\u30DE\u30C3\u30D7\u30AD\u30FC
PropertySetDialog.Button.enable=\u81EA\u52D5\u30C7\u30FC\u30BF\u578B\u5909\u63DB\u3092\u6709\u52B9\u5316
InputDataMapTableView.baseNameCannotNull=\u30D9\u30FC\u30B9\u540D\u306FNull\u306B\u3067\u304D\u307E\u305B\u3093
DataMapTableView.buttonTooltip.ExpressionFilter=\u5F0F\u30D5\u30A3\u30EB\u30BF\u30FC\u3092\u6709\u52B9/\u7121\u52B9
DataMapTableView.buttonTooltip.ColumnNameFilter=\u30AB\u30E9\u30E0\u540D\u30D5\u30A3\u30EB\u30BF\u30FC\u3092\u6709\u52B9/\u7121\u52B9
DataMapTableView.menu.applyRoutine=\u30EB\u30FC\u30C1\u30F3\u3092\u9069\u7528

View File

@@ -11,6 +11,7 @@ UIManager.tableNameIsNotValid=\u8FDE\u63A5/\u8868\u7684\u540D\u5B57\u65E0\u6548\
EntryContentProposal.expressionKey=\u8868\u8FBE\u5F0F\u952E\u7801 :
ToolbarInputZone.moveupTooltip=\u4E0A\u79FB\u9009\u62E9\u7684\u8F93\u5165\u68C0\u67E5\u8868\u683C
VarsDataMapTableView.entryItemTooltip.addVariable=\u6DFB\u52A0\u53D8\u91CF
VarsTable.columnNameTip=\u5217\u540D'
EntryContentProposal.default=\u786E\u7701 :
EntryContentProposal.metadataColumn=\u5143\u6570\u636E\u5217
UIManager.SaveDespiteErrors.Message=\u4F60\u786E\u5B9A\u4FDD\u5B58\u6570\u636E\u9519\u8BEF\u5417\uFF1F
@@ -20,6 +21,7 @@ ToolbarOutputZone.widgetTooltip.addOutputTable=\u6DFB\u52A0\u8F93\u51FA\u8868\u6
InputDataMapTableView.widgetTooltip.rejectMainRow=\u5982\u679C\u68C0\u67E5\u884C\u4E0D\u5B58\u5728\uFF0C\u5219\u62D2\u7EDD\u4E3B\u884C\u3002
ToolbarOutputZone.widgetText.autoMap=\u81EA\u52A8\u6620\u5C04\uFF01
EntryContentProposal.properties=\u5C5E\u6027 :
VarsTable.existTip= \n' \u5DF2\u5B58\u5728\u3002
MapperUI.CancelWithoutSaveModifications.Title=\u5173\u95ED\u7A97\u53E3\u4E0D\u4FDD\u5B58
TabFolderEditors.schemaEditor=\u56FE\u89E3\u7F16\u8F91\u5668
TableEntriesManager.exceptionMessage.tableEntriesNotSame=tableEntries \u4E0D\u4E00\u81F4\uFF01
@@ -63,28 +65,39 @@ DataMapTableView.buttonTooltip.minimize=\u6700\u5C0F\u5316
EntryContentProposal.column=\u5217 :
Problem.warning.setExpressionKey=\u8BD5\u7740\u5728Lookup\u8868\u201C{0}\u201D\u91CC\u8BBE\u7F6E\u4E00\u4E2A\u8868\u8FBE\u5173\u952E\u5B57\u6765\u589E\u5F3A\u6027\u80FD
ToolbarInputZone.restoreTooltip=\u6062\u590D\u6240\u6709\u8F93\u5165\u8868\u683C
VarsTable.invalidTip='\u662F\u65E0\u6548\u7684
Problem.warning.unusableReject=\u56E0\u4E3A\u5728\u8868{0}\u91CC\u6CA1\u6709\u5B9A\u4E49\u8FC7\u6EE4\uFF0C\u6240\u4EE5\u65E0\u6CD5\u4F7F\u7528\u8F93\u51FA\u6392\u9664\u529F\u80FD\u3002
UIManager.3= \u4E0D\u5B58\u5728\uFF01
UIManager.2=\u533A\u57DF
OutputDataMapTableView.columnTitle.filterCondition=\u8FC7\u6EE4\u6761\u4EF6 (AND)
VarsDataMapTableView.nullable=\u662F\u5426\u4E3A\u7A7A
DataMapTableView.checkProblem=\u68C0\u67E5\u8FC7\u6EE4\u5668\u8868\u8FBE\u5F0F\u95EE\u9898
DataMapTableView.defaultPostMatchingFilterExpression=\u8F93\u5165\u60A8\u7684\u540E\u5339\u914D\u8FC7\u6EE4\u8868\u8FBE\u5F0F
DataMapTableView.defaultOutputFilterExpression=<\u8F93\u5165\u4F60\u8FC7\u6EE4\u7684\u8868\u8FBE\u5F0F>
TMAP_MATCHING_MODE.FIRST_MATCH.label=\u9996\u9009\u5339\u914D
TMAP_MATCHING_MODE.LAST_MATCH.label=\u7ED3\u5C3E\u5339\u914D
TMAP_MATCHING_MODE.ALL_MATCHES.label=\u5168\u5339\u914D
DropContextAnalyzer.0=\u6B64\u7C7B\u578B\u63A7\u5236\u5668\u4E0D\u652F\u6301DND\uFF1A{0}
DropContextAnalyzer.notFound=\u7528\u4F8B\u672A\u627E\u5230
InputDataMapTableView.globalMapKey=GlobalMap\u5173\u952E
FooterComposite.button.APPLY=\u7533\u8BF7
InputDataMapTableView.columnTitle.Operator=\u64CD\u4F5C\u7B26
HTMLDocGenerator.author=\u4F5C\u8005
HTMLDocGenerator.author1=\u4F5C\u8005
HTMLDocGenerator.column=\u5217
HTMLDocGenerator.comment=\u5217\u6CE8\u91CA
HTMLDocGenerator.component=\u7EC4\u4EF6:
HTMLDocGenerator.component_list=\u7ec4\u4ef6\u5217\u8868
HTMLDocGenerator.component_name=\u7ec4\u4ef6\u540d
HTMLDocGenerator.content=\u5185\u5BB9
HTMLDocGenerator.context=\u4e0a\u4e0b\u6587\uff1a
HTMLDocGenerator.creation=\u521B\u5EFA
HTMLDocGenerator.description=\u5FC5\u8981\u7684
HTMLDocGenerator.job_description=\u5FC5\u8981\u7684
HTMLDocGenerator.job_settings=\u8BBE\u7F6E
HTMLDocGenerator.key=\u5173\u952E\u5B57
HTMLDocGenerator.label=\u6807\u7B7E
HTMLDocGenerator.language=\u8BED\u8A00
HTMLDocGenerator.length=\u957F\u5EA6
HTMLDocGenerator.mapper.alias=\u522B\u79F0
HTMLDocGenerator.mapper.expression=\u8868\u8FBE\u5F0F
@@ -97,10 +110,16 @@ HTMLDocGenerator.precision=\u7CBE\u5EA6
HTMLDocGenerator.project_description=\u5de5\u7a0b\u63cf\u8ff0
HTMLDocGenerator.project_name=\u5de5\u7a0b\u540d
HTMLDocGenerator.prompt=\u63D0\u793A
HTMLDocGenerator.properties=\u5C5E\u6027
HTMLDocGenerator.row_default=\u65e0
HTMLDocGenerator.row_functions=\u51FD\u6570
HTMLDocGenerator.row_parameters=\u53C2\u6570
HTMLDocGenerator.source=\u6765\u6E90
HTMLDocGenerator.status=\u72B6\u6001
HTMLDocGenerator.type=\u7C7B\u578B
HTMLDocGenerator.unique_name=\u552f\u4e00\u540d\u5b57
HTMLDocGenerator.value=\u503c
HTMLDocGenerator.values=\u503C
HTMLDocGenerator.version=\u7248\u672C
EntryContentProposal.columnTitle.globalMapKey=GlobalMap\u5173\u952E
DataMapTableView.buttonTooltip.ColumnNameFilter=\u542F\u7528/\u7981\u7528\u5217\u540D\u7B5B\u9009\u5668

View File

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Maven Job NL
Bundle-SymbolicName: org.talend.designer.maven.job.nl
Bundle-Version: 6.4.0.qualifier
Bundle-Version: 6.5.2.qualifier
Bundle-Vendor: .Talend SA.
Fragment-Host: org.talend.designer.maven.job
Bundle-RequiredExecutionEnvironment: JavaSE-1.7

View File

@@ -1 +1,2 @@
ProjectSettingPage_StandaloneJob=Job standalone
ProjectSettingPage_StandaloneJobDesc=Paramètres des POM Maven

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.4.0</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.maven.job.nl</artifactId>

View File

@@ -1,2 +1,4 @@
RepositorySettingPage_CreatingMavenSettingNote=NOTE :
StandaloneJobPomProjectSettingPage_Title=Script POM
StandaloneJobRepositorySettingPage_CreatingMavenSettingMessage=Vous pouvez personnaliser les fichiers Maven '{0}' et '{1}' dans le dossier courant.
StandaloneJobRepositorySettingNode_Label=Job standalone

View File

@@ -2,6 +2,6 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Rowgenerator Nl Fragment
Bundle-SymbolicName: org.talend.designer.rowgenerator.nl
Bundle-Version: 6.4.0.qualifier
Bundle-Version: 6.5.2.qualifier
Fragment-Host: org.talend.designer.rowgenerator
Bundle-Vendor: .Talend SA.

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.4.0</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.rowgenerator.nl</artifactId>

View File

@@ -25,14 +25,18 @@ HTMLDocGenerator.author=\u4F5C\u8005
HTMLDocGenerator.author1=\u4F5C\u8005
HTMLDocGenerator.column=\u5217
HTMLDocGenerator.comment=\u5217\u6CE8\u91CA
HTMLDocGenerator.component=\u7EC4\u4EF6:
HTMLDocGenerator.component_list=\u7ec4\u4ef6\u5217\u8868
HTMLDocGenerator.component_name=\u7ec4\u4ef6\u540d
HTMLDocGenerator.content=\u5185\u5BB9
HTMLDocGenerator.context=\u4e0a\u4e0b\u6587\uff1a
HTMLDocGenerator.creation=\u521B\u5EFA
HTMLDocGenerator.description=\u5FC5\u8981\u7684
HTMLDocGenerator.job_description=\u5FC5\u8981\u7684
HTMLDocGenerator.job_settings=\u8BBE\u7F6E
HTMLDocGenerator.key=\u5173\u952E\u5B57
HTMLDocGenerator.label=\u6807\u7B7E
HTMLDocGenerator.language=\u8BED\u8A00
HTMLDocGenerator.length=\u957F\u5EA6
HTMLDocGenerator.mapper.alias=\u522B\u79F0
HTMLDocGenerator.mapper.expression=\u8868\u8FBE\u5F0F
@@ -45,10 +49,14 @@ HTMLDocGenerator.precision=\u7CBE\u5EA6
HTMLDocGenerator.project_description=\u5de5\u7a0b\u63cf\u8ff0
HTMLDocGenerator.project_name=\u5de5\u7a0b\u540d
HTMLDocGenerator.prompt=\u63D0\u793A
HTMLDocGenerator.properties=\u5C5E\u6027
HTMLDocGenerator.row_default=\u65e0
HTMLDocGenerator.row_functions=\u51FD\u6570
HTMLDocGenerator.row_parameters=\u53C2\u6570
HTMLDocGenerator.source=\u6765\u6E90
HTMLDocGenerator.status=\u72B6\u6001
HTMLDocGenerator.type=\u7C7B\u578B
HTMLDocGenerator.unique_name=\u552f\u4e00\u540d\u5b57
HTMLDocGenerator.value=\u503c
HTMLDocGenerator.values=\u503C
HTMLDocGenerator.version=\u7248\u672C

View File

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: org.talend.designer.runprocess.nl fragment
Bundle-SymbolicName: org.talend.designer.runprocess.nl
Bundle-Version: 6.4.0.qualifier
Bundle-Version: 6.5.2.qualifier
Bundle-Vendor: .Talend SA.
Fragment-Host: org.talend.designer.runprocess
Bundle-Localization: plugin

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.4.0</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.runprocess.nl</artifactId>

View File

@@ -128,3 +128,4 @@ JavaProcessor.warn.codeFormatTimeout.title=Warning
JavaProcessor.warn.codeFormatTimeout.message=Code Format action for source code is stopped by studio since it ran time out.\n\n You can configure the timeout in Window > Preference > Talend > Performance : Code Format timeout(seconds)
ProcessView.connectToMonitorServerFailed=Can't connect to remote monitoring server
JavaCompilationParticipant.validateRoutine=Validate routines...
JobErrorsChecker_subjob_multiple_version_errors=Sub Job "{0}" has multiple versions:

View File

@@ -116,3 +116,5 @@ ShellBatSettingPreferencePage_Title=Scripts bat
ProcessView.remoteMonitoringUnavailable=Le monitoring distant est indisponible. Activez cette fonction dans les Préférences.
ProcessView.commandlineForbidden=Le monitoring n'est pas supporté sur le serveur du CommandLine.
JobErrorsChecker_routines_compile_errors=La routine "{0}" a des erreurs de compilation
ProcessView.connectToMonitorServerFailed=Impossible de se connecter au serveur de monitoring distant
JavaCompilationParticipant.validateRoutine=Validation des routines...

View File

@@ -109,8 +109,23 @@ JobErrorsChecker_compile_error_message=\u30B8\u30E7\u30D6"{0}"\u306F\u30B3\u30F3
JobErrorsChecker_compile_error_line=\u30A8\u30E9\u30FC\u884C
JobErrorsChecker_compile_error_detailmessage=\u8A73\u7D30\u30E1\u30C3\u30BB\u30FC\u30B8
JobErrorsChecker_compile_error_jvmmessage=JVM\u4E92\u63DB\u6027\u306B\u3088\u308B\u30A8\u30E9\u30FC\u3067\u3059\u3002Studio\u306EJVM\u3092\u78BA\u8A8D\u3057\u3066\u4E0B\u3055\u3044\u3002
WorkingSetConfigurationDialog_new_label=&\u65B0\u898F...
WorkingSetConfigurationDialog_remove_label=&\u524A\u9664
WorkingSetConfigurationDialog_up_label=&\u30A2\u30C3\u30D7
WorkingSetConfigurationDialog_down_label=&\u30C0\u30A6\u30F3
ProcessComposite.log4jToolTip=Studio\u5185\u306E\u30B8\u30E7\u30D6\u306B\u306E\u307F\u4F7F\u7528\u3057\u3066\u4E0B\u3055\u3044
ProcessComposite.log4jInfo=Log4j\u30EC\u30D9\u30EB
ProcessView.noJobRunning=\u5B9F\u884C\u4E2D\u306E\u30B8\u30E7\u30D6\u304C\u3042\u308A\u307E\u305B\u3093
ProcessView.monitorNotStart=\u30B8\u30E7\u30D6\u30E1\u30E2\u30EA\u306E\u76E3\u8996\u304C\u307E\u3060\u958B\u59CB\u3057\u3066\u3044\u307E\u305B\u3093
ProcessView.moniorPeriod=\u30AC\u30D9\u30FC\u30B8\u30B3\u30EC\u30AF\u30BF\u30FC\u306E\u30DA\u30FC\u30B9\u8A2D\u5B9A
ShellShSettingPreferencePage_Title=\u30B7\u30A7\u30EB\u30B9\u30AF\u30EA\u30D7\u30C8
ShellBatSettingPreferencePage_Title=Bat\u30B9\u30AF\u30EA\u30D7\u30C8
ProcessView.anotherJobMonitoring=\u5225\u306E\u30B8\u30E7\u30D6\u76E3\u8996\u304C\u3042\u308A\u307E\u3059
ProcessView.remoteMonitoringUnavailable=\u30EA\u30E2\u30FC\u30C8\u76E3\u8996\u304C\u51FA\u6765\u307E\u305B\u3093\u3002Preferences\u306E\u8A2D\u5B9A\u3092\u78BA\u8A8D\u3057\u3066\u6709\u52B9\u5316\u3057\u3066\u4E0B\u3055\u3044\u3002
ProcessView.commandlineForbidden=Commandline\u30E2\u30CB\u30BF\u30EA\u30F3\u30B0\u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u307E\u305B\u3093
JobErrorsChecker_routines_compile_errors=\u30EB\u30FC\u30C1\u30F3"{0}"\u306B\u30B3\u30F3\u30D1\u30A4\u30EB\u30A8\u30E9\u30FC\u304C\u3042\u308A\u307E\u3059
JavaProcessor.warn.codeFormatTimeout.title=\u8B66\u544A
JavaProcessor.warn.codeFormatTimeout.message=\u30BD\u30FC\u30B9\u30B3\u30FC\u30C9\u306B\u5BFE\u3059\u308B\u30B3\u30FC\u30C9\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u30A2\u30AF\u30B7\u30E7\u30F3\u304C\u30BF\u30A4\u30E0\u30A2\u30A6\u30C8\u306E\u305F\u3081\u306BStudio\u306B\u3088\u3063\u3066\u505C\u6B62\u3055\u308C\u3066\u3044\u307E\u3059\u3002 \n\n\u30BF\u30A4\u30E0\u30A2\u30A6\u30C8\u306F\u3001Window > \u74B0\u5883\u8A2D\u5B9A> Talend > \u30D1\u30D5\u30A9\u30FC\u30DE\u30F3\u30B9: \u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u306E\u30BF\u30A4\u30E0\u30A2\u30A6\u30C8(\u79D2)\u3067\u8A2D\u5B9A\u3067\u304D\u307E\u3059
ProcessView.connectToMonitorServerFailed=\u30EA\u30E2\u30FC\u30C8\u76E3\u8996\u30B5\u30FC\u30D0\u30FC\u306B\u63A5\u7D9A\u3067\u304D\u307E\u305B\u3093
JavaCompilationParticipant.validateRoutine=\u30EB\u30FC\u30C1\u30F3\u306E\u691C\u8A3C...
JobErrorsChecker_subjob_multiple_version_errors=\u30B5\u30D6\u30B8\u30E7\u30D6"{0}"\u306B\u306F\u8907\u6570\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u304C\u3042\u308A\u307E\u3059:

View File

@@ -75,6 +75,16 @@ RunProcessPreferencePage.outputConsole=\u8F93\u51FA\u63A7\u5236\u53F0
RunProcessPreferencePage.statistics=\u7edf\u8ba1
RunProcessPreferencePage.traces=\u8ddf\u8e2a
VMArgumentsViewer.argument=\u53C2\u6570
VMArgumentsViewer.argumentcolon=\u8BBA\u636E
VMArgumentsViewer.vmArgument=\u8BBE\u7F6E\u865A\u62DF\u673A\u53C2\u6570
CamelJobErrorsChecker_compile_errors=\u8DEF\u7EBF\u7F16\u8BD1\u9519\u8BEF
CamelJobErrorsChecker_compile_error_content=\u81F3\u5C11\u8DEF\u7EBF\u201C{0}\u201D\u6709\u7F16\u8BD1\u9519\u8BEF\uFF0C\u8BF7\u4FEE\u590D\u5E76\u518D\u6B21\u5BFC\u51FA\u3002
ProcessComposite.wrapbutton=\u5305\u88C5
JavaProcessorUtilities.msg.missingjar.warningtitle=\u8B66\u544A\uFF01
WorkingSetConfigurationDialog_new_label=\u65B0\u5EFA
WorkingSetConfigurationDialog_remove_label=\u79FB\u9664
WorkingSetConfigurationDialog_up_label=\u5411\u4E0A
WorkingSetConfigurationDialog_down_label=\u5411\u4E0B
ShellShSettingPreferencePage_Title=Shell\u811A\u672C
ShellBatSettingPreferencePage_Title=\u6279\u5904\u7406\u811A\u672C
JavaProcessor.warn.codeFormatTimeout.title=\u8B66\u544A

View File

@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl Fragment
Bundle-SymbolicName: org.talend.designer.scd.nl
Bundle-Version: 6.4.0.qualifier
Bundle-Version: 6.5.2.qualifier
Fragment-Host: org.talend.designer.scd

View File

@@ -1,3 +1,4 @@
RefreshComponenentsAction.Label=\u5237\u65B0\u7EC4\u4EF6\u6E05\u5355
providerName=www.example.org
pluginName=Talend Exchange \u4E13\u7528\u6A21\u578B
DownloadComponenentsAction.Label=\u4E0B\u8F7D\u9009\u62E9\u7684\u7EC4\u4EF6

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.4.0</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.scd.nl</artifactId>

View File

@@ -1,3 +1,6 @@
UIManager.MessageBox.Content=\u5F53\u524D\u8BBE\u7F6E\u672A\u4FDD\u5B58\uFF0C\u60A8\u786E\u8BA4\u8981\u5173\u95EDSCD\u7F16\u8F91\u5668\u5417\uFF1F
AbstractScdDialog.SCDEditor=SCD\u7EC4\u4EF6\u7F16\u8F91
AbstractScdDialog.filter=\u8FC7\u6EE4
JavaScdDialog.sourceKey=\u6E90\u952E
JavaScdDialog.unUsed=\u672A\u4F7F\u7528
PerlScdDialog.sourceKey=\u6E90\u952E

View File

@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl Fragment
Bundle-SymbolicName: org.talend.designer.webservice.nl
Bundle-Version: 6.4.0.qualifier
Bundle-Version: 6.5.2.qualifier
Fragment-Host: org.talend.designer.webservice

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.4.0</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.webservice.nl</artifactId>

View File

@@ -0,0 +1,3 @@
AllTypeDialog.title=\u8BF7\u9009\u62E9\u4E00\u4E2A\u7C7B\u578B\u4E3Aanytype
AllTypeDialog.Group1Text=\u60A8\u7684WSDL\u7684\u6240\u6709\u7C7B\u578B
AllTypeDialog.Group2Text=\u590D\u6742\u7C7B\u578B\u7684\u8BE6\u60C5

View File

@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl
Bundle-SymbolicName: org.talend.designer.xmlmap.nl
Bundle-Version: 6.4.0.qualifier
Bundle-Version: 6.5.2.qualifier
Fragment-Host: org.talend.designer.xmlmap

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.4.0</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.xmlmap.nl</artifactId>

View File

@@ -3,6 +3,7 @@ TabFolderEditors.SchemaEditor.Title=\u30B9\u30AD\u30FC\u30DE\u30A8\u30C7\u30A3\u
TabFolderEditors.TreeSchemaEditor.Title=\u30C4\u30EA\u30FC\u30B9\u30AD\u30FC\u30DE\u30A8\u30C7\u30A3\u30BF\u30FC
TabFolderEditors.ExpressionEditor.Title=\u5F0F\u30A8\u30C7\u30A3\u30BF\u30FC
PropertySetDialog.Title=\u30D7\u30ED\u30D1\u30C6\u30A3\u8A2D\u5B9A
RepositoryXmlSelectionDialog.UpdateErrorMessage=Mdm\u306F\u30DE\u30EB\u30C1\u30B9\u30AD\u30FC\u30DE\u63A5\u7D9A\u3067\u3059\u3002\u30A4\u30F3\u30DD\u30FC\u30C8\u3059\u308B\u30B9\u30AD\u30FC\u30DE\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044
SetLoopAction.cleanSubLoopTitle=\u30EB\u30FC\u30D7\u30A8\u30EC\u30E1\u30F3\u30C8\u306B\u8A2D\u5B9A
SetLoopAction.cleanSubLoopMessages=\u3053\u306E\u30A8\u30EC\u30E1\u30F3\u30C8\u3092\u30EB\u30FC\u30D7\u30A8\u30EC\u30E1\u30F3\u30C8\u3068\u3057\u3066\u8A2D\u5B9A\u3057\u307E\u3059\u3002\u5B50\u30CE\u30FC\u30C9\u3068\u89AA\u30CE\u30FC\u30C9\u306E\u30EB\u30FC\u30D7\u306F\u89E3\u9664\u3055\u308C\u307E\u3059\u3002
EntryContentProposal.metadataColumn=\u30E1\u30BF\u30C7\u30FC\u30BF\u30AB\u30E9\u30E0

View File

@@ -2,6 +2,7 @@ TabFolderEditors.SchemaEditor.Title=\u56FE\u89E3\u7F16\u8F91\u5668
TabFolderEditors.ExpressionEditor.Title=\u8868\u8FBE\u5F0F\u7F16\u8F91\u5668
EntryContentProposal.metadataColumn=\u5143\u6570\u636E\u5217
EntryContentProposal.properties=\u5C5E\u6027 :
EntryContentProposal.column=\u5217\uFF1A
EntryContentProposal.key=\u952E\u7801 :
EntryContentProposal.type=\u7C7B\u578B :
EntryContentProposal.length=\u957F\u5EA6 :
@@ -10,3 +11,8 @@ EntryContentProposal.default=\u786E\u7701 :
EntryContentProposal.comment=\u5907\u6CE8 :
EntryContentProposal.expressionKey=\u8868\u8FBE\u5F0F\u952E\u7801 :
EntryContentProposal.variable=\u53D8\u91CF
EntryContentProposal.xPath=X-Path
InsertNewColumnCommand_createNew=\u521B\u5EFA\u65B0\u5217
InsertNewColumnCommand_message=\u8BF7\u8F93\u5165\u6709\u6548\u7684\u5217\u540D
InsertNewColumn_invalid=\u201C\u5217\u540D\u79F0{0}\u65E0\u6548\uFF01\u201D
InputTreeGlobalMapKeysTable.globalMapKeyTitle=GlobalMap\u5173\u952E

View File

@@ -2,6 +2,6 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Expression Builder Nl Fragment
Bundle-SymbolicName: org.talend.expressionbuilder.nl
Bundle-Version: 6.4.0.qualifier
Bundle-Version: 6.5.2.qualifier
Fragment-Host: org.talend.expressionbuilder
Bundle-Vendor: .Talend SA.

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.4.0</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.expressionbuilder.nl</artifactId>

View File

@@ -2,6 +2,6 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: NL
Bundle-SymbolicName: org.talend.presentation.onboarding.resource.nl
Bundle-Version: 6.4.0.qualifier
Bundle-Version: 6.5.2.qualifier
Fragment-Host: org.talend.presentation.onboarding.resource
Bundle-Vendor: .Talend SA.

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.4.0</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.presentation.onboarding.resource.nl</artifactId>

View File

@@ -2,6 +2,6 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: NL
Bundle-SymbolicName: org.talend.presentation.onboarding.resource.tos.nl
Bundle-Version: 6.4.0.qualifier
Bundle-Version: 6.5.2.qualifier
Fragment-Host: org.talend.presentation.onboarding.resource.tos
Bundle-Vendor: .Talend SA.

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>6.4.0</version>
<version>6.5.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.presentation.onboarding.resource.tos.nl</artifactId>

View File

@@ -0,0 +1,13 @@
onboarding.page1.title=Bienvenue dans le Studio Talend
onboarding.page1.content=Pour en savoir plus sur le Studio Talend, suivez la présentation.
onboarding.page2.title=Référentiel
onboarding.page2.content=Le Référentiel est l'endroit où le Studio Talend rassemble les données relatives aux éléments techniques utilisés dans les Jobs. Vous pouvez créer des Jobs et gérer des métadonnées d'ici.
onboarding.page3.title=Espace de modélisation graphique
onboarding.page3.content=Vous pouvez créer et disposer vos Jobs. Vous avez accès à l'onglet Designer, affichant graphiquement le Job et à l'onglet Code, vous montrant le code généré et identifiant les erreurs possibles.
onboarding.page4.title=Onglet de configuration
onboarding.page4.content=Chaque onglet ouvre une vue affichant les propriétés de l'élément sélectionné dans l'espace de modélisation graphique. Ces propriétés peuvent être modifiées pour configurer des paramètres relatifs à un composant particulier ou au Job entier.
onboarding.page5.title=Palette
onboarding.page5.content=La Palette contient différents composants techniques à utiliser pour construire vos Jobs, groupés en familles. Un composant est un connecteur préconfiguré utilisé pour effectuer une opération d'intégration de données spécifique. Il peut minimiser le code manuel requis pour utiliser des sources hétérogènes.
onboarding.page4_1.content=L'onglet Exécuter vous permet d'exécuter votre Job.
onboarding.page4_2.content=Sélectionnez cet onglet
onboarding.page4_3.content=et cliquez sur le bouton Exécuter pour essayer.

View File

@@ -0,0 +1,2 @@
onboarding.page1.title=\u6B22\u8FCE\u6765\u5230Talend\u5DE5\u4F5C\u5BA4
onboarding.page2.title=\u4ED3\u5E93

Some files were not shown because too many files have changed in this diff Show More