You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2021/07/13 20:44:27 UTC

[incubator-hop] branch master updated: HOP-3091 Translation error Beam Bigtable Input

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 8577c8d  HOP-3091 Translation error Beam Bigtable Input
     new 99a16b9  Merge pull request #934 from nadment/HOP-3091
8577c8d is described below

commit 8577c8d6bf214c63d719a7d9b004b52995b5cfd7
Author: Nicolas Adment <na...@gmail.com>
AuthorDate: Tue Jul 13 20:50:36 2021 +0200

    HOP-3091 Translation error Beam Bigtable Input
---
 .../hop/beam/transforms/bigtable/BeamBigtableInputMeta.java    |  4 ++--
 .../hop/beam/transforms/bigtable/BeamBigtableOutputMeta.java   |  4 ++--
 .../transforms/bigtable/messages/messages_en_US.properties     | 10 ++++++++++
 3 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/plugins/engines/beam/src/main/java/org/apache/hop/beam/transforms/bigtable/BeamBigtableInputMeta.java b/plugins/engines/beam/src/main/java/org/apache/hop/beam/transforms/bigtable/BeamBigtableInputMeta.java
index f0d821a..03ac15c 100644
--- a/plugins/engines/beam/src/main/java/org/apache/hop/beam/transforms/bigtable/BeamBigtableInputMeta.java
+++ b/plugins/engines/beam/src/main/java/org/apache/hop/beam/transforms/bigtable/BeamBigtableInputMeta.java
@@ -34,8 +34,8 @@ import org.apache.hop.pipeline.transforms.dummy.DummyMeta;
 
 @Transform(
     id = "BeamBigtableInput",
-    name = "Beam Bigtable Input",
-    description = "Reads from Bigtable in Beam",
+    name = "i18n::BeamBigtableInput.Name",
+    description = "i18n::BeamBigtableInput.Description",
     image = "beam-gcp-bigtable-input.svg",
     categoryDescription = "i18n:org.apache.hop.pipeline.transform:BaseTransform.Category.BigData",
     documentationUrl =
diff --git a/plugins/engines/beam/src/main/java/org/apache/hop/beam/transforms/bigtable/BeamBigtableOutputMeta.java b/plugins/engines/beam/src/main/java/org/apache/hop/beam/transforms/bigtable/BeamBigtableOutputMeta.java
index 551e8cd..789b708 100644
--- a/plugins/engines/beam/src/main/java/org/apache/hop/beam/transforms/bigtable/BeamBigtableOutputMeta.java
+++ b/plugins/engines/beam/src/main/java/org/apache/hop/beam/transforms/bigtable/BeamBigtableOutputMeta.java
@@ -51,8 +51,8 @@ import java.util.Map;
 
 @Transform(
     id = "BeamBigtableOutput",
-    name = "Beam Bigtable Output",
-    description = "Writes to Bigtable in Beam",
+    name = "i18n::BeamBigtableOutput.Name",
+    description = "i18n::BeamBigtableOutput.Description",
     image = "beam-gcp-bigtable-output.svg",
     categoryDescription = "i18n:org.apache.hop.pipeline.transform:BaseTransform.Category.BigData",
     documentationUrl =
diff --git a/plugins/engines/beam/src/main/resources/org/apache/hop/beam/transforms/bigtable/messages/messages_en_US.properties b/plugins/engines/beam/src/main/resources/org/apache/hop/beam/transforms/bigtable/messages/messages_en_US.properties
index 24d9eff..faf3958 100644
--- a/plugins/engines/beam/src/main/resources/org/apache/hop/beam/transforms/bigtable/messages/messages_en_US.properties
+++ b/plugins/engines/beam/src/main/resources/org/apache/hop/beam/transforms/bigtable/messages/messages_en_US.properties
@@ -14,6 +14,9 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
+
+BeamBigtableOutput.Name=Beam Bigtable Output
+BeamBigtableOutput.Description=Writes to Bigtable in Beam
 BeamBigtableOutputDialog.DialogTitle=Beam Bigtable Output
 BeamBigtableOutputDialog.ProjectId=Project ID
 BeamBigtableOutputDialog.InstanceId=Instance ID
@@ -24,3 +27,10 @@ BeamBigtableOutputDialog.Column.Name=Name
 BeamBigtableOutputDialog.Column.Family=Family
 BeamBigtableOutputDialog.Column.SourceField=Source field
 
+BeamBigtableInput.Name=Beam Bigtable Input
+BeamBigtableInput.Description=Reads from Bigtable in Beam
+BeamBigtableInputDialog.DialogTitle=Beam Bigtable Input
+BeamBigtableInputDialog.ProjectId=Project ID
+BeamBigtableInputDialog.InstanceId=Instance ID
+BeamBigtableInputDialog.TableId=Table ID
+