From 780ecdfb344a6e71acbe99393597afc9e374a175 Mon Sep 17 00:00:00 2001 From: Hans Van Akelyen Date: Fri, 8 Nov 2024 14:35:38 +0100 Subject: [PATCH] Add missing translation files --- .../rest/messages/messages_de_DE.properties | 19 +++++++++++++++++++ .../rest/messages/messages_es_AR.properties | 19 +++++++++++++++++++ .../rest/messages/messages_es_ES.properties | 19 +++++++++++++++++++ .../rest/messages/messages_fr_FR.properties | 19 +++++++++++++++++++ .../rest/messages/messages_it_IT.properties | 19 +++++++++++++++++++ .../rest/messages/messages_ja_JP.properties | 19 +++++++++++++++++++ .../rest/messages/messages_ko_KR.properties | 19 +++++++++++++++++++ .../rest/messages/messages_nl_NL.properties | 19 +++++++++++++++++++ .../rest/messages/messages_no_NO.properties | 19 +++++++++++++++++++ .../rest/messages/messages_pl_PL.properties | 19 +++++++++++++++++++ .../rest/messages/messages_pt_BR.properties | 19 +++++++++++++++++++ .../rest/messages/messages_pt_PT.properties | 19 +++++++++++++++++++ .../rest/messages/messages_zh_CN.properties | 19 +++++++++++++++++++ .../messages/messages_de_DE.properties | 19 +++++++++++++++++++ .../messages/messages_es_AR.properties | 19 +++++++++++++++++++ .../messages/messages_es_ES.properties | 19 +++++++++++++++++++ .../messages/messages_fr_FR.properties | 19 +++++++++++++++++++ .../messages/messages_it_IT.properties | 19 +++++++++++++++++++ .../messages/messages_ja_JP.properties | 19 +++++++++++++++++++ .../messages/messages_ko_KR.properties | 19 +++++++++++++++++++ .../messages/messages_nl_NL.properties | 19 +++++++++++++++++++ .../messages/messages_no_NO.properties | 19 +++++++++++++++++++ .../messages/messages_pl_PL.properties | 19 +++++++++++++++++++ .../messages/messages_pt_BR.properties | 19 +++++++++++++++++++ .../messages/messages_pt_PT.properties | 19 +++++++++++++++++++ .../messages/messages_zh_CN.properties | 19 +++++++++++++++++++ .../messages/messages_de_DE.properties | 19 +++++++++++++++++++ .../messages/messages_es_AR.properties | 19 +++++++++++++++++++ .../messages/messages_es_ES.properties | 19 +++++++++++++++++++ .../messages/messages_fr_FR.properties | 19 +++++++++++++++++++ .../messages/messages_it_IT.properties | 19 +++++++++++++++++++ .../messages/messages_ja_JP.properties | 19 +++++++++++++++++++ .../messages/messages_ko_KR.properties | 19 +++++++++++++++++++ .../messages/messages_nl_NL.properties | 19 +++++++++++++++++++ .../messages/messages_no_NO.properties | 19 +++++++++++++++++++ .../messages/messages_pl_PL.properties | 19 +++++++++++++++++++ .../messages/messages_pt_BR.properties | 19 +++++++++++++++++++ .../messages/messages_pt_PT.properties | 19 +++++++++++++++++++ .../messages/messages_zh_CN.properties | 19 +++++++++++++++++++ .../messages/messages_de_DE.properties | 19 +++++++++++++++++++ .../messages/messages_es_AR.properties | 19 +++++++++++++++++++ .../messages/messages_es_ES.properties | 19 +++++++++++++++++++ .../messages/messages_fr_FR.properties | 19 +++++++++++++++++++ .../messages/messages_it_IT.properties | 19 +++++++++++++++++++ .../messages/messages_ja_JP.properties | 19 +++++++++++++++++++ .../messages/messages_ko_KR.properties | 19 +++++++++++++++++++ .../messages/messages_nl_NL.properties | 19 +++++++++++++++++++ .../messages/messages_no_NO.properties | 19 +++++++++++++++++++ .../messages/messages_pl_PL.properties | 19 +++++++++++++++++++ .../messages/messages_pt_BR.properties | 19 +++++++++++++++++++ .../messages/messages_pt_PT.properties | 19 +++++++++++++++++++ .../messages/messages_zh_CN.properties | 19 +++++++++++++++++++ .../simple/messages/messages_de_DE.properties | 19 +++++++++++++++++++ .../simple/messages/messages_es_AR.properties | 19 +++++++++++++++++++ .../simple/messages/messages_es_ES.properties | 19 +++++++++++++++++++ .../simple/messages/messages_fr_FR.properties | 19 +++++++++++++++++++ .../simple/messages/messages_it_IT.properties | 19 +++++++++++++++++++ .../simple/messages/messages_ja_JP.properties | 19 +++++++++++++++++++ .../simple/messages/messages_ko_KR.properties | 19 +++++++++++++++++++ .../simple/messages/messages_nl_NL.properties | 19 +++++++++++++++++++ .../simple/messages/messages_no_NO.properties | 19 +++++++++++++++++++ .../simple/messages/messages_pl_PL.properties | 19 +++++++++++++++++++ .../simple/messages/messages_pt_BR.properties | 19 +++++++++++++++++++ .../simple/messages/messages_pt_PT.properties | 19 +++++++++++++++++++ .../simple/messages/messages_zh_CN.properties | 19 +++++++++++++++++++ 65 files changed, 1235 insertions(+) create mode 100644 plugins/misc/rest/src/main/resources/org/apache/hop/metadata/rest/messages/messages_de_DE.properties create mode 100644 plugins/misc/rest/src/main/resources/org/apache/hop/metadata/rest/messages/messages_es_AR.properties create mode 100644 plugins/misc/rest/src/main/resources/org/apache/hop/metadata/rest/messages/messages_es_ES.properties create mode 100644 plugins/misc/rest/src/main/resources/org/apache/hop/metadata/rest/messages/messages_fr_FR.properties create mode 100644 plugins/misc/rest/src/main/resources/org/apache/hop/metadata/rest/messages/messages_it_IT.properties create mode 100644 plugins/misc/rest/src/main/resources/org/apache/hop/metadata/rest/messages/messages_ja_JP.properties create mode 100644 plugins/misc/rest/src/main/resources/org/apache/hop/metadata/rest/messages/messages_ko_KR.properties create mode 100644 plugins/misc/rest/src/main/resources/org/apache/hop/metadata/rest/messages/messages_nl_NL.properties create mode 100644 plugins/misc/rest/src/main/resources/org/apache/hop/metadata/rest/messages/messages_no_NO.properties create mode 100644 plugins/misc/rest/src/main/resources/org/apache/hop/metadata/rest/messages/messages_pl_PL.properties create mode 100644 plugins/misc/rest/src/main/resources/org/apache/hop/metadata/rest/messages/messages_pt_BR.properties create mode 100644 plugins/misc/rest/src/main/resources/org/apache/hop/metadata/rest/messages/messages_pt_PT.properties create mode 100644 plugins/misc/rest/src/main/resources/org/apache/hop/metadata/rest/messages/messages_zh_CN.properties create mode 100644 plugins/transforms/detectlanguage/src/main/resources/org/apache/hop/pipeline/transforms/language/messages/messages_de_DE.properties create mode 100644 plugins/transforms/detectlanguage/src/main/resources/org/apache/hop/pipeline/transforms/language/messages/messages_es_AR.properties create mode 100644 plugins/transforms/detectlanguage/src/main/resources/org/apache/hop/pipeline/transforms/language/messages/messages_es_ES.properties create mode 100644 plugins/transforms/detectlanguage/src/main/resources/org/apache/hop/pipeline/transforms/language/messages/messages_fr_FR.properties create mode 100644 plugins/transforms/detectlanguage/src/main/resources/org/apache/hop/pipeline/transforms/language/messages/messages_it_IT.properties create mode 100644 plugins/transforms/detectlanguage/src/main/resources/org/apache/hop/pipeline/transforms/language/messages/messages_ja_JP.properties create mode 100644 plugins/transforms/detectlanguage/src/main/resources/org/apache/hop/pipeline/transforms/language/messages/messages_ko_KR.properties create mode 100644 plugins/transforms/detectlanguage/src/main/resources/org/apache/hop/pipeline/transforms/language/messages/messages_nl_NL.properties create mode 100644 plugins/transforms/detectlanguage/src/main/resources/org/apache/hop/pipeline/transforms/language/messages/messages_no_NO.properties create mode 100644 plugins/transforms/detectlanguage/src/main/resources/org/apache/hop/pipeline/transforms/language/messages/messages_pl_PL.properties create mode 100644 plugins/transforms/detectlanguage/src/main/resources/org/apache/hop/pipeline/transforms/language/messages/messages_pt_BR.properties create mode 100644 plugins/transforms/detectlanguage/src/main/resources/org/apache/hop/pipeline/transforms/language/messages/messages_pt_PT.properties create mode 100644 plugins/transforms/detectlanguage/src/main/resources/org/apache/hop/pipeline/transforms/language/messages/messages_zh_CN.properties create mode 100644 plugins/transforms/html2text/src/main/resources/org/apache/hop/pipeline/transforms/html2text/messages/messages_de_DE.properties create mode 100644 plugins/transforms/html2text/src/main/resources/org/apache/hop/pipeline/transforms/html2text/messages/messages_es_AR.properties create mode 100644 plugins/transforms/html2text/src/main/resources/org/apache/hop/pipeline/transforms/html2text/messages/messages_es_ES.properties create mode 100644 plugins/transforms/html2text/src/main/resources/org/apache/hop/pipeline/transforms/html2text/messages/messages_fr_FR.properties create mode 100644 plugins/transforms/html2text/src/main/resources/org/apache/hop/pipeline/transforms/html2text/messages/messages_it_IT.properties create mode 100644 plugins/transforms/html2text/src/main/resources/org/apache/hop/pipeline/transforms/html2text/messages/messages_ja_JP.properties create mode 100644 plugins/transforms/html2text/src/main/resources/org/apache/hop/pipeline/transforms/html2text/messages/messages_ko_KR.properties create mode 100644 plugins/transforms/html2text/src/main/resources/org/apache/hop/pipeline/transforms/html2text/messages/messages_nl_NL.properties create mode 100644 plugins/transforms/html2text/src/main/resources/org/apache/hop/pipeline/transforms/html2text/messages/messages_no_NO.properties create mode 100644 plugins/transforms/html2text/src/main/resources/org/apache/hop/pipeline/transforms/html2text/messages/messages_pl_PL.properties create mode 100644 plugins/transforms/html2text/src/main/resources/org/apache/hop/pipeline/transforms/html2text/messages/messages_pt_BR.properties create mode 100644 plugins/transforms/html2text/src/main/resources/org/apache/hop/pipeline/transforms/html2text/messages/messages_pt_PT.properties create mode 100644 plugins/transforms/html2text/src/main/resources/org/apache/hop/pipeline/transforms/html2text/messages/messages_zh_CN.properties create mode 100644 plugins/transforms/languagemodelchat/src/main/resources/org/apache/hop/pipeline/transforms/languagemodelchat/messages/messages_de_DE.properties create mode 100644 plugins/transforms/languagemodelchat/src/main/resources/org/apache/hop/pipeline/transforms/languagemodelchat/messages/messages_es_AR.properties create mode 100644 plugins/transforms/languagemodelchat/src/main/resources/org/apache/hop/pipeline/transforms/languagemodelchat/messages/messages_es_ES.properties create mode 100644 plugins/transforms/languagemodelchat/src/main/resources/org/apache/hop/pipeline/transforms/languagemodelchat/messages/messages_fr_FR.properties create mode 100644 plugins/transforms/languagemodelchat/src/main/resources/org/apache/hop/pipeline/transforms/languagemodelchat/messages/messages_it_IT.properties create mode 100644 plugins/transforms/languagemodelchat/src/main/resources/org/apache/hop/pipeline/transforms/languagemodelchat/messages/messages_ja_JP.properties create mode 100644 plugins/transforms/languagemodelchat/src/main/resources/org/apache/hop/pipeline/transforms/languagemodelchat/messages/messages_ko_KR.properties create mode 100644 plugins/transforms/languagemodelchat/src/main/resources/org/apache/hop/pipeline/transforms/languagemodelchat/messages/messages_nl_NL.properties create mode 100644 plugins/transforms/languagemodelchat/src/main/resources/org/apache/hop/pipeline/transforms/languagemodelchat/messages/messages_no_NO.properties create mode 100644 plugins/transforms/languagemodelchat/src/main/resources/org/apache/hop/pipeline/transforms/languagemodelchat/messages/messages_pl_PL.properties create mode 100644 plugins/transforms/languagemodelchat/src/main/resources/org/apache/hop/pipeline/transforms/languagemodelchat/messages/messages_pt_BR.properties create mode 100644 plugins/transforms/languagemodelchat/src/main/resources/org/apache/hop/pipeline/transforms/languagemodelchat/messages/messages_pt_PT.properties create mode 100644 plugins/transforms/languagemodelchat/src/main/resources/org/apache/hop/pipeline/transforms/languagemodelchat/messages/messages_zh_CN.properties create mode 100644 plugins/transforms/stanfordnlp/src/main/resources/org/apache/hop/pipeline/transforms/stanford/nlp/simple/messages/messages_de_DE.properties create mode 100644 plugins/transforms/stanfordnlp/src/main/resources/org/apache/hop/pipeline/transforms/stanford/nlp/simple/messages/messages_es_AR.properties create mode 100644 plugins/transforms/stanfordnlp/src/main/resources/org/apache/hop/pipeline/transforms/stanford/nlp/simple/messages/messages_es_ES.properties create mode 100644 plugins/transforms/stanfordnlp/src/main/resources/org/apache/hop/pipeline/transforms/stanford/nlp/simple/messages/messages_fr_FR.properties create mode 100644 plugins/transforms/stanfordnlp/src/main/resources/org/apache/hop/pipeline/transforms/stanford/nlp/simple/messages/messages_it_IT.properties create mode 100644 plugins/transforms/stanfordnlp/src/main/resources/org/apache/hop/pipeline/transforms/stanford/nlp/simple/messages/messages_ja_JP.properties create mode 100644 plugins/transforms/stanfordnlp/src/main/resources/org/apache/hop/pipeline/transforms/stanford/nlp/simple/messages/messages_ko_KR.properties create mode 100644 plugins/transforms/stanfordnlp/src/main/resources/org/apache/hop/pipeline/transforms/stanford/nlp/simple/messages/messages_nl_NL.properties create mode 100644 plugins/transforms/stanfordnlp/src/main/resources/org/apache/hop/pipeline/transforms/stanford/nlp/simple/messages/messages_no_NO.properties create mode 100644 plugins/transforms/stanfordnlp/src/main/resources/org/apache/hop/pipeline/transforms/stanford/nlp/simple/messages/messages_pl_PL.properties create mode 100644 plugins/transforms/stanfordnlp/src/main/resources/org/apache/hop/pipeline/transforms/stanford/nlp/simple/messages/messages_pt_BR.properties create mode 100644 plugins/transforms/stanfordnlp/src/main/resources/org/apache/hop/pipeline/transforms/stanford/nlp/simple/messages/messages_pt_PT.properties create mode 100644 plugins/transforms/stanfordnlp/src/main/resources/org/apache/hop/pipeline/transforms/stanford/nlp/simple/messages/messages_zh_CN.properties diff --git a/plugins/misc/rest/src/main/resources/org/apache/hop/metadata/rest/messages/messages_de_DE.properties b/plugins/misc/rest/src/main/resources/org/apache/hop/metadata/rest/messages/messages_de_DE.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/misc/rest/src/main/resources/org/apache/hop/metadata/rest/messages/messages_de_DE.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/misc/rest/src/main/resources/org/apache/hop/metadata/rest/messages/messages_es_AR.properties b/plugins/misc/rest/src/main/resources/org/apache/hop/metadata/rest/messages/messages_es_AR.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/misc/rest/src/main/resources/org/apache/hop/metadata/rest/messages/messages_es_AR.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/misc/rest/src/main/resources/org/apache/hop/metadata/rest/messages/messages_es_ES.properties b/plugins/misc/rest/src/main/resources/org/apache/hop/metadata/rest/messages/messages_es_ES.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/misc/rest/src/main/resources/org/apache/hop/metadata/rest/messages/messages_es_ES.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/misc/rest/src/main/resources/org/apache/hop/metadata/rest/messages/messages_fr_FR.properties b/plugins/misc/rest/src/main/resources/org/apache/hop/metadata/rest/messages/messages_fr_FR.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/misc/rest/src/main/resources/org/apache/hop/metadata/rest/messages/messages_fr_FR.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/misc/rest/src/main/resources/org/apache/hop/metadata/rest/messages/messages_it_IT.properties b/plugins/misc/rest/src/main/resources/org/apache/hop/metadata/rest/messages/messages_it_IT.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/misc/rest/src/main/resources/org/apache/hop/metadata/rest/messages/messages_it_IT.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/misc/rest/src/main/resources/org/apache/hop/metadata/rest/messages/messages_ja_JP.properties b/plugins/misc/rest/src/main/resources/org/apache/hop/metadata/rest/messages/messages_ja_JP.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/misc/rest/src/main/resources/org/apache/hop/metadata/rest/messages/messages_ja_JP.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/misc/rest/src/main/resources/org/apache/hop/metadata/rest/messages/messages_ko_KR.properties b/plugins/misc/rest/src/main/resources/org/apache/hop/metadata/rest/messages/messages_ko_KR.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/misc/rest/src/main/resources/org/apache/hop/metadata/rest/messages/messages_ko_KR.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/misc/rest/src/main/resources/org/apache/hop/metadata/rest/messages/messages_nl_NL.properties b/plugins/misc/rest/src/main/resources/org/apache/hop/metadata/rest/messages/messages_nl_NL.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/misc/rest/src/main/resources/org/apache/hop/metadata/rest/messages/messages_nl_NL.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/misc/rest/src/main/resources/org/apache/hop/metadata/rest/messages/messages_no_NO.properties b/plugins/misc/rest/src/main/resources/org/apache/hop/metadata/rest/messages/messages_no_NO.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/misc/rest/src/main/resources/org/apache/hop/metadata/rest/messages/messages_no_NO.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/misc/rest/src/main/resources/org/apache/hop/metadata/rest/messages/messages_pl_PL.properties b/plugins/misc/rest/src/main/resources/org/apache/hop/metadata/rest/messages/messages_pl_PL.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/misc/rest/src/main/resources/org/apache/hop/metadata/rest/messages/messages_pl_PL.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/misc/rest/src/main/resources/org/apache/hop/metadata/rest/messages/messages_pt_BR.properties b/plugins/misc/rest/src/main/resources/org/apache/hop/metadata/rest/messages/messages_pt_BR.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/misc/rest/src/main/resources/org/apache/hop/metadata/rest/messages/messages_pt_BR.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/misc/rest/src/main/resources/org/apache/hop/metadata/rest/messages/messages_pt_PT.properties b/plugins/misc/rest/src/main/resources/org/apache/hop/metadata/rest/messages/messages_pt_PT.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/misc/rest/src/main/resources/org/apache/hop/metadata/rest/messages/messages_pt_PT.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/misc/rest/src/main/resources/org/apache/hop/metadata/rest/messages/messages_zh_CN.properties b/plugins/misc/rest/src/main/resources/org/apache/hop/metadata/rest/messages/messages_zh_CN.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/misc/rest/src/main/resources/org/apache/hop/metadata/rest/messages/messages_zh_CN.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/transforms/detectlanguage/src/main/resources/org/apache/hop/pipeline/transforms/language/messages/messages_de_DE.properties b/plugins/transforms/detectlanguage/src/main/resources/org/apache/hop/pipeline/transforms/language/messages/messages_de_DE.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/transforms/detectlanguage/src/main/resources/org/apache/hop/pipeline/transforms/language/messages/messages_de_DE.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/transforms/detectlanguage/src/main/resources/org/apache/hop/pipeline/transforms/language/messages/messages_es_AR.properties b/plugins/transforms/detectlanguage/src/main/resources/org/apache/hop/pipeline/transforms/language/messages/messages_es_AR.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/transforms/detectlanguage/src/main/resources/org/apache/hop/pipeline/transforms/language/messages/messages_es_AR.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/transforms/detectlanguage/src/main/resources/org/apache/hop/pipeline/transforms/language/messages/messages_es_ES.properties b/plugins/transforms/detectlanguage/src/main/resources/org/apache/hop/pipeline/transforms/language/messages/messages_es_ES.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/transforms/detectlanguage/src/main/resources/org/apache/hop/pipeline/transforms/language/messages/messages_es_ES.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/transforms/detectlanguage/src/main/resources/org/apache/hop/pipeline/transforms/language/messages/messages_fr_FR.properties b/plugins/transforms/detectlanguage/src/main/resources/org/apache/hop/pipeline/transforms/language/messages/messages_fr_FR.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/transforms/detectlanguage/src/main/resources/org/apache/hop/pipeline/transforms/language/messages/messages_fr_FR.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/transforms/detectlanguage/src/main/resources/org/apache/hop/pipeline/transforms/language/messages/messages_it_IT.properties b/plugins/transforms/detectlanguage/src/main/resources/org/apache/hop/pipeline/transforms/language/messages/messages_it_IT.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/transforms/detectlanguage/src/main/resources/org/apache/hop/pipeline/transforms/language/messages/messages_it_IT.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/transforms/detectlanguage/src/main/resources/org/apache/hop/pipeline/transforms/language/messages/messages_ja_JP.properties b/plugins/transforms/detectlanguage/src/main/resources/org/apache/hop/pipeline/transforms/language/messages/messages_ja_JP.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/transforms/detectlanguage/src/main/resources/org/apache/hop/pipeline/transforms/language/messages/messages_ja_JP.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/transforms/detectlanguage/src/main/resources/org/apache/hop/pipeline/transforms/language/messages/messages_ko_KR.properties b/plugins/transforms/detectlanguage/src/main/resources/org/apache/hop/pipeline/transforms/language/messages/messages_ko_KR.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/transforms/detectlanguage/src/main/resources/org/apache/hop/pipeline/transforms/language/messages/messages_ko_KR.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/transforms/detectlanguage/src/main/resources/org/apache/hop/pipeline/transforms/language/messages/messages_nl_NL.properties b/plugins/transforms/detectlanguage/src/main/resources/org/apache/hop/pipeline/transforms/language/messages/messages_nl_NL.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/transforms/detectlanguage/src/main/resources/org/apache/hop/pipeline/transforms/language/messages/messages_nl_NL.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/transforms/detectlanguage/src/main/resources/org/apache/hop/pipeline/transforms/language/messages/messages_no_NO.properties b/plugins/transforms/detectlanguage/src/main/resources/org/apache/hop/pipeline/transforms/language/messages/messages_no_NO.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/transforms/detectlanguage/src/main/resources/org/apache/hop/pipeline/transforms/language/messages/messages_no_NO.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/transforms/detectlanguage/src/main/resources/org/apache/hop/pipeline/transforms/language/messages/messages_pl_PL.properties b/plugins/transforms/detectlanguage/src/main/resources/org/apache/hop/pipeline/transforms/language/messages/messages_pl_PL.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/transforms/detectlanguage/src/main/resources/org/apache/hop/pipeline/transforms/language/messages/messages_pl_PL.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/transforms/detectlanguage/src/main/resources/org/apache/hop/pipeline/transforms/language/messages/messages_pt_BR.properties b/plugins/transforms/detectlanguage/src/main/resources/org/apache/hop/pipeline/transforms/language/messages/messages_pt_BR.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/transforms/detectlanguage/src/main/resources/org/apache/hop/pipeline/transforms/language/messages/messages_pt_BR.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/transforms/detectlanguage/src/main/resources/org/apache/hop/pipeline/transforms/language/messages/messages_pt_PT.properties b/plugins/transforms/detectlanguage/src/main/resources/org/apache/hop/pipeline/transforms/language/messages/messages_pt_PT.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/transforms/detectlanguage/src/main/resources/org/apache/hop/pipeline/transforms/language/messages/messages_pt_PT.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/transforms/detectlanguage/src/main/resources/org/apache/hop/pipeline/transforms/language/messages/messages_zh_CN.properties b/plugins/transforms/detectlanguage/src/main/resources/org/apache/hop/pipeline/transforms/language/messages/messages_zh_CN.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/transforms/detectlanguage/src/main/resources/org/apache/hop/pipeline/transforms/language/messages/messages_zh_CN.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/transforms/html2text/src/main/resources/org/apache/hop/pipeline/transforms/html2text/messages/messages_de_DE.properties b/plugins/transforms/html2text/src/main/resources/org/apache/hop/pipeline/transforms/html2text/messages/messages_de_DE.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/transforms/html2text/src/main/resources/org/apache/hop/pipeline/transforms/html2text/messages/messages_de_DE.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/transforms/html2text/src/main/resources/org/apache/hop/pipeline/transforms/html2text/messages/messages_es_AR.properties b/plugins/transforms/html2text/src/main/resources/org/apache/hop/pipeline/transforms/html2text/messages/messages_es_AR.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/transforms/html2text/src/main/resources/org/apache/hop/pipeline/transforms/html2text/messages/messages_es_AR.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/transforms/html2text/src/main/resources/org/apache/hop/pipeline/transforms/html2text/messages/messages_es_ES.properties b/plugins/transforms/html2text/src/main/resources/org/apache/hop/pipeline/transforms/html2text/messages/messages_es_ES.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/transforms/html2text/src/main/resources/org/apache/hop/pipeline/transforms/html2text/messages/messages_es_ES.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/transforms/html2text/src/main/resources/org/apache/hop/pipeline/transforms/html2text/messages/messages_fr_FR.properties b/plugins/transforms/html2text/src/main/resources/org/apache/hop/pipeline/transforms/html2text/messages/messages_fr_FR.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/transforms/html2text/src/main/resources/org/apache/hop/pipeline/transforms/html2text/messages/messages_fr_FR.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/transforms/html2text/src/main/resources/org/apache/hop/pipeline/transforms/html2text/messages/messages_it_IT.properties b/plugins/transforms/html2text/src/main/resources/org/apache/hop/pipeline/transforms/html2text/messages/messages_it_IT.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/transforms/html2text/src/main/resources/org/apache/hop/pipeline/transforms/html2text/messages/messages_it_IT.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/transforms/html2text/src/main/resources/org/apache/hop/pipeline/transforms/html2text/messages/messages_ja_JP.properties b/plugins/transforms/html2text/src/main/resources/org/apache/hop/pipeline/transforms/html2text/messages/messages_ja_JP.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/transforms/html2text/src/main/resources/org/apache/hop/pipeline/transforms/html2text/messages/messages_ja_JP.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/transforms/html2text/src/main/resources/org/apache/hop/pipeline/transforms/html2text/messages/messages_ko_KR.properties b/plugins/transforms/html2text/src/main/resources/org/apache/hop/pipeline/transforms/html2text/messages/messages_ko_KR.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/transforms/html2text/src/main/resources/org/apache/hop/pipeline/transforms/html2text/messages/messages_ko_KR.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/transforms/html2text/src/main/resources/org/apache/hop/pipeline/transforms/html2text/messages/messages_nl_NL.properties b/plugins/transforms/html2text/src/main/resources/org/apache/hop/pipeline/transforms/html2text/messages/messages_nl_NL.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/transforms/html2text/src/main/resources/org/apache/hop/pipeline/transforms/html2text/messages/messages_nl_NL.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/transforms/html2text/src/main/resources/org/apache/hop/pipeline/transforms/html2text/messages/messages_no_NO.properties b/plugins/transforms/html2text/src/main/resources/org/apache/hop/pipeline/transforms/html2text/messages/messages_no_NO.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/transforms/html2text/src/main/resources/org/apache/hop/pipeline/transforms/html2text/messages/messages_no_NO.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/transforms/html2text/src/main/resources/org/apache/hop/pipeline/transforms/html2text/messages/messages_pl_PL.properties b/plugins/transforms/html2text/src/main/resources/org/apache/hop/pipeline/transforms/html2text/messages/messages_pl_PL.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/transforms/html2text/src/main/resources/org/apache/hop/pipeline/transforms/html2text/messages/messages_pl_PL.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/transforms/html2text/src/main/resources/org/apache/hop/pipeline/transforms/html2text/messages/messages_pt_BR.properties b/plugins/transforms/html2text/src/main/resources/org/apache/hop/pipeline/transforms/html2text/messages/messages_pt_BR.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/transforms/html2text/src/main/resources/org/apache/hop/pipeline/transforms/html2text/messages/messages_pt_BR.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/transforms/html2text/src/main/resources/org/apache/hop/pipeline/transforms/html2text/messages/messages_pt_PT.properties b/plugins/transforms/html2text/src/main/resources/org/apache/hop/pipeline/transforms/html2text/messages/messages_pt_PT.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/transforms/html2text/src/main/resources/org/apache/hop/pipeline/transforms/html2text/messages/messages_pt_PT.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/transforms/html2text/src/main/resources/org/apache/hop/pipeline/transforms/html2text/messages/messages_zh_CN.properties b/plugins/transforms/html2text/src/main/resources/org/apache/hop/pipeline/transforms/html2text/messages/messages_zh_CN.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/transforms/html2text/src/main/resources/org/apache/hop/pipeline/transforms/html2text/messages/messages_zh_CN.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/transforms/languagemodelchat/src/main/resources/org/apache/hop/pipeline/transforms/languagemodelchat/messages/messages_de_DE.properties b/plugins/transforms/languagemodelchat/src/main/resources/org/apache/hop/pipeline/transforms/languagemodelchat/messages/messages_de_DE.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/transforms/languagemodelchat/src/main/resources/org/apache/hop/pipeline/transforms/languagemodelchat/messages/messages_de_DE.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/transforms/languagemodelchat/src/main/resources/org/apache/hop/pipeline/transforms/languagemodelchat/messages/messages_es_AR.properties b/plugins/transforms/languagemodelchat/src/main/resources/org/apache/hop/pipeline/transforms/languagemodelchat/messages/messages_es_AR.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/transforms/languagemodelchat/src/main/resources/org/apache/hop/pipeline/transforms/languagemodelchat/messages/messages_es_AR.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/transforms/languagemodelchat/src/main/resources/org/apache/hop/pipeline/transforms/languagemodelchat/messages/messages_es_ES.properties b/plugins/transforms/languagemodelchat/src/main/resources/org/apache/hop/pipeline/transforms/languagemodelchat/messages/messages_es_ES.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/transforms/languagemodelchat/src/main/resources/org/apache/hop/pipeline/transforms/languagemodelchat/messages/messages_es_ES.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/transforms/languagemodelchat/src/main/resources/org/apache/hop/pipeline/transforms/languagemodelchat/messages/messages_fr_FR.properties b/plugins/transforms/languagemodelchat/src/main/resources/org/apache/hop/pipeline/transforms/languagemodelchat/messages/messages_fr_FR.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/transforms/languagemodelchat/src/main/resources/org/apache/hop/pipeline/transforms/languagemodelchat/messages/messages_fr_FR.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/transforms/languagemodelchat/src/main/resources/org/apache/hop/pipeline/transforms/languagemodelchat/messages/messages_it_IT.properties b/plugins/transforms/languagemodelchat/src/main/resources/org/apache/hop/pipeline/transforms/languagemodelchat/messages/messages_it_IT.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/transforms/languagemodelchat/src/main/resources/org/apache/hop/pipeline/transforms/languagemodelchat/messages/messages_it_IT.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/transforms/languagemodelchat/src/main/resources/org/apache/hop/pipeline/transforms/languagemodelchat/messages/messages_ja_JP.properties b/plugins/transforms/languagemodelchat/src/main/resources/org/apache/hop/pipeline/transforms/languagemodelchat/messages/messages_ja_JP.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/transforms/languagemodelchat/src/main/resources/org/apache/hop/pipeline/transforms/languagemodelchat/messages/messages_ja_JP.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/transforms/languagemodelchat/src/main/resources/org/apache/hop/pipeline/transforms/languagemodelchat/messages/messages_ko_KR.properties b/plugins/transforms/languagemodelchat/src/main/resources/org/apache/hop/pipeline/transforms/languagemodelchat/messages/messages_ko_KR.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/transforms/languagemodelchat/src/main/resources/org/apache/hop/pipeline/transforms/languagemodelchat/messages/messages_ko_KR.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/transforms/languagemodelchat/src/main/resources/org/apache/hop/pipeline/transforms/languagemodelchat/messages/messages_nl_NL.properties b/plugins/transforms/languagemodelchat/src/main/resources/org/apache/hop/pipeline/transforms/languagemodelchat/messages/messages_nl_NL.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/transforms/languagemodelchat/src/main/resources/org/apache/hop/pipeline/transforms/languagemodelchat/messages/messages_nl_NL.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/transforms/languagemodelchat/src/main/resources/org/apache/hop/pipeline/transforms/languagemodelchat/messages/messages_no_NO.properties b/plugins/transforms/languagemodelchat/src/main/resources/org/apache/hop/pipeline/transforms/languagemodelchat/messages/messages_no_NO.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/transforms/languagemodelchat/src/main/resources/org/apache/hop/pipeline/transforms/languagemodelchat/messages/messages_no_NO.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/transforms/languagemodelchat/src/main/resources/org/apache/hop/pipeline/transforms/languagemodelchat/messages/messages_pl_PL.properties b/plugins/transforms/languagemodelchat/src/main/resources/org/apache/hop/pipeline/transforms/languagemodelchat/messages/messages_pl_PL.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/transforms/languagemodelchat/src/main/resources/org/apache/hop/pipeline/transforms/languagemodelchat/messages/messages_pl_PL.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/transforms/languagemodelchat/src/main/resources/org/apache/hop/pipeline/transforms/languagemodelchat/messages/messages_pt_BR.properties b/plugins/transforms/languagemodelchat/src/main/resources/org/apache/hop/pipeline/transforms/languagemodelchat/messages/messages_pt_BR.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/transforms/languagemodelchat/src/main/resources/org/apache/hop/pipeline/transforms/languagemodelchat/messages/messages_pt_BR.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/transforms/languagemodelchat/src/main/resources/org/apache/hop/pipeline/transforms/languagemodelchat/messages/messages_pt_PT.properties b/plugins/transforms/languagemodelchat/src/main/resources/org/apache/hop/pipeline/transforms/languagemodelchat/messages/messages_pt_PT.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/transforms/languagemodelchat/src/main/resources/org/apache/hop/pipeline/transforms/languagemodelchat/messages/messages_pt_PT.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/transforms/languagemodelchat/src/main/resources/org/apache/hop/pipeline/transforms/languagemodelchat/messages/messages_zh_CN.properties b/plugins/transforms/languagemodelchat/src/main/resources/org/apache/hop/pipeline/transforms/languagemodelchat/messages/messages_zh_CN.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/transforms/languagemodelchat/src/main/resources/org/apache/hop/pipeline/transforms/languagemodelchat/messages/messages_zh_CN.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/transforms/stanfordnlp/src/main/resources/org/apache/hop/pipeline/transforms/stanford/nlp/simple/messages/messages_de_DE.properties b/plugins/transforms/stanfordnlp/src/main/resources/org/apache/hop/pipeline/transforms/stanford/nlp/simple/messages/messages_de_DE.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/transforms/stanfordnlp/src/main/resources/org/apache/hop/pipeline/transforms/stanford/nlp/simple/messages/messages_de_DE.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/transforms/stanfordnlp/src/main/resources/org/apache/hop/pipeline/transforms/stanford/nlp/simple/messages/messages_es_AR.properties b/plugins/transforms/stanfordnlp/src/main/resources/org/apache/hop/pipeline/transforms/stanford/nlp/simple/messages/messages_es_AR.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/transforms/stanfordnlp/src/main/resources/org/apache/hop/pipeline/transforms/stanford/nlp/simple/messages/messages_es_AR.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/transforms/stanfordnlp/src/main/resources/org/apache/hop/pipeline/transforms/stanford/nlp/simple/messages/messages_es_ES.properties b/plugins/transforms/stanfordnlp/src/main/resources/org/apache/hop/pipeline/transforms/stanford/nlp/simple/messages/messages_es_ES.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/transforms/stanfordnlp/src/main/resources/org/apache/hop/pipeline/transforms/stanford/nlp/simple/messages/messages_es_ES.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/transforms/stanfordnlp/src/main/resources/org/apache/hop/pipeline/transforms/stanford/nlp/simple/messages/messages_fr_FR.properties b/plugins/transforms/stanfordnlp/src/main/resources/org/apache/hop/pipeline/transforms/stanford/nlp/simple/messages/messages_fr_FR.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/transforms/stanfordnlp/src/main/resources/org/apache/hop/pipeline/transforms/stanford/nlp/simple/messages/messages_fr_FR.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/transforms/stanfordnlp/src/main/resources/org/apache/hop/pipeline/transforms/stanford/nlp/simple/messages/messages_it_IT.properties b/plugins/transforms/stanfordnlp/src/main/resources/org/apache/hop/pipeline/transforms/stanford/nlp/simple/messages/messages_it_IT.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/transforms/stanfordnlp/src/main/resources/org/apache/hop/pipeline/transforms/stanford/nlp/simple/messages/messages_it_IT.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/transforms/stanfordnlp/src/main/resources/org/apache/hop/pipeline/transforms/stanford/nlp/simple/messages/messages_ja_JP.properties b/plugins/transforms/stanfordnlp/src/main/resources/org/apache/hop/pipeline/transforms/stanford/nlp/simple/messages/messages_ja_JP.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/transforms/stanfordnlp/src/main/resources/org/apache/hop/pipeline/transforms/stanford/nlp/simple/messages/messages_ja_JP.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/transforms/stanfordnlp/src/main/resources/org/apache/hop/pipeline/transforms/stanford/nlp/simple/messages/messages_ko_KR.properties b/plugins/transforms/stanfordnlp/src/main/resources/org/apache/hop/pipeline/transforms/stanford/nlp/simple/messages/messages_ko_KR.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/transforms/stanfordnlp/src/main/resources/org/apache/hop/pipeline/transforms/stanford/nlp/simple/messages/messages_ko_KR.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/transforms/stanfordnlp/src/main/resources/org/apache/hop/pipeline/transforms/stanford/nlp/simple/messages/messages_nl_NL.properties b/plugins/transforms/stanfordnlp/src/main/resources/org/apache/hop/pipeline/transforms/stanford/nlp/simple/messages/messages_nl_NL.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/transforms/stanfordnlp/src/main/resources/org/apache/hop/pipeline/transforms/stanford/nlp/simple/messages/messages_nl_NL.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/transforms/stanfordnlp/src/main/resources/org/apache/hop/pipeline/transforms/stanford/nlp/simple/messages/messages_no_NO.properties b/plugins/transforms/stanfordnlp/src/main/resources/org/apache/hop/pipeline/transforms/stanford/nlp/simple/messages/messages_no_NO.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/transforms/stanfordnlp/src/main/resources/org/apache/hop/pipeline/transforms/stanford/nlp/simple/messages/messages_no_NO.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/transforms/stanfordnlp/src/main/resources/org/apache/hop/pipeline/transforms/stanford/nlp/simple/messages/messages_pl_PL.properties b/plugins/transforms/stanfordnlp/src/main/resources/org/apache/hop/pipeline/transforms/stanford/nlp/simple/messages/messages_pl_PL.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/transforms/stanfordnlp/src/main/resources/org/apache/hop/pipeline/transforms/stanford/nlp/simple/messages/messages_pl_PL.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/transforms/stanfordnlp/src/main/resources/org/apache/hop/pipeline/transforms/stanford/nlp/simple/messages/messages_pt_BR.properties b/plugins/transforms/stanfordnlp/src/main/resources/org/apache/hop/pipeline/transforms/stanford/nlp/simple/messages/messages_pt_BR.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/transforms/stanfordnlp/src/main/resources/org/apache/hop/pipeline/transforms/stanford/nlp/simple/messages/messages_pt_BR.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/transforms/stanfordnlp/src/main/resources/org/apache/hop/pipeline/transforms/stanford/nlp/simple/messages/messages_pt_PT.properties b/plugins/transforms/stanfordnlp/src/main/resources/org/apache/hop/pipeline/transforms/stanford/nlp/simple/messages/messages_pt_PT.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/transforms/stanfordnlp/src/main/resources/org/apache/hop/pipeline/transforms/stanford/nlp/simple/messages/messages_pt_PT.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# + diff --git a/plugins/transforms/stanfordnlp/src/main/resources/org/apache/hop/pipeline/transforms/stanford/nlp/simple/messages/messages_zh_CN.properties b/plugins/transforms/stanfordnlp/src/main/resources/org/apache/hop/pipeline/transforms/stanford/nlp/simple/messages/messages_zh_CN.properties new file mode 100644 index 00000000000..1692cdb4726 --- /dev/null +++ b/plugins/transforms/stanfordnlp/src/main/resources/org/apache/hop/pipeline/transforms/stanford/nlp/simple/messages/messages_zh_CN.properties @@ -0,0 +1,19 @@ +# +# +# 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. +# +# +