Compare commits

...

275 Commits

Author SHA1 Message Date
jzhao
decbe461f9 fix(TPS-3208): upload PATCH_RELEASE_NOTE.md 2019-06-27 11:43:34 +08:00
Hanna Liashchuk
cb47feb3a6 fix(TBD-8566): correct context var replacement in subqueries (#3420) (#3664) 2019-06-26 17:10:42 +03:00
Jane Ding
136dee79ee fix(TUP-22147)There is a NPE error when closing studio (#3443) (#3510)
* fix(TUP-22147)There is a NPE error when closing studio

* fix(TUP-22147)There is a NPE error when closing studio

Conflicts:
	main/plugins/org.talend.designer.runprocess/src/main/java/org/talend/designer/runprocess/java/TalendJavaProjectManager.java
2019-06-14 17:50:02 +08:00
jzhao
f5e0ba2a85 fix(TDI-42356):ClassCastException with dynamic schema and data source alias from table with column of type nvarchar(max) (#3504) (#3550)
* fix(TDI-42356):ClassCastException with dynamic schema and data source
alias from table with column of type nvarchar(max) (#3504)

* fix(TDI-42356):ClassCastException with dynamic schema and data source
alias from table with column of type nvarchar(max)

* TalendNTextImpl from talend lib to a patched jtds
* Add maven project to build patched jtds with TalendNTextImpl
* update talend lib talend_DB_mssqlUtil
* update depends on component side

* fix(TDI-42356):exclude jtds jar in osgi bundle

* fix(TDI-42356):fix missing changes for stats and logs with database
config

* fix(TDI-42356):change the GAV of build jar and maven path in
components

* fix(TDI-42356):change the version of jar

Conflicts:
	main/plugins/org.talend.designer.components.localprovider/components/tCreateTable/tCreateTable_java.xml

* fix(TDI-42356):ClassCastException with dynamic schema and data source
alias from table with column of type nvarchar(max) (#3504)

* exclude org.talend.designer.core from the patch

* fix(TDI-42356):set BundleID="" for patch
2019-06-14 11:09:09 +08:00
hwang-talend
30456071f4 Hwang/tup 22649 (#3413) (#3439)
bugfix(TUP-22649):tELTOracleMap : wrong Generated SQL Select query after
patch TPS-2944
2019-05-13 16:29:38 +08:00
hcyi
0e92a6e63d fix(TUP-22521):tHiveMap- Unexpected SQL syntax for 'case when (#3374)
...then....else' condition.
2019-04-22 10:51:05 +08:00
Jane Ding
b6e4feb75c Jding/tps 3005 nullpointer on build job (#3408)
* Jding/backport70/tup 21920 nullpointer on build job (#3305)

* fix(TUP-21920) Nullpointer on build job (#3266)

* fix(TUP-21920)Nullpointer on build job
https://jira.talendforge.org/browse/TUP-21920

Conflicts:
	main/plugins/org.talend.designer.core/src/main/java/messages.properties

* fix(TUP-21920)Nullpointer on build job (#3336) (#3370)

https://jira.talendforge.org/browse/TUP-21920
Loop dependency classpath issue caused main class not found
2019-04-16 14:30:38 +08:00
Zhiwei Xue
01b48554f1 fix(TUP-22619):Miss item files in final zip when publishing job in (#3389)
commandline
2019-04-15 15:16:24 +08:00
sponomarova
bdb5d74ec5 patch(TPS-2988): Duplicate variable Compile Error When Having several tELTHiveOutput (#3319) 2019-03-20 15:16:15 +02:00
apoltavtsev
516a30ea88 TESB-24730 Services no longer accessible ( NPE) after route deployment 2019-03-18 11:49:16 +03:00
kjwang-talend
8e9f2fe0ed kjwang/Fix-TUP-21903 tSalesForceConnection fix junit (#3314) (#3315)
https://jira.talendforge.org/browse/TUP-21903
2019-03-18 10:28:58 +08:00
Tao Tao
6135222d08 fix(TUP-21903):tSalesForceConnection JWT flow does not work with Context (#3254)
* fix(TUP-21903):tSalesForceConnection JWT flow does not work with Context
group variable set for connection type Oauth.
2019-03-18 10:26:42 +08:00
hcyi
9daf281c36 fix(TUP-21777):[7.0.1] Metadata Wizard with SSL cannot retrieve cluster. 2019-03-15 18:39:49 +08:00
Jane Ding
1b128697e9 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
2019-03-15 15:06:19 +08:00
hwang-talend
db7478d39e bugfix(TUP-21944):Problem with globalMap.get in tELTOracleOutput #3261
(#3302)

bugfix(TUP-21944):Problem with globalMap.get in tELTOracleOutput

Conflicts:
	main/plugins/org.talend.designer.dbmap/src/main/java/org/talend/designer/dbmap/language/generation/DbGenerationManager.java
2019-03-11 15:09:37 +08:00
hwang-talend
ef2b5c4585 bugfix(TUP-21944):Problem with globalMap.get in tELTOracleOutput (#3261)
* bugfix(TUP-21944):Problem with globalMap.get in tELTOracleOutput
component

Conflicts:
	main/plugins/org.talend.designer.dbmap/src/main/java/org/talend/designer/dbmap/language/generation/DbGenerationManager.java
	test/plugins/org.talend.designer.dbmap.test/src/org/talend/designer/dbmap/language/generation/DbGenerationManagerTest.java
2019-03-11 15:05:05 +08:00
hwang-talend
d1d339951b Hwang/tup 21868 (#3205)
* bugfix(TUP-20479):ELT Maps generate incorrect SQL

* bugfix(TUP-21164):Context is not recognized as context variable in ELT
#2984

Conflicts:
	main/plugins/org.talend.designer.dbmap/src/main/java/org/talend/designer/dbmap/language/generation/DbGenerationManager.java
	test/plugins/org.talend.designer.dbmap.test/src/org/talend/designer/dbmap/language/generation/DbGenerationManagerTest.java
2019-03-11 15:00:01 +08:00
wang wei
c10bfb7081 fix(TDI-40329): Constant String too long due to a large schema (#2188) 2019-02-28 17:36:53 +08:00
hcyi
9381e43254 fix(TUP-20312):java.lang.StackOverflowError in 6.5.1 studio. (#2452) 2019-02-25 15:00:36 +08:00
apoltavtsev
dfb2a2d9b0 TESB-22085 Dynamic schema column type is always String in Runtime 2019-02-11 11:54:18 +03:00
hwang
5dad832ea8 Hwang/tup 21164 (#3004) (#3011) (#3173)
* bugfix(TUP-21164):Context is not recognized as context variable in ELT
Map components and is not separated with string concat from SQL code

Conflicts:
	main/plugins/org.talend.designer.dbmap/src/main/java/org/talend/designer/dbmap/language/generation/DbGenerationManager.java
	test/plugins/org.talend.designer.dbmap.test/src/org/talend/designer/dbmap/language/generation/DbGenerationManagerTest.java
2019-01-31 20:47:08 +08:00
hwang-talend
9a18883b05 Hwang/tup 21164 (#3004) (#3011) (#3173)
* bugfix(TUP-21164):Context is not recognized as context variable in ELT
Map components and is not separated with string concat from SQL code

Conflicts:
	main/plugins/org.talend.designer.dbmap/src/main/java/org/talend/designer/dbmap/language/generation/DbGenerationManager.java
	test/plugins/org.talend.designer.dbmap.test/src/org/talend/designer/dbmap/language/generation/DbGenerationManagerTest.java
2019-01-31 17:33:20 +08:00
hwang-talend
f97759d303 # WARNING: head commit changed in the meantime
Hwang/tup 21164 (#3004) (#3011) (#3173)

* bugfix(TUP-21164):Context is not recognized as context variable in ELT
Map components and is not separated with string concat from SQL code

Conflicts:
	main/plugins/org.talend.designer.dbmap/src/main/java/org/talend/designer/dbmap/language/generation/DbGenerationManager.java
	test/plugins/org.talend.designer.dbmap.test/src/org/talend/designer/dbmap/language/generation/DbGenerationManagerTest.java
2019-01-31 17:18:46 +08:00
Chao MENG
a199ac5bca 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
2019-01-31 17:06:06 +08:00
Chao MENG
3b925e8ccb 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
2019-01-31 17:04:26 +08:00
Chao MENG
36111d561c 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
2019-01-31 17:01:59 +08:00
Chao MENG
6810d2efac 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
2019-01-31 16:49:31 +08:00
Chao MENG
9c5ace50db 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
2019-01-31 16:46:51 +08:00
Chao MENG
b4300999d3 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
2019-01-31 16:44:56 +08:00
Chao MENG
9e56d4fb1b 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
2019-01-31 16:43:50 +08:00
zwxue
d7ab17a146 fix(TUP-20223):Wrong branch value in the jobs generated by CI. (#2394) 2018-12-24 11:48:46 +08:00
jzhao
f39c5c24e7 fix(TDI-41176):'File Json' > 'Input Json' metadata does not show parent values in Preview with JsonPath (#2820) (#2922) (#3093)
* add a new checkbox "Use the loop node as root" (tFileInputJson)

* fix tExtractJsonField

* fix wizard by set "Use the loop node as root" to false
2018-12-24 11:46:58 +08:00
Tao Tao
85e3ed0023 fix(TPS-2794):[7.0.1][20181221] (#3090)
"talend-bigdata-launcher-1.2.0-20170410.jar" not found when spark job
launched from standard job by jobserver (TBD-7933)
https://jira.talendforge.org/browse/TPS-2794
2018-12-20 14:37:36 +08:00
Chao MENG
f4a8133657 fix(TUP-21461): Routine libraries can't be updated to pom.xml of routine
in special case
https://jira.talendforge.org/browse/TUP-21461
2018-12-14 17:55:52 +08:00
Chao MENG
5fc7e4bf17 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
2018-12-10 11:17:51 +08:00
hwang-talend
b0104a008f bugfix(TUP-21105):tDBConnection(Snowflake) issue within joblet. (#3028)
* bugfix(TUP-21105):tDBConnection(Snowflake) issue within joblet.

* bugfix(TUP-21105):tDBConnection(Snowflake) issue within joblet.
2018-12-04 14:43:59 +08:00
hwang-talend
13a67cfdd2 Hwang/tup 21105 t db connection (#2953) (#2994)
* bugfix(TUP-21105):tDBConnection(Snowflake) issue within joblet.
2018-12-04 14:43:42 +08:00
mbasiuk-talend
374f1e259d Mbasiuk/tdi 40846 date validation fix (#2620)
* 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-19 15:45:13 +02:00
Chao MENG
036b3d8c45 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-11-13 17:39:33 +08:00
Chao MENG
dc685f91c1 fix(TUP-21039): "Apply context to children jobs" does not work for "grand son" job if Studio not restarted (#2848) (#2886)
* fix(TUP-21039): "Apply context to children jobs" does not work for
"grand son" job if Studio not restarted
2018-11-13 15:42:00 +08:00
Chao MENG
7afb7c4bf5 feat(TUP-20678): Add APAC datacenter to the list on the studio (license (#2704)
/ connection)
https://jira.talendforge.org/browse/TUP-20678
2018-11-13 15:40:18 +08:00
kjwang-talend
4450bd0bff fix(TUP-19974)Opening a job takes more than half an hour in studio (#2254)
https://jira.talendforge.org/browse/TUP-19974
2018-11-12 16:49:11 +08:00
hwang-talend
a8d46bec17 Hwang/tup 20837 master (#2859) (#2872)
* bugfix(TUP-20837):Job containing saleforce components takes too much
time to open

Conflicts:
	main/plugins/org.talend.repository.generic/src/main/java/org/talend/repository/generic/ui/dnd/GenericDragAndDropHandler.java
2018-11-12 15:48:17 +08:00
hwang
e5b73dff0e Revert "Revert "Kjwang/fix(tup 19974)opening a job takes more than half an hour in (#2844)""
This reverts commit 0f58b49a91.
2018-11-12 15:28:08 +08:00
jiezhang-tlnd
c306520690 fix(TUP-21005)In studio Java Debugging of Routes fails (#2869) 2018-11-05 10:53:45 +08:00
hwang
0f58b49a91 Revert "Kjwang/fix(tup 19974)opening a job takes more than half an hour in (#2844)"
This reverts commit c9c983ff66.
2018-11-01 14:53:07 +08:00
hwang-talend
c9c983ff66 Kjwang/fix(tup 19974)opening a job takes more than half an hour in (#2844)
fix(TUP-19974)Opening a job takes more than half an hour in studio
https://jira.talendforge.org/browse/TUP-19974
2018-11-01 14:18:23 +08:00
qiongli
9ffeacd193 fix(TPS-2771)Correct survivorship rules path (#2870) 2018-11-01 11:51:03 +08:00
wchen-talend
40a579f2d8 fix(TUP-20799):Oracle Invalid Character with tSchemaComplianceCheck (#2809) 2018-10-29 10:39:27 +08:00
wchen-talend
5304d090a5 Wchen/bugfix/7.0/tup 20799 validation rule (#2788)
* fix(TUP-20799):vaidation rule do not work for mssql and oracle (#2773)

* fix(TUP-20799):vaidation rule do not work for mssql and oracle (#2783)
2018-10-29 10:38:58 +08:00
apoltavtsev
480ff02083 TESB-23870 Camel dependencies are not included to manifest of route's
child jobs
2018-10-23 10:21:34 +08:00
hwang-talend
a40d8869fd bugfix(TUP-20739):tELTHiveMap generates wrong query when the operator is
(#2771)

* bugfix(TUP-20739):tELTHiveMap generates wrong query when the operator
is
used for any column in the source table

Conflicts:
	main/plugins/org.talend.designer.dbmap/src/main/java/org/talend/designer/dbmap/language/generation/DbGenerationManager.java
	test/plugins/org.talend.designer.dbmap.test/src/org/talend/designer/dbmap/language/generation/DbGenerationManagerTest.java
2018-10-22 13:47:07 +08:00
wchen-talend
cd90db66c2 fix(TPS-2707):[7.0.1]Routine editor mixed the code(TUP-20261) 2018-10-22 11:01:23 +08:00
Chao MENG
cb010e13de Revert "Revert "TPS-2726:[7.0.1] Studio takes long time to build the jobs(TUP-20751).""
This reverts commit 488af98793.
2018-10-17 16:28:04 +08:00
Chao MENG
488af98793 Revert "TPS-2726:[7.0.1] Studio takes long time to build the jobs(TUP-20751)."
This reverts commit bd5ac02ab1.
2018-10-17 16:20:38 +08:00
hcyi
bd5ac02ab1 TPS-2726:[7.0.1] Studio takes long time to build the jobs(TUP-20751). 2018-10-16 14:07:19 +08:00
Mike Yan
8b3d78a8ed fix(TESB-22547):Performance issues in studio with cConfig component 2018-09-12 14:42:43 +08:00
Stefan Le Moing
84f0c26c2c fix(TBD-7422): upgrade tDataPrepRun jar (#2651) 2018-08-31 15:05:07 +02:00
Laurent BOURGEOIS
1d2e5cb6c3 fix(TBD-6701): Fix conflict (#2320) (#2650) 2018-08-31 10:25:35 +02:00
jiezhang-tlnd
ba5d87d2a8 fix(TUP-20512)Metadata JDBC DB Connections Bug with context variables
(#2578)

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

Conflicts:
	main/plugins/org.talend.repository.generic/src/main/java/org/talend/repository/generic/util/GenericContextUtil.java
2018-08-27 11:02:43 +08:00
jzhao
7e7ff7ebeb fix(TDI-40815): Compilation issue with tSalesforceOutput component with reject link(#2557)
* all tcomp v0 components with muilt reject should have same issue.
2018-08-15 09:50:01 +08:00
Andreas Mattes
3b8bd49929 fix(TESB-22458): Remove obsolete SAM feature setting code.
Obsolete and no longer compileable code has been removed from the code generation template. Furthermore, the present fix makes sure that jobs embedded via component cTalendJob are consistently recognized as ESB jobs, and corresponding code fragment are added at code generation.
2018-08-09 12:41:10 +02:00
wchen-talend
117abe27d1 TPS-2624:[7.0.1] When doing extract as context for a tsalesforceinput,
getting "UNEXPECTED_EXCEPTION" upon selecting the same connection
created. (TUP-20492)
2018-08-06 11:03:17 +08:00
zwxue
cee7b6cae0 fix(TUP-20326): backport other needed changes from master. 2018-07-05 17:42:22 +08:00
zwxue
fa2123a1f1 fix(TUP-20326):fix ref project routine install issue. 2018-07-05 15:56:35 +08:00
zwxue
54a786b27c fix(TUP-20217):Can't run a job including a tRunjob component. 2018-07-05 15:43:12 +08:00
zwxue
9287f1d803 fix(TUP-19754):mvn package fail when main project use subref project's (#2316)
job.
2018-07-05 15:11:00 +08:00
zwxue
1c69ee668b fix(TUP-20065):Commandline can not logon a project with subref project (#2283)
after do initLocal.
2018-07-05 15:10:34 +08:00
zwxue
7c18b0a2bb fix(TUP-20326):Error in job generation for job migrated form 6.5.1 2018-07-04 09:43:31 +08:00
Jane Ding
2047c1e0c1 fix(TUP-19705)can't do mvn package for the build out job when select (#2246)
* fix(TUP-19705)can't do mvn package for the build out job when select
Sources(maven)
https://jira.talendforge.org/browse/TUP-19705
To support to use mvn package directly

* fix(TUP-19705)can't do mvn package for the build out job when select
Sources(maven)
Modified the wrong spell;
<talend.job.pompath>@ProjectRelativePath@</talend.job.pompath> the
@ProjectRelativePath@ can't change to ../  today,strange, so just
modified to ../

* fix(TUP-19705) This commit to fix that there is nothing in the build out
zip when user choose multiple job.

* fix(TUP-19705) added joblet, subjob and pigudf for zip

* fix(TUP-19705)package all joblet to zip, modified package subjob to
better solution.

* fix(TUP-19705)For packageSubJob and pom, better solution.

* fix(TUP-19705) arranged folder structure

* fix(TUP-19705) To support subjob which belongs to reference project
2018-05-29 10:11:21 +08:00
zwxue
f29b192dec fix(TUP-20115):Use of SAP JCO Version greater than 3.0.10 in Talend (#2299)
7.0.1 causes initialization error.
2018-05-29 10:04:20 +08:00
Andreas Mattes
fa8aa8d024 fix(TESB-22036): Add read access to list of bundles in FeaturesModel. (#2311)
Read access to the bundles included in a feature is required in order to determine which dependency modules are bundles and should therefore not be physically included in the route bundle.
2018-05-17 17:42:30 +08:00
Mike Yan
1376766caf TESB-22034: Fixed beans library can be set to optional 2018-04-28 15:37:57 +08:00
Mike Yan
0a2cd96f37 TESB-21804: Filter out camel-alldeps in MANIFEST for OSGi type export (#2255) 2018-04-24 18:54:17 +08:00
Stéphane Bouchet
3d1c3a1775 fix(TESB-21830) : deployment tab not shown when selecting service (#2250)
* fix(TESB-21830) : deployment tab not shown when selecting service

* fix(TESB-21830) : deployment tab not shown when selecting service

* fix(TESB-21830) : deployment tab not shown when selecting service

Added Exception handling
2018-04-24 11:27:15 +02:00
Denis Sergent
d0b54bbaab TESB-21832 Problems with job/route exec. with local runtime in Studio (#2251)
Local runtime for Studio job/routes execution should not be used in some
cases: build type has to be checked to define the best execution
processor. As execution processor must change when build type is updated
in deployment tab, processor can not be persisted anymore.
2018-04-23 17:52:06 +02:00
Stéphane Bouchet
953402b692 Revert "fix(TESB-21830) : fixed deployment tab on Services (#2210)" (#2217)
This reverts commit 889dde20c8.
2018-04-11 13:58:46 +02:00
Mike Yan
82bfaa2145 TESB-21576: Fixed tREST component name 2018-04-11 19:33:26 +08:00
Mike Yan
112917d52a TESB-21576: Add tREST component in OSGi build type valid 2018-04-11 19:23:20 +08:00
SunChaoqun
6f68fff295 TESB-21810:Module tab shows the incorrect list of installed jar files (#2214)
when using cConfig components
2018-04-11 18:02:45 +08:00
Mike Yan
a0f43998b0 TESB-21799: Fixed cmdline missing beans error with ref project (#2215) 2018-04-11 17:53:02 +08:00
Stéphane Bouchet
889dde20c8 fix(TESB-21830) : fixed deployment tab on Services (#2210)
Fixed deployment tab on Services
2018-04-11 16:21:39 +08:00
Denis Sergent
3d078e1122 TESB-21825 TOS for ESB should not allow building jobs as microservice (#2209)
Job build wizard displays ESB microservice as a possibility to build the
jobs. Build s microservice won't work in TOS for ESB version. This
removes Microservice from buid type combo box when product is TOS.
2018-04-11 15:58:12 +08:00
SunChaoqun
f9372c3ac1 TESB-21791:cConfig - Upload Libraries does not work (#2201) 2018-04-09 14:52:44 +08:00
zwxue
6f309fc31f workitem(TUP-19959):Wrong content for CI project settings on TOS and (#2198)
missing documentation for user
2018-04-09 11:03:25 +08:00
Chao MENG
e86dc8f7fb update junit for TalendEditorPaletteFactory (#2191) 2018-04-08 10:39:30 +08:00
apoltavtsev
51898eb871 TESB-21702 Maven nature added to new child subjob 2018-04-06 12:42:19 +03:00
nrousseau
901ecb5c6d fix(TESB-21702) Fix route generation (#2196) 2018-04-06 16:59:37 +08:00
souvanny
b6a39f3390 babili-export (#2195) 2018-04-06 15:52:05 +08:00
jzhao
f909409f59 fix(TDI-40333): For tSQLDWHBulkExec, the password field is not encrypted in the generated java code(#2185) 2018-04-05 23:12:21 +08:00
zwxue
73508775bc fix(TUP-19945):first generate failed with error:ProcessorException: (#2190)
Routines "myroutine" has compile errors.
2018-04-05 12:44:22 +08:00
Mike Yan
ae5d5c8a64 TESB-21726: NPE when publish OSGi type with TSC_BDRT license (#2187) 2018-04-04 14:55:02 +08:00
zwxue
9eb108f7e8 fix(TUP-19941):Fix NPE during guessing schema for Tacokit component. 2018-04-04 10:56:39 +08:00
Jenkins Continuous Build server
70d1f9e771 Set version to 7.0.1 2018-04-03 15:37:18 +02:00
Stéphane Bouchet
518724b3d6 fix(TESB-21700) : fixed NPE that cause test to fail (#2158)
Add NPE checking
2018-04-03 18:36:16 +08:00
Ivan Gonchar
d57c7683fa Igonchar/tcomp 752 (#2179)
* fix(TCOMP-752): fix test connection button appearence

* fix(TCOMP-752): fix advanced page appeareance in case of properties absense

* fix(TCOMP-752): fix potential NPE when main wizard page is not present
2018-04-03 12:48:04 +03:00
apoltavtsev
3959fb57a2 TESB-21528 Missing Jobs export choice is added (#2182)
Missing Jobs export choice is added
2018-04-03 17:31:10 +08:00
souvanny
77b880c064 babili-export (#2181) 2018-04-03 17:09:25 +08:00
zwxue
b6e154069d fix(TUP-19928):GITHUB: Cannot open joblet in new branch (#2180) 2018-04-03 10:27:10 +08:00
Ivan Gonchar
b16eec6522 Igonchar/tcomp 743 configuration (#2153)
* fix(TCOMP-743): implement PropertyNode.getRepositoryKeys() method

* fix(TCOMP-743): fix repository value set to ElementParameter

* fix(TCOMP-743): add multiple repository keys support in TaCoKitDragAndDropHandler.getComponentValue()

* fix(TCOMP-743): fix typo connection -> configuration

* fix(TCOMP-743): fix call to ConfigTypeNode endpoint with lightmode off

* fix(TCOMP-743): fix repository value for Table parameter

* fix(TCOMP-743): remove wrong comments and code from SettingsCreator

* fix(TCOMP-743): fix formatting

* fix(TCOMP-743): add support for multiple repository keys in TableElementParameter
2018-04-02 17:06:33 +03:00
nrousseau
e9abb8a711 fix(TUP-19790) fix build of job with tests (#2178) 2018-04-02 19:58:05 +08:00
zwxue
e4b9e37f5f fix(TUP-19923):All jobs in demo project cannot run successfully. (#2177) 2018-04-02 19:41:29 +08:00
nrousseau
fd69887028 fix(TUP-19921) set correctly MR Required flags (#2176) 2018-04-02 17:26:26 +08:00
zwxue
76dc7c616a fix(TUP-19889):Fail to run job with joblet. (#2175) 2018-04-02 16:50:04 +08:00
jzhao
1f9c27f012 fix(TDI-40321): The query clause, externalTableRejectOptions, is always generated even reject options is not checked(#2174) 2018-04-02 16:13:56 +08:00
GGu
d7d4cbe757 fix(TUP-19671): reuse product date (#2173) 2018-04-02 15:32:53 +08:00
pyzhou
18a26b66eb fix(TDI-40254):clean the buffer of tS3put. (#2162)
* fix(TDI-40254):clean the buffer of tS3put.

* fix(TDI-40254):Change the wrong format variable name.
2018-04-02 14:33:08 +08:00
Romain Manni-Bucau
b647c3f4fa chore(tacokit) upgrading tacokit to 0.0.5 (#2169)
* upgrading tacokit to 0.0.5

* upgrading tomcat as well
2018-04-02 13:03:30 +08:00
Pingwen Lin
5ca23ac43b TMDM-11860 Upgrade to CXF 3.2.4 (#2150) 2018-04-02 11:42:58 +08:00
zwxue
7b3a2b22f3 fix(TUP-19906): can't add reference project if created in tac after logged on studio (#2171)
* fix(TUP-19906):project can't added as reference project if created in
tac after you logged on studio

* fix(TUP-19906)project can't added as reference project if created in tac
after you logged on studio
https://jira.talendforge.org/browse/TUP-19906
2018-04-02 11:26:59 +08:00
apoltavtsev
4ca67f1809 TESB-21702 Excluding camel-talendjob from OSGi pkg (#2170)
At this moment we have ClassCastException in Runtime  because of "camel-talendjob" package is included to generatd OSGi bundle (Runtime has this library also)
2018-04-02 11:06:15 +08:00
nrousseau
446fe2d874 chore(TUP-19195) log exception in the pom trigger 2018-04-01 22:47:45 +08:00
nrousseau
f23705a35b fix(TUP-19909) avoid NPE for non-process items 2018-04-01 21:25:23 +08:00
nrousseau
3182883e64 update license date 2018-04-01 21:25:23 +08:00
nrousseau
5bff2674f6 fix(TUP-19917) always get dependencies with virtual dep 2018-04-01 21:25:22 +08:00
zwxue
efe40be43b fix(TUP-19909): add error detail for job pom generation exception. (#2168) 2018-03-30 19:02:49 +08:00
hwang-talend
ddee5bbae0 fix(TUP-19839):tSnowflakeRow --> "Use PreparedStatement" ->'Parameter (#2152)
* fix(TUP-19839):tSnowflakeRow --> "Use PreparedStatement" ->'Parameter
Value' can't use context.

* fix(TUP-19839):tSnowflakeRow --> "Use PreparedStatement" ->'Parameter
Value' can't use context.

* fix(TUP-19839):tSnowflakeRow --> "Use PreparedStatement" ->'Parameter
Value' can't use context.
2018-03-30 18:53:37 +08:00
kjwang-talend
2fc8d46a9c fix(TUP-19913)NPE pop up if first do action on Project (#2167)
settings->reference project,then change to other settings page do some
actions
https://jira.talendforge.org/browse/TUP-19913
2018-03-30 18:49:32 +08:00
zwxue
f22119a0bb fix(TUP-19909):NPEs executing importItems with CommandLine. (#2165) 2018-03-30 18:33:05 +08:00
nrousseau
35dd612d29 fix(TUP-19904) fix jobserver issue for MR HDI (#2166) 2018-03-30 18:27:09 +08:00
Romain Manni-Bucau
107027f205 ensure to use a unified regex syntax between the web and the studio for tacokit (#2163) 2018-03-30 12:15:52 +02:00
kjwang-talend
4f605decf8 fix(TUP-19800)tNetezzaNZload --> "Data file" doesn't work on 701 (#2164)
https://jira.talendforge.org/browse/TUP-19800
2018-03-30 17:03:13 +08:00
mbasiuk-talend
d5d210c93a Mbasiuk/tdi 40066 snowflake salesforce repository refresh issue (#2113)
* fix(TDI-40066): create a temporary fix for refresh repository values

* fix(TDI-40066): fix issue with locked properties, prevent issue after
table action not executed

* fix(TDI-40066): fix repository schema related values

* fix(TDI-40066): fix table name issue, when switch to repo value

* fix(TDI-40066): remove unneeded pieces, fix issues with shown previous
name

* fix(TDI-40066): revert some code changes, add comments.

* fix(TDI-40066) change back windows line endings

* fix(TDI-40066) fix for abstract schema controller
2018-03-30 10:06:58 +03:00
nrousseau
1372d10257 fix(TUP-18661) avoid empty properties for joblet components (#2161) 2018-03-30 09:59:41 +08:00
zwxue
42dea3c3c0 fix(TUP-19850): fix job and folder move/rename action. (#2159) 2018-03-30 09:39:35 +08:00
Anas KHABALI
cb9e9bc9bc fix guess schema propagation for tacokit (#2160) 2018-03-29 16:14:51 +02:00
jzhao
c56a5b6ee8 feat(TDI-37995): Azure Data Warehouse from Azure Blob Storage using PolyBase (#2121) 2018-03-29 19:16:17 +08:00
wchen-talend
3c2e84a995 fix(TUP-19802):For DB Unified, Fixed schema for database error is added (#2138)
* fix(TUP-19802):For DB Unified, Fixed schema for database error is added
after applying database type

* fix(TUP-19802):For DB Unified, Fixed schema for database error is added
after applying database type
2018-03-29 15:57:38 +08:00
nrousseau
6e126df092 fix(TUP-19888) additional fix for HDI with spark 2018-03-29 15:04:29 +08:00
nrousseau
0806acf57c fix(TUP-19888) add routines if shade is not used (#2157) 2018-03-29 14:09:08 +08:00
zwxue
611b8a94c8 fix(TUP-19879):only part of jobs' pom file generated after import the (#2156)
attached job.
2018-03-29 11:37:44 +08:00
Anas KHABALI
d63f1890a9 fix guess schema freeze (#2154)
Fix guess schema freeze
Add guess schema from pojo
Add 100 record limit to guess schema
Fix cancel -  kill the guess schema process when canceled
2018-03-28 17:35:14 +02:00
zwxue
75f42f9bb4 feat(TUP-19824):Create poms for joblet and update job content. (#2145)
* feat(TUP-19824):Create poms for joblet and update job content.

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

* feat(TUP-19824): do install for joblet pom.
2018-03-28 18:46:41 +08:00
jzhao
4e5a11ef7d (TDI-40129) Upgrade to CXF 3.2.4 (#2125)
* tMicrosoftCRMXX and tWebService components
2018-03-28 14:01:17 +08:00
nrousseau
aa3474e1c9 fix(TUP-19877) Fix spark generation (#2151) 2018-03-28 12:42:03 +08:00
Chao MENG
8c7fd3dc83 item(TUP-19734): Support tacokit multischema auto fill (#2146)
https://jira.talendforge.org/browse/TUP-19734
Fix display problem of output
2018-03-28 10:17:05 +08:00
chmyga
6aef63ff4f fix: fix process init for beam processors (#2148) 2018-03-27 17:39:37 +03:00
apoltavtsev
b05fc699e0 TESB-21454 Remove "online" switch for OSGi Jobs (#2147) 2018-03-27 15:37:26 +02:00
Andreas Mattes
4420961fdd Bugfix/master/tesb 21283 (#1974)
* TESB-21283 - Correct context folder path for job as microservice.

* TESB-21283 - Check for context resoures at alternative places.
2018-03-27 13:28:20 +02:00
nrousseau
95d3891ecd fix(TUP-19045) Fix issues of codegen and editor (#2142) 2018-03-27 18:28:16 +08:00
pyzhou
a97a659afc fix(TDI-40284): Make dynamic and non-dynamic behave in accordance. (#2144) 2018-03-27 17:48:18 +08:00
SunChaoqun
fc265f00d5 TESB-21607:Fail to build route/REST service by commandline with (#2143)
LGTM
2018-03-27 17:04:43 +08:00
pyzhou
81e71d11bf Pyzhou/tdi 40254 set last part flag t s3put (#2140)
* Revert "fix(TDI-40254):For tS3Put, it is unable to upload the file stream KMS (#2118)"

This reverts commit 3a3dcfba5b.

* fix(TDI-40254):set last part for tS3put.

* fix(TDI-40254):modify the logic of judging available.
2018-03-27 15:34:09 +08:00
Chao MENG
09663ce675 item(TUP-19734): Support tacokit multischema auto fill (#2139)
(TUP-19734): Support tacokit multischema auto fill
https://jira.talendforge.org/browse/TUP-19734
2018-03-26 16:42:03 +08:00
nrousseau
dcbdac7b06 fix(TUP-19863) clear of console was not possible (#2137) 2018-03-26 16:22:26 +08:00
Jane Ding
fb88e5620e feat(TUP-19782)Add filter on the pom synchronization (#2133)
https://jira.talendforge.org/browse/TUP-19782
2018-03-26 16:12:28 +08:00
Chao MENG
a881cb4a87 item(TUP-19734): Support tacokit multischema auto fill (#2136)
https://jira.talendforge.org/browse/TUP-19734
2018-03-26 15:26:22 +08:00
wang wei
09219d09a1 fix(TDI-40276): Missing talend_DB_mssqlUtil.jar in 651, 652, 701 (#2135) 2018-03-26 15:05:39 +08:00
nrousseau
fda6b14e4e fix(TUP-19708) fix wrong setup of shade 2018-03-26 12:47:34 +08:00
nrousseau
de60371977 fix(TUP-19848) improve build performances (#2132) 2018-03-26 10:07:29 +08:00
nrousseau
4dec692c71 fix(TUP-19708) fix MR with HDInsight (#2131) 2018-03-25 11:09:30 +08:00
hwang-talend
cd942cea51 fix(TUP-19788):The JDBC connection info cannot be sync to tSqoop* (#2126)
components
2018-03-24 16:05:27 +08:00
apoltavtsev
0f74167030 TESB-21528 Missing config folder is added (#2130)
Fixed for microservice section in pom template
2018-03-23 15:38:55 +08:00
Chao MENG
223d1bdedc upgrade tacokit version to 0.0.4 (#2129)
upgrade tacokit version to 0.0.4
2018-03-23 15:32:42 +08:00
nrousseau
bab2cdbc73 fix(TUP-19195) remove unused classes for junits 2018-03-23 12:19:37 +08:00
nrousseau
7a85f31ea0 fix(TUP-15470) fix issue of execution of MR job
Set by default "java" for interpreter if not setup
2018-03-23 11:48:46 +08:00
nrousseau
fc467d5ba4 Nrousseau/tup 5897 fix console (#2127)
* fix(TUP-5897) fix console

* fix(TUP-5897) fix console
2018-03-23 11:48:13 +08:00
Mike Yan
a3a588e0eb TESB-21507: Add realtion for service (#2128) 2018-03-23 11:46:43 +08:00
Romain Manni-Bucau
95856e6568 starting to wire beam into the studio (#2122) 2018-03-23 11:00:10 +08:00
wchen-talend
c370a8a74c Wchen/bugfix/tup 19704 recursive job (#2119)
* fix(TUP-19704):Cannot run recursive jobs successfully

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

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

* fix(TUP-19704):Cannot run recursive jobs successfully
2018-03-23 09:51:27 +08:00
Dmytro Sylaiev
128baba16b fix(TDI-35055): Not send CWD . command to server (#2123)
* fix(TDI-35055): Not send CWD . command to server

* fix(TDI-35055): Fix cwd for sftp

* Fix properties message for connection component
2018-03-22 14:32:08 +02:00
nrousseau
9db7cc5007 fix(TUP-18552) fix classpath adjuster (#2120)
Don't use the adjuster to create the pom file
2018-03-22 19:01:40 +08:00
hcyi
a46e6c3026 fix(TUP-19691):java.lang.StackOverflowException when job is run. (#2039) 2018-03-22 17:11:15 +08:00
zwxue
08cf262862 fix(TESB-21577): add compatible options. (#2124) 2018-03-22 15:51:55 +08:00
hwang-talend
99d0105733 fit(TUP-19789):NPE error occurred in error log when check "Test connect" (#2112) 2018-03-22 10:46:59 +08:00
Ivan Gonchar
33e78ed471 fix(TCOMP-734): fix context and globalMap dynamic values wrapping in … (#2114)
* fix(TCOMP-734): fix context and globalMap dynamic values wrapping in quotes

* fix(TCOMP-734): use isDynamic() from ContextParameterUtils class

* chore(TCOMP-734): refactor else part in configuration.javajet

* fix(TCOMP-734): fix password decryption generated code

* fix(TCOMP-734): add context and globalMap support for table properties

* chore(TCOMP-734): remove ContextParameterUtils import
2018-03-22 10:26:10 +08:00
Olha Varnavina
24235b424f fix(TDI-40192): surrogate pair FileInputPositional (#2115)
* 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-21 16:00:39 +02:00
SunChaoqun
90fb97bbd4 TESB-21590:Pom generation for bundles seems generating the full code (#2117)
* TESB-21590:Pom generation for bundles seems generating the full code

* TESB-21590:Pom generation for bundles seems generating the full code

* TESB-21590:Pom generation for bundles seems generating the full code
2018-03-21 18:31:56 +08:00
pyzhou
3a3dcfba5b fix(TDI-40254):For tS3Put, it is unable to upload the file stream KMS (#2118) 2018-03-21 17:23:41 +08:00
Chao MENG
928a989601 fix a NPE problem (#2110)
fix a NPE problem
2018-03-21 15:50:43 +08:00
apoltavtsev
add5a429d5 TESB-21426 Path separator is corrected (#2077)
* TESB-21426  Path separator is corrected

* TESB-21528 tRouteInput is added to ESB Components
2018-03-21 08:37:58 +01:00
nrousseau
0b2373a14b fix(TUP-19419) fix project import on mac (#2116) 2018-03-21 15:16:33 +08:00
hwang-talend
5525d5164e fix(TUP-19526):Dynamic schema with generic JDBCconnection fails when job runs in remote execution(#2107) 2018-03-20 17:38:43 +08:00
Roman
924ec84bde fix(TDI-40157): problems with same name files (#2108)
* fix(TDI-40157): move overwriting of origin files list
2018-03-20 10:51:37 +02:00
zwxue
d6a6f16b0f fix(TUP-19687): fix testcase issue. (#2111) 2018-03-20 16:44:41 +08:00
hwang-talend
91aa16921b fix(TUP-19694):testcase version changed when open job as another version (#2045)
* fix(TUP-19694):testcase version changed when open job as another version

* fix(TUP-19694):testcase version changed when open job as another version
2018-03-20 16:19:27 +08:00
pyzhou
92ac79b8cb fix(TDI-30137):tSQLDWHOutput cannot create table. (#2109) 2018-03-20 14:43:52 +08:00
nrousseau
0348a9406b fix(TUP-19687) improve perf of gen pom (#2103)
* fix(TUP-19687) improve perf of gen pom

* fix(TUP-19687):Too much time when do import in items in studio.
2018-03-20 10:55:12 +08:00
pyzhou
a398dd0ca1 fix(TDI-32006): GlobalMap variable was not put sometime. (#2106) 2018-03-20 10:19:21 +08:00
pyzhou
ba2fb121f6 fix(TDI-33063):Wrong cid when tMonConnection exist. (#2105) 2018-03-19 16:32:58 +08:00
hwang-talend
221cb7c1dc fix(TUP-5360):Retrieve Salesforce Modules option is missing (#2068) 2018-03-19 15:31:10 +08:00
Olha Varnavina
0eb3f3b4f2 fix(TDI-35080): tWriteJsonField renders strings (#2094)
* fixed disappearance of the attributes when value is set for the
element
2018-03-16 11:58:24 +02:00
pyzhou
c81d7cd5b2 fix(TDI-39302):Eliminate useless plugin in pom of localprovider. (#2101) 2018-03-16 16:39:27 +08:00
pyzhou
2aa29673cb fix(TDI-40240):Deprecate tSAPBWInput component. (#2099) 2018-03-16 16:36:16 +08:00
Chao MENG
5e5f4597a9 item(TUP-19738): Tacokit migration API not wired into the studio (#2100)
https://jira.talendforge.org/browse/TUP-19738
(TUP-19738): Tacokit migration API not wired into the studio
2018-03-16 14:47:37 +08:00
Jane Ding
01026e02c3 fix(TUP-19726)publish job with testcase failed if check on "execute (#2095) 2018-03-16 14:38:58 +08:00
Stéphane Bouchet
262791dba9 TUP-19810 : Tycho fix (#2047)
* fix tycho warning

* fix tycho warning
2018-03-16 10:41:47 +08:00
195858
def174323b 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:19:45 +08:00
Roman
63c8197c24 fix(TDI-40157): remove overwriting of origin files list (#2098) 2018-03-15 18:28:34 +02:00
Chao MENG
5f68260ef3 upgrade TaCoKit version to 0.0.3 (#2088)
* upgrade TaCoKit version to 0.0.2

* upgrade TaCoKit version to 0.0.3
2018-03-15 20:18:36 +08:00
Chao MENG
7a44527e38 task(TUP-19738): Tacokit migration API not wired into the studio (#2097)
https://jira.talendforge.org/browse/TUP-19738
2018-03-15 20:01:14 +08:00
zwxue
3da053d8ef fix(TUP-19751):Reference project info in Main project->poms is missing (#2089)
after logon SVN project.
2018-03-15 19:38:34 +08:00
zwxue
8f4b23060d fix(TUP-19804):generate branch job failed. (#2096) 2018-03-15 19:33:35 +08:00
Pingwen Lin
5bccfa6c14 TMDM-11916 Can't download required jars(xmlschema-core-2.2.2.jar, neethi-3.1.0.jar) when run mdm demo jobs (#2093) 2018-03-15 17:12:53 +08:00
pyzhou
c1750cd45b Pyzhou/tdi 39302 move sap components to tis (#2090)
* fix(TDI-39302):build talend-sap.jar automaticly.

* fix(TDI-39302):Eliminate SAP components in TOS.

* Revert "fix(TDI-39302):build talend-sap.jar automaticly."

This reverts commit be3a6dc05c.

* fix(TDI-39302):tSapBWInput stays in TOS.
2018-03-15 16:11:19 +08:00
Chao MENG
63b1883dbd item(TUP-19738): Tacokit migration API not wired into the studio (#2092)
https://jira.talendforge.org/browse/TUP-19738
(TUP-19738): Tacokit migration API not wired into the studio
2018-03-15 15:21:57 +08:00
kjwang-talend
0dc292e6f6 TUP-19803 Fix the the junits on master (#2091)
https://jira.talendforge.org/browse/TUP-19803
2018-03-15 14:59:03 +08:00
Chao MENG
ac92834f6d item(TUP-19738): Tacokit migration API not wired into the studio (#2086)
https://jira.talendforge.org/browse/TUP-19738
(TUP-19738): Tacokit migration API not wired into the studio
2018-03-15 11:33:54 +08:00
pyzhou
6bc92ee274 fix(TDI-40233):Change the property name of "Server side encryption ID" (#2081)
to the CMK
2018-03-15 10:34:25 +08:00
chmyga
6a2d3c3ec8 Dchmyga/fix reject flows tacokit (#2087)
* Revert "fix: fix reject schema name (#2080)"

This reverts commit 6799f4db41.

* fix: fix reject connector name
2018-03-14 15:02:03 +02:00
Anas KHABALI
b1248039e8 refactor and fix guess schema action (#2084) 2018-03-14 19:48:00 +08:00
chmyga
6799f4db41 fix: fix reject schema name (#2080)
* fix: fix reject schema name

* Use REJECT connector name for reject schemas

* fix: fix reject schema name

* Clean code a bit
2018-03-14 12:00:49 +02:00
chmyga
5642dae605 fix: add locales class used by help (#2082) 2018-03-14 11:49:39 +02:00
chmyga
7e48b0edc2 Dchmyga/tacokit help content (#2070)
* feat: automate documentation loading

* Add TaCoKit components documentation loading to Help ToC

* Add TaCoKit dynamic help content production

* Add TaCoKit dynamic context

* feat: automate documentation loading

* Add component description to context

* Add component anchor to documentation page link

* feat: automate documentation loading

* Add fallback page

* Fix problems with contribution id in ToC

* feat: automate documentation loading

* Fix PR comments, clean the code
2018-03-14 17:14:21 +08:00
zwxue
f124803044 fix(TUP-19388):Log on main project and build out refer project's job (#2079)
with testcase out will fail
2018-03-14 11:56:21 +08:00
zwxue
92bb2a6f5a fix(TUP-19517):Log on main project and build out refer project's job (#2073)
will lack of jar.
2018-03-14 11:54:53 +08:00
Vladimir Bogatyrov
cf2f2f01f2 [TESB-21378] Issues publishing artifacts with Studio commandline (#2033) 2018-03-13 18:44:46 +01:00
Pingwen Lin
1ced3233a3 TMDM-11903 Upgrade CXF to 3.2.2, WSS4J to 2.2.1 for MDM components (#2071)
On behalf of Lin Pingwen
2018-03-13 17:59:51 +08:00
SunChaoqun
5209da7601 TESB-21510:Fail to run cMap route in runtime for fail in starting (#2075) 2018-03-13 16:45:08 +08:00
Mike Yan
96efafb875 TESB-21526: Fixed publshing no classed by commandline and studio (#2074)
Updated exportJobForOSGI method to fix OSgi type export
2018-03-13 16:41:08 +08:00
kjwang-talend
dd17af0afd TUP-19064 Studio consuming CPU after opening a Job (no other activity) (#2059)
https://jira.talendforge.org/browse/TUP-19064
2018-03-13 11:06:20 +08:00
hwang-talend
337fff0d24 fix(TUP-19743):TDS Connection settings in metadata : export as context (#2060) 2018-03-13 10:53:13 +08:00
kjwang-talend
1987ca82e5 Kjwang/fix(tup 19441)can't open project in studio when reference project removed (#2012)
* TUP-19441 Can't open project in studio when reference project removed
https://jira.talendforge.org/browse/TUP-19441

* TUP-19441 Can't open project in studio when reference project removed
https://jira.talendforge.org/browse/TUP-19441
2018-03-13 10:39:54 +08:00
jzhao
264ff4ec86 fix(TDI-35057) error shown when switch to JobScript tab (#2069)
* rename parameter name for tS3Put and tS3Copy
2018-03-13 10:36:04 +08:00
hwang-talend
6075d96442 fix(TUP-19421):Missing connection info when D&D tJDBCSCDELT and (#2024) 2018-03-13 10:09:42 +08:00
Ivan Gonchar
19497211f1 fix: set explicitly connector type by setInput() method (#2043) 2018-03-12 12:34:22 +02:00
wang wei
13a292c6c9 fix(TDI-40201): ts3put is slower than expected (#2058) 2018-03-12 16:43:46 +08:00
zshen-talend
0ed66a3978 feat(TDQ-14700): Support filter on Survivorship function column of match (#2066) 2018-03-12 15:39:07 +08:00
nrousseau
5e3fa18204 fix(TUP-19758) generate code even if the jars are missing (#2065) 2018-03-12 10:30:13 +08:00
zwxue
b60aec3a40 fix(TUP-19458):project groupId may keep to empty. (#2064) 2018-03-12 09:53:36 +08:00
Dmytro Sylaiev
3ccbed42a7 fix(TDI-40197): Replace wrong fileseparators in tftpfileList (#2062) 2018-03-09 16:17:04 +02:00
zwxue
89b3aa9871 fix(TUP-19764):After change the maven setting value in project (#2061)
setting-maven, it can not work for new created jobs.
2018-03-09 20:04:43 +08:00
zwxue
84283a705e fix(TUP-19675):renaming a DIjob in studio dont remove its module from (#2057)
the codeMaster.
2018-03-08 19:05:44 +08:00
zwxue
6e0a9b259e fix(TUP-19679):routines with wrong groupId (#2056) 2018-03-08 18:33:33 +08:00
nrousseau
d9c2f05747 fix(TUP-19687) fix import issue (#2055)
The generation of pom was done 2 times during the process (migration
task + task at the end of import.
Disable the generation of pom here to have it only at the end of the
migration only. (means enable it only during the logon project)
2018-03-08 18:06:18 +08:00
SunChaoqun
2c41ce69f6 TESB-20453:Changes for Single Maven Build: Routes (#2053) 2018-03-08 15:55:16 +08:00
jzhao
5daab5190f feat(TDI-40129) Upgrade to CXF 3.2.2 (#2046) 2018-03-08 15:17:47 +08:00
wchen-talend
3c59eae6d0 fix(TUP-19692):Bad performance when do updating stats&logs setting to (#2052)
* fix(TUP-19692):Bad performance when do updating stats&logs setting to
all jobs.

* Update messages.properties
2018-03-08 12:44:37 +08:00
xlwang-tlnd
6e0eaf0650 xlwang(TUP-19419)/Import Existing 'Valid' project into Local Connection (#2020)
* xlwang(TUP-19419)/Import Existing 'Valid' project into Local Connection
is disabled
https://jira.talendforge.org/browse/TUP-19419

* xlwang/fix(TUP-19419)Import Existing 'Valid' project into Local
Connection is disabled
2018-03-08 11:33:23 +08:00
kjwang-talend
5ab50fa533 fix(TUP-19400)If project has not been initialized, it does not appear in (#2019)
Reference Project settings
https://jira.talendforge.org/browse/TUP-19400
2018-03-08 10:34:26 +08:00
hwang-talend
a84aaa2d62 fix(TUP-19508):Snowflake Drag from Repository, Component List is Wrong (#2015) 2018-03-08 10:30:40 +08:00
Dmytro Sylaiev
61ba951be0 fix(TDI-40206): Enter binary mode ftps ftpFileProperties (#2051) 2018-03-07 18:30:36 +02:00
Dmytro Sylaiev
84a1442422 fix(TDI-38944): Fix wrong control file argument (#2049) 2018-03-07 13:55:00 +02:00
zwxue
0b13a0dd11 fix(TUP-19695): update code change. (#2050) 2018-03-07 19:48:43 +08:00
Jane Ding
52ee8db2fa fix(TUP-19695)run task failed with error :Error: Could not find or load (#2048)
main class commonpro.tjava_0_1.tjava
https://jira.talendforge.org/browse/TUP-19695
2018-03-07 19:18:09 +08:00
Dmytro Sylaiev
984b0b5e70 fix(TDI-40199): Migrate pagesize as number property instead of string (#2041)
* fix(TDI-40199): Migrate pagesize as number property instead of string

* fix(TDI-40199): Process globalMap and context values

* chore(TDI-40199): Minor refactoring

* Rename method

* Fix indentation
2018-03-07 13:10:39 +02:00
Pierre Teyssier
092104853b fix(TDI-40191): Add GoogleDrive documentation 2018-03-07 18:32:46 +08:00
Mike Yan
c2bcdbb894 TESB-21454: Updated maven-bundle-plugin version for OSGi type export (#2044) 2018-03-07 17:50:20 +08:00
zwxue
5198d5dde6 fix(TUP-19452):Add sync all poms function. (#2040) 2018-03-07 11:44:02 +08:00
apoltavtsev
f6bd24a474 TESB-20833 Disable maven offline for Jobs (#2042) 2018-03-06 18:20:59 +01:00
Mike Yan
17ff31a8d1 TESB-21489: Avoid to generate code in JobJavaScriptOSGIForESBManager (#2038) 2018-03-06 19:18:43 +08:00
jzhao
3ccde4a92d feat(TDI-40177): Update salesforce API to latest version 42 (#2036) 2018-03-06 17:29:37 +08:00
Romain Manni-Bucau
ff9a25daa7 Tcomp1 integration (#2035)
* starting to integrate tcomp1 plugin

* moving javajets and updating manifest to match the default layout of a plugin

* dependencies for sdk plugin

* removing templating java plugin

* cleaning up .classpath and adding a comment on version upgrade
2018-03-06 10:22:30 +08:00
wchen-talend
bfcba5303c fix(TUP-19682):tJDBC --> Can't switch to Snowflake database. (#2029)
* fix(TUP-19682):tJDBC --> Can't switch to Snowflake database.

* fix(TUP-19682):add junit test
2018-03-06 10:05:32 +08:00
Mike Yan
7e7f0bb69c TESB-21445 NPE error when request a service with saml (#2031)
* TESB-20833: Add REST Microservice type for mapping

* TESB-20833: Enable ESB Microservice for data service

* TESB-21402: Fixed subjob support for ESB OSGi type

* TESB-21445: NPE error when request a service with saml
2018-03-05 17:04:13 +08:00
Chao MENG
381290c458 Don't popup dialog for junit since it will block the junit (#2032) 2018-03-05 17:03:38 +08:00
nrousseau
46ca7f6a38 fix(TUP-19688) fix the old export job still used for mdm (#2030) 2018-03-05 16:43:42 +08:00
hwang-talend
f5aafd113d fix(TUP-19661):tJDBCInput Guess Query not work well when use oracle database(#2026) 2018-03-05 15:11:52 +08:00
pyzhou
5b72c62a51 fix(TDI-34082):use Node instead of Iprocess. (#2028) 2018-03-05 14:34:07 +08:00
wang wei
de19b4b3d0 fix(TDI-40183): Migration for tJDBCOutput:the value for field option in advance setting is wrong(#2027) 2018-03-05 14:11:08 +08:00
nrousseau
861804eef9 fix(TUP-19666) fix problem of switch branch for codegen
Remvoe the login task to execute the code when login the project
2018-03-04 21:20:41 +08:00
nrousseau
13fc1d6097 fix(TUP-19666) fix problem of switch branch for codegen
Remvoe the login task to execute the code when login the project
2018-03-04 18:24:29 +08:00
nrousseau
155964c12b regenerate method 2018-03-04 17:32:39 +08:00
nrousseau
0fd2d543c8 fix(TUP-19700) fix memory issue 2018-03-04 16:06:32 +08:00
nrousseau
2e480e36e0 fix(TUP-18552) fix classpath adjuster and tRunjob 2018-03-04 16:06:29 +08:00
jzhao
891384f149 fix(TDI-39894):update jackson version 2.x.x to 2.9.4 (#2013)
* fix(TDI-39894):update jackson version 2.x.x to 2.9.4

* dropbox/bigquery components jackson-core upgrade
2018-03-02 14:57:49 +08:00
zwxue
4b34952ebb fix(TUP-19635):Project setting ->Maven->project default xml content is (#2025)
null.
2018-03-02 10:50:37 +08:00
hwang-talend
f7b0b945f0 fix(TUP-19446):SNOWFLAKE connection in metadata repository (#2009) 2018-03-02 10:14:50 +08:00
Dmytro Sylaiev
ca8d70b70b fix(TDI-40071): Expand migration task (#1999)
* fix(TDI-40071): Expand migration task

* Remain cmd mode of marklogic bulkload in jobs migrated from javajet

* chore(TDI-40071): Update comment about new properties
2018-03-01 13:20:34 +02:00
ypiel
04edde7ded fix(TDI-40178) : Use cid in code generation (#2022)
* fix(TDI-40178) : Use cid in code generation.
2018-03-01 11:30:29 +02:00
zwxue
aadbdabfbd fix(TUP-19534):log4j level does not work as expected while building (#2021)
standard job.
2018-03-01 17:22:58 +08:00
pyzhou
112548302c fix(TDI-34082):correct mistake in plugin.xml (#2018) 2018-03-01 15:39:41 +08:00
zwxue
559d264f0f fix(TUP-19535):Always run job fail which use a trunjob. (#2017) 2018-03-01 15:24:23 +08:00
pyzhou
501f300877 fix(TDI-34082):tExtractJsonField split list. (#2016) 2018-03-01 14:28:03 +08:00
wchen-talend
c2c65c5851 fix(TUP-19423):When using Generic DB Connector / tDBConnection / select (#2010)
MemSQl -> Apply : nothing happen
2018-03-01 11:44:01 +08:00
hcyi
d21b9af425 fix(TUP-19131):Remote project creation without user & password -> HTTP (#1996)
500 error
2018-03-01 09:30:43 +08:00
Chao MENG
bf688a7162 fix(TUP-19615): Libraries cache is not recreated during Studio startup (#2014)
fix(TUP-19615): Libraries cache is not recreated during Studio startup in case of path to Studio contains special symbols (for example, "!")
https://jira.talendforge.org/browse/TUP-19615
2018-02-28 19:07:31 +08:00
Olha Varnavina
f6168f5b89 fix(TDI-35080): tWriteJsonField renders strings (#2008)
* fix(TDI-35080): tWriteJsonField renders strings

* added Quote all values option, numbers and boolean values won't be
surrounded by quotation marks if this option is unchecked
* added migration task to check this option in old jobs

* added check for the case when item is null on not java

* simplified statement of setting parameter value
2018-02-28 12:05:06 +02:00
zwxue
07e1eab556 fix(TUP-19595):generate job failed with Job compile errors. (#2011) 2018-02-28 16:50:49 +08:00
nrousseau
d23a6240da remove format debug (not compatible with new CI with remote project) 2018-02-28 11:09:35 +08:00
kjwang-talend
5c18a5a790 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:52:29 +08:00
wchen-talend
7b129275d2 fix(TUP-19619):new Automap function should be EE only (#2004) 2018-02-28 10:41:08 +08:00
GGu
6f2441993c fix(TUP-19341): move the migration task (#1928) 2018-02-28 10:37:11 +08:00
GGu
e3a0d278f5 fix(TUP-19523): check dynamic metadata for jdbc (#2007) 2018-02-28 10:35:39 +08:00
Jane Ding
fdc8ac747c fix(TUP-19402)Can not import in project folder items. (#1954)
https://jira.talendforge.org/browse/TUP-19402
2018-02-28 10:23:53 +08:00
3870 changed files with 31633 additions and 9432 deletions

64
PATCH_RELEASE_NOTE.md Normal file
View File

@@ -0,0 +1,64 @@
---
version: 7.0.1
module: https://talend.poolparty.biz/coretaxonomy/42
product:
- https://talend.poolparty.biz/coretaxonomy/23
---
# TPS-3208
| Info | Value |
| ---------------- | ---------------- |
| Patch Name | Patch\_20190626\_TPS-3208\_v1-7.0.1 |
| Release Date | 2019-06-26 |
| Target Version | 20180411_1414-V7.0.1 |
| Product affected | Talend Studio |
## Introduction
This is a self-contained patch.
- This fixed patch TPS-2855 and TPS-2777 were crashed after installed studio patch "Patch_20190211_TPS-2850_v1-7.0.1"
- When work with ESB container, need to make sure that "jtds-1.3.1-patch.jar" or other version JTDS driver have been replaced with "jtds-1.3.1-patch-20190523.jar" in ESB container(relate TPS-2855)
**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-2855 [7.0.1] ClassCastException with dynamic schema and data source alias from table with column of type nvarchar(max) (TDI-42356)
- TPS-2777 [7.0.1] For tMSSqlOutput/tMSSqlSP and tSQLDWHOutput, the code for data source alias is never generated (TDI-40855)
## Prerequisites
Consider the following requirements for your system:
- Talend Studio 7.0.1 must be installed.
- Patch "Patch_20190211_TPS-2850_v1-7.0.1" must be installed
## Installation
### Installing the patch using Software update
**NOTE**: If the customer has not yet installed any patch before with Nexus3, a TUP patch named Patch_20180510_TPS-2482_v1-7.0.1.zip must be deployed first in the appoarch "Installing the patch using Talend Studio".
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}

View File

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

View File

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

View File

@@ -14,4 +14,5 @@ AlfrescoOutputModelManager.prefixConflict=N
AlfrescoOutputModelManager.notYetAdded=Este modelo aind não foi adicionado
AlfrescoModelDialog.addModelFailed=Falha ao adicionar modelo
AlfrescoModelDialog.modelTable.name=Nome
AlfrescoModelDialog.remove=Remover
AlfrescoOutputManager.failedLoadModel=Falha ao carregar modelo do metadado do componente, reinicializando

View File

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

View File

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

View File

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

View File

@@ -139,3 +139,4 @@ 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
generatedcode.copyright.body1=This source code has been automatically generated by {0}

View File

@@ -1,4 +1,3 @@
generatedcode.copyright.body1==
CodeGenerator.newLine=\n\n\n\n
CodeGenInit.createProject=Crear proyecto {0}
CodeGenInit.deleteProject=Borrar proyecto {0}

View File

@@ -5,8 +5,10 @@ CodeGeneratorEmittersPoolFactory.Class.NotFound=\u30C6\u30F3\u30D7\u30EC\u30FC\u
CodeGeneratorEmittersPoolFactory.PersitentData.Error=\u6301\u7D9A\u30C7\u30FC\u30BF\u3092\u4FDD\u5B58\u3067\u304D\u307E\u305B\u3093 :
generatedcode.copyright.title=Copyright (c) 2005-2009, Talend Inc.
CodeGeneratorEmittersPoolFactory.initMessage=\u751F\u6210\u30A8\u30F3\u30B8\u30F3\u306E\u521D\u671F\u5316\u4E2D...
generatedcode.copyright.body5=(http://www.gnu.org/licenses/lgpl.html)\u3002
EmfEmittersPersistence.CodeGen.DataMissing=\u30B3\u30FC\u30C9\u751F\u6210\u306E\u30C7\u30FC\u30BF\u304C\u4E0D\u8DB3\u3057\u3066\u3044\u307E\u3059\u3002\u5B8C\u5168\u306A\u30B3\u30FC\u30C9\u751F\u6210\u3092\u958B\u59CB\u3057\u3066\u3044\u307E\u3059\u3002
CodeGenerator.JET.TimeOut=JET\u521D\u671F\u5316\u30BF\u30A4\u30E0\u30A2\u30A6\u30C8
generatedcode.copyright.body4=\u3053\u306E\u30B3\u30FC\u30C9\u306FGNU LGPL\u30E9\u30A4\u30BB\u30F3\u30B9\u306E\u6761\u4EF6\u306B\u57FA\u3065\u3044\u3066\u914D\u5E03\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059
CodeGenerator.Node.NotFound=\u73FE\u5728\u306E\u30D7\u30ED\u30BB\u30B9\u306B\u30CE\u30FC\u30C9\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093
generatedcode.copyright.body3=Talend\u88FD\u54C1\u306E\u3055\u3089\u306B\u8A73\u3057\u3044\u60C5\u5831\u306F\u3001www.talend.com\u3092\u3054\u89A7\u4E0B\u3055\u3044\u3002
EmittersPoolFactoryImpl.Class.IllegalArg=\u30AF\u30E9\u30B9 '{0}' \u306F\u6709\u52B9\u306A\u5206\u985E\u5B50\u3067\u306F\u3042\u308A\u307E\u305B\u3093
@@ -45,7 +47,7 @@ ComponentsFactory.load.components=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u30
ComponentsFactory.parentNotRecompiled=\u8B66\u544A: *.inc.javajet\u306E\u89AA\u304C\u30EA\u30B3\u30F3\u30D1\u30A4\u30EB\u3055\u308C\u3066\u3044\u307E\u305B\u3093\uFF01
ComponentsLocalProviderService.componentLoadError=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u30ED\u30FC\u30C9\u30A8\u30E9\u30FC
ComponentsLocalProviderService.talendExchangeError=Talend Exchange \u30A8\u30E9\u30FC
ComponentsPreferencePage.ButtonLabel0=\u6210\u529F
ComponentsPreferencePage.ButtonLabel0=OK
ComponentsPreferencePage.configuration.LINK_STYLE=\u30C7\u30D5\u30A9\u30EB\u30C8\u30DE\u30C3\u30D4\u30F3\u30B0\u30EA\u30F3\u30AF\u306E\u8868\u793A :
ComponentsPreferencePage.rowLimit=\u884C\u6570\u5236\u9650
ComponentsPreferencePage.WarningMsg=Talend Open Studio\u3092\u518D\u8D77\u52D5\u3057\u3066\u3001\u62E1\u5F35\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u3092\u30ED\u30FC\u30C9\u3057\u307E\u3059\u3002
@@ -137,3 +139,4 @@ 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
generatedcode.copyright.body1=\u3053\u306E\u30BD\u30FC\u30B9\u30B3\u30FC\u30C9\u306F{0}\u306B\u3088\u3063\u3066\u81EA\u52D5\u7684\u306B\u751F\u6210\u3055\u308C\u307E\u3057\u305F

View File

@@ -7,7 +7,6 @@ EmfEmittersPersistence.CodeGen.DataMissing=Falta de dados na gera
CodeGenerator.JET.TimeOut=Inicialização do JET excedeu o limite de tempo
CodeGenerator.Node.NotFound=Nodo não encontrado no processo atual
EmittersPoolFactoryImpl.Class.IllegalArg=A classe '{0}' não é uma classe válida
generatedcode.copyright.body1==
CodeGenerator.getGraphicalNode1=-----process.getGraphicalNodes()------
CodeGenerator.getGraphicalNode2=------process.getGeneratingNodes()------
CodeGenerator.newLine=\n\n\n\n

View File

@@ -9,7 +9,6 @@ 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
@@ -60,6 +59,7 @@ FAMILY.HSQLDb=HSQLdb
FAMILY.Informix=Informix
FAMILY.Ingres=Ingres
FAMILY.Input=\u8F93\u5165
FAMILY.Internet=\u4E92\u8054\u7F51
FAMILY.JavaDB=JavaDB
FAMILY.MSSql=MSSQL
FAMILY.MaxDB=MaxDB

View File

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

View File

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

View File

@@ -103,7 +103,6 @@ PropertiesWizardPage.Version=\u0627\u0644\u0646\u0633\u062E\u0629
QueryTypeController.alert=\u062A\u0646\u0628\u064A\u0647
QueryTypeController.nothingToGuess=\u0644\u0627 \u0634\u064A\u0621 \u0644\u0644\u062A\u062E\u0645\u064A\u0646.
SQLPatternComposite.TOS=Talend Open Studio
SQLPatternComposite.add=\u0625\u0636\u0627\u0641\u0629
SQLPatternComposite.delete=\u062D\u0630\u0641
SQLPatternComposite.up=\u0623\u0639\u0644\u0649
TalendLaunchToolbarAction.information=\u0645\u0639\u0644\u0648\u0645\u0627\u062A

View File

@@ -154,7 +154,6 @@ CreateNodeCommand.Label=Erstelle Node
EParameterName.fileNameStats=Dateiname Statistik
ConnectionReconnectCommand.LabelSource=Verschiebe Verbindungsquelle
Problems.category.routines=Routinen
EmfComponent.Count=Count
ComboController.valueFromRepository=Werte aus dem Repository übernommen
EParameterName.schemaDb=Schema
ConnectionCreateAction.error=Fehler

View File

@@ -174,7 +174,6 @@ CreateNodeCommand.Label=\u0394\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u
EParameterName.fileNameStats=\u038C\u03BD\u03BF\u03BC\u03B1 \u0391\u03C1\u03C7\u03B5\u03AF\u03BF\u03C5 \u03A3\u03C4\u03B1\u03C4\u03B9\u03C3\u03C4\u03B9\u03BA\u03CE\u03BD
ConnectionReconnectCommand.LabelSource=\u039C\u03B5\u03C4\u03B1\u03BA\u03AF\u03BD\u03B7\u03C3\u03B7 \u03A0\u03B7\u03B3\u03AE\u03C2 \u03A3\u03CD\u03BD\u03B4\u03B5\u03C3\u03B7\u03C2
Problems.category.routines=\u03A1\u03BF\u03C5\u03C4\u03AF\u03BD\u03B5\u03C2
EmfComponent.Count=\u039C\u03AD\u03C4\u03C1\u03B7\u03C3\u03B7
ComboController.valueFromRepository=\u03A4\u03B9\u03BC\u03AE \u03C0\u03B1\u03C1\u03BC\u03AD\u03BD\u03B7 \u03B1\u03C0\u03CC \u03C4\u03BF \u03C7\u03CE\u03C1\u03BF \u03B1\u03C0\u03CC\u03B8\u03B5\u03C3\u03B7\u03C2
EParameterName.schemaDb=\u03A3\u03C7\u03AE\u03BC\u03B1
ProblemsView.resource=\u03A0\u03CC\u03C1\u03BF\u03C2
@@ -473,7 +472,6 @@ ReloadFromProjectSettings=&\u0395\u03C0\u03B1\u03BD\u03B1\u03C6\u03CC\u03C1\u03C
ReloadFromProjectSettingsMessages=\u0397 \u03C4\u03C1\u03AD\u03C7\u03BF\u03C5\u03C3\u03B1 \u03C1\u03CD\u03B8\u03BC\u03B9\u03C3\u03B7 \u03B8\u03B1 \u03B4\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03B5\u03AF, \u03B8\u03AD\u03BB\u03B5\u03C4\u03B5 \u03BD\u03B1 \u03C3\u03C5\u03BD\u03B5\u03C7\u03AF\u03C3\u03B5\u03C4\u03B5;
ReloadFromProjectSettingsToolTipText=\u0395\u03C0\u03B1\u03BD\u03B1\u03C6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7 \u03C4\u03B9\u03BC\u03CE\u03BD \u03B1\u03C0\u03CC \u03C3\u03B5\u03BB\u03AF\u03B4\u03B1 \u03C1\u03C5\u03B8\u03BC\u03AF\u03C3\u03B5\u03C9\u03BD \u03AD\u03C1\u03B3\u03BF\u03C5 (Shift+R)
SQLPatternComposite.TOS=Talend Open Studio
SQLPatternComposite.add=\u03A0\u03C1\u03C3\u03B8\u03AE\u03BA\u03B7
SQLPatternComposite.delete=\u03B4\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE
SQLPatternComposite.down=\u039A\u03AC\u03C4\u03C9
SQLPatternComposite.forbidModification=\u0391\u03C0\u03B1\u03B3\u03BF\u03C1\u03B5\u03CD\u03B5\u03C4\u03B1\u03B9 \u03B7 \u03C4\u03C1\u03BF\u03C0\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7 \u03C3\u03C4\u03BF \u03C0\u03C1\u03CC\u03C4\u03C5\u03C0\u03BF sql \u03C4\u03BF\u03C5 \u03C3\u03C5\u03C3\u03C4\u03AE\u03BC\u03B1\u03C4\u03BF\u03C2, \u03B8\u03AD\u03BB\u03B5\u03C4\u03B5 \u03BD\u03B1 \u03B4\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AE\u03C3\u03B5\u03C4\u03B5 \u03AD\u03BD\u03B1 \u03BD\u03AD\u03BF;

View File

@@ -35,7 +35,6 @@ EParameterName.Level.Log.File=Level
ToggleSubjobsAction.LABEL=Toggle Subjobs
EParameterName.schemaOptions=Schema Options
EParameterName.Purpose=Purpose
EParameterName.Purpose=Purpose
MultiPageEditorContributor.Grid=&Grid
EParameterName.tableLogs=Logs Table
SqlMemoController.QueryError.infoMsg=This query can not contain context parameters(like $_context) ,\n or this query has not been enclosed by {0} . Please correct.
@@ -144,7 +143,6 @@ NewProcessWizard.failureText=Job could not be saved
ContextParameterPage.shouldPrompt=Prompt for value
ContextParameterPage.prompt=Prompt
EParameterName.Name=Name
EParameterName.Name=Name
EParameterName.onDatabaseFlag=On Databases
ChangeMetadataCommand.messageDialog.propagate=Propagate
ContextParameterPage.name=Name
@@ -226,7 +224,6 @@ TalendEditorContextMenuProvider.Trigger=Trigger
ConnectionDeleteCommand.Label=Delete Connection
Process.errorLoadingConnectionMessage=Some errors appear after the migration in the following connections, please check them:
EParameterName.Author=Author
EParameterName.Author=Author
EParameterName.componentName=Component Name
SubjobBasicComposite.DialogTitle=Subjob Setting
DesignerPreferencePage.SubjobColorLabel=Subjob Color
@@ -243,7 +240,6 @@ EParameterName.ConnectionFormat=Connection format
ExecuteSystemCommandCommand.Title=Executed command
ChangeActivateStatusSubjobCommand.Label.DeactiveComplete=Deactivate all linked Subjobs
EParameterName.Description=Description
EParameterName.Description=Description
Process.IfToUpgradeMetadata=The metadata used in the following component(s) has been modified.\nSelect the component(s) that you want to update from the repository.
NewProcessWizard.title=New Job
CheckController.decoration.description=Value taken from the repository
@@ -304,7 +300,6 @@ NoRepositoryDialog.Title=Error
StatsAndLogsComposite.ReloadMessages=Current setting will be overwritten, do you want to continue?
EParameterName.propertyType=Property Type
EParameterName.Status=Status
EParameterName.Status=Status
EParameterName.Log.Db=Log to Database
NodesPasteAction.paste=Paste
TalendEditorPaletteFactory.Tools=Tools
@@ -949,3 +944,5 @@ 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.
PerformancePreferencePage.tacTimeout.read=Read timeout from Administrator Center (seconds)
AbstractJobSettingsPage.save=Do you want to update pom for all jobs? \n This operation might take long time depends on your project size.
EmfComponent.Count=Count

View File

@@ -121,7 +121,6 @@ PromptDefaultValueDialog.column=Columna
PromptDefaultValueDialog.defaultValue=Valor Default
PropertiesWizardPage.Version=Versión
QueryTypeController.alert=Alerta
SQLPatternComposite.add=Agregue
SQLPatternComposite.delete=Borrar
TalendEditorDropTargetListener.cancelOperation=Cancelar esta operación
TalendEditorDropTargetListener.chooseComponent=Elija un componente a crear.

View File

@@ -35,7 +35,6 @@ EParameterName.Level.Log.File=Niveau
ToggleSubjobsAction.LABEL=Supprimer le surlignage des sous-jobs
EParameterName.schemaOptions=Options du schéma
EParameterName.Purpose=Objectif
EParameterName.Purpose=Objectif
MultiPageEditorContributor.Grid=&Grille
EParameterName.tableLogs=Table de logs
SqlMemoController.QueryError.infoMsg=Cette requête ne peut contenir des paramètres de contexte (comme $_context) ,\n ou cette requête n'a pas été entourée de {0}. Merci de corriger.
@@ -142,7 +141,6 @@ NewProcessWizard.failureText=Le Job n'a pas pu
ContextParameterPage.shouldPrompt=Invite pour une valeur
ContextParameterPage.prompt=Invite
EParameterName.Name=Nom
EParameterName.Name=Nom
EParameterName.onDatabaseFlag=Dans la base de données
ChangeMetadataCommand.messageDialog.propagate=Propager
ContextParameterPage.name=Nom
@@ -224,7 +222,6 @@ TalendEditorContextMenuProvider.Trigger=Trigger
ConnectionDeleteCommand.Label=Supprimer une connexion
Process.errorLoadingConnectionMessage=Des erreurs sont apparues après la migration des connexions suivantes, merci de les vérifier \:
EParameterName.Author=Créé par :
EParameterName.Author=Créé par :
EParameterName.componentName=Nom du composant
SubjobBasicComposite.DialogTitle=Paramètre du sous-job
DesignerPreferencePage.SubjobColorLabel=Couleur d'un sous-job
@@ -241,7 +238,6 @@ EParameterName.ConnectionFormat=Format de connexion
ExecuteSystemCommandCommand.Title=Commande exécutée
ChangeActivateStatusSubjobCommand.Label.DeactiveComplete=Désactiver les Sous-job liés
EParameterName.Description=Description
EParameterName.Description=Description
Process.IfToUpgradeMetadata=La métadonnée utilisée dans le(s) composant(s) suivant(s) a été modifiée.\nSélectionnez le(s) composant(s) que vous voulez mettre à jour à partir du Référentiel.
NewProcessWizard.title=Nouveau Job
CheckController.decoration.description=Valeur prise du référentiel
@@ -302,7 +298,6 @@ NoRepositoryDialog.Title=ERROR
StatsAndLogsComposite.ReloadMessages=Les paramètres actuels seront écrasés. Voulez-vous continuer ?
EParameterName.propertyType=Type de propriété
EParameterName.Status=Statut
EParameterName.Status=Statut
EParameterName.Log.Db=Logger dans une base de données
NodesPasteAction.paste=Coller
TalendEditorPaletteFactory.Tools=Outils

View File

@@ -120,7 +120,6 @@ PropertiesWizardPage.Version.Minor=M
QueryTypeController.alert=Upozorenje
QueryTypeController.nothingToGuess=Ni\u0161ta za pogoditi.
SQLPatternComposite.TOS=Talend Open Studio
SQLPatternComposite.add=Dodaj
SQLPatternComposite.delete=Obri\u0161i
TalendLaunchToolbarAction.noAvailableItem=Niti jedna stavka koja se izvr\u0161ava nije dostupna.
WSDL2JAVAController.TOS=Talend Open Studio

View File

@@ -166,7 +166,6 @@ CreateNodeCommand.Label=Creare nodo
EParameterName.fileNameStats=Nome file statistiche
ConnectionReconnectCommand.LabelSource=Spostare la connessione d'origine
Problems.category.routines=Routine
EmfComponent.Count=conta
ComboController.valueFromRepository=Valore ripreso dal repository
EParameterName.schemaDb=Schema
ProblemsView.resource=Risorsa
@@ -463,7 +462,6 @@ ReloadFromProjectSettings=&Ricarica dalle impostazioni del progetto
ReloadFromProjectSettingsMessages=L'attuale impostazione sarà sovrascritta. Vuoi continuare?
ReloadFromProjectSettingsToolTipText=Ricarica valori dalla pagina di impostazione del progetto (Shift+R)
SQLPatternComposite.TOS=Talend Open Studio
SQLPatternComposite.add=Aggiungi
SQLPatternComposite.delete=Rimuovi
SQLPatternComposite.down=Giù
SQLPatternComposite.forbidModification=Modifica proibita suil sistema del template sql. Vuoi crearne una ora?

View File

@@ -35,7 +35,6 @@ EParameterName.Level.Log.File=\u30EC\u30D9\u30EB
ToggleSubjobsAction.LABEL=\u30B5\u30D6\u30B8\u30E7\u30D6\u306E\u5207\u308A\u66FF\u3048
EParameterName.schemaOptions=\u30B9\u30AD\u30FC\u30DE\u30AA\u30D7\u30B7\u30E7\u30F3
EParameterName.Purpose=\u76EE\u7684
EParameterName.Purpose=\u76EE\u7684
MultiPageEditorContributor.Grid=\u30B0\u30EA\u30C3\u30C9 (&G)
EParameterName.tableLogs=\u30E6\u30FC\u30B6\u30FC\u30ED\u30B0\u30C6\u30FC\u30D6\u30EB
SqlMemoController.QueryError.infoMsg=\u3053\u306E\u30AF\u30A8\u30EA\u30FC\u306B\u306F\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30D1\u30E9\u30E1\u30FC\u30BF\u30FC \uFF08$_context\u7B49\uFF09\u3092\u542B\u3080\u3053\u3068\u304C\u3067\u304D\u307E\u305B\u3093\u3001\n \u307E\u305F\u306F\u3001\u3053\u306E\u30AF\u30A8\u30EA\u306F {0} \u3067\u56F2\u307E\u308C\u3066\u3044\u307E\u305B\u3093\u3002\u4FEE\u6B63\u3057\u3066\u304F\u3060\u3055\u3044\u3002
@@ -144,7 +143,6 @@ NewProcessWizard.failureText=\u30B8\u30E7\u30D6\u306F\u4FDD\u5B58\u3067\u304D\u3
ContextParameterPage.shouldPrompt=\u30D7\u30ED\u30F3\u30D7\u30C8\u306E\u5024
ContextParameterPage.prompt=\u30D7\u30ED\u30F3\u30D7\u30C8
EParameterName.Name=\u540D\u524D
EParameterName.Name=\u540D\u524D
EParameterName.onDatabaseFlag=\u30C7\u30FC\u30BF\u30D9\u30FC\u30B9\u3078\u51FA\u529B
ChangeMetadataCommand.messageDialog.propagate=\u53CD\u6620
ContextParameterPage.name=\u540D\u524D
@@ -226,7 +224,6 @@ TalendEditorContextMenuProvider.Trigger=\u30C8\u30EA\u30AC\u30FC
ConnectionDeleteCommand.Label=\u63A5\u7D9A\u306E\u524A\u9664
Process.errorLoadingConnectionMessage=\u4EE5\u4E0B\u306E\u63A5\u7D9A\u306B\u79FB\u884C\u5F8C\u3001\u3044\u304F\u3064\u304B\u306E\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3002\u30C1\u30A7\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044:\u3000
EParameterName.Author=\u4F5C\u6210\u8005
EParameterName.Author=\u4F5C\u6210\u8005
EParameterName.componentName=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u540D
SubjobBasicComposite.DialogTitle=\u30B5\u30D6\u30B8\u30E7\u30D6\u306E\u8A2D\u5B9A
DesignerPreferencePage.SubjobColorLabel=\u30B5\u30D6\u30B8\u30E7\u30D6\u306E\u8272
@@ -243,7 +240,6 @@ EParameterName.ConnectionFormat=\u63A5\u7D9A\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8
ExecuteSystemCommandCommand.Title=\u5B9F\u884C\u3057\u305F\u30B3\u30DE\u30F3\u30C9
ChangeActivateStatusSubjobCommand.Label.DeactiveComplete=\u63A5\u7D9A\u306E\u3042\u308B\u30B5\u30D6\u30B8\u30E7\u30D6\u3092\u5168\u3066\u7121\u52B9\u5316
EParameterName.Description=\u8AAC\u660E
EParameterName.Description=\u8AAC\u660E
Process.IfToUpgradeMetadata=\u4EE5\u4E0B\u306E\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u3067\u4F7F\u7528\u3055\u308C\u3066\u3044\u308B\u30E1\u30BF\u30C7\u30FC\u30BF\u306F\u5909\u66F4\u3055\u308C\u3066\u3044\u307E\u3059\u3002 \n\u66F4\u65B0\u3057\u305F\u3044\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u3092\u30EA\u30DD\u30B8\u30C8\u30EA\u304B\u3089\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044\u3002
NewProcessWizard.title=\u65B0\u898F\u30B8\u30E7\u30D6
CheckController.decoration.description=\u30EA\u30DD\u30B8\u30C8\u30EA\u304B\u3089\u53D6\u5F97\u3057\u305F\u5024
@@ -304,7 +300,6 @@ NoRepositoryDialog.Title=\u30A8\u30E9\u30FC
StatsAndLogsComposite.ReloadMessages=\u73FE\u5728\u306E\u8A2D\u5B9A\u306F\u4E0A\u66F8\u304D\u3055\u308C\u307E\u3059\u3001\u7D9A\u3051\u307E\u3059\u304B\uFF1F
EParameterName.propertyType=Property Type (\u30D7\u30ED\u30D1\u30C6\u30A3\u30BF\u30A4\u30D7)
EParameterName.Status=\u30B9\u30C6\u30FC\u30BF\u30B9
EParameterName.Status=\u30B9\u30C6\u30FC\u30BF\u30B9
EParameterName.Log.Db=\u30C7\u30FC\u30BF\u30D9\u30FC\u30B9\u306B\u30ED\u30B0\u3092\u51FA\u529B
NodesPasteAction.paste=\u8CBC\u4ED8\u3051
TalendEditorPaletteFactory.Tools=\u30C4\u30FC\u30EB
@@ -773,6 +768,7 @@ MetadataTypeLengthConstants.BIGDECIMAL_LENGTH=BigDecimal
MetadataTypeLengthConstants.BYTE_LENGTH=\u30D0\u30A4\u30C8
MetadataTypeLengthConstants.INTEGER_LENGTH=\u6574\u6570
MetadataTypeLengthConstants.BYTEARRAY_LENGTH=\u30D0\u30A4\u30C8[]
MetadataTypeLengthConstants.LONG_LENGTH=Long
MetadataTypeLengthConstants.CHARACTER_LENGTH=\u6587\u5B57
MetadataTypeLengthConstants.OBJECT_LENGTH=\u30AA\u30D6\u30B8\u30A7\u30AF\u30C8
MetadataTypeLengthConstants.DATE_LENGHT=\u65E5\u6642
@@ -837,6 +833,7 @@ 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_tooltip=\u30B5\u30D6\u30BF\u30A4\u30D7\u968E\u5C64\u3092\u8868\u793A
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
@@ -947,3 +944,5 @@ DeploymentComposite.snapshotLabel=\u30B9\u30CA\u30C3\u30D7\u30B7\u30E7\u30C3\u30
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
PerformancePreferencePage.tacTimeout.read=Administrator Center\u304B\u3089\u30BF\u30A4\u30E0\u30A2\u30A6\u30C8\u3092\u8AAD\u307F\u53D6\u308B(\u79D2)
AbstractJobSettingsPage.save=\u3059\u3079\u3066\u306E\u30B8\u30E7\u30D6\u306EPOM\u3092\u66F4\u65B0\u3057\u307E\u3059\u304B? #l \u3053\u306E\u64CD\u4F5C\u306F\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u30B5\u30A4\u30BA\u306B\u3088\u3063\u3066\u306F\u6642\u9593\u304C\u304B\u304B\u308B\u5834\u5408\u304C\u3042\u308A\u307E\u3059\u3002
EmfComponent.Count=\u30AB\u30A6\u30F3\u30C8

View File

@@ -50,7 +50,6 @@ IconSelectionController.Revert=Revert
OpenContextChooseComboDialog.context=Context:
ParallelExecutionAction.talend=Talend
PropertiesWizardPage.Version=Versie
SQLPatternComposite.add=Toevoegen
SQLPatternComposite.delete=Verwijderen
TalendLaunchToolbarAction.information=Informatie
UpdateManagerUtils.updateMOfification=Update manager modificatie

View File

@@ -94,8 +94,8 @@ DesignerPreferencePage.hintShowed=Poka\u017C podpowiedzi komponent
CreateNodeCommand.Label=Utwórz ga\u0142\u0105\u017A
EParameterName.fileNameStats=Nazwa pliku statystyk
ConnectionReconnectCommand.LabelSource=Przenie\u015B po\u0142\u0105czenie \u017Aród\u0142a
EmfComponent.Count=Ilo\u015B\u0107
EParameterName.schemaDb=Schemat
ProblemsView.resource=Zasób
ConnectionCreateAction.error=B\u0142\u0105d
EParameterName.Log.File=Zapis logów do pliku
ChangeNodeTextCommand.Label=Zmie\u0144 etykiet\u0119 po\u0142\u0105czenia
@@ -240,7 +240,6 @@ PromptDefaultValueDialog.column=Kolumna
PromptDefaultValueDialog.defaultValue=Warto\u015B\u0107 domy\u015Blna
PropertiesWizardPage.Version=Wersja
QueryTypeController.alert=Alarm
SQLPatternComposite.add=Dodaj
SQLPatternComposite.delete=Usu\u0144
SQLPatternComposite.up=W gór\u0119
SqlMemoController.query=Zapytanie
@@ -305,3 +304,4 @@ ModifyMergeOrderAction.ERROE=B\u0141\u0104D
ConnectionDeleteCommand.COLLAPSE=Ostrze\u017Cenie
DbTableController.dialog.title=B\u0141\u0104D
ProcessUpdateManager.Question=Pytanie
MainComposite.NameSection.Name=Nazwa

View File

@@ -76,7 +76,7 @@ ConnectionSetAsMainRef.lookupLabel=Definir esta conex
MoveNodeCommand.Label=Mover nó
MultiPageTalendEditor.InvalidInput=Entrada inválida: Dever ser IFileEditorInput
ConnectionReconnectCommand.LabelSource=Mover fonte de conexão
EmfComponent.Count=Contar
ProblemsView.resource=Recurso
ConnectionCreateAction.error=Erro
ChangeNodeTextCommand.Label=Mudar nome da Conexão
ConnectionReconnectCommand.LabelTarget=Mover alvo de conexão
@@ -201,8 +201,8 @@ QueryTypeController.nothingToGuess=Nada a advinhar
ReloadFromProjectSettings=&Recarregar as definições do Projeto
ReloadFromProjectSettingsMessages=Definições atuais serão sobrescritas. Você deseja continuar?
ReloadFromProjectSettingsToolTipText=Recarregar valores da página de definições do Projeto (Shift+R)
SQLPatternComposite.add=Adicionar
SQLPatternComposite.delete=Deletar
SQLPatternComposite.down=Para baixo
SaveToProjectSettings=Salvar definições do projeto
SaveToProjectSettingsMessage=Definições atuais do projeto serão sobrescritas. Você deseja continuar?
SaveToProjectSettingsToolTipText=Salve valores da página de definições do projeto (Shift+S)

View File

@@ -31,7 +31,6 @@ IconSelectionController.Revert=Revenire
PromptDefaultValueDialog.column=Coloana
PropertiesWizardPage.Version=Versiune
SQLPatternComposite.TOS=Talend Open Studio
SQLPatternComposite.add=Adauga
SQLPatternComposite.delete=sterge
SQLPatternComposite.down=Jos
SQLPatternComposite.up=SUS

View File

@@ -83,7 +83,6 @@ CreateNoteCommand.Name=\u0421\u043E\u0437\u0434\u0430\u0442\u044C \u043F\u0440\u
DesignerPreferencePage.hintShowed=\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u043F\u043E\u0434\u0441\u043A\u0430\u0437\u043A\u0443 \u043A\u043E\u043C\u043F\u043E\u043D\u0435\u043D\u0442\u044B
CreateNodeCommand.Label=\u0421\u043E\u0437\u0434\u0430\u0442\u044C \u0443\u0437\u0435\u043B
ConnectionReconnectCommand.LabelSource=\u041F\u0435\u0440\u0435\u043D\u0435\u0441\u0442\u0438 \u0438\u0441\u0442\u043E\u0447\u043D\u0438\u043A \u0441\u043E\u0435\u0434\u0438\u043D\u0435\u043D\u0438\u044F
EmfComponent.Count=\u0412\u0441\u0435\u0433\u043E
EParameterName.schemaDb=\u0421\u0445\u0435\u043C\u0430
ConnectionCreateAction.error=\u041E\u0448\u0438\u0431\u043A\u0430
ChangeNodeTextCommand.Label=\u0418\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u043D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u0441\u043E\u0435\u0434\u0438\u043D\u0435\u043D\u0438\u044F
@@ -223,7 +222,6 @@ PromptDefaultValueDialog.column=\u0421\u0442\u043E\u043B\u0431\u0435\u0446
PromptDefaultValueDialog.defaultValue=\u0417\u043D\u0430\u0447\u0435\u043D\u0438\u0435 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E
PropertiesWizardPage.Version=\u0412\u0435\u0440\u0441\u0438\u044F
SQLPatternComposite.TOS=Talend Open Studio
SQLPatternComposite.add=\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C
SQLPatternComposite.delete=\u0423\u0434\u0430\u043B\u0438\u0442\u044C
SQLPatternComposite.down=\u0412\u043D\u0438\u0437
SQLPatternComposite.up=\u0412\u0432\u0435\u0440\u0445

View File

@@ -86,7 +86,6 @@ GuessSchemaController.connectionError=Chyba pripojenia
IconSelectionController.MessageTitle=CHYBA
PropertiesTableEditorModel.removeSchema=Odstráni\u0165 Schému
PropertiesWizardPage.Version=Verzia
SQLPatternComposite.add=Prida\u0165
SQLPatternComposite.delete=Zmaza\u0165
ConnectionCreateCommand.inputValid=Vstup je neplatný.
ErrorMessageDialog.DETAIL=detail

View File

@@ -30,7 +30,6 @@ EParameterName.title=Ba\u015Fl\u0131k
FilterTraceColumnAction.SelectAll=Tümünü Seç
IconSelectionController.MessageTitle=Hata
PropertiesWizardPage.Version=Versiyon
SQLPatternComposite.add=Ekle
SQLPatternComposite.delete=Sil
EParameterName.dataSource=Verikayna\u011F\u0131
EParameterName.routeType=Tip

View File

@@ -33,7 +33,6 @@ ActivateSubjobAction.DeactivateComplete=\u505C\u7528\u6240\u6709\u8FDE\u63A5\u76
EParameterName.Level.Log.File=\u7EA7\u522B
EParameterName.schemaOptions=Schema\u9009\u9879
EParameterName.Purpose=\u76ee\u7684
EParameterName.Purpose=\u76ee\u7684
MultiPageEditorContributor.Grid=\u7f51\u683c(&G)
EParameterName.tableLogs=\u65e5\u5fd7\u8868
SqlMemoController.QueryError.infoMsg=\u67e5\u8be2\u8bed\u53e5\u4e0d\u80fd\u5305\u542b\u4e0a\u4e0b\u6587\u53c2\u6570\uff08\u50cf\uff1a $_context\uff09\uff0c\u6216\u8005\u67e5\u8be2\u8bed\u53e5\u6ca1\u6709\u62ec\u5728 {0} \u5b57\u7b26\u5185\u3002\u8bf7\u6539\u6b63\uff01
@@ -133,7 +132,6 @@ NewProcessWizard.failureText=\u4f5c\u4e1a\u4e0d\u80fd\u4fdd\u5b58
ContextParameterPage.shouldPrompt=\u63d0\u793a\u503c
ContextParameterPage.prompt=\u63d0\u793a
EParameterName.Name=\u540d\u5b57
EParameterName.Name=\u540d\u5b57
EParameterName.onDatabaseFlag=\u8f93\u51fa\u5230\u6570\u636e\u5e93
ChangeMetadataCommand.messageDialog.propagate=\u4f20\u64ad
ContextParameterPage.name=\u540d\u5b57
@@ -163,7 +161,6 @@ CreateNodeCommand.Label=\u521b\u5efa\u8282\u70b9
EParameterName.fileNameStats=\u9759\u6001\u4fe1\u606f\u6587\u4ef6
ConnectionReconnectCommand.LabelSource=\u79fb\u52a8\u8fde\u63a5\u6e90
Problems.category.routines=\u5E38\u89C4
EmfComponent.Count=\u8ba1\u7b97
ComboController.valueFromRepository=\u4ece\u50a8\u5b58\u5e93\u4e2d\u83b7\u53d6\u7684\u503c
EParameterName.schemaDb=\u67B6\u6784
ProblemsView.resource=\u8D44\u6E90
@@ -212,7 +209,6 @@ TalendEditorContextMenuProvider.Trigger=\u89e6\u53d1\u5668
ConnectionDeleteCommand.Label=\u5220\u9664\u8fde\u63a5
Process.errorLoadingConnectionMessage=\u5728\u540e\u9762\u7684\u8fde\u63a5\u4e2d\u79fb\u52a8\u51fa\u73b0\u9519\u8bef\uff0c\u8bf7\u68c0\u67e5\uff1a
EParameterName.Author=\u4f5c\u8005
EParameterName.Author=\u4f5c\u8005
EParameterName.componentName=\u7ec4\u4ef6\u540d
SubjobBasicComposite.DialogTitle=\u5B50\u4F5C\u4E1A\u8BBE\u7F6E
DesignerPreferencePage.SubjobColorLabel=\u5B50\u4F5C\u4E1A\u989C\u8272
@@ -229,7 +225,6 @@ EParameterName.ConnectionFormat=\u8FDE\u63A5\u683C\u5F0F
ExecuteSystemCommandCommand.Title=\u5DF2\u6267\u884C\u7684\u547D\u4EE4
ChangeActivateStatusSubjobCommand.Label.DeactiveComplete=\u505C\u7528\u6240\u6709\u8FDE\u63A5\u7684\u5B50\u4F5C\u4E1A
EParameterName.Description=\u63cf\u8ff0
EParameterName.Description=\u63cf\u8ff0
Process.IfToUpgradeMetadata=\u7ec4\u4ef6{0}\u4e2d\u7684\u5143\u6570\u636e\u88ab\u4fee\u6539\u3002\n\u662f\u5426\u8981\u4ece\u50a8\u5b58\u5e93\u4e2d\u5347\u7ea7\uff1f
NewProcessWizard.title=\u65b0\u4f5c\u4e1a
CheckController.decoration.description=\u4ece\u50a8\u5b58\u5e93\u4e2d\u83b7\u53d6\u7684\u503c
@@ -288,7 +283,6 @@ 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
EParameterName.Status=\u72B6\u6001
EParameterName.Status=\u72B6\u6001
EParameterName.Log.Db=\u6570\u636e\u5e93\u8bb0\u5f55\u65e5\u5fd7
NodesPasteAction.paste=\u7c98\u8d34
TalendEditorPaletteFactory.Tools=\u5de5\u5177

View File

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

View File

@@ -48,7 +48,7 @@ AliasDialog.TableMustBeSelected=\u30C6\u30FC\u30D6\u30EB\u3092\u9078\u629E\u3059
ToolbarInputZone.widgetTooltip.removeAlias=\u30A8\u30A4\u30EA\u30A2\u30B9\u306E\u524A\u9664
TableEntriesManager.exceptionMessage.dataMapTableEntryCannotNull=\u30C7\u30FC\u30BF\u30DE\u30C3\u30D7\u30C6\u30FC\u30D6\u30EB\u30A8\u30F3\u30C8\u30EA\u3092NULL\u5024\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093\u3002
UIManager.typeTableName=\u6709\u52B9\u306A\u51FA\u529B\u30C6\u30FC\u30D6\u30EB\u540D\u306E\u5165\u529B :
FooterComposite.button.OK=\u6210\u529F
FooterComposite.button.OK=OK
ToolbarInputZone.minimizeTooltip=\u3059\u3079\u3066\u306E\u5165\u529B\u30C6\u30FC\u30D6\u30EB\u306E\u6700\u5C0F\u5316
InputDataMapTableView.columnTitle.Expr=\u5916\u90E8\u30AB\u30E9\u30E0 / \u5F0F
DataMapTableView.buttonTooltip.restore=\u5FA9\u5143
@@ -110,6 +110,7 @@ HTMLDocGenerator.mapper.expression=\u5F0F
HTMLDocGenerator.mapper.iaminimized=\u6700\u5C0F\u5316
HTMLDocGenerator.mapper.isjoin=\u30B8\u30E7\u30A4\u30F3
HTMLDocGenerator.mapper.join.type=\u30B8\u30E7\u30A4\u30F3\u30BF\u30A4\u30D7
HTMLDocGenerator.mapper.metadatatable.entries=\u30E1\u30BF\u30C7\u30FC\u30BF\u30C6\u30FC\u30D6\u30EB\u30A8\u30F3\u30C8\u30EA
HTMLDocGenerator.mapper.operator=\u6F14\u7B97\u5B50
HTMLDocGenerator.mapper.table.for=\u30DE\u30C3\u30D1\u30FC\u30C6\u30FC\u30D6\u30EB
HTMLDocGenerator.mapper.table.name=\u30C6\u30FC\u30D6\u30EB\u540D
@@ -121,6 +122,8 @@ HTMLDocGenerator.nullable=NULL\u53EF\u80FD
HTMLDocGenerator.original_function_para=\u30AA\u30EA\u30B8\u30CA\u30EB\u30D5\u30A1\u30F3\u30AF\u30B7\u30E7\u30F3\u30D1\u30E9\u30E1\u30FC\u30BF\u30FC\uFF1A
HTMLDocGenerator.output=\u51FA\u529B
HTMLDocGenerator.precision=\u7CBE\u5EA6
HTMLDocGenerator.project_description=\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u306E\u8AAC\u660E
HTMLDocGenerator.project_name=\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u540D
HTMLDocGenerator.prompt=\u30D7\u30ED\u30F3\u30D7\u30C8
HTMLDocGenerator.properties=\u30D7\u30ED\u30D1\u30C6\u30A3
HTMLDocGenerator.purpose=\u76EE\u7684
@@ -151,3 +154,4 @@ OutputDataMapTableView.columnTitle.AdditionalOtherClauses=\u4ED6\u306E\u8FFD\u52
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
ProblemsAnalyser.needAlias.error1='{0}'\u304C\u30EA\u30F3\u30AF\u3055\u308C\u305F\u30C6\u30FC\u30D6\u30EB\u540D'{1}'\u306F\u8907\u96D1\u904E\u304E\u307E\u3059\u3002\u30A8\u30A4\u30EA\u30A2\u30B9\u3092\u4F7F\u7528\u3057\u3066sql\u3092\u751F\u6210\u3057\u3066\u4E0B\u3055\u3044!

View File

@@ -52,6 +52,7 @@ HTMLDocGenerator.content=zawarto\u015B\u0107
HTMLDocGenerator.context=Kontekst:
HTMLDocGenerator.creation=Tworzenie
HTMLDocGenerator.job_settings=Ustawienia
HTMLDocGenerator.key=Klucz
HTMLDocGenerator.label=Etykieta
HTMLDocGenerator.language=J\u0119zyk
HTMLDocGenerator.length=D\u0142ugo\u015B\u0107

View File

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

View File

@@ -1,6 +1,5 @@
HTMLDocGenerator_Precision=Precision
HTMLDocGenerator_Author=Author
HTMLDocGenerator_Author=Author
HTMLDocGenerator_Column=Column
HTMLDocGenerator_Comment=Comment
HTMLDocGenerator_Component=Component

View File

@@ -1,6 +1,5 @@
HTMLDocGenerator_Precision=Precision
HTMLDocGenerator_Author=Auteur
HTMLDocGenerator_Author=Auteur
HTMLDocGenerator_Column=Colonne
HTMLDocGenerator_Comment=Commentaire
HTMLDocGenerator_Component=Composant

View File

@@ -1,6 +1,5 @@
HTMLDocGenerator_Precision=\u7CBE\u5EA6
HTMLDocGenerator_Author=\u4F5C\u6210\u8005
HTMLDocGenerator_Author=\u4F5C\u6210\u8005
HTMLDocGenerator_Column=\u30AB\u30E9\u30E0
HTMLDocGenerator_Comment=\u30B3\u30E1\u30F3\u30C8
HTMLDocGenerator_Component=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8

View File

@@ -8,6 +8,7 @@ HTMLDocGenerator_Component_Name=Nazwa komponentu
HTMLDocGenerator_content=zawarto\u015B\u0107
HTMLDocGenerator_Context=Contekst
HTMLDocGenerator_Creation=Tworzenie
HTMLDocGenerator_Key=Klucz
HTMLDocGenerator_LABEL=Etykieta
HTMLDocGenerator_Language=J\u0119zyk
HTMLDocGenerator_Length=D\u0142ugo\u015B\u0107
@@ -21,3 +22,5 @@ HTMLDocGenerator_UNIQUE_NAME=Nazwa unikalna
HTMLDocGenerator_Value=Warto\u015B\u0107
HTMLDocGenerator_Values=Warto\u015Bci
HTMLDocGenerator_Version=Wersja
HTMLDocGenerator_Route_Manifest_Value=Warto\u015B\u0107
HTMLDocGenerator_Route_Resource_Name=Nazwa

View File

@@ -1,6 +1,5 @@
HTMLDocGenerator_Precision=\u7CBE\u5EA6
HTMLDocGenerator_Author=\u4F5C\u8005
HTMLDocGenerator_Author=\u4F5C\u8005
HTMLDocGenerator_Column=\u5217
HTMLDocGenerator_Comment=\u5217\u6CE8\u91CA
HTMLDocGenerator_Component=\u7EC4\u4EF6

View File

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

View File

@@ -13,7 +13,7 @@ Schema2XMLDragAndDropHandler.HasChildrenWarning=\u30C1\u30E3\u30A4\u30EB\u30C9\u
Schema2XMLDragAndDropHandler.IsRootWarning=\u30EB\u30FC\u30C8\u3067\u3059\u3002\u30EA\u30F3\u30AB\u3092\u6301\u3064\u3053\u3068\u304C\u3067\u304D\u307E\u305B\u3093\u3002
FOXUI.NoLoop=\u30EB\u30FC\u30D7\u30A8\u30EC\u30E1\u30F3\u30C8\u304C\u3042\u308A\u307E\u305B\u3093\u3002
FooterComposite.1=\u30AD\u30E3\u30F3\u30BB\u30EB
FooterComposite.0=\u6210\u529F
FooterComposite.0=OK
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
FOXUI.22=\u540D\u524D\u7A7A\u9593\u306E\u8FFD\u52A0
FOXUI.21=XML\u30E9\u30D9\u30EB\u306B\u4E0D\u6B63\u306A\u6587\u5B57\u304C\u3042\u308A\u307E\u3059\u3002\u30E9\u30D9\u30EB\u306F\u5909\u66F4\u3055\u308C\u307E\u305B\u3093\u3067\u3057\u305F\u3002

View File

@@ -1 +1,2 @@
pluginName=AbstractMapper\u30E2\u30C7\u30EB
providerName=www.example.org

View File

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

View File

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

View File

@@ -49,7 +49,7 @@ VarsTable.columnNameIsNull=\u30AB\u30E9\u30E0\u540D\u304CNULL\u3067\u3059\u3002
TableEntriesManager.exceptionMessage.dataMapTableEntryCannotNull=\u30C7\u30FC\u30BF\u30DE\u30C3\u30D7\u30C6\u30FC\u30D6\u30EB\u30A8\u30F3\u30C8\u30EA\u3092NULL\u5024\u306B\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093\u3002
UIManager.typeTableName=\u6709\u52B9\u306A\u51FA\u529B\u30C6\u30FC\u30D6\u30EB\u540D\u306E\u5165\u529B :
VarsDataMapTableView.exceptionMessage.caseNotFound=\u65B0\u898F\u306E\u30AB\u30E9\u30E0\u3092\u4F5C\u6210\u3067\u304D\u307E\u305B\u3093\u3001\u30B1\u30FC\u30B9\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093
FooterComposite.button.OK=\u6210\u529F
FooterComposite.button.OK=OK
UIManager.SaveDespiteErrors.Title=\u30A8\u30E9\u30FC\u304C\u3042\u308A\u307E\u3059
ToolbarInputZone.minimizeTooltip=\u3059\u3079\u3066\u306E\u5165\u529B\u30C6\u30FC\u30D6\u30EB\u306E\u6700\u5C0F\u5316
InputDataMapTableView.columnTitle.Expr=\u5F0F\u30AD\u30FC

View File

@@ -59,6 +59,7 @@ HTMLDocGenerator.content=zawarto\u015B\u0107
HTMLDocGenerator.context=Kontekst:
HTMLDocGenerator.creation=Tworzenie
HTMLDocGenerator.job_settings=Ustawienia
HTMLDocGenerator.key=Klucz
HTMLDocGenerator.label=Etykieta
HTMLDocGenerator.language=J\u0119zyk
HTMLDocGenerator.length=D\u0142ugo\u015B\u0107

View File

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

View File

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

View File

@@ -13,7 +13,7 @@ RowGenProcess.ComponentName.BeNull=\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u5
RowGenPreivewCodeMain.PerlRun.Error=\u5B9F\u884C\u6642\u30A8\u30E9\u30FC!
RowGenMain.ShellTitle={0} - tRowGenerator - {1}
TabFolderEditors.WaitButton.Label=\u5F85\u6A5F
FooterComposite.OkButton.Text=\u6210\u529F
FooterComposite.OkButton.Text=OK
TabFolderEditors.PreviewButton.Label=\u30D7\u30EC\u30D3\u30E5\u30FC
TabFolderEditors.PreviewTab.TitleText=\u30D7\u30EC\u30D3\u30E5\u30FC
FooterComposite.CancelButton.Text=\u30AD\u30E3\u30F3\u30BB\u30EB

View File

@@ -20,6 +20,7 @@ HTMLDocGenerator.content=zawarto\u015B\u0107
HTMLDocGenerator.context=Kontekst:
HTMLDocGenerator.creation=Tworzenie
HTMLDocGenerator.job_settings=Ustawienia
HTMLDocGenerator.key=Klucz
HTMLDocGenerator.label=Etykieta
HTMLDocGenerator.language=J\u0119zyk
HTMLDocGenerator.length=D\u0142ugo\u015B\u0107

View File

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

View File

@@ -129,3 +129,6 @@ JavaProcessor.warn.codeFormatTimeout.message=Code Format action for source code
ProcessView.connectToMonitorServerFailed=Can't connect to remote monitoring server
JavaCompilationParticipant.validateRoutine=Validate routines...
JobErrorsChecker_subjob_multiple_version_errors=Sub Job "{0}" has multiple versions:
ProcessComposite.usageWrapLine1=Usage of wrap might cause some slowdown in the console itself.\n
ProcessComposite.usageWrapLine2=Console will be limited automatically.
ProcessComposite.usageWrapTitle=Usage of wrap

View File

@@ -129,3 +129,6 @@ JavaProcessor.warn.codeFormatTimeout.message=\u30BD\u30FC\u30B9\u30B3\u30FC\u30C
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:
ProcessComposite.usageWrapLine1=\u6298\u308A\u8FD4\u3057\u3092\u4F7F\u7528\u3059\u308B\u3068\u30B3\u30F3\u30BD\u30FC\u30EB\u81EA\u4F53\u304C\u3084\u3084\u4F4E\u901F\u5316\u3059\u308B\u304A\u305D\u308C\u304C\u3042\u308A\u307E\u3059\u3002\\n
ProcessComposite.usageWrapLine2=\u30B3\u30F3\u30BD\u30FC\u30EB\u306F\u81EA\u52D5\u7684\u306B\u5236\u9650\u3055\u308C\u307E\u3059\u3002
ProcessComposite.usageWrapTitle=\u6298\u308A\u8FD4\u3057\u306E\u4F7F\u7528

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,4 +1,3 @@
TestComposite.add=\u0625\u0636\u0627\u0641\u0629
ExpressionFileOperation.value=\u0642\u064A\u0645\u0629
ExpressionFileOperation.name=\u0627\u0644\u0627\u0633\u0645
CategoryComposite.category=\u062A\u0635\u0646\u064A\u0641\u0627\u062A

View File

@@ -1,5 +1,4 @@
ExpressionComposite.expression=\u0388\u03BA\u03C6\u03C1\u03B1\u03C3\u03B7
TestComposite.add=\u03A0\u03C1\u03C3\u03B8\u03AE\u03BA\u03B7
ExpressionFileOperation.value=\u03A4\u03B9\u03BC\u03AE
ExpressionFileOperation.content=\u03C0\u03B5\u03C1\u03B9\u03B5\u03C7\u03CC\u03BC\u03B5\u03BD\u03BF
ExpressionBuilderDialog.import=\u0395\u03B9\u03C3\u03B1\u03B3\u03C9\u03B3\u03AE \u03AD\u03BA\u03C6\u03C1\u03B1\u03C3\u03B7\u03C2 \u03BA\u03B1\u03B9 \u03BC\u03B5\u03C4\u03B1\u03B2\u03BB\u03B7\u03C4\u03AE\u03C2(\u03CE\u03BD) \u03B1\u03C0\u03CC \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF.

View File

@@ -1,5 +1,4 @@
ExpressionComposite.expression=Expresión
TestComposite.add=Agregue
ExpressionFileOperation.value=Valor
ExpressionFileOperation.content=Contenido
ExpressionFileOperation.expression=Expresión

View File

@@ -1,4 +1,3 @@
TestComposite.add=Dodaj
ExpressionFileOperation.content=Sadr\u017Eaj
ExpressionFileOperation.name=Ime
CategoryComposite.category=Kategorije

View File

@@ -1,5 +1,4 @@
ExpressionComposite.expression=Espressione
TestComposite.add=Aggiungere
ExpressionFileOperation.value=Valore
ExpressionFileOperation.content=contenuto
ExpressionFileOperation.nullable=Nullo

View File

@@ -15,7 +15,7 @@ OpenDialog.Warn=\u6B63\u3057\u3044\u30D1\u30B9\u3092\u9078\u629E\u3057\u3066\u30
ExpressionFileOperation.name=\u540D\u524D
CategoryComposite.category=\u30AB\u30C6\u30B4\u30EA\u30FC
CategoryManager.all=*\u3059\u3079\u3066
ExpressionBuilderDialog.ok.button=\u6210\u529F
ExpressionBuilderDialog.ok.button=OK
TestComposite.test=\u30C6\u30B9\u30C8
CategoryComposite.Help=\u30D8\u30EB\u30D7
TestComposite.clear=\u30AF\u30EA\u30A2

View File

@@ -1,3 +1,2 @@
TestComposite.add=Toevoegen
ExpressionFileOperation.name=Naam
TestComposite.error=Fout

View File

@@ -1,5 +1,4 @@
ExpressionComposite.expression=Wyra\u017Cenie
TestComposite.add=Dodaj
ExpressionFileOperation.value=Warto\u015B\u0107
ExpressionFileOperation.content=zawarto\u015B\u0107
ExpressionBuilderDialog.import=Import wyra\u017Cenia i zmiennych z pliku.

View File

@@ -1,5 +1,4 @@
ExpressionComposite.expression=Expressão
TestComposite.add=Adicionar
ExpressionFileOperation.value=Valor
ExpressionBuilderDialog.import=Importar expressões e variavéis do arquivo.
ExpressionBuilderDialog.expression.builder=Construtor de Expressão
@@ -12,6 +11,7 @@ CategoryManager.all=*todos
ExpressionBuilderDialog.ok.button=OK
CategoryComposite.Help=Ajuda
TestComposite.value=Valor
TestComposite.remove=Remover
CategoryComposite.SelectCategoryAndFunction=Por favor selecione uma categoria e função
CategoryManager.user.defined=*Definido pelo Usuário
ExpressionFileOperation.warn=advertir

View File

@@ -1,5 +1,4 @@
ExpressionComposite.expression=Expresie
TestComposite.add=Adauga
ExpressionFileOperation.value=Parola
ExpressionFileOperation.nullable=Nullable
ExpressionFileOperation.expression=Expresie

View File

@@ -1,5 +1,4 @@
ExpressionComposite.expression=\u0412\u044B\u0440\u0430\u0436\u0435\u043D\u0438\u0435
TestComposite.add=\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C
ExpressionFileOperation.value=\u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435
ExpressionFileOperation.content=\u0441\u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0435
ExpressionBuilderDialog.import=\u0418\u043C\u043F\u043E\u0440\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0432\u044B\u0440\u0430\u0436\u0435\u043D\u0438\u044F \u0438 \u043F\u0435\u0440\u0435\u043C\u0435\u043D\u043D\u044B\u0435 \u0438\u0437 \u0444\u0430\u0439\u043B\u0430.

View File

@@ -1,5 +1,4 @@
ExpressionComposite.expression=Výraz
TestComposite.add=Prida\u0165
ExpressionFileOperation.value=Hodnota
ExpressionFileOperation.content=Obsah
ExpressionBuilderDialog.cancel.button=Zru\u0161i\u0165

View File

@@ -1,4 +1,3 @@
TestComposite.add=Ekle
ExpressionFileOperation.name=Ad\u0131
CategoryComposite.category=Kategoriler
CategoryManager.user.defined=*Kullan\u0131c\u0131 tan\u0131ml\u0131

View File

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

View File

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

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>7.0.1-SNAPSHOT</version>
<version>7.0.1</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.repository.ftp.nl</artifactId>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>7.0.1-SNAPSHOT</version>
<version>7.0.1</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.repository.json.nl</artifactId>

View File

@@ -83,3 +83,4 @@ projectSetting.versioning=Deployment Versioning
ProjectSetting_JavaVersion=Java Version
projectSetting.projectRefSettingPage=Reference Projects
ProjectSetting.groupId=Deployment GroupId
projectSetting.deploymentConfiguration=Deployment Configuration

View File

@@ -81,3 +81,6 @@ projectSetting.talendType=TalendType\u306E\u30E1\u30BF\u30C7\u30FC\u30BF
projectSetting.auto-ConversionTypes=\u81EA\u52D5\u30C7\u30FC\u30BF\u578B\u5909\u63DB
projectSetting.versioning=\u30C7\u30D7\u30ED\u30A4\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u7BA1\u7406
ProjectSetting_JavaVersion=Java\u306E\u30D0\u30FC\u30B8\u30E7\u30F3
projectSetting.projectRefSettingPage=\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u53C2\u7167\u95A2\u4FC2
ProjectSetting.groupId=\u30C7\u30D7\u30ED\u30A4GroupId
projectSetting.deploymentConfiguration=\u30C7\u30D7\u30ED\u30A4\u8A2D\u5B9A

View File

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

View File

@@ -72,7 +72,6 @@ ConfigExternalJarPage.reloadLibrary=\u0625\u0639\u0627\u062F\u0629 \u062A\u062D\
ContextExportDialog_AttachmentsNotSupported=\u0644\u0627 \u064A\u062F\u0639\u0645 \u0623\u0648\u0636\u0627\u0639 \u0627\u0644\u0645\u0631\u0641\u0642\u0627\u062A
ContextExportDialog_ExportMode=\u0648\u0636\u0639 \u0627\u0644\u062A\u0635\u062F\u064A\u0631
ContextExportDialog_Name=\u0627\u0644\u0627\u0633\u0645
SelectDatabaseJarDialog.add=\u0625\u0636\u0627\u0641\u0629
SelectDatabaseJarDialog.delete=\u062D\u0630\u0641
SelectDatabaseJarDialog.warningTitle=\u062A\u062D\u0630\u064A\u0631
AddArrayIndexDialog.Error=\u062E\u0637\u0623

View File

@@ -289,7 +289,6 @@ DatabaseTableForm.connectionIsDone=Verbindung erfolgreich.
ImportProjectsUtilities.task.importingProject=Importiere Projekt...
FileStep2.fieldPositionTip=Sie müssen an dieser Stelle die Position für jede Spalte angeben. Die Positionen müssen in aufsteigender Reihenfolge aufgeführt werden
FileStep2.headerTip=Überschrift
JobScriptsExportWizardPage.requiredTalendPerlModules=Erforderliche Talend-Module
FileStep2.csv=CSV
FileStep1.filepathAlert=Dateipfad muss angegeben werden
ConfigExternalPerlModulePage.message=Externes Modul für Routine konfigurieren.
@@ -323,7 +322,6 @@ LicenseWizard.btnCancle=Abbruch
FileStep1.name=Name
FileStep1.formatTip=Definieren Sie das zu verwendende Format
StatusEditor.codeColumnTitle=Code
FileStep2.fieldSeparatorPositionalTip=Sie müssen hier die Position jeder Spalte angeben. Die Positionen müssen in aufsteigender Reihenfolge beschrieben werden
connections.form.field.password=Benutzer Passwort
DatabaseTableForm.comment=Kommentar
NewProjectWizardPage.illegalCharacter=Der Projektname enthält ungültige Zeichen.
@@ -377,7 +375,6 @@ FileStep2.groupEscapeCharSettings=Fluchtsymbol-Einstellungen
connections.form.emptyField.username=Ein Username wird benötigt.
FileStep2.escapeCharTip=Escape Char
LicenseWizard.windowTitle=Lizenz
FileStep2.stop=Stopp
FileStep2.fieldPositionNotValidate=Die Feldposition darf nur Nummern und Komma verwenden. Die Positionen müssen in aufsteigender Reihenfolge aufgeführt werden
LoginComposite.buttons.newProject=Erstellen
ConfigExternalPerlModulePage.required.label=Wenn das Modul benötigt wird
@@ -454,7 +451,6 @@ ContextExportDialog_Name=Name
PaletteSettingPage.paletteSettings=Palette Einstellungen
AbstractCreateTableAction.retrieveForbidden=Abrufen verboten
AbstractCreateTableAction.retrieveForbidden.Message=Diese Datenbank enthält keine Tabellen
SelectDatabaseJarDialog.add=Hinzufügen
SelectDatabaseJarDialog.delete=Löschen
SelectDatabaseJarDialog.warningTitle=Warnung
AddArrayIndexDialog.check_size=Bitte größe des Arrays prüfen

View File

@@ -298,7 +298,6 @@ DatabaseTableForm.connectionIsDone=\u0395\u03C0\u03B9\u03C4\u03C5\u03C7\u03AE\u0
ImportProjectsUtilities.task.importingProject=\u0395\u03B9\u03C3\u03B1\u03B3\u03C9\u03B3\u03AE \u03AD\u03C1\u03B3\u03BF\u03C5...
FileStep2.fieldPositionTip=\u03A0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03BF\u03C1\u03AF\u03C3\u03B5\u03C4\u03B5 \u03B5\u03B4\u03CE \u03C4\u03B7 \u03B8\u03AD\u03C3\u03B7 \u03BA\u03AC\u03B8\u03B5 \u03C3\u03C4\u03AE\u03BB\u03B7\u03C2. \u039F\u03B9 \u03B8\u03AD\u03C3\u03B5\u03B9\u03C2 \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03C0\u03B1\u03C1\u03BF\u03C5\u03C3\u03B9\u03AC\u03B6\u03BF\u03BD\u03C4\u03B1\u03B9 \u03C3\u03B5 \u03B1\u03CD\u03BE\u03BF\u03C5\u03C3\u03B1 \u03C3\u03B5\u03B9\u03C1\u03AC
FileStep2.headerTip=\u039A\u03B5\u03C6\u03B1\u03BB\u03AF\u03B4\u03B1
JobScriptsExportWizardPage.requiredTalendPerlModules=\u0391\u03C0\u03B1\u03B9\u03C4\u03BF\u03CD\u03BC\u03B5\u03BD\u03B1 \u03B1\u03C1\u03B8\u03C1\u03CE\u03BC\u03B1\u03C4\u03B1 talend
FileStep2.csv=CSV
FileStep1.filepathAlert=\u03A0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03C0\u03C1\u03BF\u03C3\u03B4\u03B9\u03BF\u03C1\u03B9\u03C3\u03C4\u03B5\u03AF \u03C4\u03BF \u03BC\u03BF\u03BD\u03BF\u03C0\u03AC\u03C4\u03B9 \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF\u03C5
ConfigExternalPerlModulePage.message=\u03A1\u03CD\u03B8\u03BC\u03B9\u03C3\u03B7 \u03B5\u03BE\u03C9\u03C4\u03B5\u03C1\u03B9\u03BA\u03BF\u03CD \u03B1\u03C1\u03B8\u03C1\u03CE\u03BC\u03B1\u03C4\u03BF\u03C2 \u03B3\u03B9\u03B1 \u03C1\u03BF\u03C5\u03C4\u03AF\u03BD\u03B1.
@@ -332,7 +331,6 @@ LicenseWizard.btnCancle=\u0391\u03BA\u03CD\u03C1\u03C9\u03C3\u03B7
FileStep1.name=\u038C\u03BD\u03BF\u03BC\u03B1
FileStep1.formatTip=\u039F\u03C1\u03B9\u03C3\u03BC\u03CC\u03C2 \u03C4\u03B7\u03C2 \u03BC\u03BF\u03C1\u03C6\u03AE\u03C2 \u03C0\u03C1\u03BF\u03C2 \u03C7\u03C1\u03AE\u03C3\u03B7
StatusEditor.codeColumnTitle=\u039A\u03CE\u03B4\u03B9\u03BA\u03B1\u03C2
FileStep2.fieldSeparatorPositionalTip=\u03A0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03BF\u03C1\u03AF\u03C3\u03B5\u03C4\u03B5 \u03B5\u03B4\u03CE \u03C4\u03B7 \u03B8\u03AD\u03C3\u03B7 \u03BA\u03AC\u03B8\u03B5 \u03C3\u03C4\u03AE\u03BB\u03B7\u03C2. \u039F\u03B9 \u03B8\u03AD\u03C3\u03B5\u03B9\u03C2 \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03C0\u03B1\u03C1\u03BF\u03C5\u03C3\u03B9\u03AC\u03B6\u03BF\u03BD\u03C4\u03B1\u03B9 \u03C3\u03B5 \u03B1\u03CD\u03BE\u03BF\u03C5\u03C3\u03B1 \u03C3\u03B5\u03B9\u03C1\u03AC
connections.form.field.password=\u039A\u03C9\u03B4\u03B9\u03BA\u03CC\u03C2 \u03A7\u03C1\u03AE\u03C3\u03C4\u03B7
DatabaseTableForm.comment=\u03A3\u03C7\u03CC\u03BB\u03B9\u03BF
NewProjectWizardPage.illegalCharacter=\u03A4\u03BF \u03CC\u03BD\u03BF\u03BC\u03B1 \u03AD\u03C1\u03B3\u03BF\u03C5 \u03C0\u03B5\u03C1\u03B9\u03AD\u03C7\u03B5\u03B9 \u03BC\u03B7 \u03BD\u03CC\u03BC\u03B9\u03BC\u03BF\u03C5\u03C2 \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03AE\u03C1\u03B5\u03C2.
@@ -390,7 +388,6 @@ connections.form.emptyField.username=\u03A7\u03C1\u03B5\u03B9\u03AC\u03B6\u03B5\
FileStep2.escapeCharTip=\u03A7\u03B1\u03C1\u03B1\u03BA\u03C4\u03AE\u03C1\u03B1\u03C2 \u0394\u03B9\u03B1\u03C6\u03C5\u03B3\u03AE\u03C2
ItemsVersionChangedDialog.Title=\u0395\u03C0\u03B9\u03B2\u03B5\u03B2\u03B1\u03AF\u03C9\u03C3\u03B7 \u03C4\u03B7\u03C2 \u03BD\u03AD\u03B1\u03C2 \u03AD\u03BA\u03B4\u03BF\u03C3\u03B7\u03C2 \u03B1\u03BD\u03C4\u03B9\u03BA\u03B5\u03B9\u03BC\u03AD\u03BD\u03C9\u03BD
LicenseWizard.windowTitle=\u0386\u03B4\u03B5\u03B9\u03B1 \u03A7\u03C1\u03AE\u03C3\u03B7\u03C2
FileStep2.stop=\u03A3\u03C4\u03B1\u03BC\u03AC\u03C4\u03B7\u03BC\u03B1
FileStep2.fieldPositionNotValidate=\u0397 \u0398\u03AD\u03C3\u03B7 \u03A0\u03B5\u03B4\u03AF\u03BF\u03C5 \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03C0\u03B5\u03C1\u03B9\u03AD\u03C7\u03B5\u03B9 \u03BC\u03CC\u03BD\u03BF \u03B1\u03C1\u03B9\u03B8\u03BC\u03BF\u03CD\u03C2 \u03BA\u03B1\u03B9 \u03BA\u03CC\u03BC\u03BC\u03B1. \u039F\u03B9 \u03B8\u03AD\u03C3\u03B5\u03B9\u03C2 \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03C0\u03B1\u03C1\u03BF\u03C5\u03C3\u03B9\u03AC\u03B6\u03BF\u03BD\u03C4\u03B1\u03B9 \u03C3\u03B5 \u03B1\u03CD\u03BE\u03BF\u03C5\u03C3\u03B1 \u03C3\u03B5\u03B9\u03C1\u03AC
LoginComposite.buttons.newProject=\u0394\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1
ConfigExternalPerlModulePage.required.label=\u0391\u03BD \u03B1\u03C0\u03B1\u03B9\u03C4\u03B5\u03AF\u03C4\u03B1\u03B9 \u03C4\u03BF \u03AC\u03C1\u03B8\u03C1\u03C9\u03BC\u03B1
@@ -527,7 +524,6 @@ ContextExportDialog_XsdType=\u03A4\u03CD\u03C0\u03BF\u03C2 XSD
PaletteSettingPage.paletteSettings=\u03A1\u03C5\u03B8\u03BC\u03AF\u03C3\u03B5\u03B9\u03C2 \u03A0\u03B1\u03BB\u03AD\u03C4\u03B1\u03C2
PaletteSettingPage.selection1=\u039A\u03AC\u03C0\u03BF\u03B9\u03B1 \u03C3\u03C5\u03C3\u03C4\u03B1\u03C4\u03B9\u03BA\u03AC \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03B1 \u03C0\u03BF\u03C5 \u03B5\u03C0\u03B9\u03BB\u03AD\u03BE\u03B1\u03C4\u03B5 \u03C9\u03C2 \u03BA\u03C1\u03C5\u03C6\u03AC \u03C7\u03C1\u03B7\u03C3\u03B9\u03BC\u03BF\u03C0\u03BF\u03B9\u03BF\u03CD\u03BD\u03C4\u03B1\u03B9 \u03C3\u03C4\u03BF \u03AD\u03C1\u03B3\u03BF, \u03BF\u03C0\u03CC\u03C4\u03B5 \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03BF\u03C1\u03B1\u03C4\u03AC.
PaletteSettingPage.selection2=\u0391\u03C5\u03C4\u03AC \u03C4\u03B1 \u03C3\u03C5\u03C3\u03C4\u03B1\u03C4\u03B9\u03BA\u03AC \u03C3\u03C4\u03BF\u03B9\u03C7\u03B5\u03AF\u03B1 \u03B8\u03B1 \u03BF\u03C1\u03B9\u03C3\u03C4\u03BF\u03CD\u03BD \u03BF\u03C1\u03B1\u03C4\u03AC \u03B1\u03C5\u03C4\u03CC\u03BC\u03B1\u03C4\u03B1.
SelectDatabaseJarDialog.add=\u03A0\u03C1\u03C3\u03B8\u03AE\u03BA\u03B7
SelectDatabaseJarDialog.delete=\u0394\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE
SelectDatabaseJarDialog.warningTitle=\u03A0\u03C1\u03BF\u03B5\u03B9\u03B4\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7
AddArrayIndexDialog.Error=\u03A3\u03C6\u03AC\u03BB\u03BC\u03B1

View File

@@ -176,7 +176,6 @@ connections.form.malformedField.username=The username must be a valid email.
ImportProjectAsWizardPage.error.zip=Wrong archive file
FileStep2.fieldSeparatorNotFinishByComma=The Field Separator doesn't finish by comma
JobScriptsExportWizardPage.ExportJob=Export job to an archive file on the local file system.
JobScriptsExportWizardPage.ExportJob=Export job to an archive file on the local file system.
ImportDemoProjectPage.message=Select one of the available demo projects.
DatabaseTableForm.nameAlert=A schema has an empty name. It has to be specified
CreateFileDelimitedAction.action.openTitle=Open file delimited
@@ -551,7 +550,6 @@ AddListDialog.CHECKSIZE=Please check the size of the array\!
AddListDialog.Error=Error
AddListDialog.INPUTINDEX=please set index of current array
WebServiceUI.Add_list_element=Add list element
WebServiceUI.Add_list_element=Add list element
WebServiceUI.COLUMN=Column
WebServiceUI.Denormalize=Denormalize
WebServiceUI.ELEMENT=Element
@@ -940,4 +938,15 @@ ImportProjectAction.messageDialogContent.projectImportedFinish=Project has been
MavenGroupIdProjectSettingPage.groupIdLabel=Base GroupID:
MavenGroupIdProjectSettingPage.appendFolderLabel=Append folder name to GroupID
MavenGroupIdProjectSettingPage.groupIdErrMsg=Value is invalid.
MavenGroupIdProjectSettingPage.pressOKMsg=Restart studio to apply changes.
VersionManagementDialog.deselectAll=Deselect All
ReferenceProjectSetupPage.lblNoAvailableProject=No available project
MavenDeploymentConfigurationProjectSettingPage.removeMsg=At least have one configuration!
MavenDeploymentConfigurationProjectSettingPage.removeWarning=Do you want to delete this configuration?
MavenDeploymentConfigurationProjectSettingPage.nameExistedWarning={0} is existed!
FileStep2.fieldSeparatorPositionalTip=You must defined here the position of each column. The positions must be presented in the ascending order
FileStep2.stop=Stop
JobScriptsExportWizardPage.requiredTalendPerlModules=Required talend modules
PropertiesWizardPage.Description=Description
PropertiesWizardPage.Name=Name
ReferenceProjectSetupPage.ErrorMissingReferencedProject=Missing referenced project [{0}].
MavenGroupIdProjectSettingPage.skipGroupIdLabel=Skip base groupID if the item has folder

View File

@@ -34,7 +34,6 @@ CreateSalesforceSchemaAction.action.openTitle=Abrir esquema Salesforce
JobScriptsExportWizardPage.userRoutines=Rutinas de usuario
FileStep2.fieldSeparator=Separador de Campo
XmlToXPathLinker.beginTask.fieldLinksCreation=Cración de enlaces entre campos...
PropertiesWizardPage.Description==
VersionManagementDialog.Items=Elementos
JobScriptsExportWizardPage.generatePerlFiles=Generar fichero Perl
RefreshAction.toolTipText=Actualizar
@@ -73,7 +72,6 @@ LibraryField.descriptionColumn=Descripci
VersionAuthorSection.lockerLabel=Bloqueador
FileStep2.encoding=Codificación
ConfigExternalPerlModulePage.title.newModule=Nuevo Módulo
PropertiesWizardPage.Name==
XmlFileStep1.groupSchemaTarget=Esquema Destino
CreateTableAction.action.createTitle=Extraer Esquema
FileStep1.name=Nombre
@@ -126,7 +124,6 @@ ContextExportType_NullCannotBeMapped=El valor Nulo no puede ser mapeado a un con
ContextExportDialog_Name=Nombre
AbstractCreateTableAction.retrieveForbidden=Recuperación Prohibida
AbstractCreateTableAction.retrieveForbidden.Message=No hay tablas en esta base de datos
SelectDatabaseJarDialog.add=Agregue
SelectDatabaseJarDialog.delete=Borrar
SelectDatabaseJarDialog.warningTitle=Advertencia
AddArrayIndexDialog.check_size=Favor de controlar tamaño del vector

View File

@@ -176,7 +176,6 @@ connections.form.malformedField.username=L'e-mail de connexion doit
ImportProjectAsWizardPage.error.zip=Mauvais fichier archive
FileStep2.fieldSeparatorNotFinishByComma=Le séparateur de champ ne finit par par une virgule
JobScriptsExportWizardPage.ExportJob=Exporter les Jobs vers une archive sur le système de fichier local.
JobScriptsExportWizardPage.ExportJob=Exporter les Jobs vers une archive sur le système de fichier local.
ImportDemoProjectPage.message=Sélectionnez un des projets Démo disponibles.
DatabaseTableForm.nameAlert=Un schéma contient un nom vide. Il doit être spécifié.
CreateFileDelimitedAction.action.openTitle=Ouvrir un fichier délimité
@@ -550,7 +549,6 @@ AddListDialog.CHECKSIZE=Veuillez v
AddListDialog.Error=ERROR
AddListDialog.INPUTINDEX=Veuillez définir l'index de la collection courante.
WebServiceUI.Add_list_element=Ajouter un élément à la liste
WebServiceUI.Add_list_element=Ajouter un élément à la liste
WebServiceUI.COLUMN=Colonne
WebServiceUI.Denormalize=Dénormaliser
WebServiceUI.ELEMENT=Elément

View File

@@ -79,7 +79,6 @@ PetalsJobScriptsExportWizardPage.TargetFile=Odredi\u0161na datoteka:
ContextExportDialog_Name=Ime
AbstractCreateTableAction.retrieveForbidden=Dohvati zabranjeno
AbstractCreateTableAction.retrieveForbidden.Message=U ovoj bazi ne postoji niti jedna tablica
SelectDatabaseJarDialog.add=Dodaj
SelectDatabaseJarDialog.delete=Obri\u0161i
SelectDatabaseJarDialog.warningTitle=Upozorenje
AddArrayIndexDialog.Error=Gre\u0161ka

View File

@@ -334,7 +334,6 @@ LicenseWizard.btnCancle=Annulla
FileStep1.name=Nome
FileStep1.formatTip=Definisci il formato da utilizzare
StatusEditor.codeColumnTitle=Codice
FileStep2.fieldSeparatorPositionalTip=Devi definire qui la posizione di ogni colonna. Le posizioni devono essere presentate in ordine crescente.
connections.form.field.password=Password utente
DatabaseTableForm.comment=Commento
NewProjectWizardPage.illegalCharacter=Il nome del progetto contiene caratteri illegali.
@@ -393,7 +392,6 @@ connections.form.emptyField.username=Nome utente necessario.
FileStep2.escapeCharTip=Carattere di escape
ItemsVersionChangedDialog.Title=Conferma la nuova versione degli elementi
LicenseWizard.windowTitle=Licenza
FileStep2.stop=Stop
FileStep2.fieldPositionNotValidate=La posizione del campo deve contenere sono numeri e virgola. Le posizioni devono essere presentate in ordine crescente.
LoginComposite.buttons.newProject=Crea
ConfigExternalPerlModulePage.required.label=Se il modulo è richiesto
@@ -536,7 +534,6 @@ AbstractCreateTableAction.retrieveForbidden=Recupero proibito
AbstractCreateTableAction.retrieveForbidden.Message=Non c'è una tabella in questo database
LoginComposite.Workspace_inuse=Workspace in uso. Per favore scegline un altro
ProjectSettingsAction_editProject=Modifica proprietà progetto
SelectDatabaseJarDialog.add=Aggiungi
SelectDatabaseJarDialog.delete=Cancella
SelectDatabaseJarDialog.title=Selezione i driver jar del database
SelectDatabaseJarDialog.warningMessage=Il jar esiste già.

View File

@@ -176,7 +176,6 @@ connections.form.malformedField.username=\u30E6\u30FC\u30B6\u30FC\u540D\u306F\u6
ImportProjectAsWizardPage.error.zip=\u30A2\u30FC\u30AB\u30A4\u30D6\u30D5\u30A1\u30A4\u30EB\u304C\u6B63\u3057\u304F\u3042\u308A\u307E\u305B\u3093
FileStep2.fieldSeparatorNotFinishByComma=\u30D5\u30A3\u30FC\u30EB\u30C9\u533A\u5207\u308A\u8A18\u53F7\u306F\u30AB\u30F3\u30DE\u3067\u7D42\u4E86\u3057\u3066\u306F\u3044\u3051\u307E\u305B\u3093\u3002
JobScriptsExportWizardPage.ExportJob=\u30ED\u30FC\u30AB\u30EB\u30D5\u30A1\u30A4\u30EB\u30B7\u30B9\u30C6\u30E0\u306B\u30B8\u30E7\u30D6\u30A2\u30FC\u30AB\u30A4\u30D6\u3092\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8
JobScriptsExportWizardPage.ExportJob=\u30ED\u30FC\u30AB\u30EB\u30D5\u30A1\u30A4\u30EB\u30B7\u30B9\u30C6\u30E0\u306B\u30B8\u30E7\u30D6\u30A2\u30FC\u30AB\u30A4\u30D6\u3092\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8
ImportDemoProjectPage.message=\u30C7\u30E2\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u3092\u3072\u3068\u3064\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044
DatabaseTableForm.nameAlert=\u30B9\u30AD\u30FC\u30DE\u540D\u304C\u7A7A\u3067\u3059\u3002\u6307\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044\u3002
CreateFileDelimitedAction.action.openTitle=\u533A\u5207\u308A\u8A18\u53F7\u4ED8\u304D\u30D5\u30A1\u30A4\u30EB\u3092\u958B\u304F
@@ -551,7 +550,6 @@ AddListDialog.CHECKSIZE=\u914D\u5217\u306E\u30B5\u30A4\u30BA\u3092\u78BA\u8A8D\u
AddListDialog.Error=\u30A8\u30E9\u30FC
AddListDialog.INPUTINDEX=\u73FE\u5728\u306E\u914D\u5217\u306B\u30A4\u30F3\u30C7\u30C3\u30AF\u30B9\u3092\u8A2D\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044
WebServiceUI.Add_list_element=\u30EA\u30B9\u30C8\u8981\u7D20\u306E\u8FFD\u52A0
WebServiceUI.Add_list_element=\u30EA\u30B9\u30C8\u8981\u7D20\u306E\u8FFD\u52A0
WebServiceUI.COLUMN=\u30AB\u30E9\u30E0
WebServiceUI.Denormalize=\u975E\u6B63\u898F\u5316
WebServiceUI.ELEMENT=\u30E2\u30B8\u30E5\u30FC\u30EB
@@ -912,3 +910,43 @@ LoginProjectPage.remote.talend=\u30EA\u30E2\u30FC\u30C8TAC
LoginProjectPage.cloud.us=Cloud US
LoginProjectPage.cloud.eu=Cloud EU
LoginProjectPage.cloud.custom=Cloud\u30AB\u30B9\u30BF\u30E0
RepoReferenceProjectSetupAction.TitleReferenceChanged=\u53C2\u7167\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u8A2D\u5B9A\u304C\u5909\u66F4\u3055\u308C\u307E\u3057\u305F
RepoReferenceProjectSetupAction.MsgReferenceChanged=Studio\u306F\u73FE\u5728\u306E\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u306B\u518D\u30ED\u30B0\u30A4\u30F3\u3057\u3001\u65B0\u898F\u53C2\u7167\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u8A2D\u5B9A\u3092\u9069\u7528\u3057\u307E\u3059\u3002
RepoReferenceProjectSetupAction.TaskRelogin=\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u306B\u518D\u30ED\u30B0\u30A4\u30F3\u4E2D:
RepoReferenceProjectSetupAction.TaskLogoff=\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u304B\u3089\u30ED\u30B0\u30AA\u30D5\u4E2D
RepoReferenceProjectSetupAction.TaskLogon=\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8"{0}"\u306B\u30ED\u30B0\u30A4\u30F3\u4E2D
ReferenceProjectSetupPage.Title=\u53C2\u7167\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u8A2D\u5B9A
ReferenceProjectSetupPage.TitleReadOnly=\u53C2\u7167\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u8A2D\u5B9A(\u8AAD\u307F\u53D6\u308A\u5C02\u7528)
ReferenceProjectSetupPage.ListGroup=\u73FE\u5728\u306E\u53C2\u7167
ReferenceProjectSetupPage.AddGroup=\u65B0\u898F\u53C2\u7167\u306E\u8FFD\u52A0
ReferenceProjectSetupPage.ButtonTooltipDelete=\u9078\u629E\u3057\u305F\u53C2\u7167\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u306E\u524A\u9664
ReferenceProjectSetupPage.LabelProject=\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\uFF1A
ReferenceProjectSetupPage.LabelBranch=\u30D6\u30E9\u30F3\u30C1:
ReferenceProjectSetupPage.ButtonTooltipRefresh=\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u30EA\u30B9\u30C8\u306E\u53D6\u5F97
ReferenceProjectSetupPage.ButtonTooltipAdd=\u53C2\u7167\u30EA\u30B9\u30C8\u306B\u8FFD\u52A0
ReferenceProjectSetupPage.ErrorBranchEmpty=\u30D6\u30E9\u30F3\u30C1\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044\u3002
ReferenceProjectSetupPage.ErrorContainedProject=\u30EA\u30B9\u30C8\u306B\u306F\u3053\u306E\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u304C\u65E2\u306B\u542B\u307E\u308C\u3066\u3044\u307E\u3059\u3002
ReferenceProjectSetupPage.ErrorCycleReference=\u30B5\u30A4\u30AF\u30EB\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u53C2\u7167\u304C\u691C\u51FA\u3055\u308C\u307E\u3057\u305F\u3002
ReferenceProjectSetupPage.ErrorCanNotGetSVNBranchData=\u30AA\u30D5\u30E9\u30A4\u30F3\u30E2\u30FC\u30C9\u3067\u306F\u30D6\u30E9\u30F3\u30C1\u30C7\u30FC\u30BF\u3092\u53D6\u5F97\u3067\u304D\u307E\u305B\u3093\u3002
ReferenceProjectSetupPage.TaskCheckCycleReference=\u30B5\u30A4\u30AF\u30EB\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u53C2\u7167\u306E\u30C1\u30A7\u30C3\u30AF\u4E2D...
ReferenceProjectSetupPage.ErrorApplyReferenceSettingFailed=\u65B0\u898F\u53C2\u7167\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u8A2D\u5B9A\u306E\u9069\u7528\u306B\u5931\u6557\u3057\u307E\u3057\u305F: {0}
ReferenceProjectSetupPage.ErrorSaveReferenceSettingFailed=\u65B0\u898F\u53C2\u7167\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u8A2D\u5B9A\u306E\u4FDD\u5B58\u306B\u5931\u6557\u3057\u307E\u3057\u305F: {0}
ReferenceProjectSetupPage.TaskApplyReferenceSetting=\u65B0\u898F\u53C2\u7167\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u8A2D\u5B9A\u306E\u9069\u7528\u4E2D
ReferenceProjectSetupPage.ErrorEditorsNotSaved=\u4FDD\u5B58\u3055\u308C\u3066\u3044\u306A\u3044\u30A8\u30C7\u30A3\u30BF\u30FC\u304C\u3042\u308A\u307E\u3059\u3002\u78BA\u8A8D\u3057\u3066\u4E0B\u3055\u3044\uFF01
ReferenceProjectSetupPage.SubTaskCheckingItem=\u30A2\u30A4\u30C6\u30E0{0}\u306E\u30C1\u30A7\u30C3\u30AF\u4E2D
ImportProjectAction.messageDialogContent.projectImportedFinish=\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u304C\u30EF\u30FC\u30AF\u30B9\u30DA\u30FC\u30B9\u306B\u30A4\u30F3\u30DD\u30FC\u30C8\u3055\u308C\u307E\u3057\u305F\u304C\u3001\u4E00\u90E8\u306E\u7121\u52B9\u306A\u30A2\u30A4\u30C6\u30E0\u306F\u6700\u7D42\u7684\u306B\u30A4\u30F3\u30DD\u30FC\u30C8\u3067\u304D\u307E\u305B\u3093\u3002
MavenGroupIdProjectSettingPage.groupIdLabel=\u30D9\u30FC\u30B9GroupID:
MavenGroupIdProjectSettingPage.appendFolderLabel=\u30D5\u30A9\u30EB\u30C0\u30FC\u540D\u3092GroupID\u306B\u8FFD\u52A0
MavenGroupIdProjectSettingPage.groupIdErrMsg=\u5024\u304C\u7121\u52B9\u3067\u3059\u3002
VersionManagementDialog.deselectAll=\u3059\u3079\u3066\u9078\u629E\u89E3\u9664
ReferenceProjectSetupPage.lblNoAvailableProject=\u4F7F\u7528\u53EF\u80FD\u306A\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u304C\u3042\u308A\u307E\u305B\u3093
MavenDeploymentConfigurationProjectSettingPage.removeMsg=\u8A2D\u5B9A\u304C\u5C11\u306A\u304F\u3068\u30821\u3064\u5FC5\u8981\u3067\u3059!
MavenDeploymentConfigurationProjectSettingPage.removeWarning=\u3053\u306E\u8A2D\u5B9A\u3092\u524A\u9664\u3057\u307E\u3059\u304B?
MavenDeploymentConfigurationProjectSettingPage.nameExistedWarning={0}\u304C\u5B58\u5728\u3057\u307E\u3059!
FileStep2.fieldSeparatorPositionalTip=\u5404\u30AB\u30E9\u30E0\u306E\u4F4D\u7F6E\u3092\u3053\u3053\u3067\u5B9A\u7FA9\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002\u4F4D\u7F6E\u306F\u6607\u9806\u3067\u793A\u3059\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059
FileStep2.stop=\u505C\u6B62
JobScriptsExportWizardPage.requiredTalendPerlModules=\u5FC5\u8981Talend\u30E2\u30B8\u30E5\u30FC\u30EB
PropertiesWizardPage.Description=\u8AAC\u660E
PropertiesWizardPage.Name=\u540D\u524D
ReferenceProjectSetupPage.ErrorMissingReferencedProject=\u53C2\u7167\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8[{0}]\u304C\u3042\u308A\u307E\u305B\u3093\u3002
MavenGroupIdProjectSettingPage.skipGroupIdLabel=\u30A2\u30A4\u30C6\u30E0\u306B\u30D5\u30A9\u30EB\u30C0\u30FC\u304C\u3042\u308B\u5834\u5408\u306F\u3001\u30D9\u30FC\u30B9groupID\u3092\u30B9\u30AD\u30C3\u30D7\u3057\u307E\u3059

View File

@@ -76,7 +76,6 @@ ConfigExternalJarPage.error=Fout
ConfigExternalJarPage.reloadLibrary=Library herladen
ContextExportDialog_Name=Naam
AbstractCreateTableAction.retrieveForbidden.Message=Er is geen tabel in deze database
SelectDatabaseJarDialog.add=Toevoegen
SelectDatabaseJarDialog.delete=Verwijderen
AddArrayIndexDialog.Error=Fout
AddListDialog.Error=Fout

View File

@@ -208,7 +208,6 @@ ContextExportDialog_ExportMode=Tryb eksportu
ContextExportDialog_Name=Nazwa
ContextExportDialog_XsdType=typ XSD
AbstractCreateTableAction.retrieveForbidden.Message=Nie ma tabeli w bazie danych
SelectDatabaseJarDialog.add=Dodaj
SelectDatabaseJarDialog.delete=Usu\u0144
SelectDatabaseJarDialog.warningTitle=Ostrze\u017Cenie
AddArrayIndexDialog.check_size=Sprawd\u017A rozmiar tablicy.
@@ -239,3 +238,6 @@ ExportItemWizardPage.waring=Ostrze\u017Cenie
GenerateDocAsHTMLWizardPage.Warning=Ostrze\u017Cenie
JobScriptsExportWizardPage.jobItems=Obiekty
ProjectSettingsPreferenceDialog.overwriteTitle=Ostrze\u017Cenie
LoginHelper.errorTitle=B\u0142\u0105d
VersionManagementDialog.remove=Usu\u0144
PropertiesWizardPage.Name=Nazwa

View File

@@ -83,7 +83,6 @@ connections.form.field.imcomplete=Incompleto
LinkDocumentationHelper.remoteErrorTitle=Arquivo remoto não existe
ConfigExternalJarPage.browseJARFile=Procure um arquivo de biblioteca
connections.form.malformedField.username=O nom de usuário deve ser um e-mail válido
PropertiesWizardPage.Description==
ImportDemoProjectPage.message=Selecione um dos Projetos de demonstração disponíveis
CreateFileDelimitedAction.action.openTitle=Abrir arquivo delimitado
ConfigRoutineLibraryAction.actionLabel=Editar Bibliotecas de Rotinas
@@ -177,7 +176,6 @@ ExpandAction.action.toolTipText=Expandir / colapso
ExpandAction.action.toolTipText=Expandir / colapso
GenerateDocAsHTMLAction.GenerateDocAsHTML=Gerar Documentação em HTML
DocumentationCreateWizard.mainPageDescription=Criar um novo documento
ConfigExternalPerlModulePage.title.newModule=Novo módulo
ConfigExternalPerlModulePage.title.newModule=Novo módulo
XmlFileStep1.groupSchemaTarget=Esquema de Destino
LicenseWizard.btnCancle=Cancela
@@ -221,7 +219,6 @@ FileStep2.groupLimitOfRows=Limite de linhas
FileStep2.groupLimitOfRows=Limite de linhas
FileStep2.groupPreview=Preview
FileStep2.limit=Limit
connections.form.emptyField.username=Um nome de usuário é necessário
connections.form.emptyField.username=Um nome de usuário é necessário
LoginComposite.buttons.newProject=Criar
ConfigExternalPerlModulePage.required.label=Se o módulo é necessário
@@ -291,7 +288,6 @@ ConfigExternalJarPage.error=Erro
ConfigExternalJarPage.error=Erro
JavaJobScriptsExportWSWizardPage.esbServiceNameLabel=Nome do serviço
ContextExportDialog_Name=Nome
PaletteSettingPage.paletteSettings=Definições da Paleta de Componentes
PaletteSettingPage.paletteSettings=Definições da Paleta de Componentes
SelectDatabaseJarDialog.delete=Deletar
SelectDatabaseJarDialog.warningTitle=Advertência
@@ -320,6 +316,7 @@ RepositoryUtil.DifferentVersion=a vers
RepositoryUtil.DifferentVersion=a versão não é a mesma do projeto em uso
LoginComposite.actionTitle=Ação
LoginComposite.projectTitle=Projeto
LoginComposite.errorTitle=Erro
UseDynamicJobSelectionDialog.downBtnText=Para baixo
LoginComposite.projectTitleTemp=Criar um novo projeto
LoginComposite.buttons.changeButton=Mudança
@@ -330,3 +327,5 @@ RepositoryReviewDialog.waringTitle=Advert
RepositoryReviewDialog.waringTitle=Advertência
ExportItemWizardPage.waring=Advertência
GenerateDocAsHTMLWizardPage.Warning=Advertência
ProjectSettingsPreferenceDialog.overwriteTitle=Advertência
LoginHelper.errorTitle=Erro

View File

@@ -54,7 +54,6 @@ connections.form.field.usernameNoMail=Nume utilizator
XmlFileStep2Form.previewNotAvailable=Fisierul XSD nu are preview
MultiSchemasUI.useMultiSchemabtn=Foloseste separatori multipli
ContextExportDialog_Name=Nume
SelectDatabaseJarDialog.add=Adauga
SelectDatabaseJarDialog.delete=sterge
WebServiceUI.Add_list_element=Element Adauga lista
WebServiceUI.Add_list_element=Element Adauga lista

View File

@@ -201,7 +201,6 @@ FileStep2.groupPreview=\u041F\u0440\u0435\u0434\u043F\u0440\u043E\u0441\u043C\u0
FileStep2.limit=\u041E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0435
connections.form.emptyField.username=\u041D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u043E \u0443\u043A\u0430\u0437\u0430\u0442\u044C \u0438\u043C\u044F \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F
LicenseWizard.windowTitle=\u041B\u0438\u0446\u0435\u043D\u0437\u0438\u044F
FileStep2.stop=\u041E\u0441\u0442\u043D\u043E\u0432\u0438\u0442\u044C
LoginComposite.buttons.newProject=\u0421\u043E\u0437\u0434\u0430\u0442\u044C
ConfigExternalPerlModulePage.required.label=\u0415\u0441\u043B\u0438 \u043C\u043E\u0434\u0443\u043B\u044C \u043D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C
CommonWizard.cancel=\u041E\u0442\u043C\u0435\u043D\u0438\u0442\u044C
@@ -277,7 +276,6 @@ PaletteSettingPage.selection1=\u041D\u0435\u043A\u043E\u0442\u043E\u0440\u044B\u
PaletteSettingPage.selection2=\u042D\u0442\u0438 \u043A\u043E\u043C\u043F\u043E\u043D\u0435\u043D\u0442\u044B \u0431\u0443\u0434\u0443\u0442 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438 \u043F\u0435\u0440\u0435\u0432\u0435\u0434\u0435\u043D\u044B \u0432 \u0432\u0438\u0434\u0438\u043C\u044B\u0435.
AbstractCreateTableAction.retrieveForbidden=\u0418\u0437\u0432\u043B\u0435\u0447\u0435\u043D\u0438\u0435 \u0437\u0430\u043F\u0440\u0435\u0449\u0435\u043D\u043E
AbstractCreateTableAction.retrieveForbidden.Message=\u0422\u0430\u0431\u043B\u0438\u0446\u0430 \u043D\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u044D\u0442\u043E\u0439 \u0411\u0414
SelectDatabaseJarDialog.add=\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C
SelectDatabaseJarDialog.delete=\u0423\u0434\u0430\u043B\u0438\u0442\u044C
SelectDatabaseJarDialog.warningTitle=\u041F\u0440\u0435\u0434\u0443\u043F\u0440\u0435\u0436\u0434\u0435\u043D\u0438\u0435
AddArrayIndexDialog.check_size=\u041F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430 \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u0440\u0430\u0437\u043C\u0435\u0440\u043D\u043E\u0441\u0442\u044C \u043C\u0430\u0441\u0441\u0438\u0432\u0430

View File

@@ -101,7 +101,6 @@ EbcdicForm.dataNotExist=Datov
ConfigExternalJarPage.error=CHYBA
JavaJobScriptsExportWSWizardPage.esbCategoryLabel=Kategória
ContextExportDialog_Name=Meno
SelectDatabaseJarDialog.add=Prida\u0165
SelectDatabaseJarDialog.delete=Zmaza\u0165
SelectDatabaseJarDialog.warningTitle=Varovanie
AddArrayIndexDialog.check_size=Prosím skontrolujte ve\u013Ekos\u0165 po\u013Ea.

View File

@@ -31,7 +31,6 @@ MappingFileSelectDialog.name=Ad\u0131
NewSqlpatternWizard.failureTitle=Hata
ConfigExternalJarPage.error=Hata
ContextExportDialog_Name=Ad\u0131
SelectDatabaseJarDialog.add=Ekle
SelectDatabaseJarDialog.delete=Sil
AddArrayIndexDialog.Error=Hata
AddListDialog.Error=Hata

View File

@@ -170,8 +170,6 @@ connections.form.malformedField.username=E-mail \u5fc5\u987b\u4e3a\u53ef\u7528\u
ImportProjectAsWizardPage.error.zip=\u9519\u8bef\u7684\u5b58\u6863\u6587\u4ef6
FileStep2.fieldSeparatorNotFinishByComma=\u5b57\u6bb5\u5206\u9694\u7b26\u4e0d\u662f\u4ee5\u9017\u53f7\u7ed3\u675f
JobScriptsExportWizardPage.ExportJob=\u5bfc\u51fa\u4f5c\u4e1a\u811a\u672c\u5230\u4e00\u4e2a\u672c\u5730\u6587\u4ef6\u7cfb\u7edf\u7684\u538b\u7f29\u6587\u4ef6\u4e2d\u3002
JobScriptsExportWizardPage.ExportJob=\u5bfc\u51fa\u4f5c\u4e1a\u811a\u672c\u5230\u4e00\u4e2a\u672c\u5730\u6587\u4ef6\u7cfb\u7edf\u7684\u538b\u7f29\u6587\u4ef6\u4e2d\u3002
PropertiesWizardPage.Description=\u63CF\u8FF0
ImportDemoProjectPage.message=\u9009\u62e9\u4e00\u4e2a\u6709\u6548\u7684\u793a\u4f8b\u5de5\u7a0b.
DatabaseTableForm.nameAlert=Schema \u540d\u4e0d\u80fd\u4e3a\u7a7a\uff0c\u987b\u88ab\u6307\u5b9a
CreateFileDelimitedAction.action.openTitle=\u6253\u5f00\u6587\u4ef6\u5206\u9694\u7b26
@@ -295,7 +293,6 @@ DatabaseTableForm.connectionIsDone=\u8fde\u63a5\u6210\u529f
DatabaseTableForm.connectionIsDone=\u8fde\u63a5\u6210\u529f
ImportProjectsUtilities.task.importingProject=\u5bfc\u5165\u9879\u76ee...
FileStep2.fieldPositionTip=\u4f60\u5fc5\u987b\u4e3a\u6bcf\u5217\u8bbe\u7f6e\u4e00\u4e2a\u4f4d\u7f6e\uff0c \u5e76\u4e14\u4f4d\u7f6e\u503c\u5fc5\u987b\u4ee5\u5347\u5e8f\u6392\u5217\u3002
FileStep2.headerTip=\u5f00\u59cb
FileStep2.headerTip=\u5f00\u59cb
FileStep2.csv=csv\u6587\u4EF6
FileStep1.filepathAlert=\u6587\u4ef6\u8def\u5f84\u987b\u6307\u5b9a
@@ -322,7 +319,6 @@ GenerateDocAsHTMLAction.GenerateDocAsHTML=\u751f\u6210HTML\u6587\u6863
GenerateDocAsHTMLAction.GenerateDocAsHTML=\u751f\u6210HTML\u6587\u6863
FileStep3.guessFailureTip=\u8ba1\u7b97\u5931\u8d25
DocumentationCreateWizard.mainPageDescription=\u521b\u5efa\u63cf\u8ff0
ConfigExternalPerlModulePage.title.newModule=\u65b0\u6a21\u5757
ConfigExternalPerlModulePage.title.newModule=\u65b0\u6a21\u5757
ImportExternalJarPage.pageTitle=\u5bfc\u5165\u5916\u90e8\u5e93\u6587\u4ef6
ImportProjectAsWizardPage.dialog.selectDirectory.desc=\u9009\u62e9\u8981\u5bfc\u5165\u9879\u76ee\u7684\u6839\u76ee\u5f55
@@ -331,7 +327,6 @@ LicenseWizard.btnCancle=\u6211\u4e0d\u63a5\u53d7
LicenseWizard.btnCancle=\u6211\u4e0d\u63a5\u53d7
FileStep1.name=\u6587\u4ef6\u540d
FileStep1.formatTip=\u5b9a\u4e49\u5c06\u88ab\u4f7f\u7528\u7684\u683c\u5f0f
StatusEditor.codeColumnTitle=\u4ee3\u7801
StatusEditor.codeColumnTitle=\u4ee3\u7801
connections.form.field.password=\u7528\u6237\u53e3\u4ee4
DatabaseTableForm.comment=\u6ce8\u91ca
@@ -390,7 +385,6 @@ connections.form.emptyField.username=\u9700\u8981\u7528\u6237\u540d
connections.form.emptyField.username=\u9700\u8981\u7528\u6237\u540d
FileStep2.escapeCharTip=\u5206\u9694\u7b26
ItemsVersionChangedDialog.Title=\u786E\u8BA4\u9879\u76EE\u7684\u65B0\u7248\u672C
LicenseWizard.windowTitle=\u8bb8\u53ef\u8bf4\u660e
LicenseWizard.windowTitle=\u8bb8\u53ef\u8bf4\u660e
FileStep2.fieldPositionNotValidate=\u5b57\u6bb5\u7684\u4f4d\u7f6e\u53ea\u80fd\u662f\u6570\u503c\u548c\u9017\u53f7\uff0c \u5e76\u4e14\u4f4d\u7f6e\u503c\u5fc5\u987b\u4ee5\u5347\u5e8f\u6392\u5217\u3002
LoginComposite.buttons.newProject=\u521b\u5efa\u5de5\u7a0b
@@ -503,7 +497,6 @@ AddListDialog.CHECKSIZE=\u8BF7\u68C0\u67E5\u6570\u7EC4\u7684\u5927\u5C0F\uFF01
AddListDialog.CHECKSIZE=\u8BF7\u68C0\u67E5\u6570\u7EC4\u7684\u5927\u5C0F\uFF01
AddListDialog.Error=\u9519\u8BEF
AddListDialog.INPUTINDEX=\u8BF7\u8BBE\u7F6E\u5F53\u524D\u6570\u7EC4\u7684\u7D22\u5F15
WebServiceUI.Add_list_element=\u6DFB\u52A0\u5217\u8868\u5143\u7D20
WebServiceUI.Add_list_element=\u6DFB\u52A0\u5217\u8868\u5143\u7D20
WebServiceUI.COLUMN=\u5217
WebServiceUI.Denormalize=\u975E\u89C4\u8303\u5316

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>7.0.1-SNAPSHOT</version>
<version>7.0.1</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.repository.view.di.nl</artifactId>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>7.0.1-SNAPSHOT</version>
<version>7.0.1</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.sbi.engines.client.nl</artifactId>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tdi-studio-se</artifactId>
<version>7.0.1-SNAPSHOT</version>
<version>7.0.1</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.spagic.engines.client.nl</artifactId>

View File

@@ -14,7 +14,6 @@ SpagicServerDialog.host=Host
SapgicDeployWizard.exporttospagic=Export nach Spagic
SpagicDeployWizardPage.exportResourceError=Ressourcen-Export-Fehler
SpagicDeployWizardPage.contextPerlScripts=Context-Skripte
SpagicDeployWizardPage.requiredTalendPerlModules=Erforderliche Talend-Module
SpagicServerDialog.login=Anmeldung
SpagicServerDialog.shellText.createNewServer=Erstelle neuen Spagic Server
SpagicServerDialog.shellText.editServer=Bearbeite SpagoBi Server

View File

@@ -19,7 +19,6 @@ SpagicServerDialog.host=\u039A\u03CC\u03BC\u03B2\u03BF\u03C2
SapgicDeployWizard.exporttospagic=\u0395\u03BE\u03B1\u03B3\u03C9\u03B3\u03AE \u03C3\u03B5 Spagic
SpagicDeployWizardPage.exportResourceError=\u03A3\u03C6\u03AC\u03BB\u03BC\u03B1 \u0395\u03BE\u03B1\u03B3\u03C9\u03B3\u03AE\u03C2 \u03A0\u03CC\u03C1\u03BF\u03C5
SpagicDeployWizardPage.contextPerlScripts=\u03A3\u03B5\u03BD\u03AC\u03C1\u03B9\u03B1 \u03C0\u03BB\u03B1\u03B9\u03C3\u03AF\u03BF\u03C5
SpagicDeployWizardPage.requiredTalendPerlModules=\u0391\u03C0\u03B1\u03B9\u03C4\u03BF\u03CD\u03BC\u03B5\u03BD\u03B1 \u03B1\u03C1\u03B8\u03C1\u03CE\u03BC\u03B1\u03C4\u03B1 talend
SpagicServerDialog.login=\u03A3\u03CD\u03BD\u03B4\u03B5\u03C3\u03B7
SpagicServerDialog.shellText.createNewServer=\u0394\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1 \u03BD\u03AD\u03BF\u03C5 \u03B5\u03BE\u03C5\u03C0\u03B7\u03C1\u03B5\u03C4\u03B7\u03C4\u03AE Spagic
SpagicServerDialog.shellText.editServer=\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1 \u03B5\u03BE\u03C5\u03C0\u03B7\u03C1\u03B5\u03C4\u03B7\u03C4\u03AE SpagoBi

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