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 24114f7  Hop-3040 - add partition translate for pt_BR (#940)
24114f7 is described below

commit 24114f746695256b126af6e505ed36b8edeed506
Author: Marcio Junior Vieira <[email protected]>
AuthorDate: Thu Jul 15 19:08:19 2021 -0300

    Hop-3040 - add partition translate for pt_BR (#940)
    
    * Hop-3040 - add partition translate for pt_BR
    
    * Hop-3040 - add partition translate for pt_BR
---
 .../partition/messages/messages_pt_BR.properties   | 33 ++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git 
a/ui/src/main/resources/org/apache/hop/ui/partition/messages/messages_pt_BR.properties
 
b/ui/src/main/resources/org/apache/hop/ui/partition/messages/messages_pt_BR.properties
new file mode 100644
index 0000000..8ced2cd
--- /dev/null
+++ 
b/ui/src/main/resources/org/apache/hop/ui/partition/messages/messages_pt_BR.properties
@@ -0,0 +1,33 @@
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#       http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+#
+
+PartitionSchemaDialog.Shell.Title=Diálogo do schema de particionamento
+PartitionSchemaDialog.PartitionName.Label=Nome do schema de partição
+PartitionSchemaDialog.Partitions.Label=Partições
+PartitionSchemaDialog.PartitionID.Label=ID da Partição
+PartitionSchemaDialog.Dynamic.Label=Criar dinamicamente a definição do schema?
+PartitionSchemaDialog.Dynamic.Tooltip=Quando esta opção está habilitada, as 
partições serão definidas dinamicamente no tempo de execução quando o pipeline 
for executado.
+PartitionSchemaDialog.Number.Label=Número de partições?
+PartitionSchemaDialog.Number.Tooltip=Especifique o número de partições a serem 
usadas em cada servidor hop. Isso é usado apenas quando o pipeline é executado 
no modo de cluster.
+PartitionSchemaDialog.PartitionSchemaNameExists.Title=Existe um Schema de 
particionamento
+PartitionSchemaDialog.PartitionSchemaNameExists=O Schema de particionamento 
{0} já existe. 
+PartitionSchema.SelectDatabase=Selecione o banco de dados
+PartitionSchema.SelectPartitionnedDatabase=Selecione o banco de dados 
particionado para importar
+PartitionSchema.ImportPartitions=Importar partições

Reply via email to