This mod may contain potentially explicit material
+{{ mod.getDescription() }}
+{{ t('translations.pages.manager.online.previewPanel.fetchingData') }}
+{{ t('translations.pages.manager.online.previewPanel.noDependencies') }}
+{{ readmeError.message }}
+{{ changelogError.message }}
+It's recommended to select the latest version of all mods.
-Using outdated versions may cause problems.
+{{ t('translations.pages.manager.modals.downloadModVersionSelect.content.recommendedDisclaimer') }}
+{{ t('translations.pages.manager.modals.downloadModVersionSelect.content.outdatedModsAdvice') }}
- Downloading: {{store.getters['download/currentDownload'].downloadProgress}}% of - {{FileUtils.humanReadableSize(store.getters['download/currentDownload'].totalDownloadSize)}} + {{ t('translations.pages.manager.modals.downloadProgress.downloadProgress', { progress: store.getters['download/currentDownload'].downloadProgress, totalSize: FileUtils.humanReadableSize(store.getters['download/currentDownload'].totalDownloadSize) }) }}
- Extracting: {{store.getters['download/currentDownload'].downloadProgress}}% of - {{FileUtils.humanReadableSize(store.getters['download/currentDownload'].totalDownloadSize)}} + {{ t('translations.pages.manager.modals.downloadProgress.extractionProgress', { progress: store.getters['download/currentDownload'].downloadProgress, totalSize: FileUtils.humanReadableSize(store.getters['download/currentDownload'].totalDownloadSize) }) }}
@@ -58,11 +57,11 @@ function closeModal() {
- Installing: {{store.getters['download/currentDownload'].installProgress}}% + {{ t('translations.pages.manager.modals.downloadProgress.installProgress', { progress: store.getters['download/currentDownload'].installProgress }) }}
- Installing: waiting for download to finish + {{ t('translations.pages.manager.modals.downloadProgress.waitingForDownload') }}