Compare commits

..

167 Commits

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

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

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

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

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

* fix(TUP-28659): backport

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

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

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

* fix(TUP-30360): update log message

* fix(TUP-30360): install libfile

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

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

* fix(TUP-30360): fix sharing jars

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

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

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

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

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

This reverts commit cf52e1e004.

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

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

* Recreate FileWriter with append after writing header

* Add csv writer to shared writer map

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

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

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

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

* fix junits

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

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

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

This reverts commit cdf41fb420.

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

This reverts commit cdfb44ced5.

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

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

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

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

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

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

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

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

* add junit

* add junits

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

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

* TPS-4193  modify code mistake

* test github not pushed

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

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

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

* fix(TUP-26539): add test case

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

* fix(TUP-26539): Return root node

* fix(TUP-26539): Update test case

* fix(TUP-26539): update test case

* fix(TUP-26539): Unassociate unnecessary listeners

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

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

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

* format code

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

retrieve tables (#3231)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* fix(TUP-26081): Share libraries pb

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

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

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

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

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

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

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

* bugfix(TUP-25965) Ignore test failures

* bugfix(TUP-25965) Ignore test failures

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

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

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

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

CI.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* kjwang/Fix improve the fetch license performance

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

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

error)
https://jira.talendforge.org/browse/TUP-23488
2019-06-18 11:38:22 +08:00
Mike Yan
6b38b13eb9 fix(TESB-26219): Fixed NPE for cloud artifact viewer with Java11 (#2527) 2019-06-17 17:08:02 +08:00
Jenkins Continuous Build server
07df547a88 Set version to 7.2.1 2019-06-14 11:49:03 +02:00
1751 changed files with 31931 additions and 53739 deletions

1
.gitignore vendored
View File

@@ -7,4 +7,3 @@ dist/
.settings/
*.iml
.idea
lib

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature id="org.talend.babel.all.tos.feature" label="Babel feature with all languages for TOS" version="7.3.1.qualifier">
<feature id="org.talend.babel.all.tos.feature" label="Babel feature with all languages for TOS" version="7.2.1.qualifier">
<description url="http://www.example.com/description">[Enter Feature Description here.]</description>
<copyright url="http://www.example.com/copyright">[Enter Copyright Description here.]</copyright>
<license url="http://www.example.com/license">[Enter License Description here.]</license>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tcommon-studio-se</artifactId>
<version>7.3.1-PATCH</version>
<version>7.2.1</version>
<relativePath>../../../</relativePath>
</parent>

View File

@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl
Bundle-SymbolicName: org.talend.common.ui.runtime.nl
Bundle-Version: 7.3.1.qualifier
Bundle-Version: 7.2.1.qualifier
Fragment-Host: org.talend.common.ui.runtime

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tcommon-studio-se</artifactId>
<version>7.3.1-PATCH</version>
<version>7.2.1</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.common.ui.runtime.nl</artifactId>

View File

@@ -16,8 +16,8 @@ ContentProposalAdapterExtended.close=close
ContentProposalAdapterExtended.closeFocusout=close focusout
ControlUtils.Unsupported1=This control ({0}) is not supported, add case if you want...
CopyPushButton.CopyButton.Tip=Copy selected items
Curve2D.MaxNum.Be0=maximumSegments must be positive or 0
Curve2D.MinNum.Be0=minimumSegments must be positive or 0
Curve2D.MaxNum.Be0=maximumSegements must positive or 0
Curve2D.MinNum.Be0=minimumSegements must positive or 0
DateDialog.textContent=Select Date & Time
DefaultCellModifier.tableItemDispose=TableItem disposed
DialogErrorForCellEditorListener.Error.MsgDialogTitle=Error

View File

@@ -4,7 +4,7 @@ AccessorUtils.isReq=\ est requis pour le bean (<B>).
AddPushButton.AddButton.Tip=Ajouter
AddAllPushButton.AddAllButton.Tip=Ajouter tout
CellEditorDialogBehavior.textContent=...
ColorStyledText.RedoItem.Text=R\u00E9tablir
ColorStyledText.RedoItem.Text=R\u00E9p\u00E9ter
ColorStyledText.UndoItem.Text=Annuler
ColorStyledText.CopyItem.Text=Copier
ColorStyledText.PasteItem.Text=Coller
@@ -13,8 +13,8 @@ ContentProposalAdapterExtended.close=Fermer
ContentProposalAdapterExtended.closeFocusout=Fermeture de focusout
ControlUtils.Unsupported1=Ce contr\u00F4le ({0}) n'est pas support\u00E9, ajouter un "sinon" si vous voulez...
CopyPushButton.CopyButton.Tip=Copie les \u00E9l\u00E9ments s\u00E9lectionn\u00E9s
Curve2D.MaxNum.Be0=maximumSegments doit \u00EAtre positif ou 0
Curve2D.MinNum.Be0=minimumSegments doit \u00EAtre positif ou 0
Curve2D.MaxNum.Be0=maximumSegements doit \u00EAtre positif ou 0
Curve2D.MinNum.Be0=minimumSegements doit \u00EAtre positif ou 0
DateDialog.textContent=S\u00E9lectionner Date et heure
DefaultCellModifier.tableItemDispose=TableItem effac\u00E9
DialogErrorForCellEditorListener.Error.MsgDialogTitle=ERROR

View File

@@ -16,8 +16,8 @@ ContentProposalAdapterExtended.close=\u9589\u3058\u308B
ContentProposalAdapterExtended.closeFocusout=Focusout\u3092\u9589\u3058\u308B
ControlUtils.Unsupported1=\u3053\u306E\u30B3\u30F3\u30C8\u30ED\u30FC\u30EB({0}) \u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3001\u5FC5\u8981\u3067\u3042\u308C\u3070\u30B1\u30FC\u30B9\u3092\u8FFD\u52A0\u3057\u3066\u304F\u3060\u3055\u3044...
CopyPushButton.CopyButton.Tip=\u9078\u629E\u3057\u305F\u30A2\u30A4\u30C6\u30E0\u306E\u30B3\u30D4\u30FC
Curve2D.MaxNum.Be0=maximumSegments\u306F\u6B63\u307E\u305F\u306F0\u306B\u3057\u3066\u304F\u3060\u3055\u3044
Curve2D.MinNum.Be0=minimumSegments\u306F\u6B63\u307E\u305F\u306F0\u306B\u3057\u3066\u304F\u3060\u3055\u3044
Curve2D.MaxNum.Be0=maximumSegements\u306F \u6B63\u306E\u6570\u3082\u3057\u304F\u306F0\u3067\u306A\u304F\u3066\u306F\u306A\u308A\u307E\u305B\u3093
Curve2D.MinNum.Be0=minimumSegements\u306F \u6B63\u306E\u6570\u3082\u3057\u304F\u306F0\u3067\u306A\u304F\u3066\u306F\u306A\u308A\u307E\u305B\u3093
DateDialog.textContent=\u65E5\u4ED8\u3068\u6642\u9593\u306E\u9078\u629E
DefaultCellModifier.tableItemDispose=\u7834\u68C4\u3055\u308C\u305F\u30C6\u30FC\u30D6\u30EB\u9805\u76EE
DialogErrorForCellEditorListener.Error.MsgDialogTitle=\u30A8\u30E9\u30FC

View File

@@ -16,8 +16,8 @@ ContentProposalAdapterExtended.close=\u5173\u95ED
ContentProposalAdapterExtended.closeFocusout=\u5173\u95ED focusout
ControlUtils.Unsupported1=\u6B64\u9762\u677F ({0}) \u4E0D\u53D7\u652F\u6301\u3002\u5982\u679C\u60A8\u60F3\u4F7F\u7528\uFF0C\u8BF7\u6DFB\u52A0\u4E8B\u4EF6...
CopyPushButton.CopyButton.Tip=\u590D\u5236\u9009\u5B9A\u7684\u9879
Curve2D.MaxNum.Be0=maximumSegments \u5FC5\u987B\u4E3A\u6B63\u6570\u6216 0
Curve2D.MinNum.Be0=minimumSegments \u5FC5\u987B\u4E3A\u6B63\u6570\u6216 0
Curve2D.MaxNum.Be0=maximumSegements \u5FC5\u987B\u4E3A\u6B63\u6216 0
Curve2D.MinNum.Be0=minimumSegements \u5FC5\u987B\u4E3A\u6B63\u6216 0
DateDialog.textContent=\u9009\u62E9\u65E5\u671F\u548C\u65F6\u95F4
DefaultCellModifier.tableItemDispose=TableItem \u5DF2\u5904\u7406
DialogErrorForCellEditorListener.Error.MsgDialogTitle=\u9519\u8BEF

View File

@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl
Bundle-SymbolicName: org.talend.commons.runtime.nl
Bundle-Version: 7.3.1.qualifier
Bundle-Version: 7.2.1.qualifier
Fragment-Host: org.talend.commons.runtime

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tcommon-studio-se</artifactId>
<version>7.3.1-PATCH</version>
<version>7.2.1</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.commons.runtime.nl</artifactId>

View File

@@ -56,5 +56,3 @@ AS400ResultSet.unknowCloumn=Invalid argument\: unknown column name
AS400ResultSet.parameterIndex=Invalid argument\: parameter index
AS400ResultSet.outofRange=\ is out of range.
ITaCoKitService.exception.multipleInstance=More than one instance found: {0}
TalendProxySelector.exception.badUriMap=Bad uri map: {0}
TalendProxySelector.exception.proxySelectionError=Error occurs when selecting proxy for {0}

View File

@@ -56,5 +56,3 @@ AS400ResultSet.unknowCloumn=\u5F15\u6570\u304C\u7121\u52B9\u3067\u3059: \u4E0D\u
AS400ResultSet.parameterIndex=\u5F15\u6570\u304C\u7121\u52B9\u3067\u3059: \u30D1\u30E9\u30E1\u30FC\u30BF\u30FC\u30A4\u30F3\u30C7\u30C3\u30AF\u30B9
AS400ResultSet.outofRange=\\ \u7BC4\u56F2\u5916\u3067\u3059\u3002
ITaCoKitService.exception.multipleInstance=\u8907\u6570\u306E\u30A4\u30F3\u30B9\u30BF\u30F3\u30B9\u304C\u898B\u3064\u304B\u308A\u307E\u3057\u305F: {0}
TalendProxySelector.exception.badUriMap=\u4E0D\u6B63\u306Auri\u30DE\u30C3\u30D7: {0}
TalendProxySelector.exception.proxySelectionError={0}\u306E\u30D7\u30ED\u30AD\u30B7\u306E\u9078\u629E\u6642\u306B\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3057\u307E\u3059

View File

@@ -56,5 +56,3 @@ AS400ResultSet.unknowCloumn=\u65E0\u6548\u7684\u53C2\u6570\uFF1A\u5217\u540D\u67
AS400ResultSet.parameterIndex=\u65E0\u6548\u7684\u53C2\u6570\uFF1A\u53C2\u6570\u7D22\u5F15
AS400ResultSet.outofRange=\\ \u8D85\u51FA\u8303\u56F4\u3002
ITaCoKitService.exception.multipleInstance=\u53D1\u73B0\u591A\u4E2A\u5B9E\u4F8B\uFF1A{0}
TalendProxySelector.exception.badUriMap=\u9519\u8BEF\u7684 uri \u6620\u5C04\uFF1A{0}
TalendProxySelector.exception.proxySelectionError=\u4E3A {0} \u9009\u62E9\u4EE3\u7406\u65F6\u51FA\u9519

View File

@@ -2,6 +2,6 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Commons UI Nl Fragment
Bundle-SymbolicName: org.talend.commons.ui.nl
Bundle-Version: 7.3.1.qualifier
Bundle-Version: 7.2.1.qualifier
Fragment-Host: org.talend.commons.ui
Bundle-Vendor: .Talend SA.

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tcommon-studio-se</artifactId>
<version>7.3.1-PATCH</version>
<version>7.2.1</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.commons.ui.nl</artifactId>

View File

@@ -54,9 +54,9 @@ ColorStyledText.SelectAllItem.Text=Select All
DialogErrorForCellEditorListener.Error.MsgDialogTitle=Error
ExportPushButton.ExportButton.Tip=Export all rows into XML file
TableViewerCreator.CellModifier.ExError=The current CellModifier does'nt support this operation. \n Use '{0}' or a class which extends it to use this feature
Curve2D.MinNum.Be0=minimumSegments be must positive or 0
Curve2D.MinNum.Be0=minimumSegements must positive or 0
ModeReader.IgnoreElement=Ignore unknown element
Curve2D.MaxNum.Be0=maximumSegments must be positive or 0
Curve2D.MaxNum.Be0=maximumSegements must be positive or 0
CellEditorDialogBehavior.textContent=...
CellEditorValueAdapterFactory.valueNotStringType=Bean value should be a class of String type \!
ColorStyledText.RedoItem.Text=Redo
@@ -134,4 +134,3 @@ ArchiveDirectoryChooser.DataTransfer_browse=B&rowse...
ArchiveDirectoryChooser.WizardProjectsImportPage_ArchiveSelectTitle=Select &archive file:
ArchiveDirectoryChooser.FileExport_selectDestinationMessage=Select a directory to export to.
ArchiveDirectoryChooser.ArchiveExport_description=Export resources to an archive file on the local file system.
DisplayUtils.NotSupportedExceptionOnLinux=Linux/Unit doesn't support multiple display.

View File

@@ -54,12 +54,12 @@ ColorStyledText.SelectAllItem.Text=S\u00E9lectionner tout
DialogErrorForCellEditorListener.Error.MsgDialogTitle=ERROR
ExportPushButton.ExportButton.Tip=Exporte toutes les lignes dans un fichier XML
TableViewerCreator.CellModifier.ExError=Le CellModifier courant ne supporte pas cette op\u00E9ration. Utilisez '{0}' ou une classe qui l'\u00E9tend pour cette fonction.
Curve2D.MinNum.Be0=minimumSegments doit \u00EAtre positif ou \u00E9gal \u00E0 0
Curve2D.MinNum.Be0=minimumSegements doit \u00EAtre positif ou \u00E9gal \u00E0 0
ModeReader.IgnoreElement=Ignorer un \u00E9l\u00E9ment inconnu
Curve2D.MaxNum.Be0=maximumSegments doit \u00EAtre positif ou nul
CellEditorDialogBehavior.textContent=...
CellEditorValueAdapterFactory.valueNotStringType=La valeur du Bean doit \u00EAtre une classe type String
ColorStyledText.RedoItem.Text=R\u00E9tablir
ColorStyledText.RedoItem.Text=R\u00E9p\u00E9ter
ColorStyledText.UndoItem.Text=Annuler
ContentProposalAdapterExtended.close=Fermer
ContentProposalAdapterExtended.closeFocusout=Fermeture de focusout

View File

@@ -54,9 +54,9 @@ ColorStyledText.SelectAllItem.Text=\u3059\u3079\u3066\u9078\u629E
DialogErrorForCellEditorListener.Error.MsgDialogTitle=\u30A8\u30E9\u30FC
ExportPushButton.ExportButton.Tip=\u3059\u3079\u3066\u306E\u884C\u3092XML\u30D5\u30A1\u30A4\u30EB\u306B\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8
TableViewerCreator.CellModifier.ExError=\u73FE\u5728\u306ECellModifier\u306F\u3053\u306E\u64CD\u4F5C\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u305B\u3093\u3002'{0}'\u3092\u4F7F\u7528\u3059\u308B\u304B\u3001\u62E1\u5F35\u3057\u3066\u3053\u306E\u30D5\u30A3\u30FC\u30C1\u30E3\u30FC\u3092\u4F7F\u7528\u3067\u304D\u308B\u3088\u3046\u306B\u3059\u308B\u30AF\u30E9\u30B9\u3092\u4F7F\u7528\u3057\u307E\u3059
Curve2D.MinNum.Be0=minimumSegments\u306F\u6B63\u307E\u305F\u306F0\u306B\u3057\u3066\u304F\u3060\u3055\u3044
Curve2D.MinNum.Be0=\u6700\u5C0F\u30BB\u30B0\u30E1\u30F3\u30C8\u306F\u6B63\u306E\u6570\u304B0\u3067\u306A\u3051\u308C\u3070\u3044\u3051\u307E\u305B\u3093
ModeReader.IgnoreElement=\u4E0D\u660E\u306A\u8981\u7D20\u3092\u7121\u8996
Curve2D.MaxNum.Be0=maximumSegments\u306F\u6B63\u307E\u305F\u306F0\u306B\u3057\u3066\u304F\u3060\u3055\u3044
Curve2D.MaxNum.Be0=maximumSegements\u306F \u6B63\u306E\u6570\u3082\u3057\u304F\u306F0\u3067\u306A\u304F\u3066\u306F\u306A\u308A\u307E\u305B\u3093
CellEditorDialogBehavior.textContent=...
CellEditorValueAdapterFactory.valueNotStringType=Bean\u306E\u5024\u306FString\u578B\u306E\u30AF\u30E9\u30B9\u3067\u306A\u304F\u3066\u306F\u306A\u308A\u307E\u305B\u3093\u3002
ColorStyledText.RedoItem.Text=\u3084\u308A\u76F4\u3059
@@ -134,4 +134,3 @@ ArchiveDirectoryChooser.DataTransfer_browse=\u53C2&\u7167...
ArchiveDirectoryChooser.WizardProjectsImportPage_ArchiveSelectTitle=&\u30A2\u30FC\u30AB\u30A4\u30D6\u30D5\u30A1\u30A4\u30EB\u306E\u9078\u629E:
ArchiveDirectoryChooser.FileExport_selectDestinationMessage=\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8\u5148\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA\u3092\u9078\u629E
ArchiveDirectoryChooser.ArchiveExport_description=\u30EA\u30BD\u30FC\u30B9\u3092\u30ED\u30FC\u30AB\u30EB\u30D5\u30A1\u30A4\u30EB\u30B7\u30B9\u30C6\u30E0\u4E0A\u306E\u30A2\u30FC\u30AB\u30A4\u30D6\u30D5\u30A1\u30A4\u30EB\u306B\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8\u3057\u307E\u3059\u3002
DisplayUtils.NotSupportedExceptionOnLinux=Linux/Unit\u3067\u306F\u30DE\u30EB\u30C1\u30C7\u30A3\u30B9\u30D7\u30EC\u30A4\u304C\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002

View File

@@ -1,10 +1,10 @@
commons.error=\u9519\u8BEF
TableViewerCreator.TableColumn.AssertMsg=TableEditorColumn \u7684 idProperty \u4E3A \'{0}\' \u7684 TableColumn \u6CA1\u6709\u6B63\u786E\u7684 Table \u7236\u9879
ColorStyledText.PasteItem.Text=\u7C98\u8D34
EventUtil.UnknowDetail=\u672A\u77E5\u4E8B\u4EF6\u8BE6\u7EC6\u4FE1\u606F\u503C ???\uFF1A
EventUtil.UnknowDetail=\u4E8B\u4EF6\u8BE6\u60C5\u7684\u672A\u77E5 ??? \u503C\uFF1A
ImportPushButtonForExtendedTable.ErrorMsg.Text=\u51FA\u9519
ResetDBTypesButton.ResetDBTypesButton.Tip=\u91CD\u7F6E\u6240\u6709\u6570\u636E\u5E93\u7C7B\u578B
ExportPushButtonForExtendedTable.ErrorMsg.Text=\u51FA\u9519\uFF01
ExportPushButtonForExtendedTable.ErrorMsg.Text=\u51FA\u9519!
TableViewerCreator.IdProperty.AssertMsg=\u4F60\u5FC5\u987B\u6539\u53D8\u5176\u4E2D\u4E00\u4E2A\u5217\u7684 idProperty\uFF0C\u4E00\u4E2A\u8868\u4E2D\u7684\u6BCF\u4E2A\u5217\u7684 idProperty \u5FC5\u987B\u552F\u4E00\u3002
TableViewerCreator.CallMethod.ErrorMsg=\u53EA\u6709\u60A8\u5DF2\u7ECF\u8C03\u7528\u4E86 createTable() \u65B9\u6CD5\u540E\uFF0C\u624D\u80FD\u8C03\u7528\u6B64\u65B9\u6CD5\u3002
ModelSelectionDialog.BuiltIn=\u66F4\u6539\u4E3A\u5185\u7F6E\u5C5E\u6027\u3002
@@ -54,9 +54,9 @@ ColorStyledText.SelectAllItem.Text=\u5168\u9009
DialogErrorForCellEditorListener.Error.MsgDialogTitle=\u9519\u8BEF
ExportPushButton.ExportButton.Tip=\u5BFC\u51FA\u6240\u6709\u884C\u5230 XML \u6587\u4EF6
TableViewerCreator.CellModifier.ExError=\u5F53\u524D CellModifier \u4E0D\u652F\u6301\u6B64\u64CD\u4F5C\u3002\\n \u4F7F\u7528 \'{0}\' \u6216\u6269\u5C55\u5B83\u7684\u7C7B\u6765\u4F7F\u7528\u6B64\u529F\u80FD
Curve2D.MinNum.Be0=minimumSegments \u5FC5\u987B\u4E3A\u6B63\u6570\u6216 0
Curve2D.MinNum.Be0=\u6BB5\u7684\u6700\u5C0F\u503C\u5FC5\u987B\u4E3A\u6B63\u6570\u62160\u3002
ModeReader.IgnoreElement=\u5FFD\u7565\u672A\u77E5\u5143\u7D20
Curve2D.MaxNum.Be0=maximumSegments \u5FC5\u987B\u4E3A\u6B63\u6570\u6216 0
Curve2D.MaxNum.Be0=maximumSegements \u5FC5\u987B\u4E3A\u6B63\u6216 0\u3002
CellEditorDialogBehavior.textContent=...
CellEditorValueAdapterFactory.valueNotStringType=Bean \u503C\u5E94\u662F\u5B57\u7B26\u4E32\u7C7B\u578B\u7684\u7C7B\uFF01
ColorStyledText.RedoItem.Text=\u91CD\u505A
@@ -134,4 +134,3 @@ ArchiveDirectoryChooser.DataTransfer_browse=\u6D4F\u89C8(&R)...
ArchiveDirectoryChooser.WizardProjectsImportPage_ArchiveSelectTitle=\u9009\u62E9\u5F52\u6863\u6587\u4EF6(&A):
ArchiveDirectoryChooser.FileExport_selectDestinationMessage=\u9009\u62E9\u8981\u5BFC\u51FA\u5230\u7684\u76EE\u5F55
ArchiveDirectoryChooser.ArchiveExport_description=\u5C06\u8D44\u6E90\u5BFC\u51FA\u5230\u672C\u5730\u6587\u4EF6\u7CFB\u7EDF\u4E0A\u7684\u5B58\u6863\u6587\u4EF6\u4E2D\u3002
DisplayUtils.NotSupportedExceptionOnLinux=Linux/Unit \u4E0D\u652F\u6301\u591A\u4E2A\u663E\u793A\u5DE5\u5177\u3002

View File

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: org.talend.core.nl Fragment
Bundle-SymbolicName: org.talend.core.nl
Bundle-Version: 7.3.1.qualifier
Bundle-Version: 7.2.1.qualifier
Bundle-Vendor: .Talend SA.
Fragment-Host: org.talend.core
Bundle-Localization: plugin

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tcommon-studio-se</artifactId>
<version>7.3.1-PATCH</version>
<version>7.2.1</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.core.nl</artifactId>

View File

@@ -216,7 +216,6 @@ EComponentCategory_headerFooter=En-t\u00EAte/Pied de page
EComponentCategory.basicRun=Ex\u00E9cution simple
EComponentCategory.breakpoint=Point d'arr\u00EAt
EComponentCategory.debugRun=Ex\u00E9cution en mode Debug
EComponentCategory.targetExec=Ex\u00E9c distante
EUpdateItemType.SAPIDoc=SAP IDoc
HTMLDocGenerator_generate_document=Documentation g\u00E9n\u00E9r\u00E9e
HTMLDocGenerator.author=Cr\u00E9\u00E9 par :

View File

@@ -34,7 +34,7 @@ EConnectionType.onSubjobOkMenu=\u30B5\u30D6\u30B8\u30E7\u30D6\u304COK\u306E\u583
CorePreferencePage.groupBySource=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u3092\"\u30BD\u30FC\u30B9\u3067\u30B0\u30EB\u30FC\u30D7\u5316\"
EConnectionType.onSubjobErrorMenu=\u30B5\u30D6\u30B8\u30E7\u30D6\u304C\u30A8\u30E9\u30FC\u306E\u5834\u5408
RepositoryUpdateManager.ItemsToUpdate=\u66F4\u65B0\u3059\u308B\u9805\u76EE\u3092\u30C1\u30A7\u30C3\u30AF
SelectRepositoryContextDialog.Label=\u30EA\u30DD\u30B8\u30C8\u30EA\u30FC\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u304B\u3089\u5909\u6570\u3092\u9078\u629E
SelectRepositoryContextDialog.Label=\u30EA\u30DD\u30B8\u30C8\u30EA\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u304B\u3089\u5909\u6570\u3092\u9078\u629E
EMetadataEncoding.Greek=\u30AE\u30EA\u30B7\u30E3\u8A9E
EMetadataEncoding.UTF16BE=Unicode BigEndian (16\u30D3\u30C3\u30C8)
EConnectionType.synchronize=\u540C\u671F

View File

@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl
Bundle-SymbolicName: org.talend.core.repository.nl
Bundle-Version: 7.3.1.qualifier
Bundle-Version: 7.2.1.qualifier
Fragment-Host: org.talend.core.repository

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tcommon-studio-se</artifactId>
<version>7.3.1-PATCH</version>
<version>7.2.1</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.core.repository.nl</artifactId>

View File

@@ -206,4 +206,3 @@ ProxyRepositoryFactory.msgMissingReferencedProjects=Missing referenced project [
ProxyRepositoryFactory.exceptionMissingReferencedProjects=Missing referenced project [{0}].
ProxyRepositoryFactory.btnLabelContinue=Continue
ProxyRepositoryFactory.load.sdk.componnents=Load SDK Components...
SyncLibrariesLoginTask.createStatsLogAndImplicitParamter=Create stats log and implicit parameters

View File

@@ -73,7 +73,7 @@ RestoreAction.action.title=Restaurer
RestoreAction.action.toolTipText=Restaurer
PasteAction.thisText.paste=Coller
DeleteAction.action.foreverTitle=Supprimer d\u00E9finitivement
DeleteAction.action.logicalTitle=Supprimer
DeleteAction.action.logicalTitle=DELETE
DeleteAction.action.logicalToolTipText=Mettre l'objet \u00E0 la corbeille
DeleteAction.deleteJobAssignedToOneService=\ est assign\u00E9 \u00E0 une op\u00E9ration d'un Service.\nSupprimer ce Job ?
DeleteAction.dialog.message0=Sera effac\u00E9 d\u00E9finitivement (r\u00E9cup\u00E9ration impossible)

View File

@@ -206,4 +206,3 @@ ProxyRepositoryFactory.msgMissingReferencedProjects=\u53C2\u7167\u30D7\u30ED\u30
ProxyRepositoryFactory.exceptionMissingReferencedProjects=\u53C2\u7167\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8[{0}]\u304C\u3042\u308A\u307E\u305B\u3093\u3002
ProxyRepositoryFactory.btnLabelContinue=\u7D9A\u884C
ProxyRepositoryFactory.load.sdk.componnents=SDK\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u30ED\u30FC\u30C9...
SyncLibrariesLoginTask.createStatsLogAndImplicitParamter=\u7D71\u8A08\u30ED\u30B0\u3068\u6697\u9ED9\u7684\u30D1\u30E9\u30E1\u30FC\u30BF\u30FC\u3092\u4F5C\u6210\u3059\u308B

View File

@@ -206,4 +206,3 @@ ProxyRepositoryFactory.msgMissingReferencedProjects=\u7F3A\u5C11\u5F15\u7528\u76
ProxyRepositoryFactory.exceptionMissingReferencedProjects=\u7F3A\u5C11\u5F15\u7528\u7684\u5DE5\u7A0B [{0}]\u3002
ProxyRepositoryFactory.btnLabelContinue=\u7EE7\u7EED
ProxyRepositoryFactory.load.sdk.componnents=\u52A0\u8F7D SDK \u7EC4\u4EF6...
SyncLibrariesLoginTask.createStatsLogAndImplicitParamter=\u521B\u5EFA\u7EDF\u8BA1\u65E5\u5FD7\u548C\u9690\u5F0F\u53C2\u6570

View File

@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl
Bundle-SymbolicName: org.talend.core.runtime.nl
Bundle-Version: 7.3.1.qualifier
Bundle-Version: 7.2.1.qualifier
Fragment-Host: org.talend.core.runtime

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tcommon-studio-se</artifactId>
<version>7.3.1-PATCH</version>
<version>7.2.1</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.core.runtime.nl</artifactId>

View File

@@ -633,5 +633,3 @@ ReferenceProjectProblemManager.ErrorMoreThanOneBranchUsing={0} more than one bra
EComponentCategory_advanceSetting=Advanced settings
RepositoryUpdateManager.job.title=Updating items...
BigDataBasicUtil.loadDynamicDistribution.IDynamicDistributionManager.notFound=Instance of {0} not found
ComponentToRepositoryProperty.ImpossibleUseWALLET=Impossible to use WALLET type in the repository\!
TalendLibsServerManager.connectUserLibraryFailureMessage=The user libraries artifact repository set in administrator cannot connect: Connection to {0} refused

View File

@@ -5,19 +5,19 @@ AdvancedSocketFactory.failedInitial=Erreur : impossible d'initialiser :
ArchiveFileExportOperationFullPath.SpecialFile=spagic.properties
ColorsCodeViewerPreferencePage.Comment1Color=Couleur de Comment1
ColorsCodeViewerPreferencePage.Comment2Color=couleur Commentaire2
ColorsCodeViewerPreferencePage.DigitColor=Couleur du chiffre
ColorsCodeViewerPreferencePage.DigitColor=couleur Chiffre
ColorsCodeViewerPreferencePage.FunctionColor=couleur Fonction
ColorsCodeViewerPreferencePage.InvalidColor=Couleur invalide
ColorsCodeViewerPreferencePage.LabelColor=Couleur du libell\u00E9
ColorsCodeViewerPreferencePage.Literal1Color=Couleur du Litt\u00E9ral1
ColorsCodeViewerPreferencePage.Literal2Color=Couleur du Litt\u00E9ral2
ColorsCodeViewerPreferencePage.MarkupColor=Couleur du Marquage
ColorsCodeViewerPreferencePage.Literal1Color=Couleur de Literal1
ColorsCodeViewerPreferencePage.Literal2Color=Couleur Litt\u00E9ral2
ColorsCodeViewerPreferencePage.MarkupColor=Couleur Marquage
ColorsCodeViewerPreferencePage.OperatorColor=Couleur de l'op\u00E9rateur
ColorsCodeViewerPreferencePage.defaultColor=Couleur par d\u00E9faut
ColorsCodeViewerPreferencePage.fieldTip=&Gras
ColorsCodeViewerPreferencePage.keyword1Color=Couleur de Mot-cl\u00E91
ColorsCodeViewerPreferencePage.keyword2Color=Couleur du Mot-cl\u00E92
ColorsCodeViewerPreferencePage.keyword3Color=Couleur du Mot-cl\u00E93
ColorsCodeViewerPreferencePage.keyword1Color=Couleur de Keyword1
ColorsCodeViewerPreferencePage.keyword2Color=couleur MotCl\u00E92
ColorsCodeViewerPreferencePage.keyword3Color=Couleur de Keyword3
ColumnNameChangedExt.columnChanged=N\u0153ud : {0} Colonne modifi\u00E9e : {1}-> {2}
ComponentsFormatPreferencePage.add=Ajouter
ComponentsFormatPreferencePage.errorCreateConnectionName=Le nom "{0}" est invalide.
@@ -32,7 +32,6 @@ ContextComposite.tableValue=Table des valeurs
ContextComposite.treeValue=Arbre des valeurs
ContextComposite.variable=Variables
ContextParameterProposal.ContextVariable=\n\nVariable de context.
ContextParameterProposal.Description=Description : {0}
ContextValueErrorChecker.ErrorTitile=Erreur de la valeur de contexte :
ContextParameterProposal.NoCommentAvaiable=pas de commentaire disponible.
ContextParameterProposal.Type=\nType\: {1}
@@ -101,7 +100,6 @@ EComponentCategory.basicRun=Ex\u00E9cution simple
EComponentCategory.breakpoint=Point d'arr\u00EAt
EComponentCategory.parallelization=Parall\u00E9lisation
EComponentCategory.debugRun=Ex\u00E9cution Debug
EComponentCategory.targetExec=Ex\u00E9c distante
EComponentCategory.availableExtensions=Extensions disponibles
EComponentCategory.downloadedExtensions=Extensions t\u00E9l\u00E9charg\u00E9es
EComponentCategory.myExtensions=Mes extensions
@@ -162,7 +160,6 @@ FunctionManager.PurePerl.ParaName=Param\u00E8tre personnalis\u00E9
GlobalServiceRegister.ServiceNotRegistered=Le service {0} n'a pas \u00E9t\u00E9 enregistr\u00E9.
GroupByContextAction.groupContext=Grouper par contexte
GroupByVariableAction.groupVariable=Grouper par variable
JavaGlobalVariableProposal.Description=Description : {0}
JavaSimpleDateFormatProposalProvider.displaySingleQuote=\ ' : afficher un guillemet simple
JavaSimpleDateFormatProposalProvider.quoteDisplayError=Deux apostrophes affichent uniquement une seule apostrophe
JavaTypesManager.bigDecimal=BIGDECIMAL est un nombre :
@@ -217,7 +214,6 @@ MetadataTool.schemaIn=Le nom du sch\u00E9ma est invalide.
MetadataTool.schemaInvalid=Nom de sch\u00E9ma invalide.
MetadataTool.schemaNull=Le nom du sch\u00E9ma est null.
NodeReturnProposal.Availability=\nDisponibilit\u00E9\: {4}
NodeReturnProposal.Description=Description : {0}
NodeReturnProposal.GlobalVariable=\n\nVariable globale, propri\u00E9t\u00E9 du composant {1} [{2}].
NodeReturnProposal.Type=\nType\: {3}
NodeReturnProposal.VariableName=\n\nNom de la variable\: {5}
@@ -231,7 +227,6 @@ Parameter.Value=\ valeur \:
PatternCalendar.dateFormat="aaaa-MM-jj HH:mm:ss"
PatternCalendar.example=Exemple :
PatternCalendar.pattern=Mod\u00E8le :
PerlGlobalVariableProposal.Description=Description : {0}
PerspectiveMenuManager.dummy=Factice
PerspectiveMenuManager.perspectiveLabel=&Perspective
ProcessorUtilities.generatingJob=G\u00E9n\u00E9ration du job en cours...
@@ -539,7 +534,6 @@ ProgressMonitorDialogWithCancel.executeMessage.default=Ex\u00E9cution...
ProgressMonitorDialogWithCancel.executeTimeout=Suspension de l'ex\u00E9cution, le Studio a essay\u00E9 d'interrompre la v\u00E9rification en t\u00E2che de fond.
ProgressMonitorDialogWithCancel.CheckingConnectionJob.waitingFinish=en attente de la fin de {0}...
ProgressMonitorDialogWithCancel.CheckingConnectionJob.emptyWaitingfinish=en attente de la fin...
EComponentCategory.memoryRun=Ex\u00E9c. test m\u00E9moire
EUpdateItemType.Batch=Batch
EUpdateItemType.Streaming=Streaming
UpdatesConstants.Storm=Storm

View File

@@ -563,7 +563,7 @@ repository.systemIndicators.patternMatching=\u30D1\u30BF\u30FC\u30F3\u4E00\u81F4
repository.systemIndicators.rowComparison=\u884C\u6BD4\u8F03
repository.systemIndicators.simpleStatistics=\u5358\u7D14\u7D71\u8A08
repository.systemIndicators.soundex=Soundex
repository.systemIndicators.summaryStatistics=\u96C6\u8A08\u7D71\u8A08
repository.systemIndicators.summaryStatistics=\u6C47\u603B\u7EDF\u8BA1
repository.systemIndicators.textStatistics=\u30C6\u30AD\u30B9\u30C8\u7D71\u8A08
repository.tdqExchange=Exchange
repository.systemIndicators.phoneNumberStatistics=\u96FB\u8A71\u756A\u53F7\u7D71\u8A08
@@ -633,5 +633,3 @@ ReferenceProjectProblemManager.ErrorMoreThanOneBranchUsing=\u30D7\u30ED\u30B8\u3
EComponentCategory_advanceSetting=\u8A73\u7D30\u8A2D\u5B9A
RepositoryUpdateManager.job.title=\u30A2\u30A4\u30C6\u30E0\u306E\u66F4\u65B0\u4E2D...
BigDataBasicUtil.loadDynamicDistribution.IDynamicDistributionManager.notFound={0}\u306E\u30A4\u30F3\u30B9\u30BF\u30F3\u30B9\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093
ComponentToRepositoryProperty.ImpossibleUseWALLET=\u30EA\u30DD\u30B8\u30C8\u30EA\u30FC\u3067WALLET\u30BF\u30A4\u30D7\u3092\u4F7F\u7528\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093\uFF01
TalendLibsServerManager.connectUserLibraryFailureMessage=\u7BA1\u7406\u8005\u306E\u30E6\u30FC\u30B6\u30FC\u30E9\u30A4\u30D6\u30E9\u30EA\u30FC\u306E\u30A2\u30FC\u30C6\u30A3\u30D5\u30A1\u30AF\u30C8\u30EA\u30DD\u30B8\u30C8\u30EA\u30FC\u30BB\u30C3\u30C8\u306B\u63A5\u7D9A\u3067\u304D\u307E\u305B\u3093: {0}\u3078\u306E\u63A5\u7D9A\u306F\u62D2\u5426\u3055\u308C\u307E\u3057\u305F

View File

@@ -633,5 +633,3 @@ ReferenceProjectProblemManager.ErrorMoreThanOneBranchUsing={0} \u5DE5\u7A0B\u5F1
EComponentCategory_advanceSetting=\u9AD8\u7EA7\u8BBE\u7F6E
RepositoryUpdateManager.job.title=\u6B63\u5728\u66F4\u65B0\u9879\u76EE...
BigDataBasicUtil.loadDynamicDistribution.IDynamicDistributionManager.notFound=\u672A\u627E\u5230 {0} \u7684\u5B9E\u4F8B
ComponentToRepositoryProperty.ImpossibleUseWALLET=\u4E0D\u80FD\u5728\u5B58\u50A8\u5E93\u4E2D\u4F7F\u7528 WALLET \u7C7B\u578B\uFF01
TalendLibsServerManager.connectUserLibraryFailureMessage=\u65E0\u6CD5\u8FDE\u63A5 Administrator \u4E2D\u7684\u7528\u6237\u5E93\u6784\u4EF6\u5E93\u96C6\uFF1A\u5230 {0} \u7684\u8FDE\u63A5\u88AB\u62D2

View File

@@ -2,6 +2,6 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl
Bundle-SymbolicName: org.talend.core.ui.nl
Bundle-Version: 7.3.1.qualifier
Bundle-Version: 7.2.1.qualifier
Bundle-Vendor: .Talend SA.
Fragment-Host: org.talend.core.ui

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tcommon-studio-se</artifactId>
<version>7.3.1-PATCH</version>
<version>7.2.1</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.core.ui.nl</artifactId>

View File

@@ -581,6 +581,4 @@ I18nPreferencePage.importBabili=Import Translation from Babili
I18nPreferencePage.restart=Restart
I18nPreferencePage.restartButton=Need to restart to take effect.
I18nPreferencePage.restoreDefault=Restore default
I18nPreferencePage.wait_process=The process will hold for several minutes, please wait...
MetadataPreferencePage.EnableBasic.name=Enable Basic Authentication Header
MetadataPreferencePage.MessageDialog.Restart=The Studio needs to restart for this setting to take effect.\nAre you sure?
I18nPreferencePage.wait_process=Process will hold on several minutes, please wait...

View File

@@ -84,7 +84,6 @@ EComponentCategory.advancedSettings=Param\u00E8tres avanc\u00E9s
EComponentCategory.basicRun=Ex\u00E9cution simple
EComponentCategory.breakpoint=Point d'arr\u00EAt
EComponentCategory.debugRun=Ex\u00E9cution Debug
EComponentCategory.targetExec=Ex\u00E9c distante
EConnectionType.iteratorMenu=Iterate
EConnectionType.lookupMenu=Look Up
EConnectionType.mainMenu=Main
@@ -190,7 +189,6 @@ MetadataTool.schemaIn=Le nom du sch\u00E9ma est invalide.
MetadataTool.schemaInvalid=Nom de sch\u00E9ma invalide.
MetadataTool.schemaNull=Le nom du sch\u00E9ma est null.
NodeReturnProposal.Availability=\nDisponibilit\u00E9\: {4}
NodeReturnProposal.Description=Description : {0}
NodeReturnProposal.GlobalVariable=\n\nVariable globale, propri\u00E9t\u00E9 du composant {1} [{2}].
NodeReturnProposal.Type=\nType\: {3}
NodeReturnProposal.VariableName=\n\nNom de la variable\: {5}
@@ -205,7 +203,6 @@ PatternCalendar.dateFormat="aaaa-MM-jj HH:mm:ss"
PatternCalendar.example=Exemple :
PatternCalendar.pattern=Mod\u00E8le :
PerlDynamicProposalUtil.autoConvert=\ sera automatiquement converti en {0}->[index] dans le code g\u00E9n\u00E9r\u00E9
PerlGlobalVariableProposal.Description=Description : {0}
PerlGlobalVariableProposal.VariableName=\n\nNom de la variable\: {1}
PerspectiveMenuManager.dummy=Factice
PerspectiveMenuManager.perspectiveLabel=&Perspective
@@ -480,7 +477,7 @@ TalendDataCollectorUploadingPreferencePage_UploadPeriod=P\u00E9riode de chargeme
TalendDataCollectorUploadingPreferencePage_Days=Jours
repository.servicesOperation=Op\u00E9ration
repository.servicesPort=Port
RepositoryUpdateManager.MessagesForTDQ=Voulez-vous propager les modifications \u00E0 tous les Jobs\u00A0?\nCertaines d\u00E9pendances d'analyses vont perdre des informations.\nCela peut prendre un moment.
RepositoryUpdateManager.MessagesForTDQ=Propager les modifications \u00E0 tous les Jobs ? \nCertaines d\u00E9pendances d'analyses vont perdre des informations.\nCela peut prendre un moment.
EComponentCategory.executeJob=Ex\u00E9cuter le Job
EComponentCategory.monitoring=Monitoring
BinRepositoryNode.label=Corbeille
@@ -532,13 +529,8 @@ WorkspaceMnu.restart.error.message=Impossible de relancer la plateforme car la p
WorkspaceDlg.title=Choisir le r\u00E9pertoire Workspace
WorkspaceDlg.Message=Le Studio Talend stocke vos donn\u00E9es dans un dossier nomm\u00E9 Workspace\nS\u00E9lectionnez le r\u00E9pertoire Workspace
WorkspaceDlg.workspace.label=Workspace
WorkspaceDlg.browse.button=Parcourir...
WorkspaceDlg.browse.folder.title=S\u00E9lectionnez un r\u00E9pertoire Workspace
WorkspaceDlg.use.this.as.default.cb.message=&Utiliser ce r\u00E9pertoire Workspace par d\u00E9faut et ne plus demander
CorePreferencePage.alwaysWelcome.v2=Toujours afficher la vue Bienvenue lors du d\u00E9marrage
CorePreferencePage.alwaysAskAtStartup=Toujours afficher la fen\u00EAtre des projets lors du d\u00E9marrage
EComponentCategory_advanceSetting=Param\u00E8tres avanc\u00E9s
I18nPreferencePage.needRestart=Langage local (red\u00E9marrage requis)
I18nPreferencePage.restart=Red\u00E9marrer
I18nPreferencePage.wait_process=Le processus va prendre plusieurs minutes, patientez...
MetadataPreferencePage.MessageDialog.Restart=Le Studio doit red\u00E9marrer pour que ce param\u00E8tre soit pris en compte.\\n\u00CAtes-vous s\u00FBr(e)\u00A0?

View File

@@ -581,6 +581,4 @@ I18nPreferencePage.importBabili=Babili\u304B\u3089\u7FFB\u8A33\u306E\u30A4\u30F3
I18nPreferencePage.restart=\u518D\u8D77\u52D5
I18nPreferencePage.restartButton=\u6709\u52B9\u5316\u306B\u306F\u518D\u8D77\u52D5\u304C\u5FC5\u8981\u3067\u3059\u3002
I18nPreferencePage.restoreDefault=\u30C7\u30D5\u30A9\u30EB\u30C8\u3092\u5FA9\u5143
I18nPreferencePage.wait_process=\u3053\u306E\u51E6\u7406\u306B\u306F\u6570\u5206\u304B\u304B\u308A\u307E\u3059\u3002\u3057\u3070\u3089\u304F\u304A\u5F85\u3061\u304F\u3060\u3055\u3044...
MetadataPreferencePage.EnableBasic.name=\u57FA\u672C\u8A8D\u8A3C\u30D8\u30C3\u30C0\u30FC\u3092\u6709\u52B9\u306B\u3059\u308B
MetadataPreferencePage.MessageDialog.Restart=\u3053\u306E\u8A2D\u5B9A\u304C\u6709\u52B9\u306B\u306A\u308B\u3088\u3046\u3001Studio\u3092\u518D\u8D77\u52D5\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002\\n\u3088\u308D\u3057\u3044\u3067\u3059\u304B?
I18nPreferencePage.wait_process=\u5B9F\u884C\u4E2D\u3067\u3059\u3002\u3057\u3070\u3089\u304F\u304A\u5F85\u3061\u4E0B\u3055\u3044...

View File

@@ -582,5 +582,3 @@ I18nPreferencePage.restart=\u91CD\u542F
I18nPreferencePage.restartButton=\u91CD\u542F\u540E\u751F\u6548\u3002
I18nPreferencePage.restoreDefault=\u6062\u590D\u9ED8\u8BA4\u8BBE\u7F6E
I18nPreferencePage.wait_process=\u8FD9\u4E2A\u8FC7\u7A0B\u5C06\u6301\u7EED\u51E0\u5206\u949F\u65F6\u95F4\uFF0C\u8BF7\u7A0D\u5019...
MetadataPreferencePage.EnableBasic.name=\u542F\u7528\u57FA\u672C\u8EAB\u4EFD\u9A8C\u8BC1\u6807\u5934
MetadataPreferencePage.MessageDialog.Restart=\u6B64\u8BBE\u7F6E\u5C06\u5728 Studio \u91CD\u542F\u540E\u751F\u6548\u3002\\n\u662F\u5426\u786E\u5B9A\u91CD\u542F\uFF1F

View File

@@ -2,6 +2,6 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl Fragment
Bundle-SymbolicName: org.talend.cwm.mip.edit.nl
Bundle-Version: 7.3.1.qualifier
Bundle-Version: 7.2.1.qualifier
Fragment-Host: org.talend.cwm.mip.edit
Bundle-Vendor: .Talend SA.

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tcommon-studio-se</artifactId>
<version>7.3.1-PATCH</version>
<version>7.2.1</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.cwm.mip.edit.nl</artifactId>

View File

@@ -2,6 +2,6 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl Fragment
Bundle-SymbolicName: org.talend.cwm.mip.nl
Bundle-Version: 7.3.1.qualifier
Bundle-Version: 7.2.1.qualifier
Fragment-Host: org.talend.cwm.mip
Bundle-Vendor: .Talend SA.

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tcommon-studio-se</artifactId>
<version>7.3.1-PATCH</version>
<version>7.2.1</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.cwm.mip.nl</artifactId>

View File

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Designer Maven UI NL
Bundle-SymbolicName: org.talend.designer.maven.ui.nl
Bundle-Version: 7.3.1.qualifier
Bundle-Version: 7.2.1.qualifier
Fragment-Host: org.talend.designer.maven.ui
Bundle-Vendor: .Talend SA.
Bundle-Localization: plugin

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tcommon-studio-se</artifactId>
<version>7.3.1-PATCH</version>
<version>7.2.1</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.designer.maven.ui.nl</artifactId>

View File

@@ -12,4 +12,3 @@ ProjectPomProjectSettingPage_FilterErrorMessage=Filter is invalid.
ProjectPomProjectSettingPage.syncAllPomsButtonText=Force full re-synchronize poms
AbstractPersistentProjectSettingPage.syncAllPoms=Do you want to update all poms? \n This operation might take long time depends on your project size.
MavenProjectSettingPage.filterExampleMessage=Filter examples:\nlabel=myJob \t\t\t\t=> Generate only the job named "myJob"\n!(label=myJob) \t\t\t\t=> Generate any job except the one named "myJob"\n(path=folder1/folder2) \t\t\t=> Generate any job in the folder "folder1/folder2"\n(path=folder1/folder2)or(label=myJob)\t=> Generate any job in the folder "folder1/folder2" or named "myJob"\n(label=myJob)and(version=0.2)\t\t=> Generate only the job named "myJob" with version 0.2\n!((label=myJob)and(version=0.1))\t\t=> Generate every jobs except the "myJob" version 0.1
MavenProjectSettingPage.refModuleText=Set reference project modules in profile

View File

@@ -12,4 +12,3 @@ ProjectPomProjectSettingPage_FilterErrorMessage=\u30D5\u30A3\u30EB\u30BF\u30FC\u
ProjectPomProjectSettingPage.syncAllPomsButtonText=POM\u306E\u5168\u518D\u540C\u671F\u3092\u5F37\u5236
AbstractPersistentProjectSettingPage.syncAllPoms=\u3059\u3079\u3066\u306EPOM\u3092\u66F4\u65B0\u3057\u307E\u3059\u304B? \\n \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
MavenProjectSettingPage.filterExampleMessage=\u30D5\u30A3\u30EB\u30BF\u30FC\u306E\u4F8B:\\nlabel=myJob \\t\\t\\t\\t=> \"myJob\"\u3068\u3044\u3046\u540D\u524D\u306E\u30B8\u30E7\u30D6\u306E\u307F\u3092\u751F\u6210\\n!(label=myJob) \\t\\t\\t\\t=> \"myJob\"\u3068\u3044\u3046\u540D\u524D\u306E\u30B8\u30E7\u30D6\u3092\u9664\u304D\u3001\u3042\u3089\u3086\u308B\u30B8\u30E7\u30D6\u3092\u751F\u6210\\n(path=folder1/folder2) \\t\\t\\t=> \u30D5\u30A9\u30EB\u30C0\u30FC\"folder1/folder2\"\u5185\u306B\u4EFB\u610F\u306E\u30B8\u30E7\u30D6\u3092\u751F\u6210\\n(path=folder1/folder2)or(label=myJob)\\t=> \u30D5\u30A9\u30EB\u30C0\u30FC\"folder1/folder2\"\u5185\u306B\u4EFB\u610F\u306E\u30B8\u30E7\u30D6\u3092\u3001\u307E\u305F\u306F\"myJob\"\u3068\u3044\u3046\u540D\u524D\u306E\u30B8\u30E7\u30D6\u3092\u751F\u6210\\n(label=myJob)and(version=0.2)\\t\\t=> \u30D0\u30FC\u30B8\u30E7\u30F30.2\u3067\"myJob\"\u3068\u3044\u3046\u540D\u524D\u306E\u30B8\u30E7\u30D6\u306E\u307F\u3092\u751F\u6210\\n!((label=myJob)and(version=0.1))\\t\\t=> \"myJob\"\u30D0\u30FC\u30B8\u30E7\u30F30.1\u3092\u9664\u304D\u3001\u3059\u3079\u3066\u306E\u30B8\u30E7\u30D6\u3092\u751F\u6210
MavenProjectSettingPage.refModuleText=\u30D7\u30ED\u30D5\u30A1\u30A4\u30EB\u3067\u53C2\u7167\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u30E2\u30B8\u30E5\u30FC\u30EB\u3092\u8A2D\u5B9A

View File

@@ -12,4 +12,3 @@ ProjectPomProjectSettingPage_FilterErrorMessage=\u7B5B\u9009\u5668\u65E0\u6548\u
ProjectPomProjectSettingPage.syncAllPomsButtonText=\u5F3A\u5236\u5B8C\u5168\u91CD\u65B0\u540C\u6B65 pom
AbstractPersistentProjectSettingPage.syncAllPoms=\u662F\u5426\u8981\u66F4\u65B0\u6240\u6709 pom\uFF1F\\n\u6B64\u64CD\u4F5C\u53EF\u80FD\u9700\u8981\u5F88\u957F\u65F6\u95F4\uFF0C\u5177\u4F53\u53D6\u51B3\u4E8E\u60A8\u7684\u5DE5\u7A0B\u5927\u5C0F\u3002
MavenProjectSettingPage.filterExampleMessage=\u7B5B\u9009\u5668\u793A\u4F8B\uFF1A\\nlabel=myJob \\t\\t\\t\\t=> Generate only the job named \"myJob\"\\n!(label=myJob) \\t\\t\\t\\t=> Generate any job except the one named \"myJob\"\\n(path=folder1/folder2) \\t\\t\\t=> Generate any job in the folder \"folder1/folder2\"\\n(path=folder1/folder2)or(label=myJob)\\t=> Generate any job in the folder \"folder1/folder2\" or named \"myJob\"\\n(label=myJob)and(version=0.2)\\t\\t=> Generate only the job named \"myJob\" with version 0.2\\n!((label=myJob)and(version=0.1))\\t\\t=> Generate every jobs except the \"myJob\" version 0.1
MavenProjectSettingPage.refModuleText=\u5728\u914D\u7F6E\u6587\u4EF6\u4E2D\u8BBE\u7F6E\u5F15\u7528\u5DE5\u7A0B\u6A21\u5757

View File

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: org.talend.help.Nl Fragment
Bundle-SymbolicName: org.talend.help.nl
Bundle-Version: 7.3.1.qualifier
Bundle-Version: 7.2.1.qualifier
Bundle-Vendor: .Talend SA.
Fragment-Host: org.talend.help
Bundle-Localization: plugin

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tcommon-studio-se</artifactId>
<version>7.3.1-PATCH</version>
<version>7.2.1</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.help.nl</artifactId>

View File

@@ -2,6 +2,6 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: org.talend.helpers.nl Fragment
Bundle-SymbolicName: org.talend.helpers.nl
Bundle-Version: 7.3.1.qualifier
Bundle-Version: 7.2.1.qualifier
Fragment-Host: org.talend.helpers
Bundle-Vendor: .Talend SA.

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tcommon-studio-se</artifactId>
<version>7.3.1-PATCH</version>
<version>7.2.1</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.helpers.nl</artifactId>

View File

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: org.talend.librariesmanager Nl Fragment
Bundle-SymbolicName: org.talend.librariesmanager.nl
Bundle-Version: 7.3.1.qualifier
Bundle-Version: 7.2.1.qualifier
Fragment-Host: org.talend.librariesmanager
Bundle-Localization: plugin
Bundle-Vendor: .Talend SA.

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tcommon-studio-se</artifactId>
<version>7.3.1-PATCH</version>
<version>7.2.1</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.librariesmanager.nl</artifactId>

View File

@@ -23,6 +23,3 @@ modules.required=Required for using this component.
ShareLibsJob.message=Share libraries from maven to {0} server
ShareLibsJob.sharingLibraries=Sharing libraries : {0}
ExtensionModuleManager.moduleGroup.cycleReference=Module group {0} was cycle referenced!
NexusRepository.checkConnection.successMsg=Connection successful.
NexusRepository.checkConnection.invalidParam=Invalid Nexus Parameter.
ShareLibsJob.monitor.cancelled=User cancelled.

View File

@@ -23,5 +23,3 @@ modules.required=\u3053\u306E\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u3092\u4
ShareLibsJob.message=Maven\u304B\u3089\u306E\u30E9\u30A4\u30D6\u30E9\u30EA\u3092{0}\u30B5\u30FC\u30D0\u30FC\u306B\u5171\u6709
ShareLibsJob.sharingLibraries=\u30E9\u30A4\u30D6\u30E9\u30EA\u306E\u5171\u6709: {0}
ExtensionModuleManager.moduleGroup.cycleReference=\u30E2\u30B8\u30E5\u30FC\u30EB\u30B0\u30EB\u30FC\u30D7{0}\u306F\u5FAA\u74B0\u53C2\u7167\u3055\u308C\u307E\u3057\u305F!
NexusRepository.checkConnection.successMsg=\u63A5\u7D9A\u6210\u529F\u3002
NexusRepository.checkConnection.invalidParam=Nexus\u30D1\u30E9\u30E1\u30FC\u30BF\u30FC\u304C\u7121\u52B9\u3067\u3059\u3002

View File

@@ -23,5 +23,3 @@ modules.required=\u4F7F\u7528\u6B64\u7EC4\u4EF6\u65F6\u9700\u8981\u3002
ShareLibsJob.message=\u5C06\u5E93\u4ECE maven \u5171\u4EAB\u5230 {0} \u670D\u52A1\u5668
ShareLibsJob.sharingLibraries=\u6B63\u5728\u5171\u4EAB\u5E93\uFF1A{0}
ExtensionModuleManager.moduleGroup.cycleReference=\u6A21\u5757\u7EC4 {0} \u662F\u5FAA\u73AF\u5F15\u7528\u7684\uFF01
NexusRepository.checkConnection.successMsg=\u8FDE\u63A5\u6210\u529F\u3002
NexusRepository.checkConnection.invalidParam=\u65E0\u6548\u7684 Nexus \u53C2\u6570\u3002

View File

@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl
Bundle-SymbolicName: org.talend.librariesmanager.ui.nl
Bundle-Version: 7.3.1.qualifier
Bundle-Version: 7.2.1.qualifier
Fragment-Host: org.talend.librariesmanager.ui

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tcommon-studio-se</artifactId>
<version>7.3.1-PATCH</version>
<version>7.2.1</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.librariesmanager.ui.nl</artifactId>

View File

@@ -65,7 +65,7 @@ Module.view.download.external.modules.action.text=Download external modules
Module.view.download.external.modules.action.description=Download external modules
download.external.dialog.title=The following modules are not yet installed. Please download and install all required modules.
download.external.dialog.desciption=List of modules to be downloaded automatically or imported manually.
download.external.dialog.help.url=https://document-link.us.cloud.talend.com/ts_ig_install-external-modules?version=73&lang=en&env=prd
download.external.dialog.help.url=https://help.talend.com/display/KB/How+to+install+external+modules+in+the+Talend+products
AcceptModuleLicensesWizard.title=Download external modules
AcceptModuleLicensesWizardDialog.button.acceptAll=Accept all
AcceptModuleLicensesWizardDialog.cancelConfirmation.title=Confirmation
@@ -117,4 +117,3 @@ ExportCustomSettingsAction.title=Export custom settings
ConfigModuleDialog.install.message=Install a module : {0}
download.external.dialog.warning=Warning
download.external.dialog.message=Select at least one module not installed.
DownloadModuleRunnable.jar.download.failed=The Download failed for the following jars {0}

View File

@@ -87,7 +87,7 @@ ArtifactsDeployer.uploadJarEncounterMvnRepositroySameName.MessageContent=\u30E2\
ExternalModulesInstallDialog.imported.dialog=\u30A4\u30F3\u30DD\u30FC\u30C8\u6E08\u307F\u30E2\u30B8\u30E5\u30FC\u30EB:
ExternalModulesInstallDialog.mvnuri_columnModuleName=Maven URI
ModulesViewComposite.MavenUri=Maven URI
InstallModuleDialog.title=\u30E2\u30B8\u30E5\u30FC\u30EB\u306E\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB
InstallModuleDialog.title=\u30E2\u30B8\u30E5\u30FC\u30EB\u306E\u30E2\u30B8\u30E5\u30FC\u30EB
InstallModuleDialog.message=\u30E2\u30B8\u30E5\u30FC\u30EB\u3092\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3057\u307E\u3059\u3002
InstallModuleDialog.newJar=\u30E2\u30B8\u30E5\u30FC\u30EB\u30D5\u30A1\u30A4\u30EB
InstallModuleDialog.originalUri=\u30C7\u30D5\u30A9\u30EB\u30C8MVN URI
@@ -117,4 +117,3 @@ ExportCustomSettingsAction.title=\u30AB\u30B9\u30BF\u30E0\u8A2D\u5B9A\u306E\u30A
ConfigModuleDialog.install.message=\u30E2\u30B8\u30E5\u30FC\u30EB\u3092\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3057\u307E\u3059: {0}
download.external.dialog.warning=\u8B66\u544A
download.external.dialog.message=\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3055\u308C\u3066\u3044\u306A\u3044\u30E2\u30B8\u30E5\u30FC\u30EB\u30921\u3064\u4EE5\u4E0A\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044\u3002
DownloadModuleRunnable.jar.download.failed=\u4EE5\u4E0B\u306Ejar\u306E\u30C0\u30A6\u30F3\u30ED\u30FC\u30C9\u304C\u5931\u6557\u3057\u307E\u3057\u305F: {0}

View File

@@ -117,4 +117,3 @@ ExportCustomSettingsAction.title=\u5BFC\u51FA\u81EA\u5B9A\u4E49\u8BBE\u7F6E
ConfigModuleDialog.install.message=\u5B89\u88C5\u4E00\u4E2A\u6A21\u5757\uFF1A{0}
download.external.dialog.warning=\u8B66\u544A
download.external.dialog.message=\u9009\u62E9\u81F3\u5C11\u4E00\u4E2A\u672A\u5B89\u88C5\u7684\u6A21\u5757\u3002
DownloadModuleRunnable.jar.download.failed=\u4E0B\u8F7D\u4EE5\u4E0B jar \u5931\u8D25 {0}

View File

@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl
Bundle-SymbolicName: org.talend.metadata.managment.nl
Bundle-Version: 7.3.1.qualifier
Bundle-Version: 7.2.1.qualifier
Fragment-Host: org.talend.metadata.managment

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tcommon-studio-se</artifactId>
<version>7.3.1-PATCH</version>
<version>7.2.1</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.metadata.managment.nl</artifactId>

View File

@@ -6,19 +6,19 @@ AdvancedSocketFactory.failedInitial=Erreur : impossible d'initialiser :
ArchiveFileExportOperationFullPath.SpecialFile=spagic.properties
ColorsCodeViewerPreferencePage.Comment1Color=Couleur de Comment1
ColorsCodeViewerPreferencePage.Comment2Color=couleur Commentaire2
ColorsCodeViewerPreferencePage.DigitColor=Couleur du chiffre
ColorsCodeViewerPreferencePage.DigitColor=couleur Chiffre
ColorsCodeViewerPreferencePage.FunctionColor=couleur Fonction
ColorsCodeViewerPreferencePage.InvalidColor=Couleur invalide
ColorsCodeViewerPreferencePage.LabelColor=Couleur du libell\u00E9
ColorsCodeViewerPreferencePage.Literal1Color=Couleur du Litt\u00E9ral1
ColorsCodeViewerPreferencePage.Literal2Color=Couleur du Litt\u00E9ral2
ColorsCodeViewerPreferencePage.MarkupColor=Couleur du Marquage
ColorsCodeViewerPreferencePage.Literal1Color=Couleur de Literal1
ColorsCodeViewerPreferencePage.Literal2Color=Couleur Litt\u00E9ral2
ColorsCodeViewerPreferencePage.MarkupColor=Couleur Marquage
ColorsCodeViewerPreferencePage.OperatorColor=Couleur de l'op\u00E9rateur
ColorsCodeViewerPreferencePage.defaultColor=Couleur par d\u00E9faut
ColorsCodeViewerPreferencePage.fieldTip=&Gras
ColorsCodeViewerPreferencePage.keyword1Color=Couleur du Mot-cl\u00E91
ColorsCodeViewerPreferencePage.keyword2Color=Couleur du Mot-cl\u00E92
ColorsCodeViewerPreferencePage.keyword3Color=Couleur du Mot-cl\u00E93
ColorsCodeViewerPreferencePage.keyword1Color=Couleur de Keyword1
ColorsCodeViewerPreferencePage.keyword2Color=couleur MotCl\u00E92
ColorsCodeViewerPreferencePage.keyword3Color=Couleur de Keyword3
ColumnNameChangedExt.columnChanged=N\u0153ud : {0} Colonne modifi\u00E9e : {1}-> {2}
ComponentsFormatPreferencePage.add=Ajouter
ComponentsFormatPreferencePage.errorCreateConnectionName=Le nom "{0}" est invalide.
@@ -99,7 +99,6 @@ EComponentCategory_view=View
EComponentCategory.basicRun=Ex\u00E9cution simple
EComponentCategory.breakpoint=Point d'arr\u00EAt
EComponentCategory.debugRun=Ex\u00E9cution Debug
EComponentCategory.targetExec=Ex\u00E9c distante
EConnectionType.iteratorMenu=Iterate
EConnectionType.lookupMenu=Look Up
EConnectionType.mainMenu=Main

View File

@@ -2,6 +2,6 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Metadata Managment UI Nl Fragment
Bundle-SymbolicName: org.talend.metadata.managment.ui.nl
Bundle-Version: 7.3.1.qualifier
Bundle-Version: 7.2.1.qualifier
Fragment-Host: org.talend.metadata.managment.ui
Bundle-Vendor: .Talend SA.

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tcommon-studio-se</artifactId>
<version>7.3.1-PATCH</version>
<version>7.2.1</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.metadata.managment.ui.nl</artifactId>

View File

@@ -544,5 +544,3 @@ SparkPropertiesDialog.desc=Spark properties configurations
SparkPropertiesDialog.parentProperties.title=Parent Spark Properties
DatabaseForm.DataBase=DataBase
FileStep2.stop=Stop
PropertiesWizard.VersionTitle=Change the parent version
PropertiesWizard.PreviousVersion=The TestCases of {0} will point to the previous version. Please use "Edit TestCase Properties" to change the parent version.

View File

@@ -33,7 +33,7 @@ ContextSetsSelectionDialog.Title=Choisir le contexte
CommonWizard.cancel=Annuler
CommonWizard.exception=Exception
CommonWizard.nameAlreadyExist=Ce nom existe d\u00E9j\u00E0
CommonWizard.persistenceException=\u00C9chec de l'acc\u00E8s aux donn\u00E9es{0}\n
CommonWizard.persistenceException=Echec de l'acc\u00E8s aux donn\u00E9es{0}\n
ContextWizard.Title=Cr\u00E9er / Editer un groupe de contextes
ContextWizard.contextPageDescription=D\u00E9finir les contextes, les variables et les valeurs
ContextWizard.contextPageTitle=Etape 2 sur 2
@@ -86,7 +86,7 @@ DatabaseForm.stringConnection=Cha\u00EEne de caract\u00E8res de connexion
DatabaseForm.stringQuote=S\u00E9parateur de cha\u00EEne de caract\u00E8res
DatabaseForm.yes=Oui
DatabaseTableFilterForm.allSynonyms=Tous les synonymes
DatabaseTableFilterForm.edit=Modifier...
DatabaseTableFilterForm.edit=Editer...
DatabaseTableFilterForm.editFilterName=Editer le nom du filtre
DatabaseTableFilterForm.filterName=Nom du filtre :
DatabaseTableFilterForm.new=Nouveau...
@@ -354,7 +354,7 @@ SalesforceForm.checkIsDone=Connexion \u00E9tablie.
SalesforceModuleParseAPI.URLInvalid=L'URL est invalide.
SalesforceModuleParseAPI.lostUsernameOrPass=Identifiant ou mot de passe perdu
SalesforceSchemaWizard.windowTitleCreate=Nouvelle connexion Salesforce
SalesforceSchemaWizard.windowTitleUpdate=Modifier un sch\u00E9ma Salesforce existant
SalesforceSchemaWizard.windowTitleUpdate=Editer une connexion Salesforce existante
SalesforceStep1Form.account=Compte
SalesforceStep1Form.checkLogin=V\u00E9rifier la connexion
SalesforceStep1Form.connection=R\u00E9cup\u00E9rer les modules standards et personnalis\u00E9s...
@@ -534,4 +534,3 @@ SparkPropertiesDialog.desc=Configurations des propri\u00E9t\u00E9s Spark
SparkPropertiesDialog.parentProperties.title=Propri\u00E9t\u00E9s Spark parent
DatabaseForm.DataBase=Base de donn\u00E9es
FileStep2.stop=Arr\u00EAter
PropertiesWizard.PreviousVersion=Les TestCases de {0} vont pointer vers la version pr\u00E9c\u00E9dente. Utilisez \"Modifier les propri\u00E9t\u00E9s du TestCase\" pour modifier la version parente.

View File

@@ -118,8 +118,8 @@ DatabaseTableForm.navigatorTree=\u30B9\u30AD\u30FC\u30DE
DatabaseTableForm.retreiveButtonAlert=\u201D\u30B9\u30AD\u30FC\u30DE\u306E\u53D6\u5F97\u201D\u3092\u4F7F\u7528\u3059\u308B\u305F\u3081\u306B\u306F\u3001\u6700\u521D\u306B\u30C6\u30FC\u30D6\u30EB\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044\u3002
DatabaseTableForm.retreiveButtonConfirmation=\u5909\u66F4\u3092\u78BA\u8A8D\u3057\u307E\u3059\u304B\uFF1F
DatabaseTableForm.retreiveButtonConfirmationMessage=\u30B9\u30AD\u30FC\u30DE\u306E\u8A2D\u5B9A\u3092\u5909\u66F4\u3059\u308B\u3068\u3001\u73FE\u5728\u306E\u30B9\u30AD\u30FC\u30DE\u30D7\u30EC\u30D3\u30E5\u30FC\u3068\u7570\u306A\u308A\u307E\u3059\u3002\u30B9\u30AD\u30FC\u30DE\u306E\u66F4\u65B0\u306F\u5168\u3066\u306E\u30AB\u30EC\u30F3\u30C8\u30C7\u30FC\u30BF\u306B\u4E0A\u66F8\u304D\u3055\u308C\u307E\u3059\u3002\u7D99\u7D9A\u3057\u307E\u3059\u304B\uFF1F
DatabaseTableForm.retreiveButtonIsAccessible=\"\u53D6\u5F97\u30DC\u30BF\u30F3\"\u304C\u4F7F\u7528\u53EF\u80FD\u306B\u306A\u308A\u307E\u3057\u305F\u3002
DatabaseTableForm.retreiveButtonTip=\u30B9\u30AD\u30FC\u30DE\u3092\u5B9A\u7FA9\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u300C\u30B9\u30AD\u30FC\u30DE\u60C5\u5831\u3092\u53D6\u5F97\u300D\u304C\u4F7F\u7528\u3067\u304D\u307E\u3059!
DatabaseTableForm.retreiveButtonIsAccessible=\"\u53D6\u5F97\u30DC\u30BF\u30F3\"\u306F\u73FE\u5728\u4F7F\u7528\u53EF\u80FD\u3067\u3059\u3002
DatabaseTableForm.retreiveButtonTip=\u30B9\u30AD\u30FC\u30DE\u3092\u5B9A\u7FA9\u3057\u3066\u4E0B\u3055\u3044\u3002\u300C\u30B9\u30AD\u30FC\u30DE\u60C5\u5831\u3092\u53D6\u5F97\u300D\u304C\u4F7F\u7528\u3067\u304D\u307E\u3059\uFF01
DatabaseTableForm.retreiveButtonUse=\u300C\u30B9\u30AD\u30FC\u30DE\u60C5\u5831\u3092\u53D6\u5F97\u300D\u3067\u73FE\u5728\u306E\u30B9\u30AD\u30FC\u30DE\u60C5\u5831\u3092\u66F4\u65B0\u3067\u304D\u307E\u3059
DatabaseTableForm.retreiveSchema=\u30B9\u30AD\u30FC\u30DE\u306E\u53D6\u5F97
DatabaseTableForm.guessSchema=\u30B9\u30AD\u30FC\u30DE\u306E\u63A8\u6E2C
@@ -468,7 +468,7 @@ OpenXSDFileDialog.fileName=\u30D5\u30A1\u30A4\u30EB\u540D :
OpenXSDFileDialog.xmlFileSelection=\u691C\u8A3C\u7528XML\u30D5\u30A1\u30A4\u30EB\u306E\u9078\u629E
OpenXSDFileDialog.xmlSelectedOrNot=XSD\u30E1\u30BF\u30C7\u30FC\u30BF\u30D5\u30A1\u30A4\u30EB\u3092\u9078\u629E\u3057\u305F\u306E\u3067\u3001\u691C\u8A3C\u3059\u308Bxml\u30D5\u30A1\u30A4\u30EB\u304C\u3042\u308A\u307E\u3059\u3002
PropertiesWizard.EditPropertiesPageTitle=[Edit properties] (\u30D7\u30ED\u30D1\u30C6\u30A3\u306E\u7DE8\u96C6)
PropertiesWizard.alreadyLockedByUser=\u3053\u306E\u30A2\u30A4\u30C6\u30E0\u306F\u30A8\u30C7\u30A3\u30BF\u30FC\u3067\u65E2\u306B\u30ED\u30C3\u30AF\u3055\u308C\u3066\u3044\u308B\u305F\u3081\u3001\u30D7\u30ED\u30D1\u30C6\u30A3\u306F\u8AAD\u307F\u53D6\u308A\u5C02\u7528\u3067\u3059\u3002
PropertiesWizard.alreadyLockedByUser=\u3053\u306E\u30A2\u30A4\u30C6\u30E0\u306F\u65E2\u306B\u30A8\u30C7\u30A3\u30BF\u3067\u30ED\u30C3\u30AF\u3055\u308C\u3066\u3044\u308B\u70BA\u3001\u30D7\u30ED\u30D1\u30C6\u30A3\u306F\u8AAD\u307F\u53D6\u308A\u5C02\u7528\u3068\u306A\u308A\u307E\u3059\u3002
AbstractSalesforceStepForm.fetchModule={0} \u30C7\u30FC\u30BF\u30AB\u30E9\u30E0\u30E2\u30B8\u30E5\u30FC\u30EB\u304B\u3089Salesforce\u306B\u63A5\u7D9A\u3057\u307E\u3059
FileTableWizardPage.titleUpdate=\u30B9\u30AD\u30FC\u30DE"{0}"\u306E\u66F4\u65B0
XmlFileStep1Form.notFound="{0}" \u306F\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3002\u3042\u308B\u3044\u306F\u3001xml\u5F62\u5F0F\u304C\u8AA4\u3063\u3066\u3044\u307E\u3059\u3002
@@ -478,7 +478,7 @@ DatabaseTableForm.detete_table=\u30B9\u30AD\u30FC\u30DE\u3092\u524A\u9664\u3057\
DatabaseTableForm.illegalChar==\u540D\u524D\u4E0D\u6B63\u6587\u5B57 :{0}
DatabaseTableForm.no_such_table=\u305D\u306E\u3088\u3046\u306A\u30C6\u30FC\u30D6\u30EB\u306F\u3042\u308A\u307E\u305B\u3093\u3002
DatabaseTableForm.refresh.text=\u3059\u3079\u3066\u306E\u30B9\u30AD\u30FC\u30DE\u3092\u5F97\u308B\u306B\u306F\u3053\u306E\u30DC\u30BF\u30F3\u3092\u62BC\u3057\u3066\u4E0B\u3055\u3044
DatabaseTableForm.type_another_name=\u30C7\u30FC\u30BF\u30D9\u30FC\u30B9\u4E2D\u306E\u65E2\u5B58\u306E\u30C6\u30FC\u30D6\u30EB\u540D\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044
DatabaseTableForm.type_another_name=\u30C7\u30FC\u30BF\u30D9\u30FC\u30B9\u4E2D\u306E\u65E2\u5B58\u306E\u30C6\u30FC\u30D6\u30EB\u540D\u3092\u5165\u529B\u3057\u3066\u4E0B\u3055\u3044
PropertiesWizardPage.ItemExistsInRoutineError=\u3053\u306E\u30A2\u30A4\u30C6\u30E0\u306F\u65E2\u306B\u30EB\u30FC\u30C1\u30F3\u306B\u5B58\u5728\u3057\u307E\u3059\u3002\u3054\u307F\u7BB1\u3092\u78BA\u8A8D\u3057\u3001\u5FC5\u8981\u306B\u5FDC\u3058\u3066\u7A7A\u306B\u3057\u3066\u4E0B\u3055\u3044\u3002
PropertiesWizardPage.ItemExistsInJobError=\u3053\u306E\u9805\u76EE\u306F\u30B8\u30E7\u30D6\u306B\u65E2\u306B\u5B58\u5728\u3057\u3066\u3044\u307E\u3059\u3002\u30B4\u30DF\u7BB1\u3092\u30C1\u30A7\u30C3\u30AF\u3057\u3066\u3001\u5FC5\u8981\u306A\u3089\u7A7A\u306B\u3057\u3066\u304F\u3060\u3055\u3044\u3002
DatabaseTableForm.RemoveTable=\u30B9\u30AD\u30FC\u30DE\u306E\u524A\u9664
@@ -513,7 +513,7 @@ ContextModeSelectPage.createContext=\u30EA\u30DD\u30B8\u30C8\u30EA\u30B3\u30F3\u
ContextModeSelectPage.reuseContext=\u65E2\u5B58\u306E\u30EA\u30DD\u30B8\u30C8\u30EA\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u3092\u518D\u4F7F\u7528
ReuseRepositoryContext.name=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8
ShowRepositoryContextPage.title=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30B0\u30EB\u30FC\u30D7\u306E\u9078\u629E
ShowRepositoryContextPage.warnMsg=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30B0\u30EB\u30FC\u30D7\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044\u3002
ShowRepositoryContextPage.warnMsg=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30B0\u30EB\u30FC\u30D7\u3092\u9078\u629E\u3057\u3066\u4E0B\u3055\u3044\u3002
ShowRepositoryContextPage.aviableContexts=\u4F7F\u7528\u53EF\u80FD\u306A\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30B0\u30EB\u30FC\u30D7
ShowRepositoryContextPage.SelectReuseContext=\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u30B0\u30EB\u30FC\u30D7\u3092\u9078\u629E\u3057\u3001[\u6B21\u3078]\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u307E\u3059\u3002
ContextAdaptConectionSelectPage.selectOrCustomVariable=\u5B58\u5728\u3059\u308B\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u306E\u5909\u6570\u306B\u63A5\u7D9A\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u9078\u629E\u3057\u307E\u3059
@@ -544,5 +544,3 @@ SparkPropertiesDialog.desc=Spark\u30D7\u30ED\u30D1\u30C6\u30A3\u306E\u8A2D\u5B9A
SparkPropertiesDialog.parentProperties.title=\u89AAHadoop\u30D7\u30ED\u30D1\u30C6\u30A3
DatabaseForm.DataBase=\u30C7\u30FC\u30BF\u30D9\u30FC\u30B9
FileStep2.stop=\u505C\u6B62
PropertiesWizard.VersionTitle=\u89AA\u30D0\u30FC\u30B8\u30E7\u30F3\u3092\u5909\u66F4
PropertiesWizard.PreviousVersion={0}\u306E\u30C6\u30B9\u30C8\u30B1\u30FC\u30B9\u304C\u524D\u306E\u30D0\u30FC\u30B8\u30E7\u30F3\u306B\u30DD\u30A4\u30F3\u30C8\u3057\u3066\u3044\u307E\u3059\u3002[\u30C6\u30B9\u30C8\u30B1\u30FC\u30B9\u306E\u30D7\u30ED\u30D1\u30C6\u30A3\u3092\u7DE8\u96C6]\u3092\u4F7F\u3063\u3066\u89AA\u30D0\u30FC\u30B8\u30E7\u30F3\u3092\u5909\u66F4\u3057\u3066\u304F\u3060\u3055\u3044\u3002

View File

@@ -119,7 +119,7 @@ DatabaseTableForm.retreiveButtonAlert=\u8981\u542F\u7528\u201C\u83B7\u53D6 Schem
DatabaseTableForm.retreiveButtonConfirmation=\u786E\u8BA4\u66F4\u6539
DatabaseTableForm.retreiveButtonConfirmationMessage=Schema\u8BBE\u7F6E\u5DF2\u66F4\u6539,\u4E0E\u5F53\u524DSchema\u9884\u89C8\u4E0D\u540C. \u66F4\u65B0Schema\u5C06\u8986\u76D6\u6240\u6709\u5F53\u524D\u6570\u636E.\u662F\u5426\u7EE7\u7EED\u66F4\u65B0?
DatabaseTableForm.retreiveButtonIsAccessible=\"\u83B7\u53D6\" \u6309\u94AE\u73B0\u5728\u53EF\u4EE5\u4F7F\u7528\u3002
DatabaseTableForm.retreiveButtonTip=\u5FC5\u987B\u5B9A\u4E49 Schema\u3002\u4F7F\u7528\u201C\u83B7\u53D6 Schema\u201D\u6309\u94AE\u4EE5\u8282\u7701\u65F6\u95F4\uFF01
DatabaseTableForm.retreiveButtonTip=\u5FC5\u987B\u5B9A\u4E49Schema. \u4F7F\u7528 \"\u83B7\u53D6 Schema\" \u6309\u94AE\u4EE5\u8282\u7701\u65F6\u95F4\uFF01
DatabaseTableForm.retreiveButtonUse=\u4F7F\u7528\u201C\u83B7\u53D6 Schema\u201D\u6309\u94AE\uFF0C\u7528\u57FA\u4E8E\u8868\u7684 Schema \u66FF\u6362\u5F53\u524D Schema
DatabaseTableForm.retreiveSchema=\u83B7\u53D6 Schema
DatabaseTableForm.guessSchema=\u63A8\u6D4B Schema
@@ -544,5 +544,3 @@ SparkPropertiesDialog.desc=Spark\u5C5E\u6027\u8BBE\u7F6E
SparkPropertiesDialog.parentProperties.title=\u7236\u7EA7Spark\u5C5E\u6027
DatabaseForm.DataBase=DataBase
FileStep2.stop=\u505C\u6B62
PropertiesWizard.VersionTitle=\u66F4\u6539\u7236\u7248\u672C
PropertiesWizard.PreviousVersion={0} \u7684 TestCase \u5C06\u6307\u5411\u4E0A\u4E00\u7248\u672C\u3002\u8BF7\u4F7F\u7528 \"\u7F16\u8F91 TestCase \u5C5E\u6027\" \u6765\u66F4\u6539\u7236\u7248\u672C\u3002

View File

@@ -2,6 +2,6 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: MigrationTool Plug-in nl fragment
Bundle-SymbolicName: org.talend.migrationTool.nl
Bundle-Version: 7.3.1.qualifier
Bundle-Version: 7.2.1.qualifier
Bundle-Vendor: .Talend SA.
Fragment-Host: org.talend.migrationTool

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tcommon-studio-se</artifactId>
<version>7.3.1-PATCH</version>
<version>7.2.1</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.migrationTool.nl</artifactId>

View File

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName Nl Fragment
Bundle-SymbolicName: org.talend.model.edit.nl
Bundle-Version: 7.3.1.qualifier
Bundle-Version: 7.2.1.qualifier
Fragment-Host: org.talend.model.edit
Bundle-Localization: plugin
Bundle-Vendor: %providerName

View File

@@ -1015,7 +1015,7 @@ _UI_FTPConnection_Proxyport_feature=\u4EE3\u7406\u7AEF\u53E3
_UI_FTPConnection_Proxyuser_feature=\u4EE3\u7406\u7528\u6237
_UI_FTPConnection_Proxypassword_feature=\u4EE3\u7406\u5BC6\u7801
_UI_FTPConnection_CustomEncode_feature=\u81EA\u5B9A\u4E49\u7F16\u7801
_UI_BRMSConnection_xmlField_feature=Xml \u5B57\u6BB5
_UI_BRMSConnection_xmlField_feature=XML \u5B57\u6BB5
_UI_BRMSConnection_urlName_feature=\u5730\u5740\u540D
_UI_BRMSConnection_className_feature=\u7C7B\u540D
_UI_BRMSConnection_moduleUsed_feature=\u5DF2\u7528\u6A21\u5757

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tcommon-studio-se</artifactId>
<version>7.3.1-PATCH</version>
<version>7.2.1</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.model.edit.nl</artifactId>

View File

@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl
Bundle-SymbolicName: org.talend.model.migration.nl
Bundle-Version: 7.3.1.qualifier
Bundle-Version: 7.2.1.qualifier
Fragment-Host: org.talend.model.migration

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tcommon-studio-se</artifactId>
<version>7.3.1-PATCH</version>
<version>7.2.1</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.model.migration.nl</artifactId>

View File

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: org.talend.model.Nl Fragment
Bundle-SymbolicName: org.talend.model.nl
Bundle-Version: 7.3.1.qualifier
Bundle-Version: 7.2.1.qualifier
Bundle-Vendor: .Talend SA.
Fragment-Host: org.talend.model
Bundle-Localization: plugin

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tcommon-studio-se</artifactId>
<version>7.3.1-PATCH</version>
<version>7.2.1</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.model.nl</artifactId>

View File

@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: NL
Bundle-SymbolicName: org.talend.presentation.onboarding.nl
Bundle-Version: 7.3.1.qualifier
Bundle-Version: 7.2.1.qualifier
Fragment-Host: org.talend.presentation.onboarding

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tcommon-studio-se</artifactId>
<version>7.3.1-PATCH</version>
<version>7.2.1</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.presentation.onboarding.nl</artifactId>

View File

@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl Fragment
Bundle-SymbolicName: org.talend.rcp.nl
Bundle-Version: 7.3.1.qualifier
Bundle-Version: 7.2.1.qualifier
Fragment-Host: org.talend.rcp
Bundle-Localization: plugin
Bundle-Vendor: .Talend SA.

View File

@@ -4,5 +4,5 @@ Version: {1}
Build id: {0}
(c) Copyright 2006-2020 Talend Inc. All rights reserved.
(c) Copyright 2006-2019 Talend Inc. All rights reserved.
Visit {3}

View File

@@ -4,5 +4,5 @@ Version: {1}
Build id: {0}
(c) Copyright 2006-2020 Talend Inc. All rights reserved.
(c) Copyright 2006-2019 Talend Inc. All rights reserved.
Visit {3}

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tcommon-studio-se</artifactId>
<version>7.3.1-PATCH</version>
<version>7.2.1</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.rcp.nl</artifactId>

View File

@@ -41,11 +41,11 @@ starting.intro3=\u958B\u59CB\u3059\u308B\u524D\u306B\u4EE5\u4E0B\u306E\u57FA\u67
starting.intro4=\u307E\u305A\u306F\u3001\u6B21\u3092\u4F7F\u7528\u3057\u3066\u30B8\u30E7\u30D6\u3092\u4F5C\u6210\u3057\u307E\u3059:
starting.intro5=\u30B8\u30E7\u30D6\u30C7\u30B6\u30A4\u30F3\u306E\u53F3\u30AF\u30EA\u30C3\u30AF\u3067[\u30B8\u30E7\u30D6\u306E\u4F5C\u6210]\u3092\u9078\u3093\u3067\u4E0B\u3055\u3044\u3002
starting.intro7=\u30BD\u30FC\u30B9\u63A5\u7D9A\u3001\u30BF\u30FC\u30B2\u30C3\u30C8\u63A5\u7D9A\u3001\u5909\u63DB\u51E6\u7406\u7528\u306E\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u3092
starting.intro8=\u304B\u3089\u30B8\u30E7\u30D6\u306B\u30C9\u30ED\u30C3\u30D7\u3057\u3066\u304F\u3060\u3055\u3044\u3002
starting.intro8=\u304B\u3089\u30B8\u30E7\u30D6\u306B\u30C9\u30ED\u30C3\u30D7\u3057\u3066\u4E0B\u3055\u3044\u3002
starting.intro9=\u6B21\u306E\u4E2D\u306E\u30B8\u30E7\u30D6\u30B3\u30F3\u30DD\u30FC\u30CD\u30F3\u30C8\u306E\u30D7\u30ED\u30D1\u30C6\u30A3\u3092\u8868\u793A\u3057\u3001\u8A2D\u5B9A\u3057\u307E\u3059:
starting.intro10=\u30BF\u30D6
starting.intro11=\u6700\u5F8C\u306B
starting.intro12=\u5B9F\u884C\u30BF\u30D6\u3067\u30B8\u30E7\u30D6\u3092\u5B9F\u884C\u3057\u7D50\u679C\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002
starting.intro12=\u5B9F\u884C\u30BF\u30D6\u3067\u30B8\u30E7\u30D6\u3092\u5B9F\u884C\u3057\u7D50\u679C\u3092\u78BA\u8A8D\u3057\u3066\u4E0B\u3055\u3044\u3002
ApplicationWorkbenchAdvisor.ProgressJobsTitle=\u30B8\u30E7\u30D6\u540D
ApplicationWorkbenchAdvisor.ProgressJobsMessages=\u51E6\u7406\u304C\u5B8C\u4E86\u3059\u308B\u306E\u3092\u5F85\u305F\u305A\u306B\u30A2\u30D7\u30EA\u30B1\u30FC\u30B7\u30E7\u30F3\u3092\u7D42\u4E86
WelcomePageDynamicContentProvider.LatestItems.Title=\u6700\u5F8C\u306E\u30A2\u30A4\u30C6\u30E0

View File

@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl
Bundle-SymbolicName: org.talend.registration.nl
Bundle-Version: 7.3.1.qualifier
Bundle-Version: 7.2.1.qualifier
Fragment-Host: org.talend.registration

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tcommon-studio-se</artifactId>
<version>7.3.1-PATCH</version>
<version>7.2.1</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.registration.nl</artifactId>

View File

@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl
Bundle-SymbolicName: org.talend.repository.items.importexport.nl
Bundle-Version: 7.3.1.qualifier
Bundle-Version: 7.2.1.qualifier
Fragment-Host: org.talend.repository.items.importexport

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tcommon-studio-se</artifactId>
<version>7.3.1-PATCH</version>
<version>7.2.1</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.repository.items.importexport.nl</artifactId>

View File

@@ -15,4 +15,3 @@ ImportBasicHandler_NotHrefCurrentItemFile=original item file has some errors, it
ImportBasicHandler_MissingItemError={0};Missing '{1}' file!;{2}
ImportBasicHandler_LoadEMFResourceError={0};Load EMF Resource failed;{1}
AbstractImportHandler_nameUsed.differentRepositoryType=An item with the same name already exists. Check the Recycle bin and empty it if needed.
ImportExportHandlersManager_overrideDelete=Deleting existing items to override...

View File

@@ -15,4 +15,3 @@ ImportBasicHandler_NotHrefCurrentItemFile=\u5143\u306E\u30A2\u30A4\u30C6\u30E0\u
ImportBasicHandler_MissingItemError={0};'{1}'\u30D5\u30A1\u30A4\u30EB\u304C\u3042\u308A\u307E\u305B\u3093!;{2}
ImportBasicHandler_LoadEMFResourceError={0};EMF\u30EA\u30BD\u30FC\u30B9\u306E\u30ED\u30FC\u30C9\u30A8\u30E9\u30FC{1}
AbstractImportHandler_nameUsed.differentRepositoryType=\u30A2\u30A4\u30C6\u30E0\u540D\u304C\u91CD\u8907\u3057\u3066\u3044\u307E\u3059\u3002\u3054\u307F\u7BB1\u3092\u78BA\u8A8D\u3057\u3066\u4E0B\u3055\u3044\u3002
ImportExportHandlersManager_overrideDelete=\u4E0A\u66F8\u304D\u3059\u308B\u305F\u3081\u306B\u65E2\u5B58\u306E\u30A2\u30A4\u30C6\u30E0\u3092\u524A\u9664\u4E2D...

View File

@@ -15,4 +15,3 @@ ImportBasicHandler_NotHrefCurrentItemFile=\u539F\u59CB\u9879\u76EE\u6587\u4EF6\u
ImportBasicHandler_MissingItemError={0}\uFF1B\u7F3A\u5C11 \'{1}\' \u6587\u4EF6\uFF01\uFF1B{2}
ImportBasicHandler_LoadEMFResourceError={0}\uFF1B\u52A0\u8F7D EMF \u8D44\u6E90\u5931\u8D25\uFF1B{1}
AbstractImportHandler_nameUsed.differentRepositoryType=\u540C\u540D\u9879\u76EE\u5DF2\u7ECF\u5B58\u5728\u3002\u68C0\u67E5\u56DE\u6536\u7AD9,\u5982\u679C\u9700\u8981,\u6E05\u7A7A\u5B83\u3002
ImportExportHandlersManager_overrideDelete=\u5220\u9664\u5DF2\u5B58\u5728\u7684\u9879\u4EE5\u6539\u5199...

View File

@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Nl Fragment
Bundle-SymbolicName: org.talend.repository.items.importexport.ui.nl
Bundle-Version: 7.3.1.qualifier
Bundle-Version: 7.2.1.qualifier
Fragment-Host: org.talend.repository.items.importexport.ui

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.talend.studio</groupId>
<artifactId>tcommon-studio-se</artifactId>
<version>7.3.1-PATCH</version>
<version>7.2.1</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.repository.items.importexport.ui.nl</artifactId>

View File

@@ -31,6 +31,3 @@ ShowErrorsDuringImportItemsDialog_confirmOverwrite_message=File " {0}" exists.
ImportItemsWizardPage_ErrorsMessage=The item '{0}' with different version {1} exists. Check the Recycle bin and empty it if needed.
ImportItemsWizardPage_ProgressDialog_ExecutingMessage=Preparing...
ImportItemsWizardPage_ProgressDialog_WaitingFinishMessage=Can not interrupt the Preparing action normally,\n
ImportItemsWizardPage_internalIdGroup=Internal id
ImportItemsWizardPage_internalIdGroup_alwaysRegenId=Always regenerate ID at import
ImportItemsWizardPage_internalIdGroup_keepOrigId=Keep original internal id

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