@@ -330,10 +330,10 @@ editor.sketch.rename.description = スケッチの新しい名前
330330editor.status.autoformat.no_changes = No changes necessary for Auto Format.
331331editor.status.autoformat.finished = 自動フォーマットが完了しました。
332332editor.status.find_reference.select_word_first = First select a word to find in the reference.
333- editor.status.find_reference.not_available = No reference available for "%s".
334- editor.status.drag_and_drop.files_added.0 = No files were added to the sketch.
335- editor.status.drag_and_drop.files_added.1 = One file added to the sketch.
336- editor.status.drag_and_drop.files_added.n = %d files added to the sketch.
333+ editor.status.find_reference.not_available = "%s" のリファレンスは利用できません。
334+ editor.status.drag_and_drop.files_added.0 = スケッチに追加されたファイルはありませんでした。
335+ editor.status.drag_and_drop.files_added.1 = 1 個のファイルがスケッチに追加されました。
336+ editor.status.drag_and_drop.files_added.n = %d 個のファイルがスケッチに追加されました。
337337editor.status.saving = 保存しています...
338338editor.status.saving.done = 保存が完了しました。
339339editor.status.saving.canceled = 保存がキャンセルされました。
@@ -359,18 +359,18 @@ editor.status.missing.left_paren = Missing left parenthesis "("
359359editor.status.missing.right_paren = Missing right parenthesis ")"
360360editor.status.missing.left_curly_bracket = Missing left curly bracket "{"
361361editor.status.missing.right_curly_bracket = Missing right curly bracket "}"
362- editor.status.missing.add = Consider adding "%s"
362+ editor.status.missing.add = "%s" の追加を考えてください
363363editor.status.reserved_words = "color" and "int" are reserved words & cannot be used as variable names
364364editor.status.undefined_method = 関数 "%s(%s)" は存在しません
365- editor.status.undefined_constructor = The constructor "%s(%s)" does not exist
365+ editor.status.undefined_constructor = コンストラクター "%s(%s)" は存在しません
366366editor.status.empty_param = The function "%s()" does not expect any parameters
367367editor.status.wrong_param = The function "%s()" expects parameters like: "%s(%s)"
368368editor.status.undef_global_var = グローバル変数 "%s" は存在しません
369369editor.status.undef_class = クラス "%s" は存在しません
370370editor.status.undef_var = 変数 "%s" は存在しません
371371editor.status.undef_name = The name "%s" cannot be recognized
372372editor.status.type_mismatch = Type mismatch, "%s" does not match with "%s"
373- editor.status.unused_variable = The value of the local variable "%s" is not used
373+ editor.status.unused_variable = ローカル変数 "%s" の値は使われていません
374374editor.status.uninitialized_variable = The local variable "%s" may not have been initialized
375375editor.status.no_effect_assignment = The assignment to variable "%s" has no effect
376376
@@ -408,7 +408,7 @@ name.messages.no_create_file.description = Could not create the file "%s"\nin "%
408408
409409# Delete handler
410410delete.messages.cannot_delete = 削除できません
411- delete.messages.cannot_delete.description = You cannot delete a sketch that has not been saved.
411+ delete.messages.cannot_delete.description = 保存されていないスケッチを削除することはできません。
412412delete.messages.cannot_delete.file = Could not do it
413413delete.messages.cannot_delete.file.description = 削除できませんでした
414414delete.messages.is_read_only = スケッチが読込み専用です
0 commit comments