From 600742fbb154005152739994221e99e89ba8e280 Mon Sep 17 00:00:00 2001 From: Gizmo Date: Wed, 10 Apr 2024 11:34:42 +0800 Subject: [PATCH] chore: add translations keys --- localization/en.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/localization/en.json b/localization/en.json index 8f4ad27..3d77d1f 100644 --- a/localization/en.json +++ b/localization/en.json @@ -361,5 +361,8 @@ "Starting project creation...": "Starting project creation...", "A folder with the same name already exists": "A folder with the same name already exists", "A good starting point for a new VRChat World": "A good starting point for a new VRChat World", - "A good starting point for a new VRChat Avatar": "A good starting point for a new VRChat Avatar" + "A good starting point for a new VRChat Avatar": "A good starting point for a new VRChat Avatar", + "This will {{1:delete}} all your {{3:Beta}} settings and data, starting from scratch": "This will delete all your Beta settings and data, starting from scratch", + "You are using a {{1:Beta}} build of the Creator Companion, it is intended for testing purposes and can be unstable.": "You are using a Beta build of the Creator Companion, it is intended for testing purposes and can be unstable.", + "This will {{1:overwrite}} your {{3:Beta}} settings with your {{5:Main}} settings and data": "This will overwrite your Beta settings with your Main settings and data" }