You've already forked AstralRinth
forked from didirus/AstralRinth
Envs v3 frontend (#4267)
* New envs frontend * lint fix * Add blog post, user-facing changes, dashboard warning, project page member warning, and migration reviewing. maybe some other misc stuff * lint * lint * ignore .data in .prettierignore * i18n as fuck * fix proj page * Improve news markdown rendering * improve phrasing of initial paragraph * Fix environments not reloading after save * index.ts instead of underscored name * shrink-0 back on these icons
This commit is contained in:
@@ -683,21 +683,231 @@
|
||||
"project.about.details.updated": {
|
||||
"message": "Updated {date}"
|
||||
},
|
||||
"project.actions.create-server": {
|
||||
"message": "Create a server"
|
||||
},
|
||||
"project.actions.create-server-tooltip": {
|
||||
"message": "Create a server"
|
||||
},
|
||||
"project.actions.dont-show-again": {
|
||||
"message": "Don't show again"
|
||||
},
|
||||
"project.actions.review-project": {
|
||||
"message": "Review project"
|
||||
},
|
||||
"project.actions.servers-promo.description": {
|
||||
"message": "Modrinth Servers is the easiest way to play with your friends without hassle!"
|
||||
},
|
||||
"project.actions.servers-promo.monthly": {
|
||||
"message": " / month"
|
||||
},
|
||||
"project.actions.servers-promo.pricing": {
|
||||
"message": "Starting at $5{monthly}"
|
||||
},
|
||||
"project.actions.servers-promo.title": {
|
||||
"message": "Create a server"
|
||||
},
|
||||
"project.collections.create-new": {
|
||||
"message": "Create new collection"
|
||||
},
|
||||
"project.collections.none-found": {
|
||||
"message": "No collections found."
|
||||
},
|
||||
"project.description.title": {
|
||||
"message": "Description"
|
||||
},
|
||||
"project.details.licensed": {
|
||||
"message": "Licensed"
|
||||
},
|
||||
"project.download.game-version": {
|
||||
"message": "Game version: {version}"
|
||||
},
|
||||
"project.download.game-version-error": {
|
||||
"message": "Error: no game versions found"
|
||||
},
|
||||
"project.download.game-version-tooltip": {
|
||||
"message": "{title} is only available for {version}"
|
||||
},
|
||||
"project.download.game-version-unsupported-tooltip": {
|
||||
"message": "{title} does not support {gameVersion} for {platform}"
|
||||
},
|
||||
"project.download.install-with-app": {
|
||||
"message": "Install with Modrinth App"
|
||||
},
|
||||
"project.download.no-app": {
|
||||
"message": "Don't have Modrinth App?"
|
||||
},
|
||||
"project.download.no-versions-available": {
|
||||
"message": "No versions available for {gameVersion} and {platform}."
|
||||
},
|
||||
"project.download.platform": {
|
||||
"message": "Platform: {platform}"
|
||||
},
|
||||
"project.download.platform-error": {
|
||||
"message": "Error: no platforms found"
|
||||
},
|
||||
"project.download.platform-tooltip": {
|
||||
"message": "{title} is only available for {platform}"
|
||||
},
|
||||
"project.download.platform-unsupported-tooltip": {
|
||||
"message": "{title} does not support {platform} for {gameVersion}"
|
||||
},
|
||||
"project.download.search-game-versions": {
|
||||
"message": "Search game versions..."
|
||||
},
|
||||
"project.download.search-game-versions-label": {
|
||||
"message": "Search game versions..."
|
||||
},
|
||||
"project.download.select-game-version": {
|
||||
"message": "Select game version"
|
||||
},
|
||||
"project.download.select-platform": {
|
||||
"message": "Select platform"
|
||||
},
|
||||
"project.download.show-all-versions": {
|
||||
"message": "Show all versions"
|
||||
},
|
||||
"project.download.title": {
|
||||
"message": "Download {title}"
|
||||
},
|
||||
"project.environment.migration.message": {
|
||||
"message": "We've just overhauled the Environments system on Modrinth and new options are now available. Please visit your project's settings and verify that the metadata is correct."
|
||||
},
|
||||
"project.environment.migration.review-button": {
|
||||
"message": "Review environment settings"
|
||||
},
|
||||
"project.environment.migration.title": {
|
||||
"message": "Please review environment metadata"
|
||||
},
|
||||
"project.error.loading": {
|
||||
"message": "Error loading project data{message}"
|
||||
},
|
||||
"project.error.page-not-found": {
|
||||
"message": "The page could not be found"
|
||||
},
|
||||
"project.error.project-not-found": {
|
||||
"message": "Project not found"
|
||||
},
|
||||
"project.gallery.title": {
|
||||
"message": "Gallery"
|
||||
},
|
||||
"project.license.error": {
|
||||
"message": "License text could not be retrieved."
|
||||
},
|
||||
"project.license.loading": {
|
||||
"message": "Loading license text..."
|
||||
},
|
||||
"project.license.title": {
|
||||
"message": "License"
|
||||
},
|
||||
"project.moderation.title": {
|
||||
"message": "Moderation"
|
||||
},
|
||||
"project.navigation.changelog": {
|
||||
"message": "Changelog"
|
||||
},
|
||||
"project.notification.icon-updated.message": {
|
||||
"message": "Your project's icon has been updated."
|
||||
},
|
||||
"project.notification.icon-updated.title": {
|
||||
"message": "Project icon updated"
|
||||
},
|
||||
"project.notification.updated.message": {
|
||||
"message": "Your project has been updated."
|
||||
},
|
||||
"project.notification.updated.title": {
|
||||
"message": "Project updated"
|
||||
},
|
||||
"project.settings.environment.notice.missing-env.description": {
|
||||
"message": "Your project is missing environment metadata, please select the appropriate option below."
|
||||
},
|
||||
"project.settings.environment.notice.missing-env.title": {
|
||||
"message": "Please select an environment for your project"
|
||||
},
|
||||
"project.settings.environment.notice.multiple-environments.description": {
|
||||
"message": "Different versions of your project have different environments selected, so you can't edit them globally at this time."
|
||||
},
|
||||
"project.settings.environment.notice.multiple-environments.title": {
|
||||
"message": "Your project has multiple environments"
|
||||
},
|
||||
"project.settings.environment.notice.review-options.description": {
|
||||
"message": "We've just overhauled the Environments system on Modrinth and new options are now available. Please ensure the correct option is selected below and then click 'Verify' when you're done!"
|
||||
},
|
||||
"project.settings.environment.notice.review-options.title": {
|
||||
"message": "Please review the options below"
|
||||
},
|
||||
"project.settings.environment.notice.wrong-project-type.description": {
|
||||
"message": "Only mod or modpack projects can have environment metadata."
|
||||
},
|
||||
"project.settings.environment.notice.wrong-project-type.title": {
|
||||
"message": "This project type does not support environment metadata"
|
||||
},
|
||||
"project.settings.environment.verification.verify-button": {
|
||||
"message": "Verify"
|
||||
},
|
||||
"project.settings.environment.verification.verify-text": {
|
||||
"message": "Verify that this project's environment is set correctly."
|
||||
},
|
||||
"project.settings.general.name.description": {
|
||||
"message": "Avoid prefixes, suffixes, parentheticals, or added descriptions—just the project's actual name."
|
||||
},
|
||||
"project.settings.general.name.placeholder.1": {
|
||||
"message": "e.g. Nether Overhaul 2"
|
||||
},
|
||||
"project.settings.general.name.placeholder.2": {
|
||||
"message": "e.g. Construction Equipment"
|
||||
},
|
||||
"project.settings.general.name.placeholder.3": {
|
||||
"message": "e.g. Better than Caving"
|
||||
},
|
||||
"project.settings.general.name.placeholder.4": {
|
||||
"message": "e.g. Enhanced Portals"
|
||||
},
|
||||
"project.settings.general.name.placeholder.5": {
|
||||
"message": "e.g. Dangerous Mobs"
|
||||
},
|
||||
"project.settings.general.name.title": {
|
||||
"message": "Name"
|
||||
},
|
||||
"project.settings.general.tagline.description": {
|
||||
"message": "Summarize your project in no more than one sentence."
|
||||
},
|
||||
"project.settings.general.tagline.placeholder.1": {
|
||||
"message": "e.g. Overhauls game progression to revolve around the Nether."
|
||||
},
|
||||
"project.settings.general.tagline.placeholder.2": {
|
||||
"message": "e.g. Adds wearable construction gear."
|
||||
},
|
||||
"project.settings.general.tagline.placeholder.3": {
|
||||
"message": "e.g. Adds realistic mineshaft-building mechanics."
|
||||
},
|
||||
"project.settings.general.tagline.placeholder.4": {
|
||||
"message": "e.g. Improves how Nether portals link to each other."
|
||||
},
|
||||
"project.settings.general.tagline.placeholder.5": {
|
||||
"message": "e.g. Adds powerful boss versions of the normal mobs to encounter in the night."
|
||||
},
|
||||
"project.settings.general.tagline.title": {
|
||||
"message": "Tagline"
|
||||
},
|
||||
"project.settings.general.url.title": {
|
||||
"message": "URL"
|
||||
},
|
||||
"project.settings.title": {
|
||||
"message": "Settings"
|
||||
},
|
||||
"project.settings.visit-dashboard": {
|
||||
"message": "Visit projects dashboard"
|
||||
},
|
||||
"project.stats.downloads-label": {
|
||||
"message": "download{count, plural, one {} other {s}}"
|
||||
},
|
||||
"project.stats.followers-label": {
|
||||
"message": "follower{count, plural, one {} other {s}}"
|
||||
},
|
||||
"project.status.archived.message": {
|
||||
"message": "{title} has been archived. {title} will not receive any further updates unless the author decides to unarchive the project."
|
||||
},
|
||||
"project.version.all-versions": {
|
||||
"message": "All versions"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user