Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix EN localisation #925

Merged
merged 3 commits into from
May 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
24 changes: 12 additions & 12 deletions vrc-get-gui/locales/en.json5
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"projects:dialog:removing...": "Removing the project...",
"projects:toast:project removed": "Project was removed successfully.",
"projects:dialog:vpm migrate header": "Migrate legacy project",
"projects:dialog:vpm migrate description": "Project migration is an experimental feature in vrc-get.<br>Please make backup of your project before migration.",
"projects:dialog:vpm migrate description": "Project migration is an experimental feature in vrc-get. <br>Please make a backup of your project before migration.",
"projects:button:migrate copy": "Migrate a Copy",
"projects:button:migrate in-place": "Migrate in-place",
"projects:pre-migrate copying...": "Copying project for migration...",
Expand All @@ -67,7 +67,7 @@
"projects:hint:warn multibyte char in project name": "Using multibyte characters may cause problems.",
"projects:hint:project already exists": "The directory already exists.",
"projects:template": "Template:",
"projects:hint:path of creating project": "The new project will be at <code>{{path}}</code>",
"projects:hint:path of creating project": "The new project will be at <code>{{path}}</code>.",
"projects:creating project...": "Creating the project...",
"projects:button:create": "Create",
"projects:toast:project created": "Project was created successfully.",
Expand Down Expand Up @@ -95,7 +95,7 @@
"vpm repositories:source:official": "Official",
"vpm repositories:source:curated": "Curated",
"projects:manage:suggest unity migrate": "Your project is using Unity 2019 which is no longer supported by VRChat SDK. VRChat recommends you migrate your project to Unity 2022.",
"projects:manage:suggest unity patch migration": "Your project is using a bit older version of Unity 2022. VRChat recommend you to migrate your project newer version of Unity 2022.",
"projects:manage:suggest unity patch migration": "Your project is using a bit older version of Unity 2022. VRChat recommends you migrate your project to newer version of Unity 2022.",
"projects:manage:dialog:unity migrate header": "Unity Migration",
"projects:manage:dialog:multiple unity found": "Multiple Unity installations of the version were found.",
"projects:manage:dialog:select unity header": "Select Unity",
Expand All @@ -116,7 +116,7 @@
"projects:manage:dialog:install package": "Install <b>{{name}}</b> version {{version}}",
"projects:manage:dialog:uninstall package as requested": "Remove <b>{{name}}</b> as you requested",
"projects:manage:dialog:uninstall package as legacy": "Remove <b>{{name}}</b> since it's a legacy package",
"projects:manage:dialog:uninstall package as unused": "Remove <b>{{name}}</b> since it's not used",
"projects:manage:dialog:uninstall package as unused": "Remove <b>{{name}}</b> which is unused",
"projects:manage:dialog:package version conflicts_one": "There is version conflict.",
"projects:manage:dialog:package version conflicts_other": "There are version conflicts.",
"projects:manage:dialog:conflicts with": "<b>{{pkg}}</b> conflicts with <b>{{other}}</b>.",
Expand All @@ -136,15 +136,15 @@
"projects:manage:tooltip:upgrade package": "Upgrade Package",
"projects:manage:yanked": "projects:manage:yanked",
"projects:manage:tooltip:back to projects": "Back to projects",
"vpm repositories:toast:invalid url": "The URL is invalid",
"vpm repositories:toast:invalid url": "The URL is invalid.",
"vpm repositories:toast:load failed": "Failed to download the repository: {{message}}",
"vpm repositories:toast:repository added": "The repository was added successfully.",
"vpm repositories:community repositories": "Community Repositories",
"vpm repositories:button:add repository": "Add Repository",
"vpm repositories:url": "URL",
"vpm repositories:remove repository": "Remove Repository",
"vpm repositories:dialog:confirm remove description": "Do you want to remove the repository <b>{{name}}</b>?",
"vpm repositories:dialog:enter repository info": "Enter information about the repository",
"vpm repositories:dialog:enter repository info": "Enter information about the repository.",
"vpm repositories:dialog:headers": "Headers",
"vpm repositories:dialog:header name": "Header Name",
"vpm repositories:dialog:header value": "Header Value",
Expand All @@ -163,11 +163,11 @@
"settings:error:load error": "Error loading settings.",
"settings:check update": "Check for Updates",
"settings:licenses": "Licenses",
"settings:licenses description": "Click <l>here</l> to view licenses of the projects used in ALCOM",
"settings:licenses description": "Click <l>here</l> to view licenses of the projects used in ALCOM.",
"settings:toast:not unity hub": "Selected file is not Unity Hub.",
"settings:toast:unity hub path updated": "Updated Unity Hub successfully!",
"settings:toast:not unity": "Selected file is not Unity",
"settings:toast:unity already added": "Selected Unity was already added",
"settings:toast:not unity": "Selected file is not Unity.",
"settings:toast:unity already added": "Selected Unity was already added.",
"settings:toast:unity added": "Added Unity successfully!",
"settings:toast:default project path updated": "Updated the default project path successfully!",
"settings:toast:backup path updated": "Updated the project backup path successfully.",
Expand All @@ -192,13 +192,13 @@
"general:toast:not supported": "{{name}} is not supported yet.",
"general:not implemented": "Not Implemented",
"projects:toast:invalid project unity version": "We couldn't detect suitable Unity installations.",
"projects:toast:match version unity not found": "No matching Unity version found. Please install Unity in your computer or add a Unity version in the ALCOM settings",
"projects:toast:match version unity not found": "No matching Unity version found. Please install Unity in your computer or add a Unity version in the ALCOM settings.",
"projects:toast:opening unity...": "Opening Unity...",
"general:dialog:select file or directory header": "Selecting file or directory",
"general:dialog:select file or directory header": "Selecting file or directory.",
"general:dialog:select file or directory": "Please select a file or directory.",
"projects:dialog:backup header": "Backup Project",
"projects:dialog:creating backup...": "Creating a backup...",
"projects:toast:backup canceled": "Backup was canceled",
"projects:toast:backup canceled": "Backup was canceled.",
"projects:toast:backup success": "Backup was created successfully.",
"settings:language": "Language",
"settings:report issue": "Report an Issue",
Expand Down