mirror of
https://github.com/modrinth/code.git
synced 2026-09-02 13:05:50 +00:00
feat: instance sharing thru shared-instances service (#6569)
* feat: implement instance share page + search_users backend call * feat: invite players modal * feat: use tanstack queries for friends sync across app pages * feat: base shared instances implementation * fix: admon style * feat: impl instance admonitions like server panel * fix: impl get + del usage * feat: support modpack links * feat: invite notif accepting * fix: lint + fmt * feat: impl install to play * feat: impl usage of UpdateToPlayModal * feat: warnings on deleting/disabling shared-instance version content * fix: send instance name * feat: align with backend * feat: shared instances qa * feat: wrong account protection * feat: qa * fix: smartly apply updates * fix: install bug * fix: 401/404 differentiation * fix: fmt+prepr * feat: qa * feat: qa * fix: signing out messes up revoke/deleted checks * feat: qa * fix: fmt + lint * feat: lock content if part of shared instance * fix: lint * [do not merge] feat: rough invite links impl temp (#6666) * fix: wrong cmd * feat: invite page * fix: server-manager DTO mismatch * fix: drop anonymous invite link acceptance * refactor: structured shared-instance unavailable errors * refactor: centralise error presentations * refactor: dedupe shared instance diff detection * fix: logging in reqwests * refactor: move app.vue shared instances into handler * refactor: break up Share.vue * refactor: split up shared instances state outside of instance index * refactor: dedicated shared instances install/update modals + split up page * refactor: centralized managed content * refactor: split up install shared to own runner + shared.rs split up * refactor: dedupe sql for instance metadata enrichmnt * refactor: friends composable + dedupe friends logic across usages * chore: reduced unused code * fix: align with backend * fix: lint * fix: file sha changes * fix: invite links not working due to icon signed * feat: qa * feat: reporting frontend dummy * fix: try use header * remove: file hash field * fix: pin box * feat: malware warning for shared instances * fix: cache rule * feat: config files syncing * feat: disable config sharing * fix: header * fix: use mark ready * fix: dont cause push update for configs * fix: lint * feat: sharing page in settings * feat: move config + change flow * fix: qa * fix: lint prepr * feat: proxy file upload thru shared instances backend * fix: use collapisible * fix: push config * fix: config * feat: swap out sign in modal for new one * fix: report flow * fix: exclude configs.zip from external warnings * fix: nuxi init * fix: config bundle downloading * fix: error notif * fix: polling * fix: qa * fix: lint + prepr * feat: shared instances moderation frontend + hook up report flow * fix: report copy * fix: lint * fix: lint * fix: modrinth ids being undefined * feat: instance quarantining * fix: prepr + fmt * fix: quarantined -> locked terminology * fix: missing endpoint impls + fmt * fix: missing api in build.rs * fix: share tab jittery * fix: fmt *PT bug * fix: invites count as users even if pending * fix: prepr * fix: invite page owner in users list * fix: lint * fix: qa * fix: lint * fix: members stale not clearing * fix: invite use joined_at field * fix: lint * fix: qa --------- Co-authored-by: sychic <47618543+Sychic@users.noreply.github.com>
This commit is contained in:
@@ -266,9 +266,6 @@
|
||||
"content.confirm-modpack-update.header": {
|
||||
"defaultMessage": "{action, select, downgrade {خفض ٳصدار} other {تحديث}} حزمة التعديلات"
|
||||
},
|
||||
"content.modpack-card.dismiss-hint": {
|
||||
"defaultMessage": ""
|
||||
},
|
||||
"form.label.address-line": {
|
||||
"defaultMessage": "خط عنوان"
|
||||
},
|
||||
@@ -735,4 +732,3 @@
|
||||
"defaultMessage": "ماينكرافت: إصدار جافا"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -497,15 +497,6 @@
|
||||
"content.inline-backup.world-label": {
|
||||
"defaultMessage": "svět"
|
||||
},
|
||||
"content.modpack-card.content-hint-description": {
|
||||
"defaultMessage": "Obsah modpacku nyní najdeš zde!"
|
||||
},
|
||||
"content.modpack-card.content-hint-title": {
|
||||
"defaultMessage": "Obsah modpacku byl přesunut"
|
||||
},
|
||||
"content.modpack-card.dismiss-hint": {
|
||||
"defaultMessage": "Znovu nezobrazovat"
|
||||
},
|
||||
"content.page-layout.additional-content": {
|
||||
"defaultMessage": "Dodatečný obsah"
|
||||
},
|
||||
@@ -4569,4 +4560,3 @@
|
||||
"defaultMessage": "Typ"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -533,15 +533,6 @@
|
||||
"content.inline-backup.world-label": {
|
||||
"defaultMessage": "Welt"
|
||||
},
|
||||
"content.modpack-card.content-hint-description": {
|
||||
"defaultMessage": "Die Inhalte deines Modpacks können jetzt hier gefunden werden!"
|
||||
},
|
||||
"content.modpack-card.content-hint-title": {
|
||||
"defaultMessage": "Modpack-Inhalte verschoben"
|
||||
},
|
||||
"content.modpack-card.dismiss-hint": {
|
||||
"defaultMessage": "Nicht erneut anzeigen"
|
||||
},
|
||||
"content.page-layout.additional-content": {
|
||||
"defaultMessage": "Zusätzliche Inhalte"
|
||||
},
|
||||
@@ -5802,4 +5793,3 @@
|
||||
"defaultMessage": "Typ"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -533,15 +533,6 @@
|
||||
"content.inline-backup.world-label": {
|
||||
"defaultMessage": "Welt"
|
||||
},
|
||||
"content.modpack-card.content-hint-description": {
|
||||
"defaultMessage": "Die Inhalte deines Modpacks findest du jetzt hier!"
|
||||
},
|
||||
"content.modpack-card.content-hint-title": {
|
||||
"defaultMessage": "Modpack-Inhalte verschoben"
|
||||
},
|
||||
"content.modpack-card.dismiss-hint": {
|
||||
"defaultMessage": "Nicht erneut anzeigen"
|
||||
},
|
||||
"content.page-layout.additional-content": {
|
||||
"defaultMessage": "Zusätzliche Inhalte"
|
||||
},
|
||||
@@ -5802,4 +5793,3 @@
|
||||
"defaultMessage": "Typ"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -377,6 +377,9 @@
|
||||
"content.confirm-deletion.header": {
|
||||
"defaultMessage": "Delete {itemType}"
|
||||
},
|
||||
"content.confirm-disable.header": {
|
||||
"defaultMessage": "Disable {itemType}"
|
||||
},
|
||||
"content.confirm-modpack-update.admonition-body": {
|
||||
"defaultMessage": "{action, select, downgrade {Downgrading} other {Updating}} may cause compatibility issues. Mods or content you added on top of the modpack will be kept, but may not be compatible with the new version."
|
||||
},
|
||||
@@ -446,12 +449,18 @@
|
||||
"content.diff-modal.added-count": {
|
||||
"defaultMessage": "{count} added"
|
||||
},
|
||||
"content.diff-modal.config-files-updated": {
|
||||
"defaultMessage": "Changed config files"
|
||||
},
|
||||
"content.diff-modal.diff-type.added": {
|
||||
"defaultMessage": "Added (dependency)"
|
||||
},
|
||||
"content.diff-modal.diff-type.removed": {
|
||||
"defaultMessage": "Disabled"
|
||||
},
|
||||
"content.diff-modal.diff-type.removed-disabled": {
|
||||
"defaultMessage": "Removed (disabled)"
|
||||
},
|
||||
"content.diff-modal.diff-type.updated": {
|
||||
"defaultMessage": "Updated"
|
||||
},
|
||||
@@ -467,12 +476,36 @@
|
||||
"content.diff-modal.external-diff-type.updated": {
|
||||
"defaultMessage": "Updated"
|
||||
},
|
||||
"content.diff-modal.file-count": {
|
||||
"defaultMessage": "{count, plural, one {# file} other {# files}}"
|
||||
},
|
||||
"content.diff-modal.game-version-updated": {
|
||||
"defaultMessage": "Game version"
|
||||
},
|
||||
"content.diff-modal.install-anyway": {
|
||||
"defaultMessage": "Install anyway"
|
||||
},
|
||||
"content.diff-modal.loader-updated": {
|
||||
"defaultMessage": "Loader"
|
||||
},
|
||||
"content.diff-modal.modpack-linked": {
|
||||
"defaultMessage": "Linked modpack"
|
||||
},
|
||||
"content.diff-modal.modpack-unlinked": {
|
||||
"defaultMessage": "Unlinked modpack"
|
||||
},
|
||||
"content.diff-modal.modpack-updated": {
|
||||
"defaultMessage": "Updated modpack"
|
||||
},
|
||||
"content.diff-modal.no-content-changes": {
|
||||
"defaultMessage": "No content changes"
|
||||
},
|
||||
"content.diff-modal.removed-count": {
|
||||
"defaultMessage": "{count} removed"
|
||||
},
|
||||
"content.diff-modal.removed-disabled-count": {
|
||||
"defaultMessage": "{count} removed (disabled)"
|
||||
},
|
||||
"content.diff-modal.reviewed-files": {
|
||||
"defaultMessage": "A file is only reviewed if it’s published to Modrinth, regardless of its file format (including .mrpack)."
|
||||
},
|
||||
@@ -533,15 +566,6 @@
|
||||
"content.inline-backup.world-label": {
|
||||
"defaultMessage": "world"
|
||||
},
|
||||
"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.page-layout.additional-content": {
|
||||
"defaultMessage": "Additional content"
|
||||
},
|
||||
@@ -2054,6 +2078,12 @@
|
||||
"instances.modpack-content-modal.empty-title": {
|
||||
"defaultMessage": "No content found"
|
||||
},
|
||||
"instances.modpack-content-modal.external-content": {
|
||||
"defaultMessage": "External"
|
||||
},
|
||||
"instances.modpack-content-modal.external-content-description": {
|
||||
"defaultMessage": "This file is not published on Modrinth."
|
||||
},
|
||||
"instances.modpack-content-modal.header": {
|
||||
"defaultMessage": "Modpack content"
|
||||
},
|
||||
@@ -2063,6 +2093,9 @@
|
||||
"instances.modpack-content-modal.no-results": {
|
||||
"defaultMessage": "No projects match your search."
|
||||
},
|
||||
"instances.modpack-content-modal.open-in-slicer": {
|
||||
"defaultMessage": "Open in Slicer"
|
||||
},
|
||||
"instances.modpack-content-modal.search-placeholder": {
|
||||
"defaultMessage": "Search {count, number} {count, plural, one {project} other {projects}}"
|
||||
},
|
||||
@@ -5069,6 +5102,81 @@
|
||||
"settings.sessions.title": {
|
||||
"defaultMessage": "Sessions"
|
||||
},
|
||||
"sharing.invite-players-modal.add": {
|
||||
"defaultMessage": "Add"
|
||||
},
|
||||
"sharing.invite-players-modal.added": {
|
||||
"defaultMessage": "Added"
|
||||
},
|
||||
"sharing.invite-players-modal.already-invited": {
|
||||
"defaultMessage": "This user has already been invited."
|
||||
},
|
||||
"sharing.invite-players-modal.avatar-alt": {
|
||||
"defaultMessage": "{username}'s avatar"
|
||||
},
|
||||
"sharing.invite-players-modal.cancel": {
|
||||
"defaultMessage": "Cancel"
|
||||
},
|
||||
"sharing.invite-players-modal.cancel-button": {
|
||||
"defaultMessage": "Cancel"
|
||||
},
|
||||
"sharing.invite-players-modal.edit-invite-link": {
|
||||
"defaultMessage": "Edit invite link."
|
||||
},
|
||||
"sharing.invite-players-modal.edit-invite-link-title": {
|
||||
"defaultMessage": "Edit invite link"
|
||||
},
|
||||
"sharing.invite-players-modal.expiry-label": {
|
||||
"defaultMessage": "Expiry date"
|
||||
},
|
||||
"sharing.invite-players-modal.friends-heading": {
|
||||
"defaultMessage": "Your friends - {count}"
|
||||
},
|
||||
"sharing.invite-players-modal.invite": {
|
||||
"defaultMessage": "Invite"
|
||||
},
|
||||
"sharing.invite-players-modal.invite-expiry-description": {
|
||||
"defaultMessage": "Your invite link expires in {duration}."
|
||||
},
|
||||
"sharing.invite-players-modal.invite-link-heading": {
|
||||
"defaultMessage": "Or use an invite link"
|
||||
},
|
||||
"sharing.invite-players-modal.link-copied-text": {
|
||||
"defaultMessage": "The invite link has been copied to your clipboard."
|
||||
},
|
||||
"sharing.invite-players-modal.link-copied-title": {
|
||||
"defaultMessage": "Link copied"
|
||||
},
|
||||
"sharing.invite-players-modal.link-copy-failed-title": {
|
||||
"defaultMessage": "Failed to copy link"
|
||||
},
|
||||
"sharing.invite-players-modal.max-uses-label": {
|
||||
"defaultMessage": "Maximum uses"
|
||||
},
|
||||
"sharing.invite-players-modal.no-friends": {
|
||||
"defaultMessage": "No friends found."
|
||||
},
|
||||
"sharing.invite-players-modal.no-search-results": {
|
||||
"defaultMessage": "No matching users found."
|
||||
},
|
||||
"sharing.invite-players-modal.requested": {
|
||||
"defaultMessage": "Request sent"
|
||||
},
|
||||
"sharing.invite-players-modal.requested-tooltip": {
|
||||
"defaultMessage": "{username} needs to accept your friend request first"
|
||||
},
|
||||
"sharing.invite-players-modal.save-button": {
|
||||
"defaultMessage": "Save"
|
||||
},
|
||||
"sharing.invite-players-modal.search-placeholder": {
|
||||
"defaultMessage": "Enter Modrinth username"
|
||||
},
|
||||
"sharing.invite-players-modal.searching": {
|
||||
"defaultMessage": "Searching..."
|
||||
},
|
||||
"sharing.invite-players-modal.update-invite-link-failed-title": {
|
||||
"defaultMessage": "Failed to update invite link"
|
||||
},
|
||||
"tag.category.128x": {
|
||||
"defaultMessage": "128x"
|
||||
},
|
||||
|
||||
@@ -533,15 +533,6 @@
|
||||
"content.inline-backup.world-label": {
|
||||
"defaultMessage": "mundo"
|
||||
},
|
||||
"content.modpack-card.content-hint-description": {
|
||||
"defaultMessage": "¡Ya puedes encontrar el contenido de tu modpack aquí!"
|
||||
},
|
||||
"content.modpack-card.content-hint-title": {
|
||||
"defaultMessage": "Se ha movido el contenido del modpack"
|
||||
},
|
||||
"content.modpack-card.dismiss-hint": {
|
||||
"defaultMessage": "No volver a mostrar"
|
||||
},
|
||||
"content.page-layout.additional-content": {
|
||||
"defaultMessage": "Contenido adicional"
|
||||
},
|
||||
@@ -5802,4 +5793,3 @@
|
||||
"defaultMessage": "Tipo"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -482,15 +482,6 @@
|
||||
"content.inline-backup.world-label": {
|
||||
"defaultMessage": " mundo"
|
||||
},
|
||||
"content.modpack-card.content-hint-description": {
|
||||
"defaultMessage": "¡Ya puedes encontrar el contenido de tu modpack aquí!"
|
||||
},
|
||||
"content.modpack-card.content-hint-title": {
|
||||
"defaultMessage": "Se ha trasladado el contenido del modpack"
|
||||
},
|
||||
"content.modpack-card.dismiss-hint": {
|
||||
"defaultMessage": "No mostrar de nuevo"
|
||||
},
|
||||
"content.page-layout.additional-content": {
|
||||
"defaultMessage": "Contenido adicional"
|
||||
},
|
||||
|
||||
@@ -533,15 +533,6 @@
|
||||
"content.inline-backup.world-label": {
|
||||
"defaultMessage": "monde"
|
||||
},
|
||||
"content.modpack-card.content-hint-description": {
|
||||
"defaultMessage": "Le contenu de votre modpack peut maintenant être retrouvé ici !"
|
||||
},
|
||||
"content.modpack-card.content-hint-title": {
|
||||
"defaultMessage": "Contenu du modpack déplacé"
|
||||
},
|
||||
"content.modpack-card.dismiss-hint": {
|
||||
"defaultMessage": "Ne plus afficher"
|
||||
},
|
||||
"content.page-layout.additional-content": {
|
||||
"defaultMessage": "Contenu supplémentaire"
|
||||
},
|
||||
|
||||
@@ -257,9 +257,6 @@
|
||||
"content.inline-backup.create-backup": {
|
||||
"defaultMessage": "צור גיבוי"
|
||||
},
|
||||
"content.modpack-card.dismiss-hint": {
|
||||
"defaultMessage": "אל תציג שוב"
|
||||
},
|
||||
"content.page-layout.additional-content": {
|
||||
"defaultMessage": "תוכן נוסף"
|
||||
},
|
||||
|
||||
@@ -437,15 +437,6 @@
|
||||
"content.inline-backup.world-label": {
|
||||
"defaultMessage": "világ"
|
||||
},
|
||||
"content.modpack-card.content-hint-description": {
|
||||
"defaultMessage": "Mostantól itt találhatod meg!"
|
||||
},
|
||||
"content.modpack-card.content-hint-title": {
|
||||
"defaultMessage": "A modcsomag tartalmát áthelyeztük"
|
||||
},
|
||||
"content.modpack-card.dismiss-hint": {
|
||||
"defaultMessage": "Ne mutasd többször"
|
||||
},
|
||||
"content.page-layout.additional-content": {
|
||||
"defaultMessage": "További tartalom"
|
||||
},
|
||||
|
||||
@@ -452,15 +452,6 @@
|
||||
"content.inline-backup.world-label": {
|
||||
"defaultMessage": "dunia"
|
||||
},
|
||||
"content.modpack-card.content-hint-description": {
|
||||
"defaultMessage": "Konten paket mod Anda kini dapat ditemukan di sini!"
|
||||
},
|
||||
"content.modpack-card.content-hint-title": {
|
||||
"defaultMessage": "Konten paket mod telah berpindah"
|
||||
},
|
||||
"content.modpack-card.dismiss-hint": {
|
||||
"defaultMessage": "Jangan tampilkan lagi"
|
||||
},
|
||||
"content.page-layout.additional-content": {
|
||||
"defaultMessage": "Konten tambahan"
|
||||
},
|
||||
@@ -2997,4 +2988,3 @@
|
||||
"defaultMessage": "Anda memiliki perubahan yang belum tersimpan."
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -512,15 +512,6 @@
|
||||
"content.inline-backup.world-label": {
|
||||
"defaultMessage": "mondo"
|
||||
},
|
||||
"content.modpack-card.content-hint-description": {
|
||||
"defaultMessage": "I contenuti del tuo pacchetto ora si trovano qui!"
|
||||
},
|
||||
"content.modpack-card.content-hint-title": {
|
||||
"defaultMessage": "Contenuti del pacchetto spostati"
|
||||
},
|
||||
"content.modpack-card.dismiss-hint": {
|
||||
"defaultMessage": "Non mostrare più"
|
||||
},
|
||||
"content.page-layout.additional-content": {
|
||||
"defaultMessage": "Contenuto aggiuntivo"
|
||||
},
|
||||
|
||||
@@ -473,15 +473,6 @@
|
||||
"content.inline-backup.world-label": {
|
||||
"defaultMessage": "ワールド"
|
||||
},
|
||||
"content.modpack-card.content-hint-description": {
|
||||
"defaultMessage": "あなたのModパックのコンテンツは、こちらで確認できます!"
|
||||
},
|
||||
"content.modpack-card.content-hint-title": {
|
||||
"defaultMessage": "Modパックのコンテンツは移動しました"
|
||||
},
|
||||
"content.modpack-card.dismiss-hint": {
|
||||
"defaultMessage": "再度表示しない"
|
||||
},
|
||||
"content.page-layout.additional-content": {
|
||||
"defaultMessage": "追加のコンテンツ"
|
||||
},
|
||||
|
||||
@@ -533,15 +533,6 @@
|
||||
"content.inline-backup.world-label": {
|
||||
"defaultMessage": "세계"
|
||||
},
|
||||
"content.modpack-card.content-hint-description": {
|
||||
"defaultMessage": "여기서 모드팩의 콘텐츠를 확인할 수 있습니다!"
|
||||
},
|
||||
"content.modpack-card.content-hint-title": {
|
||||
"defaultMessage": "모드팩 콘텐츠 이동됨"
|
||||
},
|
||||
"content.modpack-card.dismiss-hint": {
|
||||
"defaultMessage": "다시 보지 않기"
|
||||
},
|
||||
"content.page-layout.additional-content": {
|
||||
"defaultMessage": "추가 콘텐츠"
|
||||
},
|
||||
|
||||
@@ -437,15 +437,6 @@
|
||||
"content.inline-backup.world-label": {
|
||||
"defaultMessage": "dunia"
|
||||
},
|
||||
"content.modpack-card.content-hint-description": {
|
||||
"defaultMessage": "Kandungan pek mod anda kini boleh didapati di sini!"
|
||||
},
|
||||
"content.modpack-card.content-hint-title": {
|
||||
"defaultMessage": "Kandungan pek mod telah berpindah"
|
||||
},
|
||||
"content.modpack-card.dismiss-hint": {
|
||||
"defaultMessage": "Jangan tunjukkan lagi"
|
||||
},
|
||||
"content.page-layout.additional-content": {
|
||||
"defaultMessage": "Kandungan tambahan"
|
||||
},
|
||||
@@ -5046,4 +5037,3 @@
|
||||
"defaultMessage": "Jenis"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -533,15 +533,6 @@
|
||||
"content.inline-backup.world-label": {
|
||||
"defaultMessage": "wereld"
|
||||
},
|
||||
"content.modpack-card.content-hint-description": {
|
||||
"defaultMessage": "De inhoud van je modpack is nu hier te vinden!"
|
||||
},
|
||||
"content.modpack-card.content-hint-title": {
|
||||
"defaultMessage": "Inhoud van modpack is verplaatst"
|
||||
},
|
||||
"content.modpack-card.dismiss-hint": {
|
||||
"defaultMessage": "Niet opnieuw tonen"
|
||||
},
|
||||
"content.page-layout.additional-content": {
|
||||
"defaultMessage": "Extra inhoud"
|
||||
},
|
||||
|
||||
@@ -383,15 +383,6 @@
|
||||
"content.inline-backup.world-label": {
|
||||
"defaultMessage": "verden"
|
||||
},
|
||||
"content.modpack-card.content-hint-description": {
|
||||
"defaultMessage": "Modpakkeinnholdet ditt kan nå bli funnet her!"
|
||||
},
|
||||
"content.modpack-card.content-hint-title": {
|
||||
"defaultMessage": "Modpakkeinnhold flytta"
|
||||
},
|
||||
"content.modpack-card.dismiss-hint": {
|
||||
"defaultMessage": "Ikke vis igjen"
|
||||
},
|
||||
"content.page-layout.additional-content": {
|
||||
"defaultMessage": "Yttligere innhold"
|
||||
},
|
||||
@@ -2790,4 +2781,3 @@
|
||||
"defaultMessage": "Du har ulagrede endringer."
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -533,15 +533,6 @@
|
||||
"content.inline-backup.world-label": {
|
||||
"defaultMessage": "Twój świat"
|
||||
},
|
||||
"content.modpack-card.content-hint-description": {
|
||||
"defaultMessage": "Informacje o zawartości Twojej paczki modów możesz teraz znaleźć tutaj!"
|
||||
},
|
||||
"content.modpack-card.content-hint-title": {
|
||||
"defaultMessage": "Zawartość paczek modów została przeniesiona"
|
||||
},
|
||||
"content.modpack-card.dismiss-hint": {
|
||||
"defaultMessage": "Nie pokazuj ponownie"
|
||||
},
|
||||
"content.page-layout.additional-content": {
|
||||
"defaultMessage": "Dodatkowa zawartość"
|
||||
},
|
||||
|
||||
@@ -533,15 +533,6 @@
|
||||
"content.inline-backup.world-label": {
|
||||
"defaultMessage": "mundo"
|
||||
},
|
||||
"content.modpack-card.content-hint-description": {
|
||||
"defaultMessage": "O conteúdo do seu pacote de mods agora pode ser encontrado aqui!"
|
||||
},
|
||||
"content.modpack-card.content-hint-title": {
|
||||
"defaultMessage": "Conteúdo do pacote de mods movido"
|
||||
},
|
||||
"content.modpack-card.dismiss-hint": {
|
||||
"defaultMessage": "Não mostrar novamente"
|
||||
},
|
||||
"content.page-layout.additional-content": {
|
||||
"defaultMessage": "Conteúdo adicional"
|
||||
},
|
||||
|
||||
@@ -350,15 +350,6 @@
|
||||
"content.inline-backup.shift-click-hint": {
|
||||
"defaultMessage": "Pressiona Shift enquanto clicas para saltar a confirmação."
|
||||
},
|
||||
"content.modpack-card.content-hint-description": {
|
||||
"defaultMessage": "O conteúdo do teu modpack agora pode ser encontrado aqui!"
|
||||
},
|
||||
"content.modpack-card.content-hint-title": {
|
||||
"defaultMessage": "Conteúdo do modpack foi movido"
|
||||
},
|
||||
"content.modpack-card.dismiss-hint": {
|
||||
"defaultMessage": "Não mostrar novamente"
|
||||
},
|
||||
"content.page-layout.additional-content": {
|
||||
"defaultMessage": "Conteúdo adicional"
|
||||
},
|
||||
@@ -2538,4 +2529,3 @@
|
||||
"defaultMessage": "Tens alterações por guardar."
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -506,15 +506,6 @@
|
||||
"content.inline-backup.world-label": {
|
||||
"defaultMessage": "мир"
|
||||
},
|
||||
"content.modpack-card.content-hint-description": {
|
||||
"defaultMessage": "Теперь он находится здесь!"
|
||||
},
|
||||
"content.modpack-card.content-hint-title": {
|
||||
"defaultMessage": "Контент сборки перемещён"
|
||||
},
|
||||
"content.modpack-card.dismiss-hint": {
|
||||
"defaultMessage": "Больше не показывать"
|
||||
},
|
||||
"content.page-layout.additional-content": {
|
||||
"defaultMessage": "Дополнительный контент"
|
||||
},
|
||||
|
||||
@@ -533,15 +533,6 @@
|
||||
"content.inline-backup.world-label": {
|
||||
"defaultMessage": "svet"
|
||||
},
|
||||
"content.modpack-card.content-hint-description": {
|
||||
"defaultMessage": "Sadržaj tvog modpacka sada možeš pronaći ovde!"
|
||||
},
|
||||
"content.modpack-card.content-hint-title": {
|
||||
"defaultMessage": "Sadržaj modpacka pomeren"
|
||||
},
|
||||
"content.modpack-card.dismiss-hint": {
|
||||
"defaultMessage": "Ne prikazuj ponovo"
|
||||
},
|
||||
"content.page-layout.additional-content": {
|
||||
"defaultMessage": "Dodatni sadržaj"
|
||||
},
|
||||
@@ -5802,4 +5793,3 @@
|
||||
"defaultMessage": "Tip"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -506,15 +506,6 @@
|
||||
"content.inline-backup.world-label": {
|
||||
"defaultMessage": "värld"
|
||||
},
|
||||
"content.modpack-card.content-hint-description": {
|
||||
"defaultMessage": "Modpaketets innehåll kan nu ses här!"
|
||||
},
|
||||
"content.modpack-card.content-hint-title": {
|
||||
"defaultMessage": "Modpaketets innehåll flyttades"
|
||||
},
|
||||
"content.modpack-card.dismiss-hint": {
|
||||
"defaultMessage": "Visa inte igen"
|
||||
},
|
||||
"content.page-layout.additional-content": {
|
||||
"defaultMessage": "Ytterligare innehåll"
|
||||
},
|
||||
@@ -3837,4 +3828,3 @@
|
||||
"defaultMessage": "Typ"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -530,15 +530,6 @@
|
||||
"content.inline-backup.world-label": {
|
||||
"defaultMessage": "dünya"
|
||||
},
|
||||
"content.modpack-card.content-hint-description": {
|
||||
"defaultMessage": "Mod paketinizin içeriği artık burada bulunabilir!"
|
||||
},
|
||||
"content.modpack-card.content-hint-title": {
|
||||
"defaultMessage": "Mod paketi içeriği taşındı"
|
||||
},
|
||||
"content.modpack-card.dismiss-hint": {
|
||||
"defaultMessage": "Bir daha gösterme"
|
||||
},
|
||||
"content.page-layout.additional-content": {
|
||||
"defaultMessage": "Fazladan içerik"
|
||||
},
|
||||
|
||||
@@ -530,15 +530,6 @@
|
||||
"content.inline-backup.world-label": {
|
||||
"defaultMessage": "світ"
|
||||
},
|
||||
"content.modpack-card.content-hint-description": {
|
||||
"defaultMessage": "Уміст вашої збірки тепер можна знайти тут!"
|
||||
},
|
||||
"content.modpack-card.content-hint-title": {
|
||||
"defaultMessage": "Уміст збірки перемістився"
|
||||
},
|
||||
"content.modpack-card.dismiss-hint": {
|
||||
"defaultMessage": "Не показувати знову"
|
||||
},
|
||||
"content.page-layout.additional-content": {
|
||||
"defaultMessage": "Додатковий уміст"
|
||||
},
|
||||
|
||||
@@ -479,15 +479,6 @@
|
||||
"content.inline-backup.world-label": {
|
||||
"defaultMessage": "thế giới"
|
||||
},
|
||||
"content.modpack-card.content-hint-description": {
|
||||
"defaultMessage": "Nội dung modpack của bạn hiện đã có ở đây!"
|
||||
},
|
||||
"content.modpack-card.content-hint-title": {
|
||||
"defaultMessage": "Nội dung modpack đã được di chuyển"
|
||||
},
|
||||
"content.modpack-card.dismiss-hint": {
|
||||
"defaultMessage": "Không hiển thị lại"
|
||||
},
|
||||
"content.page-layout.additional-content": {
|
||||
"defaultMessage": "Mod bổ sung"
|
||||
},
|
||||
@@ -5094,4 +5085,3 @@
|
||||
"defaultMessage": "Đội ngũ Modrinth"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -533,15 +533,6 @@
|
||||
"content.inline-backup.world-label": {
|
||||
"defaultMessage": "世界"
|
||||
},
|
||||
"content.modpack-card.content-hint-description": {
|
||||
"defaultMessage": "你现在可以在这里找到你的整合包内容!"
|
||||
},
|
||||
"content.modpack-card.content-hint-title": {
|
||||
"defaultMessage": "整合包内容已移动"
|
||||
},
|
||||
"content.modpack-card.dismiss-hint": {
|
||||
"defaultMessage": "不再显示"
|
||||
},
|
||||
"content.page-layout.additional-content": {
|
||||
"defaultMessage": "附加内容"
|
||||
},
|
||||
@@ -5802,4 +5793,3 @@
|
||||
"defaultMessage": "类型"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -533,15 +533,6 @@
|
||||
"content.inline-backup.world-label": {
|
||||
"defaultMessage": "世界"
|
||||
},
|
||||
"content.modpack-card.content-hint-description": {
|
||||
"defaultMessage": "你模組包的內容現在可以在這裡找到了!"
|
||||
},
|
||||
"content.modpack-card.content-hint-title": {
|
||||
"defaultMessage": "模組包內容已移動"
|
||||
},
|
||||
"content.modpack-card.dismiss-hint": {
|
||||
"defaultMessage": "不再顯示"
|
||||
},
|
||||
"content.page-layout.additional-content": {
|
||||
"defaultMessage": "額外內容"
|
||||
},
|
||||
@@ -5802,4 +5793,3 @@
|
||||
"defaultMessage": "類型"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user