Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need more language support #1407 #2924

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions web/src/components/ActionBar/locales/hi-IN.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/*
* 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.
*/
export default {
'component.actionbar.button.preStep': 'पिछला',
'component.actionbar.button.nextStep': 'आगामी',
};
161 changes: 161 additions & 0 deletions web/src/components/Plugin/locales/hi-IN.ts

Large diffs are not rendered by default.

49 changes: 49 additions & 0 deletions web/src/components/PluginFlow/locales/hi-IN.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
/*
* 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.
*/
export default {
'component.plugin-flow.text.condition.required': 'नियम समर्थित करें',
'component.plugin-flow.text.condition': 'नियम',
'component.plugin-flow.text.condition2': 'शर्त',
'component.plugin-flow.text.condition.placeholder': 'कृपया नियम दर्ज करें',
'component.plugin-flow.text.without-data': 'विन्यास बिना कॉन्फ़िगरेशन के नोड मिला',
'component.plugin-flow.text.plugin-without-data.description': 'कृपया प्लगइन कॉन्फ़िगर करें: ',
'component.plugin-flow.text.no-start-node': 'कृपया प्रारंभ नोड कनेक्ट करें',
'component.plugin-flow.text.no-root-node': 'रूट नोड नहीं मिला',
'component.plugin-flow.text.start-node': 'प्रारंभ',
'component.plugin-flow.text.general': 'सामान्य',
'component.plugin-flow.text.nodes-area': 'उपलब्ध नोड',
'component.plugin-flow.text.nodes.not-found': 'उपलब्ध नहीं है',
'component.plugin-flow.text.search-nodes.placeholder': 'नाम से प्लगइन खोजें',
'component.plugin-flow.text.condition-rule.tooltip':
'नोड की न्याय स्थिति। उदाहरण: कोड == 503',
'component.plugin-flow.text.line': 'रेखा',
'component.plugin-flow.text.grid': 'ग्रिड',
'component.plugin-flow.text.background': 'पृष्ठभूमि',
'component.plugin-flow.text.node': 'नोड',
'component.plugin-flow.text.text': 'टेक्स्ट',
'component.plugin-flow.text.condition-without-configuration':
'कृपया सभी शर्त नोड के डेटा की जाँच करें',
'component.plugin-flow.text.preview.readonly':
'नोट: आपके इस ड्रॉवर पर किए गए क्रियाएँ सहेजी नहीं जाएंगी।',
'component.plugin-flow.text.both-modes-exist':
'ऑर्केस्ट्रेशन मोड कॉन्फ़िगरेशन सामान्य मोड कॉन्फ़िगरेशन को ओवरराइड करेगा, क्या आप जारी रखना चाहते हैं?',
'component.plugin-flow.text.both-modes-exist.title': 'ध्यान दें',
};




19 changes: 19 additions & 0 deletions web/src/components/RawDataEditor/locales/hi-IN.ts
Original file line number Diff line number Diff line change
@@ -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.
*/
export default {
'component.rawDataEditor.tip': 'वर्तमान में संपादन मोड का समर्थन नहीं किया जा रहा है',
};
Loading
Loading