refactor(i18n): use common messages for generic button labels (#7020)

A few components defined their own "Cancel", "Close", "Clear" and
"Success" descriptors when commonMessages already has them. Swapped
them over and removed the old ones.

Locale files come from intl:prune-local dropping the now-orphaned
strings across every language.
This commit is contained in:
Mr_chank
2026-08-07 04:39:05 +00:00
committed by GitHub
parent b8d97268cb
commit 8aa22b9bed
72 changed files with 23 additions and 440 deletions
@@ -73,7 +73,7 @@
<div class="grid grid-cols-1 gap-2 sm:grid-cols-2">
<Button type="outlined" class="w-full" native-type="button" @click="modal?.hide()">
<XIcon aria-hidden="true" />
{{ formatMessage(messages.cancelButton) }}
{{ formatMessage(commonMessages.cancelButton) }}
</Button>
<Button
class="w-full"
@@ -106,7 +106,14 @@
<script setup lang="ts">
import { LogInIcon, RefreshCwIcon, SpinnerIcon, UserPlusIcon, XIcon } from '@modrinth/assets'
import { Button, defineMessages, IntlFormatted, NewModal, useVIntl } from '@modrinth/ui'
import {
Button,
commonMessages,
defineMessages,
IntlFormatted,
NewModal,
useVIntl,
} from '@modrinth/ui'
import { openUrl } from '@tauri-apps/plugin-opener'
import { ref } from 'vue'
@@ -245,10 +252,6 @@ const messages = defineMessages({
id: 'modal.modrinth-account-required.waiting-for-browser',
defaultMessage: 'Waiting for browser confirmation...',
},
cancelButton: {
id: 'modal.modrinth-account-required.cancel-button',
defaultMessage: 'Cancel',
},
openBrowserAgainButton: {
id: 'modal.modrinth-account-required.open-browser-again-button',
defaultMessage: 'Open browser again',
@@ -1112,9 +1112,6 @@
"minecraft-required.sign-in": {
"message": "Log ind på Microsoft"
},
"modal.modrinth-account-required.cancel-button": {
"message": "Annuller"
},
"modal.modrinth-account-required.continue-in-browser-heading": {
"message": "Fortsæt i din browser"
},
@@ -1853,9 +1853,6 @@
"modal.modrinth-account-required.browser-description": {
"message": "Ein neuer Tab zum Anmelden wurde geöffnet. Schließe die Anmeldung dort ab und kehren anschließend zur App zurück."
},
"modal.modrinth-account-required.cancel-button": {
"message": "Abbrechen"
},
"modal.modrinth-account-required.continue-in-browser-heading": {
"message": "Im Browser fortfahren"
},
@@ -1853,9 +1853,6 @@
"modal.modrinth-account-required.browser-description": {
"message": "Ein neuer Tab zum Anmelden wurde geöffnet. Schließe die Anmeldung dort ab und kehren anschließend zur App zurück."
},
"modal.modrinth-account-required.cancel-button": {
"message": "Abbrechen"
},
"modal.modrinth-account-required.continue-in-browser-heading": {
"message": "Im Browser fortfahren"
},
@@ -1880,9 +1880,6 @@
"modal.modrinth-account-required.browser-description": {
"message": "A new tab opened to sign in. Complete the sign in there, then return to the app."
},
"modal.modrinth-account-required.cancel-button": {
"message": "Cancel"
},
"modal.modrinth-account-required.continue-in-browser-heading": {
"message": "Continue in your browser"
},
@@ -1481,9 +1481,6 @@
"minecraft-required.sign-in": {
"message": "Iniciar sesión con Microsoft"
},
"modal.modrinth-account-required.cancel-button": {
"message": "Cancelar"
},
"modal.modrinth-account-required.header": {
"message": "Cuenta requerida"
},
@@ -1754,9 +1754,6 @@
"modal.modrinth-account-required.browser-description": {
"message": "A nouvel onglet a été ouvert pour vous connecter. Finissez la connexion, puis retournez dans l'application."
},
"modal.modrinth-account-required.cancel-button": {
"message": "Annuler"
},
"modal.modrinth-account-required.continue-in-browser-heading": {
"message": "Continuer dans votre navigateur"
},
@@ -1856,9 +1856,6 @@
"modal.modrinth-account-required.browser-description": {
"message": "Megnyílt egy új lap a bejelentkezéshez. Végezd el ott a bejelentkezést, majd térj vissza az alkalmazásba."
},
"modal.modrinth-account-required.cancel-button": {
"message": "Mégse"
},
"modal.modrinth-account-required.continue-in-browser-heading": {
"message": "Folytatás a böngészőben"
},
@@ -1853,9 +1853,6 @@
"modal.modrinth-account-required.browser-description": {
"message": "Si è aperta una nuova scheda per effettuare l'accesso. Poi torna all'app."
},
"modal.modrinth-account-required.cancel-button": {
"message": "Annulla"
},
"modal.modrinth-account-required.continue-in-browser-heading": {
"message": "Continua nel browser"
},
@@ -1853,9 +1853,6 @@
"modal.modrinth-account-required.browser-description": {
"message": "サインイン用のタブが開きました。そちらでサインインを完了してから、アプリに戻ってください。"
},
"modal.modrinth-account-required.cancel-button": {
"message": "キャンセル"
},
"modal.modrinth-account-required.continue-in-browser-heading": {
"message": "ブラウザで続行"
},
@@ -1853,9 +1853,6 @@
"modal.modrinth-account-required.browser-description": {
"message": "로그인을 위한 새 탭이 열렸습니다. 해당 탭에서 로그인을 완료한 후 앱 돌아오세요."
},
"modal.modrinth-account-required.cancel-button": {
"message": "취소"
},
"modal.modrinth-account-required.continue-in-browser-heading": {
"message": "브라우저에서 계속 진행"
},
@@ -1763,9 +1763,6 @@
"modal.modrinth-account-required.browser-description": {
"message": "Er is een nieuw tabblad geopend om je aan te melden. Log daar in en ga vervolgens terug naar de app."
},
"modal.modrinth-account-required.cancel-button": {
"message": "Annuleren"
},
"modal.modrinth-account-required.continue-in-browser-heading": {
"message": "Doorgaan in je browser"
},
@@ -1619,9 +1619,6 @@
"minecraft-required.sign-in": {
"message": "Zaloguj się do Microsoft"
},
"modal.modrinth-account-required.cancel-button": {
"message": "Anuluj"
},
"modal.modrinth-account-required.continue-in-browser-heading": {
"message": "Kontynuuj w przeglądarce"
},
@@ -1856,9 +1856,6 @@
"modal.modrinth-account-required.browser-description": {
"message": "Uma nova aba foi aberta para iniciar sessão. Conclua lá, então volte ao aplicativo."
},
"modal.modrinth-account-required.cancel-button": {
"message": "Cancelar"
},
"modal.modrinth-account-required.continue-in-browser-heading": {
"message": "Continuar em seu navegador"
},
@@ -1844,9 +1844,6 @@
"modal.modrinth-account-required.browser-description": {
"message": "Открылась вкладка для входа. Завершение вход и вернитесь в приложение."
},
"modal.modrinth-account-required.cancel-button": {
"message": "Отмена"
},
"modal.modrinth-account-required.continue-in-browser-heading": {
"message": "Продолжите в браузере"
},
@@ -1640,9 +1640,6 @@
"minecraft-required.sign-in": {
"message": "Logga in på Microsoft"
},
"modal.modrinth-account-required.cancel-button": {
"message": "Avbryt"
},
"modal.modrinth-account-required.continue-in-browser-heading": {
"message": "Fortsätt i din webbläsare"
},
@@ -1457,9 +1457,6 @@
"minecraft-required.sign-in": {
"message": "Microsoft'a giriş yap"
},
"modal.modrinth-account-required.cancel-button": {
"message": "İptal"
},
"modal.modrinth-account-required.continue-in-browser-heading": {
"message": "Tarayıcında devam et"
},
@@ -1853,9 +1853,6 @@
"modal.modrinth-account-required.browser-description": {
"message": "Відкрилася нова вкладка, де ви зможете ввійти. Увійдіть, тоді поверніться до застосунку."
},
"modal.modrinth-account-required.cancel-button": {
"message": "Скасувати"
},
"modal.modrinth-account-required.continue-in-browser-heading": {
"message": "Продовжити у браузері"
},
@@ -1856,9 +1856,6 @@
"modal.modrinth-account-required.browser-description": {
"message": "一个新的标签页已打开,你需要在那里完成登录,然后回到Modrinth app。"
},
"modal.modrinth-account-required.cancel-button": {
"message": "取消"
},
"modal.modrinth-account-required.continue-in-browser-heading": {
"message": "请在你的浏览器中继续"
},
@@ -1856,9 +1856,6 @@
"modal.modrinth-account-required.browser-description": {
"message": "一個新分頁已開啟供你登入。請在該分頁完成登入,然後返回應用程式。"
},
"modal.modrinth-account-required.cancel-button": {
"message": "取消"
},
"modal.modrinth-account-required.continue-in-browser-heading": {
"message": "在瀏覽器中繼續"
},
@@ -133,7 +133,7 @@
</div>
<div class="flex w-full flex-row justify-stretch gap-2">
<Button class="w-full text-contrast" @click="handleClose">
{{ props.closeButtonText ?? formatMessage(messages.closeButton) }}
{{ props.closeButtonText ?? formatMessage(commonMessages.closeButton) }}
</Button>
<Button
type="colored"
@@ -267,10 +267,6 @@ const messages = defineMessages({
id: 'dashboard.creator-tax-form-modal.confirmation.download-button',
defaultMessage: 'Download {formType}',
},
closeButton: {
id: 'dashboard.creator-tax-form-modal.close-button',
defaultMessage: 'Close',
},
incompleteTitle: {
id: 'dashboard.creator-tax-form-modal.incomplete.title',
defaultMessage: 'Tax form incomplete',
@@ -11,6 +11,7 @@ import { Button, IconButton } from '@modrinth/ui'
import {
Combobox,
type ComboboxOption,
commonMessages,
ConfirmModal,
defineMessages,
injectModrinthClient,
@@ -61,10 +62,6 @@ const messages = defineMessages({
id: 'modpack-scan-modal.scanning',
defaultMessage: 'Scanning...',
},
success: {
id: 'modpack-scan-modal.success',
defaultMessage: 'Success',
},
failed: {
id: 'modpack-scan-modal.failed',
defaultMessage: 'Failed',
@@ -102,10 +99,6 @@ const messages = defineMessages({
defaultMessage:
'This will permanently delete all attribution groups for this project and all files inside them. This action cannot be undone.',
},
deleteAllGroupsConfirmationProceed: {
id: 'modpack-scan-modal.delete-all-groups.proceed',
defaultMessage: 'Clear',
},
deleteAllGroupsSuccess: {
id: 'modpack-scan-modal.delete-all-groups.success',
defaultMessage: 'All groups cleared successfully.',
@@ -344,7 +337,7 @@ async function clearAllGroups() {
if (!failed) {
addNotification({
type: 'success',
title: formatMessage(messages.success),
title: formatMessage(commonMessages.successLabel),
text: formatMessage(messages.deleteAllGroupsSuccess),
})
}
@@ -369,7 +362,7 @@ defineExpose({ show, hide })
ref="clearModalRef"
:title="formatMessage(messages.deleteAllGroupsConfirmationTitle)"
:description="formatMessage(messages.deleteAllGroupsConfirmationDescription)"
:proceed-label="formatMessage(messages.deleteAllGroupsConfirmationProceed)"
:proceed-label="formatMessage(commonMessages.clearButton)"
@proceed="clearAllGroups"
/>
@@ -1481,9 +1481,6 @@
"dashboard.collections.sort.recently-updated": {
"message": "Kürzlich aktualisiert"
},
"dashboard.creator-tax-form-modal.close-button": {
"message": "Schließen"
},
"dashboard.creator-tax-form-modal.confirmation.download-button": {
"message": "{formType} herunterladen"
},
@@ -2984,9 +2981,6 @@
"modpack-scan-modal.delete-all-groups.error": {
"message": "Fehler beim Löschen aller Gruppen: {error}"
},
"modpack-scan-modal.delete-all-groups.proceed": {
"message": "Löschen"
},
"modpack-scan-modal.delete-all-groups.success": {
"message": "Alle Gruppen wurden gelöscht."
},
@@ -3026,9 +3020,6 @@
"modpack-scan-modal.scanning": {
"message": "Wird gescannt..."
},
"modpack-scan-modal.success": {
"message": "Erfolg"
},
"modpack-scan-modal.title": {
"message": "Modpack-Scan ({scanned}/{total} Dateien)"
},
@@ -1481,9 +1481,6 @@
"dashboard.collections.sort.recently-updated": {
"message": "Kürzlich aktualisiert"
},
"dashboard.creator-tax-form-modal.close-button": {
"message": "Schließen"
},
"dashboard.creator-tax-form-modal.confirmation.download-button": {
"message": "Lade {formType} herunter"
},
@@ -2984,9 +2981,6 @@
"modpack-scan-modal.delete-all-groups.error": {
"message": "Fehler beim Löschen aller Gruppen: {error}"
},
"modpack-scan-modal.delete-all-groups.proceed": {
"message": "Löschen"
},
"modpack-scan-modal.delete-all-groups.success": {
"message": "Alle Gruppen wurden gelöscht."
},
@@ -3026,9 +3020,6 @@
"modpack-scan-modal.scanning": {
"message": "Wird gescannt..."
},
"modpack-scan-modal.success": {
"message": "Erfolg"
},
"modpack-scan-modal.title": {
"message": "Modpack-Scan ({scanned}/{total} Dateien)"
},
@@ -1481,9 +1481,6 @@
"dashboard.collections.sort.recently-updated": {
"message": "Recently Updated"
},
"dashboard.creator-tax-form-modal.close-button": {
"message": "Close"
},
"dashboard.creator-tax-form-modal.confirmation.download-button": {
"message": "Download {formType}"
},
@@ -2984,9 +2981,6 @@
"modpack-scan-modal.delete-all-groups.error": {
"message": "Failed to clear all groups: {error}"
},
"modpack-scan-modal.delete-all-groups.proceed": {
"message": "Clear"
},
"modpack-scan-modal.delete-all-groups.success": {
"message": "All groups cleared successfully."
},
@@ -3026,9 +3020,6 @@
"modpack-scan-modal.scanning": {
"message": "Scanning..."
},
"modpack-scan-modal.success": {
"message": "Success"
},
"modpack-scan-modal.title": {
"message": "Modpack Scan ({scanned}/{total} Files)"
},
@@ -1481,9 +1481,6 @@
"dashboard.collections.sort.recently-updated": {
"message": "Actualizado recientemente"
},
"dashboard.creator-tax-form-modal.close-button": {
"message": "Cerrar"
},
"dashboard.creator-tax-form-modal.confirmation.download-button": {
"message": "Descargar {formType}"
},
@@ -2984,9 +2981,6 @@
"modpack-scan-modal.delete-all-groups.error": {
"message": "Error al borrar todos los grupos: {error}"
},
"modpack-scan-modal.delete-all-groups.proceed": {
"message": "Borrar"
},
"modpack-scan-modal.delete-all-groups.success": {
"message": "Todos los grupos fueron borrados exitosamente."
},
@@ -3026,9 +3020,6 @@
"modpack-scan-modal.scanning": {
"message": "Escaneando..."
},
"modpack-scan-modal.success": {
"message": "Éxito"
},
"modpack-scan-modal.title": {
"message": "Análisis del modpack ({scanned}/{total} archivos)"
},
@@ -1481,9 +1481,6 @@
"dashboard.collections.sort.recently-updated": {
"message": "Mis à jour récemment"
},
"dashboard.creator-tax-form-modal.close-button": {
"message": "Fermer"
},
"dashboard.creator-tax-form-modal.confirmation.download-button": {
"message": "Télécharger {formType}"
},
@@ -2984,9 +2981,6 @@
"modpack-scan-modal.delete-all-groups.error": {
"message": "Le nettoyage des groupes a échoué : {error}"
},
"modpack-scan-modal.delete-all-groups.proceed": {
"message": "Effacer"
},
"modpack-scan-modal.delete-all-groups.success": {
"message": "Tous les groupes ont été nettoyés avec succès."
},
@@ -3026,9 +3020,6 @@
"modpack-scan-modal.scanning": {
"message": "Scan en cours..."
},
"modpack-scan-modal.success": {
"message": "Succès"
},
"modpack-scan-modal.title": {
"message": "Scan du modpack ({scanned}/{total} fichiers)"
},
@@ -1415,9 +1415,6 @@
"dashboard.collections.sort.recently-updated": {
"message": "Nemrég frissített"
},
"dashboard.creator-tax-form-modal.close-button": {
"message": "Bezárás"
},
"dashboard.creator-tax-form-modal.confirmation.download-button": {
"message": "Letöltés {formType}"
},
@@ -1475,9 +1475,6 @@
"dashboard.collections.sort.recently-updated": {
"message": "Ultima modifica"
},
"dashboard.creator-tax-form-modal.close-button": {
"message": "Chiudi"
},
"dashboard.creator-tax-form-modal.confirmation.download-button": {
"message": "Scarica {formType}"
},
@@ -2975,9 +2972,6 @@
"modpack-scan-modal.delete-all-groups.error": {
"message": "Errore nell'eliminazione dei gruppi: {error}"
},
"modpack-scan-modal.delete-all-groups.proceed": {
"message": "Procedi"
},
"modpack-scan-modal.delete-all-groups.success": {
"message": "Tutti i gruppi eliminati con successo."
},
@@ -3017,9 +3011,6 @@
"modpack-scan-modal.scanning": {
"message": "Scansione..."
},
"modpack-scan-modal.success": {
"message": "Successo"
},
"modpack-scan-modal.title": {
"message": "Scansione del pacchetto ({scanned}/{total} file)"
},
@@ -1109,9 +1109,6 @@
"dashboard.collections.sort.recently-updated": {
"message": "更新順(新しい順)"
},
"dashboard.creator-tax-form-modal.close-button": {
"message": "閉じる"
},
"dashboard.creator-tax-form-modal.confirmation.download-button": {
"message": "{formType} をダウンロード"
},
@@ -1481,9 +1481,6 @@
"dashboard.collections.sort.recently-updated": {
"message": "최근 업데이트"
},
"dashboard.creator-tax-form-modal.close-button": {
"message": "닫기"
},
"dashboard.creator-tax-form-modal.confirmation.download-button": {
"message": "{formType} 다운로드"
},
@@ -2984,9 +2981,6 @@
"modpack-scan-modal.delete-all-groups.error": {
"message": "모든 그룹 삭제 실패: {error}"
},
"modpack-scan-modal.delete-all-groups.proceed": {
"message": "삭제"
},
"modpack-scan-modal.delete-all-groups.success": {
"message": "모든 그룹 삭제 완료."
},
@@ -3026,9 +3020,6 @@
"modpack-scan-modal.scanning": {
"message": "스캔중..."
},
"modpack-scan-modal.success": {
"message": "성공"
},
"modpack-scan-modal.title": {
"message": "모드팩 스캔 ({scanned}/{total} 파일)"
},
@@ -1112,9 +1112,6 @@
"dashboard.collections.sort.recently-updated": {
"message": "Dikemas Kini Baru-baru Ini"
},
"dashboard.creator-tax-form-modal.close-button": {
"message": "Tutup"
},
"dashboard.creator-tax-form-modal.confirmation.download-button": {
"message": "Muat turun {formType}"
},
@@ -2423,9 +2420,6 @@
"moderation.page.technicalReview": {
"message": "Semakan teknikal"
},
"modpack-scan-modal.delete-all-groups.proceed": {
"message": "Kosongkan"
},
"modpack-scan-modal.failed": {
"message": "Gagal"
},
@@ -1478,9 +1478,6 @@
"dashboard.collections.sort.recently-updated": {
"message": "Recentelijk geüpdate"
},
"dashboard.creator-tax-form-modal.close-button": {
"message": "Sluiten"
},
"dashboard.creator-tax-form-modal.confirmation.download-button": {
"message": "Download {formType}"
},
@@ -2981,9 +2978,6 @@
"modpack-scan-modal.delete-all-groups.error": {
"message": "Niet gelukt om alle groepen te wissen: {error}"
},
"modpack-scan-modal.delete-all-groups.proceed": {
"message": "Wissen"
},
"modpack-scan-modal.delete-all-groups.success": {
"message": "Alle groepen zijn succesvol gewist."
},
@@ -3023,9 +3017,6 @@
"modpack-scan-modal.scanning": {
"message": "Scannen..."
},
"modpack-scan-modal.success": {
"message": "Gelukt"
},
"modpack-scan-modal.title": {
"message": "Modpack-scan ({scanned}/{total} bestanden)"
},
@@ -1478,9 +1478,6 @@
"dashboard.collections.sort.recently-updated": {
"message": "Ostatnio zaktualizowane"
},
"dashboard.creator-tax-form-modal.close-button": {
"message": "Zamknij"
},
"dashboard.creator-tax-form-modal.confirmation.download-button": {
"message": "Pobierz {formType}"
},
@@ -2975,9 +2972,6 @@
"modpack-scan-modal.delete-all-groups-confirmation.description": {
"message": "Trwale usunie to wszystkie grupy atrybucji i wszystkie zawarte w nich pliki. Tej akcji nie można cofnąć."
},
"modpack-scan-modal.delete-all-groups.proceed": {
"message": "Wyczyść"
},
"modpack-scan-modal.failed": {
"message": "Błąd"
},
@@ -3014,9 +3008,6 @@
"modpack-scan-modal.scanning": {
"message": "Skanowanie..."
},
"modpack-scan-modal.success": {
"message": "Sukces"
},
"modpack-scan-modal.title": {
"message": "Skanowanie paczki modów ({scanned}/{total} plików)"
},
@@ -1481,9 +1481,6 @@
"dashboard.collections.sort.recently-updated": {
"message": "Atualizado recentemente"
},
"dashboard.creator-tax-form-modal.close-button": {
"message": "Fechar"
},
"dashboard.creator-tax-form-modal.confirmation.download-button": {
"message": "Baixar {formType}"
},
@@ -2984,9 +2981,6 @@
"modpack-scan-modal.delete-all-groups.error": {
"message": "Falhou ao excluir todos os grupos: {error}"
},
"modpack-scan-modal.delete-all-groups.proceed": {
"message": "Excluir"
},
"modpack-scan-modal.delete-all-groups.success": {
"message": "Todos os grupos excluídos com sucesso."
},
@@ -3026,9 +3020,6 @@
"modpack-scan-modal.scanning": {
"message": "Verificando..."
},
"modpack-scan-modal.success": {
"message": "Sucesso"
},
"modpack-scan-modal.title": {
"message": "Verificação do pacote de mods ({scanned}/{total} Arquivos)"
},
@@ -1475,9 +1475,6 @@
"dashboard.collections.sort.recently-updated": {
"message": "Дата обновления"
},
"dashboard.creator-tax-form-modal.close-button": {
"message": "Закрыть"
},
"dashboard.creator-tax-form-modal.confirmation.download-button": {
"message": "Скачать {formType}"
},
@@ -2978,9 +2975,6 @@
"modpack-scan-modal.delete-all-groups.error": {
"message": "Не удалось удалить все группы: {error}"
},
"modpack-scan-modal.delete-all-groups.proceed": {
"message": "Удалить"
},
"modpack-scan-modal.delete-all-groups.success": {
"message": "Все группы успешно удалены."
},
@@ -3020,9 +3014,6 @@
"modpack-scan-modal.scanning": {
"message": "Сканирование..."
},
"modpack-scan-modal.success": {
"message": "Готово"
},
"muralpay.account-type.checking": {
"message": "Расчётный"
},
@@ -1313,9 +1313,6 @@
"dashboard.collections.sort.recently-updated": {
"message": "Nyligen uppdaterade"
},
"dashboard.creator-tax-form-modal.close-button": {
"message": "Stäng"
},
"dashboard.creator-tax-form-modal.confirmation.download-button": {
"message": "Ladda ner {formType}"
},
@@ -2645,9 +2642,6 @@
"modpack-scan-modal.delete-all-groups.error": {
"message": "Misslyckades att tömma alla grupper: {error}"
},
"modpack-scan-modal.delete-all-groups.proceed": {
"message": "Töm"
},
"modpack-scan-modal.failed": {
"message": "Misslyckades"
},
@@ -1358,9 +1358,6 @@
"dashboard.collections.sort.recently-updated": {
"message": "Son Güncellenen"
},
"dashboard.creator-tax-form-modal.close-button": {
"message": "Kapat"
},
"dashboard.creator-tax-form-modal.confirmation.download-button": {
"message": "{formType} İndirin"
},
@@ -2774,9 +2771,6 @@
"modpack-scan-modal.scanning": {
"message": "Taranıyor..."
},
"modpack-scan-modal.success": {
"message": "Başarılı"
},
"modpack-scan-modal.title": {
"message": "Mod paketi taraması ({scanned}/{total} Dosyalar)"
},
@@ -1478,9 +1478,6 @@
"dashboard.collections.sort.recently-updated": {
"message": "Нещодавно оновлені"
},
"dashboard.creator-tax-form-modal.close-button": {
"message": "Закрити"
},
"dashboard.creator-tax-form-modal.confirmation.download-button": {
"message": "Завантажити {formType}"
},
@@ -2981,9 +2978,6 @@
"modpack-scan-modal.delete-all-groups.error": {
"message": "Не вдалося очистити всі групи: {error}"
},
"modpack-scan-modal.delete-all-groups.proceed": {
"message": "Очистити"
},
"modpack-scan-modal.delete-all-groups.success": {
"message": "Усі групи успішно очищено."
},
@@ -3023,9 +3017,6 @@
"modpack-scan-modal.scanning": {
"message": "Скануємо…"
},
"modpack-scan-modal.success": {
"message": "Успіх"
},
"modpack-scan-modal.title": {
"message": "Сканування збірки ({scanned}/{total} файлів)"
},
@@ -1481,9 +1481,6 @@
"dashboard.collections.sort.recently-updated": {
"message": "最近更新"
},
"dashboard.creator-tax-form-modal.close-button": {
"message": "关闭"
},
"dashboard.creator-tax-form-modal.confirmation.download-button": {
"message": "下载{formType}"
},
@@ -2984,9 +2981,6 @@
"modpack-scan-modal.delete-all-groups.error": {
"message": "未能清除所有组:{error}"
},
"modpack-scan-modal.delete-all-groups.proceed": {
"message": "清除"
},
"modpack-scan-modal.delete-all-groups.success": {
"message": "所有组均已成功清除。"
},
@@ -3026,9 +3020,6 @@
"modpack-scan-modal.scanning": {
"message": "扫描中……"
},
"modpack-scan-modal.success": {
"message": "成功"
},
"modpack-scan-modal.title": {
"message": "模组包扫描 ({scanned}/{total} 个文件)"
},
@@ -1481,9 +1481,6 @@
"dashboard.collections.sort.recently-updated": {
"message": "最近更新"
},
"dashboard.creator-tax-form-modal.close-button": {
"message": "關閉"
},
"dashboard.creator-tax-form-modal.confirmation.download-button": {
"message": "下載 {formType}"
},
@@ -2984,9 +2981,6 @@
"modpack-scan-modal.delete-all-groups.error": {
"message": "無法清除所有群組:{error}"
},
"modpack-scan-modal.delete-all-groups.proceed": {
"message": "清除"
},
"modpack-scan-modal.delete-all-groups.success": {
"message": "已成功清除所有群組。"
},
@@ -3026,9 +3020,6 @@
"modpack-scan-modal.scanning": {
"message": "正在掃描..."
},
"modpack-scan-modal.success": {
"message": "成功"
},
"modpack-scan-modal.title": {
"message": "模組包掃描({scanned}/{total} 個檔案)"
},