source: azure_iot_hub/trunk/asp3_dcre/tecsgen/tecslib/messages/messages_console_ja_JP.rb@ 388

Last change on this file since 388 was 388, checked in by coas-nagasima, 5 years ago

Azure IoT Hub Device C SDK を使ったサンプルの追加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-ruby
File size: 54.2 KB
Line 
1# -*- coding: utf-8 -*-
2#
3# TECS Generator
4# Generator for TOPPERS Embedded Component System
5#
6# Copyright (C) 2008-2017 by TOPPERS Project
7#--
8# 上記著作権者
9は,以下の(1)~(4)の条件を満たす場合に限り,本ソフトウェ
10# ア(本ソフトウェアを改変したものを含む.以下同じ)を使用・複製・改
11# 変・再é…
12å¸ƒï¼ˆä»¥ä¸‹ï¼Œåˆ©ç”¨ã¨å‘¼ã¶ï¼‰ã™ã‚‹ã“とを無償で許諾する.
13# (1) 本ソフトウェアをソースコードの形で利用する場合には,上記の著作
14# 権表示,この利用条件および下記の無保証規定が,そのままの形でソー
15# スコード中に含まれていること.
16# (2) 本ソフトウェアを,ライブラリ形式など,他のソフトウェア開発に使
17# 用できる形で再é…
18å¸ƒã™ã‚‹å ´åˆã«ã¯ï¼Œå†é…
19å¸ƒã«ä¼´ã†ãƒ‰ã‚­ãƒ¥ãƒ¡ãƒ³ãƒˆï¼ˆåˆ©ç”¨
20# 者
21マニュアルなど)に,上記の著作権表示,この利用条件および下記
22# の無保証規定を掲載すること.
23# (3) 本ソフトウェアを,機器に組み込むなど,他のソフトウェア開発に使
24# 用できない形で再é…
25å¸ƒã™ã‚‹å ´åˆã«ã¯ï¼Œæ¬¡ã®ã„ずれかの条件を満たすこ
26# と.
27# (a) 再é…
28å¸ƒã«ä¼´ã†ãƒ‰ã‚­ãƒ¥ãƒ¡ãƒ³ãƒˆï¼ˆåˆ©ç”¨è€…
29マニュアルなど)に,上記の著
30# 作権表示,この利用条件および下記の無保証規定を掲載すること.
31# (b) 再é…
32å¸ƒã®å½¢æ…
33‹ã‚’,別に定める方法によって,TOPPERSプロジェクトに
34# 報告すること.
35# (4) 本ソフトウェアの利用により直接的または間接的に生じるいかなる損
36# 害からも,上記著作権者
37およびTOPPERSプロジェクトをå…
38è²¬ã™ã‚‹ã“と.
39# また,本ソフトウェアのユーザまたはエンドユーザからのいかなる理
40# 由に基づく請求からも,上記著作権者
41およびTOPPERSプロジェクトを
42# å…
43è²¬ã™ã‚‹ã“と.
44#
45# 本ソフトウェアは,無保証で提供されているものである.上記著作権者
46お
47# よびTOPPERSプロジェクトは,本ソフトウェアに関して,特定の使用目的
48# に対する適合性も含めて,いかなる保証も行わない.また,本ソフトウェ
49# アの利用により直接的または間接的に生じたいかなる損害に関しても,そ
50# の責任を負わない.
51#
52# $Id$
53#++
54
55
56# Console Messages for ja_JP
57class TECSMsg
58
59###
60# エラーメッセージ
61@@error_message = {}
62
63### C_parser.y.rb
64# B1001 need parameter name"
65@@error_message[ :"B1001" ] = "パラメータ名が必
66要です"
67
68# B1002 while open or reading \'$1\'"
69@@error_message[ :"B1002" ] = "\'$1\' のオープンまたは読み込みに失敗しました"
70
71# B1003 Unexpected EOF"
72@@error_message[ :"B1003" ] = "予期しない EOF です"
73
74# B1004 syntax error near \'$1\'"
75@@error_message[ :"B1004" ] = "\'$1\' 付近の構文エラーです"
76
77### ctypes.rb
78# C1001 $1: mismatch, suitable for integer types"
79@@error_message[ :"C1001" ] = "$1: 整合していません, それは整数型に適しています"
80
81# C1002 $1 not compatible with previous one $2"
82@@error_message[ :"C1002" ] = "$1 はそれ以前のものである $2 と両立しません"
83
84# C1003 $1 & $2 incompatible (\'long double\' not support)"
85@@error_message[ :"C1003" ] = "$1 及び $2 は両立しません (\'long double\' は未サポート)"
86
87# C1004 $1: qualifier respecified. previous one: $2"
88@@error_message[ :"C1004" ] = "$1: 修飾子が再度指定されました. その前の修飾子: $2"
89
90### expression.rb
91# E1001 $1: not found"
92@@error_message[ :"E1001" ] = "$1: 見つかりません"
93
94# E1002 $1: not constant (port)"
95@@error_message[ :"E1002" ] = "$1: 定数ではありません (port)"
96
97# E1003 $1: not constant"
98@@error_message[ :"E1003" ] = "$1: 定数ではありません"
99
100# E1004 cannot evaluate \'[]\' operator"
101@@error_message[ :"E1004" ] = "\'[]\' 演算子を評価できません"
102
103# E1005 cannot evaluate \'.\' operator"
104@@error_message[ :"E1005" ] = "\'.\' 演算子を評価できません"
105
106# E1006 cannot evaluate \'->\' operator"
107@@error_message[ :"E1006" ] = "\'->\' 演算子を評価できません"
108
109# E1007 cannot evaluate \'sizeof\' operator"
110@@error_message[ :"E1007" ] = "\'sizeof\' 演算子を評価できません"
111
112# E1008 cannot evaluate \'sizeof\' operator"
113@@error_message[ :"E1008" ] = "\'sizeof\' 演算子を評価できません"
114
115# E1009 cannot evaluate \'&\' operator"
116@@error_message[ :"E1009" ] = "\'&\' 演算子を評価できません"
117
118# E1010 cannot evaluate \'*\' operator"
119@@error_message[ :"E1010" ] = "\'*\' 演算子を評価できません"
120
121# E1011 cannot evaluate unary + for $1"
122@@error_message[ :"E1011" ] = "$1 に対する単項
123の + を評価できません"
124
125# E1012 $1: not found in parameter list"
126@@error_message[ :"E1012" ] = "$1: パラメータリストの中に見つかりません"
127
128# E1013 \'*\': operand is not pointer value"
129@@error_message[ :"E1013" ] = "\'*\': オペランドはポインタ値ではありません"
130
131# E1014 $1: elements_get_type: sorry not supported"
132@@error_message[ :"E1014" ] = "$1: elements_get_type: 申し訳ありません.サポートされていません"
133
134# E1015 \'$1\': direction mismatch for $2, $3 required"
135@@error_message[ :"E1015" ] = "\'$1\': $2 に対する方向が整合していません.$3 が必
136要です"
137
138# E1016 $1: elements_check_dir_for_param: sorry not supported"
139@@error_message[ :"E1016" ] = "$1: elements_check_dir_for_param: 申し訳ありません.サポートされていません"
140
141# E1017 $1: rhs not \'Cell.ePort\' form"
142@@error_message[ :"E1017" ] = "$1: 右辺が \'Cell.ePort\' 形式ではありません"
143
144# E1018 $1: namespace cannot be specified"
145@@error_message[ :"E1018" ] = "$1: namespace を指定できません"
146
147# E1019 $1: rhs not in 'allocator_entry_port' form"
148@@error_message[ :"E1019" ] = "$1: 右辺が 'allocator_entry_port' 形式ではありません"
149
150# E1020 rhs not in 'call_port.func.param' form for $1_$2"
151@@error_message[ :"E1020" ] = "右辺が 'call_port.func.param' 形式でありません ($1_$2)"
152
153### bnf.y.rb
154# G1001 need specifier for \'$1\'"
155@@error_message[ :"G1001" ] = "\'$1\' に対する指定子が必
156要です"
157
158# G1002 need parameter name"
159@@error_message[ :"G1002" ] = "パラメータ名が必
160要です"
161
162# G1003 need parameter name"
163@@error_message[ :"G1003" ] = "パラメータ名が必
164要です"
165
166# G1004 impossible array type 0"
167@@error_message[ :"G1004" ] = "あり得ないé…
168åˆ—åž‹ 0 です"
169
170# G1005 impossible array type 1"
171@@error_message[ :"G1005" ] = "あり得ないé…
172åˆ—åž‹ 1 です"
173
174# G1006 impossible array type 2"
175@@error_message[ :"G1006" ] = "あり得ないé…
176åˆ—åž‹ 2 です"
177
178# G1007 impossible array type 3"
179@@error_message[ :"G1007" ] = "あり得ないé…
180åˆ—åž‹ 3 です"
181
182# G1008 impossible function type"
183@@error_message[ :"G1008" ] = "あり得ない関数型です"
184
185# G1009 unexpected specifier"
186@@error_message[ :"G1009" ] = "予期しない指定子です"
187
188# G1010 Not function"
189@@error_message[ :"G1010" ] = "関数ではありません"
190
191# G1011 Not function"
192@@error_message[ :"G1011" ] = "関数ではありません"
193
194# G1012 $1 : cannot put specifier here"
195@@error_message[ :"G1012" ] = "$1 : ここに指定子を置くことはできません"
196
197# G1013 unexpected specifier"
198@@error_message[ :"G1013" ] = "予期しない指定子です"
199
200# G1014 while open or reading \'$1\'"
201@@error_message[ :"G1014" ] = "\'$1\' のオープンまたは読み込みに失敗しました"
202
203# G1015 Unexpected EOF"
204@@error_message[ :"G1015" ] = "予期しない EOF です"
205
206# G1016 syntax error near \'$1\'"
207@@error_message[ :"G1016" ] = "\'$1\' 付近の構文エラーです"
208
209### plugin.rb
210# P1001 plugin arg: cannot find identifier in $1"
211@@error_message[ :"P1001" ] = "plugin arg: $1 の中に識別子を見つけることができません"
212
213# P1002 plugin arg: expecting \'=\' not \'$1\'"
214@@error_message[ :"P1002" ] = "plugin arg: \'$1\' ではなく \'=\' が必
215要です"
216
217# P1003 plugin arg: unexpected $1"
218@@error_message[ :"P1003" ] = "plugin arg: 予期しない $1 です"
219
220# P1004 $1: unknown plugin argument\'s identifier\n $2 are acceptable for RPCPlugin."
221@@error_message[ :"P1004" ] = "$1: 不明なプラグイン引数の識別子\n $2 が RPC プラグインに対して受けå…
222¥ã‚Œå¯èƒ½ã§ã™"
223
224### pluginModule.rb
225# P2001 $1.rb : fail to load plugin"
226@@error_message[ :"P2001" ] = "$1.rb : プラグインの読み込みに失敗しました"
227
228# P2002 $1: not kind of $2"
229@@error_message[ :"P2002" ] = "$1: $2 の一種ではありません"
230
231# P2003 $1: load failed"
232@@error_message[ :"P2003" ] = "$1: 読み込みに失敗しました"
233
234# P2004 $1: open error \'$2\'"
235@@error_message[ :"P2004" ] = "$1: オープンエラー \'$2\' が発生しました"
236
237# P2005 $1: plugin error in gen_through_cell_code "
238@@error_message[ :"P2005" ] = "$1: gen_through_cell_code 内
239のプラグインエラーが発生しました"
240
241# P2006 $1: close error \'$2\'"
242@@error_message[ :"P2006" ] = "$1: \'$2\' のクローズエラーが発生しました"
243
244# P2007 $1: fail to generate post code"
245@@error_message[ :"P2007" ] = "$1: ポストコードの生成に失敗しました"
246
247### componentobj.rb
248# S1001 context specifier duplicate"
249@@error_message[ :"S1001" ] = "コンテキスト指定子が重複しています"
250
251# S1002 \'$1\': unknown specifier for signature"
252@@error_message[ :"S1002" ] = "\'$1\': シグニチャに対する不明な指定子です"
253
254# S1003 $1: \'alloc\' 1st parameter neither [in] integer type nor [out] double pointer type
255@@error_message[ :"S1003" ] = "$1: \'alloc\' 関数の第1パラメータが in の整数型でも out の二重ポインタ型でもありません."
256
257# S1004 $1: \'alloc\' 2nd parameter not [in] double pointer"
258@@error_message[ :"S1004" ] = "$1: \'alloc\' 関数の第2パラメータが in のポインタへのポインタではありません."
259
260# S1005 $1: \'alloc\' has no parameter, unsuitable for allocator signature"
261@@error_message[ :"S1005" ] = "$1: \'alloc\' 関数がパラメータを持っていません.アロケータシグニチャに対して不適当です."
262
263# S1006 $1: \'dealloc\' 1st parameter not [in] pointer type"
264@@error_message[ :"S1006" ] = "$1: \'dealloc\' 関数の第1パラメータが in のポインタ型ではありません."
265
266# S1007 "
267 # S1007 $1: \'dealloc\' cannot has 2nd parameter"
268# @@error_message[ :"S1007" ] = "$1: \'dealloc\' 関数は第2パラメータを持つことができません."
269
270# S1008 $1: \'dealloc\' has no parameter, unsuitable for allocator signature"
271@@error_message[ :"S1008" ] = "$1: \'dealloc\' 関数がパラメータを持っていません.アロケータシグニチャに対して不適当です."
272
273# S1009 $1: \'alloc\' function not found, unsuitable for allocator signature"
274@@error_message[ :"S1009" ] = "$1: \'alloc\' 関数が見つかりません.アロケータシグニチャに対して不適当です."
275
276# S1010 $1: \'dealloc\' function not found, unsuitable for allocator signature"
277@@error_message[ :"S1010" ] = "$1: \'dealloc\' 関数が見つかりません.アロケータシグニチャに対して不適当です."
278
279# S1011 $1: size_is specified for non-pointer type"
280@@error_message[ :"S1011" ] = "$1: 非ポインタ型に対して size_is が指定されました"
281
282# S1012 $1: unsuitable initializer, need array initializer"
283@@error_message[ :"S1012" ] = "$1: 不適当な初期化子です.é…
284åˆ—の初期化子が必
285要です."
286
287# S1013 $1: too many initializer, $2 for $3"
288@@error_message[ :"S1013" ] = "$1: 初期化子が多すぎます.$3 とするところを $2 としました."
289
290# S1014 generate specifier duplicate"
291@@error_message[ :"S1014" ] = "generate 指定子が重複しました."
292
293# S1015 $1 cannot be specified for composite"
294@@error_message[ :"S1015" ] = "$1 は複合セルに対して指定できません."
295
296# S1016 $1 not found"
297@@error_message[ :"S1016" ] = "$1 が見つかりません"
298
299# S1017 $1 : neither celltype nor cell"
300@@error_message[ :"S1017" ] = "$1 : セルタイプでもセルでもありません"
301
302# S1018 $1 : not singleton cell"
303@@error_message[ :"S1018" ] = "$1 : シングルトンセルではありません"
304
305# S1019 \'$1\' : not entry port"
306@@error_message[ :"S1019" ] = "\'$1\' : 受け口ではありません"
307
308# S1020 \'$1\' : required port cannot be array"
309@@error_message[ :"S1020" ] = "\'$1\' : 要求された口(port)はé…
310åˆ—に出来ません."
311
312# S1021 $1 : require cannot have same signature with \'$2\'"
313@@error_message[ :"S1021" ] = "$1 : リクワイアは \'$2\' と同じシグニチャを持つことが出来ません."
314
315# S1022 $1.$2 : \'$3\' conflict function name in $4.$5"
316@@error_message[ :"S1022" ] = "$1.$2 : \'$3\' は $4.$5 における関数名と衝突しています."
317
318# S1023 $1: fail to new"
319@@error_message[ :"S1023" ] = "$1: new に失敗しました."
320
321# S1024 $1: multiple cell for singleton celltype"
322@@error_message[ :"S1024" ] = "$1: シングルトンセルタイプに対し複数のセルが存在します."
323
324# S1025 not found reachable cell for require \'$1\' in celltype \'$2\'"
325@@error_message[ :"S1025" ] = "セルタイプ \'$2\' 内
326のリクワイア \'$1\' へ到達可能なセルが見つかりません."
327
328# S1026 required cell \'$1\' not reachable"
329@@error_message[ :"S1026" ] = "必
330要とされるセル \'$1\' は到達可能ではありません."
331
332# S1027 \'$1\' celltype not found"
333@@error_message[ :"S1027" ] = "セルタイプ \'$1\' が見つかりません"
334
335# S1028 \'$1\' not celltype"
336@@error_message[ :"S1028" ] = "\'$1\' はセルタイプではありません"
337
338# S1029 $1 mismatch with previous one"
339@@error_message[ :"S1029" ] = "$1 がそれ以前のものと整合していません"
340
341# S1030 $1: celltype mismatch with previous one"
342@@error_message[ :"S1030" ] = "$1: セルタイプがそれ以前のものと整合していません"
343
344# S1031 $1 region \'$2\' mismatch with previous one \'$3\'"
345@@error_message[ :"S1031" ] = "セル $1 のリージョン \'$2\' はそれ以前のリージョン \'$3\' と整合していません."
346
347# S1032 $1: duplicate cell"
348@@error_message[ :"S1032" ] = "$1: セルが重複しています"
349
350# S1033 rhs expression is not supported. Only attribute is permitted on current version."
351@@error_message[ :"S1033" ] = "右辺式はサポートされていません.属性のみが現在のバージョンで使用できます."
352
353# S1034 $1 : cannot refer to $2\'s attribute here. Use \'composite.$3\' to refer to composite celltype\'s"
354@@error_message[ :"S1034" ] = "$1 : ここでは $2 の属性を参ç…
355§ã§ãã¾ã›ã‚“. 複合セルタイプの属性を参ç…
356§ã™ã‚‹ãŸã‚ \'composite.$3\' をお使いください."
357
358# S1035 composite : cannot specify out of composite celltype definition"
359@@error_message[ :"S1035" ] = "composite : 複合セルタイプ定義の外側では指定できません."
360
361# S1036 $1 : cannot refer to $2\'s here. Use \'composite.$3\' to refer to composite celltype\'s"
362@@error_message[ :"S1036" ] = "$1 : ここでは$2のものを参ç…
363§ã§ãã¾ã›ã‚“.複合セルタイプのものを参ç…
364§ã™ã‚‹ãŸã‚ \'composite.$3\' をお使いください."
365
366# S1037 $1: celltype plugin fail to new_cell"
367@@error_message[ :"S1037" ] = "$1: セルタイププラグインが new_cell に失敗しました."
368
369# S1038 $1.$2: self allocator not supported for array entry port"
370@@error_message[ :"S1038" ] = "$1.$2: セルフアロケータは受け口é…
371åˆ—に対してサポートされていません."
372
373# S1039 \'$1\': unknown specifier for cell"
374@@error_message[ :"S1039" ] = "\'$1\': セルに対する不明な指定子です."
375
376# S1040 array not supported for relay allocator"
377@@error_message[ :"S1040" ] = "é…
378åˆ—はリレーアロケータに対してサポートされていません."
379
380# S1041 \'$1_$2_$3\': not joined. cannot create internal join for relay allocator"
381@@error_message[ :"S1041" ] = "\'$1_$2_$3\': 結合されません. リレーアロケータに対して内
382部結合を生成できません."
383
384# S1042 call port \'$1\' not initialized in cell \'$2\'"
385@@error_message[ :"S1042" ] = "呼び口 \'$1\' はセル \'$2\' の中で初期化されません."
386
387# S1043 call port \'$1\' not initialized in cell \'$2\'. this call port is created by tecsgen. check allocator specifier"
388@@error_message[ :"S1043" ] = "呼び口 \'$1\' はセル \'$2\' の中で初期化されません.この呼び口は tecsgen により生成されます.アロケータ指定子を確認してください."
389
390# S1044 $1: array initializer too many or few, $2 for $3"
391@@error_message[ :"S1044" ] = "$1: é…
392åˆ—の初期化子が多すぎるかまたは少なすぎます.$3 とするところを $2 にしました."
393
394# S1045 $1[$2]: not initialized"
395@@error_message[ :"S1045" ] = "$1[$2]: 初期化されません."
396
397# S1046 $1[$2]: not initialized"
398@@error_message[ :"S1046" ] = "$1[$2]: 初期化されません"
399
400# S1047 size_is pointer cannot be exposed for composite attribute"
401@@error_message[ :"S1047" ] = "size_is を指定されたポインタ変数は,複合セルタイプの属性名に関しては,外部へå…
402¬é–‹ã™ã‚‹ã“とができません."
403
404# S1048 $1: size_is specified for non-pointer type"
405@@error_message[ :"S1048" ] = "$1: size_is が非ポインタ型に対して指定されました."
406
407# S1049 $1: size_is arg not constant"
408@@error_message[ :"S1049" ] = "$1: size_is 引数が定数ではありません."
409
410# S1050 unsuitable initializer, need array initializer"
411@@error_message[ :"S1050" ] = "不適当な初期化子です.é…
412åˆ—の初期化子が必
413要です."
414
415# S1051 too many initializer for array, $1 for $2"
416@@error_message[ :"S1051" ] = "é…
417åˆ—に対する初期化子が多すぎます.$2 とするところを $1 にしました."
418
419# S1052 attribute \'$1\' not initialized in cell \'$2\'"
420@@error_message[ :"S1052" ] = "属性 \'$1\' はセル \'$2\' の中で初期化されません."
421
422# S1053 $1 must be singleton. inner cell \'$2\' is singleton"
423@@error_message[ :"S1053" ] = "$1 はシングルトンである必
424要があります.内
425部セル \'$2\' はシングルトンです."
426
427# S1054 $1 : specified active but has no active in this celltype"
428@@error_message[ :"S1054" ] = "$1 : アクティブに指定されましたが,このセルタイプの中にはアクティブなセルがありません."
429
430# S1055 $1 must be active. inner cell \'$2\' is active"
431@@error_message[ :"S1055" ] = "$1 は active である必
432要があります. 内
433部セル \'$2\' がアクティブです."
434
435# S1056 $1 : cannot export, nothing designated"
436@@error_message[ :"S1056" ] = "$1 : 外部にå…
437¬é–‹ã™ã‚‹ã“とができません.何も指定されていません."
438
439# S1057 $1 not found in $2"
440@@error_message[ :"S1057" ] = "$1 が $2 の中に見つかりません."
441
442# S1058 \'$1\' : cannot export var"
443@@error_message[ :"S1058" ] = "\'$1\' : 変数を外部にå…
444¬é–‹ã™ã‚‹ã“とができません."
445
446# S1059 \'$1\' : exporting attribute. write in cell or use \'=\' to export attribute"
447@@error_message[ :"S1059" ] = "\'$1\' : 属性をå…
448¬é–‹ã—ています. セルの中に記述するかまたは属性のå…
449¬é–‹ã®ãŸã‚ã« \'=\' を使って下さい."
450
451# S1060 \'$1\' : port type mismatch. $2 type is allowed here."
452@@error_message[ :"S1060" ] = "\'$1\' : 口(port)の型が整合していません. ここでは $2 型が使用できます."
453
454# S1061 \'$1\' : not defined"
455@@error_message[ :"S1061" ] = "\'$1\' : 定義されていません."
456
457# S1062 $1 has no export definition"
458@@error_message[ :"S1062" ] = "$1 には外部定義がありません."
459
460# S1063 $1 is port but previously defined as an attribute"
461@@error_message[ :"S1063" ] = "$1 は口(port)ですがそれより前に属性として定義されました."
462
463# S1064 $1 : type \'$2$3\' mismatch with pprevious definition\'$4$5\'"
464@@error_message[ :"S1064" ] = "$1 : 型 \'$2$3\' はそれ以前の定義 \'$4$5\' と整合してません."
465
466# S1065 $1 : port type $2 mismatch with previous definition $3"
467@@error_message[ :"S1065" ] = "$1 : 口(port)型 $2 はそれ以前の定義 $3 と整合していません."
468
469# S1066 $1 : signature \'$2\' mismatch with previous definition \'$3\'"
470@@error_message[ :"S1066" ] = "$1 : シグニチャ \'$2\' はそれ以前の定義 \'$3\' と整合していません."
471
472# S1067 $1 : array size mismatch with previous definition"
473@@error_message[ :"S1067" ] = "$1 : é…
474åˆ—のサイズがそれ以前の定義と整合していません."
475
476# S1068 $1 : optional specifier mismatch with previous definition"
477@@error_message[ :"S1068" ] = "$1 : オプショナルな指定子がそれ以前の定義と整合していません."
478
479# S1069 $1 is an attribute but previously defined as a port"
480@@error_message[ :"S1069" ] = "$1 は属性ですがそれより前に口(port)として定義されました."
481
482# S1070 $1: size_is pointer cannot be exposed for composite attribute"
483@@error_message[ :"S1070" ] = "$1: size_is を指定されたポインタ変数は,複合セルタイプの属性名に関しては,å…
484¬é–‹ã™ã‚‹ã“とができません."
485
486# S1071 $1 cannot be specified for composite"
487@@error_message[ :"S1071" ] = "$1 は複合セルに対して指定できません."
488
489# S1072 $1: entry port: sizeless array not supported in current version"
490@@error_message[ :"S1072" ] = "$1: 受け口: 現在の版ではサイズ未指定のé…
491åˆ—はサポートされていません."
492
493# S1073 Not constant expression $1"
494@@error_message[ :"S1073" ] = "$1 は定数式ではありません."
495
496# S1074 Not Integer $1"
497@@error_message[ :"S1074" ] = "$1 は整数ではありません"
498
499# S1075 \'$1\' signature not found"
500@@error_message[ :"S1075" ] = "\'$1\' シグニチャが見つかりません."
501
502# S1076 \'$1\' not signature"
503@@error_message[ :"S1076" ] = "\'$1\' はシグニチャではありません."
504
505# S1077 inline: cannot be specified for call port"
506@@error_message[ :"S1077" ] = "inline: 呼び口に対して指定できません."
507
508# S1078 optional: cannot be specified for entry port"
509@@error_message[ :"S1078" ] = "optional: 受け口に対して指定できません."
510
511# S1079 allocator: cannot be specified for call port"
512@@error_message[ :"S1079" ] = "allocator: 呼び口に対して指定できません."
513
514# S1080 duplicate allocator specifier"
515@@error_message[ :"S1080" ] = "アロケータ指定子が重複しています."
516
517# S1081 self allocator not supported yet"
518@@error_message[ :"S1081" ] = "セルフアロケータはまだサポートされていません"
519
520# S1082 function \'$1\' not found in signature"
521@@error_message[ :"S1082" ] = "関数 \'$1\' がシグニチャで見つかりません"
522
523# S1083 \'$1\' not found in function \'$2\'"
524@@error_message[ :"S1083" ] = "\'$1\' が関数 \'$2\' で見つかりません"
525
526# S1084 \'$1\' in function \'$2\' is not send or receive"
527@@error_message[ :"S1084" ] = "\'$2\' 内
528の \'$1\' が基本指定子 send または receive ではありません."
529
530# S1085 duplicate allocator specifier for \'$1_$2\'"
531@@error_message[ :"S1085" ] = "\'$1_$2\' に対する重複したアロケータ指定子です."
532
533# S1086 rhs not call_port.func.param for $1_$2"
534@@error_message[ :"S1086" ] = "$1_$2 に対して not call_port.func.param の形式ではありません."
535
536# S1087 function \'$1\' not found in signature \'$2\'"
537@@error_message[ :"S1087" ] = "関数 \'$1\' がシグニチャ \'$2\' の中に見つかりません."
538
539# S1088 \'$1\' not found in function \'$2\'"
540@@error_message[ :"S1088" ] = "\'$1\' が関数 \'$2\' の中に見つかりません."
541
542# S1089 relay allocator send/receive mismatch between $1.$2 and $3_$4.$5"
543@@error_message[ :"S1089" ] = "リレーアロケータ send/receive は $1.$2 及び $3_$4.$5 の間で整合していません."
544
545# S1090 \'$1\' in function \'$2\' is not send or receive"
546@@error_message[ :"S1090" ] = "関数 \'$2\' 内
547の \'$1\' が send または receive ではありません."
548
549# S1091 call port \'$1\' not found in celltype $2"
550@@error_message[ :"S1091" ] = "呼び口 \'$1\' がセルタイプ $2 の中に見つかりません."
551
552# S1092 \'$1\' not namespace"
553@@error_message[ :"S1092" ] = "\'$1\' はネームスペースではありません."
554
555# S1093 $1 : undefined cell"
556@@error_message[ :"S1093" ] = "$1 : 未定義のセルです"
557
558# S1094 $1: pointer is not constant. check \'const\'"
559@@error_message[ :"S1094" ] = "$1: ポインタが定数ではありません.\'const\' を確認してください"
560
561# S1095 $1: not constant"
562@@error_message[ :"S1095" ] = "$1: 定数ではありません"
563
564# S1096 $1: should be int, float, bool or pointer type"
565@@error_message[ :"S1096" ] = "$1: int, float, bool またはポインタ型である必
566要があります"
567
568# S1097 $1: has no initializer"
569@@error_message[ :"S1097" ] = "$1: 初期化子を持っていません"
570
571# S1098 $1: has unsuitable initializer"
572@@error_message[ :"S1098" ] = "$1: 不適当な初期化子があります."
573
574# S1099 array subscript not constant"
575@@error_message[ :"S1099" ] = "é…
576åˆ—添数が定数ではありません."
577
578# S1100 $1: cannot initialize var"
579@@error_message[ :"S1100" ] = "$1: 変数を初期化できません."
580
581# S1101 \'$1\' cannot initialize entry port"
582@@error_message[ :"S1101" ] = "\'$1\' 受け口を初期化できません."
583
584# S1102 $1: must specify array subscript here"
585@@error_message[ :"S1102" ] = "$1: ここではé…
586åˆ—添数を指定する必
587要があります."
588
589# S1103 $1: need array subscript"
590@@error_message[ :"S1103" ] = "$1: é…
591åˆ—添数が必
592要です."
593
594# S1104 $1: need array subscript number. ex. \'[0]\'"
595@@error_message[ :"S1104" ] = "$1: é…
596åˆ—添数の数値が必
597要です.(例) \'[0]\'"
598
599# S1105 $1: cannot specify array subscript here"
600@@error_message[ :"S1105" ] = "$1: ここではé…
601åˆ—添数を指定することができません."
602
603# S1106 $1: cannot specify array subscript number. use \'[]\'"
604@@error_message[ :"S1106" ] = "$1: é…
605åˆ—添数の数値を指定することが出来ません.\'[]\' をお使いください."
606
607# S1107 to export port, use \'cCall => composite.cCall\'"
608@@error_message[ :"S1107" ] = "口(port)を外部にå…
609¬é–‹ã™ã‚‹ãŸã‚, \'cCall => composite.cCall\' をお使いください."
610
611# S1108 $1: rhs not \'Cell.ePort\' form"
612@@error_message[ :"S1108" ] = "$1: 右辺が \'Cell.ePort\' の形式ではありません."
613
614# S1109 \'$1\' not found"
615@@error_message[ :"S1109" ] = "\'$1\' が見つかりません."
616
617# S1110 \'$1\' not cell"
618@@error_message[ :"S1110" ] = "\'$1\' セルではありません."
619
620# S1111 \'$1\' not found"
621@@error_message[ :"S1111" ] = "\'$1\' が見つかりません."
622
623# S1112 \'$1\' not entry port"
624@@error_message[ :"S1112" ] = "\'$1\' 受け口ではありません."
625
626# S1113 \'$1\' signature mismatch"
627@@error_message[ :"S1113" ] = "\'$1\' シグニチャが整合していません."
628
629# S1114 \'$1\' should be array"
630@@error_message[ :"S1114" ] = "\'$1\' é…
631åˆ—である必
632要があります."
633
634# S1115 $1[$2]: subscript out of range (< $3)"
635@@error_message[ :"S1115" ] = "$1[$2]: é…
636åˆ—の添数が範囲外の値です.(< $3)"
637
638# S1116 \'$1\' entry port is not array"
639@@error_message[ :"S1116" ] = "\'$1\' 受け口がé…
640åˆ—ではありません."
641
642# S1117 \'$1\' not in celltype"
643@@error_message[ :"S1117" ] = "\'$1\' はセルタイプ内
644にありません."
645
646# S1118 $1: going out from region \'$2\' not permitted"
647@@error_message[ :"S1118" ] = "$1: リージョン $2 から out することができません."
648
649# S1119 $1: going from region \'$2\' to \'$3\' not permitted"
650@@error_message[ :"S1119" ] = "$1: リージョン $2 からリージョン $3へ結合できません."
651
652# S1120 $1: going in to region \'$2\' not permitted"
653@@error_message[ :"S1120" ] = "$1: リージョン \'$2\' へ in することができません."
654
655# S1121 \'$1\' in region \'$2\' cannot be directly joined $3 in $4"
656@@error_message[ :"S1121" ] = "リージョン \'$2\' 内
657の \'$1\' は直接 $4 内
658の $3 に結合できません."
659
660# S1122 $1 : not port: \'through\' can be specified only for port"
661@@error_message[ :"S1122" ] = "$1 :口(port) ではありません: \'through\' は口(port)に対してのみ指定できます."
662
663# S1123 $1 : not port: \'through\' can be specified only for port"
664@@error_message[ :"S1123" ] = "$1 :口(port) ではありません: \'through\' は口(port)に対してのみ指定できます."
665
666# S1124 $1: plugin function failed: \'get_through_entry_port_name\'"
667@@error_message[ :"S1124" ] = "$1: プラグイン関数が失敗しました.: \'get_through_entry_port_name\'"
668
669# S1125 $1: not generated cell \'$2\'"
670@@error_message[ :"S1125" ] = "$1: 生成されたセル \'$2\' ではありません."
671
672# S1126 $1: fail to new"
673@@error_message[ :"S1126" ] = "$1: new に失敗しました."
674
675# S1127 \'$1\' duplicate"
676@@error_message[ :"S1127" ] = "\'$1\' が重複しています."
677
678# S1128 \'$1\' inconsistent array definition"
679@@error_message[ :"S1128" ] = "\'$1\' は一貫しないé…
680åˆ—定義です."
681
682# S1129 \'$1\' redefinition of subscript $1"
683@@error_message[ :"S1129" ] = "\'$1\' はé…
684åˆ—添数 $1 の再定義です."
685
686# S1130 \'$1\' inconsistent array definition"
687@@error_message[ :"S1130" ] = "\'$1\' は一貫しないé…
688åˆ—定義です."
689
690# S1131 \'$1.$2\' has duplicate initializer"
691@@error_message[ :"S1131" ] = "\'$1.$2\' には重複した初期化子があります."
692
693# S1132 $1: 1st parameter is not string(file name)"
694@@error_message[ :"S1132" ] = "$1: 第1パラメータが string(ファイル名) ではありません."
695
696# S1133 $1: 2nd parameter is not string(fromat)"
697@@error_message[ :"S1133" ] = "$1: 第2パラメータが string(ファイル名) ではありません."
698
699# S1134 $1: unknown factory function"
700@@error_message[ :"S1134" ] = "$1: 不明なファクトリ関数です."
701
702# S1135 celltype factory can\'t have parameter(s)"
703@@error_message[ :"S1135" ] = "セルタイプファクトリはパラメータを持つことができません."
704
705# S1136 \'$1\': not found"
706@@error_message[ :"S1136" ] = "\'$1\': 見つかりません."
707
708# S1137 \'$1\': not attribute"
709@@error_message[ :"S1137" ] = "\'$1\': 属性ではありません."
710
711# S1138 internal error Factory.check_arg()"
712@@error_message[ :"S1138" ] = "Factory.check_arg() の内
713部エラーです."
714
715# S1139 $1: region path mismatch. previous path: $2"
716@@error_message[ :"S1139" ] = "$1: リージョンパスが整合していません.以前のパス: $2"
717
718# S1140 $1: region specifier must place at first appearence"
719@@error_message[ :"S1140" ] = "$1: リージョン指定子は最初にé…
720ç½®ã™ã‚‹å¿…
721要があります."
722
723# S1141 $1 duplication, previous one : $2"
724@@error_message[ :"S1141" ] = "$1 が重複しています, 以前の値 : $2"
725
726# S1142 $1 not found in search path"
727@@error_message[ :"S1142" ] = "$1 が検索パスの中に見つかりません."
728
729# S1143 import_C: arg2: mismatch with previous one"
730@@error_message[ :"S1143" ] = "import_C: arg2: 以前のものと整合していません."
731
732# S1144 $1: temporary C source: open error"
733@@error_message[ :"S1144" ] = "$1: 一時的な C ソース: オープンエラーです."
734
735# S1145 $1: temporary C source: writing error"
736@@error_message[ :"S1145" ] = "$1: 一時的な C ソース: 書込みエラーです."
737
738# S1146 $1: error occured while CPP"
739@@error_message[ :"S1146" ] = "$1: CPP 実行中にエラーが発生しました."
740
741# S1147 $1: popen for CPP failed"
742@@error_message[ :"S1147" ] = "$1: CPPに対する popen が失敗しました."
743
744# S1148 $1 not found in search path"
745@@error_message[ :"S1148" ] = "$1 が検索パスの中に見つかりません."
746
747# S1149 $1 not signature"
748@@error_message[ :"S1149" ] = "$1 シグニチャではありません."
749
750# S1150 $1: fail to new"
751@@error_message[ :"S1150" ] = "$1: new に失敗しました."
752
753# S1151 $1: not namespace"
754@@error_message[ :"S1151" ] = "$1: ネームスペースではありません."
755
756# S1152 $1: call port cannot have fixed join"
757@@error_message[ :"S1152" ] = "$1: 呼び口は固定結合を持つことができません."
758
759# "S1153 $1: cannot be entry port array for fixed join port"
760@@error_message[ :"S1153" ] = "$1: 固定結合の口に対する受け口é…
761åˆ—はあり得ません."
762
763# "S1154 $1: must be singleton celltype for fixed join"
764@@error_message[ :"S1154" ] = "$1: 固定結合に対するシングルトンセルタイプである必
765要があります."
766
767# "S1155 $1: not celltype or not found"
768@@error_message[ :"S1155" ] = "$1: セルタイプではないかまたは見つかりません."
769
770# "S1156 $1: not call port or not found"
771@@error_message[ :"S1156" ] = "$1: 呼び口ではないかまたは見つかりません."
772
773# "S1157 $1: sized array or not array"
774@@error_message[ :"S1157" ] = "$1: サイズ指定されたé…
775åˆ—かまたはé…
776åˆ—ではありません."
777
778# "S1158 $1: singleton cell not found for fixed join"
779@@error_message[ :"S1158" ] = "$1: シングルトンセルが固定結合に対して見つかりません."
780
781# S1159 $1: non-size_is pointer cannot be initialized with array initializer"
782@@error_message[ :"S1159" ] = "$1: size_is 指定されていないポインタは、é…
783åˆ—初期化子で初期化できません"
784
785# S1160 $1 must be constant for id"
786@@error_message[ :"S1160" ] = "$1 id は定数でなければなりません"
787
788# S1161 $1 must be constant for id"
789@@error_message[ :"S1161" ] = "$1 id は定数でなければなりません"
790
791# S1162 $1: id cannot be 0"
792@@error_message[ :"S1162" ] = "$1: id に 0 を指定できません"
793
794# S1163 generate specifier duplicate"
795@@error_message[ :"S1163" ] = "generate 指定子が重複しています"
796
797# S1164 '$1' set_specified_id: id not positive integer '$2'"
798@@error_message[ :"S1164" ] = "'$1' id が正整数でありません '$2'"
799
800# S1165 '$1' set_specified_id: id duplicate"
801@@error_message[ :"S1165" ] = "'$1' id 指定子が重複しています"
802
803# S1166 $1: fail to new"
804@@error_message[ :"S1166" ] = "$1: プラグインの生成に失敗しました"
805
806# S1167 \'$1\': relay mismatch \'$2\'"
807@@error_message[ :"S1167" ] = "\'$1\': リレーにマッチしません \'$2\'"
808
809# S1168 too many initializer for array, $1 for $2"
810@@error_message[ :"S1168" ] = "é…
811åˆ—初期化子が多すぎます $1 for $2"
812
813# S1169 $1: non-size_is pointer cannot be initialized with array initializer"
814@@error_message[ :"S1169" ] = "$1: size_is 指定されていないポインタにé…
815åˆ—初期化子を指定できません"
816
817# S1170 \'$1\' has size_is but export attr \'$2\' doesn't have"
818@@error_message[ :"S1170" ] = "\'$1\' に size_is 指定されていますがエクスポートする \'$2\' に指定されていません"
819
820# S1171 \'$1\' size_is argument of \'$2\' not exported"
821@@error_message[ :"S1171" ] = "\'$1\' \'$2\' size_is 引数がエクスポートされていません"
822
823# S1172 \'$1\' size_is argument mismatch with exporting one \'$2\'"
824@@error_message[ :"S1172" ] = "\'$1\' size_is 引数がエクスポートされている \'$2\' と一致しません"
825
826# S1173 $1: allocator mismatch from $2's allocator"
827@@error_message[ :"S1173" ] = "$1: アロケータが $2' のアロケータと一致しません"
828
829# S1174 $1 not suitable for lhs, suitable lhs: 'func.param'"
830@@error_message[ :"S1174" ] = "$1 左辺が不適切です。適切な左辺は 'func.param' の形式です"
831
832# S1175 $1 not found or not allocator entry port for $2"
833@@error_message[ :"S1175" ] = "$1 $2 のアロケータ受け口が見当たらないか、アロケータ受け口ではありません"
834
835# S1176 rhs not in 'call_port.func.param' form for $1_$2"
836@@error_message[ :"S1176" ] = "右辺が 'call_port.func.param' 形式でありません ($1_$2)"
837
838# S1177 cannot specify 'through' in composite in current version"
839@@error_message[ :"S1177" ] = "現在のバージョンでは、コンポジットセルに 'through'を指定できません"
840
841# S1178 $1 region type specifier duplicate, previous $2"
842@@error_message[ :"S1178" ] = "$1 リージョンタイプ指定子が重複しています。以前は $2 でした"
843
844### syntaxobj.rb
845# S2001 \'$1\' duplicate $2"
846@@error_message[ :"S2001" ] = "\'$1\': 重複しています ($2)"
847
848# S2002 $1: $2"
849@@error_message[ :"S2002" ] = "$1: $2"
850
851# S2003 $1: $2 cannot have initializer"
852@@error_message[ :"S2003" ] = "$1: $2 は初期化子をもつことができません."
853
854# S2004 $1: array subscript must be specified or omit"
855@@error_message[ :"S2004" ] = "$1: é…
856åˆ—添数は指定されるかまたは省略される必
857要があります."
858
859# S2005 $1: array subscript must be specified"
860@@error_message[ :"S2005" ] = "$1: é…
861åˆ—添数は指定される必
862要があります."
863
864# S2006 \'$1\' function"
865@@error_message[ :"S2006" ] = "\'$1\' 関数です."
866
867# S2007 \'$1\' $2"
868@@error_message[ :"S2007" ] = "\'$1\' $2"
869
870# S2008 $1: inconsitent with previous one"
871@@error_message[ :"S2008" ] = "$1: 以前のものと一貫していません."
872
873# S2009 $1: not found or not signature"
874@@error_message[ :"S2009" ] = "$1: 見つからないかまたはシグニチャではありません."
875
876# S2010 $1: not allocator signature"
877@@error_message[ :"S2010" ] = "$1: アロケータシグニチャではありません."
878
879# S2011 size_is duplicate"
880@@error_message[ :"S2011" ] = "size_is が重複しています."
881
882# S2012 count_is duplicate"
883@@error_message[ :"S2012" ] = "count_is が重複しています."
884
885# S2013 string duplicate"
886@@error_message[ :"S2013" ] = "string が重複しています."
887
888# S2014 $1 need pointer or more pointer"
889@@error_message[ :"S2014" ] = "$1 は一つ以上のポインタが必
890要です."
891
892# S2015 $1 must be const for \'in\' parameter $2"
893@@error_message[ :"S2015" ] = "'$1' は \'in\' パラメータ $2 に対して定数である必
894要があります."
895
896# S2016 $1 can not be const for $2 parameter"
897@@error_message[ :"S2016" ] = "'$1' は $2 パラメータに対して定数指定できません. "
898
899# S2017 size_is argument is not integer type"
900@@error_message[ :"S2017" ] = "size_is 引数が整数型ではありません."
901
902# S2018 \'$1\' size_is parameter not integer"
903@@error_message[ :"S2018" ] = "\'$1\' size_is パラメータは整数ではありません."
904
905# S2019 \'$1\' size_is parameter negative or zero"
906@@error_message[ :"S2019" ] = "\'$1\' size_is パラメータが負数またはゼロです."
907
908# S2020 count_is argument is not integer type"
909@@error_message[ :"S2020" ] = "count_is 引数は整数型ではありません."
910
911# S2021 \'$1\' count_is parameter not integer"
912@@error_message[ :"S2021" ] = "\'$1\' count_is パラメータは整数型ではありません."
913
914# S2022 \'$1\' count_is parameter negative or zero"
915@@error_message[ :"S2022" ] = "\'$1\' count_is パラメータは負数またはゼロです."
916
917# S2023 string argument is not integer type"
918@@error_message[ :"S2023" ] = "string 引数は整数型ではありません."
919
920# S2024 \'$1\' string parameter not integer"
921@@error_message[ :"S2024" ] = "\'$1\' string パラメータは整数型ではありません."
922
923# S2025 \'$1\' string parameter negative or zero"
924@@error_message[ :"S2025" ] = "\'$1\' string パラメータは負数またはゼロです."
925
926# S2026 '$1' nullable specified for non-pointer type"
927@@error_message[ :"S2026" ] = "'$1' ポインタ型以外に nullable が指定されました"
928
929# S2027 '$1' parameter cannot be void type"
930@@error_message[ :"S2027" ] = "'$1' 引数を void 型にできません"
931
932# S2028 '$1' max (size_is 2nd parameter) not constant"
933@@error_message[ :"S2028" ] = "'$1' max (size_is の第二引数)が定数でありません"
934
935# S2029 '$1' max (size_is 2nd parameter) negative or zero, or not integer"
936@@error_message[ :"S2029" ] = "'$1' max (size_is の第二引数) が負、ゼロまたは整数ではありません"
937
938# S2030 '$1' both size_is and max are const. size_is larger than max"
939@@error_message[ :"S2030" ] = "'$1' size_is max の両方が定数で. size_is の方が max を超
940えています"
941
942### optimize.rb
943# S3001 $1: id too large $2 (max=$3)"
944@@error_message[ :"S3001" ] = "$1: id に $2 は大きすぎます (最大値は$3)"
945
946# S3002 $1: id too large $2 (max=$3)"
947@@error_message[ :"S3002" ] = "$1: id too large $2 (max=$3)"
948
949# S3003 $1: id number '$2' conflict with $3"
950@@error_message[ :"S3003" ] = "$1: id 番号 '$2' は $3 と衝突しています"
951
952### types.rb
953# T1001 const duplicate"
954@@error_message[ :"T1001" ] = "const が重複しています."
955
956# T1002 volatile duplicate"
957@@error_message[ :"T1002" ] = "volatile が重複しています."
958
959# T1003 $1: unsuitable specifier for $2"
960@@error_message[ :"T1003" ] = "$1: $2 に対する不適切な指定子です."
961
962# T1004 cannot cast to $1"
963@@error_message[ :"T1004" ] = "$1 へキャストできません."
964
965# T1005 \'$1\' not defined"
966@@error_message[ :"T1005" ] = "\'$1\' は定義されていません."
967
968# T1006 \'$1\' not type name. expecting type name here"
969@@error_message[ :"T1006" ] = "\'$1\' は型名ではありません.ここは型名が必
970要です."
971
972# T1007 $1: void type variable cannot have initializer"
973@@error_message[ :"T1007" ] = "$1: void 型変数は初期化子をもつことができません."
974
975# T1008 ambigous signed or unsigned"
976@@error_message[ :"T1008" ] = "符号付きであるかまたは符号無しであるかが曖昧です."
977
978# T1009 $1: $2: not integer"
979@@error_message[ :"T1009" ] = "$1: $2: 整数ではありません."
980
981# T1010 $1: initializer is not constant"
982@@error_message[ :"T1010" ] = "$1: 初期化子は定数ではありません."
983
984# T1011 $1: need cast to assign float to integer"
985@@error_message[ :"T1011" ] = "$1: 浮動小数点型から整数型へ割り当てのためにキャストが必
986要です."
987
988# T1012 $1: $2: not integer"
989@@error_message[ :"T1012" ] = "$1: $2: 整数ではありません."
990
991# T1013 $1: too large (max=$2)"
992@@error_message[ :"T1013" ] = "$1: 値が大きすぎます (max=$2)"
993
994# T1014 $1: too large negative value (min=-$2)"
995@@error_message[ :"T1014" ] = "$1: 負数の絶対値が大きすぎます.(min=-$2)"
996
997# T1015 $1: negative value for unsigned"
998@@error_message[ :"T1015" ] = "$1: 符号無し整数型に対し負数値が使用されています."
999
1000# T1016 $1: too large (max=$2)"
1001@@error_message[ :"T1016" ] = "$1: 値が大きすぎます.(max=$2)"
1002
1003# T1017 $1: unsuitable initializer for scalar type"
1004@@error_message[ :"T1017" ] = "$1: スカラー型に対する不適当な初期化子です."
1005
1006# T1018 $1: $2: not number"
1007@@error_message[ :"T1018" ] = "$1: $2: 数値ではありません."
1008
1009# T1019 $1: initializer is not constant"
1010@@error_message[ :"T1019" ] = "$1: 初期化子は定数ではありません."
1011
1012# T1020 $1: unsuitable initializer for scalar type"
1013@@error_message[ :"T1020" ] = "$1: スカラー型に対する不適当な初期化子です."
1014
1015# T1021 \'$1\': struct not defined"
1016@@error_message[ :"T1021" ] = "\'$1\': 構造体が定義されていません."
1017
1018# T1022 struct $1: not defined"
1019@@error_message[ :"T1022" ] = "構造体 $1: 定義されていません."
1020
1021# T1023 struct $1: not defined"
1022@@error_message[ :"T1023" ] = "構造体 $1: 定義されていません."
1023
1024# T1024 $1: unsuitable initializer for struct"
1025@@error_message[ :"T1024" ] = "$1: 構造体に対する不適当な初期化子です."
1026
1027# T1025 size_is argument is not integer type"
1028@@error_message[ :"T1025" ] = "size_is 引数 は整数型ではありません."
1029
1030# T1026 count_is argument is not integer type"
1031@@error_message[ :"T1026" ] = "count_is 引数 は整数型ではありません."
1032
1033# T1027 string argument is not integer type"
1034@@error_message[ :"T1027" ] = "string 引数は整数型ではありません."
1035
1036# T1028 $1: cannot initialize function pointer"
1037@@error_message[ :"T1028" ] = "$1: 関数ポインタを初期化することはできません."
1038
1039# T1029 oneway function cannot return type \'$1$2\', \'void\' or \'ER\' is permitted"
1040@@error_message[ :"T1029" ] = "一方向関数は型 \'$1$2\' を返すことができません.\'void\' または \'ER\' が使用できます."
1041
1042# T1030 oneway function cannot have $1 parameter for \'$2\'"
1043@@error_message[ :"T1030" ] = "一方向関数は \'$2\' のために $1 パラメータを持つことができません."
1044
1045# T1031 $1: unsuitable initializer for array"
1046@@error_message[ :"T1031" ] = "$1: é…
1047åˆ—に対する不適当な初期化子です."
1048
1049# T1032 $1: incompatible pointer type"
1050@@error_message[ :"T1032" ] = "$1: 互換性のないポインタ型です."
1051
1052# T1033 $1: need cast to assign integer to pointer"
1053@@error_message[ :"T1033" ] = "$1: 整数型をポインタへ割り当てるためにはキャストが必
1054要です."
1055
1056# T1034 $1: unsuitable string constant"
1057@@error_message[ :"T1034" ] = "$1: 不適当な文字列定数です."
1058
1059# T1035 $1: unsuitable initializer for pointer"
1060@@error_message[ :"T1035" ] = "$1: ポインタに対する不適当な初期化子です."
1061
1062# T1036 $1: unsuitable initializer for pointer"
1063@@error_message[ :"T1036" ] = "$1: ポインタに対する不適当な初期化子です."
1064
1065# T1037 $1: not number"
1066@@error_message[ :"T1037" ] = "$1: 数値ではありません"
1067
1068# T1038 $1: initializer type mismatch. '$2' & '$3'"
1069@@error_message[ :"T1038" ] = "$1: 初期化子の型が一致しません. '$2' と '$3'"
1070
1071# T1039 $1: struct tag mismatch $2 and $3"
1072@@error_message[ :"T1039" ] = "$1: 構造体タグが $2 と $3 で一致しません"
1073
1074# T1040 $1 specified for void pointer type"
1075@@error_message[ :"T1040" ] = "$1 void ポインタ型に指定されました"
1076
1077### gen_xml.rb
1078# T2001 fail to create XML file $1"
1079@@error_message[ :"T2001" ] = "XML ファイル $1 の生成に失敗しました"
1080
1081# TEMPORAL set_definition_join: uninitialized array member"
1082@@error_message[ :"TEMPORAL" ] = "set_definition_join: é…
1083åˆ—メンバが初期化されていません."
1084
1085# V1001 $1: unable for $2"
1086@@error_message[ :"V1001" ] = "$1: unable for $2"
1087
1088# V1002 $1: cannot cast to bool (implicitly)"
1089@@error_message[ :"V1002" ] = "$1: ブール型への(暗黙的な)キャストを行うことができません."
1090
1091# V1003 $1: cannot cast to integer (implicitly)"
1092@@error_message[ :"V1003" ] = "$1: 整数型への(暗黙的な)キャストを行うことができません."
1093
1094# V1004 $1: cannot cast to float (implicitly)"
1095@@error_message[ :"V1004" ] = "$1: 浮動小数点型への(暗黙的な)キャストを行うことができません."
1096
1097# V1005 Cannot cast pointer to float"
1098@@error_message[ :"V1005" ] = "ポインタ型を浮動小数点型へキャストを行うことができません."
1099
1100# V1006 pointer value cannot cast to $1"
1101@@error_message[ :"V1006" ] = "ポインタ値は $1 へキャストを行うことができません."
1102
1103# V1007 convert pointer value to bool"
1104@@error_message[ :"V1007" ] = "ポインタ値をブール型へ変換しました."
1105
1106# V1008 convert pointer value to integer without cast"
1107@@error_message[ :"V1008" ] = "ポインタ値をキャスト無しで整数型へ変換しました."
1108
1109# V1009 / : divieded by zero"
1110@@error_message[ :"V1009" ] = "/ : ゼロ除算エラーです."
1111
1112# V1010 / : divieded by zero"
1113@@error_message[ :"V1010" ] = "/ : ゼロ除算エラーです."
1114
1115# V1011 % : divieded by zero"
1116@@error_message[ :"V1011" ] = "% : ゼロ除算エラーです."
1117
1118# V1012 % : divieded by zero"
1119@@error_message[ :"V1012" ] = "% : ゼロ除算エラーです."
1120
1121# V1013 integer value cannot cast to $1"
1122@@error_message[ :"V1013" ] = "整数値は $1 へキャストを行うことができません."
1123
1124# V1014 comparing bool value with \'$1\'"
1125@@error_message[ :"V1014" ] = "ブール値を \'$1\' と比較しました."
1126
1127# V1015 comparing bool value with \'$1\'"
1128@@error_message[ :"V1015" ] = "ブール値を \'$1\' と比較しました."
1129
1130# V1016 bool value cannot cast to $1"
1131@@error_message[ :"V1016" ] = "ブール値は $1 へキャストを行うことができません."
1132
1133# V1017 / : divieded by zero"
1134@@error_message[ :"V1017" ] = "/ : ゼロ除算エラーです."
1135
1136# V1018 % : divieded by zero"
1137@@error_message[ :"V1018" ] = "% : ゼロ除算エラーです."
1138
1139# V1019 floating value cannot cast to $1"
1140@@error_message[ :"V1019" ] = "浮動小数点値は $1 へのキャストを行うことができません."
1141
1142# V1020 convert floating value to bool without cast"
1143@@error_message[ :"V1020" ] = "浮動小数点値をキャスト無しでブール型へ変換しました."
1144
1145# V1021 convert floating value to integer without cast"
1146@@error_message[ :"V1021" ] = "浮動小数点型をキャスト無しで整数型へ変換しました."
1147
1148# V1022 string cannot cast to integer"
1149@@error_message[ :"V1022" ] = "文字列は整数型にキャストできません"
1150
1151# V1023 string cannot cast to float"
1152@@error_message[ :"V1023" ] = "文字列は浮動小数点型にキャストできません"
1153
1154# V1024 string cannot cast to pointer"
1155@@error_message[ :"V1024" ] = "文字列はポインタ型にキャストできません"
1156
1157# V1025 string cannot cast to $1"
1158@@error_message[ :"V1025" ] = "文字列は $1 にキャストできません"
1159
1160###
1161# warning メッセージ
1162@@warning_message = {}
1163
1164### componentobj.rb
1165# W1001 \'$1\': unknown context type. usually specifiy task, non-task or any"
1166@@warning_message[ :"W1001" ] = "\'$1\': 不明なコンテキスト型です.通常 task, non-task または any を指定して下さい."
1167
1168# W1002 $1: non-active celltype has no entry port & factory"
1169@@warning_message[ :"W1002" ] = "$1: 非アクティブなセルタイプが受け口及びファクトリを持っていません."
1170
1171# W1003 $1 : require call port overridden in $2"
1172@@warning_message[ :"W1003" ] = "$1 : リクワイア呼び口が $2 でオーバーライドされました."
1173
1174# W1004 $1 : specified singleton but has no singleton in this celltype"
1175@@warning_message[ :"W1004" ] = "$1 : specified singleton but has no singleton in this celltype"
1176
1177# W1005 $1 : idx_is_id is ineffective for composite celltype"
1178@@warning_message[ :"W1005" ] = "$1 : idx_is_id は複合セルタイプに対しては無効です."
1179
1180# W1006 $1 : only prototype, unused and undefined cell"
1181@@warning_message[ :"W1006" ] = "$1 : プロトタイプのみ,未使用,かつ未定義のセルです."
1182
1183# W1007 $1 : non-active cell has no entry join and no factory"
1184@@warning_message[ :"W1007" ] = "$1 : 非アクティブセルに受け口の結合及びファクトリがありません."
1185
1186# W1008 $1: reuse designation mismatch with previous import"
1187@@warning_message[ :"W1008" ] = "$1: 再使用の指示が以前のインポートのと整合しません."
1188
1189# "W1009 $1: fixed join entry port has multi join"
1190@@warning_message[ :"W1009" ] = "$1: 固定結合受け口が複数の結合を持っています."
1191
1192### types.rb
1193# W2001 signed int$1_t: obsolete. use int$2_t"
1194@@warning_message[ :"W2001" ] = "signed int$1_t: 推奨されません.int$2_t をお使いください."
1195
1196# W2002 unsinged int$1_t: obsolete. use uint$2_t"
1197@@warning_message[ :"W2002" ] = "unsinged int$1_t: 推奨されません.uint$2_t をお使いください."
1198
1199# W2003 $1: too large to cast to $2, clipped($3)"
1200@@warning_message[ :"W2003" ] = "$1: $2 へキャストするのに大きすぎます.切り詰めました($3)"
1201
1202# W2004 $1: too small to cast to $2, clipped($3)"
1203@@warning_message[ :"W2004" ] = "$1: $2 へキャストするのに小さすぎます.切り詰めました($3)"
1204
1205# W2005 $1: negative value for unsigned: convert to $2"
1206@@warning_message[ :"W2005" ] = "$1: 符号無し整数型に対して負数値です : $2 へ変換しました."
1207
1208### syntaxobj.rb
1209# W3001 $1: duplicate"
1210@@warning_message[ :"W3001" ] = "$1: 重複しています."
1211
1212# W3002 $1: this string might cause buffer over run"
1213@@warning_message[ :"W3002" ] = "$1: この文字列はバッファーオーバーランを引き起こすかもしれません."
1214
1215# W3003 $1 pointer level mismatch"
1216@@warning_message[ :"W3003" ] = "$1 ポインターレベルの不整合です."
1217
1218# W3004 $1 pointer type has returned. specify deviate or stop return pointer"
1219@@error_message[ :"W3004" ] = "$1 ポインタ型が返されました。deviate を指定するかポインタを返すのを止めてください"
1220
1221# W3005 '$1' size_is always lower than max. max is ignored"
1222@@error_message[ :"W3005" ] = "'$1' size_is は常に max より小さい. max は無視されます"
1223
1224### bnf.y.rb
1225# W5001 bool: obsolete type. use bool_t"
1226@@warning_message[ :"W5001" ] = "bool: 推奨されないデータ型です.bool_t をお使いください."
1227
1228# W5002 float: obsolete type. use float32_t"
1229@@warning_message[ :"W5002" ] = "float: 推奨されないデータ型です.float32_t をお使いください."
1230
1231# W5003 double: obsolete type. use double64_t"
1232@@warning_message[ :"W5003" ] = "double: 推奨されないデータ型です.double64_t をお使いください."
1233
1234# W5004 char: obsolete type. use char_t"
1235@@warning_message[ :"W5004" ] = "char: 推奨されないデータ型です.char_t をお使いください."
1236
1237# W5005 int8: obsolete. use int8_t"
1238@@warning_message[ :"W5005" ] = "int8: 推奨されません.int8_t をお使いください."
1239
1240# W5006 int16: obsolete. use int16_t"
1241@@warning_message[ :"W5006" ] = "int16: 推奨されません.int16_t をお使いください."
1242
1243# W5007 int32: obsolete. use int32_t"
1244@@warning_message[ :"W5007" ] = "int32: 推奨されません.int32_t をお使いください."
1245
1246# W5008 int64: obsolete. use int64_t"
1247@@warning_message[ :"W5008" ] = "int64: 推奨されません.int64_t をお使いください."
1248
1249# W5009 int64: obsolete. use int64_t"
1250@@warning_message[ :"W5009" ] = "int64: 推奨されません.int64_t をお使いください."
1251
1252# W5010 need 'void' for no parameter"
1253@@warning_message[ :"W5010" ] = "パラメータが存在しない場合 'void' が必
1254要です"
1255
1256# W5011 need 'void' for no parameter"
1257@@warning_message[ :"W5011" ] = "パラメータが存在しない場合 'void' が必
1258要です"
1259
1260### C_parser.y.rb
1261# W6001 need 'void' for no parameter"
1262@@warning_message[ :"W6001" ] = "パラメータが存在しない場合 'void' が必
1263要です"
1264
1265# W6002 need 'void' for no parameter"
1266@@warning_message[ :"W6002" ] = "パラメータが存在しない場合 'void' が必
1267要です"
1268
1269# W6003 need 'void' for no parameter"
1270@@warning_message[ :"W6003" ] = "パラメータが存在しない場合 'void' が必
1271要です"
1272
1273# W6004 need 'void' for no parameter"
1274@@warning_message[ :"W6004" ] = "パラメータが存在しない場合 'void' が必
1275要です"
1276
1277###
1278# info メッセージ
1279@@info_message = {}
1280
1281end
Note: See TracBrowser for help on using the repository browser.