diff --git a/i18n/locales/en_us.json b/i18n/locales/en_us.json index b3f1d6e5..a56417fc 100644 --- a/i18n/locales/en_us.json +++ b/i18n/locales/en_us.json @@ -412,6 +412,9 @@ "selectGameSearch": "Select game", "selectPlatform": "Please select a platform…", "version": { + "displayName": "Display Name", + "displayNameDesc": "Optionally, set the display name of the version. If not set, uses the name in the dropdown.", + "displayNamePlaceholder": "My New Version", "import": "Import version", "installDir": "(install_dir)/", "launchCmd": "Launch executable/command", diff --git a/pages/admin/library/[id]/import.vue b/pages/admin/library/[id]/import.vue index 2da56266..d5d6ad85 100644 --- a/pages/admin/library/[id]/import.vue +++ b/pages/admin/library/[id]/import.vue @@ -74,6 +74,28 @@
+ +
+
+ +

+ {{ $t("library.admin.import.version.displayNameDesc") }} +

+
+
+ +
+