Files
Modrinth-plus/packages/ui/src/locales/en-US/index.json
Calum H. 7d92e4ec7f feat: content tab rewrite for worlds (#5136)
* feat: base content card component

* fix: tooltips + colors

* feat: fix orgs

* feat: base content tab internals rewrite

* feat: fix invalidmodal

* feat: add ContentModpackCard

* fix: extract types

* draft: layout

* feat: unlink modal

* feat: impl content tab

* fix: lint

* fix: toggling

* temp: disable updating stuff

* feat: selection v-model

* feat: bulk selection

* feat: mods tab rough draft

* feat: use fuse.js

* feat: add project combobox

* clean up project combobox

* feat: start install to play modal

* fix: events

* feat: use v-on

* feat: bulk actions + fix floating action bar width

* feat: figma alignments

* feat: migrate toggle to tailwind

* fix: row borders

* feat: disabled state

* feat: virtual list impl for card table based on window scroll

* fix: lint

* feat: virtualization + smaller contentcard items

* feat: use ContentCardTable + ContentCardItems

* feat: fix gap + border issues on last elm

* feat: cleanup + use proper searching

* fix: use TeleportOverflowMenu

* fix: fallback to svg if src is invalid on avatar component

* fix: storybook

* feat: start on updater modal

* feat: finish content updater modal

* feat: i18n pass

* feat: impl modal

* feat(app): backend changes for content tab refactor (#5237)

* feat: include_changelog=false for updater modal

* fix: hash overrides

* feat: update checking for modpack

* feat: qa

* feat: modpack content modal

* fix: padding in table to match modals + tightness

* fix: lint

* feat: delete modal

* feat: fix toggle bugs

* fix: prepr

* fix: duplicate messages

* qa: full width search

* qa: use bg-surface-1.5

* qa: animation for filter pills

* qa: standardize hover colors

* fix: border-[1px] is border

* qa: mass de-select actually mass selecting

* qa: match figma designs for floating action bar

* qa: modal fixes

* q: modal fixes x2

* fix: table border

* qa: confirm modals

* qa: modal alignment

* qa: re-add stuck heading + dedupe logic

* qa: dedupe virtual scrolling + remove dead components

* qa: responsiveness for content table + link fixes

* qa: version column link, tooltips + lint fixes

* qa: instance busy protections

* fix: installation freeze bug

* chore: remove old mods page

* refactor: deduplicate layout

* chore: delete old content page(s)

* qa

* qa

* qa

* feat: sort btn - to iterate

* fix: ml

* feat: date added

* fix: lint

* fix: formatting.ts removal

* feat: get_dependencies_as_content_items

* qa: final QA changes

* refactor: deduplicate + polish content.rs

* feat: hook up content.vue with v1

* feat: hide v1 content api behind frontend feature flag

* fix: query keys + copy on empty state

* chore: i18n pass

* feat: reimpl unlink + upload endpoint

* feat: use bulk endpoints v1

* fix: lint

* fix: flags

* fix: responsiveness via container queries

* fix: lint

* qa: 1

* qa: fixes

* qa: fix ssr issues with browse content

* qa: header page divider

* qa: modals

* fix: prepr

* fix: issues

* fix: lint

* fix: toggle v1 ff

* qa: 5

* qa: delete modal copy

* feat: creation flow modals (#5383)

* refactor: delete content v0 usages + impl

* feat: qa + fixes

* feat: installing banner using state event

* feat: fix modpack card bugs + filtering issues

* refactor: delete backups v0 api module

* feat: v1 servers GET endpoint

* fix: backups

* feat: swap to kyros upload v1 addon

* fix: use tanstack for loader.vue

* feat: finish install from discovery modal

* qa: bug fixes

* feat: set up installation settings

* fix: lint

* fix: typos

* fix: bugs

* fix: disable inline content

* feat: content tab improvements — upload UX, installation settings, and client-only indicators

   Upload cancellation and navigation guard:
   - Add ConfirmLeaveModal that prompts when navigating away during upload
   - Cancel in-flight XHR uploads when user confirms leaving the page
   - Add beforeunload handler to warn on browser/tab close during upload
   - Track uploadedBytes/totalBytes in UploadState for progress display
   - Replace Collapsible with Transition for upload progress admonition
   - Show byte progress and percentage in upload banner
   - Clamp upload progress to prevent exceeding 100%

   Installation settings (server.properties):
   - Add KnownPropertiesFields and PropertiesFields types to Archon types
   - Add buildProperties() to creation flow context to collect gamemode,
     difficulty, seed, world type, structures, and generator settings
   - Pass properties through installContent on onboarding, discovery, and
     ServerSetupModal flows

   Server setup and discovery flow improvements:
   - Migrate ServerSetupModal from servers_v0.reinstall to content_v1.installContent
   - Replace loaderApiNames lookup with toApiLoader() helper
   - Remove eraseDataOnInstall toggle — always use soft_override: false
   - Simplify modpack install on discovery page to use first available version
     and route through creation flow modal for both onboarding and non-onboarding
   - Differentiate post-install navigation: content page for onboarding,
     loader options for existing servers

   Modpack update flow:
   - Replace updateModpack() call with installContent() using soft_override: true
     to support version selection in the content updater modal

   Client-only mod indicators:
   - Add environment field to AddonVersion (reuses Labrinth.Projects.v3.Environment)
   - Add environment to ContentItem and isClientOnly to ContentCardTableItem
   - Show orange TriangleAlertIcon with tooltip on client-only mods in content table
   - Add "Client-only" filter pill to content filtering (controlled via
     showClientOnlyFilter on ContentManagerContext)
   - Apply client-only indicators in both ContentPageLayout and ModpackContentModal

   Misc:
   - Add CLAUDE.md note about using prepr commands for lint checks
   - Export ConfirmLeaveModal from instances barrel

* fix: piping

* fix: switch content disable for linked server instances

* feat: client only filter

* fix: prepr

* feat: hasUpdate shape update

* feat: bulk update endpoint impl for content in panel

* feat: websocket state impl again with new phases

* fix: ws

* fix: use timeout fn for sync admon + fix content card layout scroll for browsers with overflow anchor bug

* fix: qa bugs

* fix: lint, a11y and i18n

* refactor: set up layouts folder properly

* fix: linked data cache stuff + lint

* feat: move installationsettings to shared layout

* fix: lint

* fix: issues

* feat: temp fuck staging up

* fix: lockfile

* fix: data sync issues on loader.vue

* fix: lint

* Hide shader configuration files from content list (#5499)

* feat: workaround search problem + split out reset

* fix: qa

* fix: changelog not showing on first open

* fix: qa + optimistic updating improvements

* fix: prepr+lint

* fix: qa

* feat: qa

* fix: lint

* fix: lint

* fix: build

* fix: build

* fix: type errors

* fix: fade and JAVA_HOME passthrough

* feat: qa

* feat: impl diff shit

* fix: qa

* fix: app qa

* feat: update diff modal

* fix: endpoint

* fix: qa

* fix: qa

* fix: use bulk in modpack modal

* feat: abort signal impl + fix issues

* fix: diff modal trunc

* feat: qa

* fix: qa

* feat: tooltip content tab

* fix: prepr

* fix: dismiss on settings btn

* feat: qa

* feat: dont clear handlers on disconnect

* fix: lint

* fix: wrangler + introduce staging-archon env file

---------

Signed-off-by: Calum H. <calum@modrinth.com>
Co-authored-by: tdgao <mr.trumgao@gmail.com>
Co-authored-by: Artyom Ezri <61311568+Artezon@users.noreply.github.com>
2026-03-12 13:24:32 -07:00

2448 lines
70 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"affiliate.create.button": {
"defaultMessage": "Create affiliate link"
},
"affiliate.create.header": {
"defaultMessage": "Creating new affiliate code"
},
"affiliate.create.title.description": {
"defaultMessage": "Give your affiliate link a name so you know where people are coming from!"
},
"affiliate.create.title.label": {
"defaultMessage": "Title of affiliate link"
},
"affiliate.create.title.placeholder": {
"defaultMessage": "e.g. YouTube"
},
"affiliate.create.user.description": {
"defaultMessage": "The username of the user to create the affiliate code for"
},
"affiliate.create.user.placeholder": {
"defaultMessage": "Enter username..."
},
"affiliate.createdBy": {
"defaultMessage": "Created by {user}"
},
"affiliate.creating.button": {
"defaultMessage": "Creating affiliate link..."
},
"affiliate.revoke": {
"defaultMessage": "Revoke affiliate link"
},
"affiliate.viewAnalytics": {
"defaultMessage": "View analytics"
},
"badge.beta": {
"defaultMessage": "Beta"
},
"badge.beta-release": {
"defaultMessage": "Beta Release"
},
"badge.new": {
"defaultMessage": "New"
},
"button.accept": {
"defaultMessage": "Accept"
},
"button.affiliate-links": {
"defaultMessage": "Affiliate links"
},
"button.analytics": {
"defaultMessage": "Analytics"
},
"button.back": {
"defaultMessage": "Back"
},
"button.cancel": {
"defaultMessage": "Cancel"
},
"button.change-version": {
"defaultMessage": "Change version"
},
"button.clear": {
"defaultMessage": "Clear"
},
"button.close": {
"defaultMessage": "Close"
},
"button.continue": {
"defaultMessage": "Continue"
},
"button.copy-id": {
"defaultMessage": "Copy ID"
},
"button.copy-permalink": {
"defaultMessage": "Copy permanent link"
},
"button.create-a-project": {
"defaultMessage": "Create a project"
},
"button.decline": {
"defaultMessage": "Decline"
},
"button.download": {
"defaultMessage": "Download"
},
"button.downloading": {
"defaultMessage": "Downloading"
},
"button.edit": {
"defaultMessage": "Edit"
},
"button.follow": {
"defaultMessage": "Follow"
},
"button.hide-snapshots": {
"defaultMessage": "Hide snapshots"
},
"button.max": {
"defaultMessage": "Max"
},
"button.more-options": {
"defaultMessage": "More options"
},
"button.next": {
"defaultMessage": "Next"
},
"button.open-folder": {
"defaultMessage": "Open folder"
},
"button.play": {
"defaultMessage": "Play"
},
"button.refresh": {
"defaultMessage": "Refresh"
},
"button.reinstall-modpack": {
"defaultMessage": "Re-install modpack"
},
"button.remove": {
"defaultMessage": "Remove"
},
"button.remove-image": {
"defaultMessage": "Remove image"
},
"button.repair": {
"defaultMessage": "Repair"
},
"button.repairing": {
"defaultMessage": "Repairing..."
},
"button.report": {
"defaultMessage": "Report"
},
"button.reset": {
"defaultMessage": "Reset"
},
"button.reset-server": {
"defaultMessage": "Reset server"
},
"button.retry": {
"defaultMessage": "Retry"
},
"button.save": {
"defaultMessage": "Save"
},
"button.save-changes": {
"defaultMessage": "Save changes"
},
"button.saving": {
"defaultMessage": "Saving"
},
"button.show-all-versions": {
"defaultMessage": "Show all versions"
},
"button.sign-in": {
"defaultMessage": "Sign in"
},
"button.sign-out": {
"defaultMessage": "Sign out"
},
"button.sign-up": {
"defaultMessage": "Sign up"
},
"button.stop": {
"defaultMessage": "Stop"
},
"button.switch-version": {
"defaultMessage": "Switch version"
},
"button.unfollow": {
"defaultMessage": "Unfollow"
},
"button.unlink-modpack": {
"defaultMessage": "Unlink modpack"
},
"button.update": {
"defaultMessage": "Update"
},
"button.upload-image": {
"defaultMessage": "Upload image"
},
"changelog.justNow": {
"defaultMessage": "Just now"
},
"changelog.product.api": {
"defaultMessage": "API"
},
"changelog.product.app": {
"defaultMessage": "App"
},
"changelog.product.hosting": {
"defaultMessage": "Hosting"
},
"changelog.product.web": {
"defaultMessage": "Website"
},
"collections.label.private": {
"defaultMessage": "Private"
},
"content.confirm-bulk-update.admonition-body": {
"defaultMessage": "Are you sure you want to update {count, plural, one {# project} other {# projects}} to their latest compatible version? It's recommended to update content one-by-one."
},
"content.confirm-bulk-update.admonition-header": {
"defaultMessage": "Update warning"
},
"content.confirm-bulk-update.header": {
"defaultMessage": "Update projects"
},
"content.confirm-bulk-update.update-button": {
"defaultMessage": "Update {count, plural, one {# project} other {# projects}}"
},
"content.confirm-deletion.admonition-body": {
"defaultMessage": "Deleting a mod can permanently affect your world and may cause missing content or unexpected issues when it loads again."
},
"content.confirm-deletion.admonition-header": {
"defaultMessage": "Deletion warning"
},
"content.confirm-deletion.delete-button": {
"defaultMessage": "Delete {count} {itemType}{count, plural, one {} other {s}}"
},
"content.confirm-deletion.header": {
"defaultMessage": "Delete {itemType}{count, plural, one {} other {s}}"
},
"content.confirm-modpack-update.admonition-body": {
"defaultMessage": "Any mods or content you added on top of the modpack will be deleted."
},
"content.confirm-modpack-update.admonition-header": {
"defaultMessage": "{action, select, downgrade {Downgrade} other {Update}} warning"
},
"content.confirm-modpack-update.confirm-button": {
"defaultMessage": "{action, select, downgrade {Downgrade} other {Update}} modpack"
},
"content.confirm-modpack-update.header": {
"defaultMessage": "{action, select, downgrade {Downgrade} other {Update}} modpack"
},
"content.confirm-unlink.admonition-body": {
"defaultMessage": "Mods and content will be merged with what you added on top of the modpack, and it will stop receiving updates."
},
"content.confirm-unlink.admonition-header": {
"defaultMessage": "Unlinking modpack"
},
"content.confirm-unlink.header": {
"defaultMessage": "Unlink modpack"
},
"content.confirm-unlink.unlink-button": {
"defaultMessage": "Unlink"
},
"content.diff-modal.added-count": {
"defaultMessage": "{count} added"
},
"content.diff-modal.diff-type.added": {
"defaultMessage": "Added (dependency)"
},
"content.diff-modal.diff-type.removed": {
"defaultMessage": "Removed"
},
"content.diff-modal.diff-type.updated": {
"defaultMessage": "Updated"
},
"content.diff-modal.removed-count": {
"defaultMessage": "{count} removed"
},
"content.diff-modal.unknown-content-body": {
"defaultMessage": "Some content on your server could not be analyzed and may be affected by this change."
},
"content.diff-modal.unknown-content-header": {
"defaultMessage": "Unknown content"
},
"content.diff-modal.updated-count": {
"defaultMessage": "{count} updated"
},
"content.inline-backup.backing-up": {
"defaultMessage": "Creating backup..."
},
"content.inline-backup.backup-complete": {
"defaultMessage": "Backup created successfully"
},
"content.inline-backup.backup-failed": {
"defaultMessage": "Backup creation failed. You can still proceed."
},
"content.inline-backup.backup-in-progress": {
"defaultMessage": "A backup is in progress, it's recommended to wait for it to finish before performing this action."
},
"content.inline-backup.backup-takes-a-while": {
"defaultMessage": "Creating a backup may take several minutes depending on the size of your server."
},
"content.inline-backup.create-backup": {
"defaultMessage": "Create backup"
},
"content.inline-backup.warning-body": {
"defaultMessage": "We recommend creating a backup before proceeding so you can restore your {type, select, server {world} other {instance}} if anything breaks."
},
"content.modpack-card.content-hint-description": {
"defaultMessage": "Your modpack's content can now be found here!"
},
"content.modpack-card.content-hint-title": {
"defaultMessage": "Modpack content moved"
},
"content.modpack-card.dismiss-hint": {
"defaultMessage": "Don't show again"
},
"content.modpack-card.updating": {
"defaultMessage": "Updating..."
},
"content.page-layout.additional-content": {
"defaultMessage": "Additional content"
},
"content.page-layout.browse-content": {
"defaultMessage": "Browse content"
},
"content.page-layout.busy-description": {
"defaultMessage": "Please wait for the operation to complete before editing content."
},
"content.page-layout.empty.hint": {
"defaultMessage": "Browse or upload {contentType} to get started"
},
"content.page-layout.empty.modpack-hint": {
"defaultMessage": "Add additional content on top of this modpack"
},
"content.page-layout.empty.no-content-installed": {
"defaultMessage": "No content installed"
},
"content.page-layout.empty.no-extra-content-installed": {
"defaultMessage": "No extra content installed"
},
"content.page-layout.failed-to-load": {
"defaultMessage": "Failed to load content"
},
"content.page-layout.loading": {
"defaultMessage": "Loading content..."
},
"content.page-layout.no-content-found": {
"defaultMessage": "No content found."
},
"content.page-layout.search-placeholder": {
"defaultMessage": "Search {count} {contentType}..."
},
"content.page-layout.share.file-names": {
"defaultMessage": "File names"
},
"content.page-layout.share.label": {
"defaultMessage": "Share"
},
"content.page-layout.share.markdown-links": {
"defaultMessage": "Markdown links"
},
"content.page-layout.share.project-links": {
"defaultMessage": "Project links"
},
"content.page-layout.share.project-names": {
"defaultMessage": "Project names"
},
"content.page-layout.sort.alphabetical": {
"defaultMessage": "Alphabetical"
},
"content.page-layout.sort.date-added": {
"defaultMessage": "Date added"
},
"content.page-layout.sort.label": {
"defaultMessage": "Sort by {mode}"
},
"content.page-layout.update-all": {
"defaultMessage": "Update all"
},
"content.page-layout.upload-files": {
"defaultMessage": "Upload files"
},
"content.page-layout.uploading-files": {
"defaultMessage": "Uploading files ({completed}/{total})"
},
"content.selection-bar.bulk.deleting": {
"defaultMessage": "Deleting {progress}/{total} {contentType}..."
},
"content.selection-bar.bulk.deleting-waiting": {
"defaultMessage": "Deleting {contentType}..."
},
"content.selection-bar.bulk.disabling": {
"defaultMessage": "Disabling {progress}/{total} {contentType}..."
},
"content.selection-bar.bulk.disabling-waiting": {
"defaultMessage": "Disabling {contentType}..."
},
"content.selection-bar.bulk.enabling": {
"defaultMessage": "Enabling {progress}/{total} {contentType}..."
},
"content.selection-bar.bulk.enabling-waiting": {
"defaultMessage": "Enabling {contentType}..."
},
"content.selection-bar.bulk.updating": {
"defaultMessage": "Updating {progress}/{total} {contentType}..."
},
"content.selection-bar.bulk.updating-waiting": {
"defaultMessage": "Updating {contentType}..."
},
"content.selection-bar.disable": {
"defaultMessage": "Disable"
},
"content.selection-bar.enable": {
"defaultMessage": "Enable"
},
"content.selection-bar.selected-count": {
"defaultMessage": "{count} {contentType} selected"
},
"content.selection-bar.selected-count-simple": {
"defaultMessage": "{count, number} selected"
},
"form.label.address-line": {
"defaultMessage": "Address line"
},
"form.label.address-line-2": {
"defaultMessage": "Address line 2 (optional)"
},
"form.label.amount": {
"defaultMessage": "Amount"
},
"form.label.bank-name": {
"defaultMessage": "Bank name"
},
"form.label.business-name": {
"defaultMessage": "Business name"
},
"form.label.city": {
"defaultMessage": "City"
},
"form.label.country": {
"defaultMessage": "Country"
},
"form.label.date-of-birth": {
"defaultMessage": "Date of birth"
},
"form.label.email": {
"defaultMessage": "Email"
},
"form.label.first-name": {
"defaultMessage": "First name"
},
"form.label.last-name": {
"defaultMessage": "Last name"
},
"form.label.postal-code": {
"defaultMessage": "Postal code/ZIP code"
},
"form.label.state-province": {
"defaultMessage": "State/province"
},
"form.placeholder.address": {
"defaultMessage": "Enter address"
},
"form.placeholder.address-2": {
"defaultMessage": "Apartment, suite, etc."
},
"form.placeholder.amount": {
"defaultMessage": "Enter amount"
},
"form.placeholder.bank-name": {
"defaultMessage": "Enter bank name"
},
"form.placeholder.bank-name-dropdown": {
"defaultMessage": "Select bank name"
},
"form.placeholder.business-name": {
"defaultMessage": "Enter business name"
},
"form.placeholder.city": {
"defaultMessage": "Enter city"
},
"form.placeholder.country": {
"defaultMessage": "Select country"
},
"form.placeholder.email": {
"defaultMessage": "Enter email address"
},
"form.placeholder.first-name": {
"defaultMessage": "Enter first name"
},
"form.placeholder.last-name": {
"defaultMessage": "Enter last name"
},
"form.placeholder.postal-code": {
"defaultMessage": "Enter postal code"
},
"form.placeholder.state": {
"defaultMessage": "Enter state/province"
},
"header.category.category": {
"defaultMessage": "Category"
},
"header.category.feature": {
"defaultMessage": "Feature"
},
"header.category.minecraft-server-community": {
"defaultMessage": "Community"
},
"header.category.minecraft-server-features": {
"defaultMessage": "Features"
},
"header.category.minecraft-server-gameplay": {
"defaultMessage": "Gameplay"
},
"header.category.minecraft-server-meta": {
"defaultMessage": "Meta"
},
"header.category.performance-impact": {
"defaultMessage": "Performance impact"
},
"header.category.resolutions": {
"defaultMessage": "Resolution"
},
"hosting.content.failed-to-load-modpack-content": {
"defaultMessage": "Failed to load modpack content"
},
"hosting.content.failed-to-load-versions": {
"defaultMessage": "Failed to load versions"
},
"hosting.content.failed-to-remove": {
"defaultMessage": "Failed to remove content"
},
"hosting.content.failed-to-toggle": {
"defaultMessage": "Failed to toggle {name}"
},
"hosting.content.failed-to-unlink": {
"defaultMessage": "Failed to unlink modpack"
},
"hosting.content.failed-to-update": {
"defaultMessage": "Failed to update"
},
"hosting.content.failed-to-upload": {
"defaultMessage": "Failed to upload file"
},
"hosting.specs.burst": {
"defaultMessage": "Bursts up to {cpus} CPUs"
},
"hosting.specs.burst.tooltip": {
"defaultMessage": "CPU bursting allows your server to temporarily use additional threads to help mitigate TPS spikes. Click for more info."
},
"hosting.specs.gb-ram": {
"defaultMessage": "{ram} GB RAM"
},
"hosting.specs.gb-storage": {
"defaultMessage": "{storage} GB Storage"
},
"hosting.specs.shared-cpus": {
"defaultMessage": "{cpus} Shared CPUs"
},
"icon-select.edit": {
"defaultMessage": "Edit icon"
},
"icon-select.remove": {
"defaultMessage": "Remove icon"
},
"icon-select.replace": {
"defaultMessage": "Replace icon"
},
"icon-select.select": {
"defaultMessage": "Select icon"
},
"input.search-version.placeholder": {
"defaultMessage": "Search version..."
},
"input.search.placeholder": {
"defaultMessage": "Search..."
},
"input.select-version.placeholder": {
"defaultMessage": "Select version"
},
"input.view.gallery": {
"defaultMessage": "Gallery view"
},
"input.view.grid": {
"defaultMessage": "Grid view"
},
"input.view.list": {
"defaultMessage": "Rows view"
},
"installation-settings.aria.select-game-version": {
"defaultMessage": "Select game version"
},
"installation-settings.aria.select-loader-version": {
"defaultMessage": "Select {loader} version"
},
"installation-settings.aria.select-platform": {
"defaultMessage": "Select platform"
},
"installation-settings.confirm-version-change": {
"defaultMessage": "Confirm"
},
"installation-settings.confirm-version-change-description": {
"defaultMessage": "Changing to {gameVersion} will modify the following content on your server."
},
"installation-settings.confirm-version-change-header": {
"defaultMessage": "Review content changes"
},
"installation-settings.edit-installation.title": {
"defaultMessage": "Edit installation"
},
"installation-settings.edit.warning-instance": {
"defaultMessage": "We don't recommend editing your installation settings after installing content. If you want to edit them, be cautious as it may cause issues."
},
"installation-settings.edit.warning-server": {
"defaultMessage": "We don't recommend editing your installation settings after installing content. If you want to edit them reset your server."
},
"installation-settings.linked-instance.title": {
"defaultMessage": "Linked {projectType, select, server {server project} other {modpack}}"
},
"installation-settings.loader-version": {
"defaultMessage": "{loader} version"
},
"installation-settings.platform-lock-tooltip": {
"defaultMessage": "You will need to reset your server to switch loader."
},
"installation-settings.reinstall-modpack.description": {
"defaultMessage": "Re-installing the modpack resets the {type, select, server {server's} other {instance's}} content to its original state, removing any mods or content you have added."
},
"installation-settings.reinstall-modpack.title": {
"defaultMessage": "Re-install modpack"
},
"installation-settings.reinstalling-modpack": {
"defaultMessage": "Reinstalling modpack"
},
"installation-settings.removed-incompatible": {
"defaultMessage": "Removed (incompatible)"
},
"installation-settings.repair.instance-description": {
"defaultMessage": "Reinstalls Minecraft dependencies and checks for corruption. This may resolve issues if your game is not launching due to launcher-related errors."
},
"installation-settings.repair.instance-title": {
"defaultMessage": "Repair instance"
},
"installation-settings.repair.server-description": {
"defaultMessage": "Reinstalls the loader and Minecraft dependencies without deleting your content. This may resolve issues if your server is not starting correctly."
},
"installation-settings.repair.server-title": {
"defaultMessage": "Repair server"
},
"installation-settings.saving": {
"defaultMessage": "Saving..."
},
"installation-settings.search-game-version": {
"defaultMessage": "Search game version..."
},
"installation-settings.unlink": {
"defaultMessage": "Unlink"
},
"installation-settings.unlink.description": {
"defaultMessage": "Unlinking permanently disconnects this {type, select, server {server} other {instance}} from the {projectType, select, server {server} other {modpack}} project, allowing you to change the loader and Minecraft version, but you won't receive future updates."
},
"installation-settings.verifying": {
"defaultMessage": "Verifying..."
},
"instance.confirm-reinstall.admonition-body": {
"defaultMessage": "Reinstalling will reset all installed or modified content to what is provided by the modpack, removing any mods or content you have added on top of the original installation."
},
"instance.confirm-reinstall.admonition-header": {
"defaultMessage": "Reinstallation warning"
},
"instance.confirm-reinstall.header": {
"defaultMessage": "Reinstall modpack"
},
"instance.confirm-reinstall.reinstall-button": {
"defaultMessage": "Reinstall modpack"
},
"instance.confirm-repair.body": {
"defaultMessage": "Repairing reinstalls the loader and Minecraft dependencies without deleting your content. This may resolve issues if your {type, select, server {server is not starting correctly} other {game is not launching due to launcher-related errors}}."
},
"instance.confirm-repair.header": {
"defaultMessage": "Repair {type, select, server {server} other {instance}}"
},
"instance.confirm-repair.repair-button": {
"defaultMessage": "Repair"
},
"instance.worlds.game_mode.adventure": {
"defaultMessage": "Adventure mode"
},
"instance.worlds.game_mode.creative": {
"defaultMessage": "Creative mode"
},
"instance.worlds.game_mode.spectator": {
"defaultMessage": "Spectator mode"
},
"instance.worlds.game_mode.survival": {
"defaultMessage": "Survival mode"
},
"instance.worlds.game_mode.unknown": {
"defaultMessage": "Unknown game mode"
},
"instances.confirm-leave-modal.body": {
"defaultMessage": "Files are still being uploaded. Leaving this page will cancel the upload and your changes may be lost."
},
"instances.confirm-leave-modal.leave": {
"defaultMessage": "Leave page"
},
"instances.confirm-leave-modal.stay": {
"defaultMessage": "Stay on page"
},
"instances.confirm-leave-modal.title": {
"defaultMessage": "Leave page?"
},
"instances.confirm-leave-modal.upload-in-progress": {
"defaultMessage": "Upload in progress"
},
"instances.content-install.compatible-count": {
"defaultMessage": "{count} compatible {count, plural, one {instance} other {instances}}"
},
"instances.content-install.existing-tab": {
"defaultMessage": "Existing instance"
},
"instances.content-install.game-version-label": {
"defaultMessage": "Game version"
},
"instances.content-install.game-version-placeholder": {
"defaultMessage": "Select game version"
},
"instances.content-install.header": {
"defaultMessage": "Install project"
},
"instances.content-install.hide-snapshots": {
"defaultMessage": "Hide snapshots"
},
"instances.content-install.install-button": {
"defaultMessage": "Install"
},
"instances.content-install.installed-badge": {
"defaultMessage": "Installed"
},
"instances.content-install.installing-label": {
"defaultMessage": "Installing..."
},
"instances.content-install.instance-type": {
"defaultMessage": "Instance type"
},
"instances.content-install.loader-label": {
"defaultMessage": "Loader"
},
"instances.content-install.name-label": {
"defaultMessage": "Name"
},
"instances.content-install.name-placeholder": {
"defaultMessage": "Enter instance name"
},
"instances.content-install.new-tab": {
"defaultMessage": "New instance"
},
"instances.content-install.no-instances": {
"defaultMessage": "No compatible instances found"
},
"instances.content-install.remove-icon": {
"defaultMessage": "Remove icon"
},
"instances.content-install.search-placeholder": {
"defaultMessage": "Search instance"
},
"instances.content-install.select-icon": {
"defaultMessage": "Select icon"
},
"instances.content-install.show-all-versions": {
"defaultMessage": "Show all versions"
},
"instances.modpack-content-modal.back-button": {
"defaultMessage": "Back"
},
"instances.modpack-content-modal.copy-link": {
"defaultMessage": "Copy link"
},
"instances.modpack-content-modal.empty-description": {
"defaultMessage": "This modpack does not include any additional content."
},
"instances.modpack-content-modal.empty-title": {
"defaultMessage": "No content found"
},
"instances.modpack-content-modal.filter-all": {
"defaultMessage": "All"
},
"instances.modpack-content-modal.header": {
"defaultMessage": "Modpack content"
},
"instances.modpack-content-modal.loading": {
"defaultMessage": "Loading content..."
},
"instances.modpack-content-modal.no-results": {
"defaultMessage": "No projects match your search."
},
"instances.modpack-content-modal.search-placeholder": {
"defaultMessage": "Search {count, number} {count, plural, one {project} other {projects}}"
},
"instances.updater-modal.badge.current": {
"defaultMessage": "Current"
},
"instances.updater-modal.badge.incompatible": {
"defaultMessage": "Incompatible"
},
"instances.updater-modal.downgrade-to": {
"defaultMessage": "Downgrade to {version}"
},
"instances.updater-modal.header": {
"defaultMessage": "Update version"
},
"instances.updater-modal.header-modpack": {
"defaultMessage": "Switch modpack version"
},
"instances.updater-modal.hide-incompatible": {
"defaultMessage": "Hide incompatible"
},
"instances.updater-modal.loading-changelog": {
"defaultMessage": "Loading changelog..."
},
"instances.updater-modal.loading-versions": {
"defaultMessage": "Loading versions..."
},
"instances.updater-modal.no-changelog": {
"defaultMessage": "No changelog provided for this version."
},
"instances.updater-modal.no-versions": {
"defaultMessage": "No versions found"
},
"instances.updater-modal.search-placeholder": {
"defaultMessage": "Search version..."
},
"instances.updater-modal.select-version": {
"defaultMessage": "Select a version to view its changelog"
},
"instances.updater-modal.show-incompatible": {
"defaultMessage": "Show incompatible"
},
"instances.updater-modal.update-to": {
"defaultMessage": "Update to {version}"
},
"instances.updater-modal.warning-app": {
"defaultMessage": "Updating can break your instance. Review version changelogs and back up first."
},
"instances.updater-modal.warning-web": {
"defaultMessage": "Updating can break your world. Review version changelogs and back up first."
},
"label.actions": {
"defaultMessage": "Actions"
},
"label.available": {
"defaultMessage": "{amount} available."
},
"label.changelog": {
"defaultMessage": "Changelog"
},
"label.changes-saved": {
"defaultMessage": "Changes saved"
},
"label.client-only-warning": {
"defaultMessage": "This is a client-side mod and may cause issues. We've kept it enabled because some authors mislabel environments, and the loader should resolve the conflict."
},
"label.collections": {
"defaultMessage": "Collections"
},
"label.confirm-password": {
"defaultMessage": "Confirm password"
},
"label.content": {
"defaultMessage": "Content"
},
"label.created-ago": {
"defaultMessage": "Created {ago}"
},
"label.dashboard": {
"defaultMessage": "Dashboard"
},
"label.delete": {
"defaultMessage": "Delete"
},
"label.description": {
"defaultMessage": "Description"
},
"label.details": {
"defaultMessage": "Details"
},
"label.email": {
"defaultMessage": "Email"
},
"label.email-username": {
"defaultMessage": "Email or username"
},
"label.error": {
"defaultMessage": "Error"
},
"label.filter-by": {
"defaultMessage": "Filter by"
},
"label.followed-projects": {
"defaultMessage": "Followed projects"
},
"label.game-version": {
"defaultMessage": "Game version"
},
"label.installation-info": {
"defaultMessage": "Installation info"
},
"label.installed-modpack": {
"defaultMessage": "Installed modpack"
},
"label.loading": {
"defaultMessage": "Loading..."
},
"label.moderation": {
"defaultMessage": "Moderation"
},
"label.modpack": {
"defaultMessage": "Modpack"
},
"label.no": {
"defaultMessage": "No"
},
"label.no-items": {
"defaultMessage": "No items"
},
"label.notifications": {
"defaultMessage": "Notifications"
},
"label.or": {
"defaultMessage": "or"
},
"label.password": {
"defaultMessage": "Password"
},
"label.platform": {
"defaultMessage": "Platform"
},
"label.played": {
"defaultMessage": "Played {ago}"
},
"label.project": {
"defaultMessage": "Project"
},
"label.public": {
"defaultMessage": "Public"
},
"label.rejected": {
"defaultMessage": "Rejected"
},
"label.rewards-program-terms-agreement": {
"defaultMessage": "I agree to the <terms-link>Rewards Program Terms</terms-link>"
},
"label.saved": {
"defaultMessage": "Saved"
},
"label.scopes": {
"defaultMessage": "Scopes"
},
"label.search": {
"defaultMessage": "Search"
},
"label.select-all": {
"defaultMessage": "Select all"
},
"label.selection-actions": {
"defaultMessage": "Selection actions"
},
"label.server": {
"defaultMessage": "Server"
},
"label.servers": {
"defaultMessage": "Servers"
},
"label.settings": {
"defaultMessage": "Settings"
},
"label.singleplayer": {
"defaultMessage": "Singleplayer"
},
"label.sort-by": {
"defaultMessage": "Sort by"
},
"label.success": {
"defaultMessage": "Success"
},
"label.title": {
"defaultMessage": "Title"
},
"label.unknown": {
"defaultMessage": "Unknown"
},
"label.unlisted": {
"defaultMessage": "Unlisted"
},
"label.update-available": {
"defaultMessage": "Update available"
},
"label.username": {
"defaultMessage": "Username"
},
"label.version": {
"defaultMessage": "Version"
},
"label.visibility": {
"defaultMessage": "Visibility"
},
"label.visit-your-profile": {
"defaultMessage": "Visit your profile"
},
"label.yes": {
"defaultMessage": "Yes"
},
"locale.cs-CZ": {
"defaultMessage": "Czech"
},
"locale.da-DK": {
"defaultMessage": "Danish"
},
"locale.de-CH": {
"defaultMessage": "German (Switzerland)"
},
"locale.de-DE": {
"defaultMessage": "German (Germany)"
},
"locale.en-US": {
"defaultMessage": "English (United States)"
},
"locale.es-419": {
"defaultMessage": "Spanish (Latin America)"
},
"locale.es-ES": {
"defaultMessage": "Spanish (Spain)"
},
"locale.fi-FI": {
"defaultMessage": "Finnish"
},
"locale.fil-PH": {
"defaultMessage": "Filipino"
},
"locale.fr-FR": {
"defaultMessage": "French"
},
"locale.he-IL": {
"defaultMessage": "Hebrew"
},
"locale.hu-HU": {
"defaultMessage": "Hungarian"
},
"locale.id-ID": {
"defaultMessage": "Indonesian"
},
"locale.it-IT": {
"defaultMessage": "Italian (Italy)"
},
"locale.ja-JP": {
"defaultMessage": "Japanese"
},
"locale.ko-KR": {
"defaultMessage": "Korean"
},
"locale.ms-MY": {
"defaultMessage": "Malay"
},
"locale.nl-NL": {
"defaultMessage": "Dutch"
},
"locale.no-NO": {
"defaultMessage": "Norwegian Bokmål"
},
"locale.pl-PL": {
"defaultMessage": "Polish"
},
"locale.pt-BR": {
"defaultMessage": "Portuguese (Brazil)"
},
"locale.pt-PT": {
"defaultMessage": "Portuguese (Portugal)"
},
"locale.ro-RO": {
"defaultMessage": "Romanian"
},
"locale.ru-RU": {
"defaultMessage": "Russian"
},
"locale.sr-CS": {
"defaultMessage": "Serbian (Latin)"
},
"locale.sv-SE": {
"defaultMessage": "Swedish"
},
"locale.th-TH": {
"defaultMessage": "Thai"
},
"locale.tr-TR": {
"defaultMessage": "Turkish"
},
"locale.uk-UA": {
"defaultMessage": "Ukrainian"
},
"locale.vi-VN": {
"defaultMessage": "Vietnamese"
},
"locale.zh-CN": {
"defaultMessage": "Chinese (Simplified)"
},
"locale.zh-TW": {
"defaultMessage": "Chinese (Traditional)"
},
"modal.add-payment-method.action": {
"defaultMessage": "Add payment method"
},
"modal.add-payment-method.title": {
"defaultMessage": "Adding a payment method"
},
"modal.open-in-app.benefit.install": {
"defaultMessage": "Automatically install required content"
},
"modal.open-in-app.benefit.launch": {
"defaultMessage": "Launch the game straight into the server"
},
"modal.open-in-app.benefit.update": {
"defaultMessage": "Keep files updated when the server changes"
},
"modal.open-in-app.close": {
"defaultMessage": "Close"
},
"modal.open-in-app.get-app": {
"defaultMessage": "Get Modrinth App"
},
"modal.open-in-app.opening-automatically": {
"defaultMessage": "The Modrinth App will open automatically..."
},
"modal.open-in-app.title": {
"defaultMessage": "Opening Modrinth App"
},
"modal.open-in-app.why-use": {
"defaultMessage": "Why use the Modrinth App"
},
"notification.error.title": {
"defaultMessage": "An error occurred"
},
"omorphia.component.badge.label.accepted": {
"defaultMessage": "Accepted"
},
"omorphia.component.badge.label.approved": {
"defaultMessage": "Approved"
},
"omorphia.component.badge.label.archived": {
"defaultMessage": "Archived"
},
"omorphia.component.badge.label.closed": {
"defaultMessage": "Closed"
},
"omorphia.component.badge.label.creator": {
"defaultMessage": "Creator"
},
"omorphia.component.badge.label.draft": {
"defaultMessage": "Draft"
},
"omorphia.component.badge.label.failed": {
"defaultMessage": "Failed"
},
"omorphia.component.badge.label.listed": {
"defaultMessage": "Listed"
},
"omorphia.component.badge.label.moderator": {
"defaultMessage": "Moderator"
},
"omorphia.component.badge.label.modrinth-team": {
"defaultMessage": "Modrinth Team"
},
"omorphia.component.badge.label.pending": {
"defaultMessage": "Pending"
},
"omorphia.component.badge.label.private": {
"defaultMessage": "Private"
},
"omorphia.component.badge.label.processed": {
"defaultMessage": "Processed"
},
"omorphia.component.badge.label.rejected": {
"defaultMessage": "Rejected"
},
"omorphia.component.badge.label.returned": {
"defaultMessage": "Returned"
},
"omorphia.component.badge.label.safe": {
"defaultMessage": "Pass"
},
"omorphia.component.badge.label.scheduled": {
"defaultMessage": "Scheduled"
},
"omorphia.component.badge.label.under-review": {
"defaultMessage": "Under review"
},
"omorphia.component.badge.label.unlisted": {
"defaultMessage": "Unlisted"
},
"omorphia.component.badge.label.unsafe": {
"defaultMessage": "Fail"
},
"omorphia.component.badge.label.withheld": {
"defaultMessage": "Withheld"
},
"omorphia.component.copy.action.copy": {
"defaultMessage": "Copy code to clipboard"
},
"omorphia.component.environment-indicator.label.client": {
"defaultMessage": "Client"
},
"omorphia.component.environment-indicator.label.client-and-server": {
"defaultMessage": "Client and server"
},
"omorphia.component.environment-indicator.label.client-or-server": {
"defaultMessage": "Client or server"
},
"omorphia.component.environment-indicator.label.server": {
"defaultMessage": "Server"
},
"omorphia.component.environment-indicator.label.type": {
"defaultMessage": "A {type}"
},
"omorphia.component.environment-indicator.label.unsupported": {
"defaultMessage": "Unsupported"
},
"payment-method.amazon_pay": {
"defaultMessage": "Amazon Pay"
},
"payment-method.amex": {
"defaultMessage": "American Express"
},
"payment-method.card_display": {
"defaultMessage": "{card_brand} ending in {last_four}"
},
"payment-method.cashapp": {
"defaultMessage": "Cash App"
},
"payment-method.charity": {
"defaultMessage": "Charity"
},
"payment-method.charity-plural": {
"defaultMessage": "Charities"
},
"payment-method.diners": {
"defaultMessage": "Diners Club"
},
"payment-method.discover": {
"defaultMessage": "Discover"
},
"payment-method.eftpos": {
"defaultMessage": "EFTPOS"
},
"payment-method.gift-card": {
"defaultMessage": "Gift card"
},
"payment-method.gift-card-plural": {
"defaultMessage": "Gift cards"
},
"payment-method.jcb": {
"defaultMessage": "JCB"
},
"payment-method.mastercard": {
"defaultMessage": "MasterCard"
},
"payment-method.paypal": {
"defaultMessage": "PayPal"
},
"payment-method.paypal_international": {
"defaultMessage": "PayPal International"
},
"payment-method.unionpay": {
"defaultMessage": "UnionPay"
},
"payment-method.unknown": {
"defaultMessage": "Unknown payment method"
},
"payment-method.venmo": {
"defaultMessage": "Venmo"
},
"payment-method.virtual-visa": {
"defaultMessage": "Virtual Visa"
},
"payment-method.virtual-visa-plural": {
"defaultMessage": "Virtual Visas"
},
"payment-method.visa": {
"defaultMessage": "Visa"
},
"project-card.date.published.tooltip": {
"defaultMessage": "Published {date}"
},
"project-card.date.updated.tooltip": {
"defaultMessage": "Updated {date}"
},
"project-card.environment.client": {
"defaultMessage": "Client"
},
"project-card.environment.client-and-server": {
"defaultMessage": "Client and server"
},
"project-card.environment.client-or-server": {
"defaultMessage": "Client or server"
},
"project-card.environment.server": {
"defaultMessage": "Server"
},
"project-type.all": {
"defaultMessage": "All"
},
"project-type.datapack.capital": {
"defaultMessage": "{count, plural, one {Data Pack} other {Data Packs}}"
},
"project-type.datapack.category": {
"defaultMessage": "Data Packs"
},
"project-type.datapack.lowercase": {
"defaultMessage": "{count, plural, one {data pack} other {data packs}}"
},
"project-type.mod.capital": {
"defaultMessage": "{count, plural, one {Mod} other {Mods}}"
},
"project-type.mod.category": {
"defaultMessage": "Mods"
},
"project-type.mod.lowercase": {
"defaultMessage": "{count, plural, one {mod} other {mods}}"
},
"project-type.modpack.capital": {
"defaultMessage": "{count, plural, one {Modpack} other {Modpacks}}"
},
"project-type.modpack.category": {
"defaultMessage": "Modpacks"
},
"project-type.modpack.lowercase": {
"defaultMessage": "{count, plural, one {modpack} other {modpacks}}"
},
"project-type.plugin.capital": {
"defaultMessage": "{count, plural, one {Plugin} other {Plugins}}"
},
"project-type.plugin.category": {
"defaultMessage": "Plugins"
},
"project-type.plugin.lowercase": {
"defaultMessage": "{count, plural, one {plugin} other {plugins}}"
},
"project-type.project.capital": {
"defaultMessage": "{count, plural, one {Project} other {Projects}}"
},
"project-type.project.category": {
"defaultMessage": "Projects"
},
"project-type.project.lowercase": {
"defaultMessage": "{count, plural, one {project} other {projects}}"
},
"project-type.resourcepack.capital": {
"defaultMessage": "{count, plural, one {Resource Pack} other {Resource Packs}}"
},
"project-type.resourcepack.category": {
"defaultMessage": "Resource Packs"
},
"project-type.resourcepack.lowercase": {
"defaultMessage": "{count, plural, one {resource pack} other {resource packs}}"
},
"project-type.server.capital": {
"defaultMessage": "{count, plural, one {Server} other {Servers}}"
},
"project-type.server.category": {
"defaultMessage": "Servers"
},
"project-type.server.lowercase": {
"defaultMessage": "{count, plural, one {server} other {servers}}"
},
"project-type.shader.capital": {
"defaultMessage": "{count, plural, one {Shader} other {Shaders}}"
},
"project-type.shader.category": {
"defaultMessage": "Shaders"
},
"project-type.shader.lowercase": {
"defaultMessage": "{count, plural, one {shader} other {shaders}}"
},
"project.about.compatibility.environments": {
"defaultMessage": "Supported environments"
},
"project.about.compatibility.environments.client-and-server": {
"defaultMessage": "Client and server"
},
"project.about.compatibility.environments.client-side": {
"defaultMessage": "Client-side"
},
"project.about.compatibility.environments.dedicated-servers-only": {
"defaultMessage": "Dedicated servers only"
},
"project.about.compatibility.environments.server-side": {
"defaultMessage": "Server-side"
},
"project.about.compatibility.environments.singleplayer": {
"defaultMessage": "Singleplayer"
},
"project.about.compatibility.environments.singleplayer-only": {
"defaultMessage": "Singleplayer only"
},
"project.about.compatibility.game.minecraftJava": {
"defaultMessage": "Minecraft: Java Edition"
},
"project.about.compatibility.platforms": {
"defaultMessage": "Platforms"
},
"project.about.compatibility.title": {
"defaultMessage": "Compatibility"
},
"project.about.creators.owner": {
"defaultMessage": "Project owner"
},
"project.about.creators.title": {
"defaultMessage": "Creators"
},
"project.about.details.created": {
"defaultMessage": "Created {date}"
},
"project.about.details.licensed": {
"defaultMessage": "Licensed {license}"
},
"project.about.details.published": {
"defaultMessage": "Published {date}"
},
"project.about.details.submitted": {
"defaultMessage": "Submitted {date}"
},
"project.about.details.updated": {
"defaultMessage": "Updated {date}"
},
"project.about.links.discord": {
"defaultMessage": "Join Discord server"
},
"project.about.links.donate.bmac": {
"defaultMessage": "Buy Me a Coffee"
},
"project.about.links.donate.generic": {
"defaultMessage": "Donate"
},
"project.about.links.donate.github": {
"defaultMessage": "Sponsor on GitHub"
},
"project.about.links.donate.kofi": {
"defaultMessage": "Donate on Ko-fi"
},
"project.about.links.donate.patreon": {
"defaultMessage": "Donate on Patreon"
},
"project.about.links.donate.paypal": {
"defaultMessage": "Donate on PayPal"
},
"project.about.links.issues": {
"defaultMessage": "Report issues"
},
"project.about.links.site": {
"defaultMessage": "Visit website"
},
"project.about.links.source": {
"defaultMessage": "View source"
},
"project.about.links.store": {
"defaultMessage": "Visit store page"
},
"project.about.links.title": {
"defaultMessage": "Links"
},
"project.about.links.wiki": {
"defaultMessage": "Visit wiki"
},
"project.about.server.copied": {
"defaultMessage": "Copied!"
},
"project.about.server.copiedText": {
"defaultMessage": "IP address copied to clipboard"
},
"project.about.server.latency": {
"defaultMessage": "Latency"
},
"project.about.server.title": {
"defaultMessage": "Server details"
},
"project.download-count-tooltip": {
"defaultMessage": "{count, number} {count, plural, one {download} other {downloads}}"
},
"project.environment.client-and-server.description": {
"defaultMessage": "Required on both the client and server."
},
"project.environment.client-and-server.title": {
"defaultMessage": "Client and server, required on both"
},
"project.environment.client-only-server-optional.description": {
"defaultMessage": "Most functionality is client-side, but installing it on the server enables enhanced functionality."
},
"project.environment.client-only-server-optional.title": {
"defaultMessage": "Client and server, optional on server"
},
"project.environment.client-only.description": {
"defaultMessage": "All functionality is done client-side and is compatible with vanilla servers."
},
"project.environment.client-only.title": {
"defaultMessage": "Client-side only"
},
"project.environment.client-or-server-prefers-both.description": {
"defaultMessage": "Has some functionality on both the client and server, even if only partially. Installing it on both leads to the best experience."
},
"project.environment.client-or-server-prefers-both.title": {
"defaultMessage": "Client and server, best when installed on both"
},
"project.environment.client-or-server.description": {
"defaultMessage": "Has some functionality on both the client and server, even if only partially."
},
"project.environment.client-or-server.title": {
"defaultMessage": "Client and server, optional on both"
},
"project.environment.dedicated-server-only.description": {
"defaultMessage": "All functionality is done server-side and is compatible with vanilla clients. Only works on dedicated servers."
},
"project.environment.dedicated-server-only.title": {
"defaultMessage": "Server-side only"
},
"project.environment.server-only-client-optional.description": {
"defaultMessage": "Most functionality is server-side, but installing it on the client enables enhanced functionality."
},
"project.environment.server-only-client-optional.title": {
"defaultMessage": "Client and server, optional on client"
},
"project.environment.server-only.description": {
"defaultMessage": "All functionality is done server-side and is compatible with vanilla clients. Also works on the internal server in singleplayer."
},
"project.environment.server-only.title": {
"defaultMessage": "Server-side only, works in singleplayer too"
},
"project.environment.singleplayer-only.description": {
"defaultMessage": "Only functions in Singleplayer or when not connected to a Multiplayer server."
},
"project.environment.singleplayer-only.title": {
"defaultMessage": "Singleplayer only"
},
"project.environment.tag.not-applicable": {
"defaultMessage": "N/A"
},
"project.environment.tag.unknown": {
"defaultMessage": "Unknown"
},
"project.environment.unknown.description": {
"defaultMessage": "The environment for this version could not be determined."
},
"project.environment.unknown.title": {
"defaultMessage": "Unknown environment"
},
"project.follower-count-tooltip": {
"defaultMessage": "{count, number} {count, plural, one {follower} other {followers}}"
},
"project.online-player-count": {
"defaultMessage": "{count, number} online"
},
"project.online-player-count.tooltip": {
"defaultMessage": "{count} {countPlural, plural, one {player} other {players}} online"
},
"project.recent-plays": {
"defaultMessage": "{count} {countPlural, plural, one {recent play} other {recent plays}}"
},
"project.recent-plays.tooltip": {
"defaultMessage": "{count} {countPlural, plural, one {recent play} other {recent plays}} from Modrinth in the past 2 weeks"
},
"project.server.ping.ms": {
"defaultMessage": "{ping, number} ms"
},
"project.settings.analytics.title": {
"defaultMessage": "Analytics"
},
"project.settings.content.title": {
"defaultMessage": "Content"
},
"project.settings.description.title": {
"defaultMessage": "Description"
},
"project.settings.environment.client_and_server.description": {
"defaultMessage": "Has some functionality on both the client and server, even if only partially."
},
"project.settings.environment.client_and_server.optional_both.title": {
"defaultMessage": "Optional on both, works the same if installed on either side"
},
"project.settings.environment.client_and_server.optional_both_prefers_both.title": {
"defaultMessage": "Optional on both, works best when installed on both sides"
},
"project.settings.environment.client_and_server.optional_client.title": {
"defaultMessage": "Optional on client"
},
"project.settings.environment.client_and_server.optional_server.title": {
"defaultMessage": "Optional on server"
},
"project.settings.environment.client_and_server.required_both.title": {
"defaultMessage": "Required on both"
},
"project.settings.environment.client_and_server.title": {
"defaultMessage": "Client and server"
},
"project.settings.environment.client_only.description": {
"defaultMessage": "All functionality is done client-side and is compatible with vanilla servers."
},
"project.settings.environment.client_only.title": {
"defaultMessage": "Client-side only"
},
"project.settings.environment.notice.missing-env.description": {
"defaultMessage": "Your project is missing environment metadata, please select the appropriate option below."
},
"project.settings.environment.notice.missing-env.title": {
"defaultMessage": "Please select an environment for your project"
},
"project.settings.environment.notice.multiple-environments.description": {
"defaultMessage": "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": {
"defaultMessage": "Your project has multiple environments"
},
"project.settings.environment.notice.review-options.description": {
"defaultMessage": "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": {
"defaultMessage": "Please review the options below"
},
"project.settings.environment.notice.wrong-project-type.description": {
"defaultMessage": "Only mod or modpack projects can have environment metadata."
},
"project.settings.environment.notice.wrong-project-type.title": {
"defaultMessage": "This project type does not support environment metadata"
},
"project.settings.environment.server_only.dedicated_only.title": {
"defaultMessage": "Dedicated server only"
},
"project.settings.environment.server_only.description": {
"defaultMessage": "All functionality is done server-side and is compatible with vanilla clients."
},
"project.settings.environment.server_only.supports_singleplayer.title": {
"defaultMessage": "Works in singleplayer too"
},
"project.settings.environment.server_only.title": {
"defaultMessage": "Server-side only"
},
"project.settings.environment.singleplayer.description": {
"defaultMessage": "Only functions in Singleplayer or when not connected to a Multiplayer server."
},
"project.settings.environment.singleplayer.title": {
"defaultMessage": "Singleplayer only"
},
"project.settings.environment.suboption.accessibility-option-label": {
"defaultMessage": "{title}: {description}"
},
"project.settings.environment.suboption.accessibility-suboption-group-label": {
"defaultMessage": "Suboptions of {option}"
},
"project.settings.environment.title": {
"defaultMessage": "Environment"
},
"project.settings.environment.verification.verify-button": {
"defaultMessage": "Verify"
},
"project.settings.environment.verification.verify-text": {
"defaultMessage": "Verify that this project's environment is set correctly."
},
"project.settings.gallery.title": {
"defaultMessage": "Gallery"
},
"project.settings.general.title": {
"defaultMessage": "General"
},
"project.settings.license.title": {
"defaultMessage": "License"
},
"project.settings.links.title": {
"defaultMessage": "Links"
},
"project.settings.members.title": {
"defaultMessage": "Members"
},
"project.settings.notice.no-permission.description": {
"defaultMessage": "You don't have permission to edit this."
},
"project.settings.notice.no-permission.title": {
"defaultMessage": "No permission"
},
"project.settings.server.title": {
"defaultMessage": "Server"
},
"project.settings.tags.title": {
"defaultMessage": "Tags"
},
"project.settings.upload.title": {
"defaultMessage": "Upload"
},
"project.settings.versions.title": {
"defaultMessage": "Versions"
},
"project.settings.view.title": {
"defaultMessage": "View"
},
"project.versions.channel.alpha.symbol": {
"defaultMessage": "A"
},
"project.versions.channel.beta.symbol": {
"defaultMessage": "B"
},
"project.versions.channel.release.symbol": {
"defaultMessage": "R"
},
"project.visibility.archived": {
"defaultMessage": "Archived"
},
"project.visibility.draft": {
"defaultMessage": "Draft"
},
"project.visibility.private": {
"defaultMessage": "Private"
},
"project.visibility.public": {
"defaultMessage": "Public"
},
"project.visibility.rejected": {
"defaultMessage": "Rejected"
},
"project.visibility.scheduled": {
"defaultMessage": "Scheduled"
},
"project.visibility.under-review": {
"defaultMessage": "Under review"
},
"project.visibility.unknown": {
"defaultMessage": "Unknown"
},
"project.visibility.unlisted": {
"defaultMessage": "Unlisted"
},
"project.visibility.unlisted-by-staff": {
"defaultMessage": "Unlisted by staff"
},
"search.filter.locked.default": {
"defaultMessage": "Filter locked"
},
"search.filter.locked.default.description": {
"defaultMessage": "Unlocking this filter may allow you to install incompatible content."
},
"search.filter.locked.default.sync": {
"defaultMessage": "Sync filter"
},
"search.filter.locked.default.title": {
"defaultMessage": "{type} is locked"
},
"search.filter.locked.default.unlock": {
"defaultMessage": "Unlock filter"
},
"search.filter.option.exclusion.add.tooltip": {
"defaultMessage": "Exclude"
},
"search.filter.option.search.clear.aria_label": {
"defaultMessage": "Clear search"
},
"search.filter.option.search.placeholder": {
"defaultMessage": "Search..."
},
"search.filter.option.show_fewer": {
"defaultMessage": "Show fewer"
},
"search.filter.option.show_more": {
"defaultMessage": "Show more"
},
"search.filter_type.environment": {
"defaultMessage": "Environment"
},
"search.filter_type.environment.client": {
"defaultMessage": "Client"
},
"search.filter_type.environment.server": {
"defaultMessage": "Server"
},
"search.filter_type.game_version": {
"defaultMessage": "Game version"
},
"search.filter_type.game_version.all_versions": {
"defaultMessage": "Show all versions"
},
"search.filter_type.license": {
"defaultMessage": "License"
},
"search.filter_type.license.open_source": {
"defaultMessage": "Open source"
},
"search.filter_type.mod_loader": {
"defaultMessage": "Loader"
},
"search.filter_type.modpack_loader": {
"defaultMessage": "Loader"
},
"search.filter_type.plugin_loader": {
"defaultMessage": "Loader"
},
"search.filter_type.plugin_platform": {
"defaultMessage": "Platform"
},
"search.filter_type.project_id": {
"defaultMessage": "Project ID"
},
"search.filter_type.shader_loader": {
"defaultMessage": "Loader"
},
"servers.backups.item.auto": {
"defaultMessage": "Auto"
},
"servers.backups.item.backup-schedule": {
"defaultMessage": "Backup schedule"
},
"servers.backups.item.creating-backup": {
"defaultMessage": "Creating backup..."
},
"servers.backups.item.failed-to-create-backup": {
"defaultMessage": "Failed to create backup"
},
"servers.backups.item.failed-to-restore-backup": {
"defaultMessage": "Failed to restore from backup"
},
"servers.backups.item.manual-backup": {
"defaultMessage": "Manual backup"
},
"servers.backups.item.queued-for-backup": {
"defaultMessage": "Backup queued"
},
"servers.backups.item.queued-for-restore": {
"defaultMessage": "Restore queued"
},
"servers.backups.item.rename": {
"defaultMessage": "Rename"
},
"servers.backups.item.restore": {
"defaultMessage": "Restore"
},
"servers.backups.item.restoring-backup": {
"defaultMessage": "Restoring from backup..."
},
"servers.notice.dismiss": {
"defaultMessage": "Dismiss"
},
"servers.notice.dismissable": {
"defaultMessage": "Dismissable"
},
"servers.notice.heading.attention": {
"defaultMessage": "Attention"
},
"servers.notice.heading.info": {
"defaultMessage": "Info"
},
"servers.notice.level.critical.name": {
"defaultMessage": "Critical"
},
"servers.notice.level.info.name": {
"defaultMessage": "Info"
},
"servers.notice.level.survey.name": {
"defaultMessage": "Survey"
},
"servers.notice.level.warn.name": {
"defaultMessage": "Warning"
},
"servers.notice.undismissable": {
"defaultMessage": "Undismissable"
},
"servers.purchase.step.payment.description": {
"defaultMessage": "You won't be charged yet."
},
"servers.purchase.step.payment.prompt": {
"defaultMessage": "Select a payment method"
},
"servers.purchase.step.payment.title": {
"defaultMessage": "Payment method"
},
"servers.purchase.step.plan.billed": {
"defaultMessage": "billed {interval}"
},
"servers.purchase.step.plan.custom.desc": {
"defaultMessage": "Pick a customized plan with just the specs you need."
},
"servers.purchase.step.plan.get-started": {
"defaultMessage": "Get started"
},
"servers.purchase.step.plan.large.desc": {
"defaultMessage": "Ideal for 1525 players, modpacks, or heavy modding."
},
"servers.purchase.step.plan.medium.desc": {
"defaultMessage": "Great for 615 players and multiple mods."
},
"servers.purchase.step.plan.most-popular": {
"defaultMessage": "Most Popular"
},
"servers.purchase.step.plan.prompt": {
"defaultMessage": "Choose a plan"
},
"servers.purchase.step.plan.select": {
"defaultMessage": "Select Plan"
},
"servers.purchase.step.plan.small.desc": {
"defaultMessage": "Perfect for 15 friends with a few light mods."
},
"servers.purchase.step.plan.subtitle": {
"defaultMessage": "Pick the amount of RAM and specs that fit your needs."
},
"servers.purchase.step.plan.title": {
"defaultMessage": "Plan"
},
"servers.purchase.step.region.title": {
"defaultMessage": "Region"
},
"servers.purchase.step.review.title": {
"defaultMessage": "Review"
},
"servers.region.central-europe": {
"defaultMessage": "Central Europe"
},
"servers.region.custom.prompt": {
"defaultMessage": "How much RAM do you want your server to have?"
},
"servers.region.north-america": {
"defaultMessage": "North America"
},
"servers.region.prompt": {
"defaultMessage": "Where would you like your server to be located?"
},
"servers.region.region-unsupported": {
"defaultMessage": "Region not listed? <link>Let us know where you'd like to see Modrinth Hosting next!</link>"
},
"servers.region.southeast-asia": {
"defaultMessage": "Southeast Asia"
},
"servers.region.western-europe": {
"defaultMessage": "Western Europe"
},
"servers.setup.rate-limit.text": {
"defaultMessage": "You are being rate limited. Please try again later."
},
"servers.setup.rate-limit.title": {
"defaultMessage": "Cannot reinstall server"
},
"servers.setup.reinstall-failed.text": {
"defaultMessage": "An unexpected error occurred while reinstalling. Please try again later."
},
"servers.setup.reinstall-failed.title": {
"defaultMessage": "Reinstall Failed"
},
"servers.setup.upload-warning": {
"defaultMessage": "Please don't close this page while uploading."
},
"servers.setup.uploading-modpack.header": {
"defaultMessage": "Uploading modpack"
},
"settings.account.title": {
"defaultMessage": "Account and security"
},
"settings.appearance.title": {
"defaultMessage": "Appearance"
},
"settings.applications.title": {
"defaultMessage": "Your applications"
},
"settings.authorized-apps.title": {
"defaultMessage": "Authorized apps"
},
"settings.billing.title": {
"defaultMessage": "Billing and subscriptions"
},
"settings.display.theme.dark": {
"defaultMessage": "Dark"
},
"settings.display.theme.description": {
"defaultMessage": "Select your preferred color theme for Modrinth on this device."
},
"settings.display.theme.light": {
"defaultMessage": "Light"
},
"settings.display.theme.oled": {
"defaultMessage": "OLED"
},
"settings.display.theme.preferred-dark-theme": {
"defaultMessage": "Preferred dark theme"
},
"settings.display.theme.preferred-light-theme": {
"defaultMessage": "Preferred light theme"
},
"settings.display.theme.retro": {
"defaultMessage": "Retro"
},
"settings.display.theme.system": {
"defaultMessage": "Sync with system"
},
"settings.display.theme.title": {
"defaultMessage": "Color theme"
},
"settings.language.categories.default": {
"defaultMessage": "Standard languages"
},
"settings.language.categories.search-result": {
"defaultMessage": "Search results"
},
"settings.language.description": {
"defaultMessage": "Choose your preferred language for the {platform}. Translations are contributed by volunteers <crowdin-link>on Crowdin</crowdin-link>."
},
"settings.language.languages.search-field.placeholder": {
"defaultMessage": "Search for a language..."
},
"settings.language.languages.search-results-announcement": {
"defaultMessage": "{matches, plural, =0 {No languages match} one {# language matches} other {# languages match}} your search."
},
"settings.language.languages.search.no-results": {
"defaultMessage": "No languages match your search."
},
"settings.language.platform.app": {
"defaultMessage": "app"
},
"settings.language.platform.site": {
"defaultMessage": "site"
},
"settings.language.title": {
"defaultMessage": "Language"
},
"settings.language.warning": {
"defaultMessage": "Changing the {platform} language may cause some content to appear in English if a translation is not available. The {platform} is not yet fully translated, so some content may remain in English for certain languages."
},
"settings.pats.title": {
"defaultMessage": "Personal access tokens"
},
"settings.profile.title": {
"defaultMessage": "Public profile"
},
"settings.sessions.title": {
"defaultMessage": "Sessions"
},
"tag.category.128x": {
"defaultMessage": "128x"
},
"tag.category.16x": {
"defaultMessage": "16x"
},
"tag.category.256x": {
"defaultMessage": "256x"
},
"tag.category.32x": {
"defaultMessage": "32x"
},
"tag.category.48x": {
"defaultMessage": "48x"
},
"tag.category.512x+": {
"defaultMessage": "512x or higher"
},
"tag.category.64x": {
"defaultMessage": "64x"
},
"tag.category.8x-": {
"defaultMessage": "8x or lower"
},
"tag.category.adventure": {
"defaultMessage": "Adventure"
},
"tag.category.adventure-mode": {
"defaultMessage": "Adventure Mode"
},
"tag.category.anarchy": {
"defaultMessage": "Anarchy"
},
"tag.category.atmosphere": {
"defaultMessage": "Atmosphere"
},
"tag.category.audio": {
"defaultMessage": "Audio"
},
"tag.category.battle-royale": {
"defaultMessage": "Battle Royale"
},
"tag.category.bedwars": {
"defaultMessage": "Bed Wars"
},
"tag.category.blocks": {
"defaultMessage": "Blocks"
},
"tag.category.bloom": {
"defaultMessage": "Bloom"
},
"tag.category.bosses": {
"defaultMessage": "Bosses"
},
"tag.category.cartoon": {
"defaultMessage": "Cartoon"
},
"tag.category.challenging": {
"defaultMessage": "Challenging"
},
"tag.category.classes": {
"defaultMessage": "Classes"
},
"tag.category.colored-lighting": {
"defaultMessage": "Colored Lighting"
},
"tag.category.combat": {
"defaultMessage": "Combat"
},
"tag.category.competitive": {
"defaultMessage": "Competitive"
},
"tag.category.core-shaders": {
"defaultMessage": "Core Shaders"
},
"tag.category.creative-mode": {
"defaultMessage": "Creative Mode"
},
"tag.category.creator-community": {
"defaultMessage": "Creator Community"
},
"tag.category.crossplay": {
"defaultMessage": "Crossplay"
},
"tag.category.cursed": {
"defaultMessage": "Cursed"
},
"tag.category.custom-content": {
"defaultMessage": "Custom Content"
},
"tag.category.decoration": {
"defaultMessage": "Decoration"
},
"tag.category.dungeons": {
"defaultMessage": "Dungeons"
},
"tag.category.economy": {
"defaultMessage": "Economy"
},
"tag.category.entities": {
"defaultMessage": "Entities"
},
"tag.category.environment": {
"defaultMessage": "Environment"
},
"tag.category.equipment": {
"defaultMessage": "Equipment"
},
"tag.category.factions": {
"defaultMessage": "Factions"
},
"tag.category.fantasy": {
"defaultMessage": "Fantasy"
},
"tag.category.foliage": {
"defaultMessage": "Foliage"
},
"tag.category.fonts": {
"defaultMessage": "Fonts"
},
"tag.category.food": {
"defaultMessage": "Food"
},
"tag.category.game-mechanics": {
"defaultMessage": "Game Mechanics"
},
"tag.category.gens": {
"defaultMessage": "Gens"
},
"tag.category.gui": {
"defaultMessage": "GUI"
},
"tag.category.hardcore-mode": {
"defaultMessage": "Hardcore Mode"
},
"tag.category.high": {
"defaultMessage": "High"
},
"tag.category.items": {
"defaultMessage": "Items"
},
"tag.category.keep-inventory": {
"defaultMessage": "Keep Inventory"
},
"tag.category.kitchen-sink": {
"defaultMessage": "Kitchen Sink"
},
"tag.category.kitpvp": {
"defaultMessage": "Kit PVP"
},
"tag.category.library": {
"defaultMessage": "Library"
},
"tag.category.lifesteal": {
"defaultMessage": "Lifesteal"
},
"tag.category.lightweight": {
"defaultMessage": "Lightweight"
},
"tag.category.locale": {
"defaultMessage": "Locale"
},
"tag.category.low": {
"defaultMessage": "Low"
},
"tag.category.magic": {
"defaultMessage": "Magic"
},
"tag.category.management": {
"defaultMessage": "Management"
},
"tag.category.media": {
"defaultMessage": "Media"
},
"tag.category.medium": {
"defaultMessage": "Medium"
},
"tag.category.microgames": {
"defaultMessage": "Microgames"
},
"tag.category.minigame": {
"defaultMessage": "Minigame"
},
"tag.category.minigames": {
"defaultMessage": "Minigames"
},
"tag.category.mmo": {
"defaultMessage": "MMO"
},
"tag.category.mobs": {
"defaultMessage": "Mobs"
},
"tag.category.modded": {
"defaultMessage": "Modded"
},
"tag.category.models": {
"defaultMessage": "Models"
},
"tag.category.multiplayer": {
"defaultMessage": "Multiplayer"
},
"tag.category.network": {
"defaultMessage": "Network"
},
"tag.category.offline-mode": {
"defaultMessage": "Offline Mode"
},
"tag.category.oneblock": {
"defaultMessage": "One Block"
},
"tag.category.op": {
"defaultMessage": "OP"
},
"tag.category.optimization": {
"defaultMessage": "Optimization"
},
"tag.category.parkour": {
"defaultMessage": "Parkour"
},
"tag.category.path-tracing": {
"defaultMessage": "Path Tracing"
},
"tag.category.pbr": {
"defaultMessage": "PBR"
},
"tag.category.personal-worlds": {
"defaultMessage": "Personal Worlds"
},
"tag.category.plots": {
"defaultMessage": "Plots"
},
"tag.category.pokemon": {
"defaultMessage": "Pokemon"
},
"tag.category.potato": {
"defaultMessage": "Potato"
},
"tag.category.prison": {
"defaultMessage": "Prison"
},
"tag.category.pve": {
"defaultMessage": "PVE"
},
"tag.category.pvp": {
"defaultMessage": "PVP"
},
"tag.category.questing": {
"defaultMessage": "Questing"
},
"tag.category.quests": {
"defaultMessage": "Quests"
},
"tag.category.racing": {
"defaultMessage": "Racing"
},
"tag.category.realistic": {
"defaultMessage": "Realistic"
},
"tag.category.recording-smp": {
"defaultMessage": "Recording SMP"
},
"tag.category.reflections": {
"defaultMessage": "Reflections"
},
"tag.category.roleplay": {
"defaultMessage": "Roleplay"
},
"tag.category.rpg": {
"defaultMessage": "RPG"
},
"tag.category.screenshot": {
"defaultMessage": "Screenshot"
},
"tag.category.semi-realistic": {
"defaultMessage": "Semi Realistic"
},
"tag.category.shadows": {
"defaultMessage": "Shadows"
},
"tag.category.simplistic": {
"defaultMessage": "Simplistic"
},
"tag.category.skyblock": {
"defaultMessage": "Skyblock"
},
"tag.category.smp": {
"defaultMessage": "SMP"
},
"tag.category.social": {
"defaultMessage": "Social"
},
"tag.category.storage": {
"defaultMessage": "Storage"
},
"tag.category.survival-mode": {
"defaultMessage": "Survival Mode"
},
"tag.category.teams": {
"defaultMessage": "Teams"
},
"tag.category.technical": {
"defaultMessage": "Technical"
},
"tag.category.technology": {
"defaultMessage": "Technology"
},
"tag.category.themed": {
"defaultMessage": "Themed"
},
"tag.category.towns": {
"defaultMessage": "Towns"
},
"tag.category.transportation": {
"defaultMessage": "Transportation"
},
"tag.category.tweaks": {
"defaultMessage": "Tweaks"
},
"tag.category.utility": {
"defaultMessage": "Utility"
},
"tag.category.vanilla-like": {
"defaultMessage": "Vanilla Like"
},
"tag.category.whitelisted": {
"defaultMessage": "Whitelisted"
},
"tag.category.world-resets": {
"defaultMessage": "World Resets"
},
"tag.category.worldgen": {
"defaultMessage": "World Generation"
},
"tag.loader.babric": {
"defaultMessage": "Babric"
},
"tag.loader.bta-babric": {
"defaultMessage": "BTA (Babric)"
},
"tag.loader.bukkit": {
"defaultMessage": "Bukkit"
},
"tag.loader.bungeecord": {
"defaultMessage": "BungeeCord"
},
"tag.loader.canvas": {
"defaultMessage": "Canvas"
},
"tag.loader.datapack": {
"defaultMessage": "Data Pack"
},
"tag.loader.fabric": {
"defaultMessage": "Fabric"
},
"tag.loader.folia": {
"defaultMessage": "Folia"
},
"tag.loader.forge": {
"defaultMessage": "Forge"
},
"tag.loader.geyser": {
"defaultMessage": "Geyser Extension"
},
"tag.loader.iris": {
"defaultMessage": "Iris"
},
"tag.loader.java-agent": {
"defaultMessage": "Java Agent"
},
"tag.loader.legacy-fabric": {
"defaultMessage": "Legacy Fabric"
},
"tag.loader.liteloader": {
"defaultMessage": "LiteLoader"
},
"tag.loader.minecraft": {
"defaultMessage": "Resource Pack"
},
"tag.loader.modloader": {
"defaultMessage": "Risugami's ModLoader"
},
"tag.loader.mrpack": {
"defaultMessage": "Modpack"
},
"tag.loader.neoforge": {
"defaultMessage": "NeoForge"
},
"tag.loader.nilloader": {
"defaultMessage": "NilLoader"
},
"tag.loader.optifine": {
"defaultMessage": "OptiFine"
},
"tag.loader.ornithe": {
"defaultMessage": "Ornithe"
},
"tag.loader.paper": {
"defaultMessage": "Paper"
},
"tag.loader.purpur": {
"defaultMessage": "Purpur"
},
"tag.loader.quilt": {
"defaultMessage": "Quilt"
},
"tag.loader.rift": {
"defaultMessage": "Rift"
},
"tag.loader.spigot": {
"defaultMessage": "Spigot"
},
"tag.loader.sponge": {
"defaultMessage": "Sponge"
},
"tag.loader.vanilla": {
"defaultMessage": "Vanilla Shader"
},
"tag.loader.velocity": {
"defaultMessage": "Velocity"
},
"tag.loader.waterfall": {
"defaultMessage": "Waterfall"
},
"ui.component.unsaved-changes-popup.body": {
"defaultMessage": "You have unsaved changes."
}
}