mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	update Japanese message catalogue for JSONata
This commit is contained in:
		@@ -218,5 +218,17 @@
 | 
			
		||||
    "$env": {
 | 
			
		||||
        "args": "arg",
 | 
			
		||||
        "desc": "環境変数の値を返します。\n\n本関数はNode-REDの定義関数です。"
 | 
			
		||||
    },
 | 
			
		||||
    "$eval": {
 | 
			
		||||
        "args": "expr [, context]",
 | 
			
		||||
        "desc": "JSONリテラルもしくはJSONata式を表す`expr`を評価します。評価の際には現在のコンテクストをコンテクストして用います。"
 | 
			
		||||
    },
 | 
			
		||||
    "$formatInteger": {
 | 
			
		||||
        "args": "number, picture",
 | 
			
		||||
        "desc": "`number`を`picture`指定に従って文字列に変換します。`picture`文字列は数値の変換方法をXPath F&O 3.1仕様の`fn:format-integer`に従って定義します。"
 | 
			
		||||
    },
 | 
			
		||||
    "$parseInteger": {
 | 
			
		||||
        "args": "string, picture",
 | 
			
		||||
        "desc": "`picture`文字列の指定に従って、`string`パラメータを整数(JSON数値)に変換します。`picture`文字列は`$formatInteger`と同じ形式です。"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user