From 1a50c8bb4c96b5cce0e2ffc9c73e01cdd0492117 Mon Sep 17 00:00:00 2001 From: PikaMug <2267126+PikaMug@users.noreply.github.com> Date: Thu, 29 Aug 2019 02:23:00 -0400 Subject: [PATCH] New translations strings.yml (Japanese) --- main/src/main/resources/lang/ja-JP/strings.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/main/src/main/resources/lang/ja-JP/strings.yml b/main/src/main/resources/lang/ja-JP/strings.yml index 547275d27..4274944ce 100644 --- a/main/src/main/resources/lang/ja-JP/strings.yml +++ b/main/src/main/resources/lang/ja-JP/strings.yml @@ -110,8 +110,6 @@ questEditorNeedAskMessage: "あなたは質問メッセージを設定する必 questEditorNeedFinishMessage: "完了メッセージを設定する必要があります!" questEditorNeedStages: "クエストにステージが設定されていません!" questEditorSaved: "%bold%クエストが保存されました! %reset%(ゲーム中にこのクエストを出現させるためには、 %red% %reset% を実行する必要があります)" -questEditorExited: "保存せずに終了してもよろしいですか?" -questEditorDeleted: "あなたはクエストを削除してもよろしいですか" stageEditorEditStage: "ステージの編集" stageEditorNewStage: "新しいステージを追加" stageEditorStages: "ステージ" @@ -274,7 +272,6 @@ stageEditorDelayCleared: "Delay cleared." stageEditorDenizenCleared: "Denizen script cleared." stageEditorObjectiveCleared: "Objective cleared." stageEditorMessageCleared: "Message cleared." -stageEditorConfirmStageDelete: "Are you sure you want to delete this stage?" stageEditorConfirmStageNote: "Any Stages after will be shifted back one spot" stageEditorDeleteSucces: "Stage deleted successfully." stageEditorEnchantments: "Enchantments" @@ -295,7 +292,6 @@ eventEditorErrorSaving: "保存中にエラーが発生しました。" eventEditorDeleted: "Action deleted, Quests and Actions reloaded." eventEditorSaved: "Action saved, Quests and Actions reloaded." eventEditorEnterEventName: "Enter Action name, " -eventEditorDeletePrompt: "Are you sure you want to delete the Action?" eventEditorModifiedNote: 'Note: You have modified an Action that the following Quests use:' eventEditorForcedToQuit: "If you save the Action, anyone who is actively doing any of these Quests will be forced to quit them." eventEditorEventInUse: "The following Quests use the Action" @@ -844,3 +840,4 @@ noPermission: "You do not have permission to do that." duplicateEditor: "You are already using an editor!" difference: "The difference is ''." notInstalled: "Not installed" +confirmDelete: "Are you sure?"