This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git


The following commit(s) were added to refs/heads/master by this push:
     new d81dbd1  Switch i18n LongDesc and TooltipDesc
     new cfd388a  Merge pull request #791 from nadment/FIX-RANDOM
d81dbd1 is described below

commit d81dbd1d87ba65c4cdc80993e3e4f99533c0c6a7
Author: nadment <[email protected]>
AuthorDate: Wed May 5 22:11:01 2021 +0200

    Switch i18n LongDesc and TooltipDesc
---
 .../transforms/randomvalue/messages/messages_fr_FR.properties         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/plugins/transforms/randomvalue/src/main/resources/org/apache/hop/pipeline/transforms/randomvalue/messages/messages_fr_FR.properties
 
b/plugins/transforms/randomvalue/src/main/resources/org/apache/hop/pipeline/transforms/randomvalue/messages/messages_fr_FR.properties
index 142250a..f5ca445 100644
--- 
a/plugins/transforms/randomvalue/src/main/resources/org/apache/hop/pipeline/transforms/randomvalue/messages/messages_fr_FR.properties
+++ 
b/plugins/transforms/randomvalue/src/main/resources/org/apache/hop/pipeline/transforms/randomvalue/messages/messages_fr_FR.properties
@@ -18,8 +18,8 @@
 #
 #
 
-BaseTransform.TypeLongDesc.RandomValue=G\u00E9n\u00E9ration valeurs 
al\u00E9atoires
-BaseTransform.TypeTooltipDesc.RandomValue=G\u00E9n\u00E9ration de valeurs 
al\u00E9atoires.\nCes valeurs seront ajout\u00E9es au flux d''entre\u00E9 si il 
en existe un\nautrement un nouveau flux sera g\u00E9n\u00E9r\u00E9.
+BaseTransform.TypeLongDesc.RandomValue=G\u00E9n\u00E9ration de valeurs 
al\u00E9atoires.\nCes valeurs seront ajout\u00E9es au flux d''entr\u00E9e si il 
en existe un autrement un nouveau flux sera g\u00E9n\u00E9r\u00E9.
+BaseTransform.TypeTooltipDesc.RandomValue=G\u00E9n\u00E9ration valeurs 
al\u00E9atoires
 RandomValueDialog.NameColumn.Column=Nom
 RandomValueMeta.CheckResult.AllTypesSpecified=Les types de donn\u00E9es ont 
\u00E9t\u00E9 renseign\u00E9s pour tous les champs.
 RandomValueMeta.TypeDesc.RandomInteger=Entier al\u00E9atoire

Reply via email to