mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
+slovak translation nodes
This commit is contained in:
37
packages/node_modules/@node-red/nodes/locales/sk-SK/function/15-change.html
vendored
Normal file
37
packages/node_modules/@node-red/nodes/locales/sk-SK/function/15-change.html
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
<!--
|
||||
Copyright JS Foundation and other contributors, http://js.foundation
|
||||
|
||||
Licensed 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.
|
||||
-->
|
||||
|
||||
<script type="text/html" data-help-name="change">
|
||||
<p>Nastavuje, modifikuje, odstraňuje alebo presúva vlastnosti správy, kontextu toku alebo globálneho kontextu.</p>
|
||||
<p>Uzel môže špecifikovať viacero pravidiel, ktoré budú aplikované v poradí, v akom sú definované.</p>
|
||||
<h3>Detaily</h3>
|
||||
<p>Dostupné operácie sú:</p>
|
||||
<dl class="message-properties">
|
||||
<dt>Nastaviť</dt>
|
||||
<dd>nastaviť vlastnosť. Hodnota môže byť rôzneho typu alebo
|
||||
môže byť získaná z existujúcej správy alebo vlastnosti kontextu.</dd>
|
||||
<dt>Modifikovať</dt>
|
||||
<dd>vyhľadávať & nahradiť časti vlastnosti. Ak sú povolené regulárne výrazy,
|
||||
vlastnosť "nahradiť za" môže obsahovať zachytávacie skupiny, napríklad
|
||||
<code>$1</code>. Nahradenie zmení typ iba v prípade,
|
||||
že dôjde k úplnej zhode.</dd>
|
||||
<dt>Odstrániť</dt>
|
||||
<dd>odstrániť vlastnosť.</dd>
|
||||
<dt>Presunúť</dt>
|
||||
<dd>presunúť alebo premenovať vlastnosť.</dd>
|
||||
</dl>
|
||||
<p>Typ "výraz" používa jazyk dotazov a výrazov <a href="http://jsonata.org/" target="_new">JSONata</a>.</p>
|
||||
</script>
|
Reference in New Issue
Block a user