Skip to content

Commit 44732e5

Browse files
committed
Update Japanese translation
1 parent 8fd8f21 commit 44732e5

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

build/shared/lib/languages/PDE_ja.properties

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -330,10 +330,10 @@ editor.sketch.rename.description = スケッチの新しい名前
330330
editor.status.autoformat.no_changes = No changes necessary for Auto Format.
331331
editor.status.autoformat.finished = 自動フォーマットが完了しました。
332332
editor.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 個のファイルがスケッチに追加されました。
337337
editor.status.saving = 保存しています...
338338
editor.status.saving.done = 保存が完了しました。
339339
editor.status.saving.canceled = 保存がキャンセルされました。
@@ -359,18 +359,18 @@ editor.status.missing.left_paren = Missing left parenthesis "("
359359
editor.status.missing.right_paren = Missing right parenthesis ")"
360360
editor.status.missing.left_curly_bracket = Missing left curly bracket "{"
361361
editor.status.missing.right_curly_bracket = Missing right curly bracket "}"
362-
editor.status.missing.add = Consider adding "%s"
362+
editor.status.missing.add = "%s" の追加を考えてください
363363
editor.status.reserved_words = "color" and "int" are reserved words & cannot be used as variable names
364364
editor.status.undefined_method = 関数 "%s(%s)" は存在しません
365-
editor.status.undefined_constructor = The constructor "%s(%s)" does not exist
365+
editor.status.undefined_constructor = コンストラクター "%s(%s)" は存在しません
366366
editor.status.empty_param = The function "%s()" does not expect any parameters
367367
editor.status.wrong_param = The function "%s()" expects parameters like: "%s(%s)"
368368
editor.status.undef_global_var = グローバル変数 "%s" は存在しません
369369
editor.status.undef_class = クラス "%s" は存在しません
370370
editor.status.undef_var = 変数 "%s" は存在しません
371371
editor.status.undef_name = The name "%s" cannot be recognized
372372
editor.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" の値は使われていません
374374
editor.status.uninitialized_variable = The local variable "%s" may not have been initialized
375375
editor.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
410410
delete.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 = 保存されていないスケッチを削除することはできません。
412412
delete.messages.cannot_delete.file = Could not do it
413413
delete.messages.cannot_delete.file.description = 削除できませんでした
414414
delete.messages.is_read_only = スケッチが読込み専用です

0 commit comments

Comments
 (0)