diff --git a/apps/app-frontend/src/locales/ar-SA/index.json b/apps/app-frontend/src/locales/ar-SA/index.json
index be753f8ad3..e3d579c8fd 100644
--- a/apps/app-frontend/src/locales/ar-SA/index.json
+++ b/apps/app-frontend/src/locales/ar-SA/index.json
@@ -14,11 +14,20 @@
"app.modal.install-to-play.mod-count": {
"message": ""
},
+ "app.modal.install-to-play.shared-instance": {
+ "message": "حُزْمَة مشاركة"
+ },
+ "app.modal.install-to-play.shared-server-instance": {
+ "message": "حُزْمَة خادم مشاركة"
+ },
+ "app.modal.update-to-play.added-count": {
+ "message": "{count} مضاف"
+ },
"app.modal.update-to-play.diff-type.added": {
- "message": "تم إضافة"
+ "message": "تمت الإضافة"
},
"app.modal.update-to-play.diff-type.removed": {
- "message": "تم إزالة"
+ "message": "تمت الإزالة"
},
"app.modal.update-to-play.diff-type.updated": {
"message": "تم تحديث"
@@ -26,9 +35,21 @@
"app.modal.update-to-play.header": {
"message": "حدث للعب"
},
+ "app.modal.update-to-play.published-date": {
+ "message": "{date, date, long}"
+ },
+ "app.modal.update-to-play.removed-count": {
+ "message": "{count} مزال"
+ },
"app.modal.update-to-play.update-required": {
"message": "يلزم التحديث"
},
+ "app.modal.update-to-play.update-required-description": {
+ "message": "هناك تحديث لازم للعب بـ {name}. الرجاء التحديث إلى آخر اصدار لتشغيل اللعبة."
+ },
+ "app.modal.update-to-play.updated-count": {
+ "message": "{count} حُدِّث"
+ },
"app.settings.developer-mode-enabled": {
"message": "تم تفعيل وضع المطوّر."
},
@@ -56,33 +77,6 @@
"app.settings.tabs.resource-management": {
"message": "إدارة الموارد"
},
- "app.update-toast.body": {
- "message": "تطبيق Modrinth الإصدار {version} جاهز للتثبيت!\nأعد التحميل لتحديث التطبيق الآن، أو سيتم التحديث تلقائيًا عند إغلاق تطبيق Modrinth."
- },
- "app.update-toast.body.download-complete": {
- "message": "تطبيق Modrinth الإصدار {version} جاهز للتثبيت!\nأعد التحميل لتحديث التطبيق الآن، أو سيتم التحديث تلقائيًا عند إغلاق تطبيق Modrinth."
- },
- "app.update-toast.body.metered": {
- "message": "تطبيق Modrinth الإصدار {version} متاح الآن!\nنظرًا لأنك تستخدم شبكة محدودة البيانات، لم نقم بتنزيل التحديث تلقائيًا.\n"
- },
- "app.update-toast.changelog": {
- "message": "سجلّ التغييرات"
- },
- "app.update-toast.download": {
- "message": "تنزيل ({size})"
- },
- "app.update-toast.downloading": {
- "message": "جار التنزيل..."
- },
- "app.update-toast.reload": {
- "message": "إعادة تحميل"
- },
- "app.update-toast.title": {
- "message": "تحديث متاح"
- },
- "app.update-toast.title.download-complete": {
- "message": "اكتمل التنزيل"
- },
"app.update.complete-toast.text": {
"message": "انقر هنا لعرض سجلّ التغييرات."
},
@@ -210,7 +204,7 @@
"message": "الاسم"
},
"instance.server-modal.placeholder-name": {
- "message": "خادم ماينكرافت"
+ "message": "خادم Minecraft"
},
"instance.server-modal.resource-pack": {
"message": "حزمة الموارد"
@@ -312,7 +306,7 @@
"message": "تثبيت"
},
"instance.settings.tabs.installation.change-version.already-installed.modded": {
- "message": "{platform} {version} لماينكرافت {game_version} مثبت بالفعل"
+ "message": "{platform} {version} لـ Minecraft{game_version} مثبت بالفعل"
},
"instance.settings.tabs.installation.change-version.already-installed.vanilla": {
"message": "فانيلا {game_version} مُثبّتة بالفعل"
@@ -354,7 +348,7 @@
"message": "إصدار {loader}"
},
"instance.settings.tabs.installation.minecraft-version": {
- "message": "ماين كرافت {version}"
+ "message": "Minecraft {version}"
},
"instance.settings.tabs.installation.no-connection": {
"message": "تعذّر جلب تفاصيل حزمة المودات المرتبطة. يرجى التحقق من اتصالك بالإنترنت."
diff --git a/apps/app-frontend/src/locales/cs-CZ/index.json b/apps/app-frontend/src/locales/cs-CZ/index.json
index 83e3b3a928..d0919acaf9 100644
--- a/apps/app-frontend/src/locales/cs-CZ/index.json
+++ b/apps/app-frontend/src/locales/cs-CZ/index.json
@@ -14,12 +14,6 @@
"app.modal.install-to-play.mod-count": {
"message": "{count, plural,one {#mód} other {#módy}}"
},
- "app.modal.install-to-play.server-requires-mods": {
- "message": "Tento server k hraní vyžaduje módy. Klikni na instalovat pro získání potřebných módů z Modrinth."
- },
- "app.modal.install-to-play.shared-by-today": {
- "message": "{name} dnes s vámi sdílel tuto instanci."
- },
"app.modal.install-to-play.shared-instance": {
"message": "Sdílená instance"
},
@@ -83,39 +77,6 @@
"app.settings.tabs.resource-management": {
"message": "Správa zdrojů"
},
- "app.update-toast.body": {
- "message": "Aplikace Modrinth v{version} je připravena k instalaci! Nainstalujte aktualizaci nyní nebo automaticky po zavření aplikace Modrinth."
- },
- "app.update-toast.body.download-complete": {
- "message": "Stahování aplikace Modrinth v{version} bylo dokončeno. Nainstalujte aktualizaci nyní nebo automaticky po zavření aplikace Modrinth."
- },
- "app.update-toast.body.linux": {
- "message": "Modrinth App v{version} je k dispozici. Aktualizujte pomocí svého správce balíčků, abyste získali nejnovější funkce a opravy!"
- },
- "app.update-toast.body.metered": {
- "message": "Aplikace Modrinth v{version} je nyní k dispozici! Protože jste v měřené síti, nebyla stažena automaticky."
- },
- "app.update-toast.changelog": {
- "message": "Seznam změn"
- },
- "app.update-toast.download": {
- "message": "Stahování ({size})"
- },
- "app.update-toast.download-page": {
- "message": "Stáhnout"
- },
- "app.update-toast.downloading": {
- "message": "Stahování..."
- },
- "app.update-toast.reload": {
- "message": "Načíst znovu"
- },
- "app.update-toast.title": {
- "message": "Aktualizace je k dispozici"
- },
- "app.update-toast.title.download-complete": {
- "message": "Stahování bylo dokončeno"
- },
"app.update.complete-toast.text": {
"message": "Kliknutím sem zobrazíte seznam změn."
},
diff --git a/apps/app-frontend/src/locales/da-DK/index.json b/apps/app-frontend/src/locales/da-DK/index.json
index 40df078d2c..a31e8a2927 100644
--- a/apps/app-frontend/src/locales/da-DK/index.json
+++ b/apps/app-frontend/src/locales/da-DK/index.json
@@ -15,7 +15,7 @@
"message": "{count, plural, one {# mod} other {# mods}}"
},
"app.modal.install-to-play.server-requires-mods": {
- "message": "Denne server kræver mods for at spille. Klik installer for at sætte op filerne som er krævet fra Modrinth."
+ "message": "Denne server kræver mods for at spille. Tryk på installer for at sætte de krævet filler fra modrinth op, så lancer direkte til serveren."
},
"app.modal.update-to-play.added-count": {
"message": "{count} tilføjet"
@@ -32,6 +32,9 @@
"app.modal.update-to-play.header": {
"message": "Opdater for at spille"
},
+ "app.modal.update-to-play.published-date": {
+ "message": "{date, date, long}"
+ },
"app.modal.update-to-play.removed-count": {
"message": "{count} fjernet"
},
@@ -71,39 +74,6 @@
"app.settings.tabs.resource-management": {
"message": "Ressourcestyring"
},
- "app.update-toast.body": {
- "message": "Modrinth App v{version} er allerede installeret! Genindlæs for at opdatere nu, eller automatisk når du lukker Modrinth App."
- },
- "app.update-toast.body.download-complete": {
- "message": "Modrinth App v{version} er færdig med at download. Genindlæs for at opdatere nu, eller automatisk når du lukker Modrinth App."
- },
- "app.update-toast.body.linux": {
- "message": "Modrinth App v{version} er nu tilgængelig. Brug din pakke-manager til at opdatere for de nyeste features og fejlrettelser!"
- },
- "app.update-toast.body.metered": {
- "message": "Modrinth App v{version} er nu tilgængelig! Siden du er på et begrænset netværk, vi downloadede den ikke automatisk."
- },
- "app.update-toast.changelog": {
- "message": "Ændringslog"
- },
- "app.update-toast.download": {
- "message": "Download ({size})"
- },
- "app.update-toast.download-page": {
- "message": "Download"
- },
- "app.update-toast.downloading": {
- "message": "Downloader..."
- },
- "app.update-toast.reload": {
- "message": "Geninlæs"
- },
- "app.update-toast.title": {
- "message": "Opdatering tilgængelig"
- },
- "app.update-toast.title.download-complete": {
- "message": "Download færdiggjort"
- },
"app.update.complete-toast.text": {
"message": "Klik her for at vise ændringslog."
},
diff --git a/apps/app-frontend/src/locales/de-CH/index.json b/apps/app-frontend/src/locales/de-CH/index.json
index 75c53bfcb7..d911be346e 100644
--- a/apps/app-frontend/src/locales/de-CH/index.json
+++ b/apps/app-frontend/src/locales/de-CH/index.json
@@ -5,6 +5,9 @@
"app.auth-servers.unreachable.header": {
"message": "Authentifizierungsserver sind nicht erreichbar"
},
+ "app.modal.install-to-play.content-required": {
+ "message": "Inhalte benötigt"
+ },
"app.modal.install-to-play.header": {
"message": "Installieren zum Spielen"
},
@@ -14,11 +17,11 @@
"app.modal.install-to-play.mod-count": {
"message": "{count, plural, one {# Mod} other {# Mods}}"
},
- "app.modal.install-to-play.server-requires-mods": {
- "message": "Dieser Server benötigt Mods zum spielen. Klicke auf Installieren um die nötigen Dateien von Modrinth einzurichten."
+ "app.modal.install-to-play.required-modpack": {
+ "message": "Benötigtes Modpack"
},
- "app.modal.install-to-play.shared-by-today": {
- "message": "{name} hat diese Instanz heute mit dir geteilt."
+ "app.modal.install-to-play.server-requires-mods": {
+ "message": "Dieser Server benötigt Mods zum spielen. Klicke auf Installieren um die nötigen Dateien von Modrinth herunterzuladen und dannach direkt dem Server beizutreten."
},
"app.modal.install-to-play.shared-instance": {
"message": "Geteilte Instanz"
@@ -26,8 +29,11 @@
"app.modal.install-to-play.shared-server-instance": {
"message": "Geteilte Server Instanz"
},
+ "app.modal.install-to-play.view-contents": {
+ "message": "Inhalte ansehen"
+ },
"app.modal.update-to-play.added-count": {
- "message": "{count} hinzugefügt"
+ "message": "{count} hinzuäfüägt"
},
"app.modal.update-to-play.diff-type.added": {
"message": "Hinzugefügt"
@@ -83,39 +89,33 @@
"app.settings.tabs.resource-management": {
"message": "Ressourcenmanagement"
},
- "app.update-toast.body": {
- "message": "Modrinth App v{version} ist bereit zur Installation! Lade die App neu, oder schliesse sie, um zu aktualisieren."
+ "app.update-popup.body": {
+ "message": "Modrinth App v{version} ist bereit zur Installation! Lade die App neu um jetzt zu aktualisieren, oder automatisch nach dem schliessen der Modrinth App."
},
- "app.update-toast.body.download-complete": {
- "message": "Modrinth App v{version} wurde heruntergeladen. Lade die App neu, oder schliesse sie, um zu aktualisieren."
+ "app.update-popup.body.download-complete": {
+ "message": "Modrinth App v{version} wurde heruntergeladen. Lade die App neu um jetzt zu aktualisieren, oder automatisch nach dem schliessen der Modrinth App."
},
- "app.update-toast.body.linux": {
- "message": "Modrinth App v{version} ist verfügbar. Benutze deinen Paketmanager zum aktualisieren um die neusten Features und Bugfixes zu erhalten!"
+ "app.update-popup.body.linux": {
+ "message": "Modrinth App v{version} ist verfügbar. Benutze deinen Paketmanager zum aktualisieren, um die neusten Features und Bugfixes zu erhalten!"
},
- "app.update-toast.body.metered": {
+ "app.update-popup.body.metered": {
"message": "Modrinth App v{version} ist jetzt verfügbar! Da du in einem begrenzten Netzwerk bist, haben wir es nicht automatisch heruntergeladen."
},
- "app.update-toast.changelog": {
+ "app.update-popup.changelog": {
"message": "Änderungen"
},
- "app.update-toast.download": {
+ "app.update-popup.download": {
"message": "Herunterladen ({size})"
},
- "app.update-toast.download-page": {
- "message": "Herunterladen"
- },
- "app.update-toast.downloading": {
- "message": "Lade herunter..."
+ "app.update-popup.download-complete": {
+ "message": "Download abgeschlossen"
},
- "app.update-toast.reload": {
+ "app.update-popup.reload": {
"message": "Neu Laden"
},
- "app.update-toast.title": {
+ "app.update-popup.title": {
"message": "Aktualisierung verfügbar"
},
- "app.update-toast.title.download-complete": {
- "message": "Download abgeschlossen"
- },
"app.update.complete-toast.text": {
"message": "Klicke Hier um die Änderungen zu sehen."
},
@@ -464,6 +464,15 @@
"instance.settings.tabs.installation.unknown-version": {
"message": "(unbekannte Version)"
},
+ "instance.settings.tabs.installation.unlink-server-vanilla.description": {
+ "message": "Diese Instanz ist mit einem Server verknüpft, was bedeutet, dass du die Minecraft Version nicht ändern kannst. Das trennen der Verknüpfung trennt diese Instanz permanent vom Server."
+ },
+ "instance.settings.tabs.installation.unlink-server.description": {
+ "message": "Diese Instanz ist mit einem Server verknüpft, was bedeutet, dass du Mods nicht aktualisieren, und den Modloader oder die Minecraft Version nicht ändern kannst. Das trennen der Verknüpfung trennt diese Instanz permanent vom Server."
+ },
+ "instance.settings.tabs.installation.unlink-server.title": {
+ "message": "Serververknüpfung trennen"
+ },
"instance.settings.tabs.installation.unlink.button": {
"message": "Verlinking der Instanz trennen"
},
@@ -551,6 +560,9 @@
"instance.worlds.incompatible_server": {
"message": "Server ist inkompatibel"
},
+ "instance.worlds.linked_server": {
+ "message": "Von Serverprojekt verwaltet"
+ },
"instance.worlds.no_contact": {
"message": "Server konnte nicht erreicht werden"
},
@@ -586,5 +598,17 @@
},
"search.filter.locked.instance.sync": {
"message": "Mit Instanz synchronisieren"
+ },
+ "search.filter.locked.server": {
+ "message": "Von Server bereitgestellt"
+ },
+ "search.filter.locked.server-environment.title": {
+ "message": "Nur Clientseitige Mods können der Serverinstanz hinzugefügt werden"
+ },
+ "search.filter.locked.server-game-version.title": {
+ "message": "Spielversion vom Server bereitgestellt"
+ },
+ "search.filter.locked.server-loader.title": {
+ "message": "Loader vom Server bereitgestellt"
}
}
diff --git a/apps/app-frontend/src/locales/de-DE/index.json b/apps/app-frontend/src/locales/de-DE/index.json
index cd2e13c57c..0fad79ed9b 100644
--- a/apps/app-frontend/src/locales/de-DE/index.json
+++ b/apps/app-frontend/src/locales/de-DE/index.json
@@ -5,6 +5,9 @@
"app.auth-servers.unreachable.header": {
"message": "Authentifizierungsserver sind nicht erreichbar"
},
+ "app.modal.install-to-play.content-required": {
+ "message": "Inhalte benötigt"
+ },
"app.modal.install-to-play.header": {
"message": "Installieren zum Spielen"
},
@@ -14,11 +17,11 @@
"app.modal.install-to-play.mod-count": {
"message": "{count, plural, one {# Mod} other {# Mods}}"
},
- "app.modal.install-to-play.server-requires-mods": {
- "message": "Dieser Server benötigt Mods zum Spielen. Klick auf „Installieren“ um die erforderlichen Dateien von Modrinth zu installieren."
+ "app.modal.install-to-play.required-modpack": {
+ "message": "Benötigtes Modpack"
},
- "app.modal.install-to-play.shared-by-today": {
- "message": "{name} hat diese Instanz heute mit dir geteilt."
+ "app.modal.install-to-play.server-requires-mods": {
+ "message": "Dieser Server benötigt Mods zum Spielen. Klicke auf Installieren um die nötigen Dateien von Modrinth herunterzuladen und dannach direkt dem Server beizutreten."
},
"app.modal.install-to-play.shared-instance": {
"message": "Geteilte Instanz"
@@ -26,6 +29,9 @@
"app.modal.install-to-play.shared-server-instance": {
"message": "Geteilte Serverinstanz"
},
+ "app.modal.install-to-play.view-contents": {
+ "message": "Inhalte ansehen"
+ },
"app.modal.update-to-play.added-count": {
"message": "{count} hinzugefügt"
},
@@ -83,38 +89,32 @@
"app.settings.tabs.resource-management": {
"message": "Ressourcenmanagement"
},
- "app.update-toast.body": {
+ "app.update-popup.body": {
"message": "Modrinth App v{version} ist bereit zur Installation! Neu laden, um jetzt zu aktualisieren, oder automatisch, wenn du die Modrinth App schließt."
},
- "app.update-toast.body.download-complete": {
+ "app.update-popup.body.download-complete": {
"message": "Modrinth App v{version} wurde heruntergeladen. Neu laden, um jetzt zu aktualisieren, oder automatisch, wenn du die Modrinth App schließt."
},
- "app.update-toast.body.linux": {
+ "app.update-popup.body.linux": {
"message": "Modrinth App v{version} ist verfügbar. Verwende deinen Paketmanager, um die neuesten Funktionen und Fehlerbehebungen zu installieren!"
},
- "app.update-toast.body.metered": {
+ "app.update-popup.body.metered": {
"message": "Modrinth App v{version} ist jetzt verfügbar! Da du ein getaktetes Netzwerk nutzt, haben wir den Download nicht automatisch gestartet."
},
- "app.update-toast.changelog": {
- "message": "Änderungsverlauf"
+ "app.update-popup.changelog": {
+ "message": "Änderungen"
},
- "app.update-toast.download": {
+ "app.update-popup.download": {
"message": "Herunterladen ({size})"
},
- "app.update-toast.download-page": {
- "message": "Herunterladen"
- },
- "app.update-toast.downloading": {
- "message": "Wird Heruntergeladen..."
+ "app.update-popup.download-complete": {
+ "message": "Download abgeschlossen"
},
- "app.update-toast.reload": {
+ "app.update-popup.reload": {
"message": "Neu laden"
},
- "app.update-toast.title": {
- "message": "Update verfügbar"
- },
- "app.update-toast.title.download-complete": {
- "message": "Download abgeschlossen"
+ "app.update-popup.title": {
+ "message": "Aktualisierung verfügbar"
},
"app.update.complete-toast.text": {
"message": "Hier klicken, um das Änderungsprotokoll anzuzeigen."
@@ -464,6 +464,15 @@
"instance.settings.tabs.installation.unknown-version": {
"message": "(unbekannte Version)"
},
+ "instance.settings.tabs.installation.unlink-server-vanilla.description": {
+ "message": "Diese Instanz ist mit einem Server verknüpft, was bedeutet, dass du die Minecraft-Version nicht ändern kannst. Durch das Aufheben der Verknüpfung wird diese Instanz dauerhaft vom Server getrennt."
+ },
+ "instance.settings.tabs.installation.unlink-server.description": {
+ "message": "Diese Instanz ist mit einem Server verknüpft, was bedeutet, dass Mods nicht aktualisiert werden können und du den Mod-Loader oder die Minecraft-Version nicht ändern kannst. Durch das Aufheben der Verknüpfung wird diese Instanz dauerhaft vom Server getrennt."
+ },
+ "instance.settings.tabs.installation.unlink-server.title": {
+ "message": "Vom Server trennen"
+ },
"instance.settings.tabs.installation.unlink.button": {
"message": "Verknüpfung der Instanz trennen"
},
@@ -551,6 +560,9 @@
"instance.worlds.incompatible_server": {
"message": "Server ist nicht kompatibel"
},
+ "instance.worlds.linked_server": {
+ "message": "Von Serverprojekt verwaltet"
+ },
"instance.worlds.no_contact": {
"message": "Server konnte nicht erreicht werden"
},
@@ -586,5 +598,17 @@
},
"search.filter.locked.instance.sync": {
"message": "Mit Instanz synchronisieren"
+ },
+ "search.filter.locked.server": {
+ "message": "Vom Server vorgegeben"
+ },
+ "search.filter.locked.server-environment.title": {
+ "message": "Nur clientseitige Mods können der Serverinstanz hinzugefügt werden"
+ },
+ "search.filter.locked.server-game-version.title": {
+ "message": "Spielversion vom Server vorgegeben"
+ },
+ "search.filter.locked.server-loader.title": {
+ "message": "Loader vom Server vorgegeben"
}
}
diff --git a/apps/app-frontend/src/locales/es-419/index.json b/apps/app-frontend/src/locales/es-419/index.json
index 5543b4390c..60861073e7 100644
--- a/apps/app-frontend/src/locales/es-419/index.json
+++ b/apps/app-frontend/src/locales/es-419/index.json
@@ -5,6 +5,9 @@
"app.auth-servers.unreachable.header": {
"message": "No se puede acceder a los servidores de autenticación"
},
+ "app.modal.install-to-play.content-required": {
+ "message": "Contenido requerido"
+ },
"app.modal.install-to-play.header": {
"message": "Instala para jugar"
},
@@ -14,11 +17,11 @@
"app.modal.install-to-play.mod-count": {
"message": "{count, plural, one {# mod} other {# mods}}"
},
- "app.modal.install-to-play.server-requires-mods": {
- "message": "Este servidor requiere mods para jugar. Haz clic en instalar para configurar los archivos necesarios desde Modrinth."
+ "app.modal.install-to-play.required-modpack": {
+ "message": "Modpack requerido"
},
- "app.modal.install-to-play.shared-by-today": {
- "message": "{name} compartió esta instancia contigo hoy."
+ "app.modal.install-to-play.server-requires-mods": {
+ "message": "Este servidor requiere mods para poder jugar. Haz click en Instalar para configurar los archivos requeridos desde Modrinth, después se ejecutará para entrar directamente al servidor."
},
"app.modal.install-to-play.shared-instance": {
"message": "Instancia compartida"
@@ -26,6 +29,9 @@
"app.modal.install-to-play.shared-server-instance": {
"message": "Instancia de servidor compartida"
},
+ "app.modal.install-to-play.view-contents": {
+ "message": "Ver contenidos"
+ },
"app.modal.update-to-play.added-count": {
"message": "{count} agregados"
},
@@ -83,39 +89,33 @@
"app.settings.tabs.resource-management": {
"message": "Gestión de recursos"
},
- "app.update-toast.body": {
- "message": "¡Modrinth App v{version} lista para instalar! Actualiza ahora o automáticamente al cerrar la aplicación."
+ "app.update-popup.body": {
+ "message": "¡Modrinth App v{version} está lista para instalarse! Actualiza ahora o automáticamente al cerrar la Modrinth App."
},
- "app.update-toast.body.download-complete": {
- "message": "La descarga de la Modrinth App v{version} ha finalizado. Actualiza ahora o automáticamente al cerrar la aplicación Modrinth."
+ "app.update-popup.body.download-complete": {
+ "message": "La descarga de la Modrinth App v{version} ha finalizado. Actualiza ahora o automáticamente al cerrar la Modrinth App."
},
- "app.update-toast.body.linux": {
- "message": "La aplicación Modrinth v{version} ya está disponible. ¡Utiliza tu gestor de paquetes para actualizarla y disfrutar de las últimas funciones y correcciones!"
+ "app.update-popup.body.linux": {
+ "message": "La Modrinth App v{version} está disponible. ¡Usa tu gestor de paquetes para actualizarla y tener las últimas funciones y corrección de errores!"
},
- "app.update-toast.body.metered": {
- "message": "¡Modrinth App v{version} ya está disponible! Como estás en una red con límite de datos, no se descargó automáticamente."
+ "app.update-popup.body.metered": {
+ "message": "¡La Modrinth App v{version} ya está disponible! Al estar usando una red de datos límitada, no la hemos descargado automáticamente."
},
- "app.update-toast.changelog": {
+ "app.update-popup.changelog": {
"message": "Registro de cambios"
},
- "app.update-toast.download": {
+ "app.update-popup.download": {
"message": "Descargar ({size})"
},
- "app.update-toast.download-page": {
- "message": "Descargar"
- },
- "app.update-toast.downloading": {
- "message": "Descargando..."
+ "app.update-popup.download-complete": {
+ "message": "Descarga completada"
},
- "app.update-toast.reload": {
+ "app.update-popup.reload": {
"message": "Recargar"
},
- "app.update-toast.title": {
+ "app.update-popup.title": {
"message": "Actualización disponible"
},
- "app.update-toast.title.download-complete": {
- "message": "Descarga completada"
- },
"app.update.complete-toast.text": {
"message": "Haz clic aquí para ver el registro de cambios."
},
@@ -297,7 +297,7 @@
"message": "Los grupos de la librería te ayudan a organizar tus instancias en diferentes secciones en tu librería."
},
"instance.settings.tabs.general.library-groups.enter-name": {
- "message": "Ingresa el nombre del grupo"
+ "message": "Escribe nombre del grupo"
},
"instance.settings.tabs.general.name": {
"message": "Nombre"
@@ -306,7 +306,7 @@
"message": "Hooks de inicio"
},
"instance.settings.tabs.hooks.custom-hooks": {
- "message": "Hooks de inicio personalizados"
+ "message": "Hooks personalizados"
},
"instance.settings.tabs.hooks.description": {
"message": "Los hooks permiten que usuarios avanzados ejecuten comandos del sistema antes y despues de lanzar el juego."
@@ -464,6 +464,15 @@
"instance.settings.tabs.installation.unknown-version": {
"message": "(versión desconocida)"
},
+ "instance.settings.tabs.installation.unlink-server-vanilla.description": {
+ "message": "Esta instancia está vinculada a un servidor, lo que significa que no puedes cambiar la versión de Minecraft. Desvincularla la desconectará permanentemente del servidor."
+ },
+ "instance.settings.tabs.installation.unlink-server.description": {
+ "message": "Esta instancia está vinculada a un servidor, lo que significa que los mods no pueden actualizarse y no puedes cambiar el mod loader ni la versión de Minecraft. Desvincularla la desconectará permanentemente del servidor."
+ },
+ "instance.settings.tabs.installation.unlink-server.title": {
+ "message": "Desvincular del servidor"
+ },
"instance.settings.tabs.installation.unlink.button": {
"message": "Desvincular instancia"
},
@@ -551,6 +560,9 @@
"instance.worlds.incompatible_server": {
"message": "El servidor es incompatible"
},
+ "instance.worlds.linked_server": {
+ "message": "Gestionado por el proyecto del servidor"
+ },
"instance.worlds.no_contact": {
"message": "No se pudo conectar al servidor"
},
@@ -586,5 +598,17 @@
},
"search.filter.locked.instance.sync": {
"message": "Sincronizar con la instancia"
+ },
+ "search.filter.locked.server": {
+ "message": "Proporcionado por el servidor"
+ },
+ "search.filter.locked.server-environment.title": {
+ "message": "Solo se puede añadir mods que sean del lado del cliente a la instancia del servidor"
+ },
+ "search.filter.locked.server-game-version.title": {
+ "message": "La versión del juego es proporcionada por el servidor"
+ },
+ "search.filter.locked.server-loader.title": {
+ "message": "El loader es proporcionado por el servidor"
}
}
diff --git a/apps/app-frontend/src/locales/es-ES/index.json b/apps/app-frontend/src/locales/es-ES/index.json
index 27875c358e..03b0b5f433 100644
--- a/apps/app-frontend/src/locales/es-ES/index.json
+++ b/apps/app-frontend/src/locales/es-ES/index.json
@@ -5,6 +5,9 @@
"app.auth-servers.unreachable.header": {
"message": "No se puede conectar con los servidores de autenticación"
},
+ "app.modal.install-to-play.content-required": {
+ "message": "Contenu requis"
+ },
"app.modal.install-to-play.header": {
"message": "Instala para jugar"
},
@@ -14,12 +17,6 @@
"app.modal.install-to-play.mod-count": {
"message": "{count, plural, one {# mod} other {# mods}}"
},
- "app.modal.install-to-play.server-requires-mods": {
- "message": "Este servidor requiere mods para jugar. Haz clic en instalar para configurar los archivos necesarios de Modrinth."
- },
- "app.modal.install-to-play.shared-by-today": {
- "message": "{name} ha compartido contigo hoy esta instancia."
- },
"app.modal.install-to-play.shared-instance": {
"message": "Instancia compartida"
},
@@ -83,39 +80,6 @@
"app.settings.tabs.resource-management": {
"message": "Gestión de recursos"
},
- "app.update-toast.body": {
- "message": "¡La versión v{version} de Modrinth está lista para instalarse! Actualiza ahora o automáticamente al cerrar la aplicación."
- },
- "app.update-toast.body.download-complete": {
- "message": "La descarga de la versión v{version} de Modrinth ha finalizado. Actualice ahora o automáticamente al cerrar la aplicación."
- },
- "app.update-toast.body.linux": {
- "message": "Modrinth App v{version} está disponible. ¡Usa tu gestor de paquetes para actualizar a la última versión con nuevas funciones y correcciones!"
- },
- "app.update-toast.body.metered": {
- "message": "¡La versión v{version} de Modrinth App ya está disponible! Como estás conectado a una red con límite de datos, no la hemos descargado automáticamente."
- },
- "app.update-toast.changelog": {
- "message": "Registro de cambios"
- },
- "app.update-toast.download": {
- "message": "Descarga ({size})"
- },
- "app.update-toast.download-page": {
- "message": "Descargar"
- },
- "app.update-toast.downloading": {
- "message": "Descargando..."
- },
- "app.update-toast.reload": {
- "message": "Recarga"
- },
- "app.update-toast.title": {
- "message": "Actualización disponible"
- },
- "app.update-toast.title.download-complete": {
- "message": "Descarga completada"
- },
"app.update.complete-toast.text": {
"message": "Haga clic aquí para ver el registro de cambios."
},
diff --git a/apps/app-frontend/src/locales/fi-FI/index.json b/apps/app-frontend/src/locales/fi-FI/index.json
index 598a03121b..4c0cc82cec 100644
--- a/apps/app-frontend/src/locales/fi-FI/index.json
+++ b/apps/app-frontend/src/locales/fi-FI/index.json
@@ -5,6 +5,51 @@
"app.auth-servers.unreachable.header": {
"message": "Todennuspalvelimiin ei saada yhteyttä"
},
+ "app.modal.install-to-play.header": {
+ "message": "Asenna pelataksesi"
+ },
+ "app.modal.install-to-play.install-button": {
+ "message": "Asenna"
+ },
+ "app.modal.install-to-play.mod-count": {
+ "message": "{count, plural, one {# mod} other {# modia}}"
+ },
+ "app.modal.install-to-play.shared-instance": {
+ "message": "Jaettu instanssi"
+ },
+ "app.modal.install-to-play.shared-server-instance": {
+ "message": "Jaettu palvelininstanssi"
+ },
+ "app.modal.update-to-play.added-count": {
+ "message": "{count} lisätty"
+ },
+ "app.modal.update-to-play.diff-type.added": {
+ "message": "Lisätty"
+ },
+ "app.modal.update-to-play.diff-type.removed": {
+ "message": "Poistettu"
+ },
+ "app.modal.update-to-play.diff-type.updated": {
+ "message": "Päivitetty"
+ },
+ "app.modal.update-to-play.header": {
+ "message": "Päivitä pelataksesi"
+ },
+ "app.modal.update-to-play.published-date": {
+ "message": "{date, date, long}"
+ },
+ "app.modal.update-to-play.removed-count": {
+ "message": "{count} poistettu"
+ },
+ "app.modal.update-to-play.update-required": {
+ "message": "Päivitys vaaditaan"
+ },
+ "app.modal.update-to-play.update-required-description": {
+ "message": "Pävitys vaaditaan pelataksesi {name}. Päivitä viimeisimpään versioon pelataksesi."
+ },
+ "app.modal.update-to-play.updated-count": {
+ "message": "{count} päivitetty"
+ },
"app.settings.developer-mode-enabled": {
"message": "Kehittäjätila käytössä."
},
@@ -32,36 +77,6 @@
"app.settings.tabs.resource-management": {
"message": "Resurssien hallinta"
},
- "app.update-toast.body": {
- "message": "Modrinth-sovellus v{version} on valmis asennettavaksi! Lataa sovellus uudelleen päivittääksesi sen nyt tai automaattisesti, kun suljet Modrinth-sovelluksen."
- },
- "app.update-toast.body.download-complete": {
- "message": "Modrinth-sovellus v{version} on ladattu. Lataa sovellus uudelleen päivittääksesi sen nyt tai automaattisesti, kun suljet Modrinth-sovelluksen."
- },
- "app.update-toast.body.metered": {
- "message": "Modrinth-sovellus v{version} on nyt saatavilla! Koska käytät käyttömaksullista verkkoa, emme ladanneet sitä automaattisesti."
- },
- "app.update-toast.changelog": {
- "message": "Muutosloki"
- },
- "app.update-toast.download": {
- "message": "Lataa ({size})"
- },
- "app.update-toast.download-page": {
- "message": "Lataa"
- },
- "app.update-toast.downloading": {
- "message": "Ladataan..."
- },
- "app.update-toast.reload": {
- "message": "Uudelleen lataa"
- },
- "app.update-toast.title": {
- "message": "Päivitys saatavilla"
- },
- "app.update-toast.title.download-complete": {
- "message": "Lataus valmis"
- },
"app.update.complete-toast.text": {
"message": "Klikkaa tästä nähdäksesi muutoslokin."
},
diff --git a/apps/app-frontend/src/locales/fil-PH/index.json b/apps/app-frontend/src/locales/fil-PH/index.json
index 2fa613bdc1..204e2672e2 100644
--- a/apps/app-frontend/src/locales/fil-PH/index.json
+++ b/apps/app-frontend/src/locales/fil-PH/index.json
@@ -5,6 +5,9 @@
"app.auth-servers.unreachable.header": {
"message": "Hindi maabot ang mga authentication server"
},
+ "app.modal.install-to-play.content-required": {
+ "message": "Nangangailangan ng kontento"
+ },
"app.modal.install-to-play.header": {
"message": "Mag-install upang malaro"
},
@@ -14,11 +17,11 @@
"app.modal.install-to-play.mod-count": {
"message": "{count, plural, one {# mod} other {# na mod}}"
},
- "app.modal.install-to-play.server-requires-mods": {
- "message": "Ang server na ito ay nangangailangan ng mga mod upang malaro. Pindutin ang install upang mahanda ang mga kinakailangang file galing sa Modrinth."
+ "app.modal.install-to-play.required-modpack": {
+ "message": "Kinailangan na modpack"
},
- "app.modal.install-to-play.shared-by-today": {
- "message": "Ibinahagi ngayong araw ni {name} ang instansiyang ito sa iyo."
+ "app.modal.install-to-play.server-requires-mods": {
+ "message": "Ang server rna ito ay nangangailangan ng mga mod upang makalaro. Pindutin ang install upang maihanda ang mga kinakailangang file galing sa Modrinth, matapos ay ilunsad nang diretso sa server."
},
"app.modal.install-to-play.shared-instance": {
"message": "Binahaging instansiya"
@@ -26,6 +29,9 @@
"app.modal.install-to-play.shared-server-instance": {
"message": "Binahaging instansiyang pang-server"
},
+ "app.modal.install-to-play.view-contents": {
+ "message": "Tingnan ang mga kontento"
+ },
"app.modal.update-to-play.added-count": {
"message": "{count} nadagdag"
},
@@ -83,39 +89,33 @@
"app.settings.tabs.resource-management": {
"message": "Pamamahala ng paglalaan"
},
- "app.update-toast.body": {
+ "app.update-popup.body": {
"message": "Ang Modrinth App v{version} ay handa nang ma-install. Mag-reload upang ma-update ngayon, o awtomatiko sa pagsara ng Modrinth App."
},
- "app.update-toast.body.download-complete": {
+ "app.update-popup.body.download-complete": {
"message": "Tapos nang ma-download ang Modrinth App v{version}. Mag-reload upang ma-update ngayon, o awtomatiko sa pagsara ng Modrinth App."
},
- "app.update-toast.body.linux": {
+ "app.update-popup.body.linux": {
"message": "Magagamit na ngayon ang Modrinth App v{version}. Gamitin ang iyong package manager upang i-update sa pinabagong tampok at pag-aayos!"
},
- "app.update-toast.body.metered": {
+ "app.update-popup.body.metered": {
"message": "Magagamit na ngayon ang Modrinth App v{version}! Hindi namin dinanload kaagad dahil naka-metro ang inyong network."
},
- "app.update-toast.changelog": {
+ "app.update-popup.changelog": {
"message": "Changelog"
},
- "app.update-toast.download": {
+ "app.update-popup.download": {
"message": "I-download ({size})"
},
- "app.update-toast.download-page": {
- "message": "I-download"
- },
- "app.update-toast.downloading": {
- "message": "Nagda-download..."
+ "app.update-popup.download-complete": {
+ "message": "Nakumpleto ang pagdownload"
},
- "app.update-toast.reload": {
+ "app.update-popup.reload": {
"message": "Mag-reload"
},
- "app.update-toast.title": {
+ "app.update-popup.title": {
"message": "May bagong update"
},
- "app.update-toast.title.download-complete": {
- "message": "Nakumpleto ang pagdownload"
- },
"app.update.complete-toast.text": {
"message": "Dito pumindot upang matingnan ang changelog."
},
@@ -309,7 +309,7 @@
"message": "Mga custom na launch hook"
},
"instance.settings.tabs.hooks.description": {
- "message": "Binibigyan-daan ng mga hook ang mga ekspertong tagagamit na makapagtakbo ng mga system command bago at pagkatapos ma-launch ang laro."
+ "message": "Binibigyan-daan ng mga hook ang mga ekspertong tagagamit na makapagtakbo ng mga pansistemang utos o system command bago at pagkatapos ma-launch ang laro."
},
"instance.settings.tabs.hooks.post-exit": {
"message": "Post-exist"
@@ -414,7 +414,7 @@
"message": "Sigurado ka bang gusto mong i-reinstall ang instansiyang ito?"
},
"instance.settings.tabs.installation.reinstall.description": {
- "message": "Mare-reset ang mga kontento ng instansiya sa orihinal niyang estado, tatanggalin ang mga mods at kontentong idinagdag mo sa orihinal na modpack."
+ "message": "Mare-reset ang mga kontento ng instansiya sa orihinal niyang estado, tatanggalin ang mga mod at kontentong idinagdag mo sa orihinal na modpack."
},
"instance.settings.tabs.installation.reinstall.title": {
"message": "I-reinstall ang modpack"
@@ -464,6 +464,15 @@
"instance.settings.tabs.installation.unknown-version": {
"message": "(hindi kilalang bersiyon)"
},
+ "instance.settings.tabs.installation.unlink-server-vanilla.description": {
+ "message": "Ang instansiyang ito ay naka-link sa isang server, ibig sabihin ay hindi mo mapapalitan ang bersiyon ng Minecraft. Permanenteng madi-diskonekta ang instansiyang ito sa server kung mag-unlink."
+ },
+ "instance.settings.tabs.installation.unlink-server.description": {
+ "message": "Ang instansiyang ito ay naka-link sa isang server, ibig sabihin ang mga mod ay hindi mai-update at hindi mo mapapalitan ang mod loader at ang bersiyon ng Minecraft. Permanenteng madi-diskonekta ang instansiyang ito sa server kung mag-unlink."
+ },
+ "instance.settings.tabs.installation.unlink-server.title": {
+ "message": "I-unlink sa server"
+ },
"instance.settings.tabs.installation.unlink.button": {
"message": "I-unlink sa instansiya"
},
@@ -551,6 +560,9 @@
"instance.worlds.incompatible_server": {
"message": "Hindi magkatugma sa server"
},
+ "instance.worlds.linked_server": {
+ "message": "Pinamamahala ng proyektong server"
+ },
"instance.worlds.no_contact": {
"message": "Hindi makontak ang server"
},
@@ -586,5 +598,17 @@
},
"search.filter.locked.instance.sync": {
"message": "Maki-sync sa instansiya"
+ },
+ "search.filter.locked.server": {
+ "message": "Handog ng server"
+ },
+ "search.filter.locked.server-environment.title": {
+ "message": "Mga mod sa panig ng client lamang ang maidadaragdag sa instansiyang server"
+ },
+ "search.filter.locked.server-game-version.title": {
+ "message": "Ang bersiyon ng laro ay handog ng server"
+ },
+ "search.filter.locked.server-loader.title": {
+ "message": "Ang loader ay handog na ng server"
}
}
diff --git a/apps/app-frontend/src/locales/fr-FR/index.json b/apps/app-frontend/src/locales/fr-FR/index.json
index ea5bb63642..21407b3ff3 100644
--- a/apps/app-frontend/src/locales/fr-FR/index.json
+++ b/apps/app-frontend/src/locales/fr-FR/index.json
@@ -5,6 +5,9 @@
"app.auth-servers.unreachable.header": {
"message": "Impossible de contacter les serveurs d'authentification"
},
+ "app.modal.install-to-play.content-required": {
+ "message": "Contenu requis"
+ },
"app.modal.install-to-play.header": {
"message": "Installer pour jouer"
},
@@ -14,11 +17,11 @@
"app.modal.install-to-play.mod-count": {
"message": "{count, plural, one {# mod} other {# mods}}"
},
- "app.modal.install-to-play.server-requires-mods": {
- "message": "Ce serveur nécessite des mods pour pouvoir y jouer. Cliquez sur installer pour mettre les fichiers de Modrinth en place."
+ "app.modal.install-to-play.required-modpack": {
+ "message": "Modpack requis"
},
- "app.modal.install-to-play.shared-by-today": {
- "message": "{name} a partagé cette instance avec vous aujourd'hui."
+ "app.modal.install-to-play.server-requires-mods": {
+ "message": "Ce serveur a besoin de mods pour jouer. Cliquez sur Installer pour mettre en place les fichiers requis depuis Modrinth, puis lancez directement dans le serveur."
},
"app.modal.install-to-play.shared-instance": {
"message": "Instance partagée"
@@ -26,6 +29,9 @@
"app.modal.install-to-play.shared-server-instance": {
"message": "Instance serveur partagée"
},
+ "app.modal.install-to-play.view-contents": {
+ "message": "Voir le contenu"
+ },
"app.modal.update-to-play.added-count": {
"message": "{count} {count, plural, one {# ajouté} other {# ajoutés}}"
},
@@ -83,39 +89,33 @@
"app.settings.tabs.resource-management": {
"message": "Gestion des ressources"
},
- "app.update-toast.body": {
- "message": "Modrinth App v{version} est prête à être installée ! Relancez l'application pour faire la mise à jour maintenant, ou automatiquement à la fermeture de Modrinth App."
+ "app.update-popup.body": {
+ "message": "Modrinth App v{version} est prête à être installée ! Rechargez pour mettre à jour maintenant, ou automatiquement quand vous fermez Modrinth App."
},
- "app.update-toast.body.download-complete": {
- "message": "Le téléchargement de Modrinth App v{version} est terminé ! Relancez l'application pour mettre à jour maintenant, ou automatiquement à la fermeture de Modrinth App."
+ "app.update-popup.body.download-complete": {
+ "message": "Modrinth App v{version} a finie d'être téléchargée. Rechargez pour mettre à jour maintenant, ou automatiquement quand vous fermez Modrinth App."
},
- "app.update-toast.body.linux": {
- "message": "Modrith App v{version} est disponible. Utilisez votre gestionnaire de paquets pour obtenir les derniers changements et corrections de bugs !"
+ "app.update-popup.body.linux": {
+ "message": "Modrinth App v{version} est disponible. Utilisez votre gestionnaire de paquets pour mettre à jour les dernières fonctionnalités et corrections de bogues !"
},
- "app.update-toast.body.metered": {
- "message": "Modrinth App v{version} est disponible dès maintenant ! Lorsque vous êtes sur un réseau limité ou en données mobiles, nous ne téléchargerons pas les mises à jour automatiquement."
+ "app.update-popup.body.metered": {
+ "message": "Modrinth App v{version} est disponible maintenant ! Puisque vous êtes sur un réseau métré, nous ne l'avons pas téléchargé automatiquement."
},
- "app.update-toast.changelog": {
+ "app.update-popup.changelog": {
"message": "Journal des modifications"
},
- "app.update-toast.download": {
+ "app.update-popup.download": {
"message": "Télécharger ({size})"
},
- "app.update-toast.download-page": {
- "message": "Télécharger"
- },
- "app.update-toast.downloading": {
- "message": "Téléchargement..."
+ "app.update-popup.download-complete": {
+ "message": "Téléchargement terminé"
},
- "app.update-toast.reload": {
+ "app.update-popup.reload": {
"message": "Recharger"
},
- "app.update-toast.title": {
+ "app.update-popup.title": {
"message": "Mise à jour disponible"
},
- "app.update-toast.title.download-complete": {
- "message": "Téléchargement terminé"
- },
"app.update.complete-toast.text": {
"message": "Cliquez ici pour voir les changements récents."
},
@@ -464,6 +464,15 @@
"instance.settings.tabs.installation.unknown-version": {
"message": "(version inconnue)"
},
+ "instance.settings.tabs.installation.unlink-server-vanilla.description": {
+ "message": "Cette instance est liée à un modpack, ce qui veut dire que vous ne pouvez pas changer la version de Minecraft. Délier déconnectera cette instance du serveur en permanence."
+ },
+ "instance.settings.tabs.installation.unlink-server.description": {
+ "message": "Cette instance est liée à un serveur, ce qui veut dire que les mods ne peuvent pas être mis à jour et que vous ne pouvez pas changer de mod loader ou de version de Minecraft. Délier déconnectera cette instance du serveur en permanence."
+ },
+ "instance.settings.tabs.installation.unlink-server.title": {
+ "message": "Délier du serveur"
+ },
"instance.settings.tabs.installation.unlink.button": {
"message": "Délier l'instance"
},
@@ -551,6 +560,9 @@
"instance.worlds.incompatible_server": {
"message": "Le serveur est incompatible"
},
+ "instance.worlds.linked_server": {
+ "message": "Géré par le projet du serveur"
+ },
"instance.worlds.no_contact": {
"message": "Le serveur n'a pas pu être contacté"
},
@@ -586,5 +598,17 @@
},
"search.filter.locked.instance.sync": {
"message": "Synchroniser avec l'instance"
+ },
+ "search.filter.locked.server": {
+ "message": "Fournis par le serveur"
+ },
+ "search.filter.locked.server-environment.title": {
+ "message": "Seuls les mods client peuvent être ajoutés à l'instance du serveur"
+ },
+ "search.filter.locked.server-game-version.title": {
+ "message": "Version du jeu est procurée par le serveur"
+ },
+ "search.filter.locked.server-loader.title": {
+ "message": "Loader est procuré par le serveur"
}
}
diff --git a/apps/app-frontend/src/locales/he-IL/index.json b/apps/app-frontend/src/locales/he-IL/index.json
index 0d35d45990..e0fe498a06 100644
--- a/apps/app-frontend/src/locales/he-IL/index.json
+++ b/apps/app-frontend/src/locales/he-IL/index.json
@@ -14,12 +14,6 @@
"app.modal.install-to-play.mod-count": {
"message": "{count, plural, one {מוד אחד} other {# מודים}}"
},
- "app.modal.install-to-play.server-requires-mods": {
- "message": "השרת דורש מודים כדי לשחק. התקנה מגדירה את הקבצים הדרושים מModrinth."
- },
- "app.modal.install-to-play.shared-by-today": {
- "message": "{name} שיתף איתך את ההתקנה הזאת היום."
- },
"app.modal.install-to-play.shared-instance": {
"message": "התקנה משותפת"
},
@@ -83,39 +77,6 @@
"app.settings.tabs.resource-management": {
"message": "ניהול משאבים"
},
- "app.update-toast.body": {
- "message": "Modrinth App v{version} מוכנה להורדה!\nיש לרענן כדי לעדכן עכשיו, או באופן אוטומטי בעת סגירת האפליקציה."
- },
- "app.update-toast.body.download-complete": {
- "message": "Modrinth App v{version} סיימה את תהליך ההורדה. יש לרענן כדי לעדכן עכשיו, או באופן אוטומטי בעת סגירת האפליקציה."
- },
- "app.update-toast.body.linux": {
- "message": "Modrinth App v{version} זמין. יש להשתמש במנהל חבילות שלך כדי לעדכן בשביל התכונות החדשות ותיקונים!"
- },
- "app.update-toast.body.metered": {
- "message": "Modrinth App v{version} זמינה עכשיו! בגלל החיבור לפי שימוש, לא הורדנו אותה אוטומטית."
- },
- "app.update-toast.changelog": {
- "message": "יומן שינויים"
- },
- "app.update-toast.download": {
- "message": "הורדה ({size})"
- },
- "app.update-toast.download-page": {
- "message": "הורד"
- },
- "app.update-toast.downloading": {
- "message": "מוריד..."
- },
- "app.update-toast.reload": {
- "message": "רענן"
- },
- "app.update-toast.title": {
- "message": "עדכונים זמינים"
- },
- "app.update-toast.title.download-complete": {
- "message": "הורדה הושלמה"
- },
"app.update.complete-toast.text": {
"message": "לחיצה כדי לראות את יומן השינויים."
},
diff --git a/apps/app-frontend/src/locales/hu-HU/index.json b/apps/app-frontend/src/locales/hu-HU/index.json
index 61698ddde6..a9f2ea6b51 100644
--- a/apps/app-frontend/src/locales/hu-HU/index.json
+++ b/apps/app-frontend/src/locales/hu-HU/index.json
@@ -5,20 +5,23 @@
"app.auth-servers.unreachable.header": {
"message": "Nem lehet elérni a hitelesítési kiszolgálókat"
},
+ "app.modal.install-to-play.content-required": {
+ "message": "Szükséges tartalom"
+ },
"app.modal.install-to-play.header": {
- "message": "Töltsd le a játékhoz"
+ "message": "Telepítés a játékhoz"
},
"app.modal.install-to-play.install-button": {
"message": "Telepítés"
},
"app.modal.install-to-play.mod-count": {
- "message": "# mod"
+ "message": "{count, plural,one {# mod}other {# modok}}"
},
- "app.modal.install-to-play.server-requires-mods": {
- "message": "Ehhez a szerverhez modok szükségesek a játékhoz. Kattints a telepítés gombra, hogy beállítsd a szükséges fájlokat a Modrinthból."
+ "app.modal.install-to-play.required-modpack": {
+ "message": "Szükséges modcsomag"
},
- "app.modal.install-to-play.shared-by-today": {
- "message": "{name} ma megosztotta veled ezt a profilt."
+ "app.modal.install-to-play.server-requires-mods": {
+ "message": "Ehhez a szerverhez modok szükségesek a játékhoz. Kattints a Telepítés gombra, hogy telepítsd a szükséges fájlokat a Modrinth-ról, majd indítsd el közvetlenül a szervert."
},
"app.modal.install-to-play.shared-instance": {
"message": "Megosztott profil"
@@ -26,6 +29,9 @@
"app.modal.install-to-play.shared-server-instance": {
"message": "Megosztott szerverprofil"
},
+ "app.modal.install-to-play.view-contents": {
+ "message": "Tartalom megjelenítése"
+ },
"app.modal.update-to-play.added-count": {
"message": "{count} hozzáadva"
},
@@ -83,38 +89,32 @@
"app.settings.tabs.resource-management": {
"message": "Erőforráskezelés"
},
- "app.update-toast.body": {
- "message": "A Modrinth App v{version} telepítésre kész! Frissítéshez indítsa újra a programot, vagy zárja be a Modrinth App alkalmazást, és a frissítés automatikusan megtörténik."
+ "app.update-popup.body": {
+ "message": "A Modrinth App v{version} telepítésre kész! Frissítéshez Töltsd újra az oldalt, vagy a Modrinth App bezárásakor automatikusan frissül."
},
- "app.update-toast.body.download-complete": {
- "message": "A Modrinth App v{version} letöltése befejeződött. Frissítéshez indítsa újra az alkalmazást, vagy zárja be a Modrinth App alkalmazást, és a frissítés automatikusan megtörténik."
+ "app.update-popup.body.download-complete": {
+ "message": "A Modrinth App v{version} letöltése befejeződött. Frissítéshez Töltsd újra az oldalt, vagy a Modrinth App bezárásakor automatikusan frissül."
},
- "app.update-toast.body.linux": {
- "message": "A Modrinth alkalmazás v{version} elérhető. Használd a csomagkezelődet a legújabb funkciók és hibajavítások telepítéséhez!"
+ "app.update-popup.body.linux": {
+ "message": "A Modrinth App v{version} elérhető. Használd a csomagkezelőt a legújabb funkciók és javítások frissítéséhez!"
},
- "app.update-toast.body.metered": {
- "message": "A Modrinth App v{version} már elérhető! Mivel díjköteles hálózaton vagy, így nem töltöttük le automatikusan."
+ "app.update-popup.body.metered": {
+ "message": "A Modrinth App v{version} már elérhető! Mivel mérhető hálózaton vagy, nem töltöttük le automatikusan."
},
- "app.update-toast.changelog": {
- "message": "Változtatások"
+ "app.update-popup.changelog": {
+ "message": "Változásnapló"
},
- "app.update-toast.download": {
+ "app.update-popup.download": {
"message": "Letöltés ({size})"
},
- "app.update-toast.download-page": {
- "message": "Letöltés"
+ "app.update-popup.download-complete": {
+ "message": "Letöltés sikeres"
},
- "app.update-toast.downloading": {
- "message": "Letöltés..."
- },
- "app.update-toast.reload": {
+ "app.update-popup.reload": {
"message": "Újratöltés"
},
- "app.update-toast.title": {
- "message": "Frissítések elérhetőek"
- },
- "app.update-toast.title.download-complete": {
- "message": "Letöltés befejezve"
+ "app.update-popup.title": {
+ "message": "Frissítés elérhető"
},
"app.update.complete-toast.text": {
"message": "Kattints ide a változások megtekintéséhez."
@@ -464,6 +464,15 @@
"instance.settings.tabs.installation.unknown-version": {
"message": "(ismeretlen verzió)"
},
+ "instance.settings.tabs.installation.unlink-server-vanilla.description": {
+ "message": "Ez az profil egy szerverhez van kapcsolva, ami azt jelenti, hogy nem lehet megváltoztatni a Minecraft verzióját. A kapcsolás megszüntetése véglegesen leválasztja ezt az profilt a szerverről."
+ },
+ "instance.settings.tabs.installation.unlink-server.description": {
+ "message": "Ez az profil egy szerverhez van kapcsolva, ami azt jelenti, hogy a modok nem frissíthetők, és nem lehet megváltoztatni a modbetöltőt vagy a Minecraft verziót. A kapcsolódás megszüntetése véglegesen leválasztja ezt a profilt a szerverről."
+ },
+ "instance.settings.tabs.installation.unlink-server.title": {
+ "message": "Leválasztás a szerverről"
+ },
"instance.settings.tabs.installation.unlink.button": {
"message": "Profil leválasztása"
},
@@ -551,6 +560,9 @@
"instance.worlds.incompatible_server": {
"message": "A Szerver nem kompatibilis"
},
+ "instance.worlds.linked_server": {
+ "message": "Szerverprojekt által kezelt"
+ },
"instance.worlds.no_contact": {
"message": "Nem lehet kapcsolatot létesíteni a szerverrel"
},
@@ -567,7 +579,7 @@
"message": "Szerver"
},
"instance.worlds.type.singleplayer": {
- "message": "Egyjátékosmód"
+ "message": "Egyjátékos"
},
"instance.worlds.view_instance": {
"message": "Profil megtekintése"
@@ -586,5 +598,17 @@
},
"search.filter.locked.instance.sync": {
"message": "Profil szinkronizálása"
+ },
+ "search.filter.locked.server": {
+ "message": "A szerver biztosítja"
+ },
+ "search.filter.locked.server-environment.title": {
+ "message": "Csak kliensoldali modok adhatók hozzá a szerverprofilhoz"
+ },
+ "search.filter.locked.server-game-version.title": {
+ "message": "A játékverziót a szerver biztosítja"
+ },
+ "search.filter.locked.server-loader.title": {
+ "message": "A betöltőt a szerver biztosítja"
}
}
diff --git a/apps/app-frontend/src/locales/id-ID/index.json b/apps/app-frontend/src/locales/id-ID/index.json
index b482af3068..d571ff0728 100644
--- a/apps/app-frontend/src/locales/id-ID/index.json
+++ b/apps/app-frontend/src/locales/id-ID/index.json
@@ -5,6 +5,9 @@
"app.auth-servers.unreachable.header": {
"message": "Tidak dapat terhubung ke server autentikasi"
},
+ "app.modal.install-to-play.content-required": {
+ "message": "Konten diperlukan"
+ },
"app.modal.install-to-play.header": {
"message": "Pasang untuk memainkan"
},
@@ -14,11 +17,11 @@
"app.modal.install-to-play.mod-count": {
"message": "{count, plural, other {# mod}}"
},
- "app.modal.install-to-play.server-requires-mods": {
- "message": "Server ini memerlukan mod untuk dimainkan. Klik pasang untuk menyiapkan berkas-berkas yang diperlukan dari Modrinth."
+ "app.modal.install-to-play.required-modpack": {
+ "message": "Paket mod yang diperlukan"
},
- "app.modal.install-to-play.shared-by-today": {
- "message": "{name} membagikan instans ini dengan Anda hari ini."
+ "app.modal.install-to-play.server-requires-mods": {
+ "message": "Mod diperlukan untuk bermain di server ini. Klik pasang untuk menyiapkan berkas-berkas yang diperlukan dari Modrinth, kemudian luncurkan langsung sari server."
},
"app.modal.install-to-play.shared-instance": {
"message": "Instans terbagi"
@@ -26,6 +29,9 @@
"app.modal.install-to-play.shared-server-instance": {
"message": "Instans server terbagi"
},
+ "app.modal.install-to-play.view-contents": {
+ "message": "Lihat konten"
+ },
"app.modal.update-to-play.added-count": {
"message": "{count} ditambahkan"
},
@@ -83,39 +89,33 @@
"app.settings.tabs.resource-management": {
"message": "Manajemen sumber"
},
- "app.update-toast.body": {
+ "app.update-popup.body": {
"message": "Modrinth App v{version} siap dipasang! Muat ulang untuk memperbarui sekarang, atau secara otomatis saat Anda menutup Modrinth App."
},
- "app.update-toast.body.download-complete": {
+ "app.update-popup.body.download-complete": {
"message": "Modrinth App v{version} telah selesai mengunduh. Muat ulang untuk memperbarui sekarang, atau secara otomatis saat Anda menutup Modrinth App."
},
- "app.update-toast.body.linux": {
+ "app.update-popup.body.linux": {
"message": "Modrinth App v{version} tersedia. Gunakan pengelola paket Anda untuk memperbarui dan mendapatkan fitur-fitur dan perbaikan terbaru!"
},
- "app.update-toast.body.metered": {
+ "app.update-popup.body.metered": {
"message": "Modrinth App v{version} sudah tersedia! Karena Anda saat ini sedang berada dalam jaringan terukur, kami tidak mengunduhnya secara otomatis."
},
- "app.update-toast.changelog": {
+ "app.update-popup.changelog": {
"message": "Catatan perubahan"
},
- "app.update-toast.download": {
+ "app.update-popup.download": {
"message": "Unduh ({size})"
},
- "app.update-toast.download-page": {
- "message": "Unduh"
- },
- "app.update-toast.downloading": {
- "message": "Mengunduh..."
+ "app.update-popup.download-complete": {
+ "message": "Selesai mengunduh"
},
- "app.update-toast.reload": {
+ "app.update-popup.reload": {
"message": "Muat ulang"
},
- "app.update-toast.title": {
+ "app.update-popup.title": {
"message": "Pembaruan tersedia"
},
- "app.update-toast.title.download-complete": {
- "message": "Selesai mengunduh"
- },
"app.update.complete-toast.text": {
"message": "Klik di sini untuk melihat catatan perubahan."
},
@@ -464,6 +464,15 @@
"instance.settings.tabs.installation.unknown-version": {
"message": "(versi tidak dikenal)"
},
+ "instance.settings.tabs.installation.unlink-server-vanilla.description": {
+ "message": "Instans ini berkaitan dengan suatu server, yang berarti Anda tidak dapat mengubah versi Minecraft. Melepas kaitan akan memutuskan instans ini dari server secara permanen."
+ },
+ "instance.settings.tabs.installation.unlink-server.description": {
+ "message": "Instans ini berkaitan dengan suatu server, yang berarti mod tidak dapat diperbarui dan Anda tidak dapat mengubah versi peluncur mod atau Minecraft. Melepas kaitan akan memutuskan instans ini dari server secara permanen."
+ },
+ "instance.settings.tabs.installation.unlink-server.title": {
+ "message": "Lepas kaitan dari server"
+ },
"instance.settings.tabs.installation.unlink.button": {
"message": "Lepas kaitan instans"
},
@@ -551,6 +560,9 @@
"instance.worlds.incompatible_server": {
"message": "Server tidak cocok"
},
+ "instance.worlds.linked_server": {
+ "message": "Dikelola oleh proyek server"
+ },
"instance.worlds.no_contact": {
"message": "Server tidak dapat dihubungi"
},
@@ -586,5 +598,17 @@
},
"search.filter.locked.instance.sync": {
"message": "Sinkronkan dengan instans"
+ },
+ "search.filter.locked.server": {
+ "message": "Disediakan oleh server"
+ },
+ "search.filter.locked.server-environment.title": {
+ "message": "Anda hanya dapat menambahkan mod sisi klien pada instans server"
+ },
+ "search.filter.locked.server-game-version.title": {
+ "message": "Versi permainan disediakan oleh server"
+ },
+ "search.filter.locked.server-loader.title": {
+ "message": "Pemuat disediakan oleh server"
}
}
diff --git a/apps/app-frontend/src/locales/it-IT/index.json b/apps/app-frontend/src/locales/it-IT/index.json
index b31656d316..2889d5e374 100644
--- a/apps/app-frontend/src/locales/it-IT/index.json
+++ b/apps/app-frontend/src/locales/it-IT/index.json
@@ -5,6 +5,9 @@
"app.auth-servers.unreachable.header": {
"message": "Impossibile raggiungere i server di autenticazione"
},
+ "app.modal.install-to-play.content-required": {
+ "message": "Contenuto richiesto"
+ },
"app.modal.install-to-play.header": {
"message": "Installa per continuare"
},
@@ -14,11 +17,11 @@
"app.modal.install-to-play.mod-count": {
"message": "{count} mod"
},
- "app.modal.install-to-play.server-requires-mods": {
- "message": "Questo server necessita di alcune mod. Clicca installa per scaricarle direttamente da Modrinth."
+ "app.modal.install-to-play.required-modpack": {
+ "message": "Pacchetto di mod richiesto"
},
- "app.modal.install-to-play.shared-by-today": {
- "message": "{name} ha condiviso questa istanza con te oggi."
+ "app.modal.install-to-play.server-requires-mods": {
+ "message": "Questo server richiede alcune mod. Clicca Installa per scaricarle direttamente da Modrinth, poi sarai pronto a giocare."
},
"app.modal.install-to-play.shared-instance": {
"message": "Istanza condivisa"
@@ -26,6 +29,9 @@
"app.modal.install-to-play.shared-server-instance": {
"message": "Istanza del server condivisa"
},
+ "app.modal.install-to-play.view-contents": {
+ "message": "Mostra contenuti"
+ },
"app.modal.update-to-play.added-count": {
"message": "{count, plural, one {# aggiunta} other {# aggiunte}}"
},
@@ -83,39 +89,33 @@
"app.settings.tabs.resource-management": {
"message": "Gestione delle risorse"
},
- "app.update-toast.body": {
+ "app.update-popup.body": {
"message": "Modrinth App v{version} è pronta per essere installata! Ricarica per aggiornare ora, o avverrà in automatico alla chiusura dell'app."
},
- "app.update-toast.body.download-complete": {
+ "app.update-popup.body.download-complete": {
"message": "Modrinth App v{version} è stata scaricata. Ricarica per aggiornare ora, o avverrà in automatico alla chiusura dell'app."
},
- "app.update-toast.body.linux": {
+ "app.update-popup.body.linux": {
"message": "Modrinth App v{version} è disponibile. Usa il tuo gestore di pacchetti per aggiornare e ricevere le novità più recenti!"
},
- "app.update-toast.body.metered": {
+ "app.update-popup.body.metered": {
"message": "Modrinth App v{version} è ora disponibile! Poiché sei su una rete a consumo, non l'abbiamo scaricata automaticamente."
},
- "app.update-toast.changelog": {
+ "app.update-popup.changelog": {
"message": "Novità"
},
- "app.update-toast.download": {
+ "app.update-popup.download": {
"message": "Scarica ({size})"
},
- "app.update-toast.download-page": {
- "message": "Scarica"
- },
- "app.update-toast.downloading": {
- "message": "Scaricando..."
+ "app.update-popup.download-complete": {
+ "message": "Download completato"
},
- "app.update-toast.reload": {
+ "app.update-popup.reload": {
"message": "Ricarica"
},
- "app.update-toast.title": {
+ "app.update-popup.title": {
"message": "Aggiornamento disponibile"
},
- "app.update-toast.title.download-complete": {
- "message": "Download completato"
- },
"app.update.complete-toast.text": {
"message": "Consulta qui le ultime novità in inglese."
},
@@ -464,6 +464,15 @@
"instance.settings.tabs.installation.unknown-version": {
"message": "(versione sconosciuta)"
},
+ "instance.settings.tabs.installation.unlink-server-vanilla.description": {
+ "message": "Questa istanza è collegata a un server, cioè non puoi cambiare la versione di Minecraft. Lo scollegamento disconnetterà definitivamente questa istanza dal server."
+ },
+ "instance.settings.tabs.installation.unlink-server.description": {
+ "message": "Questa istanza è collegata a un server, perciò le mod non possono essere aggiornate manualmente, e non puoi cambiare loader di mod né versione di Minecraft. Lo scollegamento disconnetterà definitivamente questa istanza dal server."
+ },
+ "instance.settings.tabs.installation.unlink-server.title": {
+ "message": "Scollega dal server"
+ },
"instance.settings.tabs.installation.unlink.button": {
"message": "Scollega istanza"
},
@@ -551,6 +560,9 @@
"instance.worlds.incompatible_server": {
"message": "Server non è compatibile"
},
+ "instance.worlds.linked_server": {
+ "message": "Gestito dal server"
+ },
"instance.worlds.no_contact": {
"message": "Impossibile contattare il server"
},
@@ -576,15 +588,27 @@
"message": "Mondo già in uso"
},
"search.filter.locked.instance": {
- "message": "Fornito dall'istanza"
+ "message": "Determinato dall'istanza"
},
"search.filter.locked.instance-game-version.title": {
- "message": "La versione del gioco è fornita dall'istanza"
+ "message": "La versione del gioco è determinata dall'istanza"
},
"search.filter.locked.instance-loader.title": {
- "message": "Il loader è fornito dall'istanza"
+ "message": "Il loader è determinato dall'istanza"
},
"search.filter.locked.instance.sync": {
"message": "Sincronizza con l'istanza"
+ },
+ "search.filter.locked.server": {
+ "message": "Determinato dal server"
+ },
+ "search.filter.locked.server-environment.title": {
+ "message": "Solo mod lato client possono essere aggiunte all'istanza del server"
+ },
+ "search.filter.locked.server-game-version.title": {
+ "message": "La versione del gioco è determinata dal server"
+ },
+ "search.filter.locked.server-loader.title": {
+ "message": "Il loader è determinato dal server"
}
}
diff --git a/apps/app-frontend/src/locales/ja-JP/index.json b/apps/app-frontend/src/locales/ja-JP/index.json
index 602a8f2b88..047d453a94 100644
--- a/apps/app-frontend/src/locales/ja-JP/index.json
+++ b/apps/app-frontend/src/locales/ja-JP/index.json
@@ -5,6 +5,9 @@
"app.auth-servers.unreachable.header": {
"message": "認証サーバーにアクセスできません"
},
+ "app.modal.install-to-play.content-required": {
+ "message": "必須コンテンツ"
+ },
"app.modal.install-to-play.header": {
"message": "インストールしてプレイ"
},
@@ -14,11 +17,11 @@
"app.modal.install-to-play.mod-count": {
"message": "{count, plural, other {#個のMod}}"
},
- "app.modal.install-to-play.server-requires-mods": {
- "message": "このサーバーをプレイするにはMODが必要です。インストールをクリックしてModrinthから必要なファイルを設定してください。"
+ "app.modal.install-to-play.required-modpack": {
+ "message": "必須なModpack"
},
- "app.modal.install-to-play.shared-by-today": {
- "message": "{name} が本日この事例を共有しました。"
+ "app.modal.install-to-play.server-requires-mods": {
+ "message": "このサーバーをプレイするにはModが必要です。インストールをクリックしてModrinthから必要なファイルを設定し、サーバーに接続してください。"
},
"app.modal.install-to-play.shared-instance": {
"message": "共有インスタンス"
@@ -26,6 +29,9 @@
"app.modal.install-to-play.shared-server-instance": {
"message": "共有サーバーインスタンス"
},
+ "app.modal.install-to-play.view-contents": {
+ "message": "コンテンツを見る"
+ },
"app.modal.update-to-play.added-count": {
"message": "{count}追加"
},
@@ -83,39 +89,33 @@
"app.settings.tabs.resource-management": {
"message": "リソース管理"
},
- "app.update-toast.body": {
- "message": "Modrinth App v{version}のインストールの準備ができました。再起動して今すぐ更新するか、アプリを閉じた際に自動で更新されます。"
+ "app.update-popup.body": {
+ "message": "Modrinth App v{version} のインストール準備が整いました!今すぐ更新するには再読み込みするか、Modrinth App を閉じる際に自動更新されます。"
},
- "app.update-toast.body.download-complete": {
- "message": "Modrinth App v{version}のダウンロードが完了しました。再起動して今すぐ更新するか、アプリを閉じた際に自動で更新されます。"
+ "app.update-popup.body.download-complete": {
+ "message": "Modrinth App v{version} のダウンロードが完了しました。今すぐ更新するには再読み込みするか、Modrinth App を閉じる際に自動更新されます。"
},
- "app.update-toast.body.linux": {
+ "app.update-popup.body.linux": {
"message": "Modrinth App v{version} が利用可能です。最新の機能と修正プログラムを入手するには、パッケージマネージャーを使用して更新してください!"
},
- "app.update-toast.body.metered": {
- "message": "Modrinth App v{version}は今すぐダウンロードできます。従量課金制ネットワークを使用しているため自動ダウンロードはされていません。"
+ "app.update-popup.body.metered": {
+ "message": "Modrinth App v{version} が利用可能になりました!お使いのネットワークが従量制のため、自動ダウンロードは行っておりません。"
},
- "app.update-toast.changelog": {
+ "app.update-popup.changelog": {
"message": "更新履歴"
},
- "app.update-toast.download": {
+ "app.update-popup.download": {
"message": "ダウンロード ({size})"
},
- "app.update-toast.download-page": {
- "message": "ダウンロード"
- },
- "app.update-toast.downloading": {
- "message": "ダウンロード中..."
+ "app.update-popup.download-complete": {
+ "message": "ダウンロード完了"
},
- "app.update-toast.reload": {
- "message": "再起動"
+ "app.update-popup.reload": {
+ "message": "リロード"
},
- "app.update-toast.title": {
+ "app.update-popup.title": {
"message": "アップデートが利用可能です"
},
- "app.update-toast.title.download-complete": {
- "message": "ダウンロード完了"
- },
"app.update.complete-toast.text": {
"message": "クリックすると更新履歴を表示できます。"
},
@@ -464,6 +464,15 @@
"instance.settings.tabs.installation.unknown-version": {
"message": "(不明なバージョン)"
},
+ "instance.settings.tabs.installation.unlink-server-vanilla.description": {
+ "message": "このインスタンスはサーバーにリンクされているので、Minecraftのバージョンを変更することはできません。リンクを解除するとこのインスタンスはサーバーから永久に切断されます。"
+ },
+ "instance.settings.tabs.installation.unlink-server.description": {
+ "message": "このインスタンスはサーバーにリンクされているので、Modの更新はできず、ModローダーやMinecraftのバージョンを変更することもできません。リンクを解除すると、このインスタンスはサーバーから永久に切断されます。"
+ },
+ "instance.settings.tabs.installation.unlink-server.title": {
+ "message": "サーバーとのリンクを解除する"
+ },
"instance.settings.tabs.installation.unlink.button": {
"message": "インスタンスのリンク解除"
},
@@ -551,6 +560,9 @@
"instance.worlds.incompatible_server": {
"message": "サーバーに互換性がありません"
},
+ "instance.worlds.linked_server": {
+ "message": "サーバープロジェクトによる管理"
+ },
"instance.worlds.no_contact": {
"message": "サーバーに接続できませんでした"
},
@@ -586,5 +598,17 @@
},
"search.filter.locked.instance.sync": {
"message": "インスタンスと同期"
+ },
+ "search.filter.locked.server": {
+ "message": "サーバーにより提供されています"
+ },
+ "search.filter.locked.server-environment.title": {
+ "message": "サーバー構成にはクライアント側Modのみ追加可能"
+ },
+ "search.filter.locked.server-game-version.title": {
+ "message": "ゲームバージョンはサーバーにより提供されています"
+ },
+ "search.filter.locked.server-loader.title": {
+ "message": "ローダーはサーバーにより提供されています"
}
}
diff --git a/apps/app-frontend/src/locales/ko-KR/index.json b/apps/app-frontend/src/locales/ko-KR/index.json
index 86ca655857..2b19079e4d 100644
--- a/apps/app-frontend/src/locales/ko-KR/index.json
+++ b/apps/app-frontend/src/locales/ko-KR/index.json
@@ -5,6 +5,9 @@
"app.auth-servers.unreachable.header": {
"message": "인증 서버에 연결할 수 없습니다"
},
+ "app.modal.install-to-play.content-required": {
+ "message": "콘텐츠 설치 필요"
+ },
"app.modal.install-to-play.header": {
"message": "설치하고 플레이"
},
@@ -14,11 +17,11 @@
"app.modal.install-to-play.mod-count": {
"message": "{count, plural, one {모드 #개} other {모드 #개}}"
},
- "app.modal.install-to-play.server-requires-mods": {
- "message": "이 서버에서 플레이하려면 모드가 필요합니다. 설치를 눌러 Modrinth에서 필요한 파일을 설정하세요."
+ "app.modal.install-to-play.required-modpack": {
+ "message": "필요한 모드팩"
},
- "app.modal.install-to-play.shared-by-today": {
- "message": "{name}이(가) 오늘 이 인스턴스를 공유했습니다."
+ "app.modal.install-to-play.server-requires-mods": {
+ "message": "이 서버를 플레이하려면 모드가 필요합니다. '설치'를 클릭하여 Modrinth에서 필수 파일을 내려받은 후, 서버에 바로 접속하세요."
},
"app.modal.install-to-play.shared-instance": {
"message": "인스턴스 공유됨"
@@ -26,6 +29,9 @@
"app.modal.install-to-play.shared-server-instance": {
"message": "서버 인스턴스 공유됨"
},
+ "app.modal.install-to-play.view-contents": {
+ "message": "구성 요소 보기"
+ },
"app.modal.update-to-play.added-count": {
"message": "{count} 추가됨"
},
@@ -83,39 +89,33 @@
"app.settings.tabs.resource-management": {
"message": "리소스 관리"
},
- "app.update-toast.body": {
+ "app.update-popup.body": {
"message": "Modrinth App v{version}을 설치할 준비가 완료되었습니다! 새로고침하거나 Modrinth App을 종료하면 자동으로 업데이트됩니다."
},
- "app.update-toast.body.download-complete": {
+ "app.update-popup.body.download-complete": {
"message": "Modrinth App v{version} 다운로드가 완료되었습니다. 새로고침하거나 Modrinth App을 종료하면 자동으로 업데이트됩니다."
},
- "app.update-toast.body.linux": {
+ "app.update-popup.body.linux": {
"message": "Modrinth App v{version} 버전을 사용할 수 있습니다. 최신 기능과 오류 수정을 적용하려면 패키지 관리자를 통해 업데이트하세요!"
},
- "app.update-toast.body.metered": {
+ "app.update-popup.body.metered": {
"message": "Modrinth App v{version}을 지금 사용할 수 있습니다! 데이터 통신 연결을 사용 중이므로, 자동으로 다운로드하지 않았습니다."
},
- "app.update-toast.changelog": {
+ "app.update-popup.changelog": {
"message": "변경 내역"
},
- "app.update-toast.download": {
+ "app.update-popup.download": {
"message": "({size}) 다운로드"
},
- "app.update-toast.download-page": {
- "message": "다운로드"
- },
- "app.update-toast.downloading": {
- "message": "다운로드 중..."
+ "app.update-popup.download-complete": {
+ "message": "다운로드 완료"
},
- "app.update-toast.reload": {
+ "app.update-popup.reload": {
"message": "새로고침"
},
- "app.update-toast.title": {
+ "app.update-popup.title": {
"message": "업데이트 가능"
},
- "app.update-toast.title.download-complete": {
- "message": "다운로드 완료"
- },
"app.update.complete-toast.text": {
"message": "변경 내역을 보려면 클릭하세요."
},
@@ -464,6 +464,15 @@
"instance.settings.tabs.installation.unknown-version": {
"message": "(알 수 없는 버전)"
},
+ "instance.settings.tabs.installation.unlink-server-vanilla.description": {
+ "message": "이 인스턴스는 서버에 연결되어 있으므로, 마인크래프트 버전을 변경할 수 없습니다. 연결을 해제하면 이 인스턴스가 서버에서 영구적으로 연결이 끊어집니다."
+ },
+ "instance.settings.tabs.installation.unlink-server.description": {
+ "message": "이 인스턴스는 서버에 연결되어 있으므로 모드를 업데이트할 수 없으며 모드 로더나 Minecraft 버전을 변경할 수 없습니다. 연결을 해제하면 이 인스턴스가 서버에서 영구적으로 연결이 끊어집니다."
+ },
+ "instance.settings.tabs.installation.unlink-server.title": {
+ "message": "서버 연결 해제"
+ },
"instance.settings.tabs.installation.unlink.button": {
"message": "인스턴스 연결 해제"
},
@@ -551,6 +560,9 @@
"instance.worlds.incompatible_server": {
"message": "호환되지 않는 서버"
},
+ "instance.worlds.linked_server": {
+ "message": "서버 설정에 의해 관리됨"
+ },
"instance.worlds.no_contact": {
"message": "서버가 응답하지 않음"
},
@@ -586,5 +598,17 @@
},
"search.filter.locked.instance.sync": {
"message": "인스턴스와 동기화"
+ },
+ "search.filter.locked.server": {
+ "message": "서버에 의해 관리됨"
+ },
+ "search.filter.locked.server-environment.title": {
+ "message": "서버 인스턴스에는 클라이언트 전용 모드만 추가할 수 있습니다"
+ },
+ "search.filter.locked.server-game-version.title": {
+ "message": "게임 버전이 서버에 의해 제공됩니다"
+ },
+ "search.filter.locked.server-loader.title": {
+ "message": "로더가 서버에 의해 제공됩니다"
}
}
diff --git a/apps/app-frontend/src/locales/ms-MY/index.json b/apps/app-frontend/src/locales/ms-MY/index.json
index f1acb505f8..6e8fe2745a 100644
--- a/apps/app-frontend/src/locales/ms-MY/index.json
+++ b/apps/app-frontend/src/locales/ms-MY/index.json
@@ -5,6 +5,9 @@
"app.auth-servers.unreachable.header": {
"message": "Tidak dapat mencapai pelayan pengesahan"
},
+ "app.modal.install-to-play.content-required": {
+ "message": "Kandungan yang diperlukan"
+ },
"app.modal.install-to-play.header": {
"message": "Pasang untuk mainkan"
},
@@ -14,11 +17,8 @@
"app.modal.install-to-play.mod-count": {
"message": "{count, plural, other {# mod}}"
},
- "app.modal.install-to-play.server-requires-mods": {
- "message": "Pelayan ini memerlukan mod untuk dimainkan. Klik pasang untuk menyediakan fail yang diperlukan daripada Modrinth."
- },
- "app.modal.install-to-play.shared-by-today": {
- "message": "{name} berkongsi pemasangan ini dengan anda hari ini."
+ "app.modal.install-to-play.required-modpack": {
+ "message": "Pek mod yang diperlukan"
},
"app.modal.install-to-play.shared-instance": {
"message": "Pemasangan yang dikongsi"
@@ -26,6 +26,9 @@
"app.modal.install-to-play.shared-server-instance": {
"message": "Pemasangan pelayan yang dikongsi"
},
+ "app.modal.install-to-play.view-contents": {
+ "message": "Lihat kandungan"
+ },
"app.modal.update-to-play.added-count": {
"message": "{count} ditambah"
},
@@ -83,39 +86,33 @@
"app.settings.tabs.resource-management": {
"message": "Pengurusan sumber"
},
- "app.update-toast.body": {
+ "app.update-popup.body": {
"message": "Modrinth App v{version} sudah bersedia untuk dipasang! Muat semula untuk kemas kini sekarang, atau kemas kini secara automatik apabila anda menutup Modrinth App."
},
- "app.update-toast.body.download-complete": {
- "message": "Modrinth App v{version} sudah selesai dipasang! Muat semula untuk kemas kini sekarang, atau kemas kini secara automatik apabila anda menutup Modrinth App."
+ "app.update-popup.body.download-complete": {
+ "message": "Modrinth App v{version} sudah selesai dimuat turun! Muat semula untuk kemas kini sekarang, atau kemas kini secara automatik apabila anda menutup Modrinth App."
},
- "app.update-toast.body.linux": {
+ "app.update-popup.body.linux": {
"message": "Modrinth App v{version} tersedia. Gunakan pengurus pakej anda untuk mengemas kini dan mendapatkan ciri-ciri dan pembetulan terkini!"
},
- "app.update-toast.body.metered": {
+ "app.update-popup.body.metered": {
"message": "Modrinth App v{version} kini tersedia! Memandangkan anda sedang menggunakan rangkaian bermeter, kami tidak memuat turunnya secara automatik."
},
- "app.update-toast.changelog": {
+ "app.update-popup.changelog": {
"message": "Log perubahan"
},
- "app.update-toast.download": {
+ "app.update-popup.download": {
"message": "Muat turun ({size})"
},
- "app.update-toast.download-page": {
- "message": "Muat turun"
- },
- "app.update-toast.downloading": {
- "message": "Sedang memuat turun..."
+ "app.update-popup.download-complete": {
+ "message": "Muat turun selesai"
},
- "app.update-toast.reload": {
+ "app.update-popup.reload": {
"message": "Muat semula"
},
- "app.update-toast.title": {
+ "app.update-popup.title": {
"message": "Kemas kini tersedia"
},
- "app.update-toast.title.download-complete": {
- "message": "Muat turun selesai"
- },
"app.update.complete-toast.text": {
"message": "Klik di sini untuk melihat log perubahan."
},
@@ -464,6 +461,9 @@
"instance.settings.tabs.installation.unknown-version": {
"message": "(versi tidak diketahui)"
},
+ "instance.settings.tabs.installation.unlink-server.title": {
+ "message": "Nyahpaut daripada pelayan"
+ },
"instance.settings.tabs.installation.unlink.button": {
"message": "Nyahpautkan pemasangan"
},
@@ -551,6 +551,9 @@
"instance.worlds.incompatible_server": {
"message": "Pelayan tidak serasi"
},
+ "instance.worlds.linked_server": {
+ "message": "Diurus oleh projek pelayan"
+ },
"instance.worlds.no_contact": {
"message": "Pelayan tidak dapat dihubungi"
},
@@ -586,5 +589,14 @@
},
"search.filter.locked.instance.sync": {
"message": "Selaraskan dengan pemasangan"
+ },
+ "search.filter.locked.server": {
+ "message": "Disediakan oleh pelayan"
+ },
+ "search.filter.locked.server-game-version.title": {
+ "message": "Versi permainan adalah disediakan oleh pelayan"
+ },
+ "search.filter.locked.server-loader.title": {
+ "message": "Pemuat adalah disediakan oleh pelayan"
}
}
diff --git a/apps/app-frontend/src/locales/nl-NL/index.json b/apps/app-frontend/src/locales/nl-NL/index.json
index f222d35033..b73270ac9c 100644
--- a/apps/app-frontend/src/locales/nl-NL/index.json
+++ b/apps/app-frontend/src/locales/nl-NL/index.json
@@ -1,10 +1,67 @@
{
"app.auth-servers.unreachable.body": {
- "message": "Minecraft verificatie servers zijn mogelijk offline. Check je internetverbinding en probeer opnieuw later."
+ "message": "Minecraft authenticatie servers zijn mogelijk offline. Controleer je internetverbinding en probeer opnieuw later."
},
"app.auth-servers.unreachable.header": {
"message": "Authenticatieservers kunnen niet worden bereikt"
},
+ "app.modal.install-to-play.content-required": {
+ "message": "Content vereist"
+ },
+ "app.modal.install-to-play.header": {
+ "message": "Installeer om te spelen"
+ },
+ "app.modal.install-to-play.install-button": {
+ "message": "Installeer"
+ },
+ "app.modal.install-to-play.mod-count": {
+ "message": "{count, plural,one {# mod}other {# mods}}"
+ },
+ "app.modal.install-to-play.required-modpack": {
+ "message": "Vereist modpack"
+ },
+ "app.modal.install-to-play.server-requires-mods": {
+ "message": "Deze server vereist mods om te spelen. Klik op Installeer om de vereiste bestanden van Modrinth in te stellen, en start direct in de server."
+ },
+ "app.modal.install-to-play.shared-instance": {
+ "message": "Gedeelde instantie"
+ },
+ "app.modal.install-to-play.shared-server-instance": {
+ "message": "Gedeelde server instantie"
+ },
+ "app.modal.install-to-play.view-contents": {
+ "message": "Toon content"
+ },
+ "app.modal.update-to-play.added-count": {
+ "message": "{count} toegevoegd"
+ },
+ "app.modal.update-to-play.diff-type.added": {
+ "message": "Toegevoegd"
+ },
+ "app.modal.update-to-play.diff-type.removed": {
+ "message": "Verwijderd"
+ },
+ "app.modal.update-to-play.diff-type.updated": {
+ "message": "Geüpdatet"
+ },
+ "app.modal.update-to-play.header": {
+ "message": "Update om te spelen"
+ },
+ "app.modal.update-to-play.published-date": {
+ "message": "{date, date, long}"
+ },
+ "app.modal.update-to-play.removed-count": {
+ "message": "{count} verwijderd"
+ },
+ "app.modal.update-to-play.update-required": {
+ "message": "Update vereist"
+ },
+ "app.modal.update-to-play.update-required-description": {
+ "message": "Een update is vereist om {name} te spelen. Update naar de laatste versie om het spel te starten."
+ },
+ "app.modal.update-to-play.updated-count": {
+ "message": "{count} geüpdatet"
+ },
"app.settings.developer-mode-enabled": {
"message": "Ontwikkelaarsmodus ingeschakeld."
},
@@ -32,33 +89,33 @@
"app.settings.tabs.resource-management": {
"message": "Bronnenbeheer"
},
- "app.update-toast.body": {
+ "app.update-popup.body": {
"message": "Modrinth App v{version} is klaar om geïnstalleerd te worden! Herlaad om nu te updaten, of automatisch wanneer je de Modrinth App afsluit."
},
- "app.update-toast.body.download-complete": {
+ "app.update-popup.body.download-complete": {
"message": "Modrinth App v{version} is klaar met downloaden. Herlaad om nu te updaten, of automatisch wanneer je de Modrinth App afsluit."
},
- "app.update-toast.body.metered": {
+ "app.update-popup.body.linux": {
+ "message": "Modrinth App v{version} is beschikbaar. Gebruik je pakketbeheerder om te updaten voor de laatste functies en oplossingen!"
+ },
+ "app.update-popup.body.metered": {
"message": "Modrinth App v{version} is nu beschikbaar! Omdat je nu op een netwerk met datalimiet zit, is de download niet automatisch gestart."
},
- "app.update-toast.changelog": {
- "message": "Wijzigingenlogboek"
+ "app.update-popup.changelog": {
+ "message": "Wijzigingen"
},
- "app.update-toast.download": {
+ "app.update-popup.download": {
"message": "Download ({size})"
},
- "app.update-toast.downloading": {
- "message": "Aan het downloaden..."
+ "app.update-popup.download-complete": {
+ "message": "Downloaden voltooid"
},
- "app.update-toast.reload": {
+ "app.update-popup.reload": {
"message": "Herlaad"
},
- "app.update-toast.title": {
+ "app.update-popup.title": {
"message": "Update beschikbaar"
},
- "app.update-toast.title.download-complete": {
- "message": "Downloaden voltooid"
- },
"app.update.complete-toast.text": {
"message": "Klik hier om het wijzigingenlogboek te bekijken."
},
@@ -407,6 +464,15 @@
"instance.settings.tabs.installation.unknown-version": {
"message": "(Onherkende versie)"
},
+ "instance.settings.tabs.installation.unlink-server-vanilla.description": {
+ "message": "Deze instantie is gekoppeld aan een server, wat betekent dat je de Minecraft versie niet kunt wijzigen. Ontkoppelen zal deze instantie definitief van de server loskoppelen."
+ },
+ "instance.settings.tabs.installation.unlink-server.description": {
+ "message": "Deze instantie is gekoppeld aan een server, wat betekent dat mods niet kunnen worden bijgewerkt en je de modloader of Minecraft-versie niet kunt wijzigen. Ontkoppelen zal deze instantie definitief van de server loskoppelen."
+ },
+ "instance.settings.tabs.installation.unlink-server.title": {
+ "message": "Ontkoppel van server"
+ },
"instance.settings.tabs.installation.unlink.button": {
"message": "Ontkoppel exemplaar"
},
@@ -494,6 +560,9 @@
"instance.worlds.incompatible_server": {
"message": "Server is niet compatibel"
},
+ "instance.worlds.linked_server": {
+ "message": "Beheerd door serverproject"
+ },
"instance.worlds.no_contact": {
"message": "Server kon niet worden bereikt"
},
@@ -529,5 +598,17 @@
},
"search.filter.locked.instance.sync": {
"message": "Synchroniseer installatie"
+ },
+ "search.filter.locked.server": {
+ "message": "Aangeleverd door de server"
+ },
+ "search.filter.locked.server-environment.title": {
+ "message": "Alleen client-side mods kunnen toegevoegd worden aan de server instantie"
+ },
+ "search.filter.locked.server-game-version.title": {
+ "message": "Spel versie is gegeven door de server"
+ },
+ "search.filter.locked.server-loader.title": {
+ "message": "Loader is gegeven door de server"
}
}
diff --git a/apps/app-frontend/src/locales/no-NO/index.json b/apps/app-frontend/src/locales/no-NO/index.json
index a4ff765b6f..7de60b9ca9 100644
--- a/apps/app-frontend/src/locales/no-NO/index.json
+++ b/apps/app-frontend/src/locales/no-NO/index.json
@@ -5,6 +5,51 @@
"app.auth-servers.unreachable.header": {
"message": "Kan ikke nå autentiseringsservere"
},
+ "app.modal.install-to-play.header": {
+ "message": "Installer for å spille"
+ },
+ "app.modal.install-to-play.install-button": {
+ "message": "Installer"
+ },
+ "app.modal.install-to-play.mod-count": {
+ "message": "{count, plural, one {#mod} other {# mods}}"
+ },
+ "app.modal.install-to-play.shared-instance": {
+ "message": "Delt instans"
+ },
+ "app.modal.install-to-play.shared-server-instance": {
+ "message": "Delt serverinstans"
+ },
+ "app.modal.update-to-play.added-count": {
+ "message": "{count} lagt til"
+ },
+ "app.modal.update-to-play.diff-type.added": {
+ "message": "Lagt til"
+ },
+ "app.modal.update-to-play.diff-type.removed": {
+ "message": "Fjerna"
+ },
+ "app.modal.update-to-play.diff-type.updated": {
+ "message": "Oppdatert"
+ },
+ "app.modal.update-to-play.header": {
+ "message": "Oppdater for å spille"
+ },
+ "app.modal.update-to-play.published-date": {
+ "message": "{date, date, long}"
+ },
+ "app.modal.update-to-play.removed-count": {
+ "message": "{count} fjerna"
+ },
+ "app.modal.update-to-play.update-required": {
+ "message": "Krever oppdatering"
+ },
+ "app.modal.update-to-play.update-required-description": {
+ "message": "Ei oppdatering er påkrevd for å spille {name}. Vær så snill å oppdater til den siste versjonen av spillet for å spille det."
+ },
+ "app.modal.update-to-play.updated-count": {
+ "message": "Oppdaterte {count} mods"
+ },
"app.settings.developer-mode-enabled": {
"message": "Utviklermodus aktivert."
},
@@ -32,33 +77,6 @@
"app.settings.tabs.resource-management": {
"message": "Ressursforvaltning"
},
- "app.update-toast.body": {
- "message": "Modrinth App v{version} er klar for installering! Last inn på nytt for å oppdatere nå, eller automatisk når du lukker Modrinth App."
- },
- "app.update-toast.body.download-complete": {
- "message": "Modrinth App v{version} er ferdig lastet ned. Last in på nytt for å oppdatere nå, eller automatisk når du lukker Modrinth App."
- },
- "app.update-toast.body.metered": {
- "message": "Modrinth App v{version} er tilgjengelig nå! Siden du er på en forbruksmålt tilkobling, lastet vi den ikke ned automatisk."
- },
- "app.update-toast.changelog": {
- "message": "Endringslogg"
- },
- "app.update-toast.download": {
- "message": "Last ned ({size})"
- },
- "app.update-toast.downloading": {
- "message": "Laster ned..."
- },
- "app.update-toast.reload": {
- "message": "Last inn på nytt"
- },
- "app.update-toast.title": {
- "message": "Oppdatering tilgjengelig"
- },
- "app.update-toast.title.download-complete": {
- "message": "Ferdig lastet ned"
- },
"app.update.complete-toast.text": {
"message": "Klikk her for å se endringsloggen."
},
diff --git a/apps/app-frontend/src/locales/pl-PL/index.json b/apps/app-frontend/src/locales/pl-PL/index.json
index d905c4c9d5..63e5e19a04 100644
--- a/apps/app-frontend/src/locales/pl-PL/index.json
+++ b/apps/app-frontend/src/locales/pl-PL/index.json
@@ -5,6 +5,9 @@
"app.auth-servers.unreachable.header": {
"message": "Nie udało się połączyć się z serwerami uwierzytelniania"
},
+ "app.modal.install-to-play.content-required": {
+ "message": "Wymagane treści"
+ },
"app.modal.install-to-play.header": {
"message": "Zainstaluj, aby grać"
},
@@ -14,11 +17,11 @@
"app.modal.install-to-play.mod-count": {
"message": "{count, plural, one {# mod} few {# mody} other {# modów}}"
},
- "app.modal.install-to-play.server-requires-mods": {
- "message": "Ten serwer potrzebuje modów, aby grać. Kliknij, instaluj, aby ustawić potrzebne pliki z Modrinth."
+ "app.modal.install-to-play.required-modpack": {
+ "message": "Wymagana paczka modów"
},
- "app.modal.install-to-play.shared-by-today": {
- "message": "{name} dziś udostępnił/-a Ci tę instancję."
+ "app.modal.install-to-play.server-requires-mods": {
+ "message": "Ten serwer wymaga modów, aby na nim grać. Kliknij \"Zainstaluj\" aby otrzymać potrzebne pliki z Modrinth, a potem dołącz bezpośrednio do serwera."
},
"app.modal.install-to-play.shared-instance": {
"message": "Wspólna instancja"
@@ -26,6 +29,9 @@
"app.modal.install-to-play.shared-server-instance": {
"message": "Wspólna instancja serwera"
},
+ "app.modal.install-to-play.view-contents": {
+ "message": "Pokaż zawartość"
+ },
"app.modal.update-to-play.added-count": {
"message": "Dodano {count}"
},
@@ -83,39 +89,33 @@
"app.settings.tabs.resource-management": {
"message": "Zarządzanie zasobami"
},
- "app.update-toast.body": {
- "message": "Wersja Modrinth App v{version} jest gotowa do zainstalowania! Odśwież, żeby zaktualizować teraz, albo automatycznie, gdy zamkniesz aplikacje Modrinth."
+ "app.update-popup.body": {
+ "message": "Wersja Modrinth App v{version} jest gotowa do zainstalowania! Załaduj ponownie, żeby zaktualizować teraz, albo automatycznie, gdy zamkniesz Modrinth App."
},
- "app.update-toast.body.download-complete": {
- "message": "Wersja Modrinth App v{version} została pobrana. Odśwież, żeby zaktualizować teraz, albo automatycznie, gdy zamkniesz Modrinth App."
+ "app.update-popup.body.download-complete": {
+ "message": "Wersja Modrinth App v{version} została pobrana. Załaduj ponownie, żeby zaktualizować teraz, albo automatycznie, gdy zamkniesz Modrinth App."
},
- "app.update-toast.body.linux": {
- "message": "Modrinth App v{version} jest dostępna. Użyj menedżera pakietów, aby zaktualizować i uzyskać najnowsze funkcje i poprawki!"
+ "app.update-popup.body.linux": {
+ "message": "Wersja Modrinth App v{version} jest dostępna. Pobierz aktualizację poprzez menedżer pakietów, by uzyskać najnowsze funkcje i poprawki!"
},
- "app.update-toast.body.metered": {
- "message": "Wersja v{version} Modrinth App jest dostępna! Skoro korzystasz z sieci taryfowej, nie pobraliśmy jej automatycznie."
+ "app.update-popup.body.metered": {
+ "message": "Wersja Modrinth App v{version} jest dostępna! Skoro korzystasz z sieci taryfowej, nie pobraliśmy jej automatycznie."
},
- "app.update-toast.changelog": {
+ "app.update-popup.changelog": {
"message": "Dziennik zmian"
},
- "app.update-toast.download": {
+ "app.update-popup.download": {
"message": "Pobierz ({size})"
},
- "app.update-toast.download-page": {
- "message": "Pobierz"
- },
- "app.update-toast.downloading": {
- "message": "Pobieranie..."
+ "app.update-popup.download-complete": {
+ "message": "Pobieranie ukończone"
},
- "app.update-toast.reload": {
+ "app.update-popup.reload": {
"message": "Załaduj ponownie"
},
- "app.update-toast.title": {
+ "app.update-popup.title": {
"message": "Dostępna aktualizacja"
},
- "app.update-toast.title.download-complete": {
- "message": "Pobieranie ukończone"
- },
"app.update.complete-toast.text": {
"message": "Kliknij, by pokazać dziennik zmian."
},
@@ -464,17 +464,26 @@
"instance.settings.tabs.installation.unknown-version": {
"message": "(nieznana wersja)"
},
+ "instance.settings.tabs.installation.unlink-server-vanilla.description": {
+ "message": "Ta instancja jest powiązana z serwerem, co oznacza, że nie możesz zmienić wersji gry. Rozłączenie spowoduje trwałe odłączenie tej instancji od serwera."
+ },
+ "instance.settings.tabs.installation.unlink-server.description": {
+ "message": "Ta instancja jest powiązana z serwerem, co oznacza, że mody nie mogą być aktualizowane i nie można zmienić ani loadera, ani wersji gry. Rozłączenie spowoduje trwałe odłączenie tej instancji od serwera."
+ },
+ "instance.settings.tabs.installation.unlink-server.title": {
+ "message": "Rozłącz od serwera"
+ },
"instance.settings.tabs.installation.unlink.button": {
"message": "Rozłącz instancję"
},
"instance.settings.tabs.installation.unlink.confirm.description": {
- "message": "Jeśli przejdziesz dalej, nie będziesz mógł jej ponownie złączyć, bez tworzenia kompletnie nowej instancji. Nie będziesz otrzymywał aktualizacji paczki modów i zamieni się w normalną instancję."
+ "message": "Jeśli przejdziesz dalej, nie będziesz mógł ponownie złączyć tej instancji bez tworzenia całkowicie nowej. Nie będziesz otrzymywać aktualizacji i zostanie ona przekształcona w zwykłą instancję."
},
"instance.settings.tabs.installation.unlink.confirm.title": {
"message": "Czy jesteś pewien, że chcesz rozłączyć tę instancję?"
},
"instance.settings.tabs.installation.unlink.description": {
- "message": "Ta instancja jest powiązana z paczką modów, co oznacza, że mody nie mogą być aktualizowane i nie można zmienić silnika gry ani wersji Minecrafta. Odłączenie spowoduje trwałe odłączenie tej instancji od paczki modów."
+ "message": "Ta instancja jest powiązana z paczką modów, co oznacza, że mody nie mogą być aktualizowane i nie można zmienić ani loadera, ani wersji gry. Rozłączenie spowoduje trwałe odłączenie tej instancji od paczki modów."
},
"instance.settings.tabs.installation.unlink.title": {
"message": "Rozłącz od paczki modów"
@@ -551,6 +560,9 @@
"instance.worlds.incompatible_server": {
"message": "Serwer jest nie kompatybilny"
},
+ "instance.worlds.linked_server": {
+ "message": "Zarządzane przez serwer"
+ },
"instance.worlds.no_contact": {
"message": "Nie można nawiązać połączenia z serwerem"
},
@@ -586,5 +598,17 @@
},
"search.filter.locked.instance.sync": {
"message": "Synchronizuj z instancją"
+ },
+ "search.filter.locked.server": {
+ "message": "Dostarczone przez serwer"
+ },
+ "search.filter.locked.server-environment.title": {
+ "message": "Tylko mody po stronie klienta mogą być dodane do instancji serwera"
+ },
+ "search.filter.locked.server-game-version.title": {
+ "message": "Wersja gry jest dostarczona przez serwer"
+ },
+ "search.filter.locked.server-loader.title": {
+ "message": "Loader jest dostarczony przez serwer"
}
}
diff --git a/apps/app-frontend/src/locales/pt-BR/index.json b/apps/app-frontend/src/locales/pt-BR/index.json
index ce9259159a..e8d5678aa6 100644
--- a/apps/app-frontend/src/locales/pt-BR/index.json
+++ b/apps/app-frontend/src/locales/pt-BR/index.json
@@ -5,6 +5,9 @@
"app.auth-servers.unreachable.header": {
"message": "Não foi possível acessar os servidores de autenticação"
},
+ "app.modal.install-to-play.content-required": {
+ "message": "Conteúdo necessário"
+ },
"app.modal.install-to-play.header": {
"message": "Instale para jogar"
},
@@ -14,11 +17,11 @@
"app.modal.install-to-play.mod-count": {
"message": "{count, plural, =0 {Nenhum mod} one {# mod} other {# mods}}\n"
},
- "app.modal.install-to-play.server-requires-mods": {
- "message": "Este servidor requer mods para jogar. Clique em Instalar para configurar os arquivos necessários a partir do Modrinth."
+ "app.modal.install-to-play.required-modpack": {
+ "message": "Pacote de mods necessário"
},
- "app.modal.install-to-play.shared-by-today": {
- "message": "{name} compartilhou esta instância com você hoje."
+ "app.modal.install-to-play.server-requires-mods": {
+ "message": "Este servidor requer mods para jogar. Clique em Instalar para configurar os arquivos necessários a partir do Modrinth, e iniciar diretamente no servidor."
},
"app.modal.install-to-play.shared-instance": {
"message": "Instância compartilhada"
@@ -26,6 +29,9 @@
"app.modal.install-to-play.shared-server-instance": {
"message": "Instância de servidor compartilhada"
},
+ "app.modal.install-to-play.view-contents": {
+ "message": "Ver conteúdos"
+ },
"app.modal.update-to-play.added-count": {
"message": "{count} adicionado"
},
@@ -83,39 +89,33 @@
"app.settings.tabs.resource-management": {
"message": "Gerenciamento de recursos"
},
- "app.update-toast.body": {
+ "app.update-popup.body": {
"message": "O Modrinth App v{version} está pronto para ser instalado! Você pode recarregar para atualizar agora ou a atualização será feita automaticamente ao fechar o Modrinth App."
},
- "app.update-toast.body.download-complete": {
+ "app.update-popup.body.download-complete": {
"message": "O Modrinth App v{version} baixado. Recarregue para atualizar agora ou a atualização será aplicada automaticamente ao fechar o Modrinth App."
},
- "app.update-toast.body.linux": {
+ "app.update-popup.body.linux": {
"message": "O Modrinth App v{version} está disponível. Use seu gerenciador de pacotes para atualizar e obter os recursos e correções mais recentes!"
},
- "app.update-toast.body.metered": {
+ "app.update-popup.body.metered": {
"message": "O Modrinth App v{version} já está disponível! Como você está em uma rede limitada, não o baixamos automaticamente."
},
- "app.update-toast.changelog": {
+ "app.update-popup.changelog": {
"message": "Mudanças"
},
- "app.update-toast.download": {
+ "app.update-popup.download": {
"message": "Baixar ({size})"
},
- "app.update-toast.download-page": {
- "message": "Baixar"
- },
- "app.update-toast.downloading": {
- "message": "Baixando..."
+ "app.update-popup.download-complete": {
+ "message": "Download concluído"
},
- "app.update-toast.reload": {
- "message": "Atualizar"
+ "app.update-popup.reload": {
+ "message": "Recarregar"
},
- "app.update-toast.title": {
+ "app.update-popup.title": {
"message": "Atualização disponível"
},
- "app.update-toast.title.download-complete": {
- "message": "Download concluído"
- },
"app.update.complete-toast.text": {
"message": "Clique aqui para ver as mudanças."
},
@@ -464,6 +464,15 @@
"instance.settings.tabs.installation.unknown-version": {
"message": "(versão desconhecida)"
},
+ "instance.settings.tabs.installation.unlink-server-vanilla.description": {
+ "message": "Esta instância está vinculada a um servidor, o que significa que você não pode alterar a versão do Minecraft. Ao desvincular, esta instância será permanentemente desconectada do servidor."
+ },
+ "instance.settings.tabs.installation.unlink-server.description": {
+ "message": "Esta instância está vinculada a um servidor, o que significa que mods não podem ser atualizados e você não pode alterar o carregador de mods ou a versão do Minecraft. Desvincular desconectará permanentemente esta instância do servidor."
+ },
+ "instance.settings.tabs.installation.unlink-server.title": {
+ "message": "Desvincular do servidor"
+ },
"instance.settings.tabs.installation.unlink.button": {
"message": "Desvincular instância"
},
@@ -551,6 +560,9 @@
"instance.worlds.incompatible_server": {
"message": "Servidor incompatível"
},
+ "instance.worlds.linked_server": {
+ "message": "Gerenciado pelo projeto do servidor"
+ },
"instance.worlds.no_contact": {
"message": "Não foi possível conectar-se ao servidor"
},
@@ -586,5 +598,17 @@
},
"search.filter.locked.instance.sync": {
"message": "Sincronizar com a instância"
+ },
+ "search.filter.locked.server": {
+ "message": "Fornecido pelo servidor"
+ },
+ "search.filter.locked.server-environment.title": {
+ "message": "Apenas mods do lado do cliente podem ser adicionados à instância do servidor"
+ },
+ "search.filter.locked.server-game-version.title": {
+ "message": "A versão do jogo é fornecida pelo servidor"
+ },
+ "search.filter.locked.server-loader.title": {
+ "message": "O carregador é fornecido pelo servidor"
}
}
diff --git a/apps/app-frontend/src/locales/pt-PT/index.json b/apps/app-frontend/src/locales/pt-PT/index.json
index ebca78ac5f..e26342f8bf 100644
--- a/apps/app-frontend/src/locales/pt-PT/index.json
+++ b/apps/app-frontend/src/locales/pt-PT/index.json
@@ -14,12 +14,6 @@
"app.modal.install-to-play.mod-count": {
"message": "{count, plural, one {mod} other {mods}}"
},
- "app.modal.install-to-play.server-requires-mods": {
- "message": "Este servidor requer mods para jogares. Clica instalar para transferir os ficheiros necessários do Modrinth."
- },
- "app.modal.install-to-play.shared-by-today": {
- "message": "{name} partilhou esta instância contigo hoje."
- },
"app.modal.install-to-play.shared-instance": {
"message": "Instância partilhada"
},
@@ -48,7 +42,7 @@
"message": "{count} removidos"
},
"app.modal.update-to-play.update-required": {
- "message": "Atualização necessitada"
+ "message": "Atualização necessária"
},
"app.modal.update-to-play.update-required-description": {
"message": "Uma atualização é necessária para jogar {name}. Por favor atualiza para a versão mais recente para iniciar o jogo."
@@ -83,39 +77,6 @@
"app.settings.tabs.resource-management": {
"message": "Gestão de recursos"
},
- "app.update-toast.body": {
- "message": "Modrinth App v{version} está pronta para ser instalada! Recarrega para atualizar agora, ou automaticamente quando fechares a Modrinth App."
- },
- "app.update-toast.body.download-complete": {
- "message": "Modrinth App v{version} acabou de ser transferida. Recarrega para atualizar agora, ou automaticamente quando fechares a Modrinth App."
- },
- "app.update-toast.body.linux": {
- "message": "Modrinth App v{version} está disponível. Usa o teu gestor de pacotes para atualizar e receber as correções e recursos mais recentes!"
- },
- "app.update-toast.body.metered": {
- "message": "Modrinth App v{version} está disponível! Como estás numa rede com tráfego limitado, não a transferimos automaticamente."
- },
- "app.update-toast.changelog": {
- "message": "Lista de alterações"
- },
- "app.update-toast.download": {
- "message": "Transferir ({size})"
- },
- "app.update-toast.download-page": {
- "message": "Transferir"
- },
- "app.update-toast.downloading": {
- "message": "A transferir..."
- },
- "app.update-toast.reload": {
- "message": "Recarregar"
- },
- "app.update-toast.title": {
- "message": "Atualização disponível"
- },
- "app.update-toast.title.download-complete": {
- "message": "Transferência concluída"
- },
"app.update.complete-toast.text": {
"message": "Clica aqui para ver a lista de alterações."
},
diff --git a/apps/app-frontend/src/locales/ro-RO/index.json b/apps/app-frontend/src/locales/ro-RO/index.json
index 51a1d11286..be2c6b8dc5 100644
--- a/apps/app-frontend/src/locales/ro-RO/index.json
+++ b/apps/app-frontend/src/locales/ro-RO/index.json
@@ -5,6 +5,9 @@
"app.auth-servers.unreachable.header": {
"message": "Nu se pot accesa serverele de autentificare"
},
+ "app.modal.install-to-play.install-button": {
+ "message": "Instalează"
+ },
"app.settings.developer-mode-enabled": {
"message": "Modul dezvoltator activat."
},
@@ -32,33 +35,6 @@
"app.settings.tabs.resource-management": {
"message": "Administrare resurse"
},
- "app.update-toast.body": {
- "message": "Modrinth App v{version} este gata de instalare! Reîncarcă pentru a actualiza acum, sau automat când închizi Modrinth App."
- },
- "app.update-toast.body.download-complete": {
- "message": "Modrinth App v{version} a terminat descărcarea. Reîncarcă pentru a actualiza acum, sau automat când închizi Modrinth App."
- },
- "app.update-toast.body.metered": {
- "message": "Modrinth App v{version} este disponibilă acum! Deoarece ești pe o rețea cu trafic limitat, nu am descărcat-o automat."
- },
- "app.update-toast.changelog": {
- "message": "Istoric modificări"
- },
- "app.update-toast.download": {
- "message": "Descarcă ({size})"
- },
- "app.update-toast.downloading": {
- "message": "Se descarcă..."
- },
- "app.update-toast.reload": {
- "message": "Reîncarcă"
- },
- "app.update-toast.title": {
- "message": "Actualizare disponibilă"
- },
- "app.update-toast.title.download-complete": {
- "message": "Descărcare completă"
- },
"app.update.complete-toast.text": {
"message": "Apasă aici pentru a vedea istoricul de modificări."
},
diff --git a/apps/app-frontend/src/locales/ru-RU/index.json b/apps/app-frontend/src/locales/ru-RU/index.json
index c70dc0d86d..a9d92985c7 100644
--- a/apps/app-frontend/src/locales/ru-RU/index.json
+++ b/apps/app-frontend/src/locales/ru-RU/index.json
@@ -5,8 +5,11 @@
"app.auth-servers.unreachable.header": {
"message": "Нет связи с серверами аутентификации"
},
+ "app.modal.install-to-play.content-required": {
+ "message": "Требуется дополнительный контент"
+ },
"app.modal.install-to-play.header": {
- "message": "Установите, чтобы играть"
+ "message": "Установка перед запуском"
},
"app.modal.install-to-play.install-button": {
"message": "Установить"
@@ -14,11 +17,11 @@
"app.modal.install-to-play.mod-count": {
"message": "{count, plural, one {# мод} few {# мода} other {# модов}}"
},
- "app.modal.install-to-play.server-requires-mods": {
- "message": "Для игры на сервере требуются моды. Установите необходимые файлы с Modrinth."
+ "app.modal.install-to-play.required-modpack": {
+ "message": "Необходимая сборка"
},
- "app.modal.install-to-play.shared-by-today": {
- "message": "Сегодня {name} делится с вами этой сборкой."
+ "app.modal.install-to-play.server-requires-mods": {
+ "message": "Для игры на сервере требуются моды. Установите необходимые файлы с Modrinth, чтобы подключиться."
},
"app.modal.install-to-play.shared-instance": {
"message": "Сборка"
@@ -26,6 +29,9 @@
"app.modal.install-to-play.shared-server-instance": {
"message": "Общая сборка сервера"
},
+ "app.modal.install-to-play.view-contents": {
+ "message": "Посмотреть содержимое"
+ },
"app.modal.update-to-play.added-count": {
"message": "{count, plural, one {# добавление} few {# добавления} other {# добавлений}}"
},
@@ -39,7 +45,7 @@
"message": "Обновлён"
},
"app.modal.update-to-play.header": {
- "message": "Обновите перед запуском"
+ "message": "Обновление перед запуском"
},
"app.modal.update-to-play.published-date": {
"message": "{date, date, long}"
@@ -83,39 +89,33 @@
"app.settings.tabs.resource-management": {
"message": "Управление ресурсами"
},
- "app.update-toast.body": {
+ "app.update-popup.body": {
"message": "Версия Modrinth App {version} готова к установке! Перезапустите приложение, чтобы обновить его, или оно обновится автоматически после закрытия."
},
- "app.update-toast.body.download-complete": {
+ "app.update-popup.body.download-complete": {
"message": "Скачивание версии Modrinth App {version} завершено. Перезапустите приложение, чтобы обновить его, или оно обновится автоматически после закрытия."
},
- "app.update-toast.body.linux": {
- "message": "Доступна версия Modrinth App {version}. Обновите приложение через менеджер пакетов и получите последние улучшения и исправления!"
+ "app.update-popup.body.linux": {
+ "message": "Доступна версия Modrinth App {version}. Обновите приложение через менеджер пакетов, чтобы получить последние улучшения и исправления!"
},
- "app.update-toast.body.metered": {
+ "app.update-popup.body.metered": {
"message": "Версия Modrinth App {version} доступна для скачивания! Используется сеть с лимитным тарифным планом, поэтому скачивание не началось автоматически."
},
- "app.update-toast.changelog": {
+ "app.update-popup.changelog": {
"message": "Список изменений"
},
- "app.update-toast.download": {
+ "app.update-popup.download": {
"message": "Скачать ({size})"
},
- "app.update-toast.download-page": {
- "message": "Скачать"
- },
- "app.update-toast.downloading": {
- "message": "Скачивание..."
+ "app.update-popup.download-complete": {
+ "message": "Скачивание завершено"
},
- "app.update-toast.reload": {
+ "app.update-popup.reload": {
"message": "Перезапустить"
},
- "app.update-toast.title": {
+ "app.update-popup.title": {
"message": "Доступно обновление"
},
- "app.update-toast.title.download-complete": {
- "message": "Скачивание завершено"
- },
"app.update.complete-toast.text": {
"message": "Нажмите здесь, чтобы посмотреть изменения."
},
@@ -153,7 +153,7 @@
"message": "Какое имя у друга на Modrinth?"
},
"friends.add-friends-to-share": {
- "message": "Добавьте друзей, чтобы видеть их статус игры!"
+ "message": "Добавьте друзей, чтобы видеть, во что они играют!"
},
"friends.friend.cancel-request": {
"message": "Отменить запрос"
@@ -464,6 +464,15 @@
"instance.settings.tabs.installation.unknown-version": {
"message": "(неизвестная версия)"
},
+ "instance.settings.tabs.installation.unlink-server-vanilla.description": {
+ "message": "Текущее содержимое связано с сервером — смена версии игры недоступна. Отвязка сервера необратимо разорвёт эту связь."
+ },
+ "instance.settings.tabs.installation.unlink-server.description": {
+ "message": "Текущее содержимое связано с сервером — обновление модов и смена загрузчика или версии игры недоступны. Отвязка сервера необратимо разорвёт эту связь."
+ },
+ "instance.settings.tabs.installation.unlink-server.title": {
+ "message": "Отвязка сервера"
+ },
"instance.settings.tabs.installation.unlink.button": {
"message": "Отвязать сборку"
},
@@ -474,7 +483,7 @@
"message": "Вы действительно хотите отвязать сборку?"
},
"instance.settings.tabs.installation.unlink.description": {
- "message": "Эта сборка связана с модпаком, что означает, что моды не могут быть обновлены, и вы не можете изменить загрузчик или версию Minecraft. Отвязка приведет к постоянному отключению этой сборки от модпака."
+ "message": "Текущее содержимое связано со сборкой на Modrinth — обновление модов и смена загрузчика или версии игры недоступны. Отвязка сборки необратимо разорвёт эту связь."
},
"instance.settings.tabs.installation.unlink.title": {
"message": "Отвязка сборки"
@@ -551,6 +560,9 @@
"instance.worlds.incompatible_server": {
"message": "Сервер несовместим"
},
+ "instance.worlds.linked_server": {
+ "message": "Управляется серверным проектом"
+ },
"instance.worlds.no_contact": {
"message": "Не удалось связаться с сервером"
},
@@ -586,5 +598,17 @@
},
"search.filter.locked.instance.sync": {
"message": "Использовать из сборки"
+ },
+ "search.filter.locked.server": {
+ "message": "Управляется сервером"
+ },
+ "search.filter.locked.server-environment.title": {
+ "message": "В серверную сборку можно добавлять только моды для клиента"
+ },
+ "search.filter.locked.server-game-version.title": {
+ "message": "Версия игры управляется сервером"
+ },
+ "search.filter.locked.server-loader.title": {
+ "message": "Загрузчик управляется сервером"
}
}
diff --git a/apps/app-frontend/src/locales/sv-SE/index.json b/apps/app-frontend/src/locales/sv-SE/index.json
index aeaefca5b8..575643461f 100644
--- a/apps/app-frontend/src/locales/sv-SE/index.json
+++ b/apps/app-frontend/src/locales/sv-SE/index.json
@@ -5,6 +5,9 @@
"app.auth-servers.unreachable.header": {
"message": "Kan ej nå autentiseringsservrarna"
},
+ "app.modal.install-to-play.content-required": {
+ "message": "Innehåll krävs"
+ },
"app.modal.install-to-play.header": {
"message": "Installera för att spela"
},
@@ -14,11 +17,11 @@
"app.modal.install-to-play.mod-count": {
"message": "{count, plural, one {# mod} other {# moddar}}"
},
- "app.modal.install-to-play.server-requires-mods": {
- "message": "Servern kräver moddar för att du ska kunna spela. Tryck på installera för att sätta upp dem nödvändiga filerna från Modrinth."
+ "app.modal.install-to-play.required-modpack": {
+ "message": "Modpaket som krävs"
},
- "app.modal.install-to-play.shared-by-today": {
- "message": "{name} delade denna instans med dig idag."
+ "app.modal.install-to-play.server-requires-mods": {
+ "message": "Servern kräver moddar för att du ska kunna spela. Klicka på Installera för att sätta upp dem nödvändiga filerna från Modrinth, och starta sedan på servern direkt."
},
"app.modal.install-to-play.shared-instance": {
"message": "Delad instans"
@@ -26,6 +29,9 @@
"app.modal.install-to-play.shared-server-instance": {
"message": "Delad serverinstans"
},
+ "app.modal.install-to-play.view-contents": {
+ "message": "Visa innehåll"
+ },
"app.modal.update-to-play.added-count": {
"message": "{count} tillagda"
},
@@ -83,39 +89,33 @@
"app.settings.tabs.resource-management": {
"message": "Resurshantering"
},
- "app.update-toast.body": {
+ "app.update-popup.body": {
"message": "Modrinth App v{version} är redo att laddas ner! Ladda om för att uppdatera nu, eller automatiskt när du stänger Modrinth App."
},
- "app.update-toast.body.download-complete": {
+ "app.update-popup.body.download-complete": {
"message": "Modrinth App v{version} har laddats ner. Ladda om för att uppdatera nu, eller automatiskt när du stänger Modrinth App."
},
- "app.update-toast.body.linux": {
+ "app.update-popup.body.linux": {
"message": "Modrinth App v{version} är tillgänglig. Använd din pakethanterare för att uppdatera och få tillgång till de senaste funktionerna och buggfixarna!"
},
- "app.update-toast.body.metered": {
+ "app.update-popup.body.metered": {
"message": "Modrinth App v{version} är nu tillgänglig! Eftersom du använder ett nätverk med datatrafikbegränsningar har vi inte laddat ner det automatiskt."
},
- "app.update-toast.changelog": {
+ "app.update-popup.changelog": {
"message": "Ändringslogg"
},
- "app.update-toast.download": {
+ "app.update-popup.download": {
"message": "Ladda ner ({size})"
},
- "app.update-toast.download-page": {
- "message": "Ladda ner"
- },
- "app.update-toast.downloading": {
- "message": "Laddar ner..."
+ "app.update-popup.download-complete": {
+ "message": "Nedladdning slutförd"
},
- "app.update-toast.reload": {
+ "app.update-popup.reload": {
"message": "Ladda om"
},
- "app.update-toast.title": {
+ "app.update-popup.title": {
"message": "Uppdatering tillgänglig"
},
- "app.update-toast.title.download-complete": {
- "message": "Nedladdning slutförd"
- },
"app.update.complete-toast.text": {
"message": "Tryck här för att visa ändringsloggen."
},
@@ -243,7 +243,7 @@
"message": "Namn"
},
"instance.server-modal.placeholder-name": {
- "message": "Minecraft Server"
+ "message": "Minecraft-server"
},
"instance.server-modal.resource-pack": {
"message": "Resurs pack"
@@ -464,6 +464,15 @@
"instance.settings.tabs.installation.unknown-version": {
"message": "(okänd version)"
},
+ "instance.settings.tabs.installation.unlink-server-vanilla.description": {
+ "message": "Denna instans är länkad till en server, vilket betyder att du inte kan ändra Minecraft-version. Att avlänka kommer koppla bort instansen från servern permanent."
+ },
+ "instance.settings.tabs.installation.unlink-server.description": {
+ "message": "Denna instans är länkad till en server, vilket innebär att moddar inte kan uppdateras och mod-loader eller Minecraft-version inte kan ändras. Att avlänka kommer koppla bort instansen från servern permanent."
+ },
+ "instance.settings.tabs.installation.unlink-server.title": {
+ "message": "Avlänka från server"
+ },
"instance.settings.tabs.installation.unlink.button": {
"message": "Ta bort koppling till instans"
},
@@ -474,7 +483,7 @@
"message": "Är du säker att du vill ta bort koppling till denna instans?"
},
"instance.settings.tabs.installation.unlink.description": {
- "message": "Denna instans är kopplad till ett modpaket, vilket innebär att moddar inte kan uppdateras och mod-loader eller Minecraft version inte kan ändras. Att ta bort kopplingen kommer permanent att koppla bort denna instans från modpaketet."
+ "message": "Denna instans är länkad till ett modpaket, vilket innebär att moddar inte kan uppdateras och mod-loader eller Minecraft-version inte kan ändras. Att avlänka kommer koppla bort instansen från modpaketet permanent."
},
"instance.settings.tabs.installation.unlink.title": {
"message": "Ta bort koppling från modpack"
@@ -551,6 +560,9 @@
"instance.worlds.incompatible_server": {
"message": "Servern är inkompatibel"
},
+ "instance.worlds.linked_server": {
+ "message": "Hanteras av serverprojekt"
+ },
"instance.worlds.no_contact": {
"message": "Servern kunde inte kontaktas"
},
@@ -586,5 +598,17 @@
},
"search.filter.locked.instance.sync": {
"message": "Synkronisera med instansen"
+ },
+ "search.filter.locked.server": {
+ "message": "Tillhandahållet av servern"
+ },
+ "search.filter.locked.server-environment.title": {
+ "message": "Endast klient-sido moddar kan läggas till i serverinstansen"
+ },
+ "search.filter.locked.server-game-version.title": {
+ "message": "Spelversion tillhandahålls av servern"
+ },
+ "search.filter.locked.server-loader.title": {
+ "message": "Loader tillhandahålls av servern"
}
}
diff --git a/apps/app-frontend/src/locales/th-TH/index.json b/apps/app-frontend/src/locales/th-TH/index.json
index 8b52b954b0..d496a35bb1 100644
--- a/apps/app-frontend/src/locales/th-TH/index.json
+++ b/apps/app-frontend/src/locales/th-TH/index.json
@@ -59,39 +59,6 @@
"app.settings.tabs.resource-management": {
"message": "การจัดการทรัพยากร"
},
- "app.update-toast.body": {
- "message": "Modrinth App v{version} พร้อมติดตั้งแล้ว! รีโหลดเพื่ออัปเดตทันที หรือจะอัปเดตอัตโนมัติเมื่อคุณปิดแอป"
- },
- "app.update-toast.body.download-complete": {
- "message": "Modrinth App v{version} ดาวน์โหลดเสร็จแล้ว! รีโหลดเพื่ออัปเดตทันที หรือจะอัปเดตอัตโนมัติเมื่อคุณปิดแอป"
- },
- "app.update-toast.body.linux": {
- "message": "แอป Modrinth v{version} มีให้อัปเดตแล้ว. ใช้ Package Manager ของคุณเพื่ออัปเดตให้มีฟีเจอร์ใหม่และแก้ไข!"
- },
- "app.update-toast.body.metered": {
- "message": "Modrinth App v{version} พร้อมให้ดาวน์โหลดแล้ว! เนื่องจากคุณกำลังใช้งานเครือข่ายที่มีการคิดค่าใช้จ่ายตามปริมาณข้อมูล ระบบจึงไม่ได้ดาวน์โหลดอัตโนมัติ"
- },
- "app.update-toast.changelog": {
- "message": "บันทึกการเปลี่ยนแปลง"
- },
- "app.update-toast.download": {
- "message": "ดาวน์โหลด ({size})"
- },
- "app.update-toast.download-page": {
- "message": "ดาวน์โหลด"
- },
- "app.update-toast.downloading": {
- "message": "กำลังดาวน์โหลด...."
- },
- "app.update-toast.reload": {
- "message": "รีโหลด"
- },
- "app.update-toast.title": {
- "message": "อัพเดตพร้อมแล้ว"
- },
- "app.update-toast.title.download-complete": {
- "message": "ดาวน์โหลดเรียบร้อยแล้ว"
- },
"app.update.complete-toast.text": {
"message": "คลิกที่นี่เพื่อดูบันทึกการเปลี่ยนแปลง"
},
diff --git a/apps/app-frontend/src/locales/tr-TR/index.json b/apps/app-frontend/src/locales/tr-TR/index.json
index 40af7c0e3c..1162538dc6 100644
--- a/apps/app-frontend/src/locales/tr-TR/index.json
+++ b/apps/app-frontend/src/locales/tr-TR/index.json
@@ -5,6 +5,9 @@
"app.auth-servers.unreachable.header": {
"message": "Doğrulama sunucularına erişilemedi"
},
+ "app.modal.install-to-play.content-required": {
+ "message": "İçerik gerekli"
+ },
"app.modal.install-to-play.header": {
"message": "Yükleyip oynayın"
},
@@ -14,11 +17,11 @@
"app.modal.install-to-play.mod-count": {
"message": "{count, plural,one {#mod}other {#modlar}}"
},
- "app.modal.install-to-play.server-requires-mods": {
- "message": "Bu sunucuda oynamak için modlar gerekiyor. İndir'e basarak gerekli dosyaları Modrinth üzerinden kurabilirsin."
+ "app.modal.install-to-play.required-modpack": {
+ "message": "Gerekli mod paketi"
},
- "app.modal.install-to-play.shared-by-today": {
- "message": "{name} bugün senle bu Kurulumu paylaştı."
+ "app.modal.install-to-play.server-requires-mods": {
+ "message": "Bu sunucuya girebilmek için modlar gereklidir. Gerekli dosyaları Modrinth üzerinden kurmak için Yükle butonuna tıkla, ardından doğrudan sunucuya başlat."
},
"app.modal.install-to-play.shared-instance": {
"message": "Paylaşılan Kurulum"
@@ -26,6 +29,9 @@
"app.modal.install-to-play.shared-server-instance": {
"message": "Paylaşılan Sunucu Kurulumu"
},
+ "app.modal.install-to-play.view-contents": {
+ "message": "İçeriği görüntüle"
+ },
"app.modal.update-to-play.added-count": {
"message": "{count} eklendi"
},
@@ -39,7 +45,7 @@
"message": "Güncellendi"
},
"app.modal.update-to-play.header": {
- "message": "Oynamak için güncelleyin"
+ "message": "Oynamak için güncelle"
},
"app.modal.update-to-play.published-date": {
"message": "{date, date, long}"
@@ -83,41 +89,35 @@
"app.settings.tabs.resource-management": {
"message": "Kaynak yönetimi"
},
- "app.update-toast.body": {
- "message": "Modrinth App v{version} indirilmeye hazır! Şimdi güncellemek için uygulamayı yeniden yükleyin ya da veya Modrinth App'i kapattığınızda otomatik olarak güncellensin."
+ "app.update-popup.body": {
+ "message": "Modrinth App v{version} güncellemesi hazır! Hemen güncellemek için yeniden yükle veya Modrinth App’i kapattığında otomatik olarak güncellenecek."
},
- "app.update-toast.body.download-complete": {
- "message": "Modrinth App v{version} indirildi. Şimdi güncellemek için uygulamayı yeniden yükleyin ya da Modrinth App'i kapattığınızda otomatik olarak güncellensin."
+ "app.update-popup.body.download-complete": {
+ "message": "Modrinth App v{version} indirildi. Güncellemek için sayfayı yeniden yükle veya Modrinth App’i kapattığında otomatik olarak güncellenecek."
},
- "app.update-toast.body.linux": {
- "message": "Modrinth App v{version} sürümü kullanılabilir. En yeni özellikler ve düzeltmeler için paket yöneticinizi kullanarak güncelleyin!"
+ "app.update-popup.body.linux": {
+ "message": "Modrinth App v{version} yayımlandı. En yeni özellikler ve hata düzeltmeleri için paket yöneticin üzerinden güncelle!"
},
- "app.update-toast.body.metered": {
- "message": "Modrinth App v{version} artık mevcut! Ölçülü ağda olduğunuzdan otomatik olarak indirmedik."
+ "app.update-popup.body.metered": {
+ "message": "Modrinth App v{version} artık mevcut! Ölçüllü bağlantıda olduğunuzdan otomatik olarak indirmedik."
},
- "app.update-toast.changelog": {
+ "app.update-popup.changelog": {
"message": "Değişiklikler"
},
- "app.update-toast.download": {
+ "app.update-popup.download": {
"message": "İndir ({size})"
},
- "app.update-toast.download-page": {
- "message": "İndir"
+ "app.update-popup.download-complete": {
+ "message": "İndirme tamamlandı"
},
- "app.update-toast.downloading": {
- "message": "İndiriliyor..."
+ "app.update-popup.reload": {
+ "message": "Yeniden yükle"
},
- "app.update-toast.reload": {
- "message": "Yeniden Yükle"
- },
- "app.update-toast.title": {
+ "app.update-popup.title": {
"message": "Güncelleme mevcut"
},
- "app.update-toast.title.download-complete": {
- "message": "Yükleme tamamlandı"
- },
"app.update.complete-toast.text": {
- "message": "Değişiklik günlüğünü görüntülemek için buraya tıklayın."
+ "message": "Değişiklikleri görüntülemek için buraya tıklayın."
},
"app.update.complete-toast.title": {
"message": "{version} sürümü başarıyla kuruldu!"
@@ -258,7 +258,7 @@
"message": "Profili sil"
},
"instance.settings.tabs.general.delete.description": {
- "message": "Profili, içindeki dünyaları, ayarları ve indirilen şeyleri cihazından sonsuza kadar siler. Bir profil silindikten sonra geri dönüşü yok. Dikkatli ol."
+ "message": "Profili, içindeki dünyaları, ayarları ve indirilen şeyleri cihazınızdan sonsuza kadar siler. Dikkatli olun, bir profil silindikten sonra geri alınamaz."
},
"instance.settings.tabs.general.deleting.button": {
"message": "Siliniyor..."
@@ -288,7 +288,7 @@
"message": "Simge seç"
},
"instance.settings.tabs.general.library-groups": {
- "message": "Gruplar"
+ "message": "Kütüphane grupları"
},
"instance.settings.tabs.general.library-groups.create": {
"message": "Yeni grup oluştur"
@@ -312,40 +312,40 @@
"message": "Kancalar gelişmiş kullanıcıların oyunu başlattıktan önce ve sonra belirli sistem komutları çalıştırmasını sağlar."
},
"instance.settings.tabs.hooks.post-exit": {
- "message": "Çıkış-sonrası"
+ "message": "Çıkış sonrası"
},
"instance.settings.tabs.hooks.post-exit.description": {
"message": "Oyun kapandıktan sonra çalışır."
},
"instance.settings.tabs.hooks.post-exit.enter": {
- "message": "Çıkış-sonrası komutu gir..."
+ "message": "Çıkış sonrası komutu girin..."
},
"instance.settings.tabs.hooks.pre-launch": {
- "message": "Başlatma-öncesi"
+ "message": "Başlatma öncesi"
},
"instance.settings.tabs.hooks.pre-launch.description": {
- "message": "Oyunu başlatmadan önce çalıştırır."
+ "message": "Oyun başlatılmadan önce çalıştırılır."
},
"instance.settings.tabs.hooks.pre-launch.enter": {
- "message": "Başlatma-öncesi komutu gir..."
+ "message": "Başlatma öncesi komutu girin..."
},
"instance.settings.tabs.hooks.title": {
"message": "Oyun başlatma kancaları"
},
"instance.settings.tabs.hooks.wrapper": {
- "message": "Örtü"
+ "message": "Sarmalayıcı"
},
"instance.settings.tabs.hooks.wrapper.description": {
- "message": "Minecraft başlatmak için örtü komutu."
+ "message": "Minecraft'ı başlatmak için sarmalayıcı komutu."
},
"instance.settings.tabs.hooks.wrapper.enter": {
- "message": "Örtü komutunu girin..."
+ "message": "Sarmalayıcı komutu girin..."
},
"instance.settings.tabs.installation": {
"message": "Kurulum"
},
"instance.settings.tabs.installation.change-version.already-installed.modded": {
- "message": "Minecraft {game_version} için {platform} {version} zaten kurulmuş"
+ "message": "Minecraft {game_version} için {platform} {version} zaten kurulu"
},
"instance.settings.tabs.installation.change-version.already-installed.vanilla": {
"message": "Vanilla {game_version} zaten kurulu"
@@ -464,6 +464,15 @@
"instance.settings.tabs.installation.unknown-version": {
"message": "(bilinmeyen sürüm)"
},
+ "instance.settings.tabs.installation.unlink-server-vanilla.description": {
+ "message": "Bu örnek bir sunucuya bağlıdır, bu da Minecraft sürümünü değiştiremeyeceğin anlamına gelir. Bağlantıyı kesmek, bu örneği sunucudan kalıcı olarak ayıracaktır."
+ },
+ "instance.settings.tabs.installation.unlink-server.description": {
+ "message": "Bu örnek bir sunucuya bağlıdır, bu da modların güncellenemeyeceği ve mod yükleyicisini veya Minecraft sürümünü değiştiremeyeceğin anlamına gelir. Bağlantıyı kaldırmak, bu örneği sunucudan kalıcı olarak ayıracaktır."
+ },
+ "instance.settings.tabs.installation.unlink-server.title": {
+ "message": "Sunucudan ayrıl"
+ },
"instance.settings.tabs.installation.unlink.button": {
"message": "Kurulum bağlantısını kes"
},
@@ -551,6 +560,9 @@
"instance.worlds.incompatible_server": {
"message": "Sunucu uyumlu değil"
},
+ "instance.worlds.linked_server": {
+ "message": "Sunucu projesi tarafından yönetilmektedir"
+ },
"instance.worlds.no_contact": {
"message": "Sunucuya erişilemedi"
},
@@ -586,5 +598,17 @@
},
"search.filter.locked.instance.sync": {
"message": "Kurulumla senkronize et"
+ },
+ "search.filter.locked.server": {
+ "message": "Sunucu tarafından sağlanmıştır"
+ },
+ "search.filter.locked.server-environment.title": {
+ "message": "Sunucu örneğine yalnızca istemci tarafında çalışan modlar eklenebilir"
+ },
+ "search.filter.locked.server-game-version.title": {
+ "message": "Oyun sürümü sunucu tarafından sağlanıyor"
+ },
+ "search.filter.locked.server-loader.title": {
+ "message": "Yükleyici sunucu tarafından sağlanıyor"
}
}
diff --git a/apps/app-frontend/src/locales/uk-UA/index.json b/apps/app-frontend/src/locales/uk-UA/index.json
index d00b4491a2..400a040763 100644
--- a/apps/app-frontend/src/locales/uk-UA/index.json
+++ b/apps/app-frontend/src/locales/uk-UA/index.json
@@ -5,6 +5,9 @@
"app.auth-servers.unreachable.header": {
"message": "Не вдається зв’язатися зі серверами автентифікації"
},
+ "app.modal.install-to-play.content-required": {
+ "message": "Потрібний уміст"
+ },
"app.modal.install-to-play.header": {
"message": "Установлення для гри"
},
@@ -14,11 +17,11 @@
"app.modal.install-to-play.mod-count": {
"message": "{count, plural, one {# мод} few {# мода} other {# модів}}"
},
- "app.modal.install-to-play.server-requires-mods": {
- "message": "Для гри на цьому сервері потрібні моди. Натисніть «Установити», щоб завантажити необхідні файли з Modrinth."
+ "app.modal.install-to-play.required-modpack": {
+ "message": "Потрібна збірка"
},
- "app.modal.install-to-play.shared-by-today": {
- "message": "{name} ділиться цим профілем з вами."
+ "app.modal.install-to-play.server-requires-mods": {
+ "message": "Для гри на цьому сервері потрібні моди. Натисніть «Установити», щоб налаштувати необхідні файли з Modrinth, а потім запустіть безпосередньо на сервері."
},
"app.modal.install-to-play.shared-instance": {
"message": "Профіль"
@@ -26,6 +29,9 @@
"app.modal.install-to-play.shared-server-instance": {
"message": "Серверний профіль"
},
+ "app.modal.install-to-play.view-contents": {
+ "message": "Дивитися вміст"
+ },
"app.modal.update-to-play.added-count": {
"message": "Додано {count}"
},
@@ -83,39 +89,33 @@
"app.settings.tabs.resource-management": {
"message": "Керування ресурсами"
},
- "app.update-toast.body": {
- "message": "Modrinth App v{version} готовий до встановлення! Перезапустіть, щоб оновити зараз. Або, оновлення буде здійснено автоматично, коли закриєте Modrinth App."
+ "app.update-popup.body": {
+ "message": "Modrinth App v{version} готовий до встановлення! Перезапустіть, щоб оновити зараз. Або, оновлення буде здійснено автоматично, коли закриєте застосунок Modrinth."
},
- "app.update-toast.body.download-complete": {
- "message": "Modrinth App v{version} завантажено. Перезапустіть зараз, щоб оновити застосунок, або оновлення відбудеться автоматично після закриття Modrinth App."
+ "app.update-popup.body.download-complete": {
+ "message": "Modrinth App v{version} завантажено. Перезапустіть зараз, щоб оновити його, або це відбудеться автоматично після закриття Modrinth App."
},
- "app.update-toast.body.linux": {
- "message": "Доступна версія Modrinth App {version}. Скористайтеся вашим менеджером пакетів, щоб отримати найновіші функції та виправлення!"
+ "app.update-popup.body.linux": {
+ "message": "Modrinth App v{version} вже доступно. Скористайтеся вашим менеджером пакетів, щоб отримати найновіші функції та виправлення!"
},
- "app.update-toast.body.metered": {
- "message": "Версія {version} Modrinth App доступна для завантаження! Оскільки ви на лімітному з’єднанні, ми не завантажили її автоматично."
+ "app.update-popup.body.metered": {
+ "message": "Modrinth App v{version} доступний для завантаження! Оскільки ви на лімітному з’єднанні, ми не завантажили його автоматично."
},
- "app.update-toast.changelog": {
+ "app.update-popup.changelog": {
"message": "Журнал змін"
},
- "app.update-toast.download": {
+ "app.update-popup.download": {
"message": "Завантажити ({size})"
},
- "app.update-toast.download-page": {
- "message": "Завантажити"
- },
- "app.update-toast.downloading": {
- "message": "Завантаження…"
+ "app.update-popup.download-complete": {
+ "message": "Завантаження завершено"
},
- "app.update-toast.reload": {
- "message": "Перезапустити"
+ "app.update-popup.reload": {
+ "message": "Перезавантажити"
},
- "app.update-toast.title": {
+ "app.update-popup.title": {
"message": "Доступне оновлення"
},
- "app.update-toast.title.download-complete": {
- "message": "Завантаження завершено"
- },
"app.update.complete-toast.text": {
"message": "Натисніть тут, щоб переглянути журнал змін."
},
@@ -464,6 +464,15 @@
"instance.settings.tabs.installation.unknown-version": {
"message": "(невідома версія)"
},
+ "instance.settings.tabs.installation.unlink-server-vanilla.description": {
+ "message": "Цей профіль пов’язаний із сервером, що означає, що ви не можете змінити версію Minecraft. Від’єднання назавжди від’єднає цей профіль від сервера."
+ },
+ "instance.settings.tabs.installation.unlink-server.description": {
+ "message": "Цей профіль пов’язаний із сервером, що означає, що моди не можна оновлювати, і ви не можете змінити завантажувач модів або версію Minecraft. Від’єднання назавжди від’єднає цей профіль від сервера."
+ },
+ "instance.settings.tabs.installation.unlink-server.title": {
+ "message": "Від'єднати від сервера"
+ },
"instance.settings.tabs.installation.unlink.button": {
"message": "Відв’язати профіль"
},
@@ -551,6 +560,9 @@
"instance.worlds.incompatible_server": {
"message": "Сервер несумісний"
},
+ "instance.worlds.linked_server": {
+ "message": "Керується серверним проєктом"
+ },
"instance.worlds.no_contact": {
"message": "Не вдалося зв’язатися зі сервером"
},
@@ -586,5 +598,17 @@
},
"search.filter.locked.instance.sync": {
"message": "Синхронізувати з профілем"
+ },
+ "search.filter.locked.server": {
+ "message": "Надано сервером"
+ },
+ "search.filter.locked.server-environment.title": {
+ "message": "До профілю сервера можна додавати лише клієнтські моди"
+ },
+ "search.filter.locked.server-game-version.title": {
+ "message": "Версія гри надана сервером"
+ },
+ "search.filter.locked.server-loader.title": {
+ "message": "Завантажувач наданий сервером"
}
}
diff --git a/apps/app-frontend/src/locales/vi-VN/index.json b/apps/app-frontend/src/locales/vi-VN/index.json
index 2c9fe042e2..9a5341ec56 100644
--- a/apps/app-frontend/src/locales/vi-VN/index.json
+++ b/apps/app-frontend/src/locales/vi-VN/index.json
@@ -32,33 +32,6 @@
"app.settings.tabs.resource-management": {
"message": "Quản lý tài nguyên"
},
- "app.update-toast.body": {
- "message": "Modrinth phiên bản v{version} đã sẵn sằng! Chạy lại để cập nhật ngay bây giờ, hoặc cập nhật tự động khi bạn đóng Modrinth."
- },
- "app.update-toast.body.download-complete": {
- "message": "Modrinth phiên bản v{version} đã tải xuống hoàn tất. Chạy lại để cập nhật ngay bây giờ, hoặc tự động cập nhật khi bạn thoát Modrinth."
- },
- "app.update-toast.body.metered": {
- "message": "Modrinth phiên bản v{version} đang có sẵn! Do mạng của bạn đang tính phí theo dung lượng và có định mức, chúng tôi không tải phiên bản này tự động."
- },
- "app.update-toast.changelog": {
- "message": "Nhật ký thay đổi"
- },
- "app.update-toast.download": {
- "message": "Tải xuống ({size})"
- },
- "app.update-toast.downloading": {
- "message": "Đang tải xuống..."
- },
- "app.update-toast.reload": {
- "message": "Tải lại"
- },
- "app.update-toast.title": {
- "message": "Có bản cập nhật mới"
- },
- "app.update-toast.title.download-complete": {
- "message": "Đã tải xuống xong"
- },
"app.update.complete-toast.text": {
"message": "Nháy vào đây để xem nhật kí thay đổi."
},
diff --git a/apps/app-frontend/src/locales/zh-CN/index.json b/apps/app-frontend/src/locales/zh-CN/index.json
index e8490be206..f8a1344372 100644
--- a/apps/app-frontend/src/locales/zh-CN/index.json
+++ b/apps/app-frontend/src/locales/zh-CN/index.json
@@ -5,6 +5,9 @@
"app.auth-servers.unreachable.header": {
"message": "无法连接到身份验证服务器"
},
+ "app.modal.install-to-play.content-required": {
+ "message": "内容需求"
+ },
"app.modal.install-to-play.header": {
"message": "安装以游玩"
},
@@ -14,17 +17,20 @@
"app.modal.install-to-play.mod-count": {
"message": "{count} 个模组"
},
- "app.modal.install-to-play.server-requires-mods": {
- "message": "此服务器需要安装模组才能游玩。点击安装,从 Modrinth 下载所需文件。"
+ "app.modal.install-to-play.required-modpack": {
+ "message": "整合包需求"
},
- "app.modal.install-to-play.shared-by-today": {
- "message": "{name} 今天与你分享了这个实例。"
+ "app.modal.install-to-play.server-requires-mods": {
+ "message": "此服务器需要安装模组才能游玩。点击安装,从 Modrinth 下载所需文件,然后直接进入服务器。"
},
"app.modal.install-to-play.shared-instance": {
"message": "共享实例"
},
"app.modal.install-to-play.shared-server-instance": {
- "message": "共享服务端实例"
+ "message": "共享的服务端实例"
+ },
+ "app.modal.install-to-play.view-contents": {
+ "message": "查看内容"
},
"app.modal.update-to-play.added-count": {
"message": "添加了 {count} 项"
@@ -83,38 +89,32 @@
"app.settings.tabs.resource-management": {
"message": "资源管理"
},
- "app.update-toast.body": {
+ "app.update-popup.body": {
"message": "Modrinth App v{version} 更新已就绪!立即重启更新,或退出时自动安装。"
},
- "app.update-toast.body.download-complete": {
+ "app.update-popup.body.download-complete": {
"message": "Modrinth App v{version} 更新已下载完成!立即重启更新,或退出时自动安装。"
},
- "app.update-toast.body.linux": {
+ "app.update-popup.body.linux": {
"message": "Modrinth App v{version} 现已发布。请使用你的软件包管理器进行更新,获取最新功能与修复!"
},
- "app.update-toast.body.metered": {
+ "app.update-popup.body.metered": {
"message": "Modrinth App v{version} 现已发布!由于你正在使用按流量计费的网络,该更新未自动下载。"
},
- "app.update-toast.changelog": {
+ "app.update-popup.changelog": {
"message": "更新日志"
},
- "app.update-toast.download": {
+ "app.update-popup.download": {
"message": "下载({size})"
},
- "app.update-toast.download-page": {
- "message": "下载"
- },
- "app.update-toast.downloading": {
- "message": "下载中…"
+ "app.update-popup.download-complete": {
+ "message": "下载完成"
},
- "app.update-toast.reload": {
+ "app.update-popup.reload": {
"message": "重新启动"
},
- "app.update-toast.title": {
- "message": "有可用更新"
- },
- "app.update-toast.title.download-complete": {
- "message": "下载完成"
+ "app.update-popup.title": {
+ "message": "有可用的更新"
},
"app.update.complete-toast.text": {
"message": "点击此处查看更新日志。"
@@ -162,7 +162,7 @@
"message": "删除好友"
},
"friends.friend.request-sent": {
- "message": "已发送好友请求"
+ "message": "已发送好友申请"
},
"friends.friend.view-profile": {
"message": "查看个人资料"
@@ -222,10 +222,10 @@
"message": "名称"
},
"instance.edit-world.placeholder-name": {
- "message": "Minecraft 世界"
+ "message": "Minecraft 存档"
},
"instance.edit-world.reset-icon": {
- "message": "重置图标"
+ "message": "重设图标"
},
"instance.edit-world.title": {
"message": "编辑存档"
@@ -464,6 +464,15 @@
"instance.settings.tabs.installation.unknown-version": {
"message": "(未知版本)"
},
+ "instance.settings.tabs.installation.unlink-server-vanilla.description": {
+ "message": "该实例已关联至服务器,因此无法更改 Minecraft 版本。解除关联将永久断开该实例与服务器。"
+ },
+ "instance.settings.tabs.installation.unlink-server.description": {
+ "message": "该实例已关联至服务器,因此无法单独更新模组,也无法更改模组加载器和 Minecraft 版本。解除关联将永久断开该实例与服务器。"
+ },
+ "instance.settings.tabs.installation.unlink-server.title": {
+ "message": "与服务器解除关联"
+ },
"instance.settings.tabs.installation.unlink.button": {
"message": "取消实例关联"
},
@@ -477,7 +486,7 @@
"message": "该实例已关联至整合包,因此无法单独更新模组,也无法更改模组加载器和 Minecraft 版本。解除关联后,该实例将无法重新关联至整合包。"
},
"instance.settings.tabs.installation.unlink.title": {
- "message": "取消整合包关联"
+ "message": "解除整合包关联"
},
"instance.settings.tabs.java": {
"message": "Java 及内存"
@@ -486,7 +495,7 @@
"message": "环境变量"
},
"instance.settings.tabs.java.hooks": {
- "message": "钩子"
+ "message": "Hooks"
},
"instance.settings.tabs.java.java-arguments": {
"message": "Java 参数"
@@ -551,6 +560,9 @@
"instance.worlds.incompatible_server": {
"message": "服务器不兼容"
},
+ "instance.worlds.linked_server": {
+ "message": "由服务器项目管理"
+ },
"instance.worlds.no_contact": {
"message": "无法连接服务器"
},
@@ -586,5 +598,17 @@
},
"search.filter.locked.instance.sync": {
"message": "与实例同步"
+ },
+ "search.filter.locked.server": {
+ "message": "由该服务器提供"
+ },
+ "search.filter.locked.server-environment.title": {
+ "message": "只能将客户端模组添加到服务器实例中"
+ },
+ "search.filter.locked.server-game-version.title": {
+ "message": "游戏版本由服务器提供"
+ },
+ "search.filter.locked.server-loader.title": {
+ "message": "加载器由服务器提供"
}
}
diff --git a/apps/app-frontend/src/locales/zh-TW/index.json b/apps/app-frontend/src/locales/zh-TW/index.json
index ceee3fd0e8..20328a51ef 100644
--- a/apps/app-frontend/src/locales/zh-TW/index.json
+++ b/apps/app-frontend/src/locales/zh-TW/index.json
@@ -5,6 +5,9 @@
"app.auth-servers.unreachable.header": {
"message": "無法連線到驗證伺服器"
},
+ "app.modal.install-to-play.content-required": {
+ "message": "所需內容"
+ },
"app.modal.install-to-play.header": {
"message": "安裝以遊玩"
},
@@ -12,13 +15,13 @@
"message": "安裝"
},
"app.modal.install-to-play.mod-count": {
- "message": "{count} 個模組"
+ "message": "{count, plural, one {# 個模組} other {# 個模組}}"
},
- "app.modal.install-to-play.server-requires-mods": {
- "message": "這個伺服器需要模組才能遊玩。請點選安裝,以從 Modrinth 設定所需的檔案。"
+ "app.modal.install-to-play.required-modpack": {
+ "message": "所需模組包"
},
- "app.modal.install-to-play.shared-by-today": {
- "message": "{name} 今天與你共用了這個實例。"
+ "app.modal.install-to-play.server-requires-mods": {
+ "message": "這個伺服器需要模組才能遊玩。請點選「安裝」以從 Modrinth 設定所需的檔案,完成後即可直接加入伺服器。"
},
"app.modal.install-to-play.shared-instance": {
"message": "共用實例"
@@ -26,6 +29,9 @@
"app.modal.install-to-play.shared-server-instance": {
"message": "共用伺服器實例"
},
+ "app.modal.install-to-play.view-contents": {
+ "message": "檢視內容"
+ },
"app.modal.update-to-play.added-count": {
"message": "新增了 {count} 個"
},
@@ -83,39 +89,33 @@
"app.settings.tabs.resource-management": {
"message": "資源管理"
},
- "app.update-toast.body": {
- "message": "Modrinth App v{version} 安裝已準備就緒!重新載入立即更新,或是在你關閉 Modrinth App 時自動更新。"
+ "app.update-popup.body": {
+ "message": "Modrinth App v{version} 已準備好安裝!立即重新載入以更新,或在關閉 Modrinth App 時自動更新。"
},
- "app.update-toast.body.download-complete": {
- "message": "Modrinth App v{version} 已完成下載。重新載入立即更新,或是在你關閉 Modrinth App 時自動更新。"
+ "app.update-popup.body.download-complete": {
+ "message": "Modrinth App v{version} 已完成下載!立即重新載入以更新,或在關閉 Modrinth App 時自動更新。"
},
- "app.update-toast.body.linux": {
- "message": "Modrinth App v{version} 現已推出。請使用你的套件管理員進行更新,以取得最新的功能與修正!"
+ "app.update-popup.body.linux": {
+ "message": "Modrinth App v{version} 現已推出。請使用套件管理員進行更新,以取得最新的功能與修正!"
},
- "app.update-toast.body.metered": {
- "message": "Modrinth App v{version} 現已推出!由於你正使用計量付費的網路,我們沒有自動下載它。"
+ "app.update-popup.body.metered": {
+ "message": "Modrinth App v{version} 現已推出!由於你目前使用的是計量付費網路,我們並未自動下載更新。"
},
- "app.update-toast.changelog": {
+ "app.update-popup.changelog": {
"message": "更新日誌"
},
- "app.update-toast.download": {
+ "app.update-popup.download": {
"message": "下載 ({size})"
},
- "app.update-toast.download-page": {
- "message": "下載"
- },
- "app.update-toast.downloading": {
- "message": "下載中..."
+ "app.update-popup.download-complete": {
+ "message": "下載完成"
},
- "app.update-toast.reload": {
+ "app.update-popup.reload": {
"message": "重新載入"
},
- "app.update-toast.title": {
+ "app.update-popup.title": {
"message": "有可用的更新"
},
- "app.update-toast.title.download-complete": {
- "message": "下載完成"
- },
"app.update.complete-toast.text": {
"message": "按這裡查看更新日誌。"
},
@@ -135,7 +135,7 @@
"message": "新增好友"
},
"friends.action.view-friend-requests": {
- "message": "{count} 個好友邀請"
+ "message": "{count} 位好友的 {count, plural, one {邀請} other {邀請}}"
},
"friends.add-friend.submit": {
"message": "送出好友邀請"
@@ -147,7 +147,7 @@
"message": "這可能與對方的 Minecraft 使用者名稱不同!"
},
"friends.add-friend.username.placeholder": {
- "message": "輸入 Modrinth 使用者名稱..."
+ "message": "請輸入 Modrinth 用戶名稱……"
},
"friends.add-friend.username.title": {
"message": "你好友的 Modrinth 使用者名稱是什麼?"
@@ -186,7 +186,7 @@
"message": "沒有符合「{query}」的好友"
},
"friends.search-friends-placeholder": {
- "message": "搜尋好友..."
+ "message": "搜尋好友……"
},
"friends.section.heading": {
"message": "{title} - {count}"
@@ -339,7 +339,7 @@
"message": "用於啟動 Minecraft 的包裝指令。"
},
"instance.settings.tabs.hooks.wrapper.enter": {
- "message": "輸入包裝指令..."
+ "message": "輸入包裝指令……"
},
"instance.settings.tabs.installation": {
"message": "安裝"
@@ -464,6 +464,15 @@
"instance.settings.tabs.installation.unknown-version": {
"message": "(未知的版本)"
},
+ "instance.settings.tabs.installation.unlink-server-vanilla.description": {
+ "message": "這個實例已連結至伺服器,這代表你無法變更 Minecraft 版本。取消連結將會永久中斷這個實例與伺服器的連線。"
+ },
+ "instance.settings.tabs.installation.unlink-server.description": {
+ "message": "這個實例已連結至伺服器,這代表模組無法被更新,且你無法變更模組載入器或 Minecraft 版本。取消連結將會永久中斷這個實例與伺服器的連線。"
+ },
+ "instance.settings.tabs.installation.unlink-server.title": {
+ "message": "從伺服器取消連結"
+ },
"instance.settings.tabs.installation.unlink.button": {
"message": "取消連結實例"
},
@@ -551,6 +560,9 @@
"instance.worlds.incompatible_server": {
"message": "伺服器不相容"
},
+ "instance.worlds.linked_server": {
+ "message": "由伺服器專案管理"
+ },
"instance.worlds.no_contact": {
"message": "伺服器沒有回應"
},
@@ -586,5 +598,17 @@
},
"search.filter.locked.instance.sync": {
"message": "與實例同步"
+ },
+ "search.filter.locked.server": {
+ "message": "由伺服器提供"
+ },
+ "search.filter.locked.server-environment.title": {
+ "message": "只有用戶端模組可以被加到伺服器實例"
+ },
+ "search.filter.locked.server-game-version.title": {
+ "message": "遊戲版本由伺服器提供"
+ },
+ "search.filter.locked.server-loader.title": {
+ "message": "載入器由伺服器提供"
}
}
diff --git a/apps/frontend/src/locales/ar-SA/index.json b/apps/frontend/src/locales/ar-SA/index.json
index 39159ee010..8b0135b666 100644
--- a/apps/frontend/src/locales/ar-SA/index.json
+++ b/apps/frontend/src/locales/ar-SA/index.json
@@ -129,7 +129,7 @@
"message": "< 150 ميغابايت"
},
"app-marketing.features.performance.modrinth-app": {
- "message": "Modrinth App"
+ "message": "تطبيق مودرينث"
},
"app-marketing.features.performance.one-billion-percent": {
"message": "% 1 مليار"
@@ -665,21 +665,354 @@
"dashboard.creator-withdraw-modal.muralpay-details.account-owner": {
"message": "مالك الحساب"
},
+ "dashboard.creator-withdraw-modal.muralpay-details.bank-account-owner": {
+ "message": "صاحب حساب المصرف"
+ },
+ "dashboard.creator-withdraw-modal.muralpay-details.bank-account-owner-description": {
+ "message": "أدخل اسم الشخص المسموح له بتشغيل حساب المصرف هذا, نيابة عن الشركة."
+ },
+ "dashboard.creator-withdraw-modal.muralpay-details.coin": {
+ "message": "عملة"
+ },
+ "dashboard.creator-withdraw-modal.muralpay-details.crypto-warning-header": {
+ "message": "تأكيد عنوان محفظتك "
+ },
+ "dashboard.creator-withdraw-modal.muralpay-details.document-number-national-id": {
+ "message": "رقم الهوية الوطنية "
+ },
+ "dashboard.creator-withdraw-modal.muralpay-details.document-number-national-id-placeholder": {
+ "message": "أدخل رقم الهوية الوطنية "
+ },
+ "dashboard.creator-withdraw-modal.muralpay-details.document-number-passport": {
+ "message": "رقم جواز السفر"
+ },
+ "dashboard.creator-withdraw-modal.muralpay-details.document-number-passport-placeholder": {
+ "message": "أدخل رقم جواز السفر"
+ },
+ "dashboard.creator-withdraw-modal.muralpay-details.document-number-resident-id": {
+ "message": "رقم هوية المقيم"
+ },
+ "dashboard.creator-withdraw-modal.muralpay-details.document-number-resident-id-placeholder": {
+ "message": "أدخل رقم هوية المقيم"
+ },
+ "dashboard.creator-withdraw-modal.muralpay-details.document-number-ruc": {
+ "message": "رقم RUC"
+ },
+ "dashboard.creator-withdraw-modal.muralpay-details.document-number-ruc-placeholder": {
+ "message": "أدخل رقم RUC"
+ },
+ "dashboard.creator-withdraw-modal.muralpay-details.document-number-tax-id": {
+ "message": ""
+ },
+ "dashboard.creator-withdraw-modal.muralpay-details.document-number-tax-id-placeholder": {
+ "message": ""
+ },
+ "dashboard.creator-withdraw-modal.muralpay-details.network": {
+ "message": "شبكة"
+ },
+ "dashboard.creator-withdraw-modal.nearing-threshold": {
+ "message": "أنت تقترب من الحد الأقصى للسحب. يمكنك سحب {amountRemaining} الآن، ولكن يلزم تقديم نموذج ضريبي لسحب مبلغ أكبر."
+ },
+ "dashboard.creator-withdraw-modal.paypal-details.account": {
+ "message": "الحساب"
+ },
+ "dashboard.creator-withdraw-modal.paypal-details.disconnect-account": {
+ "message": "قم بفصل الحساب"
+ },
+ "dashboard.creator-withdraw-modal.paypal-details.payment-method": {
+ "message": "طريقة الدفع"
+ },
+ "dashboard.creator-withdraw-modal.paypal-details.paypal-account": {
+ "message": "حساب PayPal"
+ },
+ "dashboard.creator-withdraw-modal.paypal-details.paypal-auth-description": {
+ "message": "قم بربط حسابك على باي بال لتلقي المدفوعات مباشرة."
+ },
+ "dashboard.creator-withdraw-modal.paypal-details.save-success": {
+ "message": "تم حفظ اسم المستخدم على Venmo بنجاح!"
+ },
+ "dashboard.creator-withdraw-modal.paypal-details.sign-in-with-paypal": {
+ "message": "تسجيل دخول باستخدام PayPal"
+ },
+ "dashboard.creator-withdraw-modal.paypal-details.venmo-description": {
+ "message": "أدخل اسم المستخدم الخاص بك على Venmo لتلقي المدفوعات."
+ },
+ "dashboard.creator-withdraw-modal.paypal-details.venmo-handle": {
+ "message": "اسم المستخدم على Venmo"
+ },
+ "dashboard.creator-withdraw-modal.paypal-details.venmo-handle-placeholder": {
+ "message": "@اسم المستخدم"
+ },
+ "dashboard.creator-withdraw-modal.stage.completion": {
+ "message": "مكتمل"
+ },
+ "dashboard.creator-withdraw-modal.stage.method-selection": {
+ "message": "طريقة"
+ },
+ "dashboard.creator-withdraw-modal.stage.tax-form": {
+ "message": "طريقة أيجار"
+ },
+ "dashboard.creator-withdraw-modal.tax-form-required.body": {
+ "message": "لسحب رصيدك المتاح بالكامل {available} يرجى تعبئة النموذج أدناه. هذا النموذج مطلوب لأغراض الإبلاغ الضريبي، ولا يلزم تعبئته إلا مرة واحدة."
+ },
+ "dashboard.creator-withdraw-modal.tax-form-required.body-with-limit": {
+ "message": "يجب عليك إكمال نموذج W-9 أو W-8 لسجلات الضرائب الخاصة بشركة Modrinth حتى نبقى ملتزمين باللوائح الضريبية."
+ },
+ "dashboard.creator-withdraw-modal.tax-form-required.header": {
+ "message": "نموذج ضريبي مطلوب"
+ },
+ "dashboard.creator-withdraw-modal.tremendous-details.available-denominations-label": {
+ "message": "الفئات المتاحة"
+ },
+ "dashboard.creator-withdraw-modal.tremendous-details.balance-worth-hint": {
+ "message": "رصيدك الحالي من {usdBalance} يساوي {localBalance}."
+ },
+ "dashboard.creator-withdraw-modal.tremendous-details.enter-amount-hint": {
+ "message": "ابحث عن بطاقة هداية قريبة من هذه قيمة"
+ },
+ "dashboard.creator-withdraw-modal.tremendous-details.enter-denomination-placeholder": {
+ "message": "ضع مبلغ"
+ },
+ "dashboard.creator-withdraw-modal.tremendous-details.payment-method": {
+ "message": "طريقة دفع"
+ },
+ "dashboard.creator-withdraw-modal.tremendous-details.reward": {
+ "message": "جائزة"
+ },
+ "dashboard.creator-withdraw-modal.tremendous-details.reward-placeholder": {
+ "message": "اختر الجائزة"
+ },
+ "dashboard.creator-withdraw-modal.tremendous-details.reward-plural": {
+ "message": "جوائز"
+ },
+ "dashboard.creator-withdraw-modal.tremendous-details.search-amount-label": {
+ "message": "ابحث عن مبلغ"
+ },
+ "dashboard.creator-withdraw-modal.tremendous-details.select-denomination-hint": {
+ "message": "اختر فئة:"
+ },
+ "dashboard.creator-withdraw-modal.tremendous-details.select-denomination-required": {
+ "message": "الرجاء اختيار فئة نقدية للمتابعة"
+ },
+ "dashboard.creator-withdraw-modal.tremendous-details.unverified-email-header": {
+ "message": "ايميل غير مؤكد"
+ },
+ "dashboard.creator-withdraw-modal.tremendous-details.unverified-email-message": {
+ "message": "البريد الإلكتروني الذي أدخلته لا يرتبط بحسابك في Modrinth. لا يمكن Modrinth استرداد المكافآت المرسلة إلى عنوان بريد إلكتروني غير صحيح."
+ },
+ "dashboard.creator-withdraw-modal.tremendous-details.usd-paypal-warning-header": {
+ "message": "تتوفر أقساط مخفضة"
+ },
+ "dashboard.creator-withdraw-modal.tremendous-details.usd-paypal-warning-message": {
+ "message": "لقد اخترت الدولار الأمريكي للدفع الدولي عبر باي بال. انتقل إلى باي بال المباشر للحصول على رسوم أفضل (حوالي 2% بدلاً من حوالي 6%)."
+ },
+ "dashboard.creator-withdraw-modal.withdraw-button": {
+ "message": "ينسحب "
+ },
+ "dashboard.creator-withdraw-modal.withdraw-limit": {
+ "message": "حد السحب "
+ },
+ "dashboard.creator-withdraw-modal.withdraw-limit-used": {
+ "message": "لقد استنفدت رصيدك {withdrawLimit} حد السحب. يجب عليك تعبئة نموذج ضريبي لسحب مبلغ أكبر."
+ },
"dashboard.revenue.available-now": {
"message": "متاح الآن"
},
"dashboard.revenue.balance": {
"message": "الرصيد"
},
+ "dashboard.revenue.estimated-tooltip.msg1": {
+ "message": "قد تخضع الإيرادات المقدرة للتغيير حتى يتم توفيرها. "
+ },
+ "dashboard.revenue.estimated-tooltip.msg2": {
+ "message": "اضغط لكي تعرف كيف Modrinth يستحمل إيراداتك"
+ },
+ "dashboard.revenue.estimated-with-date": {
+ "message": "مقدر {date}"
+ },
+ "dashboard.revenue.processing": {
+ "message": "معالجة"
+ },
+ "dashboard.revenue.processing.tooltip": {
+ "message": "تبقى الإيرادات قيد المعالجة حتى نهاية الشهر، ثم تصبح متاحة بعد 60 يومًا. "
+ },
+ "dashboard.revenue.stats.received": {
+ "message": "تلقى "
+ },
+ "dashboard.revenue.stats.transactions": {
+ "message": ""
+ },
+ "dashboard.revenue.stats.withdrawn": {
+ "message": "تم سحبه "
+ },
+ "dashboard.revenue.tos": {
+ "message": "بتحميل المشاريع إلى مودرينث وسحب الأموال من حسابك، فإنك توافق على المكافآت. تعرّف على المزيد حول برنامج المكافآت. "
+ },
+ "dashboard.revenue.transactions.btn.download-csv": {
+ "message": "قم بالتنزيل كملف CSV "
+ },
+ "dashboard.revenue.transactions.header": {
+ "message": "المعاملات "
+ },
+ "dashboard.revenue.transactions.none": {
+ "message": "لا توجد معاملات "
+ },
+ "dashboard.revenue.transactions.none.desc": {
+ "message": "ستظهر علميات الدفع والسحب الخاصة بك هنا."
+ },
+ "dashboard.revenue.transactions.see-all": {
+ "message": ""
+ },
+ "dashboard.revenue.withdraw.blocked-tin-mismatch": {
+ "message": "تم تعليق عمليات السحب مؤقتًا لأن رقم التعريف الضريبي أو رقم الضمان الاجتماعي الخاص بك لم يتطابق مع سجلات مصلحة الضرائب الأمريكية. يرجى التواصل مع الدعم لإعادة تعيين رقم التعريف الضريبي وإعادة إرسال نموذجك الضريبي. "
+ },
+ "dashboard.revenue.withdraw.card.description": {
+ "message": "اسحب من رصيدك المتاح إلى أي طريقة دفع. "
+ },
+ "dashboard.revenue.withdraw.card.title": {
+ "message": "ينسحب"
+ },
+ "dashboard.revenue.withdraw.header": {
+ "message": "ينسحب "
+ },
+ "dashboard.withdraw.completion.account": {
+ "message": "الحساب"
+ },
+ "dashboard.withdraw.completion.amount": {
+ "message": "مبلغ"
+ },
+ "dashboard.withdraw.completion.date": {
+ "message": "موعد"
+ },
+ "dashboard.withdraw.completion.email-confirmation": {
+ "message": "ستتلقى رسالة بريد إلكتروني في {email} مع تعليمات لاسترداد المبلغ المسحوب. "
+ },
+ "dashboard.withdraw.completion.exchange-rate": {
+ "message": "سعر الصرف "
+ },
+ "dashboard.withdraw.completion.fee": {
+ "message": "مصاريف "
+ },
+ "dashboard.withdraw.completion.method": {
+ "message": "طريقة "
+ },
+ "dashboard.withdraw.completion.net-amount": {
+ "message": "المبلغ الصافي "
+ },
+ "dashboard.withdraw.completion.recipient": {
+ "message": "المستلم "
+ },
+ "dashboard.withdraw.completion.title": {
+ "message": "انسحاب كامل "
+ },
+ "dashboard.withdraw.completion.transactions-button": {
+ "message": "المعاملات"
+ },
+ "dashboard.withdraw.completion.wallet": {
+ "message": "محفضة"
+ },
+ "dashboard.withdraw.error.account-not-linked.text": {
+ "message": "يرجى ربط حساب الدفع الخاص بك قبل السحب."
+ },
+ "dashboard.withdraw.error.account-not-linked.title": {
+ "message": "حساب غير مربوط"
+ },
+ "dashboard.withdraw.error.email-verification.text": {
+ "message": "يجب عليك التحقق من عنوان بريدك الإلكتروني قبل سحب الأموال."
+ },
+ "dashboard.withdraw.error.email-verification.title": {
+ "message": "تحقق باستخدام ايميل مطلوب"
+ },
+ "dashboard.withdraw.error.generic.text": {
+ "message": "لم نتمكن من إرسال طلب السحب الخاص بك، يرجى مراجعة بياناتك أو الاتصال بالدعم.\n{error}"
+ },
+ "dashboard.withdraw.error.generic.title": {
+ "message": "تعذر السحب"
+ },
+ "dashboard.withdraw.error.insufficient-balance.text": {
+ "message": "ليس لديك أموال كافية لإجراء هذا السحب."
+ },
+ "dashboard.withdraw.error.insufficient-balance.title": {
+ "message": "رصيد غير كافٍ"
+ },
+ "dashboard.withdraw.error.invalid-address.text": {
+ "message": "لم يتم التحقق من العنوان الذي قدمته. يرجى مراجعة تفاصيل عنوانك."
+ },
+ "dashboard.withdraw.error.invalid-address.title": {
+ "message": "فشل التحقق من العنوان"
+ },
+ "dashboard.withdraw.error.invalid-bank.text": {
+ "message": "بيانات الحساب البنكي التي قدمتها غير صحيحة. يرجى التحقق من معلوماتك."
+ },
+ "dashboard.withdraw.error.invalid-bank.title": {
+ "message": "بيانات مصرفية غير صحيحة"
+ },
+ "dashboard.withdraw.error.invalid-wallet.text": {
+ "message": "عنوان محفظة العملات الرقمية الذي أدخلته غير صالح. يرجى التحقق مرة أخرى والمحاولة مجدداً."
+ },
+ "dashboard.withdraw.error.invalid-wallet.title": {
+ "message": "عنوان محفظة غير صالح"
+ },
+ "dashboard.withdraw.error.minimum-not-met.text": {
+ "message": "مبلغ السحب (بعد خصم الرسوم) لا يفي بالحد الأدنى المطلوب. يرجى زيادة مبلغ السحب."
+ },
+ "dashboard.withdraw.error.minimum-not-met.title": {
+ "message": "المبلغ منخفض للغاية"
+ },
+ "dashboard.withdraw.error.paypal-country-mismatch.text": {
+ "message": "يرجى استخدام خيار التحويل الصحيح عبر PayPal لمنطقتك (الولايات المتحدة أو دوليًا)."
+ },
+ "dashboard.withdraw.error.paypal-country-mismatch.title": {
+ "message": "عدم تطابق المنطقة في PayPal"
+ },
+ "dashboard.withdraw.error.tax-form.text": {
+ "message": "يجب عليك تعبئة نموذج ضريبي لتقديم طلب السحب الخاص بك."
+ },
+ "dashboard.withdraw.error.tax-form.title": {
+ "message": "يرجى تعبئة نموذج الضريبة"
+ },
+ "error.collection.404.list_item.1": {
+ "message": "ربما تكون قد أخطأت في كتابة عنوان URL الخاص بالمجموعة."
+ },
+ "error.collection.404.list_item.2": {
+ "message": "قد تكون المجموعة خاصة."
+ },
"error.collection.404.list_item.3": {
"message": "قد تكون هذه المجموعة قد أزالها فريق مراقبة مودرنث لانتهاك شروط الاستخدام الخاصة بنا."
},
+ "error.collection.404.list_title": {
+ "message": "لماذا؟"
+ },
+ "error.collection.404.title": {
+ "message": "لم يتم العثور على المجموعة"
+ },
+ "error.generic.404.subtitle": {
+ "message": "يبدو أن الصفحة التي كنت تبحث عنها غير موجودة."
+ },
+ "error.generic.404.title": {
+ "message": "الصفحة غير موجودة"
+ },
+ "error.generic.451.subtitle": {
+ "message": "تم حظر هذه الصفحة لأسباب قانونية، مثل الرقابة الحكومية أو الإجراءات القانونية الجارية."
+ },
+ "error.generic.451.title": {
+ "message": "المحتوى غير متاح لأسباب قانونية"
+ },
"error.generic.default.list_item.1": {
"message": "تحقق مما إذا كان مودرنث متوقفًا على صفحة الحالة الخاصة بنا."
},
"error.generic.default.list_item.2": {
"message": "إذا استمر حدوث ذلك، قد ترغب في إعلام فريق مودرنث بالانضمام إلى سيرفر ديسكورد الخاص بنا."
},
+ "error.generic.default.list_title": {
+ "message": "يرجى المحاولة مرة أخرى بعد بضع دقائق."
+ },
+ "error.generic.default.subtitle": {
+ "message": "حدث خطأ ما."
+ },
+ "error.generic.default.title": {
+ "message": "أوه لا!"
+ },
"error.organization.404.list_item.1": {
"message": "ربما أدخلت عنوان URL الخاص بالمؤسسة بشكل غير صحيح."
},
@@ -728,30 +1061,207 @@
"frog": {
"message": "لقد تم ضفدعتك! 🐸"
},
+ "hosting-marketing.billing.save-with-quarterly": {
+ "message": "وفر 16% مع الدفع ربع السنوي!"
+ },
+ "hosting-marketing.faq.cpu-kind.answer": {
+ "message": "تعمل استضافة خوادم مودرينث على AMD Ryzen 7900 و 7950X3D و وحدات معالجة مركزية مماثلة بسرعة 5+ غيغاهيرتز مقترنة بذاكرة وصول عشوائي من نوع DDR5"
+ },
+ "hosting-marketing.faq.location": {
+ "message": "أين تقع استضافة خوادم Modrinth؟ هل يمكنني اختيار منطقة؟"
+ },
+ "hosting-marketing.included.description": {
+ "message": "."
+ },
+ "hosting-marketing.included.with-your-server": {
+ "message": "مرفق مع خادمك"
+ },
+ "hosting-marketing.know-what-you-need": {
+ "message": "هل تعرف بالضبط ما تحتاجه؟"
+ },
+ "hosting-marketing.medal.info": {
+ "message": "جرب خادم 3 جيجابايت مجاني لمدة 5 أيام بدعم من Medal"
+ },
+ "hosting-marketing.medal.text-secondary": {
+ "message": "عرض لفترة محدودة. لا حاجة لبطاقة ائتمان. متوفر للخوادم الأمريكية."
+ },
+ "hosting-marketing.pick-customized-plan": {
+ "message": "اختر خطة مخصصة بالمواصفات التي تحتاجها فقط."
+ },
+ "hosting-marketing.server-for-everyone": {
+ "message": "يوجد خادم يناسب الجميع"
+ },
+ "hosting-marketing.why.all-on-modrinth": {
+ "message": "يمكنك إدارة كل شيء على مودرينث"
+ },
+ "hosting-marketing.why.all-on-modrinth.description": {
+ "message": "خادمك، وتعديلاتك، ولاعبوك، وغير ذلك الكثير موجود جميعها على Modrinth. لا حاجة للتبديل بين المنصات."
+ },
+ "hosting-marketing.why.consistently-fast": {
+ "message": "سريع باستمرار"
+ },
+ "hosting-marketing.why.consistently-fast.description": {
+ "message": "لا يتم تحميل بنيتنا التحتية بشكل زائد أبدًا، مما يعني أن كل خادم مستضاف مع Modrinth يعمل دائمًا بكامل طاقته."
+ },
+ "hosting-marketing.why.description": {
+ "message": "اختر من بين آلاف حزم التعديلات المتوفرة على موقع Modrinth أو أنشئ حزمتك الخاصة. ادعُ أصدقاءك عندما تكون مستعدًا للعب."
+ },
+ "hosting-marketing.why.heading": {
+ "message": "ابحث عن حزمة تعديلات. الآن أصبح خادمًا."
+ },
+ "hosting-marketing.why.modern-reliable-hosting": {
+ "message": "استمتع بتجربة استضافة عصرية وموثوقة"
+ },
+ "hosting-marketing.why.modern-reliable-hosting.description": {
+ "message": "يتم استضافة خوادم Modrinth Hosting على high-performance AMD CPUs with DDR5 RAM، وتعمل على برمجيات مخصّصة لضمان تشغيل خادمك بسلاسة."
+ },
+ "hosting-marketing.why.where-mods-are": {
+ "message": "العب حيث توجد تعديلاتك"
+ },
+ "hosting-marketing.why.where-mods-are.description": {
+ "message": "تدمج خدمة Modrinth Hosting عملية تثبيت التعديلات وحزم التعديلات بسلاسة في خادمك."
+ },
+ "hosting-marketing.why.why-modrinth-hosting": {
+ "message": "لماذا استضافة Modrinth؟"
+ },
+ "hosting-marketing.why.your-favorite-mods": {
+ "message": "جميع التعديلات المفضلة لديك"
+ },
+ "hosting-marketing.why.your-favorite-mods.description": {
+ "message": "اختر بين Vanilla و Fabric و Forge و Quilt و NeoForge. إذا كان البرنامج موجودًا على Modrinth، فيمكن تشغيله على خادمك."
+ },
+ "hosting.plan.out-of-stock": {
+ "message": "إنتهى من المخزن"
+ },
+ "hosting.plan.select-plan": {
+ "message": "اختر الخطة"
+ },
"landing.button.discover-mods": {
"message": "اكتشف المودات"
},
+ "landing.button.go-to-dashboard": {
+ "message": "انتقل إلى لوحة التحكم"
+ },
"landing.creator.feature.constantly-evolving.description": {
"message": "احصل على أفضل تجربة مودات ممكنة مع تحديثات مستمرة من فريق مودرنث"
},
+ "landing.creator.feature.constantly-evolving.title": {
+ "message": "يتطور باستمرار"
+ },
+ "landing.creator.feature.data-statistics.description": {
+ "message": "احصل على تقارير مفصلة حول عدد مشاهدات الصفحات، وعدد التنزيلات، والإيرادات"
+ },
+ "landing.creator.feature.data-statistics.title": {
+ "message": "البيانات والإحصاءات"
+ },
+ "landing.creator.feature.discovery.description": {
+ "message": "اجعل مشروعك معروفًا لدى آلاف المستخدمين من خلال البحث، وصفحتنا الرئيسية، وخادم Discord، والمزيد من الطرق التي ستأتي في المستقبل!"
+ },
+ "landing.creator.feature.discovery.title": {
+ "message": "اكتشاف"
+ },
+ "landing.creator.feature.diverse-ecosystem.description": {
+ "message": "قم بالتكامل مع أدوات البناء الخاصة بك من خلال Minotaur لتحميل الملفات تلقائيًا فور إصدار نسخة جديدة."
+ },
+ "landing.creator.feature.diverse-ecosystem.title": {
+ "message": "نظام بيئي متنوع"
+ },
+ "landing.creator.feature.monetization.description": {
+ "message": "احصل على عائدات إعلانية مدفوعة من صفحات مشروعك واسحب أموالك في أي وقت"
+ },
+ "landing.creator.feature.monetization.title": {
+ "message": "تحقيق الربح"
+ },
+ "landing.creator.feature.team-management.description": {
+ "message": "قم بدعوة زملائك في الفريق وإدارة الأدوار والصلاحيات بسهولة"
+ },
+ "landing.creator.feature.team-management.title": {
+ "message": "إدارة الفريق"
+ },
+ "landing.error.failedToLoadRandomProjects": {
+ "message": "فشل تحميل المشاريع العشوائية :("
+ },
+ "landing.feature.follow.description": {
+ "message": "احصل على إشعارات في كل مرة يتم فيها تحديث مشاريعك المفضلة وابقَ على اطلاع دائم."
+ },
+ "landing.feature.follow.heading": {
+ "message": "تابع المشاريع التي تحبها"
+ },
"landing.feature.launcher.description": {
"message": "واجهة برمجة التطبيقات مفتوحة المصدر لمودرنث تتيح للّانشرات إضافة تكامل عميق مع مودرنث. يمكنك استخدام مودرنث من خلال تطبيقنا الخاص وبعض أشهر اللانشرات مثل ATLauncher وMultiMC وPrism Launcher."
},
+ "landing.feature.launcher.heading": {
+ "message": "استمتع باللعب باستخدام مشغل الألعاب المفضل لديك"
+ },
"landing.feature.search.description": {
"message": "تتيح لك ميزة البحث السريع والفلاتر القوية في مودرنث العثور على ما تريد أثناء الكتابة."
},
+ "landing.feature.search.heading": {
+ "message": "اعثر على ما تريد، بسرعة وسهولة"
+ },
+ "landing.heading.the-place-for-minecraft": {
+ "message": "المكان المناسب لمحتوى Minecraft {content}"
+ },
+ "landing.heading.the-place-for-minecraft.data-packs": {
+ "message": "داتاباك"
+ },
"landing.heading.the-place-for-minecraft.modpacks": {
"message": "حزم المودات"
},
"landing.heading.the-place-for-minecraft.mods": {
"message": "مودات"
},
+ "landing.heading.the-place-for-minecraft.plugins": {
+ "message": "بلوقن"
+ },
+ "landing.heading.the-place-for-minecraft.resource-packs": {
+ "message": "ريسورس باك"
+ },
+ "landing.heading.the-place-for-minecraft.servers": {
+ "message": "سيرفرات"
+ },
+ "landing.heading.the-place-for-minecraft.shaders": {
+ "message": "شادرز"
+ },
+ "landing.launcher.atlauncher-label": {
+ "message": "ATLauncher"
+ },
"landing.launcher.graphic-alt": {
"message": "تمثيل مبسط لنافذة ماين كرافت، مع شعار Mojang Studios باللون الأخضر الخاص بمودرنث."
},
"landing.launcher.modrinth-app-label": {
"message": "Modrinth App"
},
+ "landing.launcher.prism-launcher-label": {
+ "message": "Prism Launcher"
+ },
+ "landing.notifications.has-been-updated": {
+ "message": "تم تحديث {title}!"
+ },
+ "landing.notifications.heading": {
+ "message": "إشعارات"
+ },
+ "landing.notifications.received-time": {
+ "message": "تم الاستلام في {time}"
+ },
+ "landing.notifications.version-released": {
+ "message": "تم إصدار النسخة {version} لجهاز {gameVersion}"
+ },
+ "landing.section.for-creators.description": {
+ "message": "Give an online home to your creations and reach a massive audience of dedicated players."
+ },
+ "landing.section.for-creators.label": {
+ "message": ""
+ },
+ "landing.section.for-creators.tagline": {
+ "message": ""
+ },
+ "landing.section.for-players.label": {
+ "message": "للاعبين"
+ },
+ "landing.subheading": {
+ "message": "اكتشف محتوى Minecraft والعب وشاركه من خلال منصتنا مفتوحة المصدر المصممة خصيصًا للمجتمع."
+ },
"layout.banner.add-email.description": {
"message": "لأسباب أمنية، يحتاج مودرنث منك تسجيل عنوان بريد إلكتروني في حسابك."
},
@@ -767,16 +1277,70 @@
"layout.banner.verify-email.description": {
"message": "لأسباب أمنية، يحتاج مودرنث منك التحقق من عنوان البريد الإلكتروني المرتبط بحسابك."
},
+ "layout.footer.about": {
+ "message": "حول"
+ },
+ "layout.footer.about.careers": {
+ "message": "الوظائف"
+ },
+ "layout.footer.about.changelog": {
+ "message": "سجل التغييرات"
+ },
+ "layout.footer.about.news": {
+ "message": "أخبار"
+ },
+ "layout.footer.about.rewards-program": {
+ "message": "برنامج المكافآت"
+ },
+ "layout.footer.about.status": {
+ "message": "حالة"
+ },
+ "layout.footer.legal": {
+ "message": "قانوني"
+ },
+ "layout.footer.legal-disclaimer": {
+ "message": "ليست خدمة رسمية من خدمات MINECRAFT. غير معتمدة من قبل MOJANG أو MICROSOFT، وليست مرتبطة بهما."
+ },
+ "layout.footer.legal.copyright-policy": {
+ "message": "سياسة حقوق النشر و DMCA"
+ },
+ "layout.footer.legal.privacy-policy": {
+ "message": "سياسة الخصوصية"
+ },
+ "layout.footer.legal.rules": {
+ "message": "قواعد المحتوى"
+ },
+ "layout.footer.legal.security-notice": {
+ "message": "إشعار أمني"
+ },
+ "layout.footer.legal.terms-of-use": {
+ "message": "شروط الاستخدام"
+ },
"layout.footer.modrinth-information": {
- "message": "معلومات مودرنث"
+ "message": "معلومات Modrinth"
},
"layout.footer.open-source": {
- "message": "مودرنث مفتوح المصدر."
+ "message": "Modrinth مفتوح المصدر."
+ },
+ "layout.footer.products": {
+ "message": "منتجات"
},
"layout.footer.products.app": {
"message": "Modrinth App"
},
"layout.footer.products.plus": {
- "message": "مودرنث+"
+ "message": "Modrinth+"
+ },
+ "layout.footer.products.servers": {
+ "message": "استضافة Modrinth"
+ },
+ "layout.footer.resources": {
+ "message": "موارد"
+ },
+ "layout.footer.resources.api-docs": {
+ "message": "وثائق واجهة برمجة التطبيقات API"
+ },
+ "layout.footer.resources.help-center": {
+ "message": "مركز المساعدة"
}
}
diff --git a/apps/frontend/src/locales/cs-CZ/index.json b/apps/frontend/src/locales/cs-CZ/index.json
index 599b5bc700..628c37c988 100644
--- a/apps/frontend/src/locales/cs-CZ/index.json
+++ b/apps/frontend/src/locales/cs-CZ/index.json
@@ -614,6 +614,9 @@
"dashboard.creator-withdraw-modal.paypal-details.sign-in-with-paypal": {
"message": "Přihlásit přes PayPal"
},
+ "dashboard.creator-withdraw-modal.stage.tax-form": {
+ "message": ""
+ },
"dashboard.creator-withdraw-modal.tremendous-details.reward": {
"message": "Odměna"
},
diff --git a/apps/frontend/src/locales/da-DK/index.json b/apps/frontend/src/locales/da-DK/index.json
index f55366ffa4..30f220ddf7 100644
--- a/apps/frontend/src/locales/da-DK/index.json
+++ b/apps/frontend/src/locales/da-DK/index.json
@@ -96,7 +96,7 @@
"message": "Offline tilstand"
},
"app-marketing.features.open-source.description": {
- "message": "Modrinths launcher er fuldt open source. Du kan se kildekoden på vores ``GitHub``!"
+ "message": "Modrinths launcher er fuldt open source. Du kan se kildekoden på vores `GitHub!"
},
"app-marketing.features.open-source.title": {
"message": "Open source"
@@ -552,7 +552,10 @@
"message": "Download {formType}"
},
"dashboard.creator-tax-form-modal.confirmation.success": {
- "message": "Din {formType} skatte form er blevet indsendt!"
+ "message": "Din {formType} skatteformular er blevet indsendt!"
+ },
+ "dashboard.creator-tax-form-modal.confirmation.support-text": {
+ "message": "Du kan frit udbetale nu. Hvis du har spørgsmål eller har behov for at opdatere dine oplysninger kontakt support."
},
"dashboard.creator-tax-form-modal.confirmation.title": {
"message": "Du helt klar! 🎉"
@@ -566,6 +569,9 @@
"dashboard.creator-tax-form-modal.entity.question": {
"message": "Er du en privatperson eller en del af en udenlandsk enhed?"
},
+ "dashboard.creator-tax-form-modal.header": {
+ "message": "Skatteformular"
+ },
"dashboard.creator-tax-form-modal.security.description": {
"message": "Modrinth bruger tredjepartsudbyder Track1099 til sikkert at indsamle og opbevare dine skatteformularer. Læs mere her."
},
@@ -581,12 +587,18 @@
"dashboard.creator-withdraw-modal.fee-breakdown-amount": {
"message": "Antal"
},
+ "dashboard.creator-withdraw-modal.fee-breakdown-exchange-rate": {
+ "message": "Valutakurs"
+ },
"dashboard.creator-withdraw-modal.fee-breakdown-fee": {
"message": "Gebyr"
},
"dashboard.creator-withdraw-modal.fee-breakdown-gift-card-value": {
"message": "Gavekort værdi"
},
+ "dashboard.creator-withdraw-modal.fee-breakdown-net-amount": {
+ "message": "Nettobeløb"
+ },
"dashboard.creator-withdraw-modal.fee-breakdown-usd-equivalent": {
"message": "Tilsvarende i USD"
},
@@ -665,6 +677,9 @@
"dashboard.creator-withdraw-modal.stage.method-selection": {
"message": "Metode"
},
+ "dashboard.creator-withdraw-modal.stage.tax-form": {
+ "message": "Skatteformular"
+ },
"dashboard.creator-withdraw-modal.tremendous-details.balance-worth-hint": {
"message": "Din saldo af {usdBalance} er lige nu værd {localBalance}."
},
@@ -1283,9 +1298,18 @@
"layout.banner.add-email.button": {
"message": "Gå til kontoindstillinger"
},
+ "layout.banner.subscription-payment-failed.button": {
+ "message": "Opdater betalingsoplysninger"
+ },
+ "layout.banner.tin-mismatch.action": {
+ "message": "Kontakt support"
+ },
"layout.banner.verify-email.action": {
"message": "Send bekræftelsesmail igen"
},
+ "layout.banner.verify-email.description": {
+ "message": "For sikkerhedsgrunde kræver Modrinth at du bekræfter den e-mail adresse tilknyttet til din konto."
+ },
"layout.footer.about": {
"message": "Om"
},
@@ -1298,6 +1322,9 @@
"layout.footer.about.news": {
"message": "Nyheder"
},
+ "layout.footer.about.rewards-program": {
+ "message": "Belønningsprogram"
+ },
"layout.footer.about.status": {
"message": "Status"
},
@@ -1313,9 +1340,15 @@
"layout.footer.legal.privacy-policy": {
"message": "Privatlivspolitik"
},
+ "layout.footer.legal.rules": {
+ "message": "Regler For Indhold"
+ },
"layout.footer.legal.terms-of-use": {
"message": "Brugsvilkår"
},
+ "layout.footer.modrinth-information": {
+ "message": "Modrinth information"
+ },
"layout.footer.open-source": {
"message": "Modrinth er open source."
},
@@ -1337,6 +1370,9 @@
"layout.footer.resources.api-docs": {
"message": "API dokumentation"
},
+ "layout.footer.resources.help-center": {
+ "message": "Hjælpe Center"
+ },
"layout.footer.resources.report-issues": {
"message": "Anmeld fejl"
},
@@ -1382,12 +1418,18 @@
"layout.nav.discover-content": {
"message": "Opdag indhold"
},
+ "layout.nav.feature-flags": {
+ "message": "Funktionsflags"
+ },
"layout.nav.get-modrinth-app": {
"message": "Hent Modrinth-app"
},
"layout.nav.home": {
"message": "Hjem"
},
+ "layout.nav.host-a-server": {
+ "message": "Host en server"
+ },
"layout.nav.modrinth-app": {
"message": "Modrinth App"
},
@@ -1406,6 +1448,9 @@
"layout.nav.projects": {
"message": "Projekter"
},
+ "layout.nav.revenue": {
+ "message": "Indtægter"
+ },
"layout.nav.saved-projects": {
"message": "Gemte projekter"
},
@@ -1649,6 +1694,21 @@
"project-moderation-nags.required": {
"message": "Påkrævet"
},
+ "project-moderation-nags.resubmit-for-review": {
+ "message": "Genindsende til godkendelse"
+ },
+ "project-moderation-nags.resubmit-for-review-desc": {
+ "message": "Dit projekt er blevet {status, select, rejected {afvist} withheld {tilbageholdt} other {{status}}} af Modrinth's personale. I de fleste tilfælde kan du genindsende til godkendelse, når du har fulgt personalets instruktioner."
+ },
+ "project-moderation-nags.submit-checklist-tooltip": {
+ "message": "Du skal gennemføre de nødvendige trin i tjeklisten for udgivelse!"
+ },
+ "project-moderation-nags.submit-for-review": {
+ "message": "Indsende til godkendelse"
+ },
+ "project-moderation-nags.submit-for-review-button": {
+ "message": "Indsende til godkendelse"
+ },
"project-moderation-nags.suggestion": {
"message": "Forslag"
},
@@ -1703,6 +1763,9 @@
"project-type.shader.singular": {
"message": "Shader"
},
+ "project.about.details.created": {
+ "message": "Oprettet {date}"
+ },
"project.about.details.published": {
"message": "Offentliggjort {date}"
},
@@ -1721,18 +1784,177 @@
"project.actions.dont-show-again": {
"message": "Vis ikke igen"
},
+ "project.actions.servers-promo.description": {
+ "message": "Modrinth Hosting er den nemmeste måde at spille med dine venner uden problemer!"
+ },
+ "project.actions.servers-promo.title": {
+ "message": "Lav en server"
+ },
+ "project.collections.create-new": {
+ "message": "Opret ny samling"
+ },
+ "project.collections.none-found": {
+ "message": "Ingen samlinger fundet."
+ },
+ "project.description.title": {
+ "message": "Beskrivelse"
+ },
+ "project.download.game-version": {
+ "message": "Spille version: {version}"
+ },
+ "project.download.game-version-error": {
+ "message": "Fejl: ingen spil versioner fundet"
+ },
+ "project.download.game-version-tooltip": {
+ "message": "{title} er kun tilgængelig til {version}"
+ },
+ "project.download.game-version-unsupported-tooltip": {
+ "message": "{title} understøtter ikke {gameVersion} til {platform}"
+ },
"project.download.install-with-app": {
"message": "Installer med Modrinth App"
},
"project.download.no-app": {
"message": "Har ikke Modrinth App?"
},
+ "project.download.no-versions-available": {
+ "message": "Ingen versioner tilgængelig til {gameVersion} og {platform}."
+ },
+ "project.download.platform": {
+ "message": "Platform: {platform}"
+ },
+ "project.download.platform-error": {
+ "message": "Fejl: ingen platforme fundet"
+ },
+ "project.download.platform-tooltip": {
+ "message": "{title} er kun tilgængelig til {platform}"
+ },
+ "project.download.platform-unsupported-tooltip": {
+ "message": "{title} understøtter ikke {platform} til {gameVersion}"
+ },
+ "project.download.search-game-versions": {
+ "message": "Søg spil versioner..."
+ },
+ "project.download.search-game-versions-label": {
+ "message": "Søg spil versioner..."
+ },
+ "project.download.select-game-version": {
+ "message": "Vælg spil version"
+ },
+ "project.download.select-platform": {
+ "message": "Vælg platform"
+ },
+ "project.download.show-all-versions": {
+ "message": "Vis alle versioner"
+ },
+ "project.download.title": {
+ "message": "Download {title}"
+ },
+ "project.environment.migration.learn-more": {
+ "message": "Lær mere omkring denne ændring"
+ },
+ "project.error.page-not-found": {
+ "message": "Siden kunne ikke blive fundet"
+ },
+ "project.error.project-not-found": {
+ "message": "Projekt ikke fundet"
+ },
+ "project.gallery.title": {
+ "message": "Galleri"
+ },
+ "project.moderation.title": {
+ "message": "Moderation"
+ },
+ "project.navigation.changelog": {
+ "message": "Ændringslog"
+ },
+ "project.notification.icon-updated.message": {
+ "message": "Dit projekts ikon er blevet opdateret."
+ },
+ "project.notification.icon-updated.title": {
+ "message": "Projekt ikon opdateret"
+ },
+ "project.notification.updated.message": {
+ "message": "Dit projekt er blevet opdateret."
+ },
+ "project.notification.updated.title": {
+ "message": "Projekt opdateret"
+ },
+ "project.settings.general.name.placeholder.1": {
+ "message": "f.eks Nether Overhaul 2"
+ },
+ "project.settings.general.name.placeholder.2": {
+ "message": "f.eks Construction Equipment"
+ },
+ "project.settings.general.name.placeholder.3": {
+ "message": "f.eks Better than Caving"
+ },
+ "project.settings.general.name.placeholder.4": {
+ "message": "f.eks Enhanced Portals"
+ },
+ "project.settings.general.name.placeholder.5": {
+ "message": "f.eks Dangerous Mobs"
+ },
"project.settings.general.name.title": {
"message": "Navn"
},
+ "project.settings.general.url.title": {
+ "message": "URL"
+ },
+ "project.settings.title": {
+ "message": "Indstillinger"
+ },
+ "project.stats.downloads-label": {
+ "message": "download{count, plural, one {} other {s}}"
+ },
+ "project.stats.followers-label": {
+ "message": "følger{count, plural, one {} other {e}}"
+ },
+ "project.status.archived.message": {
+ "message": "{title} er blevet arkiveret. {title} vil ikke modtage flere opdateringer medmindre forfatteren beslutter sig for at fjerne projektet fra arkivet."
+ },
+ "project.versions.title": {
+ "message": "Versioner"
+ },
"report.already-reported": {
"message": "Du har allerede rapporteret {title}"
},
+ "report.already-reported-description": {
+ "message": "Du har allerede en åben anmeldelse for {item, select, project {dette projekt} version {denne version} user {denne bruger} other {dette indhold}}. Du kan tilføje flere detaljer til denne anmeldse hvis du har mere information at tilføje."
+ },
+ "report.back-to-item": {
+ "message": "Tilbage til {item, select, project {projekt} version {version} user {bruger} other {indhold}}"
+ },
+ "report.body.description": {
+ "message": "Inkluder links og billeder hvis muligt og relevant. Tomme eller upræcise rapporter vil blive lukket eller ignoreret."
+ },
+ "report.body.title": {
+ "message": "Venligst tilføj mere information omkring din anmeldelse"
+ },
+ "report.could-not-find": {
+ "message": "Kunne ikke finde {item, select, project {projekt} version {version} user {bruger} other {indhold}}"
+ },
+ "report.not-for.dmca": {
+ "message": "DMCA-fjernelser"
+ },
+ "report.not-for.dmca.description": {
+ "message": "Se vores Politik Om Pphavsret."
+ },
+ "report.please-report": {
+ "message": "Venligst anmeld:"
+ },
+ "report.question.content-id": {
+ "message": "Hvad er IDet på {item, select, project {projektet} version {versionen} user {brugeren} other {indholdet}}?"
+ },
+ "report.question.content-type": {
+ "message": "Hvilket form for indhold anmelder du?"
+ },
+ "report.question.report-reason": {
+ "message": "Hvilke af Modrinths regler bryder {item, select, project {projektet} version {versionen} user {brugeren} other {indholdet}}?"
+ },
+ "report.submit": {
+ "message": "Indsend anmeldelse"
+ },
"scopes.collectionCreate.description": {
"message": "Opret samlinger"
},
@@ -1763,6 +1985,36 @@
"scopes.notificationRead.label": {
"message": "Læs notifikationer"
},
+ "settings.applications.about": {
+ "message": "Om"
+ },
+ "settings.applications.button.add-more": {
+ "message": "Tilføj mere"
+ },
+ "settings.applications.button.cancel": {
+ "message": "Annuller"
+ },
+ "settings.applications.button.delete": {
+ "message": "Slet"
+ },
+ "settings.applications.button.edit": {
+ "message": "Rediger"
+ },
+ "settings.applications.button.save-changes": {
+ "message": "Gem ændringer"
+ },
+ "settings.applications.button.upload-icon": {
+ "message": "Upload ikon"
+ },
+ "settings.applications.client-id": {
+ "message": "Klient ID"
+ },
+ "settings.applications.created-on": {
+ "message": "Oprettet {date}"
+ },
+ "settings.applications.field.description": {
+ "message": "Beskrivelse"
+ },
"settings.display.project-list-layouts.datapack": {
"message": "Side til datapakker"
},
diff --git a/apps/frontend/src/locales/de-CH/index.json b/apps/frontend/src/locales/de-CH/index.json
index 1791672dd9..5983ad06c5 100644
--- a/apps/frontend/src/locales/de-CH/index.json
+++ b/apps/frontend/src/locales/de-CH/index.json
@@ -497,12 +497,27 @@
"create.project.create-project": {
"message": "Projekt erstellen"
},
+ "create.project.create-server-project": {
+ "message": "Server erstellen"
+ },
+ "create.project.missing-fields-tooltip": {
+ "message": "Fehlende Felder: {fields}"
+ },
"create.project.name-label": {
"message": "Name"
},
"create.project.name-placeholder": {
"message": "Projektnamen eingeben..."
},
+ "create.project.owner-description": {
+ "message": "Setze dich oder eine Organisation, bei der du Mitglied bist, als Projektbesitzer."
+ },
+ "create.project.owner-label": {
+ "message": "Besitzer"
+ },
+ "create.project.server-project-title": {
+ "message": "Ein Serverprojekt erstellen"
+ },
"create.project.summary-description": {
"message": "Ein, zwei Sätze eingeben, um dein Projekt zu beschreiben."
},
@@ -515,6 +530,15 @@
"create.project.title": {
"message": "Ein Projekt erstellen"
},
+ "create.project.type-label": {
+ "message": "Art"
+ },
+ "create.project.type-project": {
+ "message": "Projekt"
+ },
+ "create.project.type-server": {
+ "message": "Server"
+ },
"create.project.url-label": {
"message": "URL"
},
@@ -1433,6 +1457,12 @@
"layout.action.new-project": {
"message": "Neues Projekt"
},
+ "layout.action.new-server-project": {
+ "message": "Neuer Server"
+ },
+ "layout.action.publish": {
+ "message": "Veröffentlichen"
+ },
"layout.action.reports": {
"message": "Meldungen einsehen"
},
@@ -1763,9 +1793,6 @@
"muralpay.field.bank-account-number": {
"message": "Kontonummer"
},
- "muralpay.field.branch-code": {
- "message": "Filialcode"
- },
"muralpay.field.clabe": {
"message": "CLABE"
},
@@ -1796,6 +1823,9 @@
"muralpay.field.pix-phone": {
"message": "PIX-Telefon"
},
+ "muralpay.field.random-key": {
+ "message": "Zufälliger Schlüssel"
+ },
"muralpay.field.routing-number": {
"message": "Bankleitzahl"
},
@@ -1856,9 +1886,6 @@
"muralpay.placeholder.enter-account-number": {
"message": "Kontonummer eingeben"
},
- "muralpay.placeholder.enter-branch-code": {
- "message": "Filialcode eingeben"
- },
"muralpay.placeholder.enter-clabe": {
"message": "18-stelligen CLABE eingeben"
},
@@ -1871,6 +1898,9 @@
"muralpay.placeholder.enter-pix-email": {
"message": "PIX-E-Mail eingeben"
},
+ "muralpay.placeholder.enter-random-key": {
+ "message": "Zufälligen Schlüssel eingeben"
+ },
"muralpay.placeholder.enter-routing-number": {
"message": "9-stellige Bankleitzahl eingeben"
},
@@ -2102,6 +2132,12 @@
"project-type.datapack.singular": {
"message": "Datenpaket"
},
+ "project-type.minecraft_java_server.plural": {
+ "message": "Server"
+ },
+ "project-type.minecraft_java_server.singular": {
+ "message": "Server"
+ },
"project-type.mod.plural": {
"message": "Mods"
},
@@ -2132,6 +2168,12 @@
"project-type.resourcepack.singular": {
"message": "Ressourcenpaket"
},
+ "project-type.server.plural": {
+ "message": "Server"
+ },
+ "project-type.server.singular": {
+ "message": "Server"
+ },
"project-type.shader.plural": {
"message": "Shader"
},
@@ -2954,6 +2996,9 @@
"settings.display.project-list-layouts.resourcepack": {
"message": "Ressourcenpakete-Seite"
},
+ "settings.display.project-list-layouts.server": {
+ "message": "Server-Seite"
+ },
"settings.display.project-list-layouts.shader": {
"message": "Shader-Seite"
},
diff --git a/apps/frontend/src/locales/de-DE/index.json b/apps/frontend/src/locales/de-DE/index.json
index baa6bc0701..a1e0c051e4 100644
--- a/apps/frontend/src/locales/de-DE/index.json
+++ b/apps/frontend/src/locales/de-DE/index.json
@@ -497,12 +497,27 @@
"create.project.create-project": {
"message": "Projekt erstellen"
},
+ "create.project.create-server-project": {
+ "message": "Server erstellen"
+ },
+ "create.project.missing-fields-tooltip": {
+ "message": "Fehlende Felder: {fields}"
+ },
"create.project.name-label": {
"message": "Name"
},
"create.project.name-placeholder": {
"message": "Projektnamen eingeben..."
},
+ "create.project.owner-description": {
+ "message": "Setze dich oder eine Organisation, bei der du Mitglied bist, als Projektbesitzer."
+ },
+ "create.project.owner-label": {
+ "message": "Besitzer"
+ },
+ "create.project.server-project-title": {
+ "message": "Ein Serverprojekt erstellen"
+ },
"create.project.summary-description": {
"message": "Ein bis zwei Sätze, die dein Projekt beschreiben."
},
@@ -515,6 +530,15 @@
"create.project.title": {
"message": "Ein Projekt erstellen"
},
+ "create.project.type-label": {
+ "message": "Art"
+ },
+ "create.project.type-project": {
+ "message": "Projekt"
+ },
+ "create.project.type-server": {
+ "message": "Server"
+ },
"create.project.url-label": {
"message": "URL"
},
@@ -699,7 +723,7 @@
"message": "RUC-Nummer"
},
"dashboard.creator-withdraw-modal.muralpay-details.document-number-ruc-placeholder": {
- "message": "RUC-Nummer eingeben"
+ "message": "RUC Nummer eingeben"
},
"dashboard.creator-withdraw-modal.muralpay-details.document-number-tax-id": {
"message": "Steueridentifikationsnummer"
@@ -1433,6 +1457,12 @@
"layout.action.new-project": {
"message": "Neues Projekt"
},
+ "layout.action.new-server-project": {
+ "message": "Neuer Server"
+ },
+ "layout.action.publish": {
+ "message": "Veröffentlichen"
+ },
"layout.action.reports": {
"message": "Meldungen einsehen"
},
@@ -1446,7 +1476,7 @@
"message": "Dein Avatar"
},
"layout.banner.account-action": {
- "message": "Konto-Aktion benötigt"
+ "message": "Kontoaktion erforderlich"
},
"layout.banner.add-email.button": {
"message": "Kontoeinstellungen besuchen"
@@ -1713,7 +1743,7 @@
"message": "Litauen"
},
"muralpay.country.lu": {
- "message": "Luxenburg"
+ "message": "Luxemburg"
},
"muralpay.country.lv": {
"message": "Lettland"
@@ -1763,9 +1793,6 @@
"muralpay.field.bank-account-number": {
"message": "Kontonummer"
},
- "muralpay.field.branch-code": {
- "message": "Filialcode"
- },
"muralpay.field.clabe": {
"message": "CLABE"
},
@@ -1796,6 +1823,9 @@
"muralpay.field.pix-phone": {
"message": "PIX-Telefon"
},
+ "muralpay.field.random-key": {
+ "message": "Zufälliger Schlüssel"
+ },
"muralpay.field.routing-number": {
"message": "Bankleitzahl"
},
@@ -1856,9 +1886,6 @@
"muralpay.placeholder.enter-account-number": {
"message": "Kontonummer eingeben"
},
- "muralpay.placeholder.enter-branch-code": {
- "message": "Filialcode eingeben"
- },
"muralpay.placeholder.enter-clabe": {
"message": "18-stelligen CLABE eingeben"
},
@@ -1871,6 +1898,9 @@
"muralpay.placeholder.enter-pix-email": {
"message": "PIX-E-Mail eingeben"
},
+ "muralpay.placeholder.enter-random-key": {
+ "message": "Zufälligen Schlüssel eingeben"
+ },
"muralpay.placeholder.enter-routing-number": {
"message": "9-stellige Bankleitzahl eingeben"
},
@@ -2102,6 +2132,12 @@
"project-type.datapack.singular": {
"message": "Datenpaket"
},
+ "project-type.minecraft_java_server.plural": {
+ "message": "Server "
+ },
+ "project-type.minecraft_java_server.singular": {
+ "message": "Server"
+ },
"project-type.mod.plural": {
"message": "Mods"
},
@@ -2132,6 +2168,12 @@
"project-type.resourcepack.singular": {
"message": "Ressourcenpaket"
},
+ "project-type.server.plural": {
+ "message": "Server"
+ },
+ "project-type.server.singular": {
+ "message": "Server"
+ },
"project-type.shader.plural": {
"message": "Shader"
},
@@ -2954,6 +2996,9 @@
"settings.display.project-list-layouts.resourcepack": {
"message": "Ressourcenpakete-Seite"
},
+ "settings.display.project-list-layouts.server": {
+ "message": "Server-Seite"
+ },
"settings.display.project-list-layouts.shader": {
"message": "Shader-Seite"
},
diff --git a/apps/frontend/src/locales/es-419/index.json b/apps/frontend/src/locales/es-419/index.json
index 7cd898131b..f7d78c0385 100644
--- a/apps/frontend/src/locales/es-419/index.json
+++ b/apps/frontend/src/locales/es-419/index.json
@@ -24,7 +24,7 @@
"message": "Descargar RPM"
},
"app-marketing.download.flathub": {
- "message": "Consígalo en Flathub"
+ "message": "Consíguelo en Flathub"
},
"app-marketing.download.linux": {
"message": "Linux"
@@ -497,12 +497,27 @@
"create.project.create-project": {
"message": "Crear proyecto"
},
+ "create.project.create-server-project": {
+ "message": "Crear servidor"
+ },
+ "create.project.missing-fields-tooltip": {
+ "message": "Campos faltantes: {fields}"
+ },
"create.project.name-label": {
"message": "Nombre"
},
"create.project.name-placeholder": {
"message": "Introduce el nombre del proyecto..."
},
+ "create.project.owner-description": {
+ "message": "Establécete como propietario del proyecto a ti o a una organización de la que seas miembro."
+ },
+ "create.project.owner-label": {
+ "message": "Propietario"
+ },
+ "create.project.server-project-title": {
+ "message": "Creando un proyecto de servidor"
+ },
"create.project.summary-description": {
"message": "Una frase o dos que describan tu proyecto."
},
@@ -515,6 +530,15 @@
"create.project.title": {
"message": "Creando un proyecto"
},
+ "create.project.type-label": {
+ "message": "Tipo"
+ },
+ "create.project.type-project": {
+ "message": "Proyecto"
+ },
+ "create.project.type-server": {
+ "message": "Servidor"
+ },
"create.project.url-label": {
"message": "URL"
},
@@ -1101,7 +1125,7 @@
"message": "¿En que moneda están los precios?"
},
"hosting-marketing.faq.currency.answer": {
- "message": "Todos los precios están en Dolares Estadounidenses (USD)."
+ "message": "Todos los precios están en dólares estadounidenses (USD)."
},
"hosting-marketing.faq.ddos-protection": {
"message": "¿Los servidores de Modrinth Hosting tendrán protección contra DDoS?"
@@ -1125,22 +1149,22 @@
"message": "¿Puedo aumentar el almacenamiento en mi servidor?"
},
"hosting-marketing.faq.increase-storage.answer": {
- "message": "Sí, se puede aumentar el almacenamiento en su servidor sin coste adicional. Si necesita más almacenamiento, póngase en contacto con el servicio de asistencia de Modrinth"
+ "message": "Sí, se puede aumentar el almacenamiento en tu servidor sin costo adicional. Si necesitas más almacenamiento, ponte en contacto con el soporte de Modrinth."
},
"hosting-marketing.faq.location": {
"message": "¿Dónde se encuentran los servidores de Modrinth Hosting? ¿Puedo elegir una región?"
},
"hosting-marketing.faq.location.answer": {
- "message": "Actualmente disponemos de servidores en Norteamérica, Europa y el Sudeste Asiático entre los que puede elegir al realizar la compra. ¡En el futuro añadiremos más regiones! Si desea cambiar de región, póngase en contacto con el servicio de asistencia."
+ "message": "Actualmente disponemos de servidores en Norteamérica, Europa y el Sudeste Asiático entre los que puede elegir al realizar la compra. ¡En el futuro añadiremos más regiones! Si deseas cambiar de región, ponte en contacto con soporte."
},
"hosting-marketing.faq.versions-loaders": {
- "message": "¿Qué versiones y cargadores de Minecraft se pueden utilizar?"
+ "message": "¿Qué versiones y loaders de Minecraft se pueden utilizar?"
},
"hosting-marketing.faq.versions-loaders.answer.one": {
"message": "Los servidores de Modrinth Hosting pueden ejecutar cualquier versión de Minecraft: Java Edition, incluidas las de prueba, a partir de la 1.2.5."
},
"hosting-marketing.faq.versions-loaders.answer.two": {
- "message": "También admitimos una amplia gama de cargadores de mods y plugins, incluidos Fabric, Quilt, Forge y NeoForge para mods, así como Paper y Purpur para plugins. La disponibilidad depende de si el cargador de mods o plugins es compatible con la versión seleccionada de Minecraft."
+ "message": "También admitimos una amplia gama de mod loaders y plugin loaders, incluidos Fabric, Quilt, Forge y NeoForge para mods, así como Paper y Purpur para plugins. La disponibilidad depende de si el loader de mods o plugins es compatible con la versión seleccionada de Minecraft."
},
"hosting-marketing.get-started": {
"message": "Comenzar"
@@ -1248,7 +1272,7 @@
"message": "Busca un modpack. Ahora es un servidor."
},
"hosting-marketing.why.modern-reliable-hosting": {
- "message": "Disfrute de un alojamiento moderno y fiable"
+ "message": "Disfruta de un alojamiento moderno y fiable"
},
"hosting-marketing.why.modern-reliable-hosting.description": {
"message": "Los servidores de Modrinth Hosting están alojados en Procesadores AMD de alto rendimiento con RAM DDR5, y funcionan con software personalizado para garantizar el buen funcionamiento de su servidor."
@@ -1433,6 +1457,12 @@
"layout.action.new-project": {
"message": "Nuevo proyecto"
},
+ "layout.action.new-server-project": {
+ "message": "Nuevo servidor"
+ },
+ "layout.action.publish": {
+ "message": "Publicar"
+ },
"layout.action.reports": {
"message": "Revisar reportes"
},
@@ -1763,9 +1793,6 @@
"muralpay.field.bank-account-number": {
"message": "Número de cuenta"
},
- "muralpay.field.branch-code": {
- "message": "Código de sucursal"
- },
"muralpay.field.clabe": {
"message": "CLABE"
},
@@ -1796,6 +1823,9 @@
"muralpay.field.pix-phone": {
"message": "Teléfono PIX"
},
+ "muralpay.field.random-key": {
+ "message": "Clave aleatoria"
+ },
"muralpay.field.routing-number": {
"message": "Número de ruta"
},
@@ -1856,9 +1886,6 @@
"muralpay.placeholder.enter-account-number": {
"message": "Introduce el número de cuenta"
},
- "muralpay.placeholder.enter-branch-code": {
- "message": "Introduce el código de sucursal"
- },
"muralpay.placeholder.enter-clabe": {
"message": "Introduce la CLABE de 18 dígitos"
},
@@ -1871,6 +1898,9 @@
"muralpay.placeholder.enter-pix-email": {
"message": "Introduce tu correo electrónico de PIX"
},
+ "muralpay.placeholder.enter-random-key": {
+ "message": "Introducir clave aleatoria"
+ },
"muralpay.placeholder.enter-routing-number": {
"message": "Introduce el número de ruta de 9 dígitos"
},
@@ -2102,6 +2132,12 @@
"project-type.datapack.singular": {
"message": "Data Pack"
},
+ "project-type.minecraft_java_server.plural": {
+ "message": "Servidores"
+ },
+ "project-type.minecraft_java_server.singular": {
+ "message": "Servidor"
+ },
"project-type.mod.plural": {
"message": "Mods"
},
@@ -2132,6 +2168,12 @@
"project-type.resourcepack.singular": {
"message": "Resource Pack"
},
+ "project-type.server.plural": {
+ "message": "Servidores"
+ },
+ "project-type.server.singular": {
+ "message": "Servidor"
+ },
"project-type.shader.plural": {
"message": "Shaders"
},
@@ -2367,7 +2409,7 @@
"message": "Ya tienes un reporte abierto para este {item, select, project {project} version {version} user {user} other {content}}. Puedes añadir más detalles a tu reporte si tienes más información que agregar."
},
"report.back-to-item": {
- "message": "Volver a {item, select, project {project} version {version} user {user} other {content}}"
+ "message": "Volver a {item, select, project {proyecto} version {version} user {usuario} other {contenido}}"
},
"report.body.description": {
"message": "Incluye enlaces e imágenes si es posible y relevante. Los reportes vacíos o insuficientes serán cerrados e ignorados."
@@ -2376,7 +2418,7 @@
"message": "Por favor, proporciona contexto adicional acerca de tu reporte"
},
"report.checking": {
- "message": "Revisando {item, select, project {el proyecto} version {la version} user {el usuario} other {el contenido}}..."
+ "message": "Revisando {item, select, project {proyecto} version {version} user {usuario} other {contenido}}..."
},
"report.could-not-find": {
"message": "No se pudo encontrar {item, select, project {el proyecto} version {la version} user {el usuario} other {el contenido}}"
@@ -2954,6 +2996,9 @@
"settings.display.project-list-layouts.resourcepack": {
"message": "Página de Resource Packs"
},
+ "settings.display.project-list-layouts.server": {
+ "message": "Página de servidores"
+ },
"settings.display.project-list-layouts.shader": {
"message": "Página de Shaders"
},
diff --git a/apps/frontend/src/locales/es-ES/index.json b/apps/frontend/src/locales/es-ES/index.json
index f58b6aed41..acb28efd9d 100644
--- a/apps/frontend/src/locales/es-ES/index.json
+++ b/apps/frontend/src/locales/es-ES/index.json
@@ -1763,9 +1763,6 @@
"muralpay.field.bank-account-number": {
"message": "Número de cuenta"
},
- "muralpay.field.branch-code": {
- "message": "Código de sucursal"
- },
"muralpay.field.clabe": {
"message": "CLABE"
},
@@ -1856,9 +1853,6 @@
"muralpay.placeholder.enter-account-number": {
"message": "Introduce tú número de cuenta"
},
- "muralpay.placeholder.enter-branch-code": {
- "message": "Ingrese el código de sucursal"
- },
"muralpay.placeholder.enter-clabe": {
"message": "Ingrese el CLABE de 18 dígitos"
},
diff --git a/apps/frontend/src/locales/fil-PH/index.json b/apps/frontend/src/locales/fil-PH/index.json
index 58f9d7328b..4e2627fd06 100644
--- a/apps/frontend/src/locales/fil-PH/index.json
+++ b/apps/frontend/src/locales/fil-PH/index.json
@@ -429,7 +429,7 @@
"message": "Buod"
},
"create.collection.summary-placeholder": {
- "message": "Itong koleksiyon na ito ay..."
+ "message": "This is a collection of..."
},
"create.collection.title": {
"message": "Naglilikha ng koleksiyon"
@@ -486,7 +486,7 @@
"message": "Buod"
},
"create.organization.summary-placeholder": {
- "message": "Isang organisasyon naglalayong..."
+ "message": "An organization for..."
},
"create.organization.title": {
"message": "Naglilikha ng organisasyon"
@@ -497,12 +497,27 @@
"create.project.create-project": {
"message": "Lumikha ng proyekto"
},
+ "create.project.create-server-project": {
+ "message": "Lumikha ng server"
+ },
+ "create.project.missing-fields-tooltip": {
+ "message": "Nakukulang na field: {fields}"
+ },
"create.project.name-label": {
"message": "Pangalan"
},
"create.project.name-placeholder": {
"message": "Ilagay ang pangalan ng proyekto..."
},
+ "create.project.owner-description": {
+ "message": "Itatakda kang may-ari ng proyekto o ng organisasyong sinalihan mo."
+ },
+ "create.project.owner-label": {
+ "message": "May-ari"
+ },
+ "create.project.server-project-title": {
+ "message": "Naglilikha ng proyektong server"
+ },
"create.project.summary-description": {
"message": "Maisa o dalawang pangungusap na maglalarawan sa iyong proyekto."
},
@@ -510,11 +525,20 @@
"message": "Buod"
},
"create.project.summary-placeholder": {
- "message": "Magdaragdag ang proyektong ito ng..."
+ "message": "This project adds..."
},
"create.project.title": {
"message": "Naglilikha ng proyekto"
},
+ "create.project.type-label": {
+ "message": "Uri"
+ },
+ "create.project.type-project": {
+ "message": "Proyekto"
+ },
+ "create.project.type-server": {
+ "message": "Server"
+ },
"create.project.url-label": {
"message": "URL"
},
@@ -576,7 +600,7 @@
"message": "Handa ka na! 🎉"
},
"dashboard.creator-tax-form-modal.entity.description": {
- "message": "Ang banyagang entidad ay isang kalakalang entidad na nakaayos sa labas ng Estados Unidos (tulod ng di-US na korporasyon, partnership, o LLC)."
+ "message": "Ang banyagang entidad ay isang kalakalang entidad na nakaayos sa labas ng Estados Unidos (tulad ng di-US na korporasyon, partnership, o LLC)."
},
"dashboard.creator-tax-form-modal.entity.foreign-entity": {
"message": "Banyagang entidad"
@@ -1068,7 +1092,7 @@
"message": "Palaka"
},
"hosting-marketing.available-locations": {
- "message": "Magagamit sa Hilagang Amerika, Yuropa, at Timog-Silangang Asya para malawakang abot."
+ "message": "Magagamit sa Hilagang Amerika, Yuropa, at Timog-Silangang Asya para sa malawakang abot."
},
"hosting-marketing.billing.monthly": {
"message": "Buwanang pagbayad"
@@ -1077,7 +1101,7 @@
"message": "Tatluhang-buwanang pagbayad"
},
"hosting-marketing.billing.save-with-quarterly": {
- "message": "Makatipid nang 16% sa tatluhang-buwanang pagbabayad!"
+ "message": "Makatitipid nang 16% sa tatluhang-buwanang pagbabayad!"
},
"hosting-marketing.billing.starting-at": {
"message": "Nagsisimula sa {price} / buwan"
@@ -1155,10 +1179,10 @@
"message": "Simulan ang iyong server"
},
"hosting-marketing.hero.host-with-modrinth": {
- "message": "I-host ang susunid na server mo sa Modrinth Hosting"
+ "message": "I-host ang susunod na server mo sa Modrinth Hosting"
},
"hosting-marketing.hero.hosting-description": {
- "message": "Ang Modrinth Hosting ang pinakamadaling daan na makaho-host ka nang sarili mong Minecraft: Java Edition na server. Walang hadlang nang sarili makapag-install at makapaglaro nang mga paboritong mod at modpack, lahat sa loob ng plataporma ng Modrinth."
+ "message": "Ang Modrinth Hosting ang iyong pinakamadaling daan na makaho-host nang sarili mong Minecraft: Java Edition na server. Walang hadlangang pag-install at paglaro nang iyong mga paboritong mod at modpack, lahat sa loob ng plataporma ng Modrinth."
},
"hosting-marketing.included.advanced-networking": {
"message": "Dalubhasang pamamahala ng network"
@@ -1170,7 +1194,7 @@
"message": "Kasama ang pag-backup"
},
"hosting-marketing.included.backups-included.description": {
- "message": "Lahat ng servers and may 15 backup na ligtas na nakaimbak sa off-site."
+ "message": "Lahat ng server ay may 15 backup na ligtas na nakaimbak sa off-site."
},
"hosting-marketing.included.custom-url": {
"message": "Pasadyang URL"
@@ -1197,10 +1221,10 @@
"message": "Abutin ang Modrinth team para sa tulong sa iyong server sa kahit na anong oras."
},
"hosting-marketing.included.powerful-console": {
- "message": "Isang makapangyarihan na konsol, server properties manager, at higit pa"
+ "message": "Isang makapangyarihang konsol, server properties manager, at higit pa"
},
"hosting-marketing.included.powerful-console.description": {
- "message": "Ang Modrinth Hosting ay nandito na may makapangyarihan na kagamitan sa pagpamahala ng iyong server."
+ "message": "Dala ng Modrinth Hosting ang makakapangyarihang kagamitan sa pamahala ng iyong server."
},
"hosting-marketing.included.sftp-access": {
"message": "SFTP access"
@@ -1251,7 +1275,7 @@
"message": "Dumanas ng modernong, maaasahang hosting"
},
"hosting-marketing.why.modern-reliable-hosting.description": {
- "message": "Ang mga server ng Modrinth Hosting ay naka-host sa mga high-performance AMD CUP kasama ng DDR5 RAM, pinatatakbo sa pasadyang gawa na software upang masiguro na tuloy-tuloy ang takbo ng server mo."
+ "message": "Ang mga server ng Modrinth Hosting ay naka-host sa mga high-performance AMD CPU kasama ng DDR5 RAM, pinatatakbo sa pasadyang gawa na software upang masiguro na tuloy-tuloy ang takbo ng server mo."
},
"hosting-marketing.why.where-mods-are": {
"message": "Maglaro kung saan ang mod mo"
@@ -1293,22 +1317,22 @@
"message": "Data and Statistics"
},
"landing.creator.feature.discovery.description": {
- "message": "Gawing madaling matuklas sa libo-libong tagagamit ang iyong proyekto gamit ang panghanap, sa aming home page, sa Discord server, at sa iba pang paraan para sa darating na panahon!"
+ "message": "Gawing madaling matuklas sa libo-libong tagagamit ang iyong proyekto gamit ang panghanap, sa aming home page, sa Discord server, at sa iiba pang paraan sa darating na panahon!"
},
"landing.creator.feature.discovery.title": {
- "message": "Discovery"
+ "message": "Pagtutuklas"
},
"landing.creator.feature.diverse-ecosystem.description": {
"message": "Pagsamahin sa iyong build tools gamit ang Minotaur para sa awtomatikong pag-upload sa tuwing maglalathala ka ng bagong bersiyon"
},
"landing.creator.feature.diverse-ecosystem.title": {
- "message": "Diverse Ecosystem"
+ "message": "Mayamang Ekosistema"
},
"landing.creator.feature.monetization.description": {
- "message": "Tumanggap ng ad revenue galing sa mga pahina ng iyong proyekto at mag-withdraw sa iyong pundo sa kahit anong panahon"
+ "message": "Tumanggap ng kita sa advertising galing sa mga pahina ng iyong proyekto at mag-withdraw sa iyong pundo sa kahit anong panahon"
},
"landing.creator.feature.monetization.title": {
- "message": "Monetization"
+ "message": "Monetisasyon"
},
"landing.creator.feature.team-management.description": {
"message": "Anyayahin ang iyong mga kasing kakoponan at pamahalaan ang mga tungkulin at pahintulot ng madalian"
@@ -1335,7 +1359,7 @@
"message": "Ang malakitdlating-bilis na panghanap ng Modrinth at mahuhusay na pansala ay bibigyan ka ng daang mahanap ang lahat ng iyong gusto sa bawat mong pagtipa."
},
"landing.feature.search.heading": {
- "message": "Hanapin ang guato mo, mabilisan at madalian"
+ "message": "Hanapin ang gusto mo, mabilisan at madalian"
},
"landing.heading.the-place-for-minecraft": {
"message": "Ang lugar para sa Minecraft na {content}"
@@ -1386,13 +1410,13 @@
"message": "Ang bersiyong {version} ay ni-release para sa {gameVersion}"
},
"landing.section.for-creators.description": {
- "message": "Bigyan ng online home ang iyong mga kalikhaan at abutin ang mga malalaking madla ng mga dedikadong manlalaro."
+ "message": "Bigyan ng tahanang-online ang iyong mga kalikhaan at abutin ang mga malalaking madla ng mga dedikadong manlalaro."
},
"landing.section.for-creators.label": {
"message": "Para sa mga Tagagawa"
},
"landing.section.for-creators.tagline": {
- "message": "Magbahagi ka ng mga kontento mo sa mundo"
+ "message": "Ibahagi ang kontento mo sa mundo"
},
"landing.section.for-players.description": {
"message": "Sa mga mahihiwagang hayligiran patungo sa mga sinumpaang piitan, tiyak na mayroon kang mahahanap na kontentong makapapadadala sa iyong paglalaro sa mataas pang lebel."
@@ -1433,6 +1457,12 @@
"layout.action.new-project": {
"message": "Bagong proyekto"
},
+ "layout.action.new-server-project": {
+ "message": "Bagong server"
+ },
+ "layout.action.publish": {
+ "message": "Ilathala"
+ },
"layout.action.reports": {
"message": "Suriin ang mga sumbong"
},
@@ -1484,6 +1514,9 @@
"layout.banner.tax.action": {
"message": "Kinumpletong pormularyo sa buwis"
},
+ "layout.banner.tax.description": {
+ "message": "Ikaw ay naka-withdraw ng humigit {threshold} galing sa Modrinth ngayong taon. Upang makasunod sa regulasyon sa buwis, kinakailangang mong kumumpleto ng pormularyo sa buwis. Pinahinto muna ang iyong pag-withdraw hanggang ikaw ay nakapagsumite sa naturang pormularyo."
+ },
"layout.banner.tax.title": {
"message": "Nangangailangan ng pormularyo sa buwis"
},
@@ -1518,7 +1551,7 @@
"message": "Programa ng Gantimpala"
},
"layout.footer.about.status": {
- "message": "Istado"
+ "message": "Estado"
},
"layout.footer.legal": {
"message": "Legal"
@@ -1760,9 +1793,6 @@
"muralpay.field.bank-account-number": {
"message": "Numero ng account"
},
- "muralpay.field.branch-code": {
- "message": "Branch code"
- },
"muralpay.field.clabe": {
"message": "CLABE"
},
@@ -1793,6 +1823,9 @@
"muralpay.field.pix-phone": {
"message": "PIX phone"
},
+ "muralpay.field.random-key": {
+ "message": "Random key"
+ },
"muralpay.field.routing-number": {
"message": "Routing number"
},
@@ -1836,7 +1869,7 @@
"message": "Phone number"
},
"muralpay.placeholder.account-number": {
- "message": "Ilagay ang numero sa account"
+ "message": "Ilagay ang account number"
},
"muralpay.placeholder.cbu-cvu": {
"message": "Ilagay ang CBU o CVU"
@@ -1851,10 +1884,7 @@
"message": "Ilagay ang CUIT o CUIL"
},
"muralpay.placeholder.enter-account-number": {
- "message": "Ilagay ang numero sa account"
- },
- "muralpay.placeholder.enter-branch-code": {
- "message": "Ilagay ang branch code"
+ "message": "Ilagay ang account number"
},
"muralpay.placeholder.enter-clabe": {
"message": "Ilagay ang 18-digit CLABE"
@@ -1868,6 +1898,9 @@
"muralpay.placeholder.enter-pix-email": {
"message": "Ilagay ang PIX email"
},
+ "muralpay.placeholder.enter-random-key": {
+ "message": "Maglagay ng random key"
+ },
"muralpay.placeholder.enter-routing-number": {
"message": "Ilagay ang 9-digit routing number"
},
@@ -2099,6 +2132,12 @@
"project-type.datapack.singular": {
"message": "Data Pack"
},
+ "project-type.minecraft_java_server.plural": {
+ "message": "Mga Server"
+ },
+ "project-type.minecraft_java_server.singular": {
+ "message": "Server"
+ },
"project-type.mod.plural": {
"message": "Mga Mod"
},
@@ -2129,6 +2168,12 @@
"project-type.resourcepack.singular": {
"message": "Resource Pack"
},
+ "project-type.server.plural": {
+ "message": "Mga Server"
+ },
+ "project-type.server.singular": {
+ "message": "Server"
+ },
"project-type.shader.plural": {
"message": "Mga Shader"
},
@@ -2343,7 +2388,7 @@
"message": "Mga Setting"
},
"project.settings.visit-dashboard": {
- "message": "Bisitahin ang dashbord ng mga proyekto"
+ "message": "Bisitahin ang dashboard ng mga proyekto"
},
"project.stats.downloads-label": {
"message": "download {count, plural, one {} other {}}"
@@ -2358,7 +2403,7 @@
"message": "Mga bersiyon"
},
"report.already-reported": {
- "message": "Nasumbong mo na man ang {title}"
+ "message": "Nasumbong mo na ang {title}"
},
"report.already-reported-description": {
"message": "Ikaw ay mayroon nang bukas na sumbong para sa {item, select, project {proyektong} version {bersiyong} user {tagagamit na} other {kontentong}} ito. Ikaw ay maaaring magdagdag ng detalye sa iyong sumbong kapag mayroong impormasyong kang maisasama pa."
@@ -2403,7 +2448,7 @@
"message": "Tingnan ang aming Patakaran sa Copyright."
},
"report.note.copyright.1": {
- "message": "Mangyaring paunawaan na *hindi* DMCA takedown request ang iyong isusumite, ngunit ito ay isang sumbong sa kontentong na-reupload."
+ "message": "Mangyaring paunawaan na *hindi* DMCA takedown request ang iyong isusumite, ngunit ito ay isang sumbong sa kontentong muling-upload."
},
"report.note.copyright.2": {
"message": "Kung sa halip ang ibig mong gawin ay mag-file ng DMCA takedown request (na isang legal na aksiyon), mangyaring tingan ang aming Patakaran sa Copyright."
@@ -2433,7 +2478,7 @@
"message": "Isumbong ang {title} sa mga moderator"
},
"report.submit": {
- "message": "Sumumite ng sumbong"
+ "message": "Magsumite ng sumbong"
},
"scopes.analytics.description": {
"message": "Pag-akses sa iyong datos sa analitika"
@@ -2475,7 +2520,7 @@
"message": "Account ng tagagamit"
},
"scopes.category.versions": {
- "message": "Bersiyon"
+ "message": "Mga bersiyon"
},
"scopes.collectionCreate.description": {
"message": "Paglikha ng mga koleksiyon"
@@ -2931,7 +2976,7 @@
"message": "Magpagana at magpatay ng mga piniling tampok sa iyong device."
},
"settings.display.flags.title": {
- "message": "Mag-toggle ang mga tampok"
+ "message": "Pagtatakda ng tampok"
},
"settings.display.project-list-layouts.datapack": {
"message": "Pahina ng Mga Data Pack"
@@ -2940,19 +2985,22 @@
"message": "Pumili ng iyong gugustohing ayos ng bawat pahinang magpapakita sa mga listahan ng proyekto sa iyong device."
},
"settings.display.project-list-layouts.mod": {
- "message": "Pahina ng Mga Mod"
+ "message": "Pahina ng mga mod"
},
"settings.display.project-list-layouts.modpack": {
- "message": "Pahina ng Mga Modpack"
+ "message": "Pahina ng mga modpack"
},
"settings.display.project-list-layouts.plugin": {
- "message": "Pahina ng Mga Plugin"
+ "message": "Pahina ng mga plugin"
},
"settings.display.project-list-layouts.resourcepack": {
- "message": "Pahina ng Mga Resource Pack"
+ "message": "Pahina ng mga resource pack"
+ },
+ "settings.display.project-list-layouts.server": {
+ "message": "Pahina ng mga server"
},
"settings.display.project-list-layouts.shader": {
- "message": "Pahina ng Mga Shader"
+ "message": "Pahina ng mga shader"
},
"settings.display.project-list-layouts.title": {
"message": "Mga ayos ng listahan ng proyekto"
@@ -2964,16 +3012,16 @@
"message": "Koleksiyon"
},
"settings.display.sidebar.advanced-rendering.description": {
- "message": "Ma-enable ang advanced rendering katulad ng paglalabo na maaaring sumanhi ng isyu sa performance sa mga walang hardware-accelerated rendering."
+ "message": "Patatakbuhin ang masalimuot na pagrerender o advanced rendering katulad ng paglalabo na maaaring sumanhi ng isyu sa performance sa mga walang hardware-accelerated rendering."
},
"settings.display.sidebar.advanced-rendering.title": {
- "message": "Advanced rendering"
+ "message": "Masalimuot na pagrerender"
},
"settings.display.sidebar.external-links-new-tab.description": {
- "message": "Gagawa ng mga link na pupunta sa labas ng Modrinth na magbubukas ng bagong tab. Kahit ano pang lagay, ang mga link sa magkatulad na domain at nasa paglalarawang Markdown ay bubukas sa iisang tab, at ang mga link sa ads at edit page ay magbubukas sa bagong tab."
+ "message": "Gawin na magbukas ng bagong tab ang mga link na papunta sa labas ng Modrinth. Kahit na sa setting na ito, ang mga link sa magkatulad na domain at nasa paglalarawang Markdown ay bubukas sa iisang tab, at ang mga link sa ads at edit page ay magbubukas sa bagong tab."
},
"settings.display.sidebar.external-links-new-tab.title": {
- "message": "Buksan ang pabasang link sa bagong tab"
+ "message": "Buksan ang link palabas sa bagong tab"
},
"settings.display.sidebar.hide-app-promos.description": {
"message": "Itatago ang \"Kunin ang Modrinth App\" na mga pindutan sa pangunahing navigation. Ang pahina ng Modrinth App ay maaari pa ring mahanap sa landing page o kaya sa footer."
diff --git a/apps/frontend/src/locales/fr-FR/index.json b/apps/frontend/src/locales/fr-FR/index.json
index e9f1ae4006..fed7731f37 100644
--- a/apps/frontend/src/locales/fr-FR/index.json
+++ b/apps/frontend/src/locales/fr-FR/index.json
@@ -126,7 +126,7 @@
"message": "∞ * ∞ Mo"
},
"app-marketing.features.performance.less-than-150mb": {
- "message": "< 150 Mo"
+ "message": "moins de 150 Mo"
},
"app-marketing.features.performance.modrinth-app": {
"message": "Modrinth App"
@@ -497,12 +497,27 @@
"create.project.create-project": {
"message": "Créer un projet"
},
+ "create.project.create-server-project": {
+ "message": "Créer un serveur"
+ },
+ "create.project.missing-fields-tooltip": {
+ "message": "Champs manquants : {fields}"
+ },
"create.project.name-label": {
"message": "Nom"
},
"create.project.name-placeholder": {
"message": "Entrez le nom du projet..."
},
+ "create.project.owner-description": {
+ "message": "Définissez le propriétaire du projet comme étant vous-même ou une organisation dont vous êtes membre."
+ },
+ "create.project.owner-label": {
+ "message": "Propriétaire"
+ },
+ "create.project.server-project-title": {
+ "message": "Création d'un serveur"
+ },
"create.project.summary-description": {
"message": "Une phrase ou deux qui décrivent votre projet."
},
@@ -515,6 +530,15 @@
"create.project.title": {
"message": "Création d'un projet"
},
+ "create.project.type-label": {
+ "message": "Type"
+ },
+ "create.project.type-project": {
+ "message": "Projet"
+ },
+ "create.project.type-server": {
+ "message": "Serveur"
+ },
"create.project.url-label": {
"message": "URL"
},
@@ -825,7 +849,7 @@
"message": "Les revenus estimés peuvent être modifiés jusqu'à leur publication."
},
"dashboard.revenue.estimated-tooltip.msg2": {
- "message": "Clique pour lire comment Modrinth gère votre revenu."
+ "message": "Cliquez pour lire comment Modrinth gère votre revenu."
},
"dashboard.revenue.estimated-with-date": {
"message": "Estimé pour {date}"
@@ -1068,7 +1092,7 @@
"message": "Grenouille"
},
"hosting-marketing.available-locations": {
- "message": "Disponible en Amérique du Nord, en Europe et en Asie du Sud-Est pour une une couverture étendue."
+ "message": "Disponible en Amérique du Nord, en Europe et en Asie du Sud-Est pour une couverture étendue."
},
"hosting-marketing.billing.monthly": {
"message": "Payer mensuellement"
@@ -1215,7 +1239,7 @@
"message": "Déjà trouvé ce dont vous avez besoin ?"
},
"hosting-marketing.medal.info": {
- "message": "Essayez un serveur 3GB gratuit pour 5 jours alimenté par Medal"
+ "message": "Essayez un serveur 3 Go gratuit pour 5 jours alimenté par Medal"
},
"hosting-marketing.medal.learn-more": {
"message": "En savoir plus"
@@ -1433,6 +1457,12 @@
"layout.action.new-project": {
"message": "Nouveau projet"
},
+ "layout.action.new-server-project": {
+ "message": "Nouveau serveur"
+ },
+ "layout.action.publish": {
+ "message": "Publier"
+ },
"layout.action.reports": {
"message": "Rapports d'examen"
},
@@ -1763,9 +1793,6 @@
"muralpay.field.bank-account-number": {
"message": "Numéro de compte"
},
- "muralpay.field.branch-code": {
- "message": "Identifiant de branche"
- },
"muralpay.field.clabe": {
"message": "CLABE"
},
@@ -1796,6 +1823,9 @@
"muralpay.field.pix-phone": {
"message": "Téléphone PIX"
},
+ "muralpay.field.random-key": {
+ "message": "Clef aléatoire"
+ },
"muralpay.field.routing-number": {
"message": "Numéro de routage"
},
@@ -1856,9 +1886,6 @@
"muralpay.placeholder.enter-account-number": {
"message": "Saisissez le numéro de compte"
},
- "muralpay.placeholder.enter-branch-code": {
- "message": "Saisissez le code de l'agence"
- },
"muralpay.placeholder.enter-clabe": {
"message": "Entrez la CLABE à 18 chiffres"
},
@@ -1871,6 +1898,9 @@
"muralpay.placeholder.enter-pix-email": {
"message": "Saisissez votre adresse e-mail PIX"
},
+ "muralpay.placeholder.enter-random-key": {
+ "message": "Entrez une clef aléatoire"
+ },
"muralpay.placeholder.enter-routing-number": {
"message": "Saisissez le numéro de routage à 9 chiffres"
},
@@ -2102,6 +2132,12 @@
"project-type.datapack.singular": {
"message": "Datapack"
},
+ "project-type.minecraft_java_server.plural": {
+ "message": "Serveurs"
+ },
+ "project-type.minecraft_java_server.singular": {
+ "message": "Serveur"
+ },
"project-type.mod.plural": {
"message": "Mods"
},
@@ -2132,6 +2168,12 @@
"project-type.resourcepack.singular": {
"message": "Pack de ressources"
},
+ "project-type.server.plural": {
+ "message": "Serveurs"
+ },
+ "project-type.server.singular": {
+ "message": "Serveur"
+ },
"project-type.shader.plural": {
"message": "Shaders"
},
@@ -2954,6 +2996,9 @@
"settings.display.project-list-layouts.resourcepack": {
"message": "Page des packs de ressources"
},
+ "settings.display.project-list-layouts.server": {
+ "message": "Page des serveurs"
+ },
"settings.display.project-list-layouts.shader": {
"message": "Page des shaders"
},
@@ -2979,7 +3024,7 @@
"message": "Ouvre les liens externes dans un nouvel onglet"
},
"settings.display.sidebar.hide-app-promos.description": {
- "message": "Cache les boutons \"Obtenir Modrinth App\" de la navigation principale. La page de Modrinth App peut toujours être trouvée sur la page d'accueil ou dans le pied de page."
+ "message": "Cache les boutons « Obtenir Modrinth App » de la navigation principale. La page de Modrinth App peut toujours être trouvée sur la page d'accueil ou dans le pied de page."
},
"settings.display.sidebar.hide-app-promos.title": {
"message": "Cache les publicités de Modrinth App"
@@ -3105,7 +3150,7 @@
"message": "Aucun environnement choisi"
},
"version.environment.unknown.description": {
- "message": "L'environnement \"{environment}\" na pas été reconnu."
+ "message": "L'environnement « {environment} » na pas été reconnu."
},
"version.environment.unknown.title": {
"message": "Environnement Inconnue"
diff --git a/apps/frontend/src/locales/he-IL/index.json b/apps/frontend/src/locales/he-IL/index.json
index d0ee84eaf0..dd744f0b5f 100644
--- a/apps/frontend/src/locales/he-IL/index.json
+++ b/apps/frontend/src/locales/he-IL/index.json
@@ -506,6 +506,9 @@
"create.project.title": {
"message": "יוצר פרויקט"
},
+ "create.project.type-server": {
+ "message": "שרת"
+ },
"create.project.url-label": {
"message": "URL"
},
diff --git a/apps/frontend/src/locales/hu-HU/index.json b/apps/frontend/src/locales/hu-HU/index.json
index fa73403946..80d8214b9c 100644
--- a/apps/frontend/src/locales/hu-HU/index.json
+++ b/apps/frontend/src/locales/hu-HU/index.json
@@ -48,13 +48,13 @@
"message": "Windows"
},
"app-marketing.features.follow.description": {
- "message": "Mentse el kedvenc tartalmait, és egy kattintással kapjon frissítéseket."
+ "message": "Mentsd el a kedvenc tartalmaidat, és egy kattintással kapj frissítéseket."
},
"app-marketing.features.follow.title": {
"message": "Projektek követése"
},
"app-marketing.features.importing.description": {
- "message": "Importálja az összes kedvenc profilját a korábban használt launcherből, és néhány másodperc alatt elindíthatja a Modrinth alkalmazást!"
+ "message": "Importáld az összes kedvenc profilodat a korábban használt indítóból, és néhány másodperc alatt elindíthatod a Modrinth Appot!"
},
"app-marketing.features.importing.gdlauncher-alt": {
"message": "GDLauncher"
@@ -90,7 +90,7 @@
"message": "Verzió"
},
"app-marketing.features.offline.description": {
- "message": "Játsz a modjaiddal, attól függetlenül, hogy felvagy-e kapcsolódva az internetre, vagy sem."
+ "message": "Játsz a modjaiddal, attól függetlenül, hogy fel vagy-e kapcsolódva az internetre, vagy sem."
},
"app-marketing.features.offline.title": {
"message": "Offline mód"
@@ -108,7 +108,7 @@
"message": "% CPU"
},
"app-marketing.features.performance.description": {
- "message": "A Modrinth App jobb teljesítményt nyújt, mint sok vezető mod menedzser, és csak 150 MB RAM-ot használ!"
+ "message": "A Modrinth App jobb teljesítményt nyújt, mint sok vezető modkezelő, és csak 150 MB RAM-ot használ!"
},
"app-marketing.features.performance.discord": {
"message": "Discord"
@@ -144,7 +144,7 @@
"message": "Alacsony"
},
"app-marketing.features.performance.title": {
- "message": "Teljesítményes"
+ "message": "Teljesítmény"
},
"app-marketing.features.play.description": {
"message": "Használd a Modrinth Appot kedvenc modjaid és modcsomagjaid letöltéséhez és játszásához."
@@ -156,7 +156,7 @@
"message": "Készíts, ossz meg és játssz a Modrinthon fentartott több ezer modok és modcsomagok közül bármelyikkel."
},
"app-marketing.features.sharing.modpack": {
- "message": "Modpack"
+ "message": "Modcsomag"
},
"app-marketing.features.sharing.share-button": {
"message": "Megosztás"
@@ -165,7 +165,7 @@
"message": "Modcsomagok megosztása"
},
"app-marketing.features.unlike-any-launcher": {
- "message": "Olyan Minecraft inditóprogram"
+ "message": "Más, mint bármely indító"
},
"app-marketing.features.website.description": {
"message": "A Modrinth App teljes mértékben integrálva van a weboldallal, így az alkalmazásból elérheted az összes kedvenc projektedet!"
@@ -174,7 +174,7 @@
"message": "Weboldal integráció"
},
"app-marketing.features.youve-used-before": {
- "message": "ami eltérő"
+ "message": "amit eddig használtál"
},
"app-marketing.hero.app-screenshot-alt": {
"message": "A Modrinth alkalmazás képernyőképe, amelyen a Cobblemon profil a „Tartalom” oldalon van megnyitva."
@@ -219,7 +219,7 @@
"message": "{appName} Engedélyezése"
},
"auth.authorize.error.no-redirect-url": {
- "message": "Átirányítási útvonal nem találhatóa válaszban"
+ "message": "Átirányítási útvonal nem található a válaszban"
},
"auth.authorize.redirect-url": {
"message": "Át leszel irányítva ide: {url}"
@@ -477,7 +477,7 @@
"message": "Adj meg a szerverzetednek egy nevet..."
},
"create.organization.ownership-info": {
- "message": "Átfogod ruház a tulajdon jogod erre a szervervezetre, de már meghívhatsz másokat és átruházhatod a tulajdon jogot bármikor."
+ "message": "Át fogod ruházni a tulajdonjogod erre a szervezetre, de már meghívhatsz másokat és átruházhatod a tulajdonjogot bármikor."
},
"create.organization.summary-description": {
"message": "Egy vagy több mondat ami leírja a szervezetedet."
@@ -489,20 +489,35 @@
"message": "Egy szervezet neki..."
},
"create.organization.title": {
- "message": "Hozz létre egy szervezetet"
+ "message": "Szervezet létrehozása"
},
"create.organization.url-label": {
- "message": "URL"
+ "message": "Link"
},
"create.project.create-project": {
"message": "Projekt létrehozása"
},
+ "create.project.create-server-project": {
+ "message": "Szerver létrehozása"
+ },
+ "create.project.missing-fields-tooltip": {
+ "message": "Hiányzó mezők: {fields}"
+ },
"create.project.name-label": {
"message": "Név"
},
"create.project.name-placeholder": {
"message": "Adj meg egy projekt nevet..."
},
+ "create.project.owner-description": {
+ "message": "Állítsa be a projekt tulajdonosát saját magára vagy egy olyan szervezetre, amelynek tagja."
+ },
+ "create.project.owner-label": {
+ "message": "Tulajdonos"
+ },
+ "create.project.server-project-title": {
+ "message": "Szerverprojekt létrehozása"
+ },
"create.project.summary-description": {
"message": "Egy vagy kettő mondat ami leírja a projektedet."
},
@@ -510,11 +525,20 @@
"message": "Összegzés"
},
"create.project.summary-placeholder": {
- "message": "Ez a projekt hozzá add..."
+ "message": "Ez a projekt hozzá ad..."
},
"create.project.title": {
"message": "Projekt létrehozása"
},
+ "create.project.type-label": {
+ "message": "Típus"
+ },
+ "create.project.type-project": {
+ "message": "Projekt"
+ },
+ "create.project.type-server": {
+ "message": "Szerver"
+ },
"create.project.url-label": {
"message": "URL"
},
@@ -555,7 +579,7 @@
"message": "Új létrehozása"
},
"dashboard.collections.label.projects-count": {
- "message": "projekt"
+ "message": "{count} projekt"
},
"dashboard.collections.label.search-input": {
"message": "Keresd meg a gyűjteményeidet"
@@ -827,6 +851,9 @@
"dashboard.revenue.stats.transactions": {
"message": "Tranzakciók"
},
+ "dashboard.revenue.stats.withdrawn": {
+ "message": "Felvéve"
+ },
"dashboard.revenue.tos": {
"message": "A projektek Modrinth-ra való feltöltésével és a számládról történő pénzfelvétellel elfogadod a jutalomprogram feltételeit. Tudj meg többet a jutalomprogramról."
},
@@ -857,6 +884,9 @@
"dashboard.withdraw.completion.date": {
"message": "Dátum"
},
+ "dashboard.withdraw.completion.email-confirmation": {
+ "message": "A(z) {email} e-mail címre kapsz egy e-mailt, amelyben megtalálod a pénzfelvétel útmutatóját."
+ },
"dashboard.withdraw.completion.exchange-rate": {
"message": "Árfolyam"
},
@@ -887,6 +917,9 @@
"dashboard.withdraw.error.account-not-linked.title": {
"message": "Fiók nincs csatolva"
},
+ "dashboard.withdraw.error.email-verification.text": {
+ "message": "A pénzfelvétel előtt ellenőrizned kell az e-mail címedet."
+ },
"dashboard.withdraw.error.email-verification.title": {
"message": "E-mail hítelesítés szükséges"
},
@@ -903,7 +936,7 @@
"message": "PayPal régió eltérés"
},
"error.collection.404.list_item.1": {
- "message": "Elírhatad a gyűjtemémyed URL-ét."
+ "message": "Elírhatad a gyűjtemémyed linkjét."
},
"error.collection.404.list_item.2": {
"message": "Ez a gyűjtemény lehet hogy privát."
@@ -945,10 +978,10 @@
"message": "Ajjaj!"
},
"error.organization.404.list_item.1": {
- "message": "Rosszul írhattad a szervezet URL címét."
+ "message": "Rosszul írhattad a szervezet linkjét."
},
"error.organization.404.list_item.2": {
- "message": "A szervezet készítője megváltoztathatta, vagy törölhette az URL-t."
+ "message": "A szervezet készítője megváltoztathatta, vagy törölhette a linket."
},
"error.organization.404.list_item.3": {
"message": "A szervezet törölve lehetett a Modrinth moderációs csapata által, amiért megsértette a Terms of Use-t."
@@ -960,10 +993,10 @@
"message": "Szervezet nem található"
},
"error.project.404.list_item.1": {
- "message": "Rosszul írhattad a projekt URL címét."
+ "message": "Rosszul írhattad a projekt linkjét."
},
"error.project.404.list_item.2": {
- "message": "A projekt lészítője megváltoztathatta az URL címet, vagy a projektet privátta tette, esetleg ki is törölte."
+ "message": "A projekt lészítője megváltoztathatta a linket, vagy a projektet privátta tette, esetleg ki is törölte."
},
"error.project.404.list_item.3": {
"message": "A projekt valószínűleg le lett törölve a Modrinth moderációs csapat által, amiért megsértette a Felhasználási feltételeket."
@@ -998,12 +1031,75 @@
"frog.title": {
"message": "Béka"
},
+ "hosting-marketing.available-locations": {
+ "message": "Észak-Amerikában, Európában és Délkelet-Ázsiában széles körű lefedettség mellett elérhető. Észak-Amerikában, Európában és Délkelet-Ázsiában széles körű lefedettség mellett elérhető."
+ },
+ "hosting-marketing.billing.monthly": {
+ "message": "Havi fizetés"
+ },
+ "hosting-marketing.billing.quarterly": {
+ "message": "Negyedéves fizetés"
+ },
+ "hosting-marketing.billing.save-with-quarterly": {
+ "message": "Negyedéves számlázással 16% kedvezményt kap!"
+ },
+ "hosting-marketing.billing.starting-at": {
+ "message": "Kezdőár: {price} / hó"
+ },
+ "hosting-marketing.billing.yearly": {
+ "message": "Éves fizetés"
+ },
+ "hosting-marketing.faq.cpu-kind": {
+ "message": "Milyen típusú CPU-k futnak a Modrinth Hosting szerverein?"
+ },
+ "hosting-marketing.faq.cpu-kind.answer": {
+ "message": "A Modrinth Hosting szerverei AMD Ryzen 7900 és 7950X3D egyenértékű, 5+ GHz-s CPU-kkal és DDR5 memóriával vannak felszerelve."
+ },
+ "hosting-marketing.faq.currency": {
+ "message": "Milyen pénznemben vannak megadva az árak?"
+ },
+ "hosting-marketing.faq.currency.answer": {
+ "message": "Minden ár amerikai dollárban (USD) van feltüntetve."
+ },
+ "hosting-marketing.faq.ddos-protection": {
+ "message": "A Modrinth Hosting szerverei rendelkeznek DDoS védelemmel?"
+ },
+ "hosting-marketing.faq.ddos-protection.answer": {
+ "message": "Igen. Az összes Modrinth Hosting szerver DDoS védelemmel rendelkezik, egyes helyszíneken akár 17 Tbps kapacitással."
+ },
+ "hosting-marketing.faq.heading": {
+ "message": "Gyakori kérdések"
+ },
+ "hosting-marketing.faq.how-fast": {
+ "message": "Milyen gyorsak a Modrinth Hosting szerverek?"
+ },
+ "hosting-marketing.faq.how-fast.answer.one": {
+ "message": "A Modrinth Hosting szerverei nagyon modern, nagy teljesítményű hardvereken futnak, de nehéz megmondani, hogy ez pontosan hogyan fogja befolyásolni a szervered sebességét, mert sok tényező hat rá, például a szerveren futó modok, adatcsomagok vagy bővítmények, sőt még a felhasználói viselkedés is."
+ },
+ "hosting-marketing.faq.how-fast.answer.two": {
+ "message": "A legtöbb teljesítményprobléma általában egy nem optimalizált modcsomag, mod, adatcsomag vagy bővítmény hibájából ered, ami a szerver lagolását okozza. Mivel szervereink nagyon csúcskategóriásak, nem kell sok problémával számolnod, ha a szerveren futtatott tartalomhoz megfelelő csomagot választasz."
+ },
+ "hosting-marketing.faq.increase-storage": {
+ "message": "Növelhetem a szerverem tárhelyét?"
+ },
+ "hosting-marketing.faq.increase-storage.answer": {
+ "message": "Igen, a szervereden a tárhely további költségek nélkül növelhető. Ha több tárhelyre van szükséged, vedd fel a kapcsolatot a Modrinth ügyfélszolgálatával."
+ },
+ "hosting-marketing.faq.location": {
+ "message": "Hol találhatók a Modrinth Hosting szerverei? Kiválaszthatom a régiót?"
+ },
+ "hosting-marketing.faq.location.answer": {
+ "message": "Jelenleg Észak-Amerikában, Európában és Délkelet-Ázsiában állnak rendelkezésre szerverek, amelyek közül vásárláskor választhatsz. A jövőben további régiók is elérhetővé válnak! Ha szeretnéd megváltoztatni a régiót, vedd fel a kapcsolatot az ügyfélszolgálattal."
+ },
"hosting-marketing.faq.versions-loaders": {
"message": "Melyik Minecraft verziók és betöltők használhatók?"
},
"hosting-marketing.faq.versions-loaders.answer.one": {
"message": "A Modrinth Hosting szerverei a Minecraft: Java Edition bármelyik verzióját futtathatják, egészen az 1.2.5-ös verziótól kezdve, beleértve a snapshot verziókat is."
},
+ "hosting-marketing.faq.versions-loaders.answer.two": {
+ "message": "Számos mod- és bővítménybetöltőt is támogatunk, többek között a Fabric, Quilt, Forge és NeoForge modokat, valamint a Paper és Purpur bővítményeket. A rendelkezésre állás attól függ, hogy a mod- vagy pluginbetöltő támogatja-e a kiválasztott Minecraft verziót."
+ },
"hosting-marketing.get-started": {
"message": "Kezdés"
},
@@ -1011,23 +1107,119 @@
"message": "Szervereid kezelése"
},
"hosting-marketing.hero.button.start-a-new-server": {
- "message": "Indíts egy új szervert"
+ "message": "Új szerver létrehozása"
},
"hosting-marketing.hero.button.start-your-server": {
"message": "Szervered indítása"
},
+ "hosting-marketing.hero.host-with-modrinth": {
+ "message": "Hozd létre a következő szerveredet a Modrinth Hostingnál"
+ },
"hosting-marketing.hero.hosting-description": {
- "message": "A Modrinth Hosting a legegyszerűbb módja saját Minecraft: Java Edition szerver létrehozásá. Telepítsd és játssz kedvenc modjaidat és modcsomagjaidat zökkenőmentesen, mindezt a Modrinth platformon belül."
+ "message": "A Modrinth Hosting a legegyszerűbb módja saját Minecraft: Java Edition szerver létrehozásához. Telepítsd és játssz kedvenc modjaiddal és modcsomagjaiddal zökkenőmentesen, mindezt a Modrinth platformon belül."
+ },
+ "hosting-marketing.included.advanced-networking": {
+ "message": "Fejlett hálózatkezelés"
+ },
+ "hosting-marketing.included.backups-included": {
+ "message": "Tartalmaz biztonsági másolatokat"
+ },
+ "hosting-marketing.included.backups-included.description": {
+ "message": "Minden szerverhez 15 biztonságosan tárolt, külső helyszínen tárolt biztonsági másolat tartozik."
},
"hosting-marketing.included.custom-url": {
- "message": "Egyéni URL"
+ "message": "Egyéni link"
},
"hosting-marketing.included.custom-url.description": {
- "message": "Ossza meg szerverét egy egyedi modrinth.gg URL-címmel."
+ "message": "Ossza meg szerverét egy egyedi modrinth.gg linkkel."
+ },
+ "hosting-marketing.included.description": {
+ "message": "Minden szerverhez tartozik egy sor olyan funkció, amelynek célja, hogy olyan tárhelyszolgáltatást nyújtson, amelyet csak a Modrinth tud nyújtani."
+ },
+ "hosting-marketing.included.file-manager": {
+ "message": "Könnyen használható fájlkezelő"
+ },
+ "hosting-marketing.included.file-manager.description": {
+ "message": "Könnyedén kereshetsz, kezelhetsz, szerkeszthetsz és feltölthetsz fájlokat közvetlenül a szerveredre."
+ },
+ "hosting-marketing.included.heading": {
+ "message": "Minden szükséges funkcióval rendelkezik."
+ },
+ "hosting-marketing.included.help": {
+ "message": "Segítség, amikor szükséged van rá"
+ },
+ "hosting-marketing.included.help.description": {
+ "message": "Bármikor fordulhatsz a Modrinth csapatához segítségért a szervereddel kapcsolatban."
+ },
+ "hosting-marketing.included.powerful-console": {
+ "message": "Erőteljes konzol, szervertulajdonság-kezelő és még sok más"
+ },
+ "hosting-marketing.included.powerful-console.description": {
+ "message": "A Modrinth Hosting hatékony eszközökkel rendelkezik a szerver kezeléséhez."
+ },
+ "hosting-marketing.included.sftp-access": {
+ "message": "SFTP hozzáférés"
+ },
+ "hosting-marketing.included.with-your-server": {
+ "message": "A szerverhez tartozik"
+ },
+ "hosting-marketing.know-what-you-need": {
+ "message": "Pontosan tudod, mire van szükséged?"
+ },
+ "hosting-marketing.medal.info": {
+ "message": "Próbálja ki 5 napig ingyenesen a 3 GB-os szervert, amelyet a Medal biztosít."
+ },
+ "hosting-marketing.medal.learn-more": {
+ "message": "További információk"
+ },
+ "hosting-marketing.medal.text-secondary": {
+ "message": "Időkorlátozott ajánlat. Hitelkártya nem szükséges. Az ajánlat az Egyesült Államok szerverén érhető el."
+ },
+ "hosting-marketing.pick-customized-plan": {
+ "message": "Válassz egy személyre szabott csomagot, amely pontosan a Te igényeidnek megfelelő specifikációkkal rendelkezik."
+ },
+ "hosting-marketing.server-for-everyone": {
+ "message": "Ez egy szerver mindenkinek"
+ },
+ "hosting-marketing.why.all-on-modrinth": {
+ "message": "Kezeld mindezt a Modrinthal"
+ },
+ "hosting-marketing.why.all-on-modrinth.description": {
+ "message": "A szervered, a modjaid, a játékosaid és még sok más mind a Modrinthon van. Nincs szükség platformok közötti váltásra."
+ },
+ "hosting-marketing.why.consistently-fast": {
+ "message": "Állandóan gyors"
+ },
+ "hosting-marketing.why.consistently-fast.description": {
+ "message": "Infrastruktúránk soha nem terhelt túl, ami azt jelenti, hogy a Modrinth által üzemeltetett minden szerver mindig teljes teljesítményen működik."
},
"hosting-marketing.why.description": {
"message": "Válassz a Modrinth több ezer modcsomagja közül, vagy készítsd el a sajátodat. Ha készen állsz a játékra, hívd meg barátaidat."
},
+ "hosting-marketing.why.heading": {
+ "message": "Keress egy modcsomagot. Most már ez egy szerver."
+ },
+ "hosting-marketing.why.modern-reliable-hosting.description": {
+ "message": "A Modrinth Hosting szerverei nagy teljesítményű AMD CPU-kon és DDR5 RAM-on futnak, egyedi fejlesztésű szoftverrel, hogy a szerver zökkenőmentesen működjön."
+ },
+ "hosting-marketing.why.where-mods-are": {
+ "message": "Játssz ott, ahol a modjaid vannak"
+ },
+ "hosting-marketing.why.where-mods-are.description": {
+ "message": "A Modrinth Hosting zökkenőmentesen integrálja a mod és modcsomag telepítési folyamatot a szerveredbe."
+ },
+ "hosting-marketing.why.why-modrinth-hosting": {
+ "message": "Miért a Modrinth Hosting?"
+ },
+ "hosting-marketing.why.your-favorite-mods": {
+ "message": "Az összes kedvenc modod"
+ },
+ "hosting-marketing.why.your-favorite-mods.description": {
+ "message": "Válassz a Vanilla, Fabric, Forge, Quilt és NeoForge közül. Ha Modrinthon fut, akkor a szervereden is futtatható."
+ },
+ "hosting.plan.select-plan": {
+ "message": "Csomag kiválasztása"
+ },
"landing.button.discover-mods": {
"message": "Modok felfedezése"
},
@@ -1040,12 +1232,36 @@
"landing.creator.feature.constantly-evolving.title": {
"message": "Folyamatos Változás"
},
+ "landing.creator.feature.data-statistics.description": {
+ "message": "Részletes jelentéseket kaphatsz a megtekintésekről, a letöltések számáról és a bevételekről."
+ },
+ "landing.creator.feature.data-statistics.title": {
+ "message": "Adatok és statisztikák"
+ },
"landing.creator.feature.discovery.description": {
"message": "Tedd a projektedet több ezer felhasználó számára láthatóvá keresés, honlapunk, Discord szerverünk és a jövőben bevezetésre kerülő további lehetőségek segítségével!"
},
"landing.creator.feature.discovery.title": {
"message": "Felfedezés"
},
+ "landing.creator.feature.diverse-ecosystem.description": {
+ "message": "Integráld a Minotaur segítségével a fejlesztési eszközeid, hogy új verzió kiadásakor automatikusan feltöltődjenek a fájlok"
+ },
+ "landing.creator.feature.diverse-ecosystem.title": {
+ "message": "Változatos ökoszisztéma"
+ },
+ "landing.creator.feature.monetization.description": {
+ "message": "Szerezz fizetett hirdetési bevételt projektoldalaidról, és bármikor felveheted a pénzedet."
+ },
+ "landing.creator.feature.monetization.title": {
+ "message": "Pénzügyi hasznosítás"
+ },
+ "landing.creator.feature.team-management.description": {
+ "message": "Hívd meg csapattársaidat, és könnyedén kezelheted a szerepeket és jogosultságokat"
+ },
+ "landing.creator.feature.team-management.title": {
+ "message": "Csapatkezelés"
+ },
"landing.error.failedToLoadRandomProjects": {
"message": "A véletlenszerű projektek betöltése sikertelen :("
},
@@ -1080,7 +1296,7 @@
"message": "modoknak"
},
"landing.heading.the-place-for-minecraft.plugins": {
- "message": "pluginoknak"
+ "message": "bővítményeknek"
},
"landing.heading.the-place-for-minecraft.resource-packs": {
"message": "forráscsomagoknak"
@@ -1160,6 +1376,12 @@
"layout.action.new-project": {
"message": "Új projekt"
},
+ "layout.action.new-server-project": {
+ "message": "Új szerver"
+ },
+ "layout.action.publish": {
+ "message": "Közzététel"
+ },
"layout.action.review-projects": {
"message": "Projekt áttekintés"
},
@@ -1187,6 +1409,9 @@
"layout.banner.tin-mismatch.action": {
"message": "Támogatással való kapcsolatba lépés"
},
+ "layout.banner.tin-mismatch.title": {
+ "message": "Adóbevallási űrlap sikertelen"
+ },
"layout.banner.verify-email.action": {
"message": "Ellenőrző e-mail újraküldése"
},
@@ -1206,7 +1431,7 @@
"message": "Hírek"
},
"layout.footer.about.rewards-program": {
- "message": "Jutalom program"
+ "message": "Jutalomprogram"
},
"layout.footer.about.status": {
"message": "Státusz"
@@ -1229,6 +1454,9 @@
"layout.footer.legal.terms-of-use": {
"message": "Felhasználási feltételek"
},
+ "layout.footer.modrinth-information": {
+ "message": "Modrinth infórmáció"
+ },
"layout.footer.open-source": {
"message": "A Modrinth nyílt forráskódú"
},
@@ -1241,6 +1469,9 @@
"layout.footer.products.plus": {
"message": "Modrinth+"
},
+ "layout.footer.products.servers": {
+ "message": "Modrinth Hosting"
+ },
"layout.footer.resources": {
"message": "Források"
},
@@ -1275,7 +1506,7 @@
"message": "Menü ki-be"
},
"layout.meta.description": {
- "message": "Tölts le Minecraft modokat, pluginokat, adatcsomagokat, shadereket, forráscsomagokat és modcsomagokat a Modrinthról. Fedezd fel és tedd közzé projektjeidet a Modrinthon egy modern, könnyen használható felületen és API-n keresztül."
+ "message": "Tölts le Minecraft modokat, bővítményeket, adatcsomagokat, shadereket, forráscsomagokat és modcsomagokat a Modrinthról. Fedezd fel és tedd közzé projektjeidet a Modrinthon egy modern, könnyen használható felületen és API-n keresztül."
},
"layout.meta.og-description": {
"message": "Fedezd fel és tegyél közzé Minecraft tartalmakat!"
@@ -1286,12 +1517,18 @@
"layout.mobile.open-menu": {
"message": "Menü megnyitása"
},
+ "layout.nav.active-reports": {
+ "message": "Aktív Bejelentések"
+ },
"layout.nav.discover": {
"message": "Felfedezés"
},
"layout.nav.discover-content": {
"message": "Tartalom felfedezése"
},
+ "layout.nav.feature-flags": {
+ "message": "Funkciójelzők"
+ },
"layout.nav.get-modrinth-app": {
"message": "Szerezd meg a Modrinth Appot"
},
@@ -1299,7 +1536,7 @@
"message": "Kezdőlap"
},
"layout.nav.host-a-server": {
- "message": "Indíts egy szervert"
+ "message": "Hozz létre egy szervert"
},
"layout.nav.modrinth-app": {
"message": "Modrinth App"
@@ -1331,6 +1568,9 @@
"layout.nav.upgrade-to-modrinth-plus": {
"message": "Frissíts a Modrinth+-ra"
},
+ "moderation.moderate": {
+ "message": "Moderált"
+ },
"moderation.page.projects": {
"message": "Projektek"
},
@@ -1397,18 +1637,186 @@
"muralpay.document-type.passport": {
"message": "Útlevél"
},
+ "muralpay.document-type.tax-id": {
+ "message": "Adó ID"
+ },
+ "muralpay.field.account-number": {
+ "message": "Fiók száma"
+ },
+ "muralpay.field.account-number-cbu-cvu": {
+ "message": "Fiók száma (CBU/CVU)"
+ },
+ "muralpay.field.account-number-cci": {
+ "message": "Fiók száma (CCI)"
+ },
+ "muralpay.field.account-number-type": {
+ "message": "Fiók szám típusa"
+ },
+ "muralpay.field.account-type": {
+ "message": "Fiók típusa"
+ },
+ "muralpay.field.bank-account-number": {
+ "message": "Fiók száma"
+ },
+ "muralpay.field.clabe": {
+ "message": "CLABE"
+ },
"muralpay.field.country": {
"message": "Ország"
},
+ "muralpay.field.cpf-cnpj": {
+ "message": "CPF/CNPJ"
+ },
+ "muralpay.field.cuit-cuil": {
+ "message": "CUIT/CUIL"
+ },
+ "muralpay.field.document-type": {
+ "message": "Dokumentum típus"
+ },
+ "muralpay.field.iban": {
+ "message": "IBAN"
+ },
"muralpay.field.phone-number": {
"message": "Telefonszám"
},
+ "muralpay.field.pix-email": {
+ "message": "PIX email"
+ },
+ "muralpay.field.pix-key-type": {
+ "message": "PIX kulcs típus"
+ },
+ "muralpay.field.pix-phone": {
+ "message": "PIX telefon"
+ },
+ "muralpay.field.random-key": {
+ "message": "Random kulcs"
+ },
+ "muralpay.help.clabe": {
+ "message": "Clave Bancaria Estandarizada (Mexikói bank fiók száma)"
+ },
+ "muralpay.help.cpf-cnpj": {
+ "message": "Brazilai adó azonosító szám"
+ },
+ "muralpay.help.cuit-cuil": {
+ "message": "Argentin adó ID"
+ },
+ "muralpay.help.iban": {
+ "message": "Nemzetközi Bankszámlaszám"
+ },
+ "muralpay.help.swift-bic": {
+ "message": "Bank Azonosító Kód"
+ },
+ "muralpay.pix-type.bank-account": {
+ "message": "Bank fiók"
+ },
+ "muralpay.pix-type.document": {
+ "message": "CPF/CNPJ"
+ },
"muralpay.pix-type.email": {
"message": "E-mail cím"
},
"muralpay.pix-type.phone": {
"message": "Telefonszám"
},
+ "muralpay.placeholder.account-number": {
+ "message": "Fiók szám megadása"
+ },
+ "muralpay.placeholder.cbu-cvu": {
+ "message": "CBU vagy CVU megadása"
+ },
+ "muralpay.placeholder.cbu-cvu-type": {
+ "message": "CBU vagy CVU"
+ },
+ "muralpay.placeholder.cci": {
+ "message": "20 számjegyű CCI megadása"
+ },
+ "muralpay.placeholder.cuit-cuil": {
+ "message": "CUIT or CUIL megadása"
+ },
+ "muralpay.placeholder.enter-account-number": {
+ "message": "Fiók szám megadása"
+ },
+ "muralpay.placeholder.enter-clabe": {
+ "message": "18 számjegyű CLABE megadása"
+ },
+ "muralpay.placeholder.enter-cpf-cnpj": {
+ "message": "CPF vagy CNPJ megadása"
+ },
+ "muralpay.placeholder.enter-iban": {
+ "message": "IBAN megadása"
+ },
+ "muralpay.placeholder.enter-pix-email": {
+ "message": "PIX email megadása"
+ },
+ "muralpay.placeholder.enter-random-key": {
+ "message": "Random kulcs megadása"
+ },
+ "muralpay.placeholder.enter-routing-number": {
+ "message": "9 számjegyű banki azonosító szám megadása"
+ },
+ "muralpay.placeholder.enter-swift-bic": {
+ "message": "SWIFT/BIC kód megadása"
+ },
+ "muralpay.placeholder.iban-crc": {
+ "message": "Costa Rican IBAN megadésa"
+ },
+ "muralpay.placeholder.phone-cop": {
+ "message": "+57..."
+ },
+ "muralpay.placeholder.pix-phone": {
+ "message": "+55..."
+ },
+ "muralpay.placeholder.wallet-address-eth": {
+ "message": "0x..."
+ },
+ "muralpay.rail.fiat-ars.name": {
+ "message": "Banki Átutalás (ARS)"
+ },
+ "muralpay.rail.fiat-brl.name": {
+ "message": "PIX Átutalás (BRL)"
+ },
+ "muralpay.rail.fiat-clp.name": {
+ "message": "Banki Átutalás (CLP)"
+ },
+ "muralpay.rail.fiat-cop.name": {
+ "message": "Banki Átutalás (COP)"
+ },
+ "muralpay.rail.fiat-crc.name": {
+ "message": "Banki Átutalás (CRC)"
+ },
+ "muralpay.rail.fiat-eur.name": {
+ "message": "Banki Átutalás (EUR)"
+ },
+ "muralpay.rail.fiat-mxn.name": {
+ "message": "Banki Átutalás (MXN)"
+ },
+ "muralpay.rail.fiat-pen.name": {
+ "message": "Banki Átutalás (PEN)"
+ },
+ "muralpay.rail.fiat-usd-peru.name": {
+ "message": "Banki Átutalás (USD - Peru)"
+ },
+ "muralpay.rail.fiat-usd.name": {
+ "message": "Banki Átutalás (USD)"
+ },
+ "muralpay.rail.fiat-zar.name": {
+ "message": "Banki Átutalás (ZAR)"
+ },
+ "muralpay.rail.usdc-base.name": {
+ "message": "USDC (Alap)"
+ },
+ "muralpay.rail.usdc-celo.name": {
+ "message": "USDC (Celo)"
+ },
+ "muralpay.rail.usdc-ethereum.name": {
+ "message": "USDC (Ethereum)"
+ },
+ "muralpay.rail.usdc-polygon.name": {
+ "message": "Kriptó (USDC)"
+ },
+ "muralpay.warning.wallet-address": {
+ "message": "Nézd át jól a pénztárca címedet. Az egyenleg rossz címre lesz küldve az nem szerezhető vissza."
+ },
"profile.bio.fallback.creator": {
"message": "Egy Modrinth alkotó."
},
@@ -1427,12 +1835,27 @@
"profile.button.manage-projects": {
"message": "Projektek kezelése"
},
+ "profile.button.remove-affiliate": {
+ "message": "Társult vállalkozás törlése"
+ },
+ "profile.button.set-affiliate": {
+ "message": "Beállítás társult vállalkozás ként"
+ },
+ "profile.details.label.auth-providers": {
+ "message": "Auth szolgáltatók"
+ },
"profile.details.label.email": {
"message": "Email"
},
"profile.details.label.email-verified": {
"message": "E-mail cím ellenőrizve"
},
+ "profile.details.label.has-password": {
+ "message": "Van jelszó"
+ },
+ "profile.details.label.has-totp": {
+ "message": "Van TOTP"
+ },
"profile.details.label.payment-methods": {
"message": "Kifizetési módok"
},
@@ -1445,6 +1868,9 @@
"profile.error.not-found": {
"message": "Felhasználó nem található"
},
+ "profile.label.affiliate": {
+ "message": "Társult vállalkozás"
+ },
"profile.label.badges": {
"message": "Jelvények"
},
@@ -1520,6 +1946,9 @@
"project-moderation-nags.resubmit-for-review": {
"message": "Felülvizsgálatra való benyújtás visszavonása"
},
+ "project-moderation-nags.resubmit-for-review-desc": {
+ "message": "A projektedet {status, select, rejected {elutasították} withheld {visszatartották} other {{status}}} a Modrinth moderátor tagjai. A legtöbb esetben újra beküldheted felülvizsgálatra, miután reagáltál a moderátor üzenetére."
+ },
"project-moderation-nags.submit-checklist-tooltip": {
"message": "El kell végezned a közzétételi ellenőrzőlistán szereplő szükséges lépéseket!"
},
@@ -1566,10 +1995,10 @@
"message": "Modpack"
},
"project-type.plugin.plural": {
- "message": "Pluginok"
+ "message": "Bővítmények"
},
"project-type.plugin.singular": {
- "message": "Plugin"
+ "message": "Bővítmény"
},
"project-type.project.plural": {
"message": "Projektek"
@@ -1583,6 +2012,12 @@
"project-type.resourcepack.singular": {
"message": "Forráscsomag"
},
+ "project-type.server.plural": {
+ "message": "Szerverek"
+ },
+ "project-type.server.singular": {
+ "message": "Szerver"
+ },
"project-type.shader.plural": {
"message": "Shaderek"
},
@@ -1593,10 +2028,10 @@
"message": "Létrehozva {date}"
},
"project.about.details.licensed": {
- "message": "Licesz:"
+ "message": "Licesz: {license}"
},
"project.about.details.published": {
- "message": "Közzététel {date}"
+ "message": "Közzététel: {date}"
},
"project.about.details.submitted": {
"message": "Benyújtva {date}"
@@ -1622,6 +2057,9 @@
"project.actions.servers-promo.description": {
"message": "A Modrinth Hosting a legegyszerűbb módja annak, hogy gond nélkül játszhass a barátaiddal!"
},
+ "project.actions.servers-promo.pricing": {
+ "message": "Kezdőár: {price} / hó"
+ },
"project.actions.servers-promo.title": {
"message": "Hozz létre egy szervert"
},
@@ -1635,7 +2073,7 @@
"message": "Leírás"
},
"project.details.licensed": {
- "message": "Licenc"
+ "message": "Licensz:"
},
"project.download.game-version": {
"message": "Játékverzió: {version}"
@@ -1688,6 +2126,9 @@
"project.download.title": {
"message": "{title} letöltése"
},
+ "project.environment.migration.review-button": {
+ "message": "Környezet beállítások Átnézése"
+ },
"project.error.page-not-found": {
"message": "Az oldal nem található"
},
@@ -1698,13 +2139,13 @@
"message": "Galéria"
},
"project.license.error": {
- "message": "A licenc szövege nem tölthető le."
+ "message": "A licensz szövege nem tölthető le."
},
"project.license.loading": {
- "message": "Licenc szövegének betöltése..."
+ "message": "Licensz szövegének betöltése..."
},
"project.license.title": {
- "message": "Licenc"
+ "message": "Licensz"
},
"project.moderation.title": {
"message": "Moderáció"
@@ -1757,6 +2198,9 @@
"project.settings.general.tagline.placeholder.5": {
"message": "pl. Hozzáadja a normál mobok erőteljes főellenségváltozatát, akikkel éjszaka találkozhatunk."
},
+ "project.settings.general.tagline.title": {
+ "message": "Címke sor"
+ },
"project.settings.general.url.title": {
"message": "Link"
},
@@ -1778,6 +2222,12 @@
"project.versions.title": {
"message": "Verziók"
},
+ "report.already-reported": {
+ "message": "Már jelentetted: {title}-t"
+ },
+ "report.already-reported-description": {
+ "message": "Már létezik egy nyitott jelentésed ehhez a {item, select, project {projekthez} version {verzióhoz} user {felhasználóhoz} other {tartalomhoz}}. További részletekkel egészítheted ki a jelentésed, ha van további információ, amit hozzá szeretnél adni."
+ },
"report.back-to-item": {
"message": "Vissza a {item, select, project {projekthez} version {verzióhoz} user {felhasználóhoz} other {tartalomhoz}}"
},
@@ -1796,6 +2246,12 @@
"report.form-not-for": {
"message": "Ez az űrlap nem alkalmas:"
},
+ "report.not-for.bug-reports": {
+ "message": "Hiba bejenlentések"
+ },
+ "report.not-for.dmca": {
+ "message": "DMCA leszedések"
+ },
"report.not-for.dmca.description": {
"message": "Lásd a Szerzői jogi irányelvünket."
},
@@ -1838,12 +2294,24 @@
"scopes.category.analytics": {
"message": "Elemzések"
},
+ "scopes.category.collections": {
+ "message": "Kollekciók"
+ },
"scopes.category.notifications": {
"message": "Értesítések"
},
+ "scopes.category.organizations": {
+ "message": "Szervezetek"
+ },
"scopes.category.projects": {
"message": "Projektek"
},
+ "scopes.category.user-account": {
+ "message": "Felhasználói fiók"
+ },
+ "scopes.category.versions": {
+ "message": "Verziók"
+ },
"scopes.notificationRead.description": {
"message": "Olvasd el az értesítéseidet"
},
@@ -1857,7 +2325,7 @@
"message": "Analitikák végrehajtása"
},
"scopes.projectCreate.description": {
- "message": "I'm projektek létrehozása"
+ "message": "Új projektek létrehozása"
},
"scopes.projectCreate.label": {
"message": "Prjokektek létrehozása"
@@ -1865,9 +2333,75 @@
"scopes.projectDelete.description": {
"message": "Projektjeid törlése"
},
+ "scopes.projectRead.label": {
+ "message": "Projektek Olvasása"
+ },
+ "scopes.projectWrite.description": {
+ "message": "Projekt adatok szerkesztése"
+ },
+ "scopes.projectWrite.label": {
+ "message": "Projektek szerkesztése"
+ },
+ "scopes.reportCreate.description": {
+ "message": "Jelentések létrehozása"
+ },
+ "scopes.reportCreate.label": {
+ "message": "Jelentések létrehozása"
+ },
+ "scopes.reportDelete.description": {
+ "message": "Jelentések törlése"
+ },
+ "scopes.reportDelete.label": {
+ "message": "Jelentések törlése"
+ },
+ "scopes.reportRead.description": {
+ "message": "Jelentések olvasása"
+ },
+ "scopes.reportRead.label": {
+ "message": "Jelentések olvasása"
+ },
+ "scopes.reportWrite.description": {
+ "message": "Jelentések szerkesztése"
+ },
+ "scopes.reportWrite.label": {
+ "message": "Jelentések írása"
+ },
+ "scopes.sessionAccess.description": {
+ "message": "Modrinth kiadott munkamenetek hozzáférés"
+ },
+ "scopes.sessionAccess.label": {
+ "message": "Munkamenetek hozzáférése"
+ },
+ "scopes.sessionDelete.description": {
+ "message": "Munkamenentek törlése"
+ },
+ "scopes.sessionDelete.label": {
+ "message": "Munkamenentek törlése"
+ },
+ "scopes.sessionRead.description": {
+ "message": "Aktív munkamenetek olvasása"
+ },
+ "scopes.sessionRead.label": {
+ "message": "Aktív munkamenetek olvasása"
+ },
+ "scopes.threadRead.description": {
+ "message": "Szálak olvasása"
+ },
+ "scopes.threadRead.label": {
+ "message": "Szálak olvasása"
+ },
+ "scopes.threadWrite.description": {
+ "message": "Szálakban írás"
+ },
+ "scopes.threadWrite.label": {
+ "message": "Szálakban írás"
+ },
"search.filter.locked.server.sync": {
"message": "Szinkronizálás a szerverrel"
},
+ "servers.notice.actions": {
+ "message": "Akciók"
+ },
"servers.notice.id": {
"message": "Azonosító"
},
@@ -1895,9 +2429,15 @@
"settings.applications.button.edit": {
"message": "Szerkesztés"
},
+ "settings.applications.button.upload-icon": {
+ "message": "Ikon feltöltése"
+ },
"settings.applications.created-on": {
"message": "Létrehozva: {date}"
},
+ "settings.applications.field.url.placeholder": {
+ "message": "https://example.com"
+ },
"settings.applications.notification.icon-updated.title": {
"message": "Ikon frissítve"
},
@@ -1910,6 +2450,9 @@
"settings.billing.modal.cancel.title": {
"message": "Biztos, hogy le akarod mondani az előfizetésedet?"
},
+ "settings.billing.payment_method.card_expiry": {
+ "message": "Lejár: {month}/{year}"
+ },
"settings.billing.subscription.title": {
"message": "Előfizetések"
},
@@ -1932,7 +2475,7 @@
"message": "Modcsomagok oldal"
},
"settings.display.project-list-layouts.plugin": {
- "message": "Pluginok oldal"
+ "message": "Bővítmények oldal"
},
"settings.display.project-list-layouts.resourcepack": {
"message": "Forráscsomagok oldal"
@@ -1970,6 +2513,9 @@
"settings.display.theme.description": {
"message": "Válaszd ki a Modrinth számára a kívánt színsémát ezen az eszközön."
},
+ "settings.display.theme.title": {
+ "message": "Téma"
+ },
"settings.pats.modal.create.name.label": {
"message": "Név"
},
diff --git a/apps/frontend/src/locales/id-ID/index.json b/apps/frontend/src/locales/id-ID/index.json
index a7aaf13907..ba716517d4 100644
--- a/apps/frontend/src/locales/id-ID/index.json
+++ b/apps/frontend/src/locales/id-ID/index.json
@@ -497,12 +497,27 @@
"create.project.create-project": {
"message": "Buat proyek"
},
+ "create.project.create-server-project": {
+ "message": "Buat server"
+ },
+ "create.project.missing-fields-tooltip": {
+ "message": "Bidang hilang: {fields}"
+ },
"create.project.name-label": {
"message": "Nama"
},
"create.project.name-placeholder": {
"message": "Masukkan nama proyek..."
},
+ "create.project.owner-description": {
+ "message": "Buat diri Anda atau organisasi yang Anda sertai sebagai pemilik proyek."
+ },
+ "create.project.owner-label": {
+ "message": "Pemilik"
+ },
+ "create.project.server-project-title": {
+ "message": "Membuat proyek server"
+ },
"create.project.summary-description": {
"message": "Satu atau dua kalimat yang menjelaskan proyek Anda."
},
@@ -515,6 +530,15 @@
"create.project.title": {
"message": "Membuat proyek"
},
+ "create.project.type-label": {
+ "message": "Jenis"
+ },
+ "create.project.type-project": {
+ "message": "Proyek"
+ },
+ "create.project.type-server": {
+ "message": "Server"
+ },
"create.project.url-label": {
"message": "URL"
},
@@ -1433,6 +1457,12 @@
"layout.action.new-project": {
"message": "Proyek baru"
},
+ "layout.action.new-server-project": {
+ "message": "Server baru"
+ },
+ "layout.action.publish": {
+ "message": "Terbitkan"
+ },
"layout.action.reports": {
"message": "Tinjau laporan"
},
@@ -1763,9 +1793,6 @@
"muralpay.field.bank-account-number": {
"message": "Nomor rekening"
},
- "muralpay.field.branch-code": {
- "message": "Kode cabang"
- },
"muralpay.field.clabe": {
"message": "CLABE"
},
@@ -1796,6 +1823,9 @@
"muralpay.field.pix-phone": {
"message": "Gawai PIX"
},
+ "muralpay.field.random-key": {
+ "message": "Kunci acak"
+ },
"muralpay.field.routing-number": {
"message": "Nomor perutean"
},
@@ -1856,9 +1886,6 @@
"muralpay.placeholder.enter-account-number": {
"message": "Masukkan nomor rekening"
},
- "muralpay.placeholder.enter-branch-code": {
- "message": "Masukkan kode cabang"
- },
"muralpay.placeholder.enter-clabe": {
"message": "Masukkan CLABE 18 digit"
},
@@ -1871,6 +1898,9 @@
"muralpay.placeholder.enter-pix-email": {
"message": "Masukkan sur-el PIX"
},
+ "muralpay.placeholder.enter-random-key": {
+ "message": "Masukkan kunci acak"
+ },
"muralpay.placeholder.enter-routing-number": {
"message": "Masukkan nomor perutean 9 digit"
},
@@ -2102,6 +2132,12 @@
"project-type.datapack.singular": {
"message": "Paket Data"
},
+ "project-type.minecraft_java_server.plural": {
+ "message": "Server"
+ },
+ "project-type.minecraft_java_server.singular": {
+ "message": "Server"
+ },
"project-type.mod.plural": {
"message": "Mod"
},
@@ -2132,6 +2168,12 @@
"project-type.resourcepack.singular": {
"message": "Paket Sumber"
},
+ "project-type.server.plural": {
+ "message": "Server"
+ },
+ "project-type.server.singular": {
+ "message": "Server"
+ },
"project-type.shader.plural": {
"message": "Pencorak"
},
@@ -2954,6 +2996,9 @@
"settings.display.project-list-layouts.resourcepack": {
"message": "Halaman Paket Sumber"
},
+ "settings.display.project-list-layouts.server": {
+ "message": "Halaman Server"
+ },
"settings.display.project-list-layouts.shader": {
"message": "Halaman Pencorak (Shader)"
},
diff --git a/apps/frontend/src/locales/it-IT/index.json b/apps/frontend/src/locales/it-IT/index.json
index 7ea2e362b9..1f05a62df1 100644
--- a/apps/frontend/src/locales/it-IT/index.json
+++ b/apps/frontend/src/locales/it-IT/index.json
@@ -393,7 +393,7 @@
"message": "Nessun progetto nella raccolta"
},
"collection.label.projects-count": {
- "message": "{count, plural, =0 {Nessun progetto} one {Un progetto} other {# {type}}}"
+ "message": "{count, plural, =0 {Nessun progetto} one {Un progetto} other {{count} {type}}}"
},
"collection.label.updated-at": {
"message": "Aggiornata {ago}"
@@ -497,12 +497,27 @@
"create.project.create-project": {
"message": "Crea progetto"
},
+ "create.project.create-server-project": {
+ "message": "Crea server"
+ },
+ "create.project.missing-fields-tooltip": {
+ "message": "Campi mancanti: {fields}"
+ },
"create.project.name-label": {
"message": "Nome"
},
"create.project.name-placeholder": {
"message": "Inserisci il nome del progetto..."
},
+ "create.project.owner-description": {
+ "message": "Puoi impostare come proprietario del progetto te o un'organizzazione di cui sei membro."
+ },
+ "create.project.owner-label": {
+ "message": "Proprietario"
+ },
+ "create.project.server-project-title": {
+ "message": "Crea un server"
+ },
"create.project.summary-description": {
"message": "Una frase o due che descrivano il tuo progetto."
},
@@ -515,6 +530,15 @@
"create.project.title": {
"message": "Creando un progetto"
},
+ "create.project.type-label": {
+ "message": "Tipo"
+ },
+ "create.project.type-project": {
+ "message": "Progetto"
+ },
+ "create.project.type-server": {
+ "message": "Server"
+ },
"create.project.url-label": {
"message": "URL"
},
@@ -555,7 +579,7 @@
"message": "Crea nuova"
},
"dashboard.collections.label.projects-count": {
- "message": "{count, plural, =0 {Nessun progetto} one {Un progetto} other {# progetti}}"
+ "message": "{count, plural, =0 {Nessun progetto} one {Un progetto} other {{count} progetti}}"
},
"dashboard.collections.label.search-input": {
"message": "Cerca fra le tue raccolte"
@@ -1272,7 +1296,7 @@
"message": "Non disponibile"
},
"hosting.plan.select-plan": {
- "message": "Scegli un piano"
+ "message": "Scegli questo piano"
},
"landing.button.discover-mods": {
"message": "Esplora mod"
@@ -1433,6 +1457,12 @@
"layout.action.new-project": {
"message": "Nuovo progetto"
},
+ "layout.action.new-server-project": {
+ "message": "Nuovo server"
+ },
+ "layout.action.publish": {
+ "message": "Pubblica"
+ },
"layout.action.reports": {
"message": "Revisiona segnalazioni"
},
@@ -1763,9 +1793,6 @@
"muralpay.field.bank-account-number": {
"message": "Numero conto"
},
- "muralpay.field.branch-code": {
- "message": "Codice filiale"
- },
"muralpay.field.clabe": {
"message": "CLABE"
},
@@ -1796,6 +1823,9 @@
"muralpay.field.pix-phone": {
"message": "Cellulare PIX"
},
+ "muralpay.field.random-key": {
+ "message": "Chiave casuale"
+ },
"muralpay.field.routing-number": {
"message": "Numero di routing"
},
@@ -1856,9 +1886,6 @@
"muralpay.placeholder.enter-account-number": {
"message": "Inserisci codice conto"
},
- "muralpay.placeholder.enter-branch-code": {
- "message": "Inserisci codice filiale"
- },
"muralpay.placeholder.enter-clabe": {
"message": "Inserisci il CLABE di 18 cifre"
},
@@ -1871,6 +1898,9 @@
"muralpay.placeholder.enter-pix-email": {
"message": "Inserisci email PIX"
},
+ "muralpay.placeholder.enter-random-key": {
+ "message": "Inserisci chiave casuale"
+ },
"muralpay.placeholder.enter-routing-number": {
"message": "Inserisci il numero di routing di 9 cifre"
},
@@ -1998,7 +2028,7 @@
"message": "Raccolta"
},
"profile.label.downloads": {
- "message": "{count, plural, =0 {Nessun} one {Un} other {#}} download"
+ "message": "{count, plural, =0 {Nessun} one {Un} other {{count}}} download"
},
"profile.label.joined": {
"message": "Account creato"
@@ -2019,7 +2049,7 @@
"message": "Organizzazioni"
},
"profile.label.projects": {
- "message": "{count, plural, =0 {Nessun progetto} one {Un progetto} other {# progetti}}"
+ "message": "{count, plural, =0 {Nessun progetto} one {Un progetto} other {{count} progetti}}"
},
"profile.label.saving": {
"message": "Salvando..."
@@ -2031,7 +2061,7 @@
"message": "{bio} - Scarica i progetti di {username} su Modrinth"
},
"profile.stats.projects-followers": {
- "message": "{count, plural, =0 {Nessun} one {Un} other {#}} follower del progetto"
+ "message": "{count, plural, =0 {Nessun} one {Un} other {{count}}} follower del progetto"
},
"profile.user-id": {
"message": "ID utente: {id}"
@@ -2102,6 +2132,12 @@
"project-type.datapack.singular": {
"message": "Pacchetto di dati"
},
+ "project-type.minecraft_java_server.plural": {
+ "message": "Server"
+ },
+ "project-type.minecraft_java_server.singular": {
+ "message": "Server"
+ },
"project-type.mod.plural": {
"message": "Mod"
},
@@ -2132,6 +2168,12 @@
"project-type.resourcepack.singular": {
"message": "Pacchetto di risorse"
},
+ "project-type.server.plural": {
+ "message": "Server"
+ },
+ "project-type.server.singular": {
+ "message": "Server"
+ },
"project-type.shader.plural": {
"message": "Shader"
},
@@ -2718,13 +2760,13 @@
"message": "I pacchetti di shader per versioni più vecchie potrebbero funzionare anche su quelle più recenti, seppur con problemi minori."
},
"search.filter.locked.server": {
- "message": "Fornito dal server"
+ "message": "Determinato dal server"
},
"search.filter.locked.server-game-version.title": {
- "message": "La versione del gioco è fornita dal server"
+ "message": "La versione del gioco è determinata dal server"
},
"search.filter.locked.server-loader.title": {
- "message": "Il loader è fornito dal server"
+ "message": "Il loader è determinato dal server"
},
"search.filter.locked.server.sync": {
"message": "Sincronizza col server"
@@ -2954,6 +2996,9 @@
"settings.display.project-list-layouts.resourcepack": {
"message": "Pagina dei pacchetti di risorse"
},
+ "settings.display.project-list-layouts.server": {
+ "message": "Pagina dei server"
+ },
"settings.display.project-list-layouts.shader": {
"message": "Pagina delle shader"
},
@@ -2979,7 +3024,7 @@
"message": "Apri link esterni in una nuova scheda"
},
"settings.display.sidebar.hide-app-promos.description": {
- "message": "I pulsanti \"Scarica Modrinth App\" saranno nascosti dalla navigazione primaria. La pagina della Modrinth App rimarrà comunque raggiungibile nella home o nel piè."
+ "message": "I pulsanti \"Scarica Modrinth App\" saranno nascosti dalla navigazione primaria. La pagina di Modrinth App rimarrà comunque raggiungibile nella home o nel piè."
},
"settings.display.sidebar.hide-app-promos.title": {
"message": "Nascondi promozioni per Modrinth App"
diff --git a/apps/frontend/src/locales/ja-JP/index.json b/apps/frontend/src/locales/ja-JP/index.json
index b31030c79e..61e4744dbc 100644
--- a/apps/frontend/src/locales/ja-JP/index.json
+++ b/apps/frontend/src/locales/ja-JP/index.json
@@ -129,7 +129,7 @@
"message": "< 150 MB"
},
"app-marketing.features.performance.modrinth-app": {
- "message": "Modrinthアプリ"
+ "message": "Modrinth App"
},
"app-marketing.features.performance.one-billion-percent": {
"message": "10億 %"
@@ -497,12 +497,27 @@
"create.project.create-project": {
"message": "プロジェクトを作成"
},
+ "create.project.create-server-project": {
+ "message": "サーバーを作成する"
+ },
+ "create.project.missing-fields-tooltip": {
+ "message": "不足している項目: {fields}"
+ },
"create.project.name-label": {
"message": "名前"
},
"create.project.name-placeholder": {
"message": "プロジェクト名を入力…"
},
+ "create.project.owner-description": {
+ "message": "プロジェクトオーナーを自分自身または自身が所属している組織に設定してください。"
+ },
+ "create.project.owner-label": {
+ "message": "オーナー"
+ },
+ "create.project.server-project-title": {
+ "message": "サーバープロジェクトを作成"
+ },
"create.project.summary-description": {
"message": "1~2文程度のプロジェクトの説明。"
},
@@ -515,6 +530,15 @@
"create.project.title": {
"message": "プロジェクトを作成中"
},
+ "create.project.type-label": {
+ "message": "タイプ"
+ },
+ "create.project.type-project": {
+ "message": "プロジェクト"
+ },
+ "create.project.type-server": {
+ "message": "サーバー"
+ },
"create.project.url-label": {
"message": "URL"
},
@@ -564,7 +588,7 @@
"message": "コレクション"
},
"dashboard.creator-tax-form-modal.confirmation.download-button": {
- "message": "ダウンロード {formType}"
+ "message": "{formType} をダウンロード"
},
"dashboard.creator-tax-form-modal.confirmation.success": {
"message": "{formType}の納税申告書類の提出が完了しました"
@@ -1235,6 +1259,45 @@
"hosting-marketing.why.all-on-modrinth.description": {
"message": "あなたのサーバー、MOD、プレイヤーなどはすべてModrinthにあります。プラットフォームを切り替える必要はありません。"
},
+ "hosting-marketing.why.consistently-fast": {
+ "message": "常に最速"
+ },
+ "hosting-marketing.why.consistently-fast.description": {
+ "message": "当社のインフラは過負荷になることがありません。つまり、Modrinthでホストされている各サーバーは常に最高のパフォーマンスで稼働します。"
+ },
+ "hosting-marketing.why.description": {
+ "message": "Modrinthの数千ものModpackから選ぶか、自分だけのModpackを作成しよう。プレイの準備ができたら、友達を招待しよう。"
+ },
+ "hosting-marketing.why.heading": {
+ "message": "Modpackを探しましょう。それでサーバーの誕生です。"
+ },
+ "hosting-marketing.why.modern-reliable-hosting": {
+ "message": "モダンで信頼性の高いホスティングを体験"
+ },
+ "hosting-marketing.why.modern-reliable-hosting.description": {
+ "message": "Modrinth Hostingのサーバーは、高性能AMD CPUおよびDDR5 RAMを採用し、カスタムソフトウェアにより安定したパフォーマンスを提供します。"
+ },
+ "hosting-marketing.why.where-mods-are": {
+ "message": "あなたのModがある場所でプレイする"
+ },
+ "hosting-marketing.why.where-mods-are.description": {
+ "message": "Modrinth Hostingは、サーバーへのModおよびModpackのインストールの過程をシームレスに統合します。"
+ },
+ "hosting-marketing.why.why-modrinth-hosting": {
+ "message": "なぜModrinth Hostingなのか?"
+ },
+ "hosting-marketing.why.your-favorite-mods": {
+ "message": "すべてのお気に入りのMod"
+ },
+ "hosting-marketing.why.your-favorite-mods.description": {
+ "message": "Vanilla、Fabric、Forge、Quilt、NeoForgeから選択してください。Modrinth上で動作するものは、あなたのサーバーでも実行可能です。"
+ },
+ "hosting.plan.out-of-stock": {
+ "message": "品切れ"
+ },
+ "hosting.plan.select-plan": {
+ "message": "プランを選択"
+ },
"landing.button.discover-mods": {
"message": "modを探索する"
},
@@ -1394,6 +1457,12 @@
"layout.action.new-project": {
"message": "新規プロジェクト"
},
+ "layout.action.new-server-project": {
+ "message": "新規サーバー"
+ },
+ "layout.action.publish": {
+ "message": "公開する"
+ },
"layout.action.reports": {
"message": "レビューレポート"
},
@@ -1421,18 +1490,33 @@
"layout.banner.build-fail.title": {
"message": "ビルド時にAPIからステートを生成できませんでした。"
},
+ "layout.banner.preview.description": {
+ "message": "公式のModrinthウェブサイトにアクセスしたい場合は、https://modrinth.com をご覧ください。このプレビュー環境はModrinthスタッフによるテスト目的で使用されています。{owner}/{branch} @ {commit} を基に構築されています。"
+ },
+ "layout.banner.preview.title": {
+ "message": "これはModrinthウェブサイトのプレビューデプロイです。"
+ },
"layout.banner.staging.description": {
"message": "ステージング環境は、本番のModrinthデータベースとは完全に分離されています。これはテストやデバッグ目的で使用され、本番環境よりも新しい、開発中のModrinthバックエンドやフロントエンドのバージョンで動作している可能性があります。"
},
+ "layout.banner.staging.title": {
+ "message": "Modrinthのステージング環境を表示しています。"
+ },
"layout.banner.subscription-payment-failed.button": {
"message": "請求の情報を更新"
},
+ "layout.banner.subscription-payment-failed.description": {
+ "message": "1つ以上のサブスクリプションの更新に失敗しました。アクセスを失わないよう、お支払い方法を更新してください!"
+ },
"layout.banner.subscription-payment-failed.title": {
"message": "お支払い手続きが必要です。"
},
"layout.banner.tax.action": {
"message": "納税申告書を記入"
},
+ "layout.banner.tax.description": {
+ "message": "Modrinthからの今年の引き出し額は、すでに{threshold}を超えています。税法を遵守するため、税務フォームを提出いただく必要があります。このフォームが提出されるまで、引き出しは一時停止されます。"
+ },
"layout.banner.tax.title": {
"message": "納税申告書が必要"
},
@@ -1682,6 +1766,9 @@
"muralpay.document-type.passport": {
"message": "パスポート"
},
+ "muralpay.document-type.resident-id": {
+ "message": "住民ID"
+ },
"muralpay.document-type.ruc": {
"message": "RUC"
},
@@ -1706,12 +1793,45 @@
"muralpay.field.bank-account-number": {
"message": "口座番号"
},
+ "muralpay.field.clabe": {
+ "message": "CLABE"
+ },
"muralpay.field.country": {
"message": "国"
},
+ "muralpay.field.cpf-cnpj": {
+ "message": "CPF / CNPJ"
+ },
+ "muralpay.field.cuit-cuil": {
+ "message": "CUIT / CUIL"
+ },
+ "muralpay.field.document-type": {
+ "message": "ドキュメント形式"
+ },
+ "muralpay.field.iban": {
+ "message": ""
+ },
"muralpay.field.phone-number": {
"message": "電話番号"
},
+ "muralpay.field.pix-email": {
+ "message": "PIXメール"
+ },
+ "muralpay.field.pix-key-type": {
+ "message": "PIXキー形式"
+ },
+ "muralpay.field.pix-phone": {
+ "message": "PIX電話"
+ },
+ "muralpay.field.random-key": {
+ "message": "ランダムキー"
+ },
+ "muralpay.field.routing-number": {
+ "message": "ルーティングナンバー"
+ },
+ "muralpay.field.swift-bic": {
+ "message": "SWIFT / BIC"
+ },
"muralpay.field.wallet-address": {
"message": "ウォレットアドレス"
},
@@ -1748,27 +1868,84 @@
"muralpay.placeholder.wallet-address-eth": {
"message": "0x..."
},
+ "muralpay.rail.fiat-ars.name": {
+ "message": "銀行振込(ARS)"
+ },
+ "muralpay.rail.fiat-clp.name": {
+ "message": "銀行振込(CLP)"
+ },
+ "muralpay.rail.fiat-cop.name": {
+ "message": "銀行振込(COP)"
+ },
+ "muralpay.rail.fiat-crc.name": {
+ "message": "銀行振込(CRC)"
+ },
+ "muralpay.rail.fiat-eur.name": {
+ "message": "銀行振込(EUR)"
+ },
+ "muralpay.rail.fiat-mxn.name": {
+ "message": "銀行振込(MXN)"
+ },
+ "muralpay.rail.fiat-pen.name": {
+ "message": "銀行振込(PEN)"
+ },
+ "muralpay.rail.fiat-usd-peru.name": {
+ "message": "銀行振込(USD - Peru)"
+ },
+ "muralpay.rail.fiat-usd.name": {
+ "message": "銀行振込(USD)"
+ },
+ "muralpay.rail.fiat-zar.name": {
+ "message": "銀行振込(ZAR)"
+ },
"profile.bio.fallback.creator": {
"message": "Modrinthの作成者。"
},
"profile.bio.fallback.user": {
"message": "Modrinthのユーザー。"
},
+ "profile.button.billing": {
+ "message": "ユーザー課金管理"
+ },
+ "profile.button.edit-role": {
+ "message": "ロールを編集"
+ },
"profile.button.info": {
"message": "ユーザー情報を表示"
},
"profile.button.manage-projects": {
"message": "プロジェクトを管理"
},
+ "profile.button.remove-affiliate": {
+ "message": "アフィリエイトを解除する"
+ },
+ "profile.button.set-affiliate": {
+ "message": "アフィリエイトとして設定する"
+ },
"profile.details.label.email": {
"message": "メールドレス"
},
"profile.details.label.email-verified": {
"message": "メールアドレス認証済み"
},
+ "profile.details.label.has-password": {
+ "message": "パスワードがすでにあります"
+ },
+ "profile.details.label.payment-methods": {
+ "message": "支払い方法"
+ },
+ "profile.details.tooltip.email-not-verified": {
+ "message": "メールアドレス未認証"
+ },
+ "profile.details.tooltip.email-verified": {
+ "message": "メールアドレス認証済み"
+ },
"profile.error.not-found": {
"message": "ユーザーが見つかりませんでした"
},
+ "profile.label.affiliate": {
+ "message": "アフィリエイト"
+ },
"profile.label.badges": {
"message": "バッジ"
},
@@ -1820,15 +1997,36 @@
"project-member-header.success-join": {
"message": "あなたはプロジェクトに参加しました"
},
+ "project-moderation-nags.publishing-checklist": {
+ "message": "公開チェックリスト"
+ },
"project-moderation-nags.required": {
"message": "必須"
},
+ "project-moderation-nags.resubmit-for-review": {
+ "message": "レビューを再提出する"
+ },
"project-moderation-nags.resubmit-for-review-desc": {
"message": "あなたのプロジェクトはModrinthのスタッフにより{status, select, rejected {却下} withheld {保留} other {{status}}}されました。ほとんどの場合、スタッフからのメッセージに対応した後、再審査を申請することができます。"
},
+ "project-moderation-nags.submit-checklist-tooltip": {
+ "message": "公開チェックリストに記載されている必須手順を踏んでいる必要があります!"
+ },
+ "project-moderation-nags.submit-for-review": {
+ "message": "レビューを提出する"
+ },
"project-moderation-nags.submit-for-review-button": {
"message": "レビューを提出する"
},
+ "project-moderation-nags.submit-for-review-desc": {
+ "message": "プロジェクトはプロジェクトメンバーのみが閲覧可能です。公開するにはモデレーターの承認が必要です。"
+ },
+ "project-moderation-nags.suggestion": {
+ "message": "提案"
+ },
+ "project-moderation-nags.visit-moderation-page": {
+ "message": "モデレーションページを表示する"
+ },
"project-moderation-nags.warning": {
"message": "警告"
},
@@ -1856,15 +2054,54 @@
"project-type.modpack.singular": {
"message": "Modパック"
},
+ "project-type.plugin.plural": {
+ "message": "プラグイン"
+ },
+ "project-type.plugin.singular": {
+ "message": "プラグイン"
+ },
+ "project-type.project.plural": {
+ "message": "プロジェクト"
+ },
+ "project-type.project.singular": {
+ "message": "プロジェクト"
+ },
"project-type.resourcepack.plural": {
"message": "リソースパック"
},
+ "project-type.resourcepack.singular": {
+ "message": "リソースパック"
+ },
+ "project-type.server.plural": {
+ "message": "サーバー"
+ },
+ "project-type.server.singular": {
+ "message": "サーバー"
+ },
"project-type.shader.plural": {
"message": "シェーダー"
},
+ "project-type.shader.singular": {
+ "message": "シェーダー"
+ },
"project.about.details.created": {
"message": "{date}に作成"
},
+ "project.about.details.licensed": {
+ "message": "ライセンス: {license}"
+ },
+ "project.about.details.published": {
+ "message": "{date} に公開"
+ },
+ "project.about.details.submitted": {
+ "message": "提出時刻: {date}"
+ },
+ "project.about.details.title": {
+ "message": "詳細"
+ },
+ "project.about.details.updated": {
+ "message": "{date} に更新"
+ },
"project.actions.create-server": {
"message": "サーバーを作成"
},
@@ -1874,9 +2111,15 @@
"project.actions.dont-show-again": {
"message": "再度表示しない"
},
+ "project.actions.review-project": {
+ "message": "プロジェクトを評価"
+ },
"project.actions.servers-promo.description": {
"message": "Modrinth Hostingは手間を掛けず、簡単に友達と遊べます!"
},
+ "project.actions.servers-promo.pricing": {
+ "message": "{price} / 月から"
+ },
"project.actions.servers-promo.title": {
"message": "サーバーを作成"
},
@@ -1886,6 +2129,12 @@
"project.collections.none-found": {
"message": "コレクションを見つかりませんでした。"
},
+ "project.description.title": {
+ "message": "概要"
+ },
+ "project.details.licensed": {
+ "message": "ライセンス"
+ },
"project.download.game-version": {
"message": "ゲームバージョン: {version}"
},
@@ -1901,12 +2150,24 @@
"project.download.install-with-app": {
"message": "Modrinth App でインストール"
},
+ "project.download.no-app": {
+ "message": "Modrinthアプリをお持ちでないですか?"
+ },
+ "project.download.no-versions-available": {
+ "message": "{gameVersion} および {platform} 向けのバージョンは利用できません。"
+ },
"project.download.platform": {
"message": "プラットフォーム: {platform}"
},
"project.download.platform-error": {
"message": "エラー: プラットフォームが見つかりませんq"
},
+ "project.download.platform-tooltip": {
+ "message": "{title}は{platform}でのみ利用可能です"
+ },
+ "project.download.platform-unsupported-tooltip": {
+ "message": "{title}は{gameVersion}の{platform}に対応していません"
+ },
"project.download.search-game-versions": {
"message": "ゲームバージョンを検索..."
},
@@ -1925,6 +2186,27 @@
"project.download.title": {
"message": "{title}をダウンロード"
},
+ "project.environment.migration-no-permission.message": {
+ "message": "Modrinthの環境システムを全面的に見直し、新たなオプションが利用可能になりました。これらの設定を変更する権限はありませんが、環境メタデータの検証が必要であることをプロジェクトの他のメンバーにお知らせください。"
+ },
+ "project.environment.migration-no-permission.title": {
+ "message": "環境メタデータの確認が必要です"
+ },
+ "project.environment.migration.learn-more": {
+ "message": "この変更について詳しく見る"
+ },
+ "project.environment.migration.message": {
+ "message": "Modrinthの環境システムを全面的に見直し、新たなオプションが利用可能になりました。メタデータが正しいことをご確認ください。"
+ },
+ "project.environment.migration.review-button": {
+ "message": "環境設定を確認する"
+ },
+ "project.environment.migration.title": {
+ "message": "環境メタデータを確認してください"
+ },
+ "project.error.loading": {
+ "message": "プロジェクトデータの読み込み中にエラーが発生しました {message}"
+ },
"project.error.page-not-found": {
"message": "お探しのページは見つかりませんでした"
},
@@ -1934,9 +2216,18 @@
"project.gallery.title": {
"message": "ギャラリー"
},
+ "project.license.error": {
+ "message": "ライセンステキストを取得できませんでした。"
+ },
+ "project.license.loading": {
+ "message": "ライセンスの文を読み込み中"
+ },
"project.license.title": {
"message": "ライセンス"
},
+ "project.moderation.title": {
+ "message": "管理"
+ },
"project.navigation.changelog": {
"message": "変更履歴"
},
@@ -1946,9 +2237,30 @@
"project.notification.icon-updated.title": {
"message": "プロジェクトアイコンが更新されました"
},
+ "project.notification.updated.message": {
+ "message": "プロジェクトが更新されました。"
+ },
"project.notification.updated.title": {
"message": "プロジェクトが更新されました"
},
+ "project.settings.general.name.description": {
+ "message": "接頭辞、接尾辞、括弧書き、追加の説明は避けてください。プロジェクトの実際の名称のみを記載してください。"
+ },
+ "project.settings.general.name.placeholder.1": {
+ "message": "例: Nether Overhaul 2"
+ },
+ "project.settings.general.name.placeholder.2": {
+ "message": "例: Construction Equipment"
+ },
+ "project.settings.general.name.placeholder.3": {
+ "message": "例: Beter than Caving"
+ },
+ "project.settings.general.name.placeholder.4": {
+ "message": "例: Enhanced Portals"
+ },
+ "project.settings.general.name.placeholder.5": {
+ "message": "例: Dangerous Mobs"
+ },
"project.settings.general.name.title": {
"message": "名前"
},
@@ -1958,6 +2270,21 @@
"project.settings.general.tagline.placeholder.1": {
"message": "。"
},
+ "project.settings.general.tagline.placeholder.2": {
+ "message": "例: 着用可能な建設作業着を追加する。"
+ },
+ "project.settings.general.tagline.placeholder.3": {
+ "message": "例:リアルな坑道建設の仕組みを追加する。"
+ },
+ "project.settings.general.tagline.placeholder.4": {
+ "message": "例:ネザーポータル同士の接続方法を改善する。"
+ },
+ "project.settings.general.tagline.placeholder.5": {
+ "message": "例:夜間に遭遇する通常のモブに、強力なボスバージョンを追加する。"
+ },
+ "project.settings.general.tagline.title": {
+ "message": "キャッチフレーズ"
+ },
"project.settings.general.url.title": {
"message": "URL"
},
@@ -1967,6 +2294,96 @@
"project.versions.title": {
"message": "バージョン"
},
+ "report.already-reported": {
+ "message": "既に {title} をレポートしています"
+ },
+ "report.back-to-item": {
+ "message": "{item, select, project {project} version {version} user {user} other {content}} に戻る"
+ },
+ "report.form-not-for": {
+ "message": "次の目的では使用できません:"
+ },
+ "report.go-to-report": {
+ "message": "レポートする"
+ },
+ "report.not-for.bug-reports": {
+ "message": "バグの報告"
+ },
+ "report.not-for.bug-reports.description": {
+ "message": "バグの報告は、issue trackerにて行えます。"
+ },
+ "report.not-for.dmca": {
+ "message": "DMCAテイクダウン"
+ },
+ "report.not-for.dmca.description": {
+ "message": "著作権ポリシーをご覧ください。"
+ },
+ "report.note.copyright.1": {
+ "message": "ご注意ください:これはDMCA削除要請ではなく、再アップロードされたコンテンツへの報告です。"
+ },
+ "report.note.copyright.2": {
+ "message": "DMCAに基づく削除要請(法的措置) を提出する意図であった場合は、当社のCopyright Policyをご参照ください。"
+ },
+ "report.note.malicious.1": {
+ "message": "悪意のあるコンテンツまたは虚偽的なコンテンツに関する報告には、コードサンプルなど、当該行為を裏付ける十分な証拠を含める必要があります。"
+ },
+ "report.note.malicious.2": {
+ "message": "Microsoft Defender、VirusTotal、またはAIマルウェア検出による要約は、十分な証拠形式とはみなされず、受理されません。"
+ },
+ "report.please-report": {
+ "message": "是非報告ください:"
+ },
+ "report.report-content": {
+ "message": "コンテンツをモデレーターに報告する"
+ },
+ "report.report-item": {
+ "message": "{title} をモデレーターに報告する"
+ },
+ "report.submit": {
+ "message": "レポートを提出する"
+ },
+ "scopes.analytics.description": {
+ "message": "アナリティクスデータにアクセス"
+ },
+ "scopes.analytics.label": {
+ "message": "アナリティクスの読み取り"
+ },
+ "scopes.category.analytics": {
+ "message": "アナリティクス"
+ },
+ "scopes.category.collections": {
+ "message": "コレクション"
+ },
+ "scopes.category.notifications": {
+ "message": "通知"
+ },
+ "scopes.category.organizations": {
+ "message": "組織"
+ },
+ "scopes.category.pats": {
+ "message": "PAT"
+ },
+ "scopes.category.payouts": {
+ "message": "支払い額"
+ },
+ "scopes.category.projects": {
+ "message": "プロジェクト"
+ },
+ "scopes.category.reports": {
+ "message": "レポート"
+ },
+ "scopes.category.sessions": {
+ "message": "セッション"
+ },
+ "scopes.category.threads": {
+ "message": "スレッド"
+ },
+ "scopes.category.user-account": {
+ "message": "ユーザーアカウント"
+ },
+ "scopes.category.versions": {
+ "message": "バージョン"
+ },
"scopes.collectionCreate.description": {
"message": "コレクションを作成"
},
@@ -1991,42 +2408,432 @@
"scopes.collectionWrite.label": {
"message": "コレクションの書き込み"
},
+ "scopes.notificationRead.description": {
+ "message": "通知を確認する"
+ },
+ "scopes.notificationRead.label": {
+ "message": "通知を読み取る"
+ },
+ "scopes.notificationWrite.description": {
+ "message": "通知の削除/表示"
+ },
+ "scopes.notificationWrite.label": {
+ "message": "通知の書き込み"
+ },
"scopes.organizationCreate.description": {
"message": "組織を作成"
},
+ "scopes.organizationCreate.label": {
+ "message": "組織を作成する"
+ },
+ "scopes.organizationDelete.description": {
+ "message": "組織を削除する"
+ },
+ "scopes.organizationDelete.label": {
+ "message": "組織を削除する"
+ },
+ "scopes.organizationRead.description": {
+ "message": "組織を読み取る"
+ },
+ "scopes.organizationRead.label": {
+ "message": "組織を読み取る"
+ },
+ "scopes.organizationWrite.description": {
+ "message": "組織への連絡"
+ },
+ "scopes.organizationWrite.label": {
+ "message": "組織の書き込み"
+ },
+ "scopes.patCreate.description": {
+ "message": "個人用APIトークンを作成する"
+ },
+ "scopes.patCreate.label": {
+ "message": "PATを作成する"
+ },
+ "scopes.patDelete.description": {
+ "message": "個人用APIトークンを削除する"
+ },
+ "scopes.patDelete.label": {
+ "message": "PATを削除する"
+ },
+ "scopes.patRead.description": {
+ "message": "作成したAPIトークンを表示する"
+ },
+ "scopes.patRead.label": {
+ "message": "PATを読み取る"
+ },
+ "scopes.patWrite.description": {
+ "message": "個人用APIトークンを編集する"
+ },
+ "scopes.patWrite.label": {
+ "message": "PATの書き込み"
+ },
+ "scopes.payoutsRead.description": {
+ "message": "支払い額を確認する"
+ },
+ "scopes.payoutsRead.label": {
+ "message": "支払い額の確認"
+ },
"scopes.payoutsWrite.description": {
"message": "収益を出金する"
},
+ "scopes.payoutsWrite.label": {
+ "message": "支払い額への書き込み"
+ },
+ "scopes.performAnalytics.description": {
+ "message": "アナリティクス処理を実行する"
+ },
+ "scopes.performAnalytics.label": {
+ "message": "アナリティクス実行"
+ },
"scopes.projectCreate.description": {
"message": "新規プロジェクトを作成"
},
"scopes.projectCreate.label": {
"message": "プロジェクトの作成"
},
+ "scopes.projectDelete.description": {
+ "message": "プロジェクトを削除する"
+ },
+ "scopes.projectDelete.label": {
+ "message": "プロジェクトの削除"
+ },
+ "scopes.projectRead.description": {
+ "message": "あなたの全プロジェクトの読み取り"
+ },
+ "scopes.projectRead.label": {
+ "message": "プロジェクトの読み取り"
+ },
+ "scopes.projectWrite.description": {
+ "message": "プロジェクトデータへの書き込み"
+ },
+ "scopes.projectWrite.label": {
+ "message": "プロジェクトの書き込み"
+ },
+ "scopes.reportCreate.description": {
+ "message": "レポートの作成"
+ },
+ "scopes.reportCreate.label": {
+ "message": "レポートの作成"
+ },
+ "scopes.reportDelete.description": {
+ "message": "レポートの削除"
+ },
+ "scopes.reportDelete.label": {
+ "message": "レポートの削除"
+ },
+ "scopes.reportRead.description": {
+ "message": "レポートの読み取り"
+ },
+ "scopes.reportRead.label": {
+ "message": "レポートの読み取り"
+ },
+ "scopes.reportWrite.description": {
+ "message": "レポートの編集"
+ },
+ "scopes.reportWrite.label": {
+ "message": "レポートの書き込み"
+ },
+ "scopes.sessionAccess.label": {
+ "message": "セッションにアクセス"
+ },
+ "scopes.sessionDelete.description": {
+ "message": "セッションを削除する"
+ },
+ "scopes.sessionDelete.label": {
+ "message": "セッションを削除する"
+ },
+ "scopes.sessionRead.description": {
+ "message": "有効なセッションを読み取る"
+ },
+ "scopes.sessionRead.label": {
+ "message": "セッションの読み取り"
+ },
+ "scopes.threadRead.description": {
+ "message": "スレッドの読み取り"
+ },
+ "scopes.threadRead.label": {
+ "message": "スレッドの読み取り"
+ },
+ "scopes.threadWrite.description": {
+ "message": "スレッドへの書き込み"
+ },
+ "scopes.threadWrite.label": {
+ "message": "スレッドの書き込み"
+ },
+ "scopes.versionRead.description": {
+ "message": "全バージョンの読み取り"
+ },
+ "servers.notice.actions": {
+ "message": "アクション"
+ },
+ "servers.notice.begins": {
+ "message": "開始"
+ },
+ "servers.notice.dismissable": {
+ "message": "無視できる"
+ },
+ "servers.notice.expires": {
+ "message": "有効期限"
+ },
"servers.notice.id": {
"message": "ID"
},
+ "servers.notice.level": {
+ "message": "レベル"
+ },
+ "servers.notice.undismissable": {
+ "message": "無視できない"
+ },
+ "servers.notices.create-notice": {
+ "message": "通知を作成する"
+ },
"servers.plan.large.name": {
"message": "大"
},
+ "servers.plan.medium.description": {
+ "message": "6~15人のプレイヤーと複数のMODに最適。"
+ },
+ "servers.plan.medium.name": {
+ "message": "標準"
+ },
+ "servers.plan.small.description": {
+ "message": "いくつかの軽量なModで1~5人に最適。"
+ },
"servers.plan.small.name": {
"message": "少"
},
+ "settings.applications.about": {
+ "message": "概要"
+ },
+ "settings.applications.button.add-more": {
+ "message": "更に追加"
+ },
+ "settings.applications.button.add-redirect-uri": {
+ "message": "リダイレクトURIを追加する"
+ },
+ "settings.applications.button.cancel": {
+ "message": "キャンセル"
+ },
+ "settings.applications.button.create": {
+ "message": "アプリケーションを作成する"
+ },
+ "settings.applications.button.delete": {
+ "message": "削除"
+ },
+ "settings.applications.button.edit": {
+ "message": "編集"
+ },
+ "settings.applications.button.new": {
+ "message": "新規アプリケーション"
+ },
+ "settings.applications.button.save-changes": {
+ "message": "変更を保存する"
+ },
+ "settings.applications.button.upload-icon": {
+ "message": "アイコンをアップロード"
+ },
+ "settings.applications.client-id": {
+ "message": "クライアントID"
+ },
+ "settings.applications.client-secret": {
+ "message": "クライアント秘密情報"
+ },
+ "settings.applications.created-on": {
+ "message": "{date} に作成"
+ },
+ "settings.applications.delete.confirm.button": {
+ "message": "アプリケーションを削除する"
+ },
+ "settings.applications.delete.confirm.description": {
+ "message": "このアプリケーションを完全に削除し、すべてのアクセストークンを無効化します。(この操作は元に戻せません!)"
+ },
+ "settings.applications.delete.confirm.title": {
+ "message": "本当にこのアプリケーションを削除してもよろしいですか?"
+ },
+ "settings.applications.description.intro": {
+ "message": "アプリケーションを使用することで、Modrinthのユーザーをご自身の製品で認証できます。\n詳細についてはModrinthのAPIドキュメントをご覧ください。"
+ },
+ "settings.applications.field.description": {
+ "message": "概要"
+ },
+ "settings.applications.field.description.placeholder": {
+ "message": "アプリケーションの説明を入力…"
+ },
+ "settings.applications.field.icon": {
+ "message": "アイコン"
+ },
+ "settings.applications.field.name": {
+ "message": "名前"
+ },
+ "settings.applications.field.name.placeholder": {
+ "message": "アプリケーション名を入力…"
+ },
+ "settings.applications.field.redirect-uri.placeholder": {
+ "message": "https://example.com/auth/callback"
+ },
+ "settings.applications.field.redirect-uris": {
+ "message": "リダイレクトURI"
+ },
+ "settings.applications.field.scopes": {
+ "message": "スコープ"
+ },
+ "settings.applications.field.url": {
+ "message": "URL"
+ },
+ "settings.applications.field.url.placeholder": {
+ "message": "https://example.com"
+ },
+ "settings.applications.modal.header": {
+ "message": "アプリケーション情報"
+ },
+ "settings.applications.notification.error.title": {
+ "message": "エラーが発生しました"
+ },
+ "settings.applications.notification.icon-updated.description": {
+ "message": "アプリケーションのアイコンが更新されました。"
+ },
+ "settings.applications.notification.icon-updated.title": {
+ "message": "アイコンを更新"
+ },
+ "settings.applications.secret.disclaimer": {
+ "message": "今すぐ秘密情報を保存しましょう。このページを離れると非表示になります!"
+ },
+ "settings.billing.modal.cancel.action": {
+ "message": "サブスクリプションを解除する"
+ },
+ "settings.billing.modal.cancel.description": {
+ "message": "これにより、ご契約は解約されます。現在の請求期間終了までは特典をご利用いただけます。"
+ },
+ "settings.billing.modal.cancel.title": {
+ "message": "本当にサブスクリプションを解除してもよろしいですか?"
+ },
+ "settings.billing.modal.delete.action": {
+ "message": "この支払い方法を削除する"
+ },
+ "settings.billing.modal.delete.description": {
+ "message": "これにより、このトークンは永久に削除されます(本当に永久です)。"
+ },
+ "settings.billing.modal.delete.title": {
+ "message": "このお支払い方法を削除してもよろしいですか?"
+ },
+ "settings.billing.payment_method.action.add": {
+ "message": "支払い方法を追加する"
+ },
+ "settings.billing.payment_method.action.history": {
+ "message": "過去の請求額を確認する"
+ },
+ "settings.billing.payment_method.action.primary": {
+ "message": "プライマリに設定"
+ },
"settings.billing.payment_method.card_expiry": {
"message": "有効期限:{year}年{month}月"
},
+ "settings.billing.payment_method.none": {
+ "message": "お支払い方法が設定されていません。"
+ },
+ "settings.billing.payment_method.primary": {
+ "message": "プライマリ"
+ },
+ "settings.billing.payment_method.title": {
+ "message": "支払い方法"
+ },
+ "settings.billing.pyro_subscription.description": {
+ "message": "Modrinth Server のサブスクリプションを管理する。"
+ },
+ "settings.billing.pyro_subscription.title": {
+ "message": "Modrinth Server のサブスクリプション"
+ },
+ "settings.billing.subscription.description": {
+ "message": "Modrinth のサブスクリプションを管理する。"
+ },
+ "settings.billing.subscription.title": {
+ "message": "サブスクリプション"
+ },
+ "settings.display.banner.developer-mode.button": {
+ "message": "開発者モードを無効にする"
+ },
+ "settings.display.banner.developer-mode.description": {
+ "message": "開発者モード が有効です。これにより、Modrinth全体の様々な内部IDを表示することができ、Modrinth APIを使用する開発に役立ちます。ページの下部にあるModrinthロゴを5回クリックすると、開発者モードが切り替わります。"
+ },
+ "settings.display.flags.description": {
+ "message": "このデバイスで特定の機能を有効または無効にします。"
+ },
+ "settings.display.flags.title": {
+ "message": "機能の切り替え"
+ },
+ "settings.display.project-list-layouts.datapack": {
+ "message": "データパックページ"
+ },
+ "settings.display.project-list-layouts.description": {
+ "message": "このデバイスでプロジェクト一覧を表示する各ページのレイアウトをお選びください。"
+ },
+ "settings.display.project-list-layouts.mod": {
+ "message": ""
+ },
+ "settings.display.project-list-layouts.modpack": {
+ "message": "Modpacks"
+ },
+ "settings.display.project-list-layouts.plugin": {
+ "message": "Plugins"
+ },
+ "settings.display.project-list-layouts.resourcepack": {
+ "message": "Resource Packs"
+ },
+ "settings.display.project-list-layouts.shader": {
+ "message": "Shaders"
+ },
+ "settings.display.project-list-layouts.title": {
+ "message": "プロジェクト一覧のレイアウト"
+ },
+ "settings.display.project-list-layouts.user": {
+ "message": "ユーザープロフィール"
+ },
+ "settings.display.project-list.layouts.collection": {
+ "message": "コレクション"
+ },
"settings.display.sidebar.advanced-rendering.description": {
"message": "ぼかし効果などの高度なレンダリングを有効にします。グラフィック アクセラレーションが使用できない場合は、パフォーマンスが低下する可能性があります。"
},
"settings.display.sidebar.advanced-rendering.title": {
"message": "高度なレンダリング"
},
+ "settings.display.sidebar.external-links-new-tab.description": {
+ "message": "Modrinth外のリンクを新しいタブで開くように設定します。この設定にかかわらず、同一ドメイン上のリンクとMarkdownの概要欄のリンクは同じタブで開かれ、広告ページと編集ページ上のリンクは新しいタブで開かれます。"
+ },
+ "settings.display.sidebar.external-links-new-tab.title": {
+ "message": "外部リンクを新しいタブで開く"
+ },
+ "settings.display.sidebar.hide-app-promos.description": {
+ "message": "「Modrinth Appを入手」ボタンをプライマリナビゲーションから非表示にします。Modrinth Appのページは、ランディングページまたはフッターに表示されます。"
+ },
+ "settings.display.sidebar.hide-app-promos.title": {
+ "message": "Modrinth Appのプロモーションを非表示"
+ },
+ "settings.display.sidebar.left-aligned-content-sidebar.title": {
+ "message": "コンテンツの左寄せサイドバー"
+ },
+ "settings.display.sidebar.right-aligned-content-sidebar.description": {
+ "message": "コンテンツのサイドバーをページの左側に揃えます。"
+ },
+ "settings.display.sidebar.right-aligned-filters-sidebar.description": {
+ "message": "検索フィルターのサイドバーを検索結果の右側に揃えます。"
+ },
+ "settings.display.sidebar.right-aligned-filters-sidebar.title": {
+ "message": "検索フィルターの右寄せサイドバー"
+ },
"settings.display.theme.description": {
"message": "このデバイスでのお好みのテーマを選択してください。"
},
"settings.display.theme.title": {
"message": "テーマ"
},
+ "settings.pats.action.create": {
+ "message": "PATを作成"
+ },
+ "settings.pats.description": {
+ "message": "PATを使用してModrinth APIにアクセスできます。\n詳細はModrinth APIドキュメントを参照してください。\nPATはいつでも作成・取り消し可能です。"
+ },
"settings.pats.modal.create.action": {
"message": "PATを作成"
},
@@ -2039,24 +2846,93 @@
"settings.pats.modal.create.name.placeholder": {
"message": "PATの名前を入力..."
},
+ "settings.pats.modal.create.title": {
+ "message": "個人用アクセストークンを作成"
+ },
+ "settings.pats.modal.delete.action": {
+ "message": "このトークンを削除"
+ },
+ "settings.pats.modal.delete.description": {
+ "message": "これにより、このトークンは永久に削除されます(本当に永久です)。"
+ },
+ "settings.pats.modal.delete.title": {
+ "message": "本当にこのトークンを削除してもよろしいですか?"
+ },
+ "settings.pats.modal.edit.title": {
+ "message": "個人用アクセストークンを編集"
+ },
+ "settings.pats.token.action.edit": {
+ "message": "トークンを編集する"
+ },
+ "settings.pats.token.action.revoke": {
+ "message": "トークンを取り消す"
+ },
+ "settings.pats.token.expired-ago": {
+ "message": "期限切れ: {ago}"
+ },
+ "settings.pats.token.expires-in": {
+ "message": "有効期限: {inTime}"
+ },
+ "settings.pats.token.last-used": {
+ "message": "最終使用: {ago}"
+ },
"settings.pats.token.never-used": {
"message": "未使用"
},
+ "settings.profile.bio.description": {
+ "message": "あなたのことをみんなに知ってもらうための簡単な自己紹介。"
+ },
"settings.profile.bio.title": {
"message": "自己紹介"
},
+ "settings.profile.description": {
+ "message": "あなたのプロフィール情報は、Modrinth上およびModrinth APIを通じて一般公開されます。"
+ },
+ "settings.profile.profile-info": {
+ "message": "プロフィール情報"
+ },
+ "settings.profile.profile-picture.title": {
+ "message": "プロフィール写真"
+ },
+ "settings.profile.username.description": {
+ "message": "大文字・小文字を区別しない、プロフィールを識別するための固有の名前。"
+ },
+ "settings.sessions.action.revoke-session": {
+ "message": "セッションを取り消す"
+ },
"settings.sessions.created-ago": {
"message": "{ago}に作成"
},
+ "settings.sessions.current-session": {
+ "message": "現在のセッション"
+ },
+ "settings.sessions.description": {
+ "message": "現在、お使いのModrinthアカウントでログインしているデバイスは以下の通りです。各デバイスから個別にログアウトできます。\n\nもし覚えのないログイン履歴があった場合は、そのデバイスからログアウトし、すぐにModrinthアカウントのパスワードを変更してください。"
+ },
+ "settings.sessions.last-accessed-ago": {
+ "message": "最終アクセス: {ago}"
+ },
"settings.sessions.unknown-os": {
"message": "不明なOS"
},
+ "settings.sessions.unknown-platform": {
+ "message": "不明なプラットフォーム"
+ },
"ui.latest-news-row.latest-news": {
"message": "Modrinthの最新ニュース"
},
"ui.latest-news-row.view-all": {
"message": "すべてのニュースを見る"
},
+ "version.environment.none.description": {
+ "message": "このバージョンの環境設定は未指定です。"
+ },
+ "version.environment.none.title": {
+ "message": "環境設定が指定されていません"
+ },
+ "version.environment.unknown.description": {
+ "message": "環境: {environment} が認識されていません。"
+ },
"version.environment.unknown.title": {
"message": "不明な環境"
}
diff --git a/apps/frontend/src/locales/ko-KR/index.json b/apps/frontend/src/locales/ko-KR/index.json
index d4411355a7..5d2df81913 100644
--- a/apps/frontend/src/locales/ko-KR/index.json
+++ b/apps/frontend/src/locales/ko-KR/index.json
@@ -48,7 +48,7 @@
"message": "Windows"
},
"app-marketing.features.follow.description": {
- "message": "마음에 드는 콘텐츠를 저장하고, 한 번의 클릭으로 업데이트를 받아보세요."
+ "message": "마음에 드는 콘텐츠를 저장하고 한 번의 클릭으로 업데이트를 받아보세요."
},
"app-marketing.features.follow.title": {
"message": "프로젝트 팔로우"
@@ -66,7 +66,7 @@
"message": "프로필 가져오기"
},
"app-marketing.features.mod-management.actions": {
- "message": "활동"
+ "message": "작업"
},
"app-marketing.features.mod-management.byAuthor": {
"message": "{author} 제공"
@@ -108,7 +108,7 @@
"message": "% CPU"
},
"app-marketing.features.performance.description": {
- "message": "Modrinth App은 단 150MB의 램을 사용하여 많은 주요 모드 관리자들보다 뛰어난 성능을 제공합니다!"
+ "message": "Modrinth App은 단 150MB의 메모리만 사용합니다. 다른 모드 관리자보다 더 빠르겠죠!"
},
"app-marketing.features.performance.discord": {
"message": "Discord"
@@ -147,7 +147,7 @@
"message": "고성능"
},
"app-marketing.features.play.description": {
- "message": "Modrinth App을 사용하여 좋아하는 모드와 모드팩을 다운로드하고 플레이하세요."
+ "message": "Modrinth App을 통해 여러분이 좋아하는 모드와 모드팩을 다운로드하고 바로 플레이하세요."
},
"app-marketing.features.play.title": {
"message": "좋아하는 모드를 플레이하세요"
@@ -165,7 +165,7 @@
"message": "모드팩 공유"
},
"app-marketing.features.unlike-any-launcher": {
- "message": "다른 런처와 달리"
+ "message": "한 번도 경험하지 못했던,"
},
"app-marketing.features.website.description": {
"message": "Modrinth App은 웹사이트와 완전히 통합되어 있어, 앱에서 좋아하는 프로젝트에 접근할 수 있습니다!"
@@ -174,10 +174,10 @@
"message": "웹사이트 통합"
},
"app-marketing.features.youve-used-before": {
- "message": "당신이 이전에 사용했던"
+ "message": "차원이 다른 런처"
},
"app-marketing.hero.app-screenshot-alt": {
- "message": "Cobblemon 인스턴스가 ‘콘텐츠’ 페이지에 열려 있는 Modrinth App의 스크린샷"
+ "message": "Cobblemon 인스턴스가 ‘콘텐츠’ 페이지에 열려 있는 Modrinth App의 스크린샷."
},
"app-marketing.hero.description": {
"message": "Modrinth App은 독특한 오픈 소스 런처로, 좋아하는 모드를 플레이하고 최신 상태로 유지하는 모든 기능이 이 깔끔한 패키지 하나에 모두 담겨 있습니다."
@@ -189,7 +189,7 @@
"message": "Modrinth App 다운로드"
},
"app-marketing.hero.download-modrinth-app-for-os": {
- "message": "{os} 용 Modrinth App 다운로드"
+ "message": "{os}용 Modrinth App 다운로드"
},
"app-marketing.hero.minecraft-screenshot-alt": {
"message": "Cobblemon 인스턴스의 메인 메뉴 스크린샷"
@@ -201,10 +201,10 @@
"message": "다른 패키지 숨기기"
},
"app-marketing.not-recommended": {
- "message": "뭘 하고 있는지 모르시다면 이걸 사용하는걸 권장하지 않습니다."
+ "message": "뭘 하고 있는지 모르시다면 사용을 권장하지 않습니다."
},
"app-marketing.show-other-packages": {
- "message": "다른 패키지 보이기"
+ "message": "다른 패키지 보기"
},
"auth.authorize.action.authorize": {
"message": "승인"
@@ -315,7 +315,7 @@
"message": "인증 이메일 재전송"
},
"auth.verify-email.failed-verification.description": {
- "message": "이메일을 인증할 수 없었습니다. 로그인 한 뒤 대시보드를 통해 인증 이메일을 다시 보내주세요."
+ "message": "이메일을 인증할 수 없습니다. 로그인 한 뒤 대시보드를 통해 인증 이메일 재전송을 시도해 보세요."
},
"auth.verify-email.failed-verification.description.logged-in": {
"message": "이메일을 인증할 수 없습니다. 아래 버튼을 통해 인증 이메일을 다시 보내주세요."
@@ -372,7 +372,7 @@
"message": "이 컬렉션을 삭제하시겠습니까?"
},
"collection.description": {
- "message": "{description} - Modrinth에서 {username}이(가) 만든 컬렉션 {name} 보기"
+ "message": "{description} - Modrinth에서 {username}님이 만든 컬렉션 {name} 보기"
},
"collection.description.following": {
"message": "팔로우하는 모든 프로젝트로 자동 생성된 컬렉션입니다."
@@ -393,7 +393,7 @@
"message": "아직 프로젝트에 컬렉션이 없습니다"
},
"collection.label.projects-count": {
- "message": "{count, plural, =0 {프로젝트 없음} one {{count} 프로젝트} other {{count} {type}}}"
+ "message": "{count, plural, =0 {프로젝트 없음} other {{count} 프로젝트}}"
},
"collection.label.updated-at": {
"message": "{ago} 전에 업데이트됨"
@@ -408,10 +408,10 @@
"message": "{name} - 컬렉션"
},
"create-project-version.create-modal.stage.add-files.admonition": {
- "message": "보조 파일은 소스 코드와 같은 지원 자료용이며, 대체 버전이나 변형을 위한 것이 아닙니다."
+ "message": "보조 파일은 소스 코드와 같은 지원용 리소스를 위한 것이며, 대체 버전이나 변형을 위한 것이 아닙니다."
},
"create.collection.collection-info": {
- "message": "새 컬렉션은 {count, plural, =0 {프로젝트 없음} one {#개의 프로젝트} other {#개의 프로젝트}}를 포함한 공개 컬렉션으로 생성됩니다."
+ "message": "새 컬렉션은 {count, plural, =0 {프로젝트 없음} other {#개의 프로젝트}}를 포함한 공개 컬렉션으로 생성됩니다."
},
"create.collection.create-collection": {
"message": "컬렉션 생성"
@@ -423,7 +423,7 @@
"message": "컬렉션 이름 입력..."
},
"create.collection.summary-description": {
- "message": "당신의 컬렉션을 짧은 문장으로 설명해 주세요."
+ "message": "내 컬렉션에 대해 짧게 설명해 보세요."
},
"create.collection.summary-label": {
"message": "개요"
@@ -477,10 +477,10 @@
"message": "조직 이름 입력..."
},
"create.organization.ownership-info": {
- "message": "당신은 이 조직의 소유자이며, 필요시 다른 멤버를 초대하거나 권한을 이전할 수 있습니다."
+ "message": "여러분은 이 조직의 소유자이며, 필요시 다른 멤버를 초대하거나 권한을 이전할 수 있습니다."
},
"create.organization.summary-description": {
- "message": "당신의 조직을 짧은 문장으로 설명해 주세요."
+ "message": "여러분의 조직에 대해 짧게 설명해 보세요."
},
"create.organization.summary-label": {
"message": "개요"
@@ -497,12 +497,27 @@
"create.project.create-project": {
"message": "프로젝트 만들기"
},
+ "create.project.create-server-project": {
+ "message": "서버 생성"
+ },
+ "create.project.missing-fields-tooltip": {
+ "message": "누락된 필드: {fields}"
+ },
"create.project.name-label": {
"message": "이름"
},
"create.project.name-placeholder": {
"message": "프로젝트 이름 입력..."
},
+ "create.project.owner-description": {
+ "message": "프로젝트 소유자를 자신 또는 소속된 조직으로 설정하세요."
+ },
+ "create.project.owner-label": {
+ "message": "소유자"
+ },
+ "create.project.server-project-title": {
+ "message": "서버 프로젝트 생성"
+ },
"create.project.summary-description": {
"message": "당신의 프로젝트를 짧은 문장으로 설명해 주세요."
},
@@ -510,16 +525,25 @@
"message": "개요"
},
"create.project.summary-placeholder": {
- "message": "이 프로젝트는 ...을 추가합니다"
+ "message": "이 프로젝트에 추가할 건..."
},
"create.project.title": {
"message": "프로젝트 생성"
},
+ "create.project.type-label": {
+ "message": "유형"
+ },
+ "create.project.type-project": {
+ "message": "프로젝트"
+ },
+ "create.project.type-server": {
+ "message": "서버"
+ },
"create.project.url-label": {
"message": "URL"
},
"create.project.visibility-description": {
- "message": "승인 후 프로젝트의 공개 범위"
+ "message": "승인 후 프로젝트의 공개 범위."
},
"create.project.visibility-private": {
"message": "비공개"
@@ -672,7 +696,7 @@
"message": "사업체를 대신하여 이 은행 계좌를 운영할 수 있는 권한을 가진 사람의 이름을 입력하세요."
},
"dashboard.creator-withdraw-modal.muralpay-details.coin": {
- "message": "코인"
+ "message": "암호화폐"
},
"dashboard.creator-withdraw-modal.muralpay-details.crypto-warning-header": {
"message": "지갑 주소 확인"
@@ -690,10 +714,10 @@
"message": "여권 번호 입력"
},
"dashboard.creator-withdraw-modal.muralpay-details.document-number-resident-id": {
- "message": "주민 ID 번호"
+ "message": "주민등록번호"
},
"dashboard.creator-withdraw-modal.muralpay-details.document-number-resident-id-placeholder": {
- "message": "주민 ID 번호 입력"
+ "message": "주민등록번호 입력"
},
"dashboard.creator-withdraw-modal.muralpay-details.document-number-ruc": {
"message": "RUC 번호"
@@ -747,7 +771,7 @@
"message": "완료"
},
"dashboard.creator-withdraw-modal.stage.method-selection": {
- "message": "수단"
+ "message": "결제수단"
},
"dashboard.creator-withdraw-modal.stage.tax-form": {
"message": "세금 신고서"
@@ -765,7 +789,7 @@
"message": "사용 가능한 금액 단위"
},
"dashboard.creator-withdraw-modal.tremendous-details.balance-worth-hint": {
- "message": "현재 잔액 {usdBalance}은(는) {localBalance}의 가치입니다."
+ "message": "현재 잔액 {usdBalance}는 {localBalance}만큼의 가치입니다."
},
"dashboard.creator-withdraw-modal.tremendous-details.enter-amount-hint": {
"message": "이 가격대 근처의 기프트 카드를 찾으세요."
@@ -795,13 +819,13 @@
"message": "진행하기 위해 지정 금액을 선택해 주세요"
},
"dashboard.creator-withdraw-modal.tremendous-details.unverified-email-header": {
- "message": "검증되지 않은 이메일"
+ "message": "인증되지 않은 이메일"
},
"dashboard.creator-withdraw-modal.tremendous-details.unverified-email-message": {
"message": "입력하신 배송 이메일은 귀하의 Modrinth 계정과 연결되어 있지 않습니다. Modrinth는 잘못된 이메일 주소로 발송된 보상을 복구할 수 없습니다."
},
"dashboard.creator-withdraw-modal.tremendous-details.usd-paypal-warning-header": {
- "message": "할인된 수수료 이용 가능"
+ "message": "수수료 절감 가능"
},
"dashboard.creator-withdraw-modal.tremendous-details.usd-paypal-warning-message": {
"message": "PayPal 국제 결제를 위해 USD를 선택하셨습니다. 직접 PayPal 결제로 전환하시면 수수료가 더 저렴합니다(약 6% 대신 약 2%)."
@@ -1433,6 +1457,12 @@
"layout.action.new-project": {
"message": "새 프로젝트"
},
+ "layout.action.new-server-project": {
+ "message": "새 서버"
+ },
+ "layout.action.publish": {
+ "message": "게시"
+ },
"layout.action.reports": {
"message": "보고서 검토"
},
@@ -1763,9 +1793,6 @@
"muralpay.field.bank-account-number": {
"message": "계좌 번호"
},
- "muralpay.field.branch-code": {
- "message": "은행 코드"
- },
"muralpay.field.clabe": {
"message": "CLABE"
},
@@ -1796,6 +1823,9 @@
"muralpay.field.pix-phone": {
"message": "PIX 전화"
},
+ "muralpay.field.random-key": {
+ "message": "임의 키"
+ },
"muralpay.field.routing-number": {
"message": "라우팅 번호"
},
@@ -1856,9 +1886,6 @@
"muralpay.placeholder.enter-account-number": {
"message": "계좌 번호 입력"
},
- "muralpay.placeholder.enter-branch-code": {
- "message": "은행 코드 입력"
- },
"muralpay.placeholder.enter-clabe": {
"message": "18자리 CLABE 입력"
},
@@ -1871,6 +1898,9 @@
"muralpay.placeholder.enter-pix-email": {
"message": "PIX 이메일 입력"
},
+ "muralpay.placeholder.enter-random-key": {
+ "message": "임의 키 입력"
+ },
"muralpay.placeholder.enter-routing-number": {
"message": "9자리 라우팅 번호 입력"
},
@@ -2102,6 +2132,12 @@
"project-type.datapack.singular": {
"message": "데이터 팩"
},
+ "project-type.minecraft_java_server.plural": {
+ "message": "서버"
+ },
+ "project-type.minecraft_java_server.singular": {
+ "message": "서버"
+ },
"project-type.mod.plural": {
"message": "모드"
},
@@ -2132,6 +2168,12 @@
"project-type.resourcepack.singular": {
"message": "리소스 팩"
},
+ "project-type.server.plural": {
+ "message": "서버"
+ },
+ "project-type.server.singular": {
+ "message": "서버"
+ },
"project-type.shader.plural": {
"message": "셰이더"
},
@@ -2954,6 +2996,9 @@
"settings.display.project-list-layouts.resourcepack": {
"message": "리소스 팩 페이지"
},
+ "settings.display.project-list-layouts.server": {
+ "message": "서버 페이지"
+ },
"settings.display.project-list-layouts.shader": {
"message": "셰이더 페이지"
},
diff --git a/apps/frontend/src/locales/ms-MY/index.json b/apps/frontend/src/locales/ms-MY/index.json
index d6c7ed4342..8ad68bc9df 100644
--- a/apps/frontend/src/locales/ms-MY/index.json
+++ b/apps/frontend/src/locales/ms-MY/index.json
@@ -497,12 +497,24 @@
"create.project.create-project": {
"message": "Cipta projek"
},
+ "create.project.create-server-project": {
+ "message": "Cipta sebuah pelayan"
+ },
"create.project.name-label": {
"message": "Nama"
},
"create.project.name-placeholder": {
"message": "Masukkan nama projek..."
},
+ "create.project.owner-description": {
+ "message": "Tetapkan pemilik projek sebagai diri anda atau organisasi yang anda sertai."
+ },
+ "create.project.owner-label": {
+ "message": "Pemilik"
+ },
+ "create.project.server-project-title": {
+ "message": "Mencipta sebuah projek pelayan"
+ },
"create.project.summary-description": {
"message": "Satu atau dua ayat yang menerangkan projek anda."
},
@@ -515,6 +527,15 @@
"create.project.title": {
"message": "Mencipta sebuah projek"
},
+ "create.project.type-label": {
+ "message": "Jenis"
+ },
+ "create.project.type-project": {
+ "message": "Projek"
+ },
+ "create.project.type-server": {
+ "message": "Pelayan"
+ },
"create.project.url-label": {
"message": "URL"
},
@@ -1433,6 +1454,12 @@
"layout.action.new-project": {
"message": "Projek baharu"
},
+ "layout.action.new-server-project": {
+ "message": "Pelayan baharu"
+ },
+ "layout.action.publish": {
+ "message": "Terbitkan"
+ },
"layout.action.reports": {
"message": "Semak laporan"
},
@@ -1763,9 +1790,6 @@
"muralpay.field.bank-account-number": {
"message": "Nombor akaun"
},
- "muralpay.field.branch-code": {
- "message": "Kod cawangan"
- },
"muralpay.field.clabe": {
"message": "CLABE"
},
@@ -1856,9 +1880,6 @@
"muralpay.placeholder.enter-account-number": {
"message": "Masukkan nombor akaun"
},
- "muralpay.placeholder.enter-branch-code": {
- "message": "Masukkan kod cawangan"
- },
"muralpay.placeholder.enter-clabe": {
"message": "Masukkan CLABE 18 digit"
},
@@ -2132,6 +2153,12 @@
"project-type.resourcepack.singular": {
"message": "Pek Sumber"
},
+ "project-type.server.plural": {
+ "message": "Pelayan"
+ },
+ "project-type.server.singular": {
+ "message": "Pelayan"
+ },
"project-type.shader.plural": {
"message": "Pembayang"
},
diff --git a/apps/frontend/src/locales/nl-NL/index.json b/apps/frontend/src/locales/nl-NL/index.json
index b5a4e001e2..f3b07255c6 100644
--- a/apps/frontend/src/locales/nl-NL/index.json
+++ b/apps/frontend/src/locales/nl-NL/index.json
@@ -23,6 +23,9 @@
"app-marketing.download.download-rpm": {
"message": "Download het RPM-pakket"
},
+ "app-marketing.download.flathub": {
+ "message": "Verkrijg het op Flathub"
+ },
"app-marketing.download.linux": {
"message": "Linux"
},
@@ -194,6 +197,15 @@
"app-marketing.hero.more-download-options": {
"message": "Meer download opties"
},
+ "app-marketing.hide-other-packages": {
+ "message": "Verberg andere pakketten"
+ },
+ "app-marketing.not-recommended": {
+ "message": "We raden je niet aan deze te gebruiken, behalve als je weet wat je doet."
+ },
+ "app-marketing.show-other-packages": {
+ "message": "Toon andere pakketten"
+ },
"auth.authorize.action.authorize": {
"message": "Toestaan"
},
@@ -447,7 +459,7 @@
"message": "Collecties"
},
"create.limit-alert.type-plural-organization": {
- "message": "Organisaties"
+ "message": "organisaties"
},
"create.limit-alert.type-plural-project": {
"message": "Projecten"
@@ -485,12 +497,27 @@
"create.project.create-project": {
"message": "Project aanmaken"
},
+ "create.project.create-server-project": {
+ "message": "Maak server"
+ },
+ "create.project.missing-fields-tooltip": {
+ "message": "Missende velden: {fields}"
+ },
"create.project.name-label": {
"message": "Naam"
},
"create.project.name-placeholder": {
"message": "Voer projectnaam in..."
},
+ "create.project.owner-description": {
+ "message": "Stel de project eigenaar in als jezelf of een organisatie waar je lid van bent."
+ },
+ "create.project.owner-label": {
+ "message": "Eigenaar"
+ },
+ "create.project.server-project-title": {
+ "message": "Een server project aanmaken"
+ },
"create.project.summary-description": {
"message": "Eén of twee zinnen die je project beschrijven."
},
@@ -503,6 +530,15 @@
"create.project.title": {
"message": "Een project aanmaken"
},
+ "create.project.type-label": {
+ "message": "Type"
+ },
+ "create.project.type-project": {
+ "message": "Project"
+ },
+ "create.project.type-server": {
+ "message": "Server"
+ },
"create.project.url-label": {
"message": "URL"
},
@@ -1055,9 +1091,213 @@
"frog.title": {
"message": "Kikker"
},
+ "hosting-marketing.available-locations": {
+ "message": "Beschikbaar in Noord-Amerika, Europa en Zuidoost-Azië voor een brede dekking."
+ },
+ "hosting-marketing.billing.monthly": {
+ "message": "Betaal maandelijks"
+ },
+ "hosting-marketing.billing.quarterly": {
+ "message": "Betaal elk kwartaal"
+ },
+ "hosting-marketing.billing.save-with-quarterly": {
+ "message": "Bespaar 16% door elk kwartaal te betalen!"
+ },
+ "hosting-marketing.billing.starting-at": {
+ "message": "Vanaf {price} / maand"
+ },
"hosting-marketing.billing.yearly": {
"message": "Betaal jaarlijks"
},
+ "hosting-marketing.faq.burst-threads": {
+ "message": "Hoe werken CPU burst threads?"
+ },
+ "hosting-marketing.faq.burst-threads.answer": {
+ "message": "Wanneer uw server zwaar belast wordt, geven we deze tijdelijk toegang tot extra CPU-threads om vertragingspieken en instabiliteit te verminderen. Dit helpt voorkomen dat de TPS onder de 20 zakt, waardoor een zo soepel mogelijke ervaring wordt gegarandeerd. Omdat deze CPU-threads slechts kort beschikbaar zijn tijdens zwaardere periodes, worden ze mogelijk niet weergeven in Spark-rapporten of andere profilingtools."
+ },
+ "hosting-marketing.faq.cpu-kind": {
+ "message": "Op wat voor CPU's draaien de servers van Modrinth Hosting?"
+ },
+ "hosting-marketing.faq.cpu-kind.answer": {
+ "message": "De servers van Modrinth Hosting draaien op AMD Ryzen 7900 en 7950X3D-equivalent CPU's met een kloksnelheid van 5 GHz of hoger, in combinatie met DDR5-geheugen."
+ },
+ "hosting-marketing.faq.currency": {
+ "message": "In welke valuta zijn de prijzen?"
+ },
+ "hosting-marketing.faq.currency.answer": {
+ "message": "Alle prijzen worden vermeld in Amerikaanse dollars (USD)."
+ },
+ "hosting-marketing.faq.ddos-protection": {
+ "message": "Hebben Modrinth Hosting servers ook DDoS-bescherming?"
+ },
+ "hosting-marketing.faq.ddos-protection.answer": {
+ "message": "Ja. Alle servers van Modrinth Hosting zijn voorzien van DDoS-bescherming, met een capaciteit van tot wel 17Tbps op sommige locaties."
+ },
+ "hosting-marketing.faq.heading": {
+ "message": "Veelgestelde vragen"
+ },
+ "hosting-marketing.faq.how-fast": {
+ "message": "Hoe snel zijn Modrinth Hosting servers?"
+ },
+ "hosting-marketing.faq.how-fast.answer.one": {
+ "message": "De servers van Modrinth Hosting worden gehost op zeer moderne, krachtige hardware, maar het is lastig te zeggen hoe dat zich precies vertaalt naar de snelheid van je server. Er zijn namelijk zoveel factoren die daarop van invloed zijn, zoals de mods, datapacks of plugins die je op je server gebruikt, en zelfs het gedrag van de gebruikers."
+ },
+ "hosting-marketing.faq.how-fast.answer.two": {
+ "message": "De meeste prestatieproblemen worden veroorzaakt door een niet-geoptimaliseerd modpack, mod, datapack of plugin die de server vertraagt. Omdat onze servers zeer krachtig zijn, zou je weinig problemen moeten ondervinden, zolang je maar een geschikt abonnement kiest voor de content die je op de server draait."
+ },
+ "hosting-marketing.faq.increase-storage": {
+ "message": "Kan ik de opslagruimte op mijn server vergroten?"
+ },
+ "hosting-marketing.faq.increase-storage.answer": {
+ "message": "Ja, de opslagruimte op uw server kan kosteloos worden uitgebreid. Neem contact op met Modrinth klantenservice als u meer opslagruimte nodig heeft."
+ },
+ "hosting-marketing.faq.location": {
+ "message": "Waar bevinden de servers van Modrinth Hosting zich? Kan ik een regio kiezen?"
+ },
+ "hosting-marketing.faq.location.answer": {
+ "message": "We hebben momenteel servers beschikbaar in Noord-Amerika, Europa en Zuidoost-Azië, waaruit u bij aankoop kunt kiezen. In de toekomst zullen er meer regio's volgen! Als u uw regio wilt wijzigen, neem dan contact op met de klantenservice."
+ },
+ "hosting-marketing.faq.versions-loaders": {
+ "message": "Welke Minecraft-versies en loaders kunnen worden gebruikt?"
+ },
+ "hosting-marketing.faq.versions-loaders.answer.one": {
+ "message": "De servers van Modrinth Hosting kunnen elke versie van Minecraft: Java Edition draaien, helemaal terug tot versie 1.2.5, inclusief snapshot-versies."
+ },
+ "hosting-marketing.faq.versions-loaders.answer.two": {
+ "message": "We ondersteunen ook een uitgebreid assortiment van mod- en plugin-loaders, waaronder Fabric, Quilt, Forge en NeoForge voor mods, en Paper en Purpur voor plugins. De beschikbaarheid hangt af van de compatibiliteit van de mod- of plugin-loader met de geselecteerde Minecraft-versie."
+ },
+ "hosting-marketing.get-started": {
+ "message": "Ga aan de slag"
+ },
+ "hosting-marketing.hero.button.manage-your-servers": {
+ "message": "Beheer jouw servers"
+ },
+ "hosting-marketing.hero.button.start-a-new-server": {
+ "message": "Begin een nieuwe server"
+ },
+ "hosting-marketing.hero.button.start-your-server": {
+ "message": "Begin jouw server"
+ },
+ "hosting-marketing.hero.host-with-modrinth": {
+ "message": "Host jouw volgende server bij Modrinth Hosting"
+ },
+ "hosting-marketing.hero.hosting-description": {
+ "message": "Modrinth Hosting is de eenvoudigste manier om je eigen Minecraft: Java Edition-server te hosten. Installeer en speel je favoriete mods en modpacks moeiteloos, allemaal binnen het Modrinth-platform."
+ },
+ "hosting-marketing.included.advanced-networking": {
+ "message": "Geavanceerd netwerkbeheer"
+ },
+ "hosting-marketing.included.advanced-networking.description": {
+ "message": "Voeg je eigen domein toe aan je server, reserveer tot 15 poorten voor mods die ze nodig hebben, en meer."
+ },
+ "hosting-marketing.included.backups-included": {
+ "message": "Inclusief back-ups"
+ },
+ "hosting-marketing.included.backups-included.description": {
+ "message": "Elke server wordt geleverd met 15 back-ups die veilig op een externe locatie worden opgeslagen."
+ },
+ "hosting-marketing.included.custom-url": {
+ "message": "Aangepaste URL"
+ },
+ "hosting-marketing.included.custom-url.description": {
+ "message": "Deel je server met een aangepaste modrinth.gg URL."
+ },
+ "hosting-marketing.included.description": {
+ "message": "Elke server wordt geleverd met een reeks functies die zijn ontworpen om een hostingervaring te bieden die alleen Modrinth kan leveren."
+ },
+ "hosting-marketing.included.file-manager": {
+ "message": "Gebruiksvriendelijke bestandsbeheerder"
+ },
+ "hosting-marketing.included.file-manager.description": {
+ "message": "Zoek, beheer, bewerk en upload bestanden eenvoudig rechtstreeks naar uw server."
+ },
+ "hosting-marketing.included.heading": {
+ "message": "Komt met alle functies die u nodig heeft."
+ },
+ "hosting-marketing.included.help": {
+ "message": "Hulp wanneer je het nodig hebt"
+ },
+ "hosting-marketing.included.help.description": {
+ "message": "Neem op elk gewenst moment contact op met het Modrinth-team voor hulp met je server."
+ },
+ "hosting-marketing.included.powerful-console": {
+ "message": "Een krachtige console, servereigenschappenbeheerder en meer"
+ },
+ "hosting-marketing.included.powerful-console.description": {
+ "message": "Modrinth Hosting biedt krachtige tools voor het beheren van uw server."
+ },
+ "hosting-marketing.included.sftp-access": {
+ "message": "SFTP toegang"
+ },
+ "hosting-marketing.included.sftp-access.description": {
+ "message": "Krijg rechtstreeks toegang tot de bestanden op uw server met de SFTP-functionaliteit die in Modrinth Hosting is ingebouwd."
+ },
+ "hosting-marketing.included.with-your-server": {
+ "message": "Inbegrepen bij uw server"
+ },
+ "hosting-marketing.know-what-you-need": {
+ "message": "Weet je precies wat je nodig hebt?"
+ },
+ "hosting-marketing.medal.info": {
+ "message": "Probeer een gratis 3 GB server voor 5 dagen. Mogelijk gemaakt door Medal"
+ },
+ "hosting-marketing.medal.learn-more": {
+ "message": "Leer meer"
+ },
+ "hosting-marketing.medal.text-secondary": {
+ "message": "Tijdelijke aanbieding. Geen credit-card nodig. Beschikbaar voor US-servers."
+ },
+ "hosting-marketing.pick-customized-plan": {
+ "message": "Kies een aangepast plan voor wat je nodig hebt."
+ },
+ "hosting-marketing.server-for-everyone": {
+ "message": "Er is een server voor iedereen"
+ },
+ "hosting-marketing.why.all-on-modrinth": {
+ "message": "Beheer het allemaal op Modrinth"
+ },
+ "hosting-marketing.why.all-on-modrinth.description": {
+ "message": "Jouw server, mods, spelers, en meer allemaal op Modrinth. Het is niet nodig om te wisselen tussen diensten"
+ },
+ "hosting-marketing.why.consistently-fast": {
+ "message": "Altijd snel"
+ },
+ "hosting-marketing.why.consistently-fast.description": {
+ "message": "Onze servers zijn nooit overladen waardoor servers gehost op Modrinth altijd draaien op maximale kracht."
+ },
+ "hosting-marketing.why.description": {
+ "message": "Kies uit duizenden modpakketen op Modrinth of maak je eigen. Nodig je vrienden uit wanneer je klaar bent om te spelen."
+ },
+ "hosting-marketing.why.heading": {
+ "message": "Vindt een modpakket. Nu is het een server."
+ },
+ "hosting-marketing.why.modern-reliable-hosting": {
+ "message": "Ervaar een moderne, betrouwbare hosting"
+ },
+ "hosting-marketing.why.modern-reliable-hosting.description": {
+ "message": "Modrinth hosting servers draaien op hoog-perfarmance AMD CPU's met DDR5 RAM , draaiend op zelf gemaakte software om ervoor te zorgen dat uw servers perfect draaien."
+ },
+ "hosting-marketing.why.where-mods-are": {
+ "message": "Speel waar uw mods worden gemaakt"
+ },
+ "hosting-marketing.why.where-mods-are.description": {
+ "message": "Modrinth Hosting zorgt voor een gemakelijke intergratie voor mod en modpakketen instalatie op uw servers."
+ },
+ "hosting-marketing.why.why-modrinth-hosting": {
+ "message": "Waarom Modrinth Hosting?"
+ },
+ "hosting-marketing.why.your-favorite-mods": {
+ "message": "Al je Favorite mods"
+ },
+ "hosting-marketing.why.your-favorite-mods.description": {
+ "message": "Kies tussen Vanilla, Fabric, Forge, Quilt en NeoForge. Als het op Modrinth is kan het op uw server."
+ },
+ "hosting.plan.out-of-stock": {
+ "message": "Uitverkocht"
+ },
+ "hosting.plan.select-plan": {
+ "message": "Selecteer uw plan"
+ },
"landing.button.discover-mods": {
"message": "Ontdek mods"
},
@@ -1217,6 +1457,12 @@
"layout.action.new-project": {
"message": "Nieuw project"
},
+ "layout.action.new-server-project": {
+ "message": "Nieuwe server"
+ },
+ "layout.action.publish": {
+ "message": "Publiceer"
+ },
"layout.action.reports": {
"message": "Beoordeel meldingen"
},
@@ -1268,6 +1514,9 @@
"layout.banner.tax.action": {
"message": "Voltooi het belastingformulier"
},
+ "layout.banner.tax.description": {
+ "message": "Je hebt al {threshold} uitbetaald gekeregen van modrinth dit jaar. Om in aanmerking te komen met de belasting moet je een formulier invullen. Je uitbetalingen zijn gepuzeerd totdat hij is ingevuld."
+ },
"layout.banner.tax.title": {
"message": "Belastingformulier vereist"
},
@@ -1293,7 +1542,7 @@
"message": "Carrières"
},
"layout.footer.about.changelog": {
- "message": "Wijzigingsoverzicht"
+ "message": "Changelog"
},
"layout.footer.about.news": {
"message": "Nieuws"
@@ -1544,9 +1793,6 @@
"muralpay.field.bank-account-number": {
"message": "Account nummer"
},
- "muralpay.field.branch-code": {
- "message": "Branch code"
- },
"muralpay.field.clabe": {
"message": "CLABE"
},
@@ -1577,6 +1823,9 @@
"muralpay.field.pix-phone": {
"message": "PIX telefoon"
},
+ "muralpay.field.random-key": {
+ "message": "Willekeurige sleutel"
+ },
"muralpay.field.routing-number": {
"message": "Routingnummer"
},
@@ -1637,9 +1886,6 @@
"muralpay.placeholder.enter-account-number": {
"message": "Voer account nummer in"
},
- "muralpay.placeholder.enter-branch-code": {
- "message": "Voer branch code in"
- },
"muralpay.placeholder.enter-clabe": {
"message": "Voer 18-cijferige CLABE in"
},
@@ -1652,6 +1898,9 @@
"muralpay.placeholder.enter-pix-email": {
"message": "Voer PIX email in"
},
+ "muralpay.placeholder.enter-random-key": {
+ "message": "Vul een willekeurige sleutel in"
+ },
"muralpay.placeholder.enter-routing-number": {
"message": "Voer 9-cijferige routingnummer in"
},
@@ -1913,6 +2162,12 @@
"project-type.resourcepack.singular": {
"message": "Resource Pack"
},
+ "project-type.server.plural": {
+ "message": "Servers"
+ },
+ "project-type.server.singular": {
+ "message": "Server"
+ },
"project-type.shader.plural": {
"message": "Shaders"
},
@@ -2039,6 +2294,9 @@
"project.environment.migration.title": {
"message": "Bekijk de omgeving metadata."
},
+ "project.error.loading": {
+ "message": "Error tijdens het laden van de projectdata{message}"
+ },
"project.error.page-not-found": {
"message": "De pagina kon niet worden gevonden"
},
@@ -2048,6 +2306,9 @@
"project.gallery.title": {
"message": "Gallerij"
},
+ "project.license.error": {
+ "message": "Licentie inhoud kon niet worden verkregen."
+ },
"project.license.loading": {
"message": "Licentietekst aan het laden..."
},
@@ -2058,7 +2319,7 @@
"message": "Moderatie"
},
"project.navigation.changelog": {
- "message": "Wijzigingsoverzicht"
+ "message": "Changelog"
},
"project.notification.icon-updated.message": {
"message": "Het icoon van jouw project is bijgewerkt."
@@ -2072,6 +2333,9 @@
"project.notification.updated.title": {
"message": "Project bijgewerkt"
},
+ "project.settings.general.name.description": {
+ "message": "Probeer voorvoegsels, achtervoegsels, tussenvoegsels en omschrijvingen te vermijden, alleen de echte naam."
+ },
"project.settings.general.name.placeholder.1": {
"message": "bijv. Nether Revisie 2"
},
@@ -2135,12 +2399,24 @@
"report.already-reported": {
"message": "U heeft al {title} gerapporteerd"
},
+ "report.already-reported-description": {
+ "message": "Je hebt al een open report voor {item, select, project {project} version {version} user {user} other {content}}, je kan nog meer informatie toevoegen aan de report als je nog meer informatie hebt."
+ },
+ "report.back-to-item": {
+ "message": "Terug naar {item, select, project {project} version {version} user {user} other {content}}"
+ },
"report.body.description": {
"message": "Voeg linken en afbeelding als het mogelijk en relevant is. Lege of onvoldoende rapportages zullen gesloten worden en geregeerd worden."
},
"report.body.title": {
"message": "Geef alstublieft aanvoegende context over uw rapportage"
},
+ "report.checking": {
+ "message": "Controleren {item, select, project {project} version {version} user {user} other {content}}..."
+ },
+ "report.could-not-find": {
+ "message": "Kan {item, select, project {project} version {version} user {user} other {content}} niet vinden"
+ },
"report.for.violation": {
"message": "Het schenden van Modrinth Regels of Termen"
},
@@ -2165,6 +2441,30 @@
"report.not-for.dmca.description": {
"message": "Zie onze Auteursrechtbeleid."
},
+ "report.note.copyright.1": {
+ "message": "Wees er zeker van dat je *geen* DMCA-report indient maar een report van opnieuw geüpload werk."
+ },
+ "report.note.copyright.2": {
+ "message": "Als het uw bedoeling was om een DMCA-report in te dienen(wat een wettelijke actie is), kijk dan alsublieft in onze Copyright Policy."
+ },
+ "report.note.malicious.1": {
+ "message": "Rapporten voor malware en niet geaccepteerde content moeten bewijs hebben zoals code voorbeelden."
+ },
+ "report.note.malicious.2": {
+ "message": "Samenvattingen van Microsoft Defender, VirusTotal, of AI malware is geen goede vorm van bewijs en zal niet geaccepteerd worden."
+ },
+ "report.please-report": {
+ "message": "Graag rapporteer:"
+ },
+ "report.question.content-id": {
+ "message": "Wat is het ID van {item, select, project {project} version {version} user {user} other {content}}?"
+ },
+ "report.question.content-type": {
+ "message": "Welk type conteant wil je rapporteren?"
+ },
+ "report.question.report-reason": {
+ "message": "Welke regels van Modrinth is {item, select, project {project} version {version} user {user} other {content}} zich niet aan het houden?"
+ },
"report.report-content": {
"message": "Meld content aan moderators"
},
@@ -2180,6 +2480,42 @@
"scopes.analytics.label": {
"message": "Lees analyses"
},
+ "scopes.category.analytics": {
+ "message": "Statistieken"
+ },
+ "scopes.category.collections": {
+ "message": "Collecties"
+ },
+ "scopes.category.notifications": {
+ "message": "Meldingen"
+ },
+ "scopes.category.organizations": {
+ "message": "Organisaties"
+ },
+ "scopes.category.pats": {
+ "message": "PATs"
+ },
+ "scopes.category.payouts": {
+ "message": "Uitbetalingen"
+ },
+ "scopes.category.projects": {
+ "message": "Projecten"
+ },
+ "scopes.category.reports": {
+ "message": "Rapporten"
+ },
+ "scopes.category.sessions": {
+ "message": "Sessies"
+ },
+ "scopes.category.threads": {
+ "message": ""
+ },
+ "scopes.category.user-account": {
+ "message": "Gebruikers Account"
+ },
+ "scopes.category.versions": {
+ "message": "Versies"
+ },
"scopes.collectionCreate.description": {
"message": "Collecties aanmaken"
},
@@ -2327,6 +2663,12 @@
"scopes.reportWrite.description": {
"message": "Meldingen bewerken"
},
+ "scopes.reportWrite.label": {
+ "message": "Schrijf rapporten"
+ },
+ "scopes.sessionAccess.description": {
+ "message": "Bekijk Modrinth sessies"
+ },
"scopes.sessionAccess.label": {
"message": "Toegang tot sessies"
},
@@ -2408,6 +2750,9 @@
"scopes.versionWrite.label": {
"message": "Schrijf versies"
},
+ "search.filter.game-version-shader-message": {
+ "message": "Shaderpakketten voor oudere versies werken hoogstwaarschijnlijk ook op nieuwere versies, met slechts kleine problemen."
+ },
"search.filter.locked.server": {
"message": "Gegeven door de server"
},
@@ -2444,18 +2789,156 @@
"servers.notice.undismissable": {
"message": "Onnegeerbaar"
},
+ "servers.notices.create-notice": {
+ "message": "Maak een melding"
+ },
+ "servers.notices.no-notices": {
+ "message": "Geen meldingen"
+ },
"servers.plan.large.description": {
"message": "Ideaal voor 15-25 spelers, modpacks of zwaar modificeren"
},
"servers.plan.large.name": {
"message": "Groot"
},
+ "servers.plan.medium.description": {
+ "message": "Goed voor 6-15 spelers en meerdere mods"
+ },
"servers.plan.medium.name": {
"message": "Medium"
},
+ "servers.plan.small.description": {
+ "message": "Perfect voor 1-5 vrienden en een paar lichte mods"
+ },
"servers.plan.small.name": {
"message": "Klein"
},
+ "settings.applications.about": {
+ "message": "Over"
+ },
+ "settings.applications.button.add-more": {
+ "message": "Voeg meer toe"
+ },
+ "settings.applications.button.add-redirect-uri": {
+ "message": "Voeg een redirect-URI toe."
+ },
+ "settings.applications.button.cancel": {
+ "message": "Annuleren"
+ },
+ "settings.applications.button.create": {
+ "message": "Maak nieuwe"
+ },
+ "settings.applications.button.delete": {
+ "message": "Verwijder"
+ },
+ "settings.applications.button.edit": {
+ "message": "Bewerk"
+ },
+ "settings.applications.button.new": {
+ "message": "Nieuw project"
+ },
+ "settings.applications.button.save-changes": {
+ "message": "Wijzigingen opslaan"
+ },
+ "settings.applications.button.upload-icon": {
+ "message": "Pictogram Uploaden"
+ },
+ "settings.applications.client-id": {
+ "message": "Client ID"
+ },
+ "settings.applications.client-secret": {
+ "message": "Client geheim"
+ },
+ "settings.applications.created-on": {
+ "message": "Aangemaakt op {date}"
+ },
+ "settings.applications.delete.confirm.button": {
+ "message": "Verwijder dit project"
+ },
+ "settings.applications.delete.confirm.description": {
+ "message": "Hierdoor wordt deze applicatie permanent verwijderd en worden alle toegangstokens ingetrokken (voor altijd!)."
+ },
+ "settings.applications.delete.confirm.title": {
+ "message": "Weet je zeker dat je dit project wilt verwijderen"
+ },
+ "settings.applications.description.intro": {
+ "message": "Applicaties kunnen worden gebruikt om Modrinth-gebruikers te authenticeren bij uw producten. Zie voor meer informatie de .API-documentatie van Modrinth.."
+ },
+ "settings.applications.field.description": {
+ "message": "Beschrijving"
+ },
+ "settings.applications.field.description.placeholder": {
+ "message": "Voer de beschrijving van de applicatie in..."
+ },
+ "settings.applications.field.icon": {
+ "message": "Pictogram"
+ },
+ "settings.applications.field.name": {
+ "message": "Naam"
+ },
+ "settings.applications.field.name.placeholder": {
+ "message": "Voer de naam van de applicatie in..."
+ },
+ "settings.applications.field.redirect-uri.placeholder": {
+ "message": "https://example.com/auth/callback"
+ },
+ "settings.applications.field.redirect-uris": {
+ "message": "Uris omleiden"
+ },
+ "settings.applications.field.scopes": {
+ "message": "Permissiebereik"
+ },
+ "settings.applications.field.url": {
+ "message": "URL"
+ },
+ "settings.applications.field.url.placeholder": {
+ "message": "https://example.com"
+ },
+ "settings.applications.modal.header": {
+ "message": "Project informatie"
+ },
+ "settings.applications.notification.error.title": {
+ "message": "Er is een fout opgetreden"
+ },
+ "settings.applications.notification.icon-updated.description": {
+ "message": "Het icoon van jouw project is bijgewerkt."
+ },
+ "settings.applications.notification.icon-updated.title": {
+ "message": "Icoon bijgewerkt"
+ },
+ "settings.applications.secret.disclaimer": {
+ "message": "Bewaar je geheim nu, het blijft verborgen nadat je deze pagina verlaat!"
+ },
+ "settings.billing.modal.cancel.action": {
+ "message": "Annuleer abbonement"
+ },
+ "settings.billing.modal.cancel.description": {
+ "message": "Dit zal uw abonnement opzeggen. Je houdt je voordelen tot het einde van je huidige betaling cyclus"
+ },
+ "settings.billing.modal.cancel.title": {
+ "message": "Weet je zeker dat je je abonnement wil beëindigen?"
+ },
+ "settings.billing.modal.delete.action": {
+ "message": "Verwijder betalings- methode"
+ },
+ "settings.billing.modal.delete.description": {
+ "message": "Dit zal deze betalings-methode voor altijd verwijderen (voor echt altijd)"
+ },
+ "settings.billing.modal.delete.title": {
+ "message": "Weet je zeker dat je deze betalings-methode wil verwijderen?"
+ },
+ "settings.billing.payment_method.action.add": {
+ "message": "Voeg betalings-methode toe"
+ },
+ "settings.billing.payment_method.action.history": {
+ "message": "Zie vorige betalingen"
+ },
+ "settings.billing.payment_method.action.primary": {
+ "message": "Maak primair"
+ },
+ "settings.billing.payment_method.card_expiry": {
+ "message": "Verloopt in {month}/{year}"
+ },
"settings.billing.payment_method.none": {
"message": "Je hebt geen betaalmethodes toegevoegd."
},
@@ -2537,12 +3020,18 @@
"settings.display.sidebar.hide-app-promos.title": {
"message": "Verberg Modrinth App promoties"
},
+ "settings.display.sidebar.left-aligned-content-sidebar.title": {
+ "message": "Links uitgelijnde zijbalk voor inhoudspagina's"
+ },
"settings.display.sidebar.right-aligned-content-sidebar.description": {
"message": "Lijn de project-details zijbalk uit naar de rechterkant van de paginainhoud."
},
"settings.display.sidebar.right-aligned-filters-sidebar.description": {
"message": "Lijn de zoekfilters zijbalk uit aan de rechterkant van de zoekresultaten."
},
+ "settings.display.sidebar.right-aligned-filters-sidebar.title": {
+ "message": "Rechts uitgelijnde zijbalk voor zoek pagina's"
+ },
"settings.display.theme.description": {
"message": "Selecteer je gewenste kleurschema voor Modrinth op dit apparaat."
},
@@ -2645,6 +3134,15 @@
"ui.latest-news-row.view-all": {
"message": "Zie all het nieuws"
},
+ "version.environment.none.description": {
+ "message": "De omgeving voor deze versie is niet gespecificeerd."
+ },
+ "version.environment.none.title": {
+ "message": "Geen omgeving ingesteld"
+ },
+ "version.environment.unknown.description": {
+ "message": "De omgeving \"{environment}\" is niet gevonden"
+ },
"version.environment.unknown.title": {
"message": "Onbekende omgeving"
}
diff --git a/apps/frontend/src/locales/no-NO/index.json b/apps/frontend/src/locales/no-NO/index.json
index 9c0ea82631..19c0ebb808 100644
--- a/apps/frontend/src/locales/no-NO/index.json
+++ b/apps/frontend/src/locales/no-NO/index.json
@@ -23,6 +23,9 @@
"app-marketing.download.download-rpm": {
"message": "Last ned RPM"
},
+ "app-marketing.download.flathub": {
+ "message": "Få tak i det på Flathub"
+ },
"app-marketing.download.linux": {
"message": "Linux"
},
@@ -194,6 +197,15 @@
"app-marketing.hero.more-download-options": {
"message": "Flere nedlastingsalternativer"
},
+ "app-marketing.hide-other-packages": {
+ "message": "Gjøm andre pakker"
+ },
+ "app-marketing.not-recommended": {
+ "message": "Vi anbefaler ikke at du bruker disse viss du ikke veit hva du gjør."
+ },
+ "app-marketing.show-other-packages": {
+ "message": "Vis andre pakker"
+ },
"auth.authorize.action.authorize": {
"message": "Godkjenn"
},
@@ -380,15 +392,27 @@
"collection.label.no-projects": {
"message": "Ingen prosjekter i samlingen ennå"
},
+ "collection.label.projects-count": {
+ "message": "{count, plural, =0 {Ingen prosjekt ennå} one {{count} prosjekt} other {{count} {type}}}"
+ },
"collection.label.updated-at": {
"message": "Oppdatert {ago}"
},
"collection.return-link.dashboard-collections": {
"message": "Dine samlinger"
},
+ "collection.return-link.user": {
+ "message": "Profilen til {user}"
+ },
+ "collection.title": {
+ "message": "{name} - Samling"
+ },
"create-project-version.create-modal.stage.add-files.admonition": {
"message": "Tilleggsfiler er for støtteressurser som kildekode, ikke for alternative versjoner eller varianter."
},
+ "create.collection.collection-info": {
+ "message": "Den nye samlinga di kommer til å bli laga som ei offentlig samling med {count, plural, =0 {ingen prosjekt} one {# prosjekt} other {# prosjekt}}."
+ },
"create.collection.create-collection": {
"message": "Opprett samling"
},
@@ -404,6 +428,72 @@
"create.collection.summary-label": {
"message": "Sammendrag"
},
+ "create.collection.summary-placeholder": {
+ "message": "Dette er ei samling av..."
+ },
+ "create.collection.title": {
+ "message": "Lager ei samling"
+ },
+ "create.limit-alert.approaching-limit": {
+ "message": "Du begynner å nå grensa ({current}/{max}) til {type}"
+ },
+ "create.limit-alert.approaching-limit-description": {
+ "message": "Du begynner å nå grensa til {type}, vær så snill å ta kontakt med støtte viss du trenger mer enn {max} {typePlural}."
+ },
+ "create.limit-alert.contact-support": {
+ "message": "Ta kontakt med støtte"
+ },
+ "create.limit-alert.limit-reached": {
+ "message": "{type}-grense nådd"
+ },
+ "create.limit-alert.limit-reached-description": {
+ "message": "Du har nådd {type}-grensa di til {max}. Vær så snill å ta kontakt med støtte for å auke grensa di."
+ },
+ "create.limit-alert.type-collection": {
+ "message": "samling"
+ },
+ "create.limit-alert.type-organization": {
+ "message": "organisering"
+ },
+ "create.limit-alert.type-plural-collection": {
+ "message": "samlinger"
+ },
+ "create.limit-alert.type-plural-organization": {
+ "message": "organiseringer"
+ },
+ "create.limit-alert.type-plural-project": {
+ "message": "prosjekt"
+ },
+ "create.limit-alert.type-project": {
+ "message": "prosjekt"
+ },
+ "create.organization.create-organization": {
+ "message": "Lag organisering"
+ },
+ "create.organization.name-label": {
+ "message": "Navn"
+ },
+ "create.organization.name-placeholder": {
+ "message": "Tast inn organiseringsnavn..."
+ },
+ "create.organization.ownership-info": {
+ "message": "Du kommer til å bli eieren til denne organiseringa, men du kan invitere andre medlemmer og overføre eierskap når som helst."
+ },
+ "create.organization.summary-description": {
+ "message": "Ei eller to setninger som beskriver organiseringa di."
+ },
+ "create.organization.summary-label": {
+ "message": "Oppsummering"
+ },
+ "create.organization.summary-placeholder": {
+ "message": "Ei organisering for..."
+ },
+ "create.organization.title": {
+ "message": "Lager ei organisering"
+ },
+ "create.organization.url-label": {
+ "message": "URL"
+ },
"create.project.create-project": {
"message": "Lag et prosjekt"
},
@@ -548,6 +638,147 @@
"dashboard.creator-withdraw-modal.kyc.private-individual": {
"message": "Privatperson"
},
+ "dashboard.creator-withdraw-modal.method-selection.country-placeholder": {
+ "message": "Velg landet ditt"
+ },
+ "dashboard.creator-withdraw-modal.method-selection.country-search-placeholder": {
+ "message": "Søk opp land..."
+ },
+ "dashboard.creator-withdraw-modal.method-selection.error-text": {
+ "message": "Kunne ikke få tak i tilgjengelige betalingsmetoder. Vær så snill å prøv igjen seinere."
+ },
+ "dashboard.creator-withdraw-modal.method-selection.error-title": {
+ "message": "Klarte ikke å laste inn betalingsmetoder"
+ },
+ "dashboard.creator-withdraw-modal.method-selection.region": {
+ "message": "Region"
+ },
+ "dashboard.creator-withdraw-modal.method-selection.region-tooltip": {
+ "message": "Noen betalingsmetoder er ikke tilgjengelige i spesifike regioner."
+ },
+ "dashboard.creator-withdraw-modal.method-selection.select-method": {
+ "message": "Velg uttaksmetode"
+ },
+ "dashboard.creator-withdraw-modal.method-selection.tax-limit-warning": {
+ "message": "Uttaksgrensa di er {amount}, fullfør et skatteskjema for å ta ut mer."
+ },
+ "dashboard.creator-withdraw-modal.muralpay-details.account-owner": {
+ "message": "Kontoeier"
+ },
+ "dashboard.creator-withdraw-modal.muralpay-details.bank-account-owner": {
+ "message": "Bankkontoeier"
+ },
+ "dashboard.creator-withdraw-modal.muralpay-details.bank-account-owner-description": {
+ "message": "Legg inn navnet til personen som er autorisert til å behandle denne bankkontoen på vegne av virksomheta."
+ },
+ "dashboard.creator-withdraw-modal.muralpay-details.coin": {
+ "message": "Penge"
+ },
+ "dashboard.creator-withdraw-modal.muralpay-details.crypto-warning-header": {
+ "message": "Bekreft lommebokadressa di"
+ },
+ "dashboard.creator-withdraw-modal.muralpay-details.document-number-national-id": {
+ "message": "Nasjonalt ID-nummer"
+ },
+ "dashboard.creator-withdraw-modal.muralpay-details.document-number-national-id-placeholder": {
+ "message": "Skriv inn nasjonalt ID-nummer"
+ },
+ "dashboard.creator-withdraw-modal.muralpay-details.document-number-passport": {
+ "message": "Passnummer"
+ },
+ "dashboard.creator-withdraw-modal.muralpay-details.document-number-passport-placeholder": {
+ "message": "Skriv inn passnummer"
+ },
+ "dashboard.creator-withdraw-modal.muralpay-details.document-number-resident-id": {
+ "message": "Bebuer-ID-nummer"
+ },
+ "dashboard.creator-withdraw-modal.muralpay-details.document-number-resident-id-placeholder": {
+ "message": "Skriv inn bebuer-ID-nummer"
+ },
+ "dashboard.creator-withdraw-modal.muralpay-details.document-number-ruc": {
+ "message": "RUC-nummer"
+ },
+ "dashboard.creator-withdraw-modal.muralpay-details.document-number-ruc-placeholder": {
+ "message": "Skriv inn RUC-nummer"
+ },
+ "dashboard.creator-withdraw-modal.muralpay-details.document-number-tax-id": {
+ "message": "Skatte-ID-nummer"
+ },
+ "dashboard.creator-withdraw-modal.muralpay-details.document-number-tax-id-placeholder": {
+ "message": "Skriv inn skatte-ID-nummer"
+ },
+ "dashboard.creator-withdraw-modal.muralpay-details.network": {
+ "message": "Nettverk"
+ },
+ "dashboard.creator-withdraw-modal.nearing-threshold": {
+ "message": "Du nærmer deg uttaksterskelen. Du kan ta ut {amountRemaining} nå, men et skatteskjema er påkrevd for mer."
+ },
+ "dashboard.creator-withdraw-modal.paypal-details.account": {
+ "message": "Konto"
+ },
+ "dashboard.creator-withdraw-modal.paypal-details.disconnect-account": {
+ "message": "Kople fra konto"
+ },
+ "dashboard.creator-withdraw-modal.paypal-details.payment-method": {
+ "message": "Betalingsmetode"
+ },
+ "dashboard.creator-withdraw-modal.paypal-details.paypal-account": {
+ "message": "PayPal-konto"
+ },
+ "dashboard.creator-withdraw-modal.paypal-details.paypal-auth-description": {
+ "message": "Kople til PayPal-kontoen din for å få betalinger direkte."
+ },
+ "dashboard.creator-withdraw-modal.paypal-details.save-success": {
+ "message": "Venmo-handtak suksessfullt lagra!"
+ },
+ "dashboard.creator-withdraw-modal.paypal-details.sign-in-with-paypal": {
+ "message": "Logg inn med PayPal"
+ },
+ "dashboard.creator-withdraw-modal.paypal-details.venmo-description": {
+ "message": "Skriv inn Venmo-handaket ditt for å få betalinger."
+ },
+ "dashboard.creator-withdraw-modal.paypal-details.venmo-handle": {
+ "message": "Venmo-handtak"
+ },
+ "dashboard.creator-withdraw-modal.paypal-details.venmo-handle-placeholder": {
+ "message": "@username"
+ },
+ "dashboard.creator-withdraw-modal.stage.completion": {
+ "message": "Fullført"
+ },
+ "dashboard.creator-withdraw-modal.stage.method-selection": {
+ "message": "Metode"
+ },
+ "dashboard.creator-withdraw-modal.stage.tax-form": {
+ "message": "Skatteskjema"
+ },
+ "dashboard.creator-withdraw-modal.tax-form-required.body": {
+ "message": "For å ta ut den fulle, tilgjengelige belansen din, med {available}, vær så snill å fullfør skjemaet nedenfor. Det er påkrevd for skatterapportering og trengs bare å bli gjort én gang."
+ },
+ "dashboard.creator-withdraw-modal.tax-form-required.body-with-limit": {
+ "message": "Du må fullføre et E-9-eller-W-8-skjema for skatteoversiktene til Modrinth, sånn at vi kan forbli i samsvar med skattereguleringene."
+ },
+ "dashboard.creator-withdraw-modal.tax-form-required.header": {
+ "message": "Skatteskjema påkrevd"
+ },
+ "dashboard.creator-withdraw-modal.tremendous-details.available-denominations-label": {
+ "message": "Tilgjengelige navngivinger"
+ },
+ "dashboard.creator-withdraw-modal.tremendous-details.balance-worth-hint": {
+ "message": "Balansen din med {usdBalance} er verdt {localBalance} akkurat nå."
+ },
+ "dashboard.creator-withdraw-modal.tremendous-details.enter-amount-hint": {
+ "message": "Finn gavekort nær denne verdien."
+ },
+ "dashboard.creator-withdraw-modal.tremendous-details.enter-denomination-placeholder": {
+ "message": "Skriv inn mengde"
+ },
+ "dashboard.creator-withdraw-modal.tremendous-details.payment-method": {
+ "message": "Betalingsmetode"
+ },
+ "dashboard.creator-withdraw-modal.tremendous-details.reward": {
+ "message": "Belønning"
+ },
"dashboard.creator-withdraw-modal.tremendous-details.reward-placeholder": {
"message": "Velg belønning"
},
@@ -569,34 +800,2308 @@
"dashboard.creator-withdraw-modal.tremendous-details.unverified-email-message": {
"message": "E-posten du har oppgitt for levering er ikke knyttet til din Modrinth-konto. Modrinth kan ikke gjenopprette belønninger sendt til feil e-postadresse."
},
+ "dashboard.creator-withdraw-modal.tremendous-details.usd-paypal-warning-header": {
+ "message": "Lågere avgifter tilgjengelige"
+ },
+ "dashboard.creator-withdraw-modal.tremendous-details.usd-paypal-warning-message": {
+ "message": "Du valgte USD for PayPal International. Bytt til direkte PayPal for bedre avgifter (≈2% istedenfor ≈6%)."
+ },
+ "dashboard.creator-withdraw-modal.withdraw-button": {
+ "message": "Ta ut"
+ },
+ "dashboard.creator-withdraw-modal.withdraw-limit": {
+ "message": "Uttakingsgrense"
+ },
+ "dashboard.creator-withdraw-modal.withdraw-limit-used": {
+ "message": "Du har brukt opp uttakingsgrensa di {withdrawLimit}. Du må fullføre et skatteskjema for å ta flere uttak."
+ },
+ "dashboard.revenue.available-now": {
+ "message": "Tilgjengelig nå"
+ },
+ "dashboard.revenue.balance": {
+ "message": "Balanse"
+ },
+ "dashboard.revenue.estimated-tooltip.msg1": {
+ "message": "Estimerte inntekter kan endre seg etter at det har blitt gjort tilgjengelig."
+ },
+ "dashboard.revenue.estimated-tooltip.msg2": {
+ "message": "Klikk her for å lese om hvordan Modrinth handterer inntektene dine."
+ },
+ "dashboard.revenue.estimated-with-date": {
+ "message": "Estimert {date}"
+ },
+ "dashboard.revenue.processing": {
+ "message": "Prosesserer"
+ },
+ "dashboard.revenue.processing.tooltip": {
+ "message": "Inntekt kommer til å ligge i prosesseringa til enden av måneden, så blir den tilgjengelig etter 60 dager."
+ },
+ "dashboard.revenue.stats.received": {
+ "message": "Mottatt"
+ },
+ "dashboard.revenue.stats.transactions": {
+ "message": "Transaksjoner"
+ },
+ "dashboard.revenue.stats.withdrawn": {
+ "message": "Ta ut"
+ },
+ "dashboard.revenue.tos": {
+ "message": "Når du laster opp prosjekt til Modrinth og tar ut penger fra kontoen din, så sier du deg enig med Belønningsprogramvilkåra våre. Lær mer om -belønningsprogrammet."
+ },
+ "dashboard.revenue.transactions.btn.download-csv": {
+ "message": "Last ned som en CSV"
+ },
+ "dashboard.revenue.transactions.header": {
+ "message": "Transaksjoner"
+ },
+ "dashboard.revenue.transactions.none": {
+ "message": "Ingen transaksjoner"
+ },
+ "dashboard.revenue.transactions.none.desc": {
+ "message": "Utbetalinga di og uttaka dine dukker opp her."
+ },
+ "dashboard.revenue.transactions.see-all": {
+ "message": "Se alle"
+ },
+ "dashboard.revenue.withdraw.blocked-tin-mismatch": {
+ "message": "Uttaka dine er midlertidig låst, fordi TINen-og-SSN-en din ikke stemmer med IRS-rekordene. Vær så snill å ta kontakt med brukerstøtte for å tilbakestille og sende inn skatteskjemaet ditt igjen."
+ },
+ "dashboard.revenue.withdraw.card.description": {
+ "message": "Uttak fra den tilgjengelige balansen din for hvilken som helst betalingsmetode."
+ },
+ "dashboard.revenue.withdraw.card.title": {
+ "message": "Ta ut"
+ },
+ "dashboard.revenue.withdraw.header": {
+ "message": "Ta ut"
+ },
+ "dashboard.withdraw.completion.account": {
+ "message": "Konto"
+ },
+ "dashboard.withdraw.completion.amount": {
+ "message": "Beløp"
+ },
+ "dashboard.withdraw.completion.date": {
+ "message": "Date"
+ },
+ "dashboard.withdraw.completion.email-confirmation": {
+ "message": "Du kommer til å motta en email her: {email}, med instruksjoner for hvordan du kan innløyse uttakinga di."
+ },
+ "dashboard.withdraw.completion.exchange-rate": {
+ "message": "Utvekslingsrate"
+ },
+ "dashboard.withdraw.completion.fee": {
+ "message": "Avgift"
+ },
+ "dashboard.withdraw.completion.method": {
+ "message": "Metode"
+ },
+ "dashboard.withdraw.completion.net-amount": {
+ "message": "Nettobeløp"
+ },
+ "dashboard.withdraw.completion.recipient": {
+ "message": "Kvittering"
+ },
+ "dashboard.withdraw.completion.title": {
+ "message": "Uttaking fullført"
+ },
+ "dashboard.withdraw.completion.transactions-button": {
+ "message": "Transaksjoner"
+ },
+ "dashboard.withdraw.completion.wallet": {
+ "message": "Lommebok"
+ },
+ "dashboard.withdraw.error.account-not-linked.text": {
+ "message": "Vær så snill å linke betalingskontoen din før uttaking."
+ },
+ "dashboard.withdraw.error.account-not-linked.title": {
+ "message": "Konto ikke kopla til"
+ },
+ "dashboard.withdraw.error.email-verification.text": {
+ "message": "Du må bekrefte email-adressa di før uttaking."
+ },
+ "dashboard.withdraw.error.email-verification.title": {
+ "message": "Email-bekreftelse påkrevd"
+ },
+ "dashboard.withdraw.error.generic.text": {
+ "message": "Vi kunne ikke sende inn uttakingsforespørselen din, vær så snill å sjekk detaljene dine eller ta kontakt med støtte. {error}"
+ },
+ "dashboard.withdraw.error.generic.title": {
+ "message": "Kunne ikke ta ut"
+ },
+ "dashboard.withdraw.error.insufficient-balance.text": {
+ "message": "Du har ikke nok fond for denne uttakinga."
+ },
+ "dashboard.withdraw.error.insufficient-balance.title": {
+ "message": "Utstrekkelig balanse"
+ },
+ "dashboard.withdraw.error.invalid-address.text": {
+ "message": "Adressa du viste kunne ikke bli bekrefta. Vær så snill å sjekk adressdetaljene dine."
+ },
+ "dashboard.withdraw.error.invalid-address.title": {
+ "message": "Emailverifisering mislykkes"
+ },
+ "dashboard.withdraw.error.invalid-bank.text": {
+ "message": "Bankktontodetaljene er tasta inn ugyldige. Vær så snill å bekreft informasjonen din."
+ },
+ "dashboard.withdraw.error.invalid-bank.title": {
+ "message": "Ugyldige bankdetaljer"
+ },
+ "dashboard.withdraw.error.invalid-wallet.text": {
+ "message": "Cryptolommebokadressa du tasta inn er ugyldig. Vær så snill å dobbeltsjekk og prøv igjen."
+ },
+ "dashboard.withdraw.error.invalid-wallet.title": {
+ "message": "Ugyldig lommebokadresse"
+ },
+ "dashboard.withdraw.error.minimum-not-met.text": {
+ "message": "Uttakingsmengden (etter avgift) er større enn minimumskravet. Vær så snill å auk uttaksmengden."
+ },
+ "dashboard.withdraw.error.minimum-not-met.title": {
+ "message": "Mengden er for låg"
+ },
+ "dashboard.withdraw.error.paypal-country-mismatch.text": {
+ "message": "Vær så snill å bruk det riktige PayPal-overførelsesvalget for regionen din (USA eller internasjonalt)."
+ },
+ "dashboard.withdraw.error.paypal-country-mismatch.title": {
+ "message": "PayPal-regionen stemmer ikke"
+ },
+ "dashboard.withdraw.error.tax-form.text": {
+ "message": "Du må fullføre skatteskjemaet for å kunne sende inn uttaksforespørselen min."
+ },
+ "dashboard.withdraw.error.tax-form.title": {
+ "message": "Vær så snill å fullfør skatteskjemaet"
+ },
+ "error.collection.404.list_item.1": {
+ "message": "Det kan hende at du har skrevet samlings-URL-en feil."
+ },
+ "error.collection.404.list_item.2": {
+ "message": "Samlinga kan være privat."
+ },
+ "error.collection.404.list_item.3": {
+ "message": "Det kan hende at samlinga har blitt tatt ned av Modrinth-modereringslaget for å ha brutt Bruksvilkåra våre."
+ },
"error.collection.404.list_title": {
"message": "Hvorfor?"
},
+ "error.collection.404.title": {
+ "message": "Samling ikke funnet"
+ },
+ "error.generic.404.subtitle": {
+ "message": "Sida du ser etter finnes ikke lenger."
+ },
+ "error.generic.404.title": {
+ "message": "Fann ikke sida"
+ },
+ "error.generic.451.subtitle": {
+ "message": "Denne sida har blitt blokkert av juridiske grunner, sånn som sensorering fra regjeringa eller pågående rettslige prosesser."
+ },
+ "error.generic.451.title": {
+ "message": "Innholdet er utilgjengelig av juridiske grunner"
+ },
+ "error.generic.default.list_item.1": {
+ "message": "Sjekk om Modrinth er nede på Statussida vår."
+ },
+ "error.generic.default.list_item.2": {
+ "message": "Viss dette forsetter å skje, så kan du bli med i Discord-serveren vår for å fortelle Modrinth-laget om det."
+ },
+ "error.generic.default.list_title": {
+ "message": "Vær så snill å prøv igjen etter noen minutt."
+ },
+ "error.generic.default.subtitle": {
+ "message": "Noe gikk galt."
+ },
+ "error.generic.default.title": {
+ "message": "Åh-åh!"
+ },
+ "error.organization.404.list_item.1": {
+ "message": "Det kan hende at du skrevet organiserings-URL-en feil."
+ },
+ "error.organization.404.list_item.2": {
+ "message": "Det kan hende at organiseringseieren har endra eller sletta URL-en."
+ },
+ "error.organization.404.list_item.3": {
+ "message": "Det kan hende at organiseringa har blitt fjerna av Modrinth-moderasjonslaget for å ha brutt Bruksvilkåra våre."
+ },
"error.organization.404.list_title": {
"message": "Hvorfor?"
},
+ "error.organization.404.title": {
+ "message": "Fant ikke organiseringa"
+ },
+ "error.project.404.list_item.1": {
+ "message": "Det kan hende at du har skrevet prosjekt-URL-en feil."
+ },
+ "error.project.404.list_item.2": {
+ "message": "Det kan hende at prosjekteieren har endra URL-en, gjort det privat eller sletta det."
+ },
+ "error.project.404.list_item.3": {
+ "message": "Det kan hende at prosjektet har blitt tatt ned av moderasjonslaget til Modrinth for å ha brutt tjenestevilkåra våre."
+ },
+ "error.project.404.list_title": {
+ "message": "Hvorfor?"
+ },
+ "error.project.404.title": {
+ "message": "Fant ikke prosjekt"
+ },
+ "error.user.404.list_item.1": {
+ "message": "Det kan hende at du har skrevet brukernavnet til brukeren feil."
+ },
+ "error.user.404.list_item.2": {
+ "message": "Det kan hende at brukeren har endra brukernavnet sitt og sletta kontoen sin."
+ },
+ "error.user.404.list_item.3": {
+ "message": "Det kan hende at brukerkontoen har blitt bannlyst for å ha brutt Tjenestevilkåra til Modrinth."
+ },
"error.user.404.list_title": {
"message": "Hvorfor?"
},
+ "error.user.404.title": {
+ "message": "Fant ikke bruker"
+ },
+ "frog": {
+ "message": "Frosken har tatt deg! 🐸"
+ },
+ "frog.altText": {
+ "message": "Et fotorealistisk maleri av en froskelabyrint"
+ },
"frog.title": {
"message": "Frosk"
},
+ "hosting-marketing.available-locations": {
+ "message": "Tilgjengelig i Nord-Amerika, Europa, og Sørøst-Asia for vid dekning."
+ },
+ "hosting-marketing.billing.monthly": {
+ "message": "Betal månedlig"
+ },
+ "hosting-marketing.billing.quarterly": {
+ "message": "Betal kvartalvist"
+ },
+ "hosting-marketing.billing.save-with-quarterly": {
+ "message": "Spar 16% med kvartalvis fakturering!"
+ },
+ "hosting-marketing.billing.starting-at": {
+ "message": "Startprisen: {price} per måned"
+ },
+ "hosting-marketing.billing.yearly": {
+ "message": "Betal årlig"
+ },
+ "hosting-marketing.faq.burst-threads": {
+ "message": "Hvordan fungerer CPU-bursttråder?"
+ },
+ "hosting-marketing.faq.burst-threads.answer": {
+ "message": "Når serveren har høg belastning, så gir vi midlertidig tilgang til yttligere CPU-tråder for å hjelpe med å mitigere lag-spikes og ustabilitet. Dette hjelper med å unngå at TPS-en går under 20, sånn at det blir en så god opplevelse som mulig. Sia de ekstra CPU-trådene bare er tilgjengelige i kort tid i periodene der det er høg belestning, så kan det hende at de ikke blir vist i Spart-rapporter eller andre profilleringsverktøy."
+ },
+ "hosting-marketing.faq.cpu-kind": {
+ "message": "Hvilke CPU-typer kjører Modrinth Hosting-serverne på?"
+ },
+ "hosting-marketing.faq.cpu-kind.answer": {
+ "message": "Modrinth Hosting-serverne kjører på AMD Ryzen 7900 and 7950X3D-like CPU-er med 5+ GH<, kombinert med DDR5-minne."
+ },
+ "hosting-marketing.faq.currency": {
+ "message": "Hvilken valutta er prisene i?"
+ },
+ "hosting-marketing.faq.currency.answer": {
+ "message": "Alle prisene er lista i United States Dollars (USD)."
+ },
+ "hosting-marketing.faq.ddos-protection": {
+ "message": "Har Modrinth Hosting-serverne DDoS-beskyttelse?"
+ },
+ "hosting-marketing.faq.ddos-protection.answer": {
+ "message": "Ja. Alle Modrinth Hosting-serverne kommer med DDoS-beskyttelse, med en kapasitet opp til 17Tbps noen plasser."
+ },
+ "hosting-marketing.faq.heading": {
+ "message": "Ofte Stilte Spørsmål"
+ },
+ "hosting-marketing.faq.how-fast": {
+ "message": "Hvor raske er Modrint Hosting-serverne?"
+ },
+ "hosting-marketing.faq.how-fast.answer.one": {
+ "message": "Modrinth Hosting-serverne blir oppretta på en veldig moderne høgytelses-maskinvare, men det er vanskelig å si nøyaktig hvordan det oversetter til hvor rask serverer din faktisk vil kjøre, fordi det er veldig mange faktorer som går ut over det, sånn som hvilke mods, data packs, eller plugins du kjører på serveren din, og til og med brukeroppførselen."
+ },
+ "hosting-marketing.faq.how-fast.answer.two": {
+ "message": "De fleste ytelsesproblem som dukker opp pleier å være på grunn av en uoptimalisert modpack, mod, data pack, eller plugin som fører til at serveren går treigt. Sia serverne våre er veldig gode, så betyr det at du mest sannsynlig ikke kommer til å bli så mange problem, så lenge du velger en passende plan for innholdet du kjører på serveren din."
+ },
+ "hosting-marketing.faq.increase-storage": {
+ "message": "Kan jeg auke lagringsplassen på serveren min?"
+ },
+ "hosting-marketing.faq.increase-storage.answer": {
+ "message": "Ja, du kan fritt auke lagringsplassen på serveren din uten noen ekstra kostnader. Viss du trenger mer lagringsplass, så kan du ta kontakt med Modrinth Support."
+ },
+ "hosting-marketing.faq.location": {
+ "message": "Hvor oppholder Modrinth Hosting-serverne seg? Kan jeg velge en region?"
+ },
+ "hosting-marketing.faq.location.answer": {
+ "message": "Akkurat nå, så har tilgjengelige servere i Nord-Amerika, Europa, og Sørøst-Asia som du kan velge etter kjøpet ditt. Det kommer flere regioner i framtida! Viss du vil bytte regionen din, vær så snill å ta kontakt med støtte."
+ },
+ "hosting-marketing.faq.versions-loaders": {
+ "message": "Hvilke Minecraft-versjoner-og-loadere kan brukes?"
+ },
+ "hosting-marketing.faq.versions-loaders.answer.one": {
+ "message": "Modrinth Hosting-servere kan kjøre hvilken som helst versjon av Minecraft: Java Edition, heilt tilbake til versjon 1.2.5, inkludert snapshot-versjoner."
+ },
+ "hosting-marketing.faq.versions-loaders.answer.two": {
+ "message": "Vi støtter også en haug med mod-og-plugin-loadere, inkludert Fabric, Quilt, Forge og NeoForge for mods, i tillegg til Paper og Purpur for plugins. Tilgjengeligheta kommer an på om mod-en eller plugin-loader-en støtter den valgte Minecraft-versjonen."
+ },
+ "hosting-marketing.get-started": {
+ "message": "Begynn"
+ },
+ "hosting-marketing.hero.button.manage-your-servers": {
+ "message": "Hold styr på serverne dine"
+ },
+ "hosting-marketing.hero.button.start-a-new-server": {
+ "message": "Start serveren din"
+ },
+ "hosting-marketing.hero.button.start-your-server": {
+ "message": "Start serveren din"
+ },
+ "hosting-marketing.hero.host-with-modrinth": {
+ "message": "Opprett den neste serveren din med Modrinth Hosting"
+ },
+ "hosting-marketing.hero.hosting-description": {
+ "message": "Modrinth Hosting er den letteste måten å opprette din eigen Minecraft: Java Edition-server. Det er problemfritt å installere og spille favoritt-modsa-og-modpacksa dine, alt innen Modrinth-plattformen."
+ },
+ "hosting-marketing.included.advanced-networking": {
+ "message": "Avansert nettverksvedlikehold"
+ },
+ "hosting-marketing.included.advanced-networking.description": {
+ "message": "Legg til ditt eige domene til serveren din, reserver opp til 15 porter for mods som krever dem, og mer."
+ },
+ "hosting-marketing.included.backups-included": {
+ "message": "Sikkerhetskopiering inkludert"
+ },
+ "hosting-marketing.included.backups-included.description": {
+ "message": "Hver server kommer med 15 sikkerhetskopier trygt lagra utafor sida."
+ },
+ "hosting-marketing.included.custom-url": {
+ "message": "Tilpassa URL"
+ },
+ "hosting-marketing.included.custom-url.description": {
+ "message": "Del serveren din med en tilpassa modrinth.gg-URL."
+ },
+ "hosting-marketing.included.description": {
+ "message": "Hver server inkluderer tilgjengeligheter designa for en opprettingsopplevelse som bare Modrinth kan tilby."
+ },
+ "hosting-marketing.included.file-manager": {
+ "message": "Lettbruksfilbehandler"
+ },
+ "hosting-marketing.included.file-manager.description": {
+ "message": "Lett søk opp, hold styr på, rediger og last opp filer direkte til serveren din."
+ },
+ "hosting-marketing.included.heading": {
+ "message": "Kommer med alle funksjonalitetene du trenger."
+ },
+ "hosting-marketing.included.help": {
+ "message": "Hjelp når du trenger det"
+ },
+ "hosting-marketing.included.help.description": {
+ "message": "Ta kontakt med Modrinth-laget for å få hjelp med serveren din når som helst."
+ },
+ "hosting-marketing.included.powerful-console": {
+ "message": "En kraftig konsoll, eiendomsforvaltningsserver og mer"
+ },
+ "hosting-marketing.included.powerful-console.description": {
+ "message": "Modrinth Hosting kommer med kraftige verktøy for å holde styr på serveren din."
+ },
+ "hosting-marketing.included.sftp-access": {
+ "message": "SFTP-tilgang"
+ },
+ "hosting-marketing.included.sftp-access.description": {
+ "message": "Gå inn i serverfilene dine direkte med SFTP, bygd inn i Modrinth Hosting."
+ },
+ "hosting-marketing.included.with-your-server": {
+ "message": "Inkludert med serveren din"
+ },
+ "hosting-marketing.know-what-you-need": {
+ "message": "Veit du nøyaktig hva du trenger?"
+ },
+ "hosting-marketing.medal.info": {
+ "message": "Prøv en gratis 3GB server i 5 dager, kjørt av Medal"
+ },
+ "hosting-marketing.medal.learn-more": {
+ "message": "Lær mer"
+ },
+ "hosting-marketing.medal.text-secondary": {
+ "message": "Begrensa tilbud. Trenger ikke kredittkort. Tilgjengelig for servere i USA."
+ },
+ "hosting-marketing.pick-customized-plan": {
+ "message": "Velg en tilpassa plan med bare kravspesifikasjonene du trenger."
+ },
+ "hosting-marketing.server-for-everyone": {
+ "message": "Det er en server for hvem som helst"
+ },
+ "hosting-marketing.why.all-on-modrinth": {
+ "message": "Hold styr på alt på Modrinth"
+ },
+ "hosting-marketing.why.all-on-modrinth.description": {
+ "message": "Din server, mods, spillere og mer er alt her på Modrinth. Trenger ikke å bygge mellom plattformer."
+ },
+ "hosting-marketing.why.consistently-fast": {
+ "message": "Konstant raskt"
+ },
+ "hosting-marketing.why.consistently-fast.description": {
+ "message": "Infrastrukturen vår er aldri overbelasta, som betyr at hver server av Modrinth alltid kjører det beste den kan kjøre."
+ },
+ "hosting-marketing.why.description": {
+ "message": "Velg fra tusenvis av modpacks på Modrinth, eller lag din eigen. Inviter vennene dine når du er klar til å spille."
+ },
+ "hosting-marketing.why.heading": {
+ "message": "Finn en modpack. Nå er det en server."
+ },
+ "hosting-marketing.why.modern-reliable-hosting": {
+ "message": "Opplev moderne, kosistens serveroppstart"
+ },
+ "hosting-marketing.why.modern-reliable-hosting.description": {
+ "message": "Modrinth Hosting-servere er starta opp på Høgtytende AMD-CPU-er med DDR5 RAM, som kjører på tilpassa programvare for å sørge for at serveren din kjører som den skal."
+ },
+ "hosting-marketing.why.where-mods-are": {
+ "message": "Spill hvor nå enn modsa dine er"
+ },
+ "hosting-marketing.why.where-mods-are.description": {
+ "message": "Modrinth Hosting integrerer installeringsprosessen til moden og modpacken lett inni serveren din."
+ },
+ "hosting-marketing.why.why-modrinth-hosting": {
+ "message": "Hvorfor Modrinth Hosting?"
+ },
+ "hosting-marketing.why.your-favorite-mods": {
+ "message": "Alle favoritmodsa dine"
+ },
+ "hosting-marketing.why.your-favorite-mods.description": {
+ "message": "Velg mellom Vanilla, Fabric, Forge, Quilt og NeoForge. Hvis det er på Modrinth, så kan det kjøre på serveren din."
+ },
+ "hosting.plan.out-of-stock": {
+ "message": "Utsolgt"
+ },
+ "hosting.plan.select-plan": {
+ "message": "Velg plan"
+ },
"landing.button.discover-mods": {
"message": "Oppdag mods"
},
"landing.button.go-to-dashboard": {
"message": "Gå til dashbord"
},
- "landing.launcher.modrinth-app-label": {
- "message": "Modrinth App"
+ "landing.creator.feature.constantly-evolving.description": {
+ "message": "Få den beste mulige modding-opplevelsen med jamnlige oppdateringer fra Modrinth-laget"
},
- "landing.launcher.prism-launcher-label": {
- "message": "Prism Launcher"
+ "landing.creator.feature.constantly-evolving.title": {
+ "message": "Utvikler seg konstant"
},
- "layout.footer.products.plus": {
- "message": "Modrinth+"
+ "landing.creator.feature.data-statistics.description": {
+ "message": "Få detaljerte rapporter om sidevisninger, nedlastingstall og inntekt"
},
- "layout.footer.resources.api-docs": {
- "message": "API dokumentasjon"
+ "landing.creator.feature.data-statistics.title": {
+ "message": "Data og Statistikk"
+ },
+ "landing.creator.feature.discovery.description": {
+ "message": "Gjør sånn at prosjektet ditt blir oppdaga av tusenvis av brukere gjennom søking, heimesida vår, Discord-serveren og flere framtidige måter!"
+ },
+ "landing.creator.feature.discovery.title": {
+ "message": "Utforskning"
+ },
+ "landing.creator.feature.diverse-ecosystem.description": {
+ "message": "Integrer med byggeverktøya dine gjennom Minoatur for automatiske opplastinger, nett når du legger ut en ny versjon"
+ },
+ "landing.creator.feature.diverse-ecosystem.title": {
+ "message": "Mangfoldig ekosystem"
+ },
+ "landing.creator.feature.monetization.description": {
+ "message": "Få betalte annonseinntekter fra prosjektsidene dine og ta ut pengene dine når som helst"
+ },
+ "landing.creator.feature.monetization.title": {
+ "message": "Tjen penger"
+ },
+ "landing.creator.feature.team-management.description": {
+ "message": "Lett inviter lagkameratene dine og hold styr på roller og permisjonar"
+ },
+ "landing.creator.feature.team-management.title": {
+ "message": "Lagoversikt"
+ },
+ "landing.error.failedToLoadRandomProjects": {
+ "message": "Kunne ikke laste inn tilfeldige prosjekt :("
+ },
+ "landing.feature.follow.description": {
+ "message": "Bli varsla hver gand favorittprosjektet ditt oppdateres og hold styr på hva som skjer."
+ },
+ "landing.feature.follow.heading": {
+ "message": "Følg prosjekt du liker"
+ },
+ "landing.feature.launcher.description": {
+ "message": "Modrinth sin åpen kildekode-API gjør sånn at launchere djupt integrerer seg med Modrinth. Du kan bruke Modrinth gjennom vår eigen app og noen av de mest populære launcherene som ATLauncher, MultiMC og Prism Launcher."
+ },
+ "landing.feature.launcher.heading": {
+ "message": "Spill med favorittlauncheren din"
+ },
+ "landing.feature.search.description": {
+ "message": "Den lynraske Søkinga og filtra til Modrinth lar deg lett finne det du ser etter mens du skriver."
+ },
+ "landing.feature.search.heading": {
+ "message": "Finn ut hva du vil ha, raskt og enkelt"
+ },
+ "landing.heading.the-place-for-minecraft": {
+ "message": "Plassen for Minecraft {content}"
+ },
+ "landing.heading.the-place-for-minecraft.data-packs": {
+ "message": "data packs"
+ },
+ "landing.heading.the-place-for-minecraft.modpacks": {
+ "message": "modpacks"
+ },
+ "landing.heading.the-place-for-minecraft.mods": {
+ "message": "mods"
+ },
+ "landing.heading.the-place-for-minecraft.plugins": {
+ "message": "plugins"
+ },
+ "landing.heading.the-place-for-minecraft.resource-packs": {
+ "message": "resource packs"
+ },
+ "landing.heading.the-place-for-minecraft.servers": {
+ "message": "servere"
+ },
+ "landing.heading.the-place-for-minecraft.shaders": {
+ "message": "shaders"
+ },
+ "landing.launcher.atlauncher-label": {
+ "message": "ATLauncher"
+ },
+ "landing.launcher.graphic-alt": {
+ "message": "Ei forenkla visning av et Minecraft-vindu, med Mojang Studios-logoen i Modrinth grønn."
+ },
+ "landing.launcher.modrinth-app-label": {
+ "message": "Modrinth App"
+ },
+ "landing.launcher.prism-launcher-label": {
+ "message": "Prism Launcher"
+ },
+ "landing.notifications.has-been-updated": {
+ "message": "{title} har blitt oppdatert!"
+ },
+ "landing.notifications.heading": {
+ "message": "Varsler"
+ },
+ "landing.notifications.received-time": {
+ "message": "Mottok {time}"
+ },
+ "landing.notifications.version-released": {
+ "message": "Versjon {version} har blitt gjort tilgjengelig for {gameVersion}"
+ },
+ "landing.section.for-creators.description": {
+ "message": "Gjør at skaperne dine føler seg velkomne og nå et stort publikum av dedikerte spillere."
+ },
+ "landing.section.for-creators.label": {
+ "message": "For Skapere"
+ },
+ "landing.section.for-creators.tagline": {
+ "message": "Del innholdet ditt med verda"
+ },
+ "landing.section.for-players.description": {
+ "message": "Alt fra magiske landskap til forbanna fangehol, du kan være sikker på at du kommer til å finne innhold som tar spillopplevelsen din til neste nivå."
+ },
+ "landing.section.for-players.label": {
+ "message": "For Spillerer"
+ },
+ "landing.section.for-players.tagline": {
+ "message": "Oppdag over {count} skaperer"
+ },
+ "landing.subheading": {
+ "message": "Oppdag, spill, og del Minecraft-innhold gjennom den åpenkjeldekode-plattformen vår, bygd for fellesskapet."
+ },
+ "layout.action.change-theme": {
+ "message": "Endre tema"
+ },
+ "layout.action.create-new": {
+ "message": "Lag ny..."
+ },
+ "layout.action.file-lookup": {
+ "message": "Filoppslag"
+ },
+ "layout.action.lookup-by-email": {
+ "message": "Bla gjennom med email"
+ },
+ "layout.action.manage-affiliates": {
+ "message": "Hold styr på tilknytte lenker"
+ },
+ "layout.action.manage-server-notices": {
+ "message": "Hold styr på servervarsler"
+ },
+ "layout.action.new-collection": {
+ "message": "Ny samling"
+ },
+ "layout.action.new-organization": {
+ "message": "Ny organisering"
+ },
+ "layout.action.new-project": {
+ "message": "Nytt prosjekt"
+ },
+ "layout.action.reports": {
+ "message": "Gå gjennom rapporter"
+ },
+ "layout.action.review-projects": {
+ "message": "Prosjektgjennomgåing"
+ },
+ "layout.action.tech-review": {
+ "message": "Teknologigjennomgang"
+ },
+ "layout.avatar.alt": {
+ "message": "Avataren din"
+ },
+ "layout.banner.account-action": {
+ "message": "Kontohandling påkrevd"
+ },
+ "layout.banner.add-email.button": {
+ "message": "Gå til kontoinnstillinger"
+ },
+ "layout.banner.add-email.description": {
+ "message": "Grunna sikkerhet, så trenger Modrinth at du registrerer deg en email-adresse til kontoen din."
+ },
+ "layout.banner.build-fail.description": {
+ "message": "Denne utplasseringa av brukergrensesnittet til Modrinth kunne ikke generere tilstanden fra API-en. Dette kan være på grunn av et strømbrott eller en error i konfigurasjonen. Ombygg når API-en er tilgjengelig. Errorkoder: {errors}; Nåværende API-URL er: {url}"
+ },
+ "layout.banner.build-fail.title": {
+ "message": "Error når det kom til å generer tilstanden fra API-en når den blei bygd."
+ },
+ "layout.banner.preview.description": {
+ "message": "Viss du meinte å gå til den offisielle Modrinth-nettsida, gå til https://modrinth.com. Denne forhandsvisnigsutplasseringa blir brukt av Modrinth-personalet for testing. Den blei bygd ved å bruke {owner}/{branch} @ {commit}."
+ },
+ "layout.banner.preview.title": {
+ "message": "Dette er ei forhandsvisning av distribusjonen til Modrinth-nettsida."
+ },
+ "layout.banner.staging.description": {
+ "message": "Oppsettingsmiljøet er heilt separat fra produksjonsdatabasen til Modrinth. Dette brukes for testing og feilsøking, og det kan også hende at det kjører nyere versjoner under utvikling av Modrinth-backend-en eller grensesnittet enn produktinstansen."
+ },
+ "layout.banner.staging.title": {
+ "message": "Du ser på oppsettingsmiljøet til Modrinth"
+ },
+ "layout.banner.subscription-payment-failed.button": {
+ "message": "Oppdater faktureringsinformasjon"
+ },
+ "layout.banner.subscription-payment-failed.description": {
+ "message": "Én eller flere abonnement kunne ikke bli fornya. Vær så snill å oppdater betalingsmetoden din for å hindre tap av tilgang!"
+ },
+ "layout.banner.subscription-payment-failed.title": {
+ "message": "Faktureringshandling påkrevd."
+ },
+ "layout.banner.tax.action": {
+ "message": "Fullfør skatteskjemet"
+ },
+ "layout.banner.tax.description": {
+ "message": "Du har allerede tatt ut over {threshold} fra Modrinth i år. For å overholde skattereguleringer, så må du fullføre skatteskjemaet. Uttakingene dine er satt på pause til dette skjemaet er sendt inn."
+ },
+ "layout.banner.tax.title": {
+ "message": "Skatteskjema påkrevd"
+ },
+ "layout.banner.tin-mismatch.action": {
+ "message": "Ta kontakt med støtte"
+ },
+ "layout.banner.tin-mismatch.description": {
+ "message": "Uttakingene dine er midlertidig låst, sia TIN-ene-eller-SSN-ene dine ikke stemmer med IRS-dokummenta. Vær så snill å ta kontakt med støtte for å tilbakestille skatteskjemaet ditt."
+ },
+ "layout.banner.tin-mismatch.title": {
+ "message": "Skatteskjema feila"
+ },
+ "layout.banner.verify-email.action": {
+ "message": "Send inn bekreftelsesemail-en igjen"
+ },
+ "layout.banner.verify-email.description": {
+ "message": "Gunna sikkerhet, så trenger Modrinth at du bekrefter email-adressa assisiert med kontoen din."
+ },
+ "layout.footer.about": {
+ "message": "Om"
+ },
+ "layout.footer.about.careers": {
+ "message": "Karrierer"
+ },
+ "layout.footer.about.changelog": {
+ "message": "Endringslogg"
+ },
+ "layout.footer.about.news": {
+ "message": "Nyheter"
+ },
+ "layout.footer.about.rewards-program": {
+ "message": "Belønningsprogram"
+ },
+ "layout.footer.about.status": {
+ "message": "Status"
+ },
+ "layout.footer.legal": {
+ "message": "Juridisk"
+ },
+ "layout.footer.legal-disclaimer": {
+ "message": "IKKE EN OFFISIEL MINECRAFT-SERVICE. IKKE TILLATT ELLER ASSOSIERT MED MOJANG ELLER MICROSOFT."
+ },
+ "layout.footer.legal.copyright-policy": {
+ "message": "Opphavsrettpolicy og DMCA"
+ },
+ "layout.footer.legal.privacy-policy": {
+ "message": "Personvernsregler"
+ },
+ "layout.footer.legal.rules": {
+ "message": "Innholdsregler"
+ },
+ "layout.footer.legal.security-notice": {
+ "message": "Sikkerhetspraksis"
+ },
+ "layout.footer.legal.terms-of-use": {
+ "message": "Bruksvilkår"
+ },
+ "layout.footer.modrinth-information": {
+ "message": "Modrinth-informasjon"
+ },
+ "layout.footer.open-source": {
+ "message": "Modrinth er Åpen kjeldekode."
+ },
+ "layout.footer.products": {
+ "message": "Produkt"
+ },
+ "layout.footer.products.app": {
+ "message": "Modrinth App"
+ },
+ "layout.footer.products.plus": {
+ "message": "Modrinth+"
+ },
+ "layout.footer.products.servers": {
+ "message": "Modrinth Hosting"
+ },
+ "layout.footer.resources": {
+ "message": "Ressurser"
+ },
+ "layout.footer.resources.api-docs": {
+ "message": "API dokumentasjon"
+ },
+ "layout.footer.resources.help-center": {
+ "message": "Hjelpesenter"
+ },
+ "layout.footer.resources.report-issues": {
+ "message": "Rapporter problem"
+ },
+ "layout.footer.resources.translate": {
+ "message": "Oversett"
+ },
+ "layout.footer.social.bluesky": {
+ "message": "Bluesky"
+ },
+ "layout.footer.social.discord": {
+ "message": "Discord"
+ },
+ "layout.footer.social.github": {
+ "message": "Github"
+ },
+ "layout.footer.social.mastodon": {
+ "message": "Mastodon"
+ },
+ "layout.footer.social.x": {
+ "message": "X"
+ },
+ "layout.menu-toggle.action": {
+ "message": "Vekslingsmeny"
+ },
+ "layout.meta.description": {
+ "message": "Last ned Minecraft mods, plugins, datapacks, shaders, ressurspakker, og modpacks på Modrinth. Utforsk og last opp prosjekt på Modrinth med et moderne og lett å bruke grensesnitt og API."
+ },
+ "layout.meta.og-description": {
+ "message": "Utforsk og publiser Minecraft-innhold!"
+ },
+ "layout.mobile.close-menu": {
+ "message": "Lukk ned menyen"
+ },
+ "layout.mobile.open-menu": {
+ "message": "Åpne meny"
+ },
+ "layout.nav.active-reports": {
+ "message": "Akrive rapporter"
+ },
+ "layout.nav.discover": {
+ "message": "Utforsk"
+ },
+ "layout.nav.discover-content": {
+ "message": "Utforsk innhold"
+ },
+ "layout.nav.feature-flags": {
+ "message": "Funksjonsflagg"
+ },
+ "layout.nav.get-modrinth-app": {
+ "message": "Skaff deg Modrinth App-en"
+ },
+ "layout.nav.home": {
+ "message": "Heim"
+ },
+ "layout.nav.host-a-server": {
+ "message": "Opprett en server"
+ },
+ "layout.nav.modrinth-app": {
+ "message": "Modrinth App"
+ },
+ "layout.nav.modrinth-home-page": {
+ "message": "Modrinth-heimeside"
+ },
+ "layout.nav.my-servers": {
+ "message": "Serverne mine"
+ },
+ "layout.nav.organizations": {
+ "message": "Organisasjon"
+ },
+ "layout.nav.profile": {
+ "message": "Profil"
+ },
+ "layout.nav.projects": {
+ "message": "Prosjekt"
+ },
+ "layout.nav.revenue": {
+ "message": "Inntekt"
+ },
+ "layout.nav.saved-projects": {
+ "message": "Lagra prosjekt"
+ },
+ "layout.nav.search": {
+ "message": "Søk"
+ },
+ "layout.nav.upgrade-to-modrinth-plus": {
+ "message": "Oppgrader til Modrinth+"
+ },
+ "moderation.moderate": {
+ "message": "Moderer"
+ },
+ "moderation.page.projects": {
+ "message": "Prosjekt"
+ },
+ "moderation.page.reports": {
+ "message": "Rapporteringer"
+ },
+ "moderation.page.technicalReview": {
+ "message": "Teknisk forhandsvisning"
+ },
+ "muralpay.account-type.checking": {
+ "message": "Sjekking"
+ },
+ "muralpay.account-type.savings": {
+ "message": "Sparinger"
+ },
+ "muralpay.country.at": {
+ "message": "Østerrike"
+ },
+ "muralpay.country.be": {
+ "message": "Belgia"
+ },
+ "muralpay.country.cy": {
+ "message": "Kyprus"
+ },
+ "muralpay.country.de": {
+ "message": "Tyskland"
+ },
+ "muralpay.country.ee": {
+ "message": "Estland"
+ },
+ "muralpay.country.es": {
+ "message": "Spania"
+ },
+ "muralpay.country.fi": {
+ "message": "Finland"
+ },
+ "muralpay.country.fr": {
+ "message": "Frankrike"
+ },
+ "muralpay.country.gr": {
+ "message": "Hellas"
+ },
+ "muralpay.country.ie": {
+ "message": "Irland"
+ },
+ "muralpay.country.it": {
+ "message": "Italia"
+ },
+ "muralpay.country.lt": {
+ "message": "Litauen"
+ },
+ "muralpay.country.lu": {
+ "message": "Luxemburg"
+ },
+ "muralpay.country.lv": {
+ "message": "Latvia"
+ },
+ "muralpay.country.mt": {
+ "message": "Malta"
+ },
+ "muralpay.country.nl": {
+ "message": "Nederland"
+ },
+ "muralpay.country.pt": {
+ "message": "Portugal"
+ },
+ "muralpay.country.sk": {
+ "message": "Slovakia"
+ },
+ "muralpay.document-type.national-id": {
+ "message": "Nasjonal ID"
+ },
+ "muralpay.document-type.passport": {
+ "message": "Pass"
+ },
+ "muralpay.document-type.resident-id": {
+ "message": "Bebuer-ID"
+ },
+ "muralpay.document-type.ruc": {
+ "message": "RUC"
+ },
+ "muralpay.document-type.tax-id": {
+ "message": "Avgift-ID"
+ },
+ "muralpay.field.account-number": {
+ "message": "Kontonummer"
+ },
+ "muralpay.field.account-number-cbu-cvu": {
+ "message": "Kontonummer (CBU/CVU)"
+ },
+ "muralpay.field.account-number-cci": {
+ "message": "Kontonummer (CCI)"
+ },
+ "muralpay.field.account-number-type": {
+ "message": "Kontonummertype"
+ },
+ "muralpay.field.account-type": {
+ "message": "Kontotype"
+ },
+ "muralpay.field.bank-account-number": {
+ "message": "Kontonummer"
+ },
+ "muralpay.field.clabe": {
+ "message": "CLABE"
+ },
+ "muralpay.field.country": {
+ "message": "Land"
+ },
+ "muralpay.field.cpf-cnpj": {
+ "message": "CPF/CNPJ"
+ },
+ "muralpay.field.cuit-cuil": {
+ "message": "CUIT/CUIL"
+ },
+ "muralpay.field.document-type": {
+ "message": "Dokummenttype"
+ },
+ "muralpay.field.iban": {
+ "message": "IBAN"
+ },
+ "muralpay.field.phone-number": {
+ "message": "Telefonnummer"
+ },
+ "muralpay.field.pix-email": {
+ "message": "PIX-email"
+ },
+ "muralpay.field.pix-key-type": {
+ "message": "PIX-nøkkeltype"
+ },
+ "muralpay.field.pix-phone": {
+ "message": "PIX-mobil"
+ },
+ "muralpay.field.routing-number": {
+ "message": "Rutenummer"
+ },
+ "muralpay.field.swift-bic": {
+ "message": "SWIFT/BIC"
+ },
+ "muralpay.field.wallet-address": {
+ "message": "Lommeboksadresse"
+ },
+ "muralpay.help.cbu-cvu": {
+ "message": "Clave Bancaria Uniforme eller Clave Cirtual Uniforme"
+ },
+ "muralpay.help.cci": {
+ "message": "Código de Cuenta Interbancaria"
+ },
+ "muralpay.help.clabe": {
+ "message": "Clave Bancaria Estandarizada (Meksikans bankkontonummer)"
+ },
+ "muralpay.help.cpf-cnpj": {
+ "message": "Brasiliansk skatteidentifikasjonsnummer"
+ },
+ "muralpay.help.cuit-cuil": {
+ "message": "Argentiskt skatteskjema"
+ },
+ "muralpay.help.iban": {
+ "message": "Internasjonalt Bank-Konto-Nummer"
+ },
+ "muralpay.help.swift-bic": {
+ "message": "Bank-Identifiserings-Kode"
+ },
+ "muralpay.pix-type.bank-account": {
+ "message": "Bankkonto"
+ },
+ "muralpay.pix-type.document": {
+ "message": "CPF/CNPJ"
+ },
+ "muralpay.pix-type.email": {
+ "message": "Email"
+ },
+ "muralpay.pix-type.phone": {
+ "message": "Telefonnummer"
+ },
+ "muralpay.placeholder.account-number": {
+ "message": "Skriv inn kontonummer"
+ },
+ "muralpay.placeholder.cbu-cvu": {
+ "message": "Skriv inn CBU eller CVU"
+ },
+ "muralpay.placeholder.cbu-cvu-type": {
+ "message": "CBU eller CVU"
+ },
+ "muralpay.placeholder.cci": {
+ "message": "Skriv inn 20-talls CCI"
+ },
+ "muralpay.placeholder.cuit-cuil": {
+ "message": "Enter CUIT eller CUIL"
+ },
+ "muralpay.placeholder.enter-account-number": {
+ "message": "Skriv inn kontonummer"
+ },
+ "muralpay.placeholder.enter-clabe": {
+ "message": "Skriv inn 18-talls-CLABE"
+ },
+ "muralpay.placeholder.enter-cpf-cnpj": {
+ "message": "Skriv inn CPF eller CNPJ"
+ },
+ "muralpay.placeholder.enter-iban": {
+ "message": "Skriv inn IBAN"
+ },
+ "muralpay.placeholder.enter-pix-email": {
+ "message": "Skriv inn PIX-email"
+ },
+ "muralpay.placeholder.enter-routing-number": {
+ "message": "Skriv inn 9-talls-rutingsnummer"
+ },
+ "muralpay.placeholder.enter-swift-bic": {
+ "message": "Skriv inn SWIFT/BIC-kode"
+ },
+ "muralpay.placeholder.iban-crc": {
+ "message": "Skriv inn Costa Rican IBAN"
+ },
+ "muralpay.placeholder.phone-cop": {
+ "message": "+57..."
+ },
+ "muralpay.placeholder.pix-phone": {
+ "message": "+55..."
+ },
+ "muralpay.placeholder.wallet-address-eth": {
+ "message": "0x..."
+ },
+ "muralpay.rail.fiat-ars.name": {
+ "message": "Bank-Overføring (ARS)"
+ },
+ "muralpay.rail.fiat-brl.name": {
+ "message": "PIX-Overføring (BRL)"
+ },
+ "muralpay.rail.fiat-clp.name": {
+ "message": "Bank-Overføring (CLP)"
+ },
+ "muralpay.rail.fiat-cop.name": {
+ "message": "Bank-Overføring (COP)"
+ },
+ "muralpay.rail.fiat-crc.name": {
+ "message": "Bank-Overføring (CRC)"
+ },
+ "muralpay.rail.fiat-eur.name": {
+ "message": "Bank-Overføring (EUR)"
+ },
+ "muralpay.rail.fiat-mxn.name": {
+ "message": "Bank-Overføring (MXN)"
+ },
+ "muralpay.rail.fiat-pen.name": {
+ "message": "Bank-Overføring (PEN)"
+ },
+ "muralpay.rail.fiat-usd-peru.name": {
+ "message": "Bank-Overføring (USD - Peru)"
+ },
+ "muralpay.rail.fiat-usd.name": {
+ "message": "Bank-Overføring (USD)"
+ },
+ "muralpay.rail.fiat-zar.name": {
+ "message": "Bank-Overføring (ZAR)"
+ },
+ "muralpay.rail.usdc-base.name": {
+ "message": "USDC (Base)"
+ },
+ "muralpay.rail.usdc-celo.name": {
+ "message": "USDC (Celo)"
+ },
+ "muralpay.rail.usdc-ethereum.name": {
+ "message": "USDC (Ethereum)"
+ },
+ "muralpay.rail.usdc-polygon.name": {
+ "message": "Crypto (USDC)"
+ },
+ "muralpay.warning.wallet-address": {
+ "message": "Dobbeltsjekk lommeboksadressa di. Penger sendt til feil adresse kan ikke bli gjenoppretta."
+ },
+ "profile.bio.fallback.creator": {
+ "message": "En Modrinth-skaper."
+ },
+ "profile.bio.fallback.user": {
+ "message": "En Modrinth-bruker."
+ },
+ "profile.button.billing": {
+ "message": "Hold styr på brukerfakturering"
+ },
+ "profile.button.edit-role": {
+ "message": "Rediger rolle"
+ },
+ "profile.button.info": {
+ "message": "Vis brukerdetaljer"
+ },
+ "profile.button.manage-projects": {
+ "message": "Hold styr på prosjekt"
+ },
+ "profile.button.remove-affiliate": {
+ "message": "Fjern tilknyting"
+ },
+ "profile.button.set-affiliate": {
+ "message": "Sett som tilknyting"
+ },
+ "profile.details.label.auth-providers": {
+ "message": "Autoriseringsgivere"
+ },
+ "profile.details.label.email": {
+ "message": "Epost"
+ },
+ "profile.details.label.email-verified": {
+ "message": "Epostbekreftelse"
+ },
+ "profile.details.label.has-password": {
+ "message": "Har passord"
+ },
+ "profile.details.label.has-totp": {
+ "message": "Har TOTP"
+ },
+ "profile.details.label.payment-methods": {
+ "message": "Betalingsmetoder"
+ },
+ "profile.details.tooltip.email-not-verified": {
+ "message": "Epost ikke bekrefta"
+ },
+ "profile.details.tooltip.email-verified": {
+ "message": "Epost bekrefta"
+ },
+ "profile.error.not-found": {
+ "message": "Bruker ikke funnet"
+ },
+ "profile.label.affiliate": {
+ "message": "Tilknytt"
+ },
+ "profile.label.badges": {
+ "message": "Merker"
+ },
+ "profile.label.collection": {
+ "message": "Samling"
+ },
+ "profile.label.downloads": {
+ "message": "{count} {count, plural, one {nedlasting} other {nedlastinger}}"
+ },
+ "profile.label.joined": {
+ "message": "Blei med"
+ },
+ "profile.label.no-collections": {
+ "message": "Denne brukeren har ingen samlinger!"
+ },
+ "profile.label.no-collections-auth": {
+ "message": "Du har ikke noen samlinger.\nHar du lyst å lage en?"
+ },
+ "profile.label.no-projects": {
+ "message": "Denne brukeren har ingen prosjekt!"
+ },
+ "profile.label.no-projects-auth": {
+ "message": "Du har ikke noen prosjekt.\nHar du lyst å lage en?"
+ },
+ "profile.label.organizations": {
+ "message": "Organisasjoner"
+ },
+ "profile.label.projects": {
+ "message": "{count} {count, plural, one {prosjekt} other {prosjekt}}"
+ },
+ "profile.label.saving": {
+ "message": "Lagrer..."
+ },
+ "profile.meta.description": {
+ "message": "Last ned prosjekta til {username} på Modrinth"
+ },
+ "profile.meta.description-with-bio": {
+ "message": "{bio} - Last ned prosjekta til {username} på Modrinth"
+ },
+ "profile.stats.projects-followers": {
+ "message": "{count, plural, one {{count} prosjektfølger} other {{count} prosjektfølgere}}"
+ },
+ "profile.user-id": {
+ "message": "Bruker-ID: {id}"
+ },
+ "project-member-header.error-decline": {
+ "message": "Kunne ikke avslå laginvitasjonen"
+ },
+ "project-member-header.error-join": {
+ "message": "Kunne ikke godta laginvitasjonen"
+ },
+ "project-member-header.invitation-no-role": {
+ "message": "Du har blitt invitert til å bli med i dette prosjektet. Vær så snill å enten godta eller avslå invitasjonen."
+ },
+ "project-member-header.invitation-title": {
+ "message": "Invitasjon til å bli med i prosjekt"
+ },
+ "project-member-header.invitation-with-role": {
+ "message": "Du har blitt invitert til å bli et medlem av dette prosjektet med rolla av \"{role}\"."
+ },
+ "project-member-header.success-decline": {
+ "message": "Laginvitasjonen fra de var avslått"
+ },
+ "project-member-header.success-join": {
+ "message": "Du har blitt med i prosjektlaget"
+ },
+ "project-moderation-nags.publishing-checklist": {
+ "message": "Publiseringssjekkliste"
+ },
+ "project-moderation-nags.required": {
+ "message": "Påkrevd"
+ },
+ "project-moderation-nags.resubmit-for-review": {
+ "message": "Send inn på nytt att for anmeldelse"
+ },
+ "project-moderation-nags.resubmit-for-review-desc": {
+ "message": "Prosjektet ditt har blitt {status, select, rejected {avslått} withheld {tilbakeholdt} other {{status}}} av Modrinth-laget. I de fleste filfeller, så kan du sende det inn igjen sånn at det blir anmeldt igjen etter å ha sett på meldinga til laga."
+ },
+ "project-moderation-nags.submit-checklist-tooltip": {
+ "message": "Du må fillføre de påkrevde trinna i publiseringsjekklista!"
+ },
+ "project-moderation-nags.submit-for-review": {
+ "message": "Send inn for anmeldelse"
+ },
+ "project-moderation-nags.submit-for-review-button": {
+ "message": "Send inn for anmeldelse"
+ },
+ "project-moderation-nags.submit-for-review-desc": {
+ "message": "Prosjektet ditt er bare synlig for medlemmer av prosjektet. Det må være anmeldt av moderatorer sånn at det kan bli publisert."
+ },
+ "project-moderation-nags.suggestion": {
+ "message": "Forslag"
+ },
+ "project-moderation-nags.visit-moderation-page": {
+ "message": "Gå til moderasjonssida"
+ },
+ "project-moderation-nags.warning": {
+ "message": "Advarsel"
+ },
+ "project-type.collection.plural": {
+ "message": "Samlinger"
+ },
+ "project-type.collection.singular": {
+ "message": "Samlinger"
+ },
+ "project-type.datapack.plural": {
+ "message": "Data Packs"
+ },
+ "project-type.datapack.singular": {
+ "message": "Data Pack"
+ },
+ "project-type.mod.plural": {
+ "message": "Mods"
+ },
+ "project-type.mod.singular": {
+ "message": "Mod"
+ },
+ "project-type.modpack.plural": {
+ "message": "Modpacks"
+ },
+ "project-type.modpack.singular": {
+ "message": "Modpack"
+ },
+ "project-type.plugin.plural": {
+ "message": "Plugins"
+ },
+ "project-type.plugin.singular": {
+ "message": "Plugin"
+ },
+ "project-type.project.plural": {
+ "message": "Prosjekt"
+ },
+ "project-type.project.singular": {
+ "message": "Prosjekt"
+ },
+ "project-type.resourcepack.plural": {
+ "message": "Ressurspakker"
+ },
+ "project-type.resourcepack.singular": {
+ "message": "Ressurspakke"
+ },
+ "project-type.shader.plural": {
+ "message": "Shaders"
+ },
+ "project-type.shader.singular": {
+ "message": "Shader"
+ },
+ "project.about.details.created": {
+ "message": "Oppretta {date}"
+ },
+ "project.about.details.licensed": {
+ "message": "Lisensiert {license}"
+ },
+ "project.about.details.published": {
+ "message": "Publisert {date}"
+ },
+ "project.about.details.submitted": {
+ "message": "Sendt inn {date}"
+ },
+ "project.about.details.title": {
+ "message": "Detaljer"
+ },
+ "project.about.details.updated": {
+ "message": "Oppdatert {date}"
+ },
+ "project.actions.create-server": {
+ "message": "Lag en server"
+ },
+ "project.actions.create-server-tooltip": {
+ "message": "Lag en server"
+ },
+ "project.actions.dont-show-again": {
+ "message": "Ikke vis igjen"
+ },
+ "project.actions.review-project": {
+ "message": "Anmeld prosjekt"
+ },
+ "project.actions.servers-promo.description": {
+ "message": "Modrinth Hosting er den letteste måten å spille med vennene dine uten problem!"
+ },
+ "project.actions.servers-promo.pricing": {
+ "message": "Startprisen: {price} per måned"
+ },
+ "project.actions.servers-promo.title": {
+ "message": "Lag en server"
+ },
+ "project.collections.create-new": {
+ "message": "Lag ny samling"
+ },
+ "project.collections.none-found": {
+ "message": "Inga samling funnet."
+ },
+ "project.description.title": {
+ "message": "Beskrivelse"
+ },
+ "project.details.licensed": {
+ "message": "Lisensert"
+ },
+ "project.download.game-version": {
+ "message": "Spillversjon: {version}"
+ },
+ "project.download.game-version-error": {
+ "message": "Error: ingen spillversjon funnet"
+ },
+ "project.download.game-version-tooltip": {
+ "message": "{title} er bare tilgjengelig for {version}"
+ },
+ "project.download.game-version-unsupported-tooltip": {
+ "message": "{title} støtter ikke {gameVersion} for {platform}"
+ },
+ "project.download.install-with-app": {
+ "message": "Installer med Modrinth App"
+ },
+ "project.download.no-app": {
+ "message": "Har du ikke en Modrinth App?"
+ },
+ "project.download.no-versions-available": {
+ "message": "Ingen versjoner tilgjengelige for {gameVersion} og {platform}."
+ },
+ "project.download.platform": {
+ "message": "Plattform: {platform}"
+ },
+ "project.download.platform-error": {
+ "message": "Error: Ingen plattformer funnet"
+ },
+ "project.download.platform-tooltip": {
+ "message": "{title} er bare tilgjengelig for {platform}"
+ },
+ "project.download.platform-unsupported-tooltip": {
+ "message": "{title} støtter ikke {platform} for {gameVersion}"
+ },
+ "project.download.search-game-versions": {
+ "message": "Søk opp spillversjoner..."
+ },
+ "project.download.search-game-versions-label": {
+ "message": "Søk opp spillversjoner..."
+ },
+ "project.download.select-game-version": {
+ "message": "Velg spillversjon"
+ },
+ "project.download.select-platform": {
+ "message": "Velg plattform"
+ },
+ "project.download.show-all-versions": {
+ "message": "Vis alle versjonene"
+ },
+ "project.download.title": {
+ "message": "Last ned {title}"
+ },
+ "project.environment.migration-no-permission.message": {
+ "message": "Vi har nettopp bygd opp igjen Miljø-systemet på Modrinth, som betyr at nye innstillinger er nå tilgjengelige. Du har ikke tillatelse til å endre på disse innstillingene, men vær så snill å fortell et anna medlem av dette prosjektet at miljø-matadata-en må bli bekrefta."
+ },
+ "project.environment.migration-no-permission.title": {
+ "message": "Miljø-metadata-en må bli gjennomgått"
+ },
+ "project.environment.migration.learn-more": {
+ "message": "Lær mer om denne endringa"
+ },
+ "project.environment.migration.message": {
+ "message": "Vi har nettopp bygd opp igjen Miljø-systemet på Modrinth, som betyr at nye innstilinger er ny tilgjengelige. Vær så snill å bekreft at metadataen er korrekt."
+ },
+ "project.environment.migration.review-button": {
+ "message": "Gå gjennom miljøinnstillinger"
+ },
+ "project.environment.migration.title": {
+ "message": "Vær så snill å gå gjennom miljø-metadata-en"
+ },
+ "project.error.loading": {
+ "message": "Feil ved lasting av prosjektdata{message}"
+ },
+ "project.error.page-not-found": {
+ "message": "Fant ikke denne sida"
+ },
+ "project.error.project-not-found": {
+ "message": "Fant ikke prosjekt"
+ },
+ "project.gallery.title": {
+ "message": "Galleri"
+ },
+ "project.license.error": {
+ "message": "Lisenstekst kunne ikke bli henta."
+ },
+ "project.license.loading": {
+ "message": "Laster inn linsenstekst..."
+ },
+ "project.license.title": {
+ "message": "Lisens"
+ },
+ "project.moderation.title": {
+ "message": "Moderering"
+ },
+ "project.navigation.changelog": {
+ "message": "Endringslogg"
+ },
+ "project.notification.icon-updated.message": {
+ "message": "Prosjektikonet ditt har blitt oppdatert."
+ },
+ "project.notification.icon-updated.title": {
+ "message": "Prosjektikonet oppdatert"
+ },
+ "project.notification.updated.message": {
+ "message": "Prosjektet ditt har blitt oppdatert."
+ },
+ "project.notification.updated.title": {
+ "message": "Prosjekt oppdatert"
+ },
+ "project.settings.general.name.description": {
+ "message": "Unngå forstavelser, avledningsendelser, parantesisering, eller lagt til beskrivelser—bare det aktuelle navnet til prosjeket."
+ },
+ "project.settings.general.name.placeholder.1": {
+ "message": "Til dømes Nether Overhaul 2"
+ },
+ "project.settings.general.name.placeholder.2": {
+ "message": "Til dømes Construction Equipment"
+ },
+ "project.settings.general.name.placeholder.3": {
+ "message": "Til dømes Better than Caving"
+ },
+ "project.settings.general.name.placeholder.4": {
+ "message": "Til dømes Enhanced Portals"
+ },
+ "project.settings.general.name.placeholder.5": {
+ "message": "Til dømes dangerous Mobs"
+ },
+ "project.settings.general.name.title": {
+ "message": "Navn"
+ },
+ "project.settings.general.tagline.description": {
+ "message": "Oppsummer prosjektet ditt med maks ei setning."
+ },
+ "project.settings.general.tagline.placeholder.1": {
+ "message": "Til dømes overhaler spillprogresjonen sånn at det omgår the Nether."
+ },
+ "project.settings.general.tagline.placeholder.2": {
+ "message": "Til dømes Legger til konstruksjonsutstyr du kan ta på deg."
+ },
+ "project.settings.general.tagline.placeholder.3": {
+ "message": "Til dømes Legger til en realistisk mineshaft-byggemekanikk."
+ },
+ "project.settings.general.tagline.placeholder.4": {
+ "message": "Til dømes forbedrer hvordan Nether-portaler linker mellom hverandre."
+ },
+ "project.settings.general.tagline.placeholder.5": {
+ "message": "Til dømes Legger til en kraftig bossversjon av de normale mobsa som kan bli møtt om natta."
+ },
+ "project.settings.general.tagline.title": {
+ "message": "Slagord"
+ },
+ "project.settings.general.url.title": {
+ "message": "URL"
+ },
+ "project.settings.title": {
+ "message": "Innstillinger"
+ },
+ "project.settings.visit-dashboard": {
+ "message": "Besøk prosjekt-dashbordet"
+ },
+ "project.stats.downloads-label": {
+ "message": "last ned{count, plural, one {} other {s}}"
+ },
+ "project.stats.followers-label": {
+ "message": "følger{count, plural, one {} other {s}}"
+ },
+ "project.status.archived.message": {
+ "message": "{title} har blitt arkivert. {title} kommer ikke til å få noen nye oppdateringer, hvis ikke forfatteren bestemmer seg for å dearkivere prosjektet."
+ },
+ "project.versions.title": {
+ "message": "Versjoner"
+ },
+ "report.already-reported": {
+ "message": "Du har allerede rapportert {title}"
+ },
+ "report.already-reported-description": {
+ "message": "Du har en åpen rapport for denne/dette {item, select, project {prosjektet} version {versjonen} user {brukeren} other {innholdet}} allerede. Du kan legge til flere detaljer til rapporten din hvis du har mer informasjon du vil legge til."
+ },
+ "report.back-to-item": {
+ "message": "Tilbake til {item, select, project {prosjekt} version {versjon} user {bruker} other {innhold}}"
+ },
+ "report.body.description": {
+ "message": "Viss det er mulig, inkluder lenker og bilder. Tomme eller utilstrekkelige rapporter kommer til å bli lukka ned og ignorert."
+ },
+ "report.body.title": {
+ "message": "Vær så snill å kom med mer kontekst om prosjektet ditt"
+ },
+ "report.checking": {
+ "message": "Sjekker {item, select, project {prosjekt} version {versjon} user {bruker} other {innhold}}..."
+ },
+ "report.could-not-find": {
+ "message": "Kunne ikke finne {item, select, project {prosjekt} version {versjon} user {bruker} other {innhold}}"
+ },
+ "report.for.violation": {
+ "message": "Brudd på Reglene til Modrinth eller Bruksvilkåra deres"
+ },
+ "report.for.violation.description": {
+ "message": "Eksempel inkluderer innhold som er ondsinna, spam, støtende, villendende, eller ulovlig."
+ },
+ "report.form-not-for": {
+ "message": "Dette skjemaet er for:"
+ },
+ "report.go-to-report": {
+ "message": "Gå til rapport"
+ },
+ "report.not-for.bug-reports": {
+ "message": "Bug-rapport"
+ },
+ "report.not-for.bug-reports.description": {
+ "message": "Du kan rapportere bugs til problemsporinga deres."
+ },
+ "report.not-for.dmca": {
+ "message": "DMCA-nedtakelse"
+ },
+ "report.not-for.dmca.description": {
+ "message": "Se Opprettshav-policy-en vår."
+ },
+ "report.note.copyright.1": {
+ "message": "Husk at du ikke sender inn en DMCA-nedtakelsesforespørsel, men heller en rapport av innhold som har vært lagt ut flere ganger."
+ },
+ "report.note.copyright.2": {
+ "message": "Viss du meinte å sende inn en DMCA-nedtakelsesforespørsel (som er ei lovlig handling) istedenfor, vennligst se Opphavsrettspolicy-en vår."
+ },
+ "report.note.malicious.1": {
+ "message": "Rapportering for støtende eller villedende innhold må inkluderer nok bevis på oppførselen, sånn som kodeprøver."
+ },
+ "report.note.malicious.2": {
+ "message": "Oppsummeringer fra Microsoft Sikkerhet, VirusTotal, eller skadelig programvareoppdaging fra AI er ikke nok bevis og kommer ikke til å bli akseptert."
+ },
+ "report.please-report": {
+ "message": "Vær så snill å rapporter:"
+ },
+ "report.question.content-id": {
+ "message": "Hva er ID-en til {item, select, project {prosjektet} version {versjonen} user {brukeren} other {innholdet}}?"
+ },
+ "report.question.content-type": {
+ "message": "Hvilken type innhold rapporterer du?"
+ },
+ "report.question.report-reason": {
+ "message": "Hvilke av reglene til Modrinth bryter dette: {item, select, project {prosjekt} version {versjon} user {bruker} other {innhold}}?"
+ },
+ "report.report-content": {
+ "message": "Rapporter innhold til moderatorene"
+ },
+ "report.report-item": {
+ "message": "Rapporter {title} til moderatorene"
+ },
+ "report.submit": {
+ "message": "Send inn rapport"
+ },
+ "scopes.analytics.description": {
+ "message": "Få tilgang til analysedataene dine"
+ },
+ "scopes.analytics.label": {
+ "message": "Les analyser"
+ },
+ "scopes.category.analytics": {
+ "message": "Analyser"
+ },
+ "scopes.category.collections": {
+ "message": "Samlinger"
+ },
+ "scopes.category.notifications": {
+ "message": "Varslinger"
+ },
+ "scopes.category.organizations": {
+ "message": "Organiseringer"
+ },
+ "scopes.category.pats": {
+ "message": "PAT-er"
+ },
+ "scopes.category.payouts": {
+ "message": "Utbetalinger"
+ },
+ "scopes.category.projects": {
+ "message": "Prosjekt"
+ },
+ "scopes.category.reports": {
+ "message": "Rapporter"
+ },
+ "scopes.category.sessions": {
+ "message": "Økter"
+ },
+ "scopes.category.threads": {
+ "message": "Tråder"
+ },
+ "scopes.category.user-account": {
+ "message": "Brukerkonto"
+ },
+ "scopes.category.versions": {
+ "message": "Versjoner"
+ },
+ "scopes.collectionCreate.description": {
+ "message": "Lag samlinger"
+ },
+ "scopes.collectionCreate.label": {
+ "message": "Lag samlinger"
+ },
+ "scopes.collectionDelete.description": {
+ "message": "Slett samlinger"
+ },
+ "scopes.collectionDelete.label": {
+ "message": "Slett samlinger"
+ },
+ "scopes.collectionRead.description": {
+ "message": "Les samlinger"
+ },
+ "scopes.collectionRead.label": {
+ "message": "Les samlinger"
+ },
+ "scopes.collectionWrite.description": {
+ "message": "Skriv inn i alle samlinger"
+ },
+ "scopes.collectionWrite.label": {
+ "message": "Skriv inn i samlinger"
+ },
+ "scopes.notificationRead.description": {
+ "message": "Les varslingene dine"
+ },
+ "scopes.notificationRead.label": {
+ "message": "Les varslingene"
+ },
+ "scopes.notificationWrite.description": {
+ "message": "Slett/se på varslingene dine"
+ },
+ "scopes.notificationWrite.label": {
+ "message": "Skriv varslinger"
+ },
+ "scopes.organizationCreate.description": {
+ "message": "Lag organiseringer"
+ },
+ "scopes.organizationCreate.label": {
+ "message": "Lag organisasjoner"
+ },
+ "scopes.organizationDelete.description": {
+ "message": "Slett organisasjoner"
+ },
+ "scopes.organizationDelete.label": {
+ "message": "Slett organisasjoner"
+ },
+ "scopes.organizationRead.description": {
+ "message": "Les organisasjoner"
+ },
+ "scopes.organizationRead.label": {
+ "message": "Les organisasjoner"
+ },
+ "scopes.organizationWrite.description": {
+ "message": "Skriv til organisasjoner"
+ },
+ "scopes.organizationWrite.label": {
+ "message": "Skriv organisasjoner"
+ },
+ "scopes.patCreate.description": {
+ "message": "Lag personlige API-tokens"
+ },
+ "scopes.patCreate.label": {
+ "message": "Lag PAT-er"
+ },
+ "scopes.patDelete.description": {
+ "message": "Slett de personlige API-tokenene dine"
+ },
+ "scopes.patDelete.label": {
+ "message": "Slett PAT-er"
+ },
+ "scopes.patRead.description": {
+ "message": "Vis laga API-tokener"
+ },
+ "scopes.patRead.label": {
+ "message": "Les PAT-er"
+ },
+ "scopes.patWrite.description": {
+ "message": "Rediger personlige API-tokener"
+ },
+ "scopes.patWrite.label": {
+ "message": "Skriv PAT-er"
+ },
+ "scopes.payoutsRead.description": {
+ "message": "Les utbetalingsdataen din"
+ },
+ "scopes.payoutsRead.label": {
+ "message": "Les utbetalinger"
+ },
+ "scopes.payoutsWrite.description": {
+ "message": "Ta ut penger"
+ },
+ "scopes.payoutsWrite.label": {
+ "message": "Skriv utbetalinger"
+ },
+ "scopes.performAnalytics.description": {
+ "message": "Utfør analysehandlinger"
+ },
+ "scopes.performAnalytics.label": {
+ "message": "Utfør analyser"
+ },
+ "scopes.projectCreate.description": {
+ "message": "Lag nye prosjekt"
+ },
+ "scopes.projectCreate.label": {
+ "message": "Lag prosjekt"
+ },
+ "scopes.projectDelete.description": {
+ "message": "Slett prosjekta dine"
+ },
+ "scopes.projectDelete.label": {
+ "message": "Slett prosjekt"
+ },
+ "scopes.projectRead.description": {
+ "message": "Les alle prosjekta dine"
+ },
+ "scopes.projectRead.label": {
+ "message": "Les prosjekt"
+ },
+ "scopes.projectWrite.description": {
+ "message": "Skriv til prosjektdata"
+ },
+ "scopes.projectWrite.label": {
+ "message": "Skriv prosjekt"
+ },
+ "scopes.reportCreate.description": {
+ "message": "Lag rapporter"
+ },
+ "scopes.reportCreate.label": {
+ "message": "Lag rapporter"
+ },
+ "scopes.reportDelete.description": {
+ "message": "Slett rapporter"
+ },
+ "scopes.reportDelete.label": {
+ "message": "Slett rapporter"
+ },
+ "scopes.reportRead.description": {
+ "message": "Les rapporter"
+ },
+ "scopes.reportRead.label": {
+ "message": "Les rapporter"
+ },
+ "scopes.reportWrite.description": {
+ "message": "Rediger rapporter"
+ },
+ "scopes.reportWrite.label": {
+ "message": "Skriv rapporter"
+ },
+ "scopes.sessionAccess.description": {
+ "message": "Gå inn i utstedte Modrinth-problem"
+ },
+ "scopes.sessionAccess.label": {
+ "message": "Gå inn i sesjoner"
+ },
+ "scopes.sessionDelete.description": {
+ "message": "Slett sesjoner"
+ },
+ "scopes.sessionDelete.label": {
+ "message": "Slett sesjoner"
+ },
+ "scopes.sessionRead.description": {
+ "message": "Les aktive sesjoner"
+ },
+ "scopes.sessionRead.label": {
+ "message": "Les sesjoner"
+ },
+ "scopes.threadRead.description": {
+ "message": "Les tråder"
+ },
+ "scopes.threadRead.label": {
+ "message": "Les tråder"
+ },
+ "scopes.threadWrite.description": {
+ "message": "Skriv til tråder"
+ },
+ "scopes.threadWrite.label": {
+ "message": "Skriv tråder"
+ },
+ "scopes.userAuthWrite.description": {
+ "message": "Endre på autentikasjonsdataen din"
+ },
+ "scopes.userAuthWrite.label": {
+ "message": "Skriv autentikasjonsdata"
+ },
+ "scopes.userDelete.description": {
+ "message": "Slett kontoen din"
+ },
+ "scopes.userDelete.label": {
+ "message": "Slett kontoen din"
+ },
+ "scopes.userRead.description": {
+ "message": "Få tilgang til den offentlige profilinformasjonen din"
+ },
+ "scopes.userRead.label": {
+ "message": "Les brukerdata"
+ },
+ "scopes.userReadEmail.description": {
+ "message": "Les email-en din"
+ },
+ "scopes.userReadEmail.label": {
+ "message": "Les bruker-email-en"
+ },
+ "scopes.userWrite.description": {
+ "message": "Skriv inn i profilen din"
+ },
+ "scopes.userWrite.label": {
+ "message": "Skriv brukerdata"
+ },
+ "scopes.versionCreate.description": {
+ "message": "Lag nye versjoner"
+ },
+ "scopes.versionCreate.label": {
+ "message": "Lag versjoner"
+ },
+ "scopes.versionDelete.description": {
+ "message": "Slett en versjon"
+ },
+ "scopes.versionDelete.label": {
+ "message": "Slett versjoner"
+ },
+ "scopes.versionRead.description": {
+ "message": "Les alle versjoner"
+ },
+ "scopes.versionRead.label": {
+ "message": "Les versjoner"
+ },
+ "scopes.versionWrite.description": {
+ "message": "Skriv inn i versjonsdataen"
+ },
+ "scopes.versionWrite.label": {
+ "message": "Skriv versjoner"
+ },
+ "search.filter.game-version-shader-message": {
+ "message": "Shader-packs for eldre versjoner kommer mest sannsynlig til å fungere på nyere versjoner med bare mindre problem."
+ },
+ "search.filter.locked.server": {
+ "message": "Gitt av serveren"
+ },
+ "search.filter.locked.server-game-version.title": {
+ "message": "Spillversjon er gitt av serveren"
+ },
+ "search.filter.locked.server-loader.title": {
+ "message": "Oppstarter er gitt av serveren"
+ },
+ "search.filter.locked.server.sync": {
+ "message": "Synkroniser med server"
+ },
+ "servers.backup.restore.in-progress.tooltip": {
+ "message": "Gjennoppretting av sikkerhetskopier på veg"
+ },
+ "servers.notice.actions": {
+ "message": "Handlinger"
+ },
+ "servers.notice.begins": {
+ "message": "Begynner"
+ },
+ "servers.notice.dismissable": {
+ "message": "Avviselig"
+ },
+ "servers.notice.expires": {
+ "message": "Går ut"
+ },
+ "servers.notice.id": {
+ "message": "ID"
+ },
+ "servers.notice.level": {
+ "message": "Nivå"
+ },
+ "servers.notice.undismissable": {
+ "message": "Uavviselig"
+ },
+ "servers.notices.create-notice": {
+ "message": "Lag varsel"
+ },
+ "servers.notices.no-notices": {
+ "message": "Ingen varsler"
+ },
+ "servers.plan.large.description": {
+ "message": "Ideelt for 15 - 25 spillere, modpacks eller tung modding."
+ },
+ "servers.plan.large.name": {
+ "message": "Stor"
+ },
+ "servers.plan.medium.description": {
+ "message": "Flott for 6 - 15 spillere og flere mods."
+ },
+ "servers.plan.medium.name": {
+ "message": "Medium"
+ },
+ "servers.plan.small.description": {
+ "message": "Perfekt for 1 - 5 venner med noen få lette mods."
+ },
+ "servers.plan.small.name": {
+ "message": "Lite"
+ },
+ "settings.applications.about": {
+ "message": "Om"
+ },
+ "settings.applications.button.add-more": {
+ "message": "Legg til mer"
+ },
+ "settings.applications.button.add-redirect-uri": {
+ "message": "Legg til en omdirigerings-uri"
+ },
+ "settings.applications.button.cancel": {
+ "message": "Avbryt"
+ },
+ "settings.applications.button.create": {
+ "message": "Lag app"
+ },
+ "settings.applications.button.delete": {
+ "message": "Slett"
+ },
+ "settings.applications.button.edit": {
+ "message": "Regiser"
+ },
+ "settings.applications.button.new": {
+ "message": "Ny søknad"
+ },
+ "settings.applications.button.save-changes": {
+ "message": "Lagre endringer"
+ },
+ "settings.applications.button.upload-icon": {
+ "message": "Last opp ikon"
+ },
+ "settings.applications.client-id": {
+ "message": "Klient-ID"
+ },
+ "settings.applications.client-secret": {
+ "message": "Klient-hemmelighet"
+ },
+ "settings.applications.created-on": {
+ "message": "Oppretta {date}"
+ },
+ "settings.applications.delete.confirm.button": {
+ "message": "Slett denne appen"
+ },
+ "settings.applications.delete.confirm.description": {
+ "message": "Dette kommer til å slette denne applikasjonen for alltid og tilbakekalle tilgangstokenene. (for alltid!)"
+ },
+ "settings.applications.delete.confirm.title": {
+ "message": "Er du sikker på at du vil slette denne applikasjonen?"
+ },
+ "settings.applications.description.intro": {
+ "message": "Applikasjonen kan bli brukt til autentikere Modrinth-brukere med produkta dine. For mer informasjon, så Dokumentasjonen til Modrinth."
+ },
+ "settings.applications.field.description": {
+ "message": "Beskrivelse"
+ },
+ "settings.applications.field.description.placeholder": {
+ "message": "Skriv inn applikasjonsbeskrivelsen..."
+ },
+ "settings.applications.field.icon": {
+ "message": "Ikon"
+ },
+ "settings.applications.field.name": {
+ "message": "Navn"
+ },
+ "settings.applications.field.name.placeholder": {
+ "message": "Skriv inn applikasjonsnavnet..."
+ },
+ "settings.applications.field.redirect-uri.placeholder": {
+ "message": "https://example.com/auth/callback"
+ },
+ "settings.applications.field.redirect-uris": {
+ "message": "Tilbakekall uri-er"
+ },
+ "settings.applications.field.scopes": {
+ "message": "Tilganger"
+ },
+ "settings.applications.field.url": {
+ "message": "URL"
+ },
+ "settings.applications.field.url.placeholder": {
+ "message": "https://example.com"
+ },
+ "settings.applications.modal.header": {
+ "message": "Applikasjonsinformasjon"
+ },
+ "settings.applications.notification.error.title": {
+ "message": "Det har oppstått en feil"
+ },
+ "settings.applications.notification.icon-updated.description": {
+ "message": "Applikasjonsikonet ditt har blitt oppdatert."
+ },
+ "settings.applications.notification.icon-updated.title": {
+ "message": "Ikon oppdatert"
+ },
+ "settings.applications.secret.disclaimer": {
+ "message": "Spar på hemmeligheta di, den kommer til å bli gjømt når du forlater denne sida!"
+ },
+ "settings.billing.modal.cancel.action": {
+ "message": "Avslutt abonnement"
+ },
+ "settings.billing.modal.cancel.description": {
+ "message": "Dette kommer til å avslutte abonnementet ditt. Du kommer fortsatt til å beholde fordelene dine til enden av den nåværende faktureringssyklusen."
+ },
+ "settings.billing.modal.cancel.title": {
+ "message": "Er du sikker på at du vil avslutte abonnementet ditt?"
+ },
+ "settings.billing.modal.delete.action": {
+ "message": "Fjern denne betalingsmetoden"
+ },
+ "settings.billing.modal.delete.description": {
+ "message": "Dette kommer til å fjerne betalingsmetdene for alltid (sånn... for alltid-for alltid)."
+ },
+ "settings.billing.modal.delete.title": {
+ "message": "Er du sikker på at du vil fjerne denne betalingsmetoden?"
+ },
+ "settings.billing.payment_method.action.add": {
+ "message": "Legg til betalingsmetode"
+ },
+ "settings.billing.payment_method.action.history": {
+ "message": "Vis forrige endringer"
+ },
+ "settings.billing.payment_method.action.primary": {
+ "message": "Gjør den primær"
+ },
+ "settings.billing.payment_method.card_expiry": {
+ "message": "Går ut om {month}/{year}"
+ },
+ "settings.billing.payment_method.none": {
+ "message": "Du har ikke lagt til noen betalingsmetoder."
+ },
+ "settings.billing.payment_method.primary": {
+ "message": "Primær"
+ },
+ "settings.billing.payment_method.title": {
+ "message": "Betalingsmetoder"
+ },
+ "settings.billing.pyro_subscription.description": {
+ "message": "Hold styr på Modrinth Server-abonnementa dine."
+ },
+ "settings.billing.pyro_subscription.title": {
+ "message": "Modrinth Server-Abonnement"
+ },
+ "settings.billing.subscription.description": {
+ "message": "Hold styr Modrinth-abonnementa dine."
+ },
+ "settings.billing.subscription.title": {
+ "message": "Abonnement"
+ },
+ "settings.display.banner.developer-mode.button": {
+ "message": "Deaktiver utviklermodus"
+ },
+ "settings.display.banner.developer-mode.description": {
+ "message": "Utviklermodus er aktivert. Dette gjør at du kan se på de internet ID-ene av forskjellige ting inni Modrinth som kan være hjelpsomme hvis du er en utvikler som bruker Modrinth-API-en. Klikk på Modrinth-logoen i botnen av sida 5 ganger for å skru på utviklermodus."
+ },
+ "settings.display.flags.description": {
+ "message": "Skru av eller på visse funksjoner på denne enheta."
+ },
+ "settings.display.flags.title": {
+ "message": "Skru av/på funksjoner"
+ },
+ "settings.display.project-list-layouts.datapack": {
+ "message": "Datapakkerside"
+ },
+ "settings.display.project-list-layouts.description": {
+ "message": "Velg det foretrukne oppsettet ditt for hver side som viser prosjektlister på denne enheta."
+ },
+ "settings.display.project-list-layouts.mod": {
+ "message": "Modssida"
+ },
+ "settings.display.project-list-layouts.modpack": {
+ "message": "Modpakkesida"
+ },
+ "settings.display.project-list-layouts.plugin": {
+ "message": "Pluginssida"
+ },
+ "settings.display.project-list-layouts.resourcepack": {
+ "message": "Ressurspakkesida"
+ },
+ "settings.display.project-list-layouts.shader": {
+ "message": "Shadersida"
+ },
+ "settings.display.project-list-layouts.title": {
+ "message": "Prosjektlisteoppsett"
+ },
+ "settings.display.project-list-layouts.user": {
+ "message": "Brukerprofilsider"
+ },
+ "settings.display.project-list.layouts.collection": {
+ "message": "Samling"
+ },
+ "settings.display.sidebar.advanced-rendering.description": {
+ "message": "Skrur på avansert gjengivelse, sånn som uskarphetseffektet, som kan skape problem med ytelsen uten maskinvareakselerert gjengivelse."
+ },
+ "settings.display.sidebar.advanced-rendering.title": {
+ "message": "Avansert gjengivelse"
+ },
+ "settings.display.sidebar.external-links-new-tab.description": {
+ "message": "Lag lenker som åpner seg utafor Modrinth gå i ei ny fane. Uansett hva innstillinga er satt på, så kommer lenker som er på samme domene og i samme nedmarkeringsbeskrivelsen til å åpne seg i samme fana, og lenker om reklame og redigeringssider kommer til å åpne seg i ei ny fane."
+ },
+ "settings.display.sidebar.external-links-new-tab.title": {
+ "message": "Åpne eksterne lenker i ei ny fane"
+ },
+ "settings.display.sidebar.hide-app-promos.description": {
+ "message": "Gjømmer \"Skaff deg Modrinth App\"-knappene fra primærnavigatoren. Du kan fortsatt finne Modrinth App-sida i landingsside eller i footer-en."
+ },
+ "settings.display.sidebar.hide-app-promos.title": {
+ "message": "Gjøm Modrinth App-reklamekampanjer"
+ },
+ "settings.display.sidebar.left-aligned-content-sidebar.title": {
+ "message": "Venstre-stilt sidefelt på innholdssidene"
+ },
+ "settings.display.sidebar.right-aligned-content-sidebar.description": {
+ "message": "Stiller sidefeltet til venstre av sideinnholdet."
+ },
+ "settings.display.sidebar.right-aligned-filters-sidebar.description": {
+ "message": "Stiller sidebarsfilter til venstre av søkeresultata."
+ },
+ "settings.display.sidebar.right-aligned-filters-sidebar.title": {
+ "message": "Høgre-stilte sidebarfilter på søkesidene"
+ },
+ "settings.display.theme.description": {
+ "message": "Velg den spesifiserte fargetemaet ditt for Modrinth på denne enheta."
+ },
+ "settings.display.theme.title": {
+ "message": "Fargetema"
+ },
+ "settings.pats.action.create": {
+ "message": "Lag en PAT"
+ },
+ "settings.pats.description": {
+ "message": "PAT-er kan bli brukt for å få tilgang til API-en til Modrinth. For mer informasjon, gå til API-dokummentasjonen til Modrinth. De kan bli oppretta og tilbakekalt når som helst."
+ },
+ "settings.pats.modal.create.action": {
+ "message": "Lag PAT"
+ },
+ "settings.pats.modal.create.expires.label": {
+ "message": "Går ut"
+ },
+ "settings.pats.modal.create.name.label": {
+ "message": "Navn"
+ },
+ "settings.pats.modal.create.name.placeholder": {
+ "message": "Skriv inn PAT-navnet..."
+ },
+ "settings.pats.modal.create.title": {
+ "message": "Lag personlig tilgangs-token"
+ },
+ "settings.pats.modal.delete.action": {
+ "message": "Slett denne token-en"
+ },
+ "settings.pats.modal.delete.description": {
+ "message": "Denne kommer til å fjerne token-en for alltid (sånn... for alltid-for alltid)."
+ },
+ "settings.pats.modal.delete.title": {
+ "message": "Er du sikker på at du vil slette denne token-en?"
+ },
+ "settings.pats.modal.edit.title": {
+ "message": "Rediger personlig tilgangs-token"
+ },
+ "settings.pats.token.action.edit": {
+ "message": "Rediger token"
+ },
+ "settings.pats.token.action.revoke": {
+ "message": "Tilbakekall token"
+ },
+ "settings.pats.token.expired-ago": {
+ "message": "Gikk ut {ago}"
+ },
+ "settings.pats.token.expires-in": {
+ "message": "Går ut {inTime}"
+ },
+ "settings.pats.token.last-used": {
+ "message": "Brukt sist {ago}"
+ },
+ "settings.pats.token.never-used": {
+ "message": "Aldri brukt"
+ },
+ "settings.profile.bio.description": {
+ "message": "En kort beskrivelse sånn at alle veit litt om deg."
+ },
+ "settings.profile.bio.title": {
+ "message": "Bio"
+ },
+ "settings.profile.description": {
+ "message": "Profilinformasjonen din er offentlig lesbar på Modrinth og gjennom Modrinth API-en."
+ },
+ "settings.profile.profile-info": {
+ "message": "Profilinformasjon"
+ },
+ "settings.profile.profile-picture.title": {
+ "message": "Profilbilde"
+ },
+ "settings.profile.username.description": {
+ "message": "Et unikt navn (som ikke skiller mellom store og små bokstaver) for å identifisere profilen din."
+ },
+ "settings.sessions.action.revoke-session": {
+ "message": "Tilbakekall økta"
+ },
+ "settings.sessions.created-ago": {
+ "message": "Oppretta {ago}"
+ },
+ "settings.sessions.current-session": {
+ "message": "Nåverende økt"
+ },
+ "settings.sessions.description": {
+ "message": "Her er alle enhetene som er logga inn med Modrinth-kontoen din akkurat nå. Du kan logge ut av hver av de for seg sjøl.\n\nViss du ser ei oppføring som du ikke kjenner igjen, logg ut av enheta og endre Modrinth-konto-passordet ditt med en gang."
+ },
+ "settings.sessions.last-accessed-ago": {
+ "message": "Sist tilgang {ago}"
+ },
+ "settings.sessions.unknown-os": {
+ "message": "Ukjent OS"
+ },
+ "settings.sessions.unknown-platform": {
+ "message": "Ukjent plattform"
+ },
+ "ui.latest-news-row.latest-news": {
+ "message": "Siste nyhetene fra Modrinth"
+ },
+ "ui.latest-news-row.view-all": {
+ "message": "Vis alle nyhetene"
+ },
+ "version.environment.none.description": {
+ "message": "Miljøet for denne versjonen har ikke blitt spesifisert."
+ },
+ "version.environment.none.title": {
+ "message": "Intet miljø sett"
+ },
+ "version.environment.unknown.description": {
+ "message": "Miljøet: \"{environment}\" is ikke kjent."
+ },
+ "version.environment.unknown.title": {
+ "message": "Ukjent miljø"
}
}
diff --git a/apps/frontend/src/locales/pl-PL/index.json b/apps/frontend/src/locales/pl-PL/index.json
index 03f3fe3963..f545e293f2 100644
--- a/apps/frontend/src/locales/pl-PL/index.json
+++ b/apps/frontend/src/locales/pl-PL/index.json
@@ -285,7 +285,7 @@
"message": "Tworząc konto, wyrażasz zgodę na Warunki i Politykę Prywatności Modrinth."
},
"auth.sign-up.notification.password-mismatch.text": {
- "message": "Hasła różnią się!"
+ "message": "Hasła się różnią!"
},
"auth.sign-up.sign-in-option.title": {
"message": "Masz już konto?"
@@ -497,12 +497,27 @@
"create.project.create-project": {
"message": "Utwórz projekt"
},
+ "create.project.create-server-project": {
+ "message": "Utwórz serwer"
+ },
+ "create.project.missing-fields-tooltip": {
+ "message": "Brakujące pola: {fields}"
+ },
"create.project.name-label": {
"message": "Nazwa"
},
"create.project.name-placeholder": {
"message": "Wprowadź nazwę projektu..."
},
+ "create.project.owner-description": {
+ "message": "Ustaw siebie lub organizację, do której należysz, jako właściciela serwera."
+ },
+ "create.project.owner-label": {
+ "message": "Właściciel"
+ },
+ "create.project.server-project-title": {
+ "message": "Tworzenie serwera"
+ },
"create.project.summary-description": {
"message": "Zdanie lub dwa o Twoim projekcie."
},
@@ -515,6 +530,15 @@
"create.project.title": {
"message": "Tworzenie projektu"
},
+ "create.project.type-label": {
+ "message": "Rodzaj"
+ },
+ "create.project.type-project": {
+ "message": "Projekt"
+ },
+ "create.project.type-server": {
+ "message": "Serwer"
+ },
"create.project.url-label": {
"message": "URL"
},
@@ -576,7 +600,7 @@
"message": "Gotowe! 🎉"
},
"dashboard.creator-tax-form-modal.entity.description": {
- "message": "Podmiot zagraniczny oznacza podmiot gospodarczy zorganizowany poza Stanami Zjednoczonymi (na przykład korporacja spoza Stanów Zjednoczonych, spółka osobowa bądź sp. z o.o.)."
+ "message": "Podmiot zagraniczny oznacza podmiot gospodarczy zorganizowany poza Stanami Zjednoczonymi (na przykład korporacja spoza Stanów Zjednoczonych, spółka osobowa bądź sp. z.o.o. )."
},
"dashboard.creator-tax-form-modal.entity.foreign-entity": {
"message": "Podmiot zagraniczny"
@@ -630,7 +654,7 @@
"message": "Podmiot gospodarczy"
},
"dashboard.creator-withdraw-modal.kyc.entity-description": {
- "message": "Podmiot gospodarczy to na przykład korporacja, spółka osobowa bądź sp. z o.o."
+ "message": "Podmiot gospodarczy to na przykład korporacja, spółka osobowa bądź sp. z.o.o."
},
"dashboard.creator-withdraw-modal.kyc.entity-question": {
"message": "Czy wypłacasz jako osoba prywatna, czy jako podmiot gospodarczy?"
@@ -765,7 +789,7 @@
"message": "Dostępne nominały"
},
"dashboard.creator-withdraw-modal.tremendous-details.balance-worth-hint": {
- "message": "Bilans Twojego konta o wartości {usdBalance} jest warty {localBalance}."
+ "message": "Bilans Twojego konta o wartości {usdBalance} jest wart {localBalance}."
},
"dashboard.creator-withdraw-modal.tremendous-details.enter-amount-hint": {
"message": "Znajdź karty podarunkowe o podobnej wartości."
@@ -924,7 +948,7 @@
"message": "Wymagana weryfikacja e-maila"
},
"dashboard.withdraw.error.generic.text": {
- "message": "Nie udało się przesłać prośby o wypłatę, sprawdź podane dane lub skontaktuj się z obsługą."
+ "message": "Nie udało się przesłać prośby o wypłatę, sprawdź podane dane lub skontaktuj się z obsługą"
},
"dashboard.withdraw.error.generic.title": {
"message": "Wypłata nie powiodła się"
@@ -1433,6 +1457,12 @@
"layout.action.new-project": {
"message": "Nowy projekt"
},
+ "layout.action.new-server-project": {
+ "message": "Nowy serwer"
+ },
+ "layout.action.publish": {
+ "message": "Opublikuj"
+ },
"layout.action.reports": {
"message": "Przeglądaj zgłoszenia"
},
@@ -1763,9 +1793,6 @@
"muralpay.field.bank-account-number": {
"message": "Numer konta"
},
- "muralpay.field.branch-code": {
- "message": "Kod oddziału"
- },
"muralpay.field.clabe": {
"message": "CLABE"
},
@@ -1796,6 +1823,9 @@
"muralpay.field.pix-phone": {
"message": "Tel. PIX"
},
+ "muralpay.field.random-key": {
+ "message": "Losowo wygenerowany klucz"
+ },
"muralpay.field.routing-number": {
"message": "Numer rozliczeniowy"
},
@@ -1856,9 +1886,6 @@
"muralpay.placeholder.enter-account-number": {
"message": "Wprowadź numer konta"
},
- "muralpay.placeholder.enter-branch-code": {
- "message": "Wprowadź kod oddziału"
- },
"muralpay.placeholder.enter-clabe": {
"message": "Wprowadź 18-cyfrowe CLABE"
},
@@ -1871,6 +1898,9 @@
"muralpay.placeholder.enter-pix-email": {
"message": "Wprowadź e-mail PIX"
},
+ "muralpay.placeholder.enter-random-key": {
+ "message": "Wprowadź losowo wygenerowany kod"
+ },
"muralpay.placeholder.enter-routing-number": {
"message": "Wprowadź 9-cyfrowy numer rozliczeniowy"
},
@@ -2102,6 +2132,12 @@
"project-type.datapack.singular": {
"message": "Paczka danych"
},
+ "project-type.minecraft_java_server.plural": {
+ "message": "Serwery"
+ },
+ "project-type.minecraft_java_server.singular": {
+ "message": "Serwer"
+ },
"project-type.mod.plural": {
"message": "Mody"
},
@@ -2132,6 +2168,12 @@
"project-type.resourcepack.singular": {
"message": "Paczka zasobów"
},
+ "project-type.server.plural": {
+ "message": "Serwery"
+ },
+ "project-type.server.singular": {
+ "message": "Serwer"
+ },
"project-type.shader.plural": {
"message": "Shadery"
},
@@ -2954,6 +2996,9 @@
"settings.display.project-list-layouts.resourcepack": {
"message": "Strona paczek zasobów"
},
+ "settings.display.project-list-layouts.server": {
+ "message": "Strony serwerów"
+ },
"settings.display.project-list-layouts.shader": {
"message": "Strona shaderów"
},
diff --git a/apps/frontend/src/locales/pt-BR/index.json b/apps/frontend/src/locales/pt-BR/index.json
index 9227be8a5c..b00428ab01 100644
--- a/apps/frontend/src/locales/pt-BR/index.json
+++ b/apps/frontend/src/locales/pt-BR/index.json
@@ -497,12 +497,27 @@
"create.project.create-project": {
"message": "Criar projeto"
},
+ "create.project.create-server-project": {
+ "message": "Criar servidor"
+ },
+ "create.project.missing-fields-tooltip": {
+ "message": "Campos ausentes: {fields}"
+ },
"create.project.name-label": {
"message": "Nome"
},
"create.project.name-placeholder": {
"message": "Insira o nome do projeto..."
},
+ "create.project.owner-description": {
+ "message": "Defina o dono do projeto como você mesmo ou como uma organização da qual você faz parte."
+ },
+ "create.project.owner-label": {
+ "message": "Dono"
+ },
+ "create.project.server-project-title": {
+ "message": "Criando um projeto de servidor"
+ },
"create.project.summary-description": {
"message": "Escreva uma ou duas frases para descrever seu projeto."
},
@@ -515,6 +530,15 @@
"create.project.title": {
"message": "Criando um projeto"
},
+ "create.project.type-label": {
+ "message": "Tipo"
+ },
+ "create.project.type-project": {
+ "message": "Projeto"
+ },
+ "create.project.type-server": {
+ "message": "Servidor"
+ },
"create.project.url-label": {
"message": "URL"
},
@@ -1433,6 +1457,12 @@
"layout.action.new-project": {
"message": "Novo projeto"
},
+ "layout.action.new-server-project": {
+ "message": "Novo servidor"
+ },
+ "layout.action.publish": {
+ "message": "Publicar"
+ },
"layout.action.reports": {
"message": "Revisão de relatórios"
},
@@ -1763,9 +1793,6 @@
"muralpay.field.bank-account-number": {
"message": "Número da conta"
},
- "muralpay.field.branch-code": {
- "message": "Código da filial"
- },
"muralpay.field.clabe": {
"message": "CLABE"
},
@@ -1796,6 +1823,9 @@
"muralpay.field.pix-phone": {
"message": "Telefone do PIX"
},
+ "muralpay.field.random-key": {
+ "message": "Chave aleatória"
+ },
"muralpay.field.routing-number": {
"message": "Número de rota"
},
@@ -1856,9 +1886,6 @@
"muralpay.placeholder.enter-account-number": {
"message": "Digitar número da conta"
},
- "muralpay.placeholder.enter-branch-code": {
- "message": "Digitar código de poupança"
- },
"muralpay.placeholder.enter-clabe": {
"message": "Digitar a CLABE de 18 dígitos"
},
@@ -1871,6 +1898,9 @@
"muralpay.placeholder.enter-pix-email": {
"message": "Insira e-mail do PIX"
},
+ "muralpay.placeholder.enter-random-key": {
+ "message": "Inserir chave aleatória"
+ },
"muralpay.placeholder.enter-routing-number": {
"message": "Digitar número de rota de 9 dígitos"
},
@@ -2102,6 +2132,12 @@
"project-type.datapack.singular": {
"message": "Pacote de dado"
},
+ "project-type.minecraft_java_server.plural": {
+ "message": "Servidores"
+ },
+ "project-type.minecraft_java_server.singular": {
+ "message": "Servidor"
+ },
"project-type.mod.plural": {
"message": "Mods"
},
@@ -2132,6 +2168,12 @@
"project-type.resourcepack.singular": {
"message": "Pacote de recurso"
},
+ "project-type.server.plural": {
+ "message": "Servidores"
+ },
+ "project-type.server.singular": {
+ "message": "Servidor"
+ },
"project-type.shader.plural": {
"message": "Shaders"
},
@@ -2954,6 +2996,9 @@
"settings.display.project-list-layouts.resourcepack": {
"message": "Página dos pacotes de recursos"
},
+ "settings.display.project-list-layouts.server": {
+ "message": "Página dos servidores"
+ },
"settings.display.project-list-layouts.shader": {
"message": "Página dos sombreadores"
},
diff --git a/apps/frontend/src/locales/pt-PT/index.json b/apps/frontend/src/locales/pt-PT/index.json
index 9c225a985e..8ff9b3feeb 100644
--- a/apps/frontend/src/locales/pt-PT/index.json
+++ b/apps/frontend/src/locales/pt-PT/index.json
@@ -1146,7 +1146,7 @@
"message": "Começar"
},
"hosting-marketing.hero.button.manage-your-servers": {
- "message": "Gerencie seus servidores"
+ "message": "Gere os teus servidores"
},
"hosting-marketing.hero.button.start-a-new-server": {
"message": "Começar um novo servidor"
@@ -1763,9 +1763,6 @@
"muralpay.field.bank-account-number": {
"message": "Número da conta"
},
- "muralpay.field.branch-code": {
- "message": "Código da agência"
- },
"muralpay.field.clabe": {
"message": "CLABE"
},
@@ -1856,9 +1853,6 @@
"muralpay.placeholder.enter-account-number": {
"message": "Inserir número da conta"
},
- "muralpay.placeholder.enter-branch-code": {
- "message": "Introduza o código da agência"
- },
"muralpay.placeholder.enter-clabe": {
"message": "Introduza a CLABE de 18 dígitos"
},
@@ -2283,7 +2277,7 @@
"message": "Moderação"
},
"project.navigation.changelog": {
- "message": "Alterações"
+ "message": "Lista de alterações"
},
"project.notification.icon-updated.message": {
"message": "O ícone do teu projeto foi atualizado."
@@ -2793,7 +2787,7 @@
"message": "Criar app"
},
"settings.applications.button.delete": {
- "message": "Excluir"
+ "message": "Apagar"
},
"settings.applications.button.edit": {
"message": "Editar"
@@ -2835,7 +2829,7 @@
"message": "Insere a descrição da aplicação..."
},
"settings.applications.field.icon": {
- "message": "Icone"
+ "message": "Ícone"
},
"settings.applications.field.name": {
"message": "Nome"
@@ -2856,7 +2850,7 @@
"message": "URL"
},
"settings.applications.field.url.placeholder": {
- "message": "hhtps://example.com"
+ "message": "https://example.com"
},
"settings.applications.modal.header": {
"message": "Informação da Aplicação"
diff --git a/apps/frontend/src/locales/ro-RO/index.json b/apps/frontend/src/locales/ro-RO/index.json
index 89b08a8538..2425e3bd6f 100644
--- a/apps/frontend/src/locales/ro-RO/index.json
+++ b/apps/frontend/src/locales/ro-RO/index.json
@@ -23,6 +23,9 @@
"app-marketing.download.download-rpm": {
"message": "Descarcă RPM"
},
+ "app-marketing.download.flathub": {
+ "message": "Descarca pe Flathub"
+ },
"app-marketing.download.linux": {
"message": "Linux"
},
@@ -194,6 +197,15 @@
"app-marketing.hero.more-download-options": {
"message": "Mai multe Opțiuni de Descărcare"
},
+ "app-marketing.hide-other-packages": {
+ "message": "Ascunde alte pachete"
+ },
+ "app-marketing.not-recommended": {
+ "message": "Nu recomandam sa folosești aceasta doar daca ști ce faci."
+ },
+ "app-marketing.show-other-packages": {
+ "message": "Arata alte pachete"
+ },
"auth.authorize.action.authorize": {
"message": "Autorizează"
},
@@ -338,9 +350,18 @@
"collection.button.edit-icon": {
"message": "Editează pictograma"
},
+ "collection.button.remove-icon": {
+ "message": "Sterge iconita"
+ },
"collection.button.remove-project": {
"message": "Șterge proiectul"
},
+ "collection.button.replace-icon": {
+ "message": "Inlocuieste iconita"
+ },
+ "collection.button.select-icon": {
+ "message": "Selecteaza iconita"
+ },
"collection.button.unfollow-project": {
"message": "Nu mai urmăriți proiectul"
},
@@ -353,6 +374,9 @@
"collection.description.following": {
"message": "Colecție generată automat cu toate proiectele pe care le urmăriți."
},
+ "collection.editing": {
+ "message": "Editează colecția"
+ },
"collection.error.not-found": {
"message": "Colecția nu a fost găsită"
},
@@ -362,9 +386,18 @@
"collection.label.curated-by": {
"message": "Creat de"
},
+ "collection.label.no-projects": {
+ "message": "Nu exista proiecte in colecție"
+ },
"collection.label.updated-at": {
"message": "Actualizat acum {ago}"
},
+ "collection.return-link.dashboard-collections": {
+ "message": "Colectiile tale"
+ },
+ "collection.return-link.user": {
+ "message": "Profilul {user}"
+ },
"collection.title": {
"message": "{name} - Colecție"
},
@@ -488,6 +521,18 @@
"create.project.visibility-unlisted": {
"message": "Nelistat"
},
+ "dashboard.affiliate-links.create.button": {
+ "message": "Creează un link de afiliere"
+ },
+ "dashboard.affiliate-links.revoke-confirm.button": {
+ "message": "Revoca"
+ },
+ "dashboard.affiliate-links.revoke-confirm.title": {
+ "message": "Ești sigur ca dorești sa ștergi linkul de afiliere {title}?"
+ },
+ "dashboard.affiliate-links.search": {
+ "message": "Cauta linkuri de afiliere..."
+ },
"dashboard.collections.button.create-new": {
"message": "Creați nouă"
},
@@ -536,6 +581,111 @@
"dashboard.creator-tax-form-modal.us-citizen.question": {
"message": "Ești cetățean american?"
},
+ "dashboard.creator-withdraw-modal.complete-tax-form": {
+ "message": "Completează formularul de taxa"
+ },
+ "dashboard.creator-withdraw-modal.details-label": {
+ "message": "Detalii"
+ },
+ "dashboard.creator-withdraw-modal.fee-breakdown-fee": {
+ "message": "Taxa"
+ },
+ "dashboard.creator-withdraw-modal.fee-breakdown-gift-card-value": {
+ "message": "Valoarea cardului cadou"
+ },
+ "dashboard.creator-withdraw-modal.fee-breakdown-net-amount": {
+ "message": "Valoare Net"
+ },
+ "dashboard.creator-withdraw-modal.fee-breakdown-usd-equivalent": {
+ "message": "Echivalent USD"
+ },
+ "dashboard.creator-withdraw-modal.method-selection.country-placeholder": {
+ "message": "Selecteaza tara"
+ },
+ "dashboard.creator-withdraw-modal.method-selection.country-search-placeholder": {
+ "message": "Cauta tari..."
+ },
+ "dashboard.creator-withdraw-modal.method-selection.region": {
+ "message": "Regiune"
+ },
+ "dashboard.creator-withdraw-modal.method-selection.region-tooltip": {
+ "message": "Unele metode de plata nu sunt disponibile in anumite regiuni."
+ },
+ "dashboard.creator-withdraw-modal.method-selection.select-method": {
+ "message": "Selecteaza metoda de plata"
+ },
+ "dashboard.creator-withdraw-modal.muralpay-details.document-number-passport": {
+ "message": "Număr pașaport"
+ },
+ "dashboard.creator-withdraw-modal.paypal-details.venmo-handle-placeholder": {
+ "message": "@numeutilizator"
+ },
+ "dashboard.creator-withdraw-modal.stage.completion": {
+ "message": "Complet"
+ },
+ "dashboard.creator-withdraw-modal.stage.method-selection": {
+ "message": "Metoda"
+ },
+ "dashboard.creator-withdraw-modal.stage.tax-form": {
+ "message": "Formular taxa"
+ },
+ "dashboard.creator-withdraw-modal.tax-form-required.header": {
+ "message": "Formular de taxa necesar"
+ },
+ "dashboard.creator-withdraw-modal.tremendous-details.enter-denomination-placeholder": {
+ "message": "Introdu suma"
+ },
+ "dashboard.creator-withdraw-modal.tremendous-details.payment-method": {
+ "message": "Metodă de plată"
+ },
+ "dashboard.creator-withdraw-modal.tremendous-details.reward": {
+ "message": "Premiu"
+ },
+ "dashboard.creator-withdraw-modal.tremendous-details.reward-placeholder": {
+ "message": "Selecteaza premiu"
+ },
+ "dashboard.creator-withdraw-modal.tremendous-details.reward-plural": {
+ "message": "Premiu"
+ },
+ "dashboard.creator-withdraw-modal.tremendous-details.unverified-email-header": {
+ "message": "Email neverificat"
+ },
+ "dashboard.revenue.available-now": {
+ "message": "Disponibil acum"
+ },
+ "dashboard.revenue.balance": {
+ "message": "Balanta"
+ },
+ "dashboard.revenue.estimated-with-date": {
+ "message": "Estimat {date}"
+ },
+ "dashboard.revenue.processing": {
+ "message": "Procesare"
+ },
+ "dashboard.revenue.stats.received": {
+ "message": "Primit"
+ },
+ "dashboard.revenue.stats.transactions": {
+ "message": "Tranzactii"
+ },
+ "dashboard.revenue.transactions.btn.download-csv": {
+ "message": "Descarca ca CSV"
+ },
+ "dashboard.revenue.transactions.header": {
+ "message": "Tranzactii"
+ },
+ "dashboard.revenue.transactions.none": {
+ "message": "Fara tranzactii"
+ },
+ "dashboard.revenue.transactions.none.desc": {
+ "message": "Plățile tale vor apărea aici."
+ },
+ "dashboard.revenue.transactions.see-all": {
+ "message": "Vezi toate"
+ },
+ "dashboard.withdraw.completion.date": {
+ "message": "Data"
+ },
"error.collection.404.list_item.1": {
"message": "Este posibil să fi tastat greșit URL-ul colecției."
},
@@ -632,6 +782,93 @@
"frog.title": {
"message": "Broască"
},
+ "hosting-marketing.available-locations": {
+ "message": "Disponibil in America de Nord, Europa si Asia de Sud-Est."
+ },
+ "hosting-marketing.billing.monthly": {
+ "message": "Plateste lunar"
+ },
+ "hosting-marketing.billing.starting-at": {
+ "message": "Începând de la {price} / lună"
+ },
+ "hosting-marketing.billing.yearly": {
+ "message": "Plateste anual"
+ },
+ "hosting-marketing.faq.burst-threads": {
+ "message": "Cum funcționează extinderea de CPU?"
+ },
+ "hosting-marketing.faq.cpu-kind": {
+ "message": "Ce fel de CPU-uri folosesc serverele Modrinth Hosting?"
+ },
+ "hosting-marketing.faq.cpu-kind.answer": {
+ "message": "Serverele Modrinth Hosting folosesc AMD Ryzen 7900 si 7950X3D sau echivalent la 5+ GHz, împreuna cu memorie DDR5."
+ },
+ "hosting-marketing.faq.ddos-protection": {
+ "message": "Au serverele Modrinth Hosting protectie DDos?"
+ },
+ "hosting-marketing.faq.ddos-protection.answer": {
+ "message": "Da. Toate serverele Modrinth Hosting vin cu protecție DDos, cu capacitate de pana la 17Tbps in unele locații."
+ },
+ "hosting-marketing.faq.heading": {
+ "message": "Intrebari frecvente"
+ },
+ "hosting-marketing.faq.how-fast": {
+ "message": "Cat de rapide sunt serverele Modrinth Hosting?"
+ },
+ "hosting-marketing.faq.increase-storage": {
+ "message": "Pot sa extind stocarea de pe server-ul meu?"
+ },
+ "hosting-marketing.get-started": {
+ "message": "Incepe acum"
+ },
+ "hosting-marketing.hero.button.manage-your-servers": {
+ "message": "Vezi serverele tale"
+ },
+ "hosting-marketing.hero.button.start-a-new-server": {
+ "message": "Creează un server nou"
+ },
+ "hosting-marketing.hero.button.start-your-server": {
+ "message": "Creează-ți un server"
+ },
+ "hosting-marketing.included.backups-included": {
+ "message": "Backup inclus"
+ },
+ "hosting-marketing.included.custom-url": {
+ "message": "URL personalizat"
+ },
+ "hosting-marketing.included.help": {
+ "message": "Ajutor cand ai nevoie"
+ },
+ "hosting-marketing.included.sftp-access": {
+ "message": "Acces SFTP"
+ },
+ "hosting-marketing.medal.info": {
+ "message": "Testează pe un server de 3GB timp de 5 zile, provenit de către Medal"
+ },
+ "hosting-marketing.medal.learn-more": {
+ "message": "Afla mai multe"
+ },
+ "hosting-marketing.medal.text-secondary": {
+ "message": "Oferta limitata. Nu este necesar un card bancar. Disponibil pentru servere din SUA."
+ },
+ "hosting-marketing.why.where-mods-are": {
+ "message": "Joaca-te unde modurile tale se afla"
+ },
+ "hosting-marketing.why.why-modrinth-hosting": {
+ "message": "De ce Modrinth Hosting?"
+ },
+ "hosting-marketing.why.your-favorite-mods": {
+ "message": "Toate modurile tale preferate"
+ },
+ "hosting-marketing.why.your-favorite-mods.description": {
+ "message": "Alege intre Vanilla, Fabric, Forge, Quilt si NeoForge. Daca e pe Modrinth, poate să ruleze pe serverul tău."
+ },
+ "hosting.plan.out-of-stock": {
+ "message": "Fara stoc"
+ },
+ "hosting.plan.select-plan": {
+ "message": "Selecteaza un plan"
+ },
"landing.button.discover-mods": {
"message": "Descoperă modurile"
},
@@ -926,6 +1163,15 @@
"layout.meta.og-description": {
"message": "Descoperă și publică conținut pentru Minecraft!"
},
+ "layout.mobile.close-menu": {
+ "message": "Inchide meniul"
+ },
+ "layout.mobile.open-menu": {
+ "message": "Deschide meniul"
+ },
+ "layout.nav.active-reports": {
+ "message": "Rapoarte active"
+ },
"layout.nav.discover": {
"message": "Descoperă"
},
@@ -950,6 +1196,9 @@
"layout.nav.modrinth-home-page": {
"message": "Pagina de pornire Modrinth"
},
+ "layout.nav.my-servers": {
+ "message": "Serverele mele"
+ },
"layout.nav.organizations": {
"message": "Organizații"
},
@@ -983,6 +1232,69 @@
"moderation.page.technicalReview": {
"message": "Revizuire Tehnică"
},
+ "muralpay.country.at": {
+ "message": "Austria"
+ },
+ "muralpay.country.be": {
+ "message": "Belgia"
+ },
+ "muralpay.country.cy": {
+ "message": "Cipru"
+ },
+ "muralpay.country.de": {
+ "message": "Germania"
+ },
+ "muralpay.country.ee": {
+ "message": "Estonia"
+ },
+ "muralpay.country.es": {
+ "message": "Spania"
+ },
+ "muralpay.country.fi": {
+ "message": "Finlanda"
+ },
+ "muralpay.country.fr": {
+ "message": "Franta"
+ },
+ "muralpay.country.gr": {
+ "message": "Grecia"
+ },
+ "muralpay.country.ie": {
+ "message": "Irlanda"
+ },
+ "muralpay.country.it": {
+ "message": "Italia"
+ },
+ "muralpay.country.lu": {
+ "message": "Luxemburg"
+ },
+ "muralpay.country.nl": {
+ "message": "Olanda"
+ },
+ "muralpay.country.pt": {
+ "message": "Portugalia"
+ },
+ "muralpay.country.sk": {
+ "message": "Slovacia"
+ },
+ "muralpay.document-type.passport": {
+ "message": "Pasaport"
+ },
+ "muralpay.pix-type.bank-account": {
+ "message": "Cont bancar"
+ },
+ "muralpay.placeholder.enter-iban": {
+ "message": "Introdu IBAN"
+ },
+ "muralpay.rail.fiat-usd.name": {
+ "message": "Transfer bancar (USD)"
+ },
+ "profile.bio.fallback.creator": {
+ "message": "Un creator Modrinth."
+ },
+ "profile.bio.fallback.user": {
+ "message": "Un utilizator Modrinth."
+ },
"profile.button.billing": {
"message": "Administrează facturarea utilizatorului"
},
@@ -1016,6 +1328,9 @@
"profile.label.organizations": {
"message": "Organizații"
},
+ "profile.label.saving": {
+ "message": "Salvare..."
+ },
"profile.meta.description": {
"message": "Descarcă proiectele lui {username} pe Modrinth"
},
@@ -1409,6 +1724,24 @@
"scopes.analytics.label": {
"message": "Citește analizele"
},
+ "scopes.category.organizations": {
+ "message": "Organizatii"
+ },
+ "scopes.category.projects": {
+ "message": "Proiecte"
+ },
+ "scopes.category.reports": {
+ "message": "Rapoarte"
+ },
+ "scopes.category.sessions": {
+ "message": "Sesiuni"
+ },
+ "scopes.category.user-account": {
+ "message": "Cont utilizator"
+ },
+ "scopes.category.versions": {
+ "message": "Versiuni"
+ },
"scopes.collectionCreate.description": {
"message": "Creează colecții"
},
@@ -1703,6 +2036,60 @@
"servers.plan.small.name": {
"message": "Mic"
},
+ "settings.applications.about": {
+ "message": "Despre"
+ },
+ "settings.applications.button.cancel": {
+ "message": "Anuleaza"
+ },
+ "settings.applications.button.create": {
+ "message": "Creaza aplicația"
+ },
+ "settings.applications.button.delete": {
+ "message": "Sterge"
+ },
+ "settings.applications.button.edit": {
+ "message": "Editeaza"
+ },
+ "settings.applications.button.save-changes": {
+ "message": "Salvează schimbările"
+ },
+ "settings.applications.client-id": {
+ "message": "ID Client"
+ },
+ "settings.applications.client-secret": {
+ "message": "Secret Client"
+ },
+ "settings.applications.created-on": {
+ "message": "Create pe {date}"
+ },
+ "settings.applications.field.description": {
+ "message": "Descriere"
+ },
+ "settings.applications.field.icon": {
+ "message": "Iconita"
+ },
+ "settings.applications.field.name": {
+ "message": "Nume"
+ },
+ "settings.applications.field.redirect-uri.placeholder": {
+ "message": "https://exemplu.com/auth/callback"
+ },
+ "settings.applications.field.redirect-uris": {
+ "message": "Redirecționare URL"
+ },
+ "settings.applications.field.scopes": {
+ "message": "Scopuri"
+ },
+ "settings.applications.field.url": {
+ "message": "URL"
+ },
+ "settings.applications.field.url.placeholder": {
+ "message": "https://exemplu.com"
+ },
+ "settings.applications.modal.header": {
+ "message": "Informații aplicație"
+ },
"settings.billing.modal.cancel.action": {
"message": "Anulează abonamentul"
},
diff --git a/apps/frontend/src/locales/ru-RU/index.json b/apps/frontend/src/locales/ru-RU/index.json
index a1df71f799..bfd5e00e85 100644
--- a/apps/frontend/src/locales/ru-RU/index.json
+++ b/apps/frontend/src/locales/ru-RU/index.json
@@ -497,12 +497,27 @@
"create.project.create-project": {
"message": "Создать проект"
},
+ "create.project.create-server-project": {
+ "message": "Создать сервер"
+ },
+ "create.project.missing-fields-tooltip": {
+ "message": "Не заполнены поля: {fields}"
+ },
"create.project.name-label": {
"message": "Название"
},
"create.project.name-placeholder": {
"message": "Введите название проекта..."
},
+ "create.project.owner-description": {
+ "message": "Укажите себя или организацию, в которой вы состоите."
+ },
+ "create.project.owner-label": {
+ "message": "Владелец"
+ },
+ "create.project.server-project-title": {
+ "message": "Создание серверного проекта"
+ },
"create.project.summary-description": {
"message": "Пара предложений про проект."
},
@@ -515,6 +530,15 @@
"create.project.title": {
"message": "Создание проекта"
},
+ "create.project.type-label": {
+ "message": "Тип"
+ },
+ "create.project.type-project": {
+ "message": "Проект"
+ },
+ "create.project.type-server": {
+ "message": "Сервер"
+ },
"create.project.url-label": {
"message": "URL"
},
@@ -681,7 +705,7 @@
"message": "Номер национального удостоверения"
},
"dashboard.creator-withdraw-modal.muralpay-details.document-number-national-id-placeholder": {
- "message": "Введите номер национального удостоверения"
+ "message": "Введите номер национального удостоверения личности"
},
"dashboard.creator-withdraw-modal.muralpay-details.document-number-passport": {
"message": "Номер загранпаспорта"
@@ -1089,7 +1113,7 @@
"message": "Как работают с высокой нагрузкой на CPU?"
},
"hosting-marketing.faq.burst-threads.answer": {
- "message": "Когда сервер испытывает высокую нагрузку, ему временно выделяются дополнительные потоки CPU. Это помогает показателю TPS не упасть ниже 20 и обеспечивает максимально плавный игровой процесс. Из‑за своей кратковременности такие потоки могут не отображаться в отчётах Spark и других инструментах профилирования."
+ "message": "Когда ваш сервер испытывает высокую нагрузку, мы временно предоставляем ему доступ к дополнительным потокам CPU, чтобы уменьшить лаги и нестабильность. Это помогает предотвратить падение TPS ниже 20 и обеспечить максимально плавную работу. Поскольку эти дополнительные потоки доступны только на короткое время во время периодов высокой нагрузки, они могут не отображаться в отчётах Spark или других инструментах профилирования."
},
"hosting-marketing.faq.cpu-kind": {
"message": "Какие процессоры используются на серверах Modrinth Hosting?"
@@ -1433,6 +1457,12 @@
"layout.action.new-project": {
"message": "Новый проект"
},
+ "layout.action.new-server-project": {
+ "message": "Новый сервер"
+ },
+ "layout.action.publish": {
+ "message": "Опубликовать"
+ },
"layout.action.reports": {
"message": "Рассмотреть жалобы"
},
@@ -1763,9 +1793,6 @@
"muralpay.field.bank-account-number": {
"message": "Номер счёта"
},
- "muralpay.field.branch-code": {
- "message": "Код филиала"
- },
"muralpay.field.clabe": {
"message": "CLABE"
},
@@ -1796,6 +1823,9 @@
"muralpay.field.pix-phone": {
"message": "Телефон PIX"
},
+ "muralpay.field.random-key": {
+ "message": "Случайный ключ"
+ },
"muralpay.field.routing-number": {
"message": "Маршрутный номер"
},
@@ -1856,9 +1886,6 @@
"muralpay.placeholder.enter-account-number": {
"message": "Введите номер счёта"
},
- "muralpay.placeholder.enter-branch-code": {
- "message": "Введите код филиала"
- },
"muralpay.placeholder.enter-clabe": {
"message": "Введите 18‑значный CLABE"
},
@@ -1871,6 +1898,9 @@
"muralpay.placeholder.enter-pix-email": {
"message": "Введите электронную почту PIX"
},
+ "muralpay.placeholder.enter-random-key": {
+ "message": "Введите случайный ключ"
+ },
"muralpay.placeholder.enter-routing-number": {
"message": "Введите 9‑значный маршрутный номер"
},
@@ -2085,7 +2115,7 @@
"message": "Предложение"
},
"project-moderation-nags.visit-moderation-page": {
- "message": "Связаться с модератором"
+ "message": "Связаться с модератором"
},
"project-moderation-nags.warning": {
"message": "Предупреждение"
@@ -2102,6 +2132,12 @@
"project-type.datapack.singular": {
"message": "Набор данных"
},
+ "project-type.minecraft_java_server.plural": {
+ "message": "Серверы"
+ },
+ "project-type.minecraft_java_server.singular": {
+ "message": "Сервер"
+ },
"project-type.mod.plural": {
"message": "Моды"
},
@@ -2132,6 +2168,12 @@
"project-type.resourcepack.singular": {
"message": "Набор ресурсов"
},
+ "project-type.server.plural": {
+ "message": "Серверы"
+ },
+ "project-type.server.singular": {
+ "message": "Сервер"
+ },
"project-type.shader.plural": {
"message": "Шейдеры"
},
@@ -2370,7 +2412,7 @@
"message": "Вернуться к {item, select, project {проекту} version {версии} user {пользователю} other {контенту}}"
},
"report.body.description": {
- "message": "При необходимости прикрепите ссылки и изображения. Пустые и неполные жалобы закрываются без рассмотрения."
+ "message": "При желании прикрепите ссылки и изображения. Неполные жалобы закрываются без рассмотрения."
},
"report.body.title": {
"message": "Добавьте подробности к жалобе"
@@ -2954,6 +2996,9 @@
"settings.display.project-list-layouts.resourcepack": {
"message": "Страница наборов ресурсов"
},
+ "settings.display.project-list-layouts.server": {
+ "message": "Страница серверов"
+ },
"settings.display.project-list-layouts.shader": {
"message": "Страница шейдеров"
},
@@ -3075,7 +3120,7 @@
"message": "Завершить сеанс"
},
"settings.sessions.created-ago": {
- "message": "Запущен {ago}"
+ "message": "Создано {ago}"
},
"settings.sessions.current-session": {
"message": "Текущий сеанс"
@@ -3084,7 +3129,7 @@
"message": "Ниже представлены все устройства, с которых осуществлён вход в вашу учётную запись Modrinth. Вы можете управлять сеансом каждого из них по отдельности.\n\nЕсли среди них присутствует незнакомое устройство, незамедлительно завершите его сеанс и смените пароль своей учётной записи."
},
"settings.sessions.last-accessed-ago": {
- "message": "Активность: {ago}"
+ "message": "Последняя активность {ago}"
},
"settings.sessions.unknown-os": {
"message": "Неизвестная ОС"
diff --git a/apps/frontend/src/locales/sv-SE/index.json b/apps/frontend/src/locales/sv-SE/index.json
index 4e909c7e1e..286f1f05c9 100644
--- a/apps/frontend/src/locales/sv-SE/index.json
+++ b/apps/frontend/src/locales/sv-SE/index.json
@@ -168,7 +168,7 @@
"message": "Inte som någon annan launcher"
},
"app-marketing.features.website.description": {
- "message": "Modrinth-appen är helt integrerad med webbsidan, så att du kan använda alla dina favoritprojekt i appen!"
+ "message": "Modrinth App är helt integrerad med webbsidan, så att du kan använda alla dina favoritprojekt i appen!"
},
"app-marketing.features.website.title": {
"message": "Webbsidaintegrering"
@@ -497,12 +497,27 @@
"create.project.create-project": {
"message": "Skapa projekt"
},
+ "create.project.create-server-project": {
+ "message": "Skapa server"
+ },
+ "create.project.missing-fields-tooltip": {
+ "message": "Saknade fält: {fields}"
+ },
"create.project.name-label": {
"message": "Namn"
},
"create.project.name-placeholder": {
"message": "Ange projektnamn..."
},
+ "create.project.owner-description": {
+ "message": "Sätt projektägaren som dig själv eller en organisation du är medlem i."
+ },
+ "create.project.owner-label": {
+ "message": "Ägare"
+ },
+ "create.project.server-project-title": {
+ "message": "Skapar ett serverprojekt"
+ },
"create.project.summary-description": {
"message": "En mening eller två som beskriver ditt projekt."
},
@@ -515,6 +530,15 @@
"create.project.title": {
"message": "Skapar ett projekt"
},
+ "create.project.type-label": {
+ "message": "Typ"
+ },
+ "create.project.type-project": {
+ "message": "Projekt"
+ },
+ "create.project.type-server": {
+ "message": "Server"
+ },
"create.project.url-label": {
"message": "URL"
},
@@ -659,6 +683,9 @@
"dashboard.creator-withdraw-modal.method-selection.select-method": {
"message": "Välj uttagsmetod"
},
+ "dashboard.creator-withdraw-modal.method-selection.tax-limit-warning": {
+ "message": "Din uttagsgräns är {amount}, fyll i en skatteblanket för att ta ut mer."
+ },
"dashboard.creator-withdraw-modal.muralpay-details.account-owner": {
"message": "Kontoägare"
},
@@ -698,6 +725,12 @@
"dashboard.creator-withdraw-modal.muralpay-details.document-number-ruc-placeholder": {
"message": "Ange RUC-nummer"
},
+ "dashboard.creator-withdraw-modal.muralpay-details.document-number-tax-id": {
+ "message": "Skatteregistreringsnummer"
+ },
+ "dashboard.creator-withdraw-modal.muralpay-details.document-number-tax-id-placeholder": {
+ "message": "Ange skatteregistreringsnummer"
+ },
"dashboard.creator-withdraw-modal.muralpay-details.network": {
"message": "Nätverk"
},
@@ -1001,12 +1034,21 @@
"hosting-marketing.faq.increase-storage.answer": {
"message": "Ja. Lagringen din server har tillgång till kan ökas utan några ytterligare kostnader. Om du vill ha mer lagringsutrymme, kontakta Modrinths support."
},
+ "hosting-marketing.faq.location": {
+ "message": "Var finns Modrinth Hostings servrar? Kan jag välja region?"
+ },
"hosting-marketing.faq.location.answer": {
"message": "Vi har för närvarande servrar tillgängliga i Nordamerika, Europa och Sydostasien som du kan välja mellan vid köpet. Fler regioner kommer att läggas till i framtiden! Om du vill byta region, vänligen kontakta supporten."
},
"hosting-marketing.faq.versions-loaders": {
"message": "Vilka Minecraft versioner och loaders kan användas?"
},
+ "hosting-marketing.faq.versions-loaders.answer.one": {
+ "message": "Modrinth Hosting kan köra alla versioner av Minecraft: Java Edition ända bak till version 1.2.5, samt snapshots."
+ },
+ "hosting-marketing.faq.versions-loaders.answer.two": {
+ "message": "Vi stöder också ett brett utbud av mod- och plugin-laddare, inklusive Fabric, Quilt, Forge och NeoForge för mods, samt Paper och Purpur för plugins. Tillgängligheten beror på om mod- eller plugin-laddaren stöder den valda Minecraft-versionen."
+ },
"hosting-marketing.get-started": {
"message": "Kom igång"
},
@@ -1025,6 +1067,15 @@
"hosting-marketing.hero.hosting-description": {
"message": "Modrinth Hosting är det lättaste sättet att hosta din egna Minecraft: Java Edition server. Installera och spela dina favoritmoddar och modpaket smidigt, allt inom Modrinth-plattformen."
},
+ "hosting-marketing.included.advanced-networking.description": {
+ "message": "Lägg till din egen domän till din server, reservera upp till 15 portar för moddar som kräver dem och mycket mer."
+ },
+ "hosting-marketing.included.backups-included": {
+ "message": "Säkerhetskopior inkluderas"
+ },
+ "hosting-marketing.included.backups-included.description": {
+ "message": "Varje server kommer med 15 säkerhetskopior som lagras säkert utanför anläggningen."
+ },
"hosting-marketing.included.custom-url": {
"message": "Anpassad URL"
},
@@ -1034,9 +1085,21 @@
"hosting-marketing.included.file-manager.description": {
"message": "Sök, hantera, redigera och ladda upp filer direkt till din server med lätthet."
},
+ "hosting-marketing.included.heading": {
+ "message": "Kommer med alla funktioner du behöver."
+ },
"hosting-marketing.included.help": {
"message": "Hjälp när du behöver det"
},
+ "hosting-marketing.included.help.description": {
+ "message": "Kontakta Modrinth-teamet för hjälp med din server när som helst."
+ },
+ "hosting-marketing.included.powerful-console": {
+ "message": "En kraftfull konsol, serveregenskapshanterare och mycket mer"
+ },
+ "hosting-marketing.included.powerful-console.description": {
+ "message": "Modrinth Hosting kommer med kraftfulla verktyg för att hantera din server."
+ },
"hosting-marketing.included.sftp-access": {
"message": "SFTP åtkomst"
},
@@ -1067,15 +1130,45 @@
"hosting-marketing.why.all-on-modrinth": {
"message": "Hantera allt på Modrinth"
},
+ "hosting-marketing.why.all-on-modrinth.description": {
+ "message": "Din server, moddar, spelare och mycket mer finns på Modrinth. Du behöver inte växla mellan olika plattformar."
+ },
+ "hosting-marketing.why.consistently-fast": {
+ "message": "Jämnt snabb"
+ },
+ "hosting-marketing.why.consistently-fast.description": {
+ "message": "Vår infrastruktur är aldrig överbelastad, vilket innebär att varje server som hostas av Modrinth alltid körs med full prestanda."
+ },
"hosting-marketing.why.description": {
"message": "Välj från tusentals modpaket på Modrinth eller skapa ditt egna. Bjud in dina vänner när du är redo att spela."
},
+ "hosting-marketing.why.heading": {
+ "message": "Hitta ett modpaket. Nu är det en server."
+ },
+ "hosting-marketing.why.modern-reliable-hosting": {
+ "message": "Upplev modern, trygg hosting"
+ },
+ "hosting-marketing.why.modern-reliable-hosting.description": {
+ "message": "Modrinth Hostings servrar är hostade på högpresterande AMD-processorer med DDR5 RAM och körs på specialanpassad programvara för att säkerställa att din server fungerar smidigt."
+ },
+ "hosting-marketing.why.where-mods-are": {
+ "message": "Spela där dina moddar finns"
+ },
+ "hosting-marketing.why.where-mods-are.description": {
+ "message": "Modrinth Hosting integrerar mod- och modpack-installationsprocessen sömlöst i din server."
+ },
+ "hosting-marketing.why.why-modrinth-hosting": {
+ "message": "Varför Modrinth Hosting?"
+ },
"hosting-marketing.why.your-favorite-mods": {
"message": "Alla dina favoritmoddar"
},
"hosting-marketing.why.your-favorite-mods.description": {
"message": "Välja mellan Vanilla, Fabric, Forge; Quilt och NeoForge. Om det finns på Modrinth så kan din server köra det."
},
+ "hosting.plan.out-of-stock": {
+ "message": "Ej i lager"
+ },
"hosting.plan.select-plan": {
"message": "Välj plan"
},
@@ -1083,7 +1176,7 @@
"message": "Upptäck moddar"
},
"landing.button.go-to-dashboard": {
- "message": "Gå till dashboarden"
+ "message": "Öppna instrumentpanelen"
},
"landing.creator.feature.constantly-evolving.description": {
"message": "Få den bästa möjliga modupplevelsen med kontinuerliga uppdateringar från Modrinthteamet"
@@ -1235,9 +1328,21 @@
"layout.action.new-project": {
"message": "Nytt projekt"
},
+ "layout.action.new-server-project": {
+ "message": "Ny server"
+ },
+ "layout.action.publish": {
+ "message": "Skapa"
+ },
+ "layout.action.reports": {
+ "message": "Granska rapporter"
+ },
"layout.action.review-projects": {
"message": "Projektgranskning"
},
+ "layout.action.tech-review": {
+ "message": "Teknikgranskning"
+ },
"layout.avatar.alt": {
"message": "Din avatar"
},
@@ -1401,7 +1506,7 @@
"message": "Funktionsflaggor"
},
"layout.nav.get-modrinth-app": {
- "message": "Installera Modrinth appen"
+ "message": "Installera Modrinth App"
},
"layout.nav.home": {
"message": "Hem"
@@ -1730,6 +1835,9 @@
"project-type.datapack.singular": {
"message": "Datapaket"
},
+ "project-type.minecraft_java_server.singular": {
+ "message": "Server"
+ },
"project-type.mod.plural": {
"message": "Moddar"
},
@@ -1760,6 +1868,12 @@
"project-type.resourcepack.singular": {
"message": "Resurspaket"
},
+ "project-type.server.plural": {
+ "message": "Servrar"
+ },
+ "project-type.server.singular": {
+ "message": "Server"
+ },
"project-type.shader.plural": {
"message": "Shaders"
},
@@ -1830,7 +1944,7 @@
"message": "{title} stöttar inte {gameVersion} för {platform}"
},
"project.download.install-with-app": {
- "message": "Installera med Modrinth appen"
+ "message": "Installera med Modrinth App"
},
"project.download.no-app": {
"message": "Har du inte Modrinth appen?"
@@ -1925,6 +2039,12 @@
"project.notification.updated.title": {
"message": "Projekt uppdaterat"
},
+ "project.settings.general.name.description": {
+ "message": "Undvik prefix, suffix, parenteser och beskrivningar—endast projektets riktiga namn."
+ },
+ "project.settings.general.name.placeholder.1": {
+ "message": "t.ex. Nether Overhaul 2"
+ },
"project.settings.general.name.placeholder.2": {
"message": "ex. Bygg föremål"
},
@@ -1943,6 +2063,9 @@
"project.settings.general.tagline.description": {
"message": "Sammanfatta ditt projekt i bara en mening."
},
+ "project.settings.general.tagline.placeholder.5": {
+ "message": "t.ex. Lägger till kraftfulla bossversioner av normala mobs att stöta på under natten."
+ },
"project.settings.general.url.title": {
"message": "URL"
},
@@ -1991,6 +2114,39 @@
"report.submit": {
"message": "Skicka rapport"
},
+ "scopes.category.analytics": {
+ "message": "Statistik"
+ },
+ "scopes.category.collections": {
+ "message": "Samlingar"
+ },
+ "scopes.category.notifications": {
+ "message": "Notifikationer"
+ },
+ "scopes.category.organizations": {
+ "message": "Organisationer"
+ },
+ "scopes.category.pats": {
+ "message": "PAT:s"
+ },
+ "scopes.category.projects": {
+ "message": "Projekt"
+ },
+ "scopes.category.reports": {
+ "message": "Rapporter"
+ },
+ "scopes.category.sessions": {
+ "message": "Sessioner"
+ },
+ "scopes.category.threads": {
+ "message": "Trådar"
+ },
+ "scopes.category.user-account": {
+ "message": "Användarkonto"
+ },
+ "scopes.category.versions": {
+ "message": "Versioner"
+ },
"scopes.collectionCreate.description": {
"message": "Skapa samlingar"
},
@@ -2015,6 +2171,18 @@
"scopes.collectionWrite.label": {
"message": "Skriv samlingar"
},
+ "scopes.notificationRead.description": {
+ "message": "Läs dina notiser"
+ },
+ "scopes.notificationRead.label": {
+ "message": "Läs notiser"
+ },
+ "scopes.notificationWrite.description": {
+ "message": "Visa/Radera dina notiser"
+ },
+ "scopes.notificationWrite.label": {
+ "message": "Skriv notiser"
+ },
"scopes.organizationCreate.description": {
"message": "Skapa organisationer"
},
@@ -2063,6 +2231,9 @@
"scopes.patWrite.label": {
"message": "Skriva PATs"
},
+ "scopes.payoutsRead.description": {
+ "message": "Läs din data för utdragningar"
+ },
"scopes.projectCreate.description": {
"message": "Skapa nya projekt"
},
@@ -2186,6 +2357,9 @@
"scopes.versionWrite.label": {
"message": "Skriv versioner"
},
+ "search.filter.game-version-shader-message": {
+ "message": "Shaderpaket för äldre versioner fungerar troligen på nyare versioner med endast små problem."
+ },
"search.filter.locked.server": {
"message": "Tillhandahållet av servern"
},
@@ -2225,18 +2399,75 @@
"servers.plan.small.name": {
"message": "Liten"
},
+ "settings.applications.about": {
+ "message": "Om"
+ },
+ "settings.applications.button.add-more": {
+ "message": "Lägg till mer"
+ },
+ "settings.applications.button.cancel": {
+ "message": "Avbryt"
+ },
+ "settings.applications.button.create": {
+ "message": "Skapa app"
+ },
+ "settings.applications.button.delete": {
+ "message": "Ta bort"
+ },
"settings.applications.button.edit": {
"message": "Redigera"
},
+ "settings.applications.button.new": {
+ "message": "Ny applikation"
+ },
+ "settings.applications.button.save-changes": {
+ "message": "Spara ändringar"
+ },
+ "settings.applications.button.upload-icon": {
+ "message": "Ladda upp ikon"
+ },
"settings.applications.client-id": {
"message": "Klient ID"
},
"settings.applications.client-secret": {
"message": "Klienthemlighet"
},
+ "settings.applications.created-on": {
+ "message": "Skapad {date}"
+ },
+ "settings.applications.field.description": {
+ "message": "Beskrivning"
+ },
+ "settings.applications.field.name.placeholder": {
+ "message": "Ange applikationens namn..."
+ },
+ "settings.applications.field.redirect-uri.placeholder": {
+ "message": "https://exempel.se/auth/callback"
+ },
+ "settings.applications.field.scopes": {
+ "message": "Omfattning"
+ },
+ "settings.applications.field.url": {
+ "message": "URL"
+ },
+ "settings.applications.field.url.placeholder": {
+ "message": "https://exempel.se"
+ },
+ "settings.applications.notification.error.title": {
+ "message": "Ett fel inträffade"
+ },
+ "settings.applications.notification.icon-updated.description": {
+ "message": "Ditt applikations ikon har blivit uppdaterad."
+ },
+ "settings.applications.notification.icon-updated.title": {
+ "message": "Ikon uppdaterad"
+ },
"settings.billing.modal.cancel.action": {
"message": "Avbryt prenumeration"
},
+ "settings.billing.modal.cancel.title": {
+ "message": "Är du säker på att du vill avbryta din prenumeration?"
+ },
"settings.billing.modal.delete.action": {
"message": "Ta bort denna betalningsmetod"
},
@@ -2300,6 +2531,21 @@
"settings.display.sidebar.external-links-new-tab.title": {
"message": "Öppna externa länkar i en ny flik"
},
+ "settings.display.sidebar.hide-app-promos.description": {
+ "message": "Döljer \"Installera Modrinth App\" knappen från primär navigering. Modrinth App-sidan kan fortfarande hittas på landningssidan eller i sidfoten."
+ },
+ "settings.display.sidebar.hide-app-promos.title": {
+ "message": "Dölj \"Installera Modrinth\" knapp"
+ },
+ "settings.display.sidebar.right-aligned-content-sidebar.description": {
+ "message": "Justerar sidofältet till vänster om sidans innehåll."
+ },
+ "settings.display.sidebar.right-aligned-filters-sidebar.description": {
+ "message": "Justerar filtrets sidofält till höger om sökresultaten."
+ },
+ "settings.display.theme.description": {
+ "message": "Välj färgtema för Modrinth på denna enhet."
+ },
"settings.display.theme.title": {
"message": "Färgtema"
},
@@ -2321,6 +2567,9 @@
"settings.pats.modal.delete.action": {
"message": "Ta bort denna token"
},
+ "settings.pats.modal.delete.description": {
+ "message": "Detta kommer radera nyckeln förevigt (asså förevigt)."
+ },
"settings.pats.modal.edit.title": {
"message": "Redigera personliga åtkomstnyckeln"
},
@@ -2369,6 +2618,9 @@
"settings.sessions.current-session": {
"message": "Nuvarande session"
},
+ "settings.sessions.description": {
+ "message": "Här är alla enheter som är inloggade på ditt Modrinth konto. Du kan logga ut från var och en individuellt.\n\nOm du ser en enhet som du inte känner igen loggar du ut från enheten och ändrar lösenordet på ditt Modrinth konto omedelbart."
+ },
"settings.sessions.last-accessed-ago": {
"message": "Användes {ago}"
},
@@ -2383,5 +2635,11 @@
},
"ui.latest-news-row.view-all": {
"message": "Visa alla nyheter"
+ },
+ "version.environment.none.description": {
+ "message": "Miljön för denna version har inte specificerats."
+ },
+ "version.environment.unknown.description": {
+ "message": "Miljön: \"{environment}\" känns inte igen."
}
}
diff --git a/apps/frontend/src/locales/th-TH/index.json b/apps/frontend/src/locales/th-TH/index.json
index 050842fedf..3f6ed4984d 100644
--- a/apps/frontend/src/locales/th-TH/index.json
+++ b/apps/frontend/src/locales/th-TH/index.json
@@ -8,6 +8,9 @@
"admin.billing.error.not-found": {
"message": "ไม่พบผู้ใช้นี้"
},
+ "app-marketing.download.description": {
+ "message": "แอปเดสก์ท็อปของเราพร้อมใช้งานบนทุกแพลตฟอร์ม เลือกเวอร์ชันที่คุณต้องการได้เลย"
+ },
"app-marketing.download.download-appimage": {
"message": "โหลดไฟล์ AppImage"
},
@@ -26,9 +29,15 @@
"app-marketing.download.linux": {
"message": "Linux"
},
+ "app-marketing.download.linux-disclaimer": {
+ "message": ""
+ },
"app-marketing.download.mac": {
"message": "Mac"
},
+ "app-marketing.download.options-title": {
+ "message": "ตัวเลือกการดาวน์โหลด"
+ },
"app-marketing.download.title": {
"message": "ดาวน์โหลดแอปพลิเคชัน Modrinth (Beta)"
},
@@ -50,6 +59,9 @@
"app-marketing.features.mod-management.byAuthor": {
"message": "โดย {author}"
},
+ "app-marketing.features.mod-management.installed-mods": {
+ "message": "ม็อดที่ติดตั้งแล้ว"
+ },
"app-marketing.features.mod-management.name": {
"message": "ชื่อ"
},
@@ -62,6 +74,9 @@
"app-marketing.features.mod-management.version": {
"message": "เวอร์ชัน"
},
+ "app-marketing.features.offline.description": {
+ "message": "เล่นม็อดของคุณแม้ไม่ได้เชื่อมต่อกับอินเตอร์เน็ต\n"
+ },
"app-marketing.features.offline.title": {
"message": "โหมดออฟไลน์"
},
@@ -101,6 +116,9 @@
"app-marketing.features.performance.title": {
"message": "มีประสิทธิภาพ"
},
+ "app-marketing.features.play.description": {
+ "message": "ดาวน์โหลดและเล่นม็อดกับม็อดแพ็กที่คุณชื่นชอบได้ง่าย ๆ ผ่านแอป Modrinth"
+ },
"app-marketing.features.play.title": {
"message": "เล่นกับม็อดที่คุณชอบ"
},
@@ -110,6 +128,12 @@
"app-marketing.features.sharing.share-button": {
"message": "แชร์"
},
+ "app-marketing.features.sharing.title": {
+ "message": "แชร์ม็อดแพ็ค"
+ },
+ "app-marketing.features.unlike-any-launcher": {
+ "message": "Launcher ที่ไม่ซ้ำใคร"
+ },
"app-marketing.features.youve-used-before": {
"message": "คุณใช้มันมาก่อน"
},
@@ -122,7 +146,340 @@
"app-marketing.hero.download-modrinth-app-for-os": {
"message": "ดาวน์โหลดแอป Modrinth สำหรับ {os}"
},
+ "app-marketing.hero.more-download-options": {
+ "message": "ตัวเลือกการดาวน์โหลดเพิ่มเติม"
+ },
+ "app-marketing.hide-other-packages": {
+ "message": "ซ่อนแพ็คเกจอื่นๆ"
+ },
+ "app-marketing.show-other-packages": {
+ "message": "แสดงแพ็คเกจอื่นๆ"
+ },
+ "auth.authorize.action.authorize": {
+ "message": "อนุญาต"
+ },
+ "auth.authorize.action.decline": {
+ "message": "ปฏิเสธ"
+ },
+ "auth.authorize.app-info": {
+ "message": " {appName} โดย {creator} จะสามารถ:"
+ },
+ "auth.authorize.authorize-app-name": {
+ "message": "อนุญาตให้ {appName}"
+ },
+ "auth.authorize.error.no-redirect-url": {
+ "message": "ไม่พบตำแหน่งที่จะเปลี่ยนเส้นทางในคำตอบ"
+ },
+ "auth.authorize.redirect-url": {
+ "message": "คุณจะถูกส่งไปยัง {url} "
+ },
+ "auth.reset-password.method-choice.action": {
+ "message": "ส่งอีเมลสำหรับกู้คืน"
+ },
+ "auth.reset-password.notification.email-sent.text": {
+ "message": "อีเมลพร้อมกับคำแนะนำได้ถูกส่งไปยังอีเมลของคุณแล้ว"
+ },
"auth.reset-password.notification.email-sent.title": {
"message": "อีเมล์ส่งแล้ว"
+ },
+ "auth.reset-password.notification.password-reset.text": {
+ "message": "ตอนนี้คุณสามารถเข้าบัญชีของคุณด้วยรหัสผ่านใหม่ได้แล้ว"
+ },
+ "auth.reset-password.notification.password-reset.title": {
+ "message": "รีเซ็ตรหัสผ่านเรียบร้อยแล้ว"
+ },
+ "auth.reset-password.post-challenge.action": {
+ "message": "ตั้งรหัสผ่านใหม่"
+ },
+ "auth.reset-password.post-challenge.confirm-password.label": {
+ "message": "ยืนยันรหัสผ่าน"
+ },
+ "auth.reset-password.post-challenge.description": {
+ "message": "ป้อนรหัสผ่านใหม่ของคุณด้านล่างเพื่อเข้าถึงบัญชีของคุณ"
+ },
+ "auth.reset-password.title": {
+ "message": "ตั้งรหัสผ่านใหม่"
+ },
+ "auth.reset-password.title.long": {
+ "message": "ตั้งรหัสผ่านของคุณใหม่"
+ },
+ "auth.sign-in.2fa.description": {
+ "message": "โปรดป้อนรหัสการยืนยันตัวตนแบบ 2 ชั้นเพื่อดำเนินการต่อ"
+ },
+ "auth.sign-in.2fa.label": {
+ "message": "ป้อนรหัสการยืนยันตัวตนแบบ 2 ชั้น"
+ },
+ "auth.sign-in.2fa.placeholder": {
+ "message": "ป้อนรหัส"
+ },
+ "auth.sign-in.additional-options": {
+ "message": " ลืมรหัสผ่าน? • สร้างบัญชีใหม่ "
+ },
+ "auth.sign-in.sign-in-with": {
+ "message": "ลงชื่อเข้าใช้ด้วย"
+ },
+ "auth.sign-in.title": {
+ "message": "ลงชื่อเข้าใช้"
+ },
+ "auth.sign-up.legal-dislaimer": {
+ "message": "ในการสร้างบัญชี คุณยอมรับ ข้อกำหนด และ นโยบายความเป็นส่วนตัว ของ Modrinth"
+ },
+ "auth.sign-up.notification.password-mismatch.text": {
+ "message": "รหัสผ่านไม่ตรงกัน!"
+ },
+ "auth.sign-up.sign-in-option.title": {
+ "message": "มีบัญชีอยู่แล้ว?"
+ },
+ "auth.sign-up.subscribe.label": {
+ "message": "สมัครรับข้อมูลการอัพเดทเกี่ยวกับ Modrinth"
+ },
+ "auth.sign-up.title": {
+ "message": "ลงทะเบียน"
+ },
+ "auth.sign-up.title.create-account": {
+ "message": "หรือจะสร้างบัญชีด้วยตัวคุณเอง"
+ },
+ "auth.sign-up.title.sign-up-with": {
+ "message": "สมัครใช้งานด้วย"
+ },
+ "auth.verify-email.action.account-settings": {
+ "message": "ตั้งค่าบัญชี"
+ },
+ "auth.verify-email.already-verified.description": {
+ "message": "อีเมลของคุณยืนยันไปแล้ว"
+ },
+ "auth.verify-email.already-verified.title": {
+ "message": "อีเมลยืนยันไปแล้ว"
+ },
+ "auth.verify-email.failed-verification.action": {
+ "message": "ส่งอีเมลยืนยันอีกครั้ง"
+ },
+ "auth.verify-email.failed-verification.description": {
+ "message": "เราไม่สามารถตรวจสอบอีเมลของคุณได้ ลองส่งอีเมลยืนยันอีกครั้งผ่านแดชบอร์ดของคุณโดยลงชื่อเข้าใช้"
+ },
+ "auth.verify-email.failed-verification.title": {
+ "message": "การยืนยันอีเมลล้มเหลว"
+ },
+ "auth.verify-email.post-verification.description": {
+ "message": "ที่อยู่อีเมลของคุณได้รับการยืนยันเรียบร้อยแล้ว"
+ },
+ "auth.verify-email.post-verification.title": {
+ "message": "การยืนยันอีเมล"
+ },
+ "auth.verify-email.title": {
+ "message": "ยืนยันอีเมล"
+ },
+ "auth.welcome.checkbox.subscribe": {
+ "message": "สมัครรับข้อมูลอัปเดตเกี่ยวกับ Modrinth"
+ },
+ "auth.welcome.description": {
+ "message": "ตอนนี้คุณได้เป็นส่วนหนึ่งของคอมมูนิตี้สุดเจ๋งของเหล่าครีเอเตอร์และนักสำรวจ ที่กำลังสร้างสรรค์ ดาวน์โหลด และอัปเดตม็อดสุดยอดอยู่เสมอ"
+ },
+ "auth.welcome.label.tos": {
+ "message": "การสร้างบัญชี ข้อกำหนด และ นโยบายความเป็นส่วนตัว ของ modrinth"
+ },
+ "auth.welcome.long-title": {
+ "message": "ยินดีต้อนรับเข้าสู่ modrinth!"
+ },
+ "auth.welcome.title": {
+ "message": "ยินดีต้อนรับ"
+ },
+ "collection.button.edit-icon": {
+ "message": "แก้ไขไอคอน"
+ },
+ "collection.button.remove-icon": {
+ "message": "ลบไอคอน"
+ },
+ "collection.button.remove-project": {
+ "message": "ลบโปรเจค"
+ },
+ "collection.button.replace-icon": {
+ "message": "เปลี่ยนไอคอน"
+ },
+ "collection.button.select-icon": {
+ "message": "เลือกรูปไอคอน"
+ },
+ "collection.button.unfollow-project": {
+ "message": "เลิกติดตามโปรเจค"
+ },
+ "collection.delete-modal.title": {
+ "message": "คุณแน่ใจหรือไม่ว่าต้องการที่จะลบคอลเล็กชันนี้"
+ },
+ "collection.description": {
+ "message": "{description} - ดูคอลเลกชัน {name} โดย {username} บน modrinth"
+ },
+ "collection.description.following": {
+ "message": "คอลเลกชันที่สร้างขึ้นโดยอัตโนมัติที่รวมโปรเจ็กต์ทั้งหมดที่คุณกำลังติดตาม"
+ },
+ "collection.error.not-found": {
+ "message": "ไม่พบคอลเล็กชัน"
+ },
+ "collection.label.created-at": {
+ "message": "สร้างขึ้นเมื่อ {ago}"
+ },
+ "collection.label.updated-at": {
+ "message": "อัปเดตเมื่อ {ago}"
+ },
+ "collection.return-link.dashboard-collections": {
+ "message": "คอลเลกชันของคุณ"
+ },
+ "collection.return-link.user": {
+ "message": "โปรไฟล์ของ {user}"
+ },
+ "collection.title": {
+ "message": "{name} คอลเลกชัน"
+ },
+ "create.collection.create-collection": {
+ "message": "สร้างคอลเลกชัน"
+ },
+ "create.collection.name-label": {
+ "message": "ชื่อคอลเลกชัน"
+ },
+ "create.collection.name-placeholder": {
+ "message": "โปรดกรอกชื่อคอลเลกชัน"
+ },
+ "create.collection.summary-description": {
+ "message": "อธิบายคอลเลกชันของคุณสั้น ๆ สักหนึ่งหรือสองประโยค"
+ },
+ "create.collection.summary-label": {
+ "message": "สรุป"
+ },
+ "create.collection.summary-placeholder": {
+ "message": ""
+ },
+ "create.limit-alert.type-plural-collection": {
+ "message": "คอลเลกชัน"
+ },
+ "create.limit-alert.type-plural-organization": {
+ "message": "องค์กร"
+ },
+ "create.limit-alert.type-plural-project": {
+ "message": "โปรเจกต์"
+ },
+ "create.limit-alert.type-project": {
+ "message": "โปรเจกต์"
+ },
+ "create.organization.create-organization": {
+ "message": "สร้างองค์กร"
+ },
+ "create.organization.name-label": {
+ "message": ""
+ },
+ "error.generic.default.subtitle": {
+ "message": ""
+ },
+ "error.project.404.title": {
+ "message": "ไม่พบโปรเจค"
+ },
+ "error.user.404.title": {
+ "message": "ไม่พบผู้ใช้"
+ },
+ "hosting-marketing.know-what-you-need": {
+ "message": ""
+ },
+ "hosting-marketing.medal.learn-more": {
+ "message": "เรียนรู้เพิ่มเติม"
+ },
+ "hosting-marketing.server-for-everyone": {
+ "message": ""
+ },
+ "hosting-marketing.why.all-on-modrinth": {
+ "message": ""
+ },
+ "hosting-marketing.why.all-on-modrinth.description": {
+ "message": ""
+ },
+ "landing.button.discover-mods": {
+ "message": "สำรวจและค้นหาม็อด"
+ },
+ "landing.button.go-to-dashboard": {
+ "message": "ไปที่แดชบอร์ด"
+ },
+ "landing.creator.feature.constantly-evolving.description": {
+ "message": "รับประสบการณ์การม็อดที่ดีที่สุด พร้อมการอัปเดตอย่างต่อเนื่องจากทีมงาน Modrinth"
+ },
+ "landing.creator.feature.constantly-evolving.title": {
+ "message": "พัฒนาอย่างต่อเนื่อง"
+ },
+ "landing.creator.feature.data-statistics.description": {
+ "message": "ดูรายงานแบบละเอียดเกี่ยวกับยอดเข้าชมหน้า จำนวนการดาวน์โหลด และรายได้"
+ },
+ "landing.creator.feature.data-statistics.title": {
+ "message": "ข้อมูลและสถิติ"
+ },
+ "landing.creator.feature.discovery.description": {
+ "message": "ให้โปรเจกต์ของคุณเข้าถึงผู้ใช้นับพัน ผ่านการค้นหา, หน้าแรก, เซิร์ฟเวอร์ Discord และช่องทางใหม่ ๆ ที่กำลังจะมาอีกเพียบ!"
+ },
+ "landing.creator.feature.diverse-ecosystem.description": {
+ "message": "เชื่อมต่อกับ build tools ของคุณผ่าน Minotaur เพื่ออัปโหลดอัตโนมัติทันทีที่ปล่อยเวอร์ชันใหม่"
+ },
+ "landing.creator.feature.diverse-ecosystem.title": {
+ "message": "Ecosystem ที่หลากหลาย"
+ },
+ "landing.creator.feature.monetization.description": {
+ "message": "รับส่วนแบ่งรายได้จากโฆษณาบนหน้าโปรเจกต์ของคุณ และสามารถถอนรายได้ของคุณได้ทุกเมื่อ"
+ },
+ "landing.creator.feature.monetization.title": {
+ "message": "การสร้างรายได้"
+ },
+ "landing.creator.feature.team-management.description": {
+ "message": "เชิญเพื่อนร่วมทีมของคุณและจัดการบทบาทรวมถึงสิทธิ์การเข้าถึงได้อย่างง่ายดาย"
+ },
+ "landing.creator.feature.team-management.title": {
+ "message": "การจัดการทีม"
+ },
+ "landing.error.failedToLoadRandomProjects": {
+ "message": "โหลดโปรเจกต์สุ่มไม่สำเร็จ ☹"
+ },
+ "landing.feature.follow.description": {
+ "message": "มีอัปเดตเมื่อไหร่ก็แจ้งเตือนทันที จะได้ไม่พลาดข่าวจากโปรเจกต์ที่คุณชอบ"
+ },
+ "landing.feature.follow.heading": {
+ "message": "ติดตามโปรเจกต์ที่คุณชื่นชอบ"
+ },
+ "landing.feature.launcher.description": {
+ "message": "API แบบโอเพนซอร์สของ Modrinth ช่วยให้ Launcher ต่าง ๆ เชื่อมต่อกับ Modrinth ได้แบบเต็มระบบ ใช้งานได้ทั้งผ่าน แอปของเรา หรือ Launcher ยอดนิยมอย่าง ATLauncher, MultiMC และ Prism Launcher เลย"
+ },
+ "landing.feature.launcher.heading": {
+ "message": "เล่นกับ Launcher ที่คุณชอบได้เลย"
+ },
+ "landing.feature.search.description": {
+ "message": "ระบบค้นหาสุดรวดเร็วของ Modrinth พร้อมฟิลเตอร์ ช่วยให้คุณเจอสิ่งที่ต้องการได้ตั้งแต่ตอนพิมพ์เลย"
+ },
+ "landing.feature.search.heading": {
+ "message": "ค้นหาสิ่งที่คุณต้องการได้อย่างรวดเร็วและง่ายดาย"
+ },
+ "landing.heading.the-place-for-minecraft": {
+ "message": "พื้นที่สำหรับ {content} ของ Minecraft"
+ },
+ "landing.heading.the-place-for-minecraft.data-packs": {
+ "message": "ดาต้าแพ็ก"
+ },
+ "landing.heading.the-place-for-minecraft.modpacks": {
+ "message": "ม็อดแพ็ก"
+ },
+ "landing.heading.the-place-for-minecraft.mods": {
+ "message": "ม็อด"
+ },
+ "landing.heading.the-place-for-minecraft.plugins": {
+ "message": "ปลั๊กอิน"
+ },
+ "landing.heading.the-place-for-minecraft.resource-packs": {
+ "message": "รีซอร์ซแพ็ก"
+ },
+ "landing.heading.the-place-for-minecraft.servers": {
+ "message": "เซิร์ฟเวอร์"
+ },
+ "landing.heading.the-place-for-minecraft.shaders": {
+ "message": "แสงเงา"
+ },
+ "landing.notifications.has-been-updated": {
+ "message": "{title} ได้รับการอัปเดตแล้ว!"
+ },
+ "landing.notifications.heading": {
+ "message": "การแจ้งเตือน"
+ },
+ "landing.notifications.received-time": {
+ "message": ""
}
}
diff --git a/apps/frontend/src/locales/tr-TR/index.json b/apps/frontend/src/locales/tr-TR/index.json
index a36b298f2a..73e73b5d10 100644
--- a/apps/frontend/src/locales/tr-TR/index.json
+++ b/apps/frontend/src/locales/tr-TR/index.json
@@ -336,7 +336,7 @@
"message": "Modrinth'le ilgili güncellemelere abone ol"
},
"auth.welcome.description": {
- "message": "Artık çoktan kurulumu yapan, indiren ve inanılmaz modlarla güncelde kalan yaratıcıların ve kaşiflerin havalı topluluğunun bir parçasısın."
+ "message": "Artık inanılmaz modlar yapan, indiren ve geride kalmayan yaratıcıların ve kaşiflerin havalı topluluğunun bir parçasısın."
},
"auth.welcome.label.tos": {
"message": "Bir hesap oluşturarak, Modrinth'in Şartlar'ını ve Gizlilik İlkeleri'ni kabul etmiş sayılırsınız."
@@ -497,12 +497,27 @@
"create.project.create-project": {
"message": "Proje oluştur"
},
+ "create.project.create-server-project": {
+ "message": "Sunucu oluştur"
+ },
+ "create.project.missing-fields-tooltip": {
+ "message": "Eksik alanlar:{fields}"
+ },
"create.project.name-label": {
"message": "İsim"
},
"create.project.name-placeholder": {
"message": "Projenin ismini girin..."
},
+ "create.project.owner-description": {
+ "message": "Proje sahibini kendin ya da üyesi olduğun bir organizasyon olarak ayarla."
+ },
+ "create.project.owner-label": {
+ "message": "Sahip"
+ },
+ "create.project.server-project-title": {
+ "message": "Sunucu Projesi oluştur"
+ },
"create.project.summary-description": {
"message": "Projenizi anlatan bir iki cümle."
},
@@ -515,6 +530,15 @@
"create.project.title": {
"message": "Proje oluştur"
},
+ "create.project.type-label": {
+ "message": "Tür"
+ },
+ "create.project.type-project": {
+ "message": "Proje"
+ },
+ "create.project.type-server": {
+ "message": "Sunucu"
+ },
"create.project.url-label": {
"message": "URL"
},
@@ -573,7 +597,7 @@
"message": "Artık özgürce çekim yapabilirsiniz. Sorunuz varsa veya bilgilerinizi güncellemeniz gerekiyorsa desteğe başvurun."
},
"dashboard.creator-tax-form-modal.confirmation.title": {
- "message": "Hazırsın! 🎉"
+ "message": "Hazırsınız! 🎉"
},
"dashboard.creator-tax-form-modal.entity.description": {
"message": "Yabancı kuruluş, Amerika Birleşik Devletleri dışında kurulmuş bir ticari kuruluş (örneğin, ABD dışı şirket, ortaklık veya LLC) anlamına gelir."
@@ -681,7 +705,7 @@
"message": "Ulusal kimlik numarası"
},
"dashboard.creator-withdraw-modal.muralpay-details.document-number-national-id-placeholder": {
- "message": "T.C. kimlik numaranızı giriniz"
+ "message": "Ulusal kimlik numaranızı giriniz"
},
"dashboard.creator-withdraw-modal.muralpay-details.document-number-passport": {
"message": "Pasaport numarası"
@@ -1287,19 +1311,19 @@
"message": "Sürekli Gelişen"
},
"landing.creator.feature.data-statistics.description": {
- "message": "Sayfa görüntülenmeleri, indirme sayısı ve hasılat üzerine detaylı raporlar edin."
+ "message": "Sayfa görüntülenmeleri, indirme sayısı ve hasılat üzerine detaylı raporlar elde edin."
},
"landing.creator.feature.data-statistics.title": {
"message": "Veriler ve İstatistikler"
},
"landing.creator.feature.discovery.description": {
- "message": "Arama, ana sayfamız, Discord sunucumuz ve gelecek daha çok yollar üzerinden binlerce kullanıcılar tarafından projenizin keşfedilmesini sağlayın!"
+ "message": "Arama, ana sayfamız, Discord sunucumuz ve gelecek yollar üzerinden binlerce kullanıcı tarafından projenizin keşfedilmesini sağlayın!"
},
"landing.creator.feature.discovery.title": {
"message": "Keşif"
},
"landing.creator.feature.diverse-ecosystem.description": {
- "message": "Siz yeni bir sürüm çıkarır çıkarmaz otomatik yüklemeler için Minotaur üzerinden yapım araçlarıyla entegre edin."
+ "message": "Siz yeni bir sürüm çıkarır çıkarmaz otomatik yüklemeler için Minotaur üzerinden yapım araçlanızı entegre edin."
},
"landing.creator.feature.diverse-ecosystem.title": {
"message": "Çeşitli Ekosistem"
@@ -1320,13 +1344,13 @@
"message": "Rastgele proje yüklenemedi :("
},
"landing.feature.follow.description": {
- "message": "Favori projeleriniz güncellendiğinde bildirilin ve haberdar olun."
+ "message": "Favori projeleriniz güncellendiğinde bildirilin ve geride kalmayın."
},
"landing.feature.follow.heading": {
"message": "Sevdiğiniz projeleri takip edin"
},
"landing.feature.launcher.description": {
- "message": "Modrinth'in açık-kaynak API'ı başlatıcıların Modrinth ile tam bağlantı kurmasını sağlar. Modrinth, bizim kendi uygulamamızdan veya ATLauncher, MultiMC ve Prism Launcher gibi öne çıkan başlatıcılardan kullanılbilir."
+ "message": "Modrinth'in açık-kaynak API'ı başlatıcıların Modrinth ile tam bağlantı kurmasını sağlar. Modrinth; kendi uygulamamız veya ATLauncher, MultiMC ve Prism Launcher gibi öne çıkan başlatıcılar aracığılıyla kullanılabilir."
},
"landing.feature.launcher.heading": {
"message": "Favori başlatıcınız ile oynayın"
@@ -1335,7 +1359,7 @@
"message": "Modrinth'in ışık hızı araması ve güçlü filtreleriyle istediğinizi bulun."
},
"landing.feature.search.heading": {
- "message": "Ne istediğinizi kolay ve hızlı şekilde bulun"
+ "message": "İstediğinizi kolay ve hızlıca bulun"
},
"landing.heading.the-place-for-minecraft": {
"message": "Minecraft {content} için bir numaralı yer"
@@ -1395,7 +1419,7 @@
"message": "İçeriğinizi dünya ile paylaşın"
},
"landing.section.for-players.description": {
- "message": "Büyüsel biyomlardan lanetli zindanlara kadar, oyununuzu sonraki seviyeye taşıyacak içeriği bulacağınızdan emin olabilirsiniz."
+ "message": "Büyülü biyomlardan lanetli zindanlara kadar, oyununu sonraki seviyeye taşıyacak içerikler bulacağından emin olabilirsin."
},
"landing.section.for-players.label": {
"message": "Oyuncular İçin"
@@ -1404,7 +1428,7 @@
"message": "{count}+ içerik keşfedin"
},
"landing.subheading": {
- "message": "Topluluk için geliştirilmiş açık kaynak platformumuzda Minecraft içerikleri keşfedin, oynayın ve paylaşın."
+ "message": "Topluluk odaklı açık kaynak platformumuzda Minecraft içerikleri keşfedin, oynayın ve paylaşın."
},
"layout.action.change-theme": {
"message": "Tema değiştir"
@@ -1433,6 +1457,12 @@
"layout.action.new-project": {
"message": "Yeni proje"
},
+ "layout.action.new-server-project": {
+ "message": "Yeni Sunucu"
+ },
+ "layout.action.publish": {
+ "message": "Yayınla"
+ },
"layout.action.reports": {
"message": "Raporları incele"
},
@@ -1620,7 +1650,7 @@
"message": "Özellik bayrakları"
},
"layout.nav.get-modrinth-app": {
- "message": "Modrinth App Edin"
+ "message": "Modrinth App yükle"
},
"layout.nav.home": {
"message": "Anasayfa"
@@ -1763,9 +1793,6 @@
"muralpay.field.bank-account-number": {
"message": "Hesap numarası"
},
- "muralpay.field.branch-code": {
- "message": "Şube kodu"
- },
"muralpay.field.clabe": {
"message": "CLABE"
},
@@ -1796,6 +1823,9 @@
"muralpay.field.pix-phone": {
"message": "PIX telefon"
},
+ "muralpay.field.random-key": {
+ "message": "Rastgele anahtar"
+ },
"muralpay.field.routing-number": {
"message": "Routing numarası"
},
@@ -1856,9 +1886,6 @@
"muralpay.placeholder.enter-account-number": {
"message": "Hesap numarasını girin"
},
- "muralpay.placeholder.enter-branch-code": {
- "message": "Şube kodunu girin"
- },
"muralpay.placeholder.enter-clabe": {
"message": "18 haneli CLABE girin"
},
@@ -1871,6 +1898,9 @@
"muralpay.placeholder.enter-pix-email": {
"message": "PIX e-posta girin"
},
+ "muralpay.placeholder.enter-random-key": {
+ "message": "Rastgele anahtar giriniz"
+ },
"muralpay.placeholder.enter-routing-number": {
"message": "9 haneli routing numarasını girin"
},
@@ -2102,6 +2132,12 @@
"project-type.datapack.singular": {
"message": "Veri Paketi"
},
+ "project-type.minecraft_java_server.plural": {
+ "message": "Sunucular"
+ },
+ "project-type.minecraft_java_server.singular": {
+ "message": "Sunucu"
+ },
"project-type.mod.plural": {
"message": "Modlar"
},
@@ -2132,6 +2168,12 @@
"project-type.resourcepack.singular": {
"message": "Kaynak Paketi"
},
+ "project-type.server.plural": {
+ "message": "Sunucular"
+ },
+ "project-type.server.singular": {
+ "message": "Sunucu"
+ },
"project-type.shader.plural": {
"message": "Shaderlar"
},
@@ -2954,6 +2996,9 @@
"settings.display.project-list-layouts.resourcepack": {
"message": "Kaynak Paketleri sayfası"
},
+ "settings.display.project-list-layouts.server": {
+ "message": "Sunucular sayfası"
+ },
"settings.display.project-list-layouts.shader": {
"message": "Shaderlar sayfası"
},
@@ -3093,7 +3138,7 @@
"message": "Bilinmeyen platform"
},
"ui.latest-news-row.latest-news": {
- "message": "Modrinth'ten en yeni haberler"
+ "message": "Modrinth'ten haberler"
},
"ui.latest-news-row.view-all": {
"message": "Bütün haberleri gör"
diff --git a/apps/frontend/src/locales/uk-UA/index.json b/apps/frontend/src/locales/uk-UA/index.json
index e2a4aaf3f1..af08678199 100644
--- a/apps/frontend/src/locales/uk-UA/index.json
+++ b/apps/frontend/src/locales/uk-UA/index.json
@@ -114,7 +114,7 @@
"message": "Discord"
},
"app-marketing.features.performance.good-performance": {
- "message": "Висока швидкодія"
+ "message": "Висока продуктивність"
},
"app-marketing.features.performance.google-chrome": {
"message": "Google Chrome"
@@ -497,12 +497,27 @@
"create.project.create-project": {
"message": "Створити проєкт"
},
+ "create.project.create-server-project": {
+ "message": "Створити сервер"
+ },
+ "create.project.missing-fields-tooltip": {
+ "message": "Відсутні поля: {fields}"
+ },
"create.project.name-label": {
"message": "Назва"
},
"create.project.name-placeholder": {
"message": "Уведіть назву проєкту…"
},
+ "create.project.owner-description": {
+ "message": "Установіть власника проєкту як себе чи організацію, членом якої ви є."
+ },
+ "create.project.owner-label": {
+ "message": "Власник"
+ },
+ "create.project.server-project-title": {
+ "message": "Створення проєкту сервера"
+ },
"create.project.summary-description": {
"message": "Кілька речень, які описують ваш проєкт."
},
@@ -515,6 +530,15 @@
"create.project.title": {
"message": "Створення проєкту"
},
+ "create.project.type-label": {
+ "message": "Тип"
+ },
+ "create.project.type-project": {
+ "message": "Проєкт"
+ },
+ "create.project.type-server": {
+ "message": "Сервер"
+ },
"create.project.url-label": {
"message": "Посилання"
},
@@ -1143,7 +1167,7 @@
"message": "Ми також підтримуємо широкий спектр завантажувачів модів і плаґінів, таких як Fabric, Quilt, Forge і NeoForge для модів, а також Paper і Purpur для плаґінів. Доступність залежить від того, чи підтримує завантажувач модів або плаґінів вибрану вами версію Minecraft."
},
"hosting-marketing.get-started": {
- "message": "Почнімо"
+ "message": "Розпочати"
},
"hosting-marketing.hero.button.manage-your-servers": {
"message": "Керувати своїми серверами"
@@ -1433,6 +1457,12 @@
"layout.action.new-project": {
"message": "Новий проєкт"
},
+ "layout.action.new-server-project": {
+ "message": "Новий сервер"
+ },
+ "layout.action.publish": {
+ "message": "Опублікувати"
+ },
"layout.action.reports": {
"message": "Перегляд звітів"
},
@@ -1763,9 +1793,6 @@
"muralpay.field.bank-account-number": {
"message": "Номер рахунку"
},
- "muralpay.field.branch-code": {
- "message": "Код відділення"
- },
"muralpay.field.clabe": {
"message": "CLABE"
},
@@ -1796,6 +1823,9 @@
"muralpay.field.pix-phone": {
"message": "Телефон PIX"
},
+ "muralpay.field.random-key": {
+ "message": "Випадковий ключ"
+ },
"muralpay.field.routing-number": {
"message": "Номер маршруту"
},
@@ -1856,9 +1886,6 @@
"muralpay.placeholder.enter-account-number": {
"message": "Уведіть номер рахунку"
},
- "muralpay.placeholder.enter-branch-code": {
- "message": "Уведіть код відділення"
- },
"muralpay.placeholder.enter-clabe": {
"message": "Уведіть 18-значний CLABE"
},
@@ -1871,6 +1898,9 @@
"muralpay.placeholder.enter-pix-email": {
"message": "Уведіть електронну адресу PIX"
},
+ "muralpay.placeholder.enter-random-key": {
+ "message": "Уведіть випадковий ключ"
+ },
"muralpay.placeholder.enter-routing-number": {
"message": "Введіть 9-значний маршрутний номер"
},
@@ -2102,6 +2132,12 @@
"project-type.datapack.singular": {
"message": "Пакет даних"
},
+ "project-type.minecraft_java_server.plural": {
+ "message": "Сервери"
+ },
+ "project-type.minecraft_java_server.singular": {
+ "message": "Сервер"
+ },
"project-type.mod.plural": {
"message": "Моди"
},
@@ -2132,6 +2168,12 @@
"project-type.resourcepack.singular": {
"message": "Пакет ресурсів"
},
+ "project-type.server.plural": {
+ "message": "Сервери"
+ },
+ "project-type.server.singular": {
+ "message": "Сервер"
+ },
"project-type.shader.plural": {
"message": "Шейдери"
},
@@ -2148,7 +2190,7 @@
"message": "Опубліковано {date}"
},
"project.about.details.submitted": {
- "message": "Підтверджено {date}"
+ "message": "Подано на розгляд {date}"
},
"project.about.details.title": {
"message": "Деталі"
@@ -2954,6 +2996,9 @@
"settings.display.project-list-layouts.resourcepack": {
"message": "Сторінка пакетів ресурсів"
},
+ "settings.display.project-list-layouts.server": {
+ "message": "Сторінка серверів"
+ },
"settings.display.project-list-layouts.shader": {
"message": "Сторінка шейдерів"
},
@@ -2973,7 +3018,7 @@
"message": "Розширене промальовування"
},
"settings.display.sidebar.external-links-new-tab.description": {
- "message": "Зробити так, щоб посилання за межі Modrinth, відкривалися в новій вкладці. Незалежно від цього налаштування, посилання в одному домені та в описах з Markdown відкриватимуться в тій же вкладці, а посилання в рекламах і на сторінках редагування — в новій вкладці."
+ "message": "Робить так, аби посилання за межі Modrinth, відкривалися в новій вкладці. Незалежно від цього налаштування, посилання в одному домені та в описах з Markdown відкриватимуться в тій же вкладці, а посилання в рекламах і на сторінках редагування — в новій вкладці."
},
"settings.display.sidebar.external-links-new-tab.title": {
"message": "Відкривати зовнішні посилання в новій вкладці"
diff --git a/apps/frontend/src/locales/vi-VN/index.json b/apps/frontend/src/locales/vi-VN/index.json
index 29be43714e..97ca3242ba 100644
--- a/apps/frontend/src/locales/vi-VN/index.json
+++ b/apps/frontend/src/locales/vi-VN/index.json
@@ -1067,6 +1067,9 @@
"frog.title": {
"message": "Ếch"
},
+ "hosting-marketing.available-locations": {
+ "message": "Có sẵn ở Bắc Mỹ, Châu Âu và Đông Nam Á để phủ sóng rộng rãi."
+ },
"hosting-marketing.billing.monthly": {
"message": "Thanh toán hàng tháng"
},
@@ -1085,6 +1088,9 @@
"hosting-marketing.faq.burst-threads": {
"message": "\n\n"
},
+ "hosting-marketing.faq.burst-threads.answer": {
+ "message": "Khi máy chủ của bạn bị tải nặng, chúng tôi tạm thời cấp cho máy chủ quyền truy cập vào các luồng CPU bổ sung để giúp giảm thiểu độ trễ tăng đột biến và mất ổn định. Điều này giúp ngăn TPS xuống dưới 20, đảm bảo trải nghiệm mượt mà nhất có thể. Vì các luồng CPU bổ sung đó chỉ có sẵn trong thời gian tải cao nên chúng có thể không hiển thị trong báo cáo Spark hoặc các công cụ cấu hình khác."
+ },
"hosting-marketing.faq.cpu-kind": {
"message": "Những loại CPU nào được sử dụng trên Modrinth?"
},
@@ -1109,12 +1115,24 @@
"hosting-marketing.faq.how-fast": {
"message": "Máy chủ Modrinth nhanh cỡ nào?"
},
+ "hosting-marketing.faq.how-fast.answer.one": {
+ "message": "Máy chủ Modrinth Hosting được lưu trữ trên phần cứng hiệu suất cao rất hiện đại, nhưng thật khó để nói chính xác điều đó sẽ chuyển thành tốc độ máy chủ của bạn sẽ chạy như thế nào vì có rất nhiều yếu tố ảnh hưởng đến nó, chẳng hạn như mod, gói dữ liệu hoặc plugin bạn đang chạy trên máy chủ của mình và thậm chí cả hành vi của người dùng."
+ },
+ "hosting-marketing.faq.how-fast.answer.two": {
+ "message": "Hầu hết các vấn đề về hiệu suất phát sinh có xu hướng là lỗi của modpack, mod, gói dữ liệu hoặc plugin không được tối ưu hóa khiến máy chủ bị lag. Vì các máy chủ của chúng tôi rất cao cấp, bạn sẽ không gặp nhiều rắc rối miễn là bạn chọn một gói phù hợp cho nội dung bạn đang chạy trên máy chủ."
+ },
"hosting-marketing.faq.increase-storage": {
"message": "Tôi có thể tăng dung lượng lưu trữ trên máy chủ của tôi được không?"
},
+ "hosting-marketing.faq.increase-storage.answer": {
+ "message": "Có, bạn có thể tăng dung lượng lưu trữ trên máy chủ của mình mà không phải trả thêm phí. Nếu bạn cần thêm dung lượng lưu trữ, hãy liên hệ với Bộ phận hỗ trợ của Modrinth."
+ },
"hosting-marketing.faq.location": {
"message": "Những máy chủ Modrinth Hosting được nằm ở đâu? Tôi có thể chọn khu vực không?"
},
+ "hosting-marketing.faq.location.answer": {
+ "message": "Chúng tôi có các máy chủ có sẵn ở Bắc Mỹ, Châu Âu và Đông Nam Á tại thời điểm này mà bạn có thể chọn khi mua. Nhiều khu vực sẽ đến trong tương lai! Nếu bạn muốn chuyển đổi khu vực của mình, vui lòng liên hệ với bộ phận hỗ trợ."
+ },
"hosting-marketing.faq.versions-loaders": {
"message": "Những phiên bản Minecraft và modloader nào có thể được sử dụng?"
},
@@ -1136,12 +1154,33 @@
"hosting-marketing.hero.button.start-your-server": {
"message": "Khởi động máy chủ của bạn"
},
+ "hosting-marketing.hero.host-with-modrinth": {
+ "message": "Lưu trữ máy chủ tiếp theo của bạn với Modrinth Hosting"
+ },
+ "hosting-marketing.hero.hosting-description": {
+ "message": "Modrinth Hosting là cách đơn giản nhất để lưu trữ máy chủ Minecraft: Phiên bản Java của bạn. Cài đặt và chơi liền mạch các bản mod và gói mod yêu thích của bạn, tất cả đều có trong nền tảng Modrinth."
+ },
+ "hosting-marketing.included.advanced-networking": {
+ "message": "Quản lý mạng nâng cao"
+ },
+ "hosting-marketing.included.advanced-networking.description": {
+ "message": "Thêm tên miền của bạn vào máy chủ của bạn, lên đến 15 cổng cho mod cần nó, và hơn thế nữa."
+ },
"hosting-marketing.included.backups-included": {
"message": "Bao gồm sao lưu"
},
+ "hosting-marketing.included.backups-included.description": {
+ "message": "Mỗi máy chủ đi kèm với 15 bản sao lưu được lưu trữ an toàn bên ngoài."
+ },
"hosting-marketing.included.custom-url": {
"message": "URL riêng"
},
+ "hosting-marketing.included.custom-url.description": {
+ "message": "Chia sẻ máy chủ của bạn thông qua URL tùy chỉnh modrinth.gg."
+ },
+ "hosting-marketing.included.description": {
+ "message": "Đi kèm với mỗi máy chủ là một bộ tính năng được thiết kế để cung cấp trải nghiệm lưu trữ mà chỉ Modrinth mới có thể cung cấp."
+ },
"hosting-marketing.included.file-manager": {
"message": "Trình duyệt tập tin dễ sử dụng"
},
@@ -1673,9 +1712,6 @@
"muralpay.field.bank-account-number": {
"message": "Số tài khoản"
},
- "muralpay.field.branch-code": {
- "message": "Mã chi nhánh"
- },
"muralpay.field.clabe": {
"message": "CLABE"
},
@@ -1766,9 +1802,6 @@
"muralpay.placeholder.enter-account-number": {
"message": "Nhập số tài khoản"
},
- "muralpay.placeholder.enter-branch-code": {
- "message": "Nhập mã chi nhánh"
- },
"muralpay.placeholder.enter-clabe": {
"message": "Nhập mã CLABE gồm 18 chữ số"
},
@@ -2336,6 +2369,9 @@
"scopes.analytics.label": {
"message": "Đọc phân tích"
},
+ "scopes.category.notifications": {
+ "message": "Thông báo"
+ },
"scopes.collectionCreate.description": {
"message": "Tạo bộ sưu tập"
},
@@ -2630,6 +2666,15 @@
"servers.plan.small.name": {
"message": "Nhỏ"
},
+ "settings.applications.notification.error.title": {
+ "message": "Có lỗi xảy ra"
+ },
+ "settings.applications.notification.icon-updated.description": {
+ "message": "Biểu tượng dự án của bạn đã được cập nhật."
+ },
+ "settings.applications.notification.icon-updated.title": {
+ "message": "Biểu tượng đã được cập nhật"
+ },
"settings.billing.modal.cancel.action": {
"message": "Hủy gói đăng ký"
},
diff --git a/apps/frontend/src/locales/zh-CN/index.json b/apps/frontend/src/locales/zh-CN/index.json
index b3d197d811..aa6329bac0 100644
--- a/apps/frontend/src/locales/zh-CN/index.json
+++ b/apps/frontend/src/locales/zh-CN/index.json
@@ -24,7 +24,7 @@
"message": "下载 RPM"
},
"app-marketing.download.flathub": {
- "message": "下载应用,请到 Flathub"
+ "message": "在 Flathub 上获取"
},
"app-marketing.download.linux": {
"message": "Linux"
@@ -192,7 +192,7 @@
"message": "下载适用于 {os} 的 Modrinth App"
},
"app-marketing.hero.minecraft-screenshot-alt": {
- "message": "一张截图,显示 Cobblemon 实例的主屏幕页面。"
+ "message": "Cobblemon 整合包主菜单屏幕截图。"
},
"app-marketing.hero.more-download-options": {
"message": "更多下载选项"
@@ -497,12 +497,27 @@
"create.project.create-project": {
"message": "创建项目"
},
+ "create.project.create-server-project": {
+ "message": "创建服务器"
+ },
+ "create.project.missing-fields-tooltip": {
+ "message": "缺少字段:{fields}"
+ },
"create.project.name-label": {
"message": "名称"
},
"create.project.name-placeholder": {
"message": "输入项目名称…"
},
+ "create.project.owner-description": {
+ "message": "将项目所有者设置为你自己或你所属的组织。"
+ },
+ "create.project.owner-label": {
+ "message": "所有者"
+ },
+ "create.project.server-project-title": {
+ "message": "创建服务器项目"
+ },
"create.project.summary-description": {
"message": "一两句话描述你的项目。"
},
@@ -515,6 +530,15 @@
"create.project.title": {
"message": "创建项目"
},
+ "create.project.type-label": {
+ "message": "类型"
+ },
+ "create.project.type-project": {
+ "message": "项目"
+ },
+ "create.project.type-server": {
+ "message": "服务器"
+ },
"create.project.url-label": {
"message": "URL链接"
},
@@ -990,7 +1014,7 @@
"message": "你在找的页面似乎不存在。"
},
"error.generic.404.title": {
- "message": "页面不存在"
+ "message": "未找到页面"
},
"error.generic.451.subtitle": {
"message": "由于法律原因,例如政府审查或正在进行的法律诉讼,本页面已被屏蔽。"
@@ -1041,7 +1065,7 @@
"message": "为什么?"
},
"error.project.404.title": {
- "message": "项目不存在"
+ "message": "未找到项目"
},
"error.user.404.list_item.1": {
"message": "你可能输错了这个用户的用户名。"
@@ -1433,6 +1457,12 @@
"layout.action.new-project": {
"message": "新建项目"
},
+ "layout.action.new-server-project": {
+ "message": "新建服务器"
+ },
+ "layout.action.publish": {
+ "message": "发布"
+ },
"layout.action.reports": {
"message": "审查举报"
},
@@ -1763,9 +1793,6 @@
"muralpay.field.bank-account-number": {
"message": "账号"
},
- "muralpay.field.branch-code": {
- "message": "分行代码"
- },
"muralpay.field.clabe": {
"message": "CLABE"
},
@@ -1796,6 +1823,9 @@
"muralpay.field.pix-phone": {
"message": "PIX 手机号"
},
+ "muralpay.field.random-key": {
+ "message": "随机密钥"
+ },
"muralpay.field.routing-number": {
"message": "路由号码"
},
@@ -1856,9 +1886,6 @@
"muralpay.placeholder.enter-account-number": {
"message": "输入账户号码"
},
- "muralpay.placeholder.enter-branch-code": {
- "message": "输入分行代码"
- },
"muralpay.placeholder.enter-clabe": {
"message": "输入 18 位 CLABE"
},
@@ -1871,6 +1898,9 @@
"muralpay.placeholder.enter-pix-email": {
"message": "输入 PIX 邮箱"
},
+ "muralpay.placeholder.enter-random-key": {
+ "message": "输入随机密钥"
+ },
"muralpay.placeholder.enter-routing-number": {
"message": "输入 9 位路由号码"
},
@@ -1998,7 +2028,7 @@
"message": "收藏夹"
},
"profile.label.downloads": {
- "message": "{count} {count, plural, other {次下载}}"
+ "message": "{count}{count, plural, other {次下载}}"
},
"profile.label.joined": {
"message": "加入于"
@@ -2102,6 +2132,12 @@
"project-type.datapack.singular": {
"message": "数据包"
},
+ "project-type.minecraft_java_server.plural": {
+ "message": "服务器"
+ },
+ "project-type.minecraft_java_server.singular": {
+ "message": "服务器"
+ },
"project-type.mod.plural": {
"message": "模组"
},
@@ -2132,6 +2168,12 @@
"project-type.resourcepack.singular": {
"message": "资源包"
},
+ "project-type.server.plural": {
+ "message": "服务器"
+ },
+ "project-type.server.singular": {
+ "message": "服务器"
+ },
"project-type.shader.plural": {
"message": "光影包"
},
@@ -2262,7 +2304,7 @@
"message": "加载项目数据时出错{message}"
},
"project.error.page-not-found": {
- "message": "找不到该页面"
+ "message": "未找到该页面"
},
"project.error.project-not-found": {
"message": "未找到项目"
@@ -2954,6 +2996,9 @@
"settings.display.project-list-layouts.resourcepack": {
"message": "资源包页面"
},
+ "settings.display.project-list-layouts.server": {
+ "message": "服务器页面"
+ },
"settings.display.project-list-layouts.shader": {
"message": "光影包页面"
},
diff --git a/apps/frontend/src/locales/zh-TW/index.json b/apps/frontend/src/locales/zh-TW/index.json
index 6567ef365a..954aadd28c 100644
--- a/apps/frontend/src/locales/zh-TW/index.json
+++ b/apps/frontend/src/locales/zh-TW/index.json
@@ -108,7 +108,7 @@
"message": "% CPU"
},
"app-marketing.features.performance.description": {
- "message": "Modrinth App 的效能優於許多主流的模組管理器,且僅使用 150 MB 記憶體!"
+ "message": "Modrinth App 的效能優於許多主流模組管理程式,僅佔用 150MB 的記憶體!"
},
"app-marketing.features.performance.discord": {
"message": "Discord"
@@ -213,7 +213,7 @@
"message": "拒絕"
},
"auth.authorize.app-info": {
- "message": "由 {creator} 開發的「{appName}」將可執行下列操作:"
+ "message": "{appName} 由 {creator} 開發,將能夠:"
},
"auth.authorize.authorize-app-name": {
"message": "授權「{appName}」"
@@ -288,7 +288,7 @@
"message": "密碼不相符!"
},
"auth.sign-up.sign-in-option.title": {
- "message": "已經擁有帳號?"
+ "message": "已經有帳號了?"
},
"auth.sign-up.subscribe.label": {
"message": "訂閱 Modrinth 的最新消息"
@@ -420,7 +420,7 @@
"message": "名稱"
},
"create.collection.name-placeholder": {
- "message": "輸入收藏名稱..."
+ "message": "輸入收藏名稱……"
},
"create.collection.summary-description": {
"message": "用一兩句話描述你的收藏。"
@@ -497,12 +497,27 @@
"create.project.create-project": {
"message": "建立專案"
},
+ "create.project.create-server-project": {
+ "message": "建立伺服器"
+ },
+ "create.project.missing-fields-tooltip": {
+ "message": "缺少欄位:{fields}"
+ },
"create.project.name-label": {
"message": "名稱"
},
"create.project.name-placeholder": {
"message": "輸入專案名稱..."
},
+ "create.project.owner-description": {
+ "message": "請將專案擁有者設為你自己,或是你所屬的組織。"
+ },
+ "create.project.owner-label": {
+ "message": "擁有者"
+ },
+ "create.project.server-project-title": {
+ "message": "建立伺服器專案"
+ },
"create.project.summary-description": {
"message": "用一兩句話描述你的專案。"
},
@@ -515,6 +530,15 @@
"create.project.title": {
"message": "建立專案"
},
+ "create.project.type-label": {
+ "message": "類型"
+ },
+ "create.project.type-project": {
+ "message": "專案"
+ },
+ "create.project.type-server": {
+ "message": "伺服器"
+ },
"create.project.url-label": {
"message": "網址"
},
@@ -585,19 +609,19 @@
"message": "稅務表單"
},
"dashboard.creator-tax-form-modal.entity.question": {
- "message": "您是自然人,還是隸屬於外國實體?"
+ "message": "你是自然人,還是隸屬於外國機構?"
},
"dashboard.creator-tax-form-modal.header": {
"message": "稅務表單"
},
"dashboard.creator-tax-form-modal.security.description": {
- "message": "Modrinth 透過第三方供應商 Track1099 安全地收集及儲存您的稅務表單。在這裡了解更多。"
+ "message": "Modrinth 透過第三方供應商 Track1099 安全地收集及儲存你的稅務表單。在這裡了解更多。"
},
"dashboard.creator-tax-form-modal.security.header": {
"message": "安全措施"
},
"dashboard.creator-tax-form-modal.us-citizen.question": {
- "message": "您是美國公民嗎?"
+ "message": "你是美國公民嗎?"
},
"dashboard.creator-withdraw-modal.complete-tax-form": {
"message": "填寫稅務表單"
@@ -633,7 +657,7 @@
"message": "企業實體是指經註冊的組織,例如股份有限公司、合夥企業或有限責任公司 (LLC)。"
},
"dashboard.creator-withdraw-modal.kyc.entity-question": {
- "message": "您是以個人還是以企業身分進行提領?"
+ "message": "你是以個人還是以企業身分進行提領?"
},
"dashboard.creator-withdraw-modal.kyc.private-individual": {
"message": "個人"
@@ -660,7 +684,7 @@
"message": "選擇提領方式"
},
"dashboard.creator-withdraw-modal.method-selection.tax-limit-warning": {
- "message": "您的提領上限是 {amount},請填寫稅務表單以提取更多款項。"
+ "message": "你的提領上限是 {amount},請填寫稅務表單以提取更多款項。"
},
"dashboard.creator-withdraw-modal.muralpay-details.account-owner": {
"message": "帳戶擁有者"
@@ -711,7 +735,7 @@
"message": "網路"
},
"dashboard.creator-withdraw-modal.nearing-threshold": {
- "message": "您即將達到提領門檻。您目前可以提領 {amountRemaining},但若想提領更多,則需要填寫稅務表單。"
+ "message": "你即將達到提領門檻。你目前可以提領 {amountRemaining},但若想提領更多,則需要填寫稅務表單。"
},
"dashboard.creator-withdraw-modal.paypal-details.account": {
"message": "帳戶"
@@ -756,7 +780,7 @@
"message": "如要提領全額可用餘額 {available},請先完成下方表單。此為稅務申報所需,僅需設定一次即可。"
},
"dashboard.creator-withdraw-modal.tax-form-required.body-with-limit": {
- "message": "您必須填寫 W-9 或 W-8 表單以供 Modrinth 的稅務紀錄使用,以便我們符合稅務法規。"
+ "message": "你必須填寫 W-9 或 W-8 表單以供 Modrinth 的稅務紀錄使用,以便我們符合稅務法規。"
},
"dashboard.creator-withdraw-modal.tax-form-required.header": {
"message": "需提交稅務表單"
@@ -765,7 +789,7 @@
"message": "可選面額"
},
"dashboard.creator-withdraw-modal.tremendous-details.balance-worth-hint": {
- "message": "您的餘額 {usdBalance} 目前價值為 {localBalance}。"
+ "message": "你的餘額 {usdBalance} 目前價值為 {localBalance}。"
},
"dashboard.creator-withdraw-modal.tremendous-details.enter-amount-hint": {
"message": "尋找接近此金額的禮物卡。"
@@ -798,13 +822,13 @@
"message": "未驗證的電子郵件"
},
"dashboard.creator-withdraw-modal.tremendous-details.unverified-email-message": {
- "message": "您輸入的收件電子郵件地址與您的 Modrinth 帳號並無關聯。若獎勵已寄送至錯誤的電子郵件地址,Modrinth 將無法協助追回。"
+ "message": "你輸入的收件電子郵件地址與你的 Modrinth 帳號並無關聯。若獎勵已寄送至錯誤的電子郵件地址,Modrinth 將無法協助追回。"
},
"dashboard.creator-withdraw-modal.tremendous-details.usd-paypal-warning-header": {
"message": "可享受較低的手續費"
},
"dashboard.creator-withdraw-modal.tremendous-details.usd-paypal-warning-message": {
- "message": "您為 PayPal 國際交易選擇了美元。切換到直接 PayPal 連結以獲得更優惠的手續費(約 2% 而不是約 6%)。"
+ "message": "你為 PayPal 國際交易選擇了美元。切換到直接 PayPal 連結以獲得更優惠的手續費(約 2% 而不是約 6%)。"
},
"dashboard.creator-withdraw-modal.withdraw-button": {
"message": "提領"
@@ -813,7 +837,7 @@
"message": "提領限額"
},
"dashboard.creator-withdraw-modal.withdraw-limit-used": {
- "message": "您已用盡你的提領額度:{withdrawLimit}。您必須填寫一份稅務表單才能提領更多金額。"
+ "message": "你已用盡你的提領額度:{withdrawLimit}。你必須填寫一份稅務表單才能提領更多金額。"
},
"dashboard.revenue.available-now": {
"message": "可提領"
@@ -858,16 +882,16 @@
"message": "沒有交易紀錄"
},
"dashboard.revenue.transactions.none.desc": {
- "message": "撥款與提領紀錄將顯示在這裡。"
+ "message": "你的付款和提領紀錄將顯示在這裡。"
},
"dashboard.revenue.transactions.see-all": {
"message": "查看全部"
},
"dashboard.revenue.withdraw.blocked-tin-mismatch": {
- "message": "由於您的稅務識別碼 (TIN) 或社會安全號碼 (SSN) 與美國國稅局 (IRS) 的紀錄不符,您的提領功能已暫時鎖定。請聯絡客服以重設並重新提交您的稅務表單。"
+ "message": "由於你的稅務識別碼 (TIN) 或社會安全號碼 (SSN) 與美國國稅局 (IRS) 的紀錄不符,你的提領功能已暫時鎖定。請聯絡客服以重設並重新提交你的稅務表單。"
},
"dashboard.revenue.withdraw.card.description": {
- "message": "從您可用的餘額提領至任何付款方式。"
+ "message": "從你可用的餘額提領至任何付款方式。"
},
"dashboard.revenue.withdraw.card.title": {
"message": "提領"
@@ -885,7 +909,7 @@
"message": "日期"
},
"dashboard.withdraw.completion.email-confirmation": {
- "message": "您會在 {email} 收到一封電子郵件,其中包含提領款項的兌現說明。"
+ "message": "你會在 {email} 收到一封電子郵件,其中包含提領款項的兌現說明。"
},
"dashboard.withdraw.completion.exchange-rate": {
"message": "匯率"
@@ -912,43 +936,43 @@
"message": "錢包"
},
"dashboard.withdraw.error.account-not-linked.text": {
- "message": "請先綁定您的付款帳戶再進行提領。"
+ "message": "請先綁定你的付款帳戶再進行提領。"
},
"dashboard.withdraw.error.account-not-linked.title": {
"message": "帳戶未連結"
},
"dashboard.withdraw.error.email-verification.text": {
- "message": "提領前須先驗證您的電子郵件地址。"
+ "message": "提領前須先驗證你的電子郵件地址。"
},
"dashboard.withdraw.error.email-verification.title": {
"message": "需要驗證電子郵件地址"
},
"dashboard.withdraw.error.generic.text": {
- "message": "我們無法提交您的提領申請,請檢查您的詳細資訊或聯絡客服尋求支援。\n{error}"
+ "message": "我們無法提交你的提領申請,請檢查你的詳細資訊或聯絡客服尋求支援。\n{error}"
},
"dashboard.withdraw.error.generic.title": {
"message": "無法提領"
},
"dashboard.withdraw.error.insufficient-balance.text": {
- "message": "您的帳戶餘額不足,無法進行此次提領。"
+ "message": "你的帳戶餘額不足,無法進行此次提領。"
},
"dashboard.withdraw.error.insufficient-balance.title": {
"message": "餘額不足"
},
"dashboard.withdraw.error.invalid-address.text": {
- "message": "無法驗證您提供的地址。請檢查您的地址資訊。"
+ "message": "無法驗證你提供的地址。請檢查你的地址資訊。"
},
"dashboard.withdraw.error.invalid-address.title": {
"message": "帳戶驗證失敗"
},
"dashboard.withdraw.error.invalid-bank.text": {
- "message": "您提供的銀行帳戶資料無效。請核對您的資訊。"
+ "message": "你提供的銀行帳戶資料無效。請核對你的資訊。"
},
"dashboard.withdraw.error.invalid-bank.title": {
"message": "銀行帳戶資料無效"
},
"dashboard.withdraw.error.invalid-wallet.text": {
- "message": "您提供的加密貨幣錢包帳戶無效。請仔細核對後重試。"
+ "message": "你提供的加密貨幣錢包帳戶無效。請仔細核對後再試一次。"
},
"dashboard.withdraw.error.invalid-wallet.title": {
"message": "錢包帳戶無效"
@@ -960,13 +984,13 @@
"message": "金額過低"
},
"dashboard.withdraw.error.paypal-country-mismatch.text": {
- "message": "請使用適合您所在地區的 PayPal 轉帳選項(美國或國際)。"
+ "message": "請使用適合你所在地區的 PayPal 轉帳選項(美國或國際)。"
},
"dashboard.withdraw.error.paypal-country-mismatch.title": {
"message": "PayPal 地區不相符"
},
"dashboard.withdraw.error.tax-form.text": {
- "message": "您必須填寫稅務表單才能提交提領申請。"
+ "message": "你必須填寫稅務表單才能提交提領申請。"
},
"dashboard.withdraw.error.tax-form.title": {
"message": "請填寫稅務表單"
@@ -1158,7 +1182,7 @@
"message": "使用 Modrinth Hosting 託管你的下一個伺服器"
},
"hosting-marketing.hero.hosting-description": {
- "message": "Modrinth Hosting 是託管你專屬 Minecraft Java 版伺服器最簡單的方式。你可以直接在 Modrinth 平臺內,無縫安裝並暢玩你喜愛的模組與模組包。"
+ "message": "Modrinth Hosting 可讓你用最簡單的方式,託管個人的 Minecraft Java 版伺服器。你可以直接在 Modrinth 平臺內,無縫安裝並暢玩你喜愛的模組與模組包。"
},
"hosting-marketing.included.advanced-networking": {
"message": "進階網路管理"
@@ -1167,7 +1191,7 @@
"message": "為你的伺服器新增自訂網域、為需要特定連接埠的模組保留多達 15 個連接埠,以及更多功能。"
},
"hosting-marketing.included.backups-included": {
- "message": "包含備份"
+ "message": "內建備份服務"
},
"hosting-marketing.included.backups-included.description": {
"message": "每台伺服器均包含 15 份安全儲存於異地的備份。"
@@ -1182,16 +1206,16 @@
"message": "每台伺服器都隨附一系列功能,旨在提供唯有 Modrinth 才能帶給你的託管體驗。"
},
"hosting-marketing.included.file-manager": {
- "message": "易於使用的檔案管理員"
+ "message": "直覺好用的檔案管理員"
},
"hosting-marketing.included.file-manager.description": {
"message": "直接輕鬆地搜尋、管理、編輯及上傳檔案到你的伺服器。"
},
"hosting-marketing.included.heading": {
- "message": "提供你所需的所有功能"
+ "message": "隨附所有你需要的強大功能。"
},
"hosting-marketing.included.help": {
- "message": "隨時提供協助"
+ "message": "隨時為你提供協助"
},
"hosting-marketing.included.help.description": {
"message": "隨時聯絡 Modrinth 團隊來取得伺服器相關協助。"
@@ -1212,7 +1236,7 @@
"message": "伺服器內含功能"
},
"hosting-marketing.know-what-you-need": {
- "message": "清楚知道自己的需求嗎?"
+ "message": "知道自己需要什麼規格?"
},
"hosting-marketing.medal.info": {
"message": "試用由 Medal 提供的 5 天免費 3 GB 伺服器"
@@ -1236,13 +1260,13 @@
"message": "你的伺服器、模組、玩家等所有資訊都在 Modrinth 上,不需要在多個平臺間切換。"
},
"hosting-marketing.why.consistently-fast": {
- "message": "始終如一的快速"
+ "message": "始終如一的高速體驗"
},
"hosting-marketing.why.consistently-fast.description": {
- "message": "我們的基礎設施永不超載,這表示每台在 Modrinth 託管的伺服器都能始終發揮完整效能。"
+ "message": "我們的基礎設施絕不過載,這表示你在 Modrinth 託管的伺服器永遠都能發揮完整效能。"
},
"hosting-marketing.why.description": {
- "message": "從 Modrinth 上的數千個模組包中挑選,或建立你自己的模組包。準備好遊玩時,隨時邀請你的好友一同加入。"
+ "message": "從 Modrinth 上的數千個模組包中挑選,或是打造你專屬的組合。準備好遊玩時,直接邀請你的好友加入。"
},
"hosting-marketing.why.heading": {
"message": "找到模組包,一鍵變身伺服器"
@@ -1254,19 +1278,19 @@
"message": "Modrinth Hosting 伺服器採用高效能 AMD CPU 與 DDR5 記憶體,並執行於自研軟體之上,確保你的伺服器執行流暢。"
},
"hosting-marketing.why.where-mods-are": {
- "message": "在您的模組所在之處遊玩"
+ "message": "在模組所在之處盡情暢玩"
},
"hosting-marketing.why.where-mods-are.description": {
- "message": "Modrinth Hosting 將模組與模組包的安裝流程無縫整合至您的伺服器中。"
+ "message": "Modrinth Hosting 將模組與模組包的安裝流程完美整合到你的伺服器中。"
},
"hosting-marketing.why.why-modrinth-hosting": {
"message": "為什麼選擇 Modrinth Hosting?"
},
"hosting-marketing.why.your-favorite-mods": {
- "message": "所有你喜愛的模組"
+ "message": "所有你喜愛的模組通通都有"
},
"hosting-marketing.why.your-favorite-mods.description": {
- "message": "自由選擇原版、Fabric、Forge、Quilt 或 NeoForge。只要是 Modrinth 上的內容,都能在你的伺服器上執行。"
+ "message": "自由選擇原版、Fabric、Forge、Quilt 或 NeoForge。只要在 Modrinth 上找得到的,都能在你的伺服器上執行。"
},
"hosting.plan.out-of-stock": {
"message": "缺貨"
@@ -1433,6 +1457,12 @@
"layout.action.new-project": {
"message": "新增專案"
},
+ "layout.action.new-server-project": {
+ "message": "新的伺服器"
+ },
+ "layout.action.publish": {
+ "message": "發布"
+ },
"layout.action.reports": {
"message": "審查檢舉"
},
@@ -1485,7 +1515,7 @@
"message": "填寫稅務表單"
},
"layout.banner.tax.description": {
- "message": "您今年已從 Modrinth 提領超過 {threshold}。為符合稅務法規,您需要填寫一份稅務表單。在提交這個表格之前,您的提領將暫停。"
+ "message": "你今年已從 Modrinth 提領超過 {threshold}。為符合稅務法規,你需要填寫一份稅務表單。在提交這個表格之前,你的提領將暫停。"
},
"layout.banner.tax.title": {
"message": "需填寫稅務表單"
@@ -1494,7 +1524,7 @@
"message": "聯絡客服"
},
"layout.banner.tin-mismatch.description": {
- "message": "由於您的納稅人識別號碼 (TIN) 或社會安全號碼 (SSN) 與美國國稅局 (IRS) 的紀錄不符,您的提領功能已暫時鎖定。請聯絡客服以重設並重新提交您的稅務表單。"
+ "message": "由於你的納稅人識別號碼 (TIN) 或社會安全號碼 (SSN) 與美國國稅局 (IRS) 的紀錄不符,你的提領功能已暫時鎖定。請聯絡客服以重設並重新提交你的稅務表單。"
},
"layout.banner.tin-mismatch.title": {
"message": "稅務表單提交失敗"
@@ -1521,7 +1551,7 @@
"message": "獎勵計畫"
},
"layout.footer.about.status": {
- "message": "狀態"
+ "message": "服務狀態"
},
"layout.footer.legal": {
"message": "法律"
@@ -1620,7 +1650,7 @@
"message": "功能旗標"
},
"layout.nav.get-modrinth-app": {
- "message": "下載 Modrinth App"
+ "message": "取得 Modrinth App"
},
"layout.nav.home": {
"message": "首頁"
@@ -1671,10 +1701,10 @@
"message": "技術審查"
},
"muralpay.account-type.checking": {
- "message": "檢查"
+ "message": "支票帳戶"
},
"muralpay.account-type.savings": {
- "message": "儲蓄存款"
+ "message": "儲蓄帳戶"
},
"muralpay.country.at": {
"message": "奧地利"
@@ -1763,9 +1793,6 @@
"muralpay.field.bank-account-number": {
"message": "帳戶名稱"
},
- "muralpay.field.branch-code": {
- "message": "分行代碼"
- },
"muralpay.field.clabe": {
"message": "CLABE"
},
@@ -1796,6 +1823,9 @@
"muralpay.field.pix-phone": {
"message": "PIX 手機號碼"
},
+ "muralpay.field.random-key": {
+ "message": "隨機金鑰"
+ },
"muralpay.field.routing-number": {
"message": "路由號碼"
},
@@ -1848,7 +1878,7 @@
"message": "CBU 或 CVU"
},
"muralpay.placeholder.cci": {
- "message": "輸入 20 位數的CCI"
+ "message": "輸入 20 位數的 CCI"
},
"muralpay.placeholder.cuit-cuil": {
"message": "輸入 CUIT 或 CUIL"
@@ -1856,9 +1886,6 @@
"muralpay.placeholder.enter-account-number": {
"message": "輸入帳號名稱"
},
- "muralpay.placeholder.enter-branch-code": {
- "message": "輸入金額代碼"
- },
"muralpay.placeholder.enter-clabe": {
"message": "輸入 18 位數的帳戶編號"
},
@@ -1871,6 +1898,9 @@
"muralpay.placeholder.enter-pix-email": {
"message": "輸入 PIX email"
},
+ "muralpay.placeholder.enter-random-key": {
+ "message": "輸入隨機金鑰"
+ },
"muralpay.placeholder.enter-routing-number": {
"message": "輸入 9 位數的路由號碼"
},
@@ -1899,7 +1929,7 @@
"message": "銀行轉帳 (CLP)"
},
"muralpay.rail.fiat-cop.name": {
- "message": "銀行轉帳(COP)"
+ "message": "銀行轉帳 (COP)"
},
"muralpay.rail.fiat-crc.name": {
"message": "銀行轉帳 (CRC)"
@@ -1935,7 +1965,7 @@
"message": "加密貨幣 (USDC)"
},
"muralpay.warning.wallet-address": {
- "message": "請仔細檢查您的錢包帳戶。發送到錯誤帳戶的資金將無法追回。"
+ "message": "請仔細檢查你的錢包帳戶。發送到錯誤帳戶的資金將無法追回。"
},
"profile.bio.fallback.creator": {
"message": "一位 Modrinth 創作者。"
@@ -2031,7 +2061,7 @@
"message": "{bio} — 前往 Modrinth 下載 {username} 的專案"
},
"profile.stats.projects-followers": {
- "message": "{count, plural, other {{count} 位專案追蹤者}}"
+ "message": "{count} 位專案追蹤者"
},
"profile.user-id": {
"message": "使用者 ID:{id}"
@@ -2067,7 +2097,7 @@
"message": "重新提交審查"
},
"project-moderation-nags.resubmit-for-review-desc": {
- "message": "您的專案已被 Modrinth 工作人員標記為 {status, select, rejected {拒絕} withheld {隱藏} other {{status}}}。大多數情況下,您可以在回覆工作人員的郵件後重新提交審查。"
+ "message": "你的專案已被 Modrinth 工作人員{status, select, rejected {拒絕} withheld {擱置} other {{status}}}。在大部分情況下,你可以在處理完工作人員的留言訊息後,重新提交審核。"
},
"project-moderation-nags.submit-checklist-tooltip": {
"message": "你必須完成發布檢查清單中的必要步驟!"
@@ -2102,6 +2132,12 @@
"project-type.datapack.singular": {
"message": "資料包"
},
+ "project-type.minecraft_java_server.plural": {
+ "message": "伺服器"
+ },
+ "project-type.minecraft_java_server.singular": {
+ "message": "伺服器"
+ },
"project-type.mod.plural": {
"message": "模組"
},
@@ -2132,6 +2168,12 @@
"project-type.resourcepack.singular": {
"message": "資源包"
},
+ "project-type.server.plural": {
+ "message": "伺服器"
+ },
+ "project-type.server.singular": {
+ "message": "伺服器"
+ },
"project-type.shader.plural": {
"message": "光影包"
},
@@ -2406,10 +2448,10 @@
"message": "請參閱我們的《著作權政策》。"
},
"report.note.copyright.1": {
- "message": "請注意,您並**非**提交 DMCA 下架要求,而是針對重新上傳內容進行檢舉。"
+ "message": "請注意,你並「非」提交 DMCA 下架要求,而是針對重新上傳內容進行檢舉。"
},
"report.note.copyright.2": {
- "message": "如果您原本打算提交 DMCA 下架要求(此為法律行動),則請參閱我們的《著作權政策》。"
+ "message": "如果你原本打算提交 DMCA 下架要求(此為法律行動),則請參閱我們的《著作權政策》。"
},
"report.note.malicious.1": {
"message": "針對惡意或欺騙性內容的檢舉,必須附上該行為的實質證據,例如程式碼樣本。"
@@ -2954,6 +2996,9 @@
"settings.display.project-list-layouts.resourcepack": {
"message": "資源包頁面"
},
+ "settings.display.project-list-layouts.server": {
+ "message": "伺服器頁面"
+ },
"settings.display.project-list-layouts.shader": {
"message": "光影包頁面"
},
diff --git a/packages/moderation/src/locales/ar-SA/index.json b/packages/moderation/src/locales/ar-SA/index.json
index 433d168c1b..73506066cf 100644
--- a/packages/moderation/src/locales/ar-SA/index.json
+++ b/packages/moderation/src/locales/ar-SA/index.json
@@ -22,6 +22,39 @@
},
"nags.all-tags-selected.title": {
"defaultMessage": "اختر علامة دقيقة"
+ },
+ "nags.description-too-short.description": {
+ "defaultMessage": "وصفك هو {length, plural, one {# readable character} other {# readable characters}}. يُوصى بأن يكون على الأقل {minChars, plural, one {# character} other {# characters}} لإنشاء وصف واضح وغني بالمعلومات.\n"
+ },
+ "nags.description-too-short.title": {
+ "defaultMessage": "قم بتوسيع الوصف"
+ },
+ "nags.edit-description.title": {
+ "defaultMessage": "تعديل الوصف"
+ },
+ "nags.edit-license.title": {
+ "defaultMessage": "تعديل الرخصة"
+ },
+ "nags.edit-summary.title": {
+ "defaultMessage": "تعديل الملخص"
+ },
+ "nags.edit-tags.title": {
+ "defaultMessage": "تعديل العلامات"
+ },
+ "nags.edit-title.title": {
+ "defaultMessage": "تعديل العنوان"
+ },
+ "nags.feature-gallery-image.description": {
+ "defaultMessage": "غالباً ما تكون صورة المعرض الرئيسية هي الطريقة التي يترك بها مشروعك انطباعه الأول."
+ },
+ "nags.feature-gallery-image.title": {
+ "defaultMessage": ""
+ },
+ "nags.gpl-license-source-required.description": {
+ "defaultMessage": "الـ {type, select, mod {mod} plugin {plugin} other {project}} الخاص بك يستخدم ترخيصًا يتطلب إتاحة الشيفرة المصدرية. يُرجى توفير رابط الشيفرة المصدرية أو ملف المصادر لكل إصدار إضافي، أو التفكير في استخدام ترخيص مختلف.\n"
+ },
+ "nags.long-headers.description": {
+ "defaultMessage": "{count, plural, one {# header} other {# headers}} في وصفك {count, plural, one {طويل جدًا} other {طويلة جدًا}}. يجب أن تكون العناوين مختصرة وتعمل كعناوين للأقسام، وليست جملًا كاملة.\n"
}
}
diff --git a/packages/moderation/src/locales/da-DK/index.json b/packages/moderation/src/locales/da-DK/index.json
index de55f8248d..44716ed5fc 100644
--- a/packages/moderation/src/locales/da-DK/index.json
+++ b/packages/moderation/src/locales/da-DK/index.json
@@ -11,6 +11,15 @@
"nags.add-icon.title": {
"defaultMessage": "Tilføj et ikon"
},
+ "nags.add-java-address.description": {
+ "defaultMessage": "Tilføj IP adressen og porten, hvilken Java Edition spillere kan bruge for at deltage i din server."
+ },
+ "nags.add-java-address.title": {
+ "defaultMessage": "Tilføj en Java adresse"
+ },
+ "nags.add-links-server.title": {
+ "defaultMessage": "Tilføj eksterne links"
+ },
"nags.add-links.description": {
"defaultMessage": "Tilføj alle relevante links ude for Modrinth, så som kilde kode, en fejl liste, eller en Discord invitation."
},
@@ -59,9 +68,18 @@
"nags.gpl-license-source-required.title": {
"defaultMessage": "Angiv kilde kode"
},
+ "nags.identical-links.description": {
+ "defaultMessage": "Nogle af dine eksterne links ser ud til at være identiske. Hvert link skal kun indtastes en gang og med den korrekte linktype."
+ },
+ "nags.identical-links.title": {
+ "defaultMessage": "Identiske Links"
+ },
"nags.image-heavy-description.description": {
"defaultMessage": "Din Beskrivelse burde indeholde tilstrækkelig almindelig tekst eller billedtekst, så den er tilgængelig for personer som bruger skærmlæsere eller med langsom internet forbindelse."
},
+ "nags.invalid-license-url.description.default": {
+ "defaultMessage": "Licens-URL'en er ugyldig."
+ },
"nags.select-license.description": {
"defaultMessage": "Vælg den licens {type, select, mod {dit mod} modpack {din modpack} resourcepack {din ressourcepakke} shader {din shader} plugin {dit plugin} datapack {din datapakke} other {dit projekt}} distribueres under."
}
diff --git a/packages/moderation/src/locales/de-CH/index.json b/packages/moderation/src/locales/de-CH/index.json
index f071cf5f95..97d35d4b76 100644
--- a/packages/moderation/src/locales/de-CH/index.json
+++ b/packages/moderation/src/locales/de-CH/index.json
@@ -11,6 +11,18 @@
"nags.add-icon.title": {
"defaultMessage": "Icon hinzufügen"
},
+ "nags.add-java-address.description": {
+ "defaultMessage": "Füge die IP Adresse und den Port deines Servers hinzu, welchen Java Edition Spieler nutzen können, um deinem Server beizutreten."
+ },
+ "nags.add-java-address.title": {
+ "defaultMessage": "Java Adresse Hinzufügen"
+ },
+ "nags.add-links-server.description": {
+ "defaultMessage": "Füge relevante links, welche ausserhalb von Modrinth liegen, hinzu, wie z. B. eine Webseite, einen Shop, oder eine Discord Einladung."
+ },
+ "nags.add-links-server.title": {
+ "defaultMessage": "Externe Links hinzufügen"
+ },
"nags.add-links.description": {
"defaultMessage": "Füge relevante links, welche ausserhalb von Modrinth liegen, hinzu, wie z. B. Quellcode, einen Issue-Tracker oder eine Discord Einladung."
},
@@ -59,6 +71,12 @@
"nags.gpl-license-source-required.title": {
"defaultMessage": "Quellcode bereitstellen"
},
+ "nags.identical-links.description": {
+ "defaultMessage": "Einige deiner externen Links scheinen identisch zu sein. Jeder Link sollte nur einmal und mit dem richtigen Linktyp eingegeben werden."
+ },
+ "nags.identical-links.title": {
+ "defaultMessage": "Identische Links"
+ },
"nags.image-heavy-description.description": {
"defaultMessage": "Deine Beschreibung sollte genügend normalen Text und Alt-Text für Bilder enthalten, damit es für Benutzer mit Bildschirmleseprogrammen oder langsamen Internet verfügbar ist."
},
@@ -122,6 +140,24 @@
"nags.multiple-resolution-tags.title": {
"defaultMessage": "Richtige Auflösung auswählen"
},
+ "nags.select-compatibility.description": {
+ "defaultMessage": "Wähle, welche Versionen dein Server unterstützt, wähle ein Modpack, oder lade dein eigenes hoch."
+ },
+ "nags.select-compatibility.title": {
+ "defaultMessage": "Kompatibilität auswählen"
+ },
+ "nags.select-country.description": {
+ "defaultMessage": "Lasse Spieler wissen, in welcher Region dein Server liegt."
+ },
+ "nags.select-country.title": {
+ "defaultMessage": "Region wählen"
+ },
+ "nags.select-language.description": {
+ "defaultMessage": "Wähle die Sprache oder Sprachen, welche auf deinem Server untertützt werden."
+ },
+ "nags.select-language.title": {
+ "defaultMessage": "Sprache auswählen"
+ },
"nags.select-license.description": {
"defaultMessage": "Wähle die Lizenz, unter welcher dein{type, select, mod {e Mod} modpack { Modpaket} resourcepack { Resourcenpaket} shader { Shader} plugin { Plugin} other { Projekt}} vertrieben wird."
},
@@ -134,6 +170,9 @@
"nags.select-tags.title": {
"defaultMessage": "Tags auswählen"
},
+ "nags.server.title": {
+ "defaultMessage": "Servereinstellungen ansehen"
+ },
"nags.settings.description.title": {
"defaultMessage": "Beschreibungseinstellungen ansehen"
},
@@ -173,6 +212,12 @@
"nags.title-contains-technical-info.title": {
"defaultMessage": "Namen bereinigen"
},
+ "nags.too-many-tags-server.description": {
+ "defaultMessage": "Du hast {tagCount, plural, one {# Tag} other {#Tags}} ausgewählt. Bitte reduziere es auf {maxTagCount} oder weniger, damit dein Server in relevanten Suchen erscheint."
+ },
+ "nags.too-many-tags-server.title": {
+ "defaultMessage": "Wähle passende Tags"
+ },
"nags.too-many-tags.description": {
"defaultMessage": "Du hast {tagCount, plural, one {1 Tag} other {# Tags}} ausgewählt. Erwäge die Anzahl auf {maxTagCount} oder weniger zu reduzieren, damit dein Projekt in relevanten Suchen erscheint."
},
diff --git a/packages/moderation/src/locales/de-DE/index.json b/packages/moderation/src/locales/de-DE/index.json
index 787c1cd8d7..16291c00b0 100644
--- a/packages/moderation/src/locales/de-DE/index.json
+++ b/packages/moderation/src/locales/de-DE/index.json
@@ -11,6 +11,18 @@
"nags.add-icon.title": {
"defaultMessage": "Icon hinzufügen"
},
+ "nags.add-java-address.description": {
+ "defaultMessage": "Füge die IP-Adresse und den Port hinzu, über die Java Edition-Spieler deinem Server beitreten können."
+ },
+ "nags.add-java-address.title": {
+ "defaultMessage": "Javaadresse hinzufügen"
+ },
+ "nags.add-links-server.description": {
+ "defaultMessage": "Füge alle relevanten Links hinzu, die außerhalb von Modrinth liegen, wie z. B. eine Website, einen Shop oder eine Discord-Einladung."
+ },
+ "nags.add-links-server.title": {
+ "defaultMessage": "Externe Links hinzufügen"
+ },
"nags.add-links.description": {
"defaultMessage": "Füge alle relevanten Links hinzu, die außerhalb von Modrinth liegen, wie zum Beispiel Quellcode, ein Issue-Tracker oder eine Discord-Einladung."
},
@@ -59,6 +71,12 @@
"nags.gpl-license-source-required.title": {
"defaultMessage": "Quellcode bereitstellen"
},
+ "nags.identical-links.description": {
+ "defaultMessage": "Einige deiner externen Links scheinen identisch zu sein. Jeder Link sollte nur einmal und mit dem entsprechenden Linktyp eingegeben werden."
+ },
+ "nags.identical-links.title": {
+ "defaultMessage": "Identische Links"
+ },
"nags.image-heavy-description.description": {
"defaultMessage": "Deine Beschreibung sollte ausreichend Klartext oder Alt-Text für Bilder enthalten, damit sie für Nutzer mit Bildschirmleseprogrammen oder langsamer Internetverbindung zugänglich bleibt."
},
@@ -122,6 +140,24 @@
"nags.multiple-resolution-tags.title": {
"defaultMessage": "Richtige Auflösung auswählen"
},
+ "nags.select-compatibility.description": {
+ "defaultMessage": "Wähle aus, welche Versionen dein Server unterstützt, wähle ein Modpack aus oder lade dein eigenes hoch."
+ },
+ "nags.select-compatibility.title": {
+ "defaultMessage": "Kompatibilität auswählen"
+ },
+ "nags.select-country.description": {
+ "defaultMessage": "Lass die Spieler wissen, in welcher Region sich dein Server befindet."
+ },
+ "nags.select-country.title": {
+ "defaultMessage": "Wählen eine Region aus"
+ },
+ "nags.select-language.description": {
+ "defaultMessage": "Wähle die Sprache oder Sprachen, welche auf deinem Server unterstützt werden."
+ },
+ "nags.select-language.title": {
+ "defaultMessage": "Sprache auswählen"
+ },
"nags.select-license.description": {
"defaultMessage": "Wähle die Lizenz aus, unter der dein {type, select, mod {Mod} modpack {Modpack} resourcepack {Ressourcenpaket} shader {Shader} plugin {Plugin} datapack {Datenpaket} other {Projekt}} veröffentlicht wird."
},
@@ -134,6 +170,9 @@
"nags.select-tags.title": {
"defaultMessage": "Tags auswählen"
},
+ "nags.server.title": {
+ "defaultMessage": "Servereinstellungen ansehen"
+ },
"nags.settings.description.title": {
"defaultMessage": "Beschreibungseinstellungen ansehen"
},
@@ -173,6 +212,12 @@
"nags.title-contains-technical-info.title": {
"defaultMessage": "Namen bereinigen"
},
+ "nags.too-many-tags-server.description": {
+ "defaultMessage": "Du hast {tagCount, plural, one {# Tag} other {# Tags}} ausgewählt. Bitte reduziere die Anzahl auf {maxTagCount} oder weniger, damit dein Server in relevanten Suchen erscheint."
+ },
+ "nags.too-many-tags-server.title": {
+ "defaultMessage": "Wähle passende Tags"
+ },
"nags.too-many-tags.description": {
"defaultMessage": "Du hast {tagCount, plural, one {# Tag} other {# Tags}} ausgewählt. Reduziere die Anzahl auf {maxTagCount} oder weniger, damit dein Projekt in den relevanten Suchergebnissen erscheint."
},
diff --git a/packages/moderation/src/locales/es-419/index.json b/packages/moderation/src/locales/es-419/index.json
index 057079b016..ce53da904d 100644
--- a/packages/moderation/src/locales/es-419/index.json
+++ b/packages/moderation/src/locales/es-419/index.json
@@ -3,7 +3,7 @@
"defaultMessage": "Se requiere una descripción que indique claramente el propósito y la función del proyecto."
},
"nags.add-description.title": {
- "defaultMessage": "Añadirr descripcion"
+ "defaultMessage": "Agrega una descripción"
},
"nags.add-icon.description": {
"defaultMessage": "Agrega un ícono único, relevante y atractivo hace que tu proyecto sea fácilmente identificable y destaque."
@@ -11,6 +11,18 @@
"nags.add-icon.title": {
"defaultMessage": "Agrega un ícono"
},
+ "nags.add-java-address.description": {
+ "defaultMessage": "Agrega la dirección IP y el puerto que los jugadores de Java Edition pueden usar para unirse a tu servidor."
+ },
+ "nags.add-java-address.title": {
+ "defaultMessage": "Agrega una dirección de Java"
+ },
+ "nags.add-links-server.description": {
+ "defaultMessage": "Agrega cualquier enlace relevante que esté fuera de Modrinth, cómo un sitio web, tienda, o una invitación de Discord."
+ },
+ "nags.add-links-server.title": {
+ "defaultMessage": "Agrega enlaces externos"
+ },
"nags.add-links.description": {
"defaultMessage": "Agrega cualquier enlace relevante fuera de Modrinth, como el código fuente, un rastreador de incidencias o una invitación de Discord."
},
@@ -59,6 +71,12 @@
"nags.gpl-license-source-required.title": {
"defaultMessage": "Proporciona el código fuente"
},
+ "nags.identical-links.description": {
+ "defaultMessage": "Algunos de tus enlaces externos parecen ser idénticos. Cada enlace debe introducirse solo una vez y con el tipo de enlace adecuado."
+ },
+ "nags.identical-links.title": {
+ "defaultMessage": "Enlaces idénticos"
+ },
"nags.image-heavy-description.description": {
"defaultMessage": "Tu descripción debe incluir suficiente texto plano o texto alternativo para imágenes, de modo que sea accesible para quienes usan lectores de pantalla o tienen conexiones lentas a Internet."
},
@@ -108,7 +126,7 @@
"defaultMessage": "Mover invitación de Discord"
},
"nags.moderation.title": {
- "defaultMessage": "Visitar hilo de moderación"
+ "defaultMessage": "Ver hilo de moderación"
},
"nags.moderator-feedback.description": {
"defaultMessage": "Revisa y atiende todas las inquietudes del equipo de moderación antes de volver a enviar."
@@ -122,6 +140,24 @@
"nags.multiple-resolution-tags.title": {
"defaultMessage": "Elige la resolución correcta"
},
+ "nags.select-compatibility.description": {
+ "defaultMessage": "Selecciona las versiones que soporta tu servidor, elige un modpack o sube el tuyo."
+ },
+ "nags.select-compatibility.title": {
+ "defaultMessage": "Selecciona compatibilidad"
+ },
+ "nags.select-country.description": {
+ "defaultMessage": "Informe a los jugadores en qué región se encuentra su servidor."
+ },
+ "nags.select-country.title": {
+ "defaultMessage": "Selecciona una región"
+ },
+ "nags.select-language.description": {
+ "defaultMessage": "Indica el idioma o los idiomas que soporta tu servidor."
+ },
+ "nags.select-language.title": {
+ "defaultMessage": "Selecciona un idioma"
+ },
"nags.select-license.description": {
"defaultMessage": "Selecciona la licencia bajo la cual se distribuye tu {type, select, mod {mod} modpack {modpack} resourcepack {paquete de recursos} shader {shader} plugin {plugin} datapack {paquete de datos} other {proyecto}}."
},
@@ -134,6 +170,9 @@
"nags.select-tags.title": {
"defaultMessage": "Selecciona etiquetas"
},
+ "nags.server.title": {
+ "defaultMessage": "Ver configuración del servidor"
+ },
"nags.settings.description.title": {
"defaultMessage": "Ver configuración de la descripción"
},
@@ -173,6 +212,12 @@
"nags.title-contains-technical-info.title": {
"defaultMessage": "Hacer el nombre más claro"
},
+ "nags.too-many-tags-server.description": {
+ "defaultMessage": "Has seleccionado {tagCount, plural, one {# etiqueta} other {# etiquetas}}. Por favor, redúcelas a {maxTagCount} o menos para asegurarte de que tu servidor aparezca en resultados de búsqueda relevantes."
+ },
+ "nags.too-many-tags-server.title": {
+ "defaultMessage": "Selecciona etiquetas adecuadas"
+ },
"nags.too-many-tags.description": {
"defaultMessage": "Has seleccionado {tagCount, plural, one {# etiqueta} other {# etiquetas}}. Considera reducirlas a {maxTagCount} o menos para asegurarte de que tu proyecto aparezca en resultados de búsqueda relevantes."
},
diff --git a/packages/moderation/src/locales/fil-PH/index.json b/packages/moderation/src/locales/fil-PH/index.json
index 434961ca19..e3d2eae657 100644
--- a/packages/moderation/src/locales/fil-PH/index.json
+++ b/packages/moderation/src/locales/fil-PH/index.json
@@ -11,11 +11,23 @@
"nags.add-icon.title": {
"defaultMessage": "Maglagay ng ikono"
},
+ "nags.add-java-address.description": {
+ "defaultMessage": "Idagdag ang adres ng IP at port ng mga manlalaro sa Java Edition na magagamit upang makasali sa server mo."
+ },
+ "nags.add-java-address.title": {
+ "defaultMessage": "Magdagdag ng adres ng Java"
+ },
+ "nags.add-links-server.description": {
+ "defaultMessage": "Dumagdag ng mga tumpak na link na nakatudla sa labas ng Modritnh, katulad ng website, tindahan, o isang anyaya sa Discord."
+ },
+ "nags.add-links-server.title": {
+ "defaultMessage": "Magdagdag ng link palabas"
+ },
"nags.add-links.description": {
"defaultMessage": "Dumagdag ng mga tumpak na link na nakatudla sa labas ng Modritnh, katulad ng source code, issue tracker, o isang anyaya sa Discord."
},
"nags.add-links.title": {
- "defaultMessage": "Magdagdag ng mga external na link"
+ "defaultMessage": "Magdagdag ng link palabas"
},
"nags.all-tags-selected.description": {
"defaultMessage": "Pinili mo ang lahat ng {totalAvailableTags, plural, one {# magagamit na tag} other {# na magagamit na tag}}. Pinapawalam-bisa lamang nito ang paggamit ng mga tag, kung saan naglalayong matulungang mahanap ng mga tagagamit ang mga tutumpak na proyekto. Mangyaring piliin lamang ang mga tag na tutumpak sa proyekto mo."
@@ -45,13 +57,13 @@
"defaultMessage": "Baguhin ang pamagat"
},
"nags.feature-gallery-image.description": {
- "defaultMessage": "Ang tampok na gallery image ay ang unang sapantaha ng iyong proyekto."
+ "defaultMessage": "Ang tampok na imaheng panggaleriya ay kadalasan ang unang pangkilala ng iyong proyekto."
},
"nags.feature-gallery-image.title": {
- "defaultMessage": "Magtampok ng gallery image"
+ "defaultMessage": "Magtampok ng imaheng panggaleriya"
},
"nags.gallery.title": {
- "defaultMessage": "Bisitahin ang gallery page"
+ "defaultMessage": "Bisitahin ang pahina ng galeriya"
},
"nags.gpl-license-source-required.description": {
"defaultMessage": "Ang iyong {type, select, mod {mod} plugin {plugin} other {proyekto}} ay gumagamit ng lisensiya na nangangailangang available ang source code. Mangyaring ibahagi ang source code link o ang sources file sa bawat karagdagang bersiyon, o pag-isipang gumamit ng ibang lisensiya."
@@ -59,6 +71,12 @@
"nags.gpl-license-source-required.title": {
"defaultMessage": "Magbigay ng source code"
},
+ "nags.identical-links.description": {
+ "defaultMessage": "Ang ilan sa iyong link palabas ay magkatulad. Bawat link ay dapat isahan lamang malagay at sa wastong uri ng link."
+ },
+ "nags.identical-links.title": {
+ "defaultMessage": "Mga Magkatulad na Link"
+ },
"nags.image-heavy-description.description": {
"defaultMessage": "Ang iyong Paglalarawan ay dapat maglalaman ng simpleng teksto o image alt-text, panatilihing accessible sa mga gumamagamit ng screen reader o mahihina ang koneksiyon sa internet."
},
@@ -78,7 +96,7 @@
"defaultMessage": "Maglagay ng wastong link ng lisensiya"
},
"nags.link-shortener-usage.description": {
- "defaultMessage": "Ang paggamit ng pangikli ng link o iba pang paraan ng paglilihid ng link na maaaring tumuro sa link sa labas o ng lisensiya ay pinagbabawal, mangyaring gumamit lamang ng wastong buong taas na mga link."
+ "defaultMessage": "Ang paggamit ng pangikli ng link o iba pang paraan ng paglilihid ng link na maaaring tumuro sa link palabas o link ng lisensiya ay pinagbabawal, mangyaring gumamit lamang ng mga buong-ganapang taas na link."
},
"nags.link-shortener-usage.title": {
"defaultMessage": "Huwag gumamit ng pangikli ng link"
@@ -122,6 +140,24 @@
"nags.multiple-resolution-tags.title": {
"defaultMessage": "Piliin ang wastong resolusyon"
},
+ "nags.select-compatibility.description": {
+ "defaultMessage": "Piliin kung anong mga bersiyon ang sinusupotahan ng iyong akawnt, o mag-upload nang sarili."
+ },
+ "nags.select-compatibility.title": {
+ "defaultMessage": "Piliin ang kompatibilidad"
+ },
+ "nags.select-country.description": {
+ "defaultMessage": "Hayaang malaman ng mga manlalaro kung saang rehiyon nakalagay ang iyong server."
+ },
+ "nags.select-country.title": {
+ "defaultMessage": "Pumili ng rehiyon"
+ },
+ "nags.select-language.description": {
+ "defaultMessage": "Ilista ang wika o mga wika na sinusuporta ng iyong server."
+ },
+ "nags.select-language.title": {
+ "defaultMessage": "Piliin ang wika"
+ },
"nags.select-license.description": {
"defaultMessage": "Pilian mo ng lisensiya ang iyong {type, select, mod {mod} modpack {modpack} resourcepack {resource pack} shader {shader} plugin {plugin} datapack {data pack} other {project}} na magiging batayan sa pamamahagi."
},
@@ -134,6 +170,9 @@
"nags.select-tags.title": {
"defaultMessage": "Pumili ng mga tag"
},
+ "nags.server.title": {
+ "defaultMessage": "Bisitahin ang server settings"
+ },
"nags.settings.description.title": {
"defaultMessage": "Bisitahin ang mga setting sa paglalarawan"
},
@@ -173,6 +212,12 @@
"nags.title-contains-technical-info.title": {
"defaultMessage": "Linisin ang pangalan"
},
+ "nags.too-many-tags-server.description": {
+ "defaultMessage": "Nakapili ka ng {tagCount, plural, one {# tag} other {# na tag}}. Isaalang-alang na mabawasan ito sa {maxTagCount} o mas kaunti pa upang higit na tutumpak sa resulta ng paghanap ang iyong server."
+ },
+ "nags.too-many-tags-server.title": {
+ "defaultMessage": "Piliin ang pinakatumpak na mga tag"
+ },
"nags.too-many-tags.description": {
"defaultMessage": "Nakapili ka ng {tagCount, plural, one {# tag} other {# na tag}}. Isaalang-alang na mabawasan ito sa {maxTagCount} o mas kaunti pa upang higit na tutumpak sa resulta ng paghanap ang iyong proyekto."
},
@@ -183,7 +228,7 @@
"defaultMessage": "Nangangailangan ng isa o higit pang gallery image upang ma-showcase ang kontento ng iyong {type, select, resourcepack {resource pack, malabian sa audio o localization packs. Kung nilalarawan nito ang iyong pack, mangyaring piliin ang makawawastong tag} shader {shader} other {project}}."
},
"nags.upload-gallery-image.title": {
- "defaultMessage": "Mag-upload ng gallery image"
+ "defaultMessage": "Mag-upload ng imaheng panggaleriya"
},
"nags.upload-version.description": {
"defaultMessage": "Nangangailangan ng isa o higit pang berisyon ng prouekto upang maisumite sa pagpapasuri."
@@ -192,10 +237,10 @@
"defaultMessage": "Mag-upload ng bersiyon"
},
"nags.verify-external-links.description": {
- "defaultMessage": "Ilan sa iyong mga link palabas ay maaaring gumagamit ng domain na hindi naaangkop sa uri ng link."
+ "defaultMessage": "Ang ilan sa iyong mga link palabas ay maaaring gumagamit ng domain na hindi naaangkop sa uri ng link."
},
"nags.verify-external-links.title": {
- "defaultMessage": "Patunayan ang mga external na link"
+ "defaultMessage": "Patunayan ang mga link palabas"
},
"nags.versions.title": {
"defaultMessage": "Bisitahin ang pahina ng mga bersiyon"
diff --git a/packages/moderation/src/locales/fr-FR/index.json b/packages/moderation/src/locales/fr-FR/index.json
index a5b637ddfa..913bf45698 100644
--- a/packages/moderation/src/locales/fr-FR/index.json
+++ b/packages/moderation/src/locales/fr-FR/index.json
@@ -11,6 +11,18 @@
"nags.add-icon.title": {
"defaultMessage": "Ajouter une icône"
},
+ "nags.add-java-address.description": {
+ "defaultMessage": "Ajoutez l'adresse IP et le port que les joueurs de Java Edition pourront utiliser pour rejoindre votre serveur."
+ },
+ "nags.add-java-address.title": {
+ "defaultMessage": "Ajouter une adresse Java"
+ },
+ "nags.add-links-server.description": {
+ "defaultMessage": "Ajoutez tous les liens pertinents destinés à des utilisateurs extérieurs à Modrinth, tels qu'un site web, une boutique ou une invitation Discord."
+ },
+ "nags.add-links-server.title": {
+ "defaultMessage": "Ajouter des liens externes"
+ },
"nags.add-links.description": {
"defaultMessage": "Ajoutez tous les liens pertinents pointant en dehors de Modrinth, tels que le code source, un système de suivi des problèmes ou une invitation Discord."
},
@@ -59,6 +71,12 @@
"nags.gpl-license-source-required.title": {
"defaultMessage": "Fournir le code source"
},
+ "nags.identical-links.description": {
+ "defaultMessage": "Certains de vos liens externes semblent être identiques. Chaque lien ne devrait être entré qu'une seule fois et avec le type de lien correspondant."
+ },
+ "nags.identical-links.title": {
+ "defaultMessage": "Liens identiques"
+ },
"nags.image-heavy-description.description": {
"defaultMessage": "Votre description doit contenir suffisamment de texte clair ou de texte alternatif pour les images, afin de rester accessible aux personnes utilisant des lecteurs d’écran ou disposant d’une connexion Internet lente."
},
@@ -90,7 +108,7 @@
"defaultMessage": "Raccourcir les en-têtes"
},
"nags.minecraft-title-clause.description": {
- "defaultMessage": "Les projets ne doivent pas utiliser la marque Minecraft ni inclure \"Minecraft\" comme élément principal du nom."
+ "defaultMessage": "Les projets ne doivent pas utiliser la marque Minecraft ni inclure « Minecraft » comme élément principal du nom."
},
"nags.minecraft-title-clause.title": {
"defaultMessage": "Éviter la violation de marque"
@@ -122,6 +140,24 @@
"nags.multiple-resolution-tags.title": {
"defaultMessage": "Sélectionner la bonne résolution"
},
+ "nags.select-compatibility.description": {
+ "defaultMessage": "Sélectionnez quelles versions votre serveur prend en charge, choisissez un modpack, ou publiez le vôtre."
+ },
+ "nags.select-compatibility.title": {
+ "defaultMessage": "Sélectionner la comptabilité"
+ },
+ "nags.select-country.description": {
+ "defaultMessage": "Faites savoir aux joueurs dans quel région se trouve votre serveur."
+ },
+ "nags.select-country.title": {
+ "defaultMessage": "Supprimer une région"
+ },
+ "nags.select-language.description": {
+ "defaultMessage": "Lisyez la ou les langues prises en charge par votre serveur."
+ },
+ "nags.select-language.title": {
+ "defaultMessage": "Sélectionner une langue"
+ },
"nags.select-license.description": {
"defaultMessage": "Sélectionnez la licence sous laquelle votre {type, select, mod {mod} modpack {modpack} resourcepack {pack de ressources} shader {shader} plugin {plugin} datapack {data pack} other {projet}} est distribué."
},
@@ -134,6 +170,9 @@
"nags.select-tags.title": {
"defaultMessage": "Sélectionner les tags"
},
+ "nags.server.title": {
+ "defaultMessage": "Visiter les paramètres du serveur"
+ },
"nags.settings.description.title": {
"defaultMessage": "Accéder aux paramètres de la description"
},
@@ -173,6 +212,12 @@
"nags.title-contains-technical-info.title": {
"defaultMessage": "Nettoyer le nom"
},
+ "nags.too-many-tags-server.description": {
+ "defaultMessage": "Vous avez sélectionné {tagCount, plural, one {# tag} other {# tags}}. Veuillez réduire à {maxTagCount} ou moins pour garantir que votre serveur apparaisse dans les résultats de recherche pertinents."
+ },
+ "nags.too-many-tags-server.title": {
+ "defaultMessage": "Sélectionnez des tags correspondants"
+ },
"nags.too-many-tags.description": {
"defaultMessage": "Vous avez sélectionné {tagCount, plural, one {# tag} other {# tags}}. Pensez à réduire à {maxTagCount} ou moins afin que votre projet apparaisse dans des résultats de recherche pertinents."
},
diff --git a/packages/moderation/src/locales/hu-HU/index.json b/packages/moderation/src/locales/hu-HU/index.json
index 69a57cba63..4f384c09f9 100644
--- a/packages/moderation/src/locales/hu-HU/index.json
+++ b/packages/moderation/src/locales/hu-HU/index.json
@@ -54,7 +54,7 @@
"defaultMessage": "Látogasd meg a Galéria fület"
},
"nags.gpl-license-source-required.description": {
- "defaultMessage": "A {type, select, mod {mod} plugin {plugin} other {projekt}} licence megköveteli, hogy a forráskód elérhető legyen. Kérünk, minden további verzióhoz adj meg forráskód linket vagy forrásfájlt, vagy fontold meg egy másik licenc használatát."
+ "defaultMessage": "A {type, select, mod {mod} plugin {bővítmény} other {projekt}} licensze megköveteli, hogy a forráskód elérhető legyen. Kérünk, minden további verzióhoz adj meg forráskód linket vagy forrásfájlt, vagy fontold meg egy másik licensz használatát."
},
"nags.gpl-license-source-required.title": {
"defaultMessage": "Adj meg egy forráskódot"
@@ -66,19 +66,19 @@
"defaultMessage": "Biztosítsa az akadálymentességet"
},
"nags.invalid-license-url.description.default": {
- "defaultMessage": "A licenc URL-je érvénytelen."
+ "defaultMessage": "A licensz linkje érvénytelen."
},
"nags.invalid-license-url.description.domain": {
- "defaultMessage": "A licenc URL-je a {domain} domainre mutat, ami nem megfelelő a licencinformációkhoz. A licenc URL-eknek közvetlenül a licencfájlra kell mutatniuk, nem pedig közösségi médiára, játékplatformokra stb."
+ "defaultMessage": "A licensz linkje a {domain} domainre mutat, ami nem megfelelő a licenszinformációkhoz. A licenszlinkeknek közvetlenül a licenszfájlra kell mutatniuk, nem pedig közösségi médiára, játékplatformokra stb."
},
"nags.invalid-license-url.description.malformed": {
- "defaultMessage": "Úgy tűnik, hogy a licenc URL-je hibás. Adj meg egy érvényes URL-t a licenc szövegéhez."
+ "defaultMessage": "Úgy tűnik, hogy a licensz linkje hibás. Adj meg egy érvényes linket a licensz szövegéhez."
},
"nags.invalid-license-url.title": {
- "defaultMessage": "Adj meg egy érvényes licenct"
+ "defaultMessage": "Adj meg egy érvényes licenszlinket"
},
"nags.link-shortener-usage.description": {
- "defaultMessage": "Tilos linkrövidítők vagy más módszerek használata a külső linkek vagy licenckapcsolatok céljának elrejtésére. Kérünk, csak megfelelő, teljes hosszúságú linkeket használj."
+ "defaultMessage": "Tilos linkrövidítők vagy más módszerek használata a külső linkek vagy licenszkapcsolatok céljának elrejtésére. Kérünk, csak megfelelő, teljes hosszúságú linkeket használj."
},
"nags.link-shortener-usage.title": {
"defaultMessage": "Ne használj linkrövidítőket"
@@ -117,16 +117,19 @@
"defaultMessage": "Visszajelzések áttekintése"
},
"nags.multiple-resolution-tags.description": {
- "defaultMessage": "{count} felbontás címkét választottál ki ({tags}). A forráscsomagokhoz általában csak egy felbontás címke szükséges, amely a fő felbontásukkal egyezik."
+ "defaultMessage": "{count} felbontáscímkét választottál ki ({tags}). A forráscsomagokhoz általában csak egy felbontáscímke szükséges, amely a fő felbontásukkal egyezik."
},
"nags.multiple-resolution-tags.title": {
"defaultMessage": "Válaszd ki a megfelelő felbontást"
},
+ "nags.select-language.title": {
+ "defaultMessage": "Nyelv kiválasztása"
+ },
"nags.select-license.description": {
- "defaultMessage": "Válaszd ki, milyen licenc alatt terjeszted {type, select, mod {a mododat} modpack {a modcsomagodat} resourcepack {a forráscsomagodat} shader {a shaderedet} plugin {a pluginodat} datapack {az adatcsomagodat} other {a projektedet}}."
+ "defaultMessage": "Válaszd ki, milyen licensz alatt terjeszted {type, select, mod {a mododat} modpack {a modcsomagodat} resourcepack {a forráscsomagodat} shader {a shaderedet} plugin {a bővítményedet} datapack {az adatcsomagodat} other {a projektedet}}."
},
"nags.select-license.title": {
- "defaultMessage": "Válassz egy licenct"
+ "defaultMessage": "Válassz egy licenszet"
},
"nags.select-tags.description": {
"defaultMessage": "Válaszd ki azokat a címkéket, amelyek helyesen vonatkoznak a projektedre, hogy a megfelelő felhasználók megtalálhassák azt."
@@ -138,7 +141,7 @@
"defaultMessage": "Látogasd meg a leírás beállításait"
},
"nags.settings.license.title": {
- "defaultMessage": "Látogasd meg a licenc beállításokat"
+ "defaultMessage": "Látogasd meg a licenszbeállításokat"
},
"nags.settings.links.title": {
"defaultMessage": "Látogasd meg a linkbeállításokat"
@@ -173,6 +176,12 @@
"nags.title-contains-technical-info.title": {
"defaultMessage": "Tisztítsd meg a nevet"
},
+ "nags.too-many-tags-server.description": {
+ "defaultMessage": "{tagCount, plural,one {# tag} other {# tags}} címkét választottál ki. Fontold meg {maxTagCount} vagy annál kevesebb címke kiválasztását, hogy szervered biztosan megjelenjen a releváns keresési eredmények között."
+ },
+ "nags.too-many-tags-server.title": {
+ "defaultMessage": "Válaszd ki a pontos címkéket"
+ },
"nags.too-many-tags.description": {
"defaultMessage": "{tagCount} címkét választottál ki. Fontold meg {maxTagCount} vagy annál kevesebb címke kiválasztását, hogy projekted biztosan megjelenjen a releváns keresési eredmények között."
},
@@ -180,7 +189,7 @@
"defaultMessage": "Válaszd ki a pontos címkéket"
},
"nags.upload-gallery-image.description": {
- "defaultMessage": "Legalább egy galériakép szükséges a {type, select, resourcepack {forráscsomagod tartalmának bemutatásához, kivéve a hang- és lokalizációs csomagokat. Ha ez jellemzi a csomagodat, kérünk válaszd ki a megfelelő címkét} shader {shadered tartalmának bemutatásához.} other {projekted tartalmának bemutatásához}}."
+ "defaultMessage": "Legalább egy galériakép szükséges a {type, select, resourcepack {forráscsomagod tartalmának bemutatásához, kivéve a hang- és helyi csomagokat. Ha ez jellemzi a csomagodat, kérünk válaszd ki a megfelelő címkét} shader {shadered tartalmának bemutatásához.} other {projekted tartalmának bemutatásához}}."
},
"nags.upload-gallery-image.title": {
"defaultMessage": "Tölts fel egy galériaképet"
diff --git a/packages/moderation/src/locales/id-ID/index.json b/packages/moderation/src/locales/id-ID/index.json
index 6e369b1b45..3321e88626 100644
--- a/packages/moderation/src/locales/id-ID/index.json
+++ b/packages/moderation/src/locales/id-ID/index.json
@@ -11,6 +11,18 @@
"nags.add-icon.title": {
"defaultMessage": "Tambah ikon"
},
+ "nags.add-java-address.description": {
+ "defaultMessage": "Tambah alamat IP dan porta yang dapat digunakan oleh pemain edisi Java untuk bergabung dengan server Anda."
+ },
+ "nags.add-java-address.title": {
+ "defaultMessage": "Tambah alamat Java"
+ },
+ "nags.add-links-server.description": {
+ "defaultMessage": "Tambah tautan relevan yang disasarkan di luar Modrinth, seperti situs web, toko, atau undangan Discord."
+ },
+ "nags.add-links-server.title": {
+ "defaultMessage": "Tambah tautan eksternal"
+ },
"nags.add-links.description": {
"defaultMessage": "Tambahkan tautan relevan yang disasarkan di luar Modrinth, seperti kode sumber, pelacak masalah, atau undangan Discord."
},
@@ -59,6 +71,12 @@
"nags.gpl-license-source-required.title": {
"defaultMessage": "Berikan kode sumber"
},
+ "nags.identical-links.description": {
+ "defaultMessage": "Beberapa tautan eksternal Anda tampaknya identik. Setiap tautan seharusnya dimasukkan hanya sekali dan dengan jenis tautan yang sesuai."
+ },
+ "nags.identical-links.title": {
+ "defaultMessage": "Tautan Identik"
+ },
"nags.image-heavy-description.description": {
"defaultMessage": "Keterangan Anda seharusnya berisi teks biasa atau teks alt gambar yang cukup, agar memastikan aksesibilitas terhadap pengguna pembaca layar atau pengguna dengan koneksi internet yang lambat."
},
@@ -122,6 +140,24 @@
"nags.multiple-resolution-tags.title": {
"defaultMessage": "Pilih resolusi yang benar"
},
+ "nags.select-compatibility.description": {
+ "defaultMessage": "Pilih versi apa saja yang didukung oleh server Anda, pilih paket mod, atau unggah milik Anda sendiri."
+ },
+ "nags.select-compatibility.title": {
+ "defaultMessage": "Pilih kompatibilitas"
+ },
+ "nags.select-country.description": {
+ "defaultMessage": "Beri tahu lokasi wilayah server Anda kepada para pemain."
+ },
+ "nags.select-country.title": {
+ "defaultMessage": "Pilih wilayah"
+ },
+ "nags.select-language.description": {
+ "defaultMessage": "Sebutkan bahasa yang didukung oleh server Anda."
+ },
+ "nags.select-language.title": {
+ "defaultMessage": "Pilih bahasa"
+ },
"nags.select-license.description": {
"defaultMessage": "Pilih lisensi yang digunakan untuk mendistribusikan {type, select, mod {mod} modpack {paket mod} resourcepack {paket sumber} shader {pencorak} plugin {pasang-masuk} datapack {paket data} other {proyek}} Anda."
},
@@ -134,6 +170,9 @@
"nags.select-tags.title": {
"defaultMessage": "Pilih tag"
},
+ "nags.server.title": {
+ "defaultMessage": "Kunjungi pengaturan server"
+ },
"nags.settings.description.title": {
"defaultMessage": "Kunjungi pengaturan keterangan"
},
@@ -173,6 +212,12 @@
"nags.title-contains-technical-info.title": {
"defaultMessage": "Bersihkan nama"
},
+ "nags.too-many-tags-server.description": {
+ "defaultMessage": "Anda memilih {tagCount, plural, other {# tag}}. Mohon pertimbangkan untuk menguranginya menjadi sebanyak-banyaknya {maxTagCount} untuk memastikan server Anda muncul pada hasil pencarian yang relevan."
+ },
+ "nags.too-many-tags-server.title": {
+ "defaultMessage": "Pilih tag yang tepat"
+ },
"nags.too-many-tags.description": {
"defaultMessage": "Anda memilih {tagCount, plural, other {# tag}}. Pertimbangkan untuk menguranginya menjadi {maxTagCount} atau kurang untuk memastikan proyek Anda muncul pada hasil pencarian yang relevan."
},
diff --git a/packages/moderation/src/locales/it-IT/index.json b/packages/moderation/src/locales/it-IT/index.json
index b977dc801f..991cd2586f 100644
--- a/packages/moderation/src/locales/it-IT/index.json
+++ b/packages/moderation/src/locales/it-IT/index.json
@@ -11,6 +11,18 @@
"nags.add-icon.title": {
"defaultMessage": "Aggiungi un'icona"
},
+ "nags.add-java-address.description": {
+ "defaultMessage": "Aggiungi l'indirizzo IP e la porta che i giocatori di Java Edition useranno per unirsi al server."
+ },
+ "nags.add-java-address.title": {
+ "defaultMessage": "Aggiungi un indirizzo Java"
+ },
+ "nags.add-links-server.description": {
+ "defaultMessage": "Aggiungi link rilevanti che portino fuori da Modrinth, come un sito web, un negozio, o un invito a un server Discord."
+ },
+ "nags.add-links-server.title": {
+ "defaultMessage": "Aggiungi link esterni"
+ },
"nags.add-links.description": {
"defaultMessage": "Aggiungi link rilevanti che portino fuori da Modrinth, come il codice sorgente, un issue tracker, o un invito a un server Discord."
},
@@ -59,6 +71,12 @@
"nags.gpl-license-source-required.title": {
"defaultMessage": "Fornisci codice sorgente"
},
+ "nags.identical-links.description": {
+ "defaultMessage": "Alcuni dei tuoi link esterni sembrano essere identici. I link dovrebbero essere inseriti solo una volta e con un tipo appropriato."
+ },
+ "nags.identical-links.title": {
+ "defaultMessage": "Link identici"
+ },
"nags.image-heavy-description.description": {
"defaultMessage": "La tua descrizione dovrebbe contenere abbastanza contenuto scritto e descrizioni testuali alternative alle immagini, cosicché sia accessibile a chi usi lettori dello schermo o abbia connessioni a Internet lente."
},
@@ -122,6 +140,24 @@
"nags.multiple-resolution-tags.title": {
"defaultMessage": "Seleziona risoluzione corretta"
},
+ "nags.select-compatibility.description": {
+ "defaultMessage": "Seleziona le versioni supportate dal tuo server, scegli un pacchetto di mod, o caricane il tuo."
+ },
+ "nags.select-compatibility.title": {
+ "defaultMessage": "Seleziona compatibilità"
+ },
+ "nags.select-country.description": {
+ "defaultMessage": "Fai sapere ai giocatori in che regione si trova il tuo server."
+ },
+ "nags.select-country.title": {
+ "defaultMessage": "Seleziona una regione"
+ },
+ "nags.select-language.description": {
+ "defaultMessage": "Indica le lingue supportate dal tuo server."
+ },
+ "nags.select-language.title": {
+ "defaultMessage": "Seleziona lingue"
+ },
"nags.select-license.description": {
"defaultMessage": "Seleziona la licenza sotto cui {type, select, shader {sono} other {è}} distribuit{type, select, mod {a la tua mod} modpack {o il tuo pacchetto di mod} resourcepack {o il tuo pacchetto di risorse} shader {e le tue shader} plugin {o il tuo plugin} datapack {o il tuo pacchetto di dati} other {o il tuo progetto}}."
},
@@ -134,6 +170,9 @@
"nags.select-tags.title": {
"defaultMessage": "Seleziona tag"
},
+ "nags.server.title": {
+ "defaultMessage": "Vedi impostazioni del server"
+ },
"nags.settings.description.title": {
"defaultMessage": "Vedi impostazioni della descrizione"
},
@@ -173,6 +212,12 @@
"nags.title-contains-technical-info.title": {
"defaultMessage": "Rivedi il nome"
},
+ "nags.too-many-tags-server.description": {
+ "defaultMessage": "Hai selezionato {tagCount} tag. Scegline al massimo {maxTagCount} cosicché il tuo server appaia in ricerche rilevanti."
+ },
+ "nags.too-many-tags-server.title": {
+ "defaultMessage": "Seleziona tag accurati"
+ },
"nags.too-many-tags.description": {
"defaultMessage": "Hai selezionato {tagCount, plural, one {un} other {#}} tag. Dovresti tenerne al massimo {maxTagCount} per assicurarti che il tuo progetto appaia solo nelle ricerche più rilevanti."
},
diff --git a/packages/moderation/src/locales/ja-JP/index.json b/packages/moderation/src/locales/ja-JP/index.json
index d0a5dffcf2..3aeceeaaa4 100644
--- a/packages/moderation/src/locales/ja-JP/index.json
+++ b/packages/moderation/src/locales/ja-JP/index.json
@@ -11,6 +11,18 @@
"nags.add-icon.title": {
"defaultMessage": "アイコンを追加する"
},
+ "nags.add-java-address.description": {
+ "defaultMessage": "Java Editionプレイヤーがサーバーに参加するために使用できるIPアドレスとポートを追加してください。"
+ },
+ "nags.add-java-address.title": {
+ "defaultMessage": "Javaアドレスを追加する"
+ },
+ "nags.add-links-server.description": {
+ "defaultMessage": "Modrinth以外の関連リンク (ウェブサイト、ストア、Discord招待など) を追加してください。"
+ },
+ "nags.add-links-server.title": {
+ "defaultMessage": "外部リンクを追加する"
+ },
"nags.add-links.description": {
"defaultMessage": "ソースコードやバグの報告場所、Discordの招待などの外部リンクを追加してください。"
},
@@ -122,6 +134,18 @@
"nags.multiple-resolution-tags.title": {
"defaultMessage": "正しい解像度を選択"
},
+ "nags.select-compatibility.description": {
+ "defaultMessage": "サーバーがサポートするバージョンのModpackを選択するか、または独自のModpackをアップロードしてください。"
+ },
+ "nags.select-compatibility.title": {
+ "defaultMessage": "互換性を選択する"
+ },
+ "nags.select-language.description": {
+ "defaultMessage": "サーバーが対応している言語をリストアップしてください。"
+ },
+ "nags.select-language.title": {
+ "defaultMessage": "言語を選択"
+ },
"nags.select-license.description": {
"defaultMessage": "この{type, select, mod {MOD} modpack {MODパック} resourcepack {リソースパック} shader {シェーダー} plugin {プラグイン} datapack {データパック} other {プロジェクト}}に適用させるライセンスを選択してください。"
},
@@ -134,6 +158,9 @@
"nags.select-tags.title": {
"defaultMessage": "タグ選択"
},
+ "nags.server.title": {
+ "defaultMessage": "サーバー設定を表示する"
+ },
"nags.settings.description.title": {
"defaultMessage": "訪問設定の表示"
},
@@ -173,6 +200,12 @@
"nags.title-contains-technical-info.title": {
"defaultMessage": "名前を整理"
},
+ "nags.too-many-tags-server.description": {
+ "defaultMessage": "{tagCount, plural, one {# tag} other {# tags}} を選択しました。サーバーが関連する検索結果に表示されるように、{maxTagCount} 以下に減らしてください。"
+ },
+ "nags.too-many-tags-server.title": {
+ "defaultMessage": "適切なタグを選択する"
+ },
"nags.too-many-tags.description": {
"defaultMessage": "{tagCount, plural, other {#個}}のタグを選択しました。関連する検索結果に表示されるように、{maxTagCount}個以下に減らすことを検討してください。"
},
diff --git a/packages/moderation/src/locales/ko-KR/index.json b/packages/moderation/src/locales/ko-KR/index.json
index 5023aa2a57..0085829040 100644
--- a/packages/moderation/src/locales/ko-KR/index.json
+++ b/packages/moderation/src/locales/ko-KR/index.json
@@ -11,6 +11,18 @@
"nags.add-icon.title": {
"defaultMessage": "아이콘 추가"
},
+ "nags.add-java-address.description": {
+ "defaultMessage": "Java Edition 플레이어가 서버에 접속할 때 사용할 IP 주소와 포트를 추가하세요."
+ },
+ "nags.add-java-address.title": {
+ "defaultMessage": "Java 주소 추가"
+ },
+ "nags.add-links-server.description": {
+ "defaultMessage": "웹사이트, 스토어, Discord 초대 링크 등 Modrinth 외부로 연결되는 관련 링크를 추가하세요."
+ },
+ "nags.add-links-server.title": {
+ "defaultMessage": "외부 링크 추가"
+ },
"nags.add-links.description": {
"defaultMessage": "소스 코드, 이슈 트래커, Discord 초대 링크 등 Modrinth 외부로 연결되는 관련 링크를 추가하세요."
},
@@ -59,6 +71,12 @@
"nags.gpl-license-source-required.title": {
"defaultMessage": "소스 코드 제공"
},
+ "nags.identical-links.description": {
+ "defaultMessage": "제공된 외부 링크가 동일합니다. 각 링크는 적절한 형식으로 한 번만 기입되어야 합니다."
+ },
+ "nags.identical-links.title": {
+ "defaultMessage": "동일한 링크"
+ },
"nags.image-heavy-description.description": {
"defaultMessage": "설명에는 충분한 일반 텍스트 또는 이미지 대체 텍스트를 포함하여, 화면 읽기 도구를 사용하는 사용자나 인터넷 속도가 느린 사용자도 접근할 수 있도록 해야 합니다."
},
@@ -122,6 +140,24 @@
"nags.multiple-resolution-tags.title": {
"defaultMessage": "올바른 해상도 선택"
},
+ "nags.select-compatibility.description": {
+ "defaultMessage": "서버가 지원하는 버전을 선택하거나, 모드팩을 고르거나, 직접 업로드하세요."
+ },
+ "nags.select-compatibility.title": {
+ "defaultMessage": "호환성 선택"
+ },
+ "nags.select-country.description": {
+ "defaultMessage": "서버가 위치한 지역을 플레이어에게 알려주세요."
+ },
+ "nags.select-country.title": {
+ "defaultMessage": "지역 선택"
+ },
+ "nags.select-language.description": {
+ "defaultMessage": "서버가 지원하는 언어를 입력하세요."
+ },
+ "nags.select-language.title": {
+ "defaultMessage": "언어 선택"
+ },
"nags.select-license.description": {
"defaultMessage": "{type, select, mod {모드} modpack {모드팩} resourcepack {리소스 팩} shader {셰이더} plugin {플러그인} datapack {데이터 팩} other {프로젝트}}에 적용되는 배포 라이선스를 선택하세요."
},
@@ -134,6 +170,9 @@
"nags.select-tags.title": {
"defaultMessage": "태그 선택"
},
+ "nags.server.title": {
+ "defaultMessage": "서버 설정으로 이동"
+ },
"nags.settings.description.title": {
"defaultMessage": "설명 설정 방문"
},
@@ -173,8 +212,14 @@
"nags.title-contains-technical-info.title": {
"defaultMessage": "이름 정리"
},
+ "nags.too-many-tags-server.description": {
+ "defaultMessage": "{tagCount, plural, other {# 태그}}를 선택하셨습니다. 서버가 관련 검색 결과에 표시될 수 있도록 {maxTagCount} 이하로 줄여주세요."
+ },
+ "nags.too-many-tags-server.title": {
+ "defaultMessage": "올바른 태그를 선택해 주세요"
+ },
"nags.too-many-tags.description": {
- "defaultMessage": "{tagCount}개의 태그를 선택했습니다. 프로젝트가 관련 검색 결과에 표시되도록 {maxTagCount}개 이하로 줄이는 것을 고려해 보세요."
+ "defaultMessage": "{tagCount, plural, other {# 태그}}를 선택하셨습니다. 프로젝트가 관련 검색 결과에 표시되도록 {maxTagCount} 이하로 줄이는 것을 고려해 보세요."
},
"nags.too-many-tags.title": {
"defaultMessage": "올바른 태그를 선택해주세요"
diff --git a/packages/moderation/src/locales/ms-MY/index.json b/packages/moderation/src/locales/ms-MY/index.json
index 41687e18a0..d39d12a796 100644
--- a/packages/moderation/src/locales/ms-MY/index.json
+++ b/packages/moderation/src/locales/ms-MY/index.json
@@ -11,6 +11,18 @@
"nags.add-icon.title": {
"defaultMessage": "Tambah ikon"
},
+ "nags.add-java-address.description": {
+ "defaultMessage": "Tambahkan alamat IP dan port yang boleh digunakan oleh pemain Edisi Java untuk menyertai pelayan anda."
+ },
+ "nags.add-java-address.title": {
+ "defaultMessage": "Tambah alamat Java"
+ },
+ "nags.add-links-server.description": {
+ "defaultMessage": "Tambahkan sebarang pautan berkaitan yang disasarkan di luar Modrinth, seperti laman sesawang, kedai atau jemputan Discord."
+ },
+ "nags.add-links-server.title": {
+ "defaultMessage": "Tambah pautan luaran"
+ },
"nags.add-links.description": {
"defaultMessage": "Tambahkan sebarang pautan berkaitan yang disasarkan di luar Modrinth, seperti kod sumber, penjejak isu atau jemputan Discord."
},
@@ -122,6 +134,15 @@
"nags.multiple-resolution-tags.title": {
"defaultMessage": "Pilih resolusi yang betul"
},
+ "nags.select-compatibility.title": {
+ "defaultMessage": "Pilih keserasian"
+ },
+ "nags.select-language.description": {
+ "defaultMessage": "Senaraikan bahasa-bahasa yang disokong oleh pelayan anda."
+ },
+ "nags.select-language.title": {
+ "defaultMessage": "Pilih bahasa"
+ },
"nags.select-license.description": {
"defaultMessage": "Pilih lesen yang digunakan untuk pengedaran {type, select, mod {mod} modpack {pek mod} resourcepack {pek sumber} shader {pembayang} plugin {pemalam} datapack {pek data} other {projek}} anda."
},
@@ -134,6 +155,9 @@
"nags.select-tags.title": {
"defaultMessage": "Pilih tag"
},
+ "nags.server.title": {
+ "defaultMessage": "Lawat tetapan pelayan"
+ },
"nags.settings.description.title": {
"defaultMessage": "Lawat tetapan keterangan"
},
@@ -173,6 +197,12 @@
"nags.title-contains-technical-info.title": {
"defaultMessage": "Bersihkan nama"
},
+ "nags.too-many-tags-server.description": {
+ "defaultMessage": "Anda telah memilih sebanyak {tagCount, plural, other {# tag}} Pertimbangkan untuk mengurangkannya kepada kurang atau sama dengan {maxTagCount} untuk memastikan pelayan anda dipaparkan dalam hasil carian yang berkaitan."
+ },
+ "nags.too-many-tags-server.title": {
+ "defaultMessage": "Pilih tag yang tepat"
+ },
"nags.too-many-tags.description": {
"defaultMessage": "Anda telah memilih sebanyak {tagCount, plural, other {# tag}} Pertimbangkan untuk mengurangkannya kepada kurang atau sama dengan {maxTagCount} untuk memastikan projek anda dipaparkan dalam hasil carian yang berkaitan."
},
diff --git a/packages/moderation/src/locales/nl-NL/index.json b/packages/moderation/src/locales/nl-NL/index.json
index 2fefba03ed..2e7e09b6fe 100644
--- a/packages/moderation/src/locales/nl-NL/index.json
+++ b/packages/moderation/src/locales/nl-NL/index.json
@@ -1,6 +1,6 @@
{
"nags.add-description.description": {
- "defaultMessage": "Een beschrijving die het doel en de functie van het project duidelijk omschrijft, is vereist."
+ "defaultMessage": "Een beschrijving die het doel en de functie van het project duidelijk weergeeft is vereist."
},
"nags.add-description.title": {
"defaultMessage": "Voeg een beschrijving toe"
@@ -11,6 +11,18 @@
"nags.add-icon.title": {
"defaultMessage": "Voeg een icoon toe"
},
+ "nags.add-java-address.description": {
+ "defaultMessage": "Voeg het IP adres en poort toe die Java Editie spelers kunnen gebruiken om je server te joinen."
+ },
+ "nags.add-java-address.title": {
+ "defaultMessage": "Voeg een Java adres toe"
+ },
+ "nags.add-links-server.description": {
+ "defaultMessage": "Voeg relevante links buiten Modrinth toe, zoals een website, winkel of Discord invite."
+ },
+ "nags.add-links-server.title": {
+ "defaultMessage": "Voeg externe links toe"
+ },
"nags.add-links.description": {
"defaultMessage": "Voeg relevante links buiten Modrinth toe, zoals code, een probleemtracker of een Discord uitnodiging."
},
@@ -30,19 +42,19 @@
"defaultMessage": "Verleng de beschrijving"
},
"nags.edit-description.title": {
- "defaultMessage": "Pas beschrijving aan"
+ "defaultMessage": "Pas de beschrijving aan"
},
"nags.edit-license.title": {
- "defaultMessage": "Pas licentie aan"
+ "defaultMessage": "Pas de licentie aan"
},
"nags.edit-summary.title": {
- "defaultMessage": "Pas samenvatting aan"
+ "defaultMessage": "Pas de samenvatting aan"
},
"nags.edit-tags.title": {
- "defaultMessage": "Pas tags aan"
+ "defaultMessage": "Pas de tags aan"
},
"nags.edit-title.title": {
- "defaultMessage": "Pas titel aan"
+ "defaultMessage": "Pas de titel aan"
},
"nags.feature-gallery-image.description": {
"defaultMessage": "De uitgelichte galerij foto is hoe vaak je project zijn eerste indruk maakt."
@@ -51,7 +63,7 @@
"defaultMessage": "Licht een foto uit"
},
"nags.gallery.title": {
- "defaultMessage": "Bezoek galerij pagina"
+ "defaultMessage": "Bezoek de galerij pagina"
},
"nags.gpl-license-source-required.description": {
"defaultMessage": "Je {type, select,mod {mod}plugin {plugin}other {project}} gebruikt een licentie die vereist dat de source code beschikbaar is. Gelieve de source code link of source bestanden for elke extra versie te verstrekken, of overweeg een andere licentie te gebruiken."
@@ -122,6 +134,18 @@
"nags.multiple-resolution-tags.title": {
"defaultMessage": "Selecteer juiste resolutie"
},
+ "nags.select-compatibility.description": {
+ "defaultMessage": "Selecteer welke versies je server ondersteunt, kies een Modpack, of upload je eigen."
+ },
+ "nags.select-compatibility.title": {
+ "defaultMessage": "Select compatibiliteit"
+ },
+ "nags.select-language.description": {
+ "defaultMessage": "Geef een lijst van de taal of talen die je server ondersteunt."
+ },
+ "nags.select-language.title": {
+ "defaultMessage": "Selecteer een taal"
+ },
"nags.select-license.description": {
"defaultMessage": "Selecteer de licentie waaronder je {type, select,mod {mod} modpack {modpack} resourcepack {resource pack} shader {shader} plugin {plugin} datapack {data pack} other {project}} is gedistibrueerd."
},
@@ -134,6 +158,9 @@
"nags.select-tags.title": {
"defaultMessage": "Selecteer tags"
},
+ "nags.server.title": {
+ "defaultMessage": "Toon server instellingen"
+ },
"nags.settings.description.title": {
"defaultMessage": "Bekijk beschrijving instellingen"
},
@@ -173,6 +200,12 @@
"nags.title-contains-technical-info.title": {
"defaultMessage": "Maak de naam duidelijk"
},
+ "nags.too-many-tags-server.description": {
+ "defaultMessage": "Je hebt {tagCount, plural, one {# tag} other {# tags}} geselecteerd. Verminder het naar {maxTagCount} of minder om zeker te weten dat je server verschijnt in relevante zoekresultaten."
+ },
+ "nags.too-many-tags-server.title": {
+ "defaultMessage": "Selecteer relevante tags"
+ },
"nags.too-many-tags.description": {
"defaultMessage": ""
},
diff --git a/packages/moderation/src/locales/pl-PL/index.json b/packages/moderation/src/locales/pl-PL/index.json
index 411f2a8838..0b1b09dc12 100644
--- a/packages/moderation/src/locales/pl-PL/index.json
+++ b/packages/moderation/src/locales/pl-PL/index.json
@@ -11,6 +11,18 @@
"nags.add-icon.title": {
"defaultMessage": "Dodaj ikonę"
},
+ "nags.add-java-address.description": {
+ "defaultMessage": "Dodaj adres IP i port, którego gracze Java Edition mogą użyć, by połączyć się z Twoim serwerem."
+ },
+ "nags.add-java-address.title": {
+ "defaultMessage": "Dodaj adres Java"
+ },
+ "nags.add-links-server.description": {
+ "defaultMessage": "Dodaj wszelkie odpowiednie linki skierowane poza Modrinth, takie jak strona, sklep lub zaproszenie Discord."
+ },
+ "nags.add-links-server.title": {
+ "defaultMessage": "Dodaj zewnętrzne linki"
+ },
"nags.add-links.description": {
"defaultMessage": "Dodaj wszelkie odpowiednie linki skierowane poza Modrinth, takie jak kod źródłowy, śledzenie problemu lub zaproszenie Discord."
},
@@ -59,6 +71,12 @@
"nags.gpl-license-source-required.title": {
"defaultMessage": "Podaj kod źródłowy"
},
+ "nags.identical-links.description": {
+ "defaultMessage": "Niektóre z Twoich linków zewnętrznych wydają się być identyczne. Każdy link powinien być wprowadzony tylko raz i z odpowiednim typem linku."
+ },
+ "nags.identical-links.title": {
+ "defaultMessage": "Takie same linki"
+ },
"nags.image-heavy-description.description": {
"defaultMessage": "Twój opis powinien zawierać wystarczająco zwykłego tekstu lub tekstu alternatywnego obrazów, aby był przystępny dla osób korzystających z czytników ekranu lub mających wolne połączenie z internetem."
},
@@ -122,6 +140,24 @@
"nags.multiple-resolution-tags.title": {
"defaultMessage": "Wybierz poprawną rozdzielczość"
},
+ "nags.select-compatibility.description": {
+ "defaultMessage": "Wybierz wersje gry, które wspiera Twój serwer, wybierz istniejącą paczkę modów lub prześlij własną."
+ },
+ "nags.select-compatibility.title": {
+ "defaultMessage": "Ustal kompatybilność"
+ },
+ "nags.select-country.description": {
+ "defaultMessage": "Poinformuj graczy, w jakim regionie znajduje się Twój serwer."
+ },
+ "nags.select-country.title": {
+ "defaultMessage": "Wybierz region"
+ },
+ "nags.select-language.description": {
+ "defaultMessage": "Podaj język bądź języki, które wspiera Twój serwer."
+ },
+ "nags.select-language.title": {
+ "defaultMessage": "Wybierz język"
+ },
"nags.select-license.description": {
"defaultMessage": "Wybierz licencję, pod którą {type, select, mod {udostępniony jest Twój mod} modpack {udostępniona jest Twoja paczka modów} resourcepack {udostępniona jest Twoja paczka zasobów} shader {udostępnione są Twoje shadery} plugin {udostępniony jest Twój plugin} datapack {udostępniona jest Twoja paczka danych} other {udostępniony jest Twój projekt}}."
},
@@ -134,6 +170,9 @@
"nags.select-tags.title": {
"defaultMessage": "Wybierz etykiety"
},
+ "nags.server.title": {
+ "defaultMessage": "Odwiedź ustawienia serwera"
+ },
"nags.settings.description.title": {
"defaultMessage": "Odwiedź ustawienia opisu"
},
@@ -173,8 +212,14 @@
"nags.title-contains-technical-info.title": {
"defaultMessage": "Oczyść nazwę"
},
+ "nags.too-many-tags-server.description": {
+ "defaultMessage": "Wybrano {tagCount, plural, one {# tag} few {# tagi} other {# tagów}}. Spróbuj użyć {maxTagCount} lub mniej tagów, by Twój serwer był łatwiejszy do znalezienia."
+ },
+ "nags.too-many-tags-server.title": {
+ "defaultMessage": "Wybierz odpowiednie tagi"
+ },
"nags.too-many-tags.description": {
- "defaultMessage": "Wybrano {tagCount, plural, one {# tag} few {# tagi} other {# tagów}}. Spróbuj użyć {maxTagCount} lub mniej tagów, by Twój projekt był łatwiejszy to znalezienia."
+ "defaultMessage": "Wybrano {tagCount, plural, one {# tag} few {# tagi} other {# tagów}}. Spróbuj użyć {maxTagCount} lub mniej tagów, by Twój projekt był łatwiejszy do znalezienia."
},
"nags.too-many-tags.title": {
"defaultMessage": "Wybierz odpowiednie tagi"
diff --git a/packages/moderation/src/locales/pt-BR/index.json b/packages/moderation/src/locales/pt-BR/index.json
index 8fc1b280a1..d3f3e4f61b 100644
--- a/packages/moderation/src/locales/pt-BR/index.json
+++ b/packages/moderation/src/locales/pt-BR/index.json
@@ -11,6 +11,18 @@
"nags.add-icon.title": {
"defaultMessage": "Adicione um ícone"
},
+ "nags.add-java-address.description": {
+ "defaultMessage": "Adicione o endereço IP e a porta que os jogadores da Edição Java podem usar para entrar no seu servidor."
+ },
+ "nags.add-java-address.title": {
+ "defaultMessage": "Adicionar um endereço do Java"
+ },
+ "nags.add-links-server.description": {
+ "defaultMessage": "Adicione links relevantes direcionados para fora do Modrinth, como um site, loja ou um convite de Discord."
+ },
+ "nags.add-links-server.title": {
+ "defaultMessage": "Adicione links externos"
+ },
"nags.add-links.description": {
"defaultMessage": "Adicione links relevantes direcionados para fora do Modrinth, como código-fonte, rastreador de problemas ou um convite de Discord."
},
@@ -59,6 +71,12 @@
"nags.gpl-license-source-required.title": {
"defaultMessage": "Forneça o código-fonte"
},
+ "nags.identical-links.description": {
+ "defaultMessage": "Alguns dos seus links externos parecem ser idênticos. Cada link deve ser inserido apenas uma vez e com o tipo de link apropriado."
+ },
+ "nags.identical-links.title": {
+ "defaultMessage": "Links idênticos"
+ },
"nags.image-heavy-description.description": {
"defaultMessage": "Sua descrição deve conter texto simples ou uma imagem com texto alternativo, mantendo-a acessível para aqueles que usam leitores de tela ou têm conexões de rede lentas."
},
@@ -122,6 +140,24 @@
"nags.multiple-resolution-tags.title": {
"defaultMessage": "Selecione a resolução correta"
},
+ "nags.select-compatibility.description": {
+ "defaultMessage": "Selecione quais versões seu servidor suporta, escolha um pacote de mods ou envie o seu próprio."
+ },
+ "nags.select-compatibility.title": {
+ "defaultMessage": "Selecionar compatibilidade"
+ },
+ "nags.select-country.description": {
+ "defaultMessage": "Informe aos jogadores em qual região seu servidor está localizado."
+ },
+ "nags.select-country.title": {
+ "defaultMessage": "Selecione uma região"
+ },
+ "nags.select-language.description": {
+ "defaultMessage": "Liste o idioma ou os idiomas suportados pelo seu servidor."
+ },
+ "nags.select-language.title": {
+ "defaultMessage": "Selecionar um idioma"
+ },
"nags.select-license.description": {
"defaultMessage": "Selecione a licença em que seu {type, select, mod {mod} modpack {pacote de mods} resourcepack {pacote de recurso} shader {sombreador} plugin {plugin} datapack {pacote de dados} other {projeto}} está distribuido."
},
@@ -134,6 +170,9 @@
"nags.select-tags.title": {
"defaultMessage": "Selecione etiquetas"
},
+ "nags.server.title": {
+ "defaultMessage": "Visitar configurações do servidor"
+ },
"nags.settings.description.title": {
"defaultMessage": "Visitar configurações de descrição"
},
@@ -173,6 +212,12 @@
"nags.title-contains-technical-info.title": {
"defaultMessage": "Limpe o nome"
},
+ "nags.too-many-tags-server.description": {
+ "defaultMessage": "Você selecionou {tagCount, plural,=0 {nenhuma tag} one {# tag} other {# tags}}. Por favor reduza para {maxTagCount} ou menos para garantir que seu servidor apareça nos resultados de pesquisa relevantes."
+ },
+ "nags.too-many-tags-server.title": {
+ "defaultMessage": "Selecione etiquetas específicas"
+ },
"nags.too-many-tags.description": {
"defaultMessage": "Você selecionou {tagCount, plural, one {# etiqueta} other {# etiquetas}}. Considere reduzir para {maxTagCount} ou menos para ter certeza que seu projeto aparece nos resultados de pesquisa relevantes."
},
diff --git a/packages/moderation/src/locales/ru-RU/index.json b/packages/moderation/src/locales/ru-RU/index.json
index 8f725741d9..50f411eb3d 100644
--- a/packages/moderation/src/locales/ru-RU/index.json
+++ b/packages/moderation/src/locales/ru-RU/index.json
@@ -3,28 +3,40 @@
"defaultMessage": "Необходимо описание, которое чётко описывает цель и функцию проекта."
},
"nags.add-description.title": {
- "defaultMessage": "Добавить описание"
+ "defaultMessage": "Добавьте описание"
},
"nags.add-icon.description": {
"defaultMessage": "Уникальный, подходящий и привлекательный значок сделает проект узнаваемым и заметным."
},
"nags.add-icon.title": {
- "defaultMessage": "Добавить иконку"
+ "defaultMessage": "Добавьте иконку"
+ },
+ "nags.add-java-address.description": {
+ "defaultMessage": "Добавьте IP‑адрес и порт, по которым игроки войдут на сервер в Java Edition."
+ },
+ "nags.add-java-address.title": {
+ "defaultMessage": "Укажите адрес для Java"
+ },
+ "nags.add-links-server.description": {
+ "defaultMessage": "Добавьте ссылки на внешние ресурсы, например на сайт, магазин или сервер Discord."
+ },
+ "nags.add-links-server.title": {
+ "defaultMessage": "Добавьте внешние ссылки"
},
"nags.add-links.description": {
- "defaultMessage": "Добавьте любые соответствующие ссылки, ведущие за пределы Modrinth, такие как открытый код, трекер проблем или приглашение на Discord сервер."
+ "defaultMessage": "Добавьте ссылки на внешние ресурсы, например на трекер проблем, исходный код или сервер Discord."
},
"nags.add-links.title": {
- "defaultMessage": "Добавить внешние ссылки"
+ "defaultMessage": "Добавьте внешние ссылки"
},
"nags.all-tags-selected.description": {
- "defaultMessage": "Выбраны все {totalAvailableTags, plural, one {# тег} few {# тега} other {# тегов}}. Не достигается их цель помогать искать релевантные результаты. Выберите только относящиеся к проекту теги."
+ "defaultMessage": "Выбраны все {totalAvailableTags, plural, one {# тег} few {# тега} other {# тегов}}. Не достигается их цель помогать искать релевантные результаты. Оставьте только относящиеся к проекту теги."
},
"nags.all-tags-selected.title": {
- "defaultMessage": "Выберите подходящие теги"
+ "defaultMessage": "Оставьте ключевые теги"
},
"nags.description-too-short.description": {
- "defaultMessage": "Описание содержит {length, plural, one {# читаемый символ} few {# читаемых символа} other {# читаемых символов}}. Для ясного и информативного описания рекомендуется не менее {minChars, plural, one {# символа} other {# символов}}."
+ "defaultMessage": "Ваше описание содержит {length, plural, one {# читаемый символ} few {# читаемых символа} other {# читаемых символов}}. Рекомендуется минимум {minChars, plural, one {# символ} few {# символа} other {# символов}}, чтобы создать ясное и информативное описание."
},
"nags.description-too-short.title": {
"defaultMessage": "Расширьте описание"
@@ -51,14 +63,20 @@
"defaultMessage": "Выделите изображение"
},
"nags.gallery.title": {
- "defaultMessage": "Открыть галерею"
+ "defaultMessage": "Перейти в галерею"
},
"nags.gpl-license-source-required.description": {
- "defaultMessage": "Лицензия {type, select, mod {мода} plugin {плагина} other {проекта}} обязывает публиковать исходный код. Укажите ссылку на исходный код или файл с исходным кодом для каждой версии или выберите другую лицензию."
+ "defaultMessage": "Ваш {type, select, mod {мод} plugin {плагин} other {проект}} использует лицензию, которая требует, чтобы исходный код был доступен. Пожалуйста, укажите ссылку на исходный код или архив с исходниками для каждой дополнительной версии, либо рассмотрите возможность использования другой лицензии."
},
"nags.gpl-license-source-required.title": {
"defaultMessage": "Укажите исходный код"
},
+ "nags.identical-links.description": {
+ "defaultMessage": "Некоторые внешние ссылки совпадают. Каждую ссылку нужно указать один раз и с правильным типом."
+ },
+ "nags.identical-links.title": {
+ "defaultMessage": "Уберите повторения"
+ },
"nags.image-heavy-description.description": {
"defaultMessage": "Укажите в описании обычный и альтернативный текст для изображений, чтобы сделать его доступным для средств чтения с экрана и при медленном интернете."
},
@@ -75,7 +93,7 @@
"defaultMessage": "Не удаётся распознать URL лицензии. Укажите действительную ссылку на текст лицензии."
},
"nags.invalid-license-url.title": {
- "defaultMessage": "Исправьте ссылку лицензии"
+ "defaultMessage": "Исправьте URL лицензии"
},
"nags.link-shortener-usage.description": {
"defaultMessage": "Использование сервисов сокращения ссылок или других способов скрытия конечного адреса в ссылке на лицензию или во внешних ссылках запрещено. Указывайте полные ссылки."
@@ -105,7 +123,7 @@
"defaultMessage": "Приглашение в Discord нельзя указывать не для своего типа ссылок. Переместите приглашение в предназначенное для него поле."
},
"nags.misused-discord-link.title": {
- "defaultMessage": "Переместите приглашение Discord"
+ "defaultMessage": "Переместите Discord"
},
"nags.moderation.title": {
"defaultMessage": "Открыть ветку модерации"
@@ -122,11 +140,29 @@
"nags.multiple-resolution-tags.title": {
"defaultMessage": "Укажите одно разрешение"
},
+ "nags.select-compatibility.description": {
+ "defaultMessage": "Выберите поддерживаемые версии, привяжите сборку или загрузите собственную."
+ },
+ "nags.select-compatibility.title": {
+ "defaultMessage": "Укажите совместимость"
+ },
+ "nags.select-country.description": {
+ "defaultMessage": "Сообщите игрокам, где находится сервер."
+ },
+ "nags.select-country.title": {
+ "defaultMessage": "Укажите регион"
+ },
+ "nags.select-language.description": {
+ "defaultMessage": "Выберите языки, которые поддерживает сервер."
+ },
+ "nags.select-language.title": {
+ "defaultMessage": "Укажите язык"
+ },
"nags.select-license.description": {
"defaultMessage": "Выберите лицензию, по которой распространяется {type, select, mod {мод} modpack {сборка} resourcepack {набор ресурсов} shader {шейдер} plugin {плагин} datapack {набор данных} other {проект}}."
},
"nags.select-license.title": {
- "defaultMessage": "Выберите лицензию"
+ "defaultMessage": "Укажите лицензию"
},
"nags.select-tags.description": {
"defaultMessage": "Выберите подходящие проекту теги, чтобы его могла найти своя аудитория."
@@ -134,6 +170,9 @@
"nags.select-tags.title": {
"defaultMessage": "Укажите теги"
},
+ "nags.server.title": {
+ "defaultMessage": "Настроить сервер"
+ },
"nags.settings.description.title": {
"defaultMessage": "Настроить описание"
},
@@ -147,7 +186,7 @@
"defaultMessage": "Настроить теги"
},
"nags.settings.title": {
- "defaultMessage": "Открыть настройки"
+ "defaultMessage": "Перейти в настройки"
},
"nags.summary-same-as-title.description": {
"defaultMessage": "Сводка не может совпадать с названием проекта. Сделайте её понятной и интересной."
@@ -159,31 +198,37 @@
"defaultMessage": "Сводка отображается как простой текст. Она не должна содержать форматирование, переносы строк, ссылки и спецсимволы."
},
"nags.summary-special-formatting.title": {
- "defaultMessage": "Уберите лишнее из краткого содержания"
+ "defaultMessage": "Упростите сводку"
},
"nags.summary-too-short.description": {
"defaultMessage": "Сводка содержит {length, plural, one {# символ} few {# символа} other {# символов}}. Для понятной и интересной сводки рекомендуется не менее {minChars, plural, one {# символа} few {# символов} other {# символов}}."
},
"nags.summary-too-short.title": {
- "defaultMessage": "Увеличьте краткое содержание"
+ "defaultMessage": "Расширьте сводку"
},
"nags.title-contains-technical-info.description": {
"defaultMessage": "Проект с простым названием проще запомнить и найти. Информация о версии и загрузчике указывается автоматически."
},
"nags.title-contains-technical-info.title": {
- "defaultMessage": "Сделайте название понятным"
+ "defaultMessage": "Упростите название"
+ },
+ "nags.too-many-tags-server.description": {
+ "defaultMessage": "{tagCount, plural, one {Выбран # тег} few {Выбрано # тега} other {Выбрано # тегов}}. Рекомендуется оставить не более {maxTagCount}, чтобы повысить релевантность сервера в поиске."
+ },
+ "nags.too-many-tags-server.title": {
+ "defaultMessage": "Оставьте ключевые теги"
},
"nags.too-many-tags.description": {
"defaultMessage": "{tagCount, plural, one {Выбран # тег} few {Выбрано # тега} other {Выбрано # тегов}}. Рекомендуется оставить не более {maxTagCount}, чтобы повысить релевантность проекта в поиске."
},
"nags.too-many-tags.title": {
- "defaultMessage": "Укажите точные теги"
+ "defaultMessage": "Оставьте ключевые теги"
},
"nags.upload-gallery-image.description": {
"defaultMessage": "В галерее требуется хотя бы одно изображение, в котором показано содержимое {type, select, resourcepack {набора ресурсов. Если он содержит только звуки или переводы, укажите это в тегах} shader {шейдера} other {проекта}}."
},
"nags.upload-gallery-image.title": {
- "defaultMessage": "Пополните галерею"
+ "defaultMessage": "Загрузите изображение в галерею"
},
"nags.upload-version.description": {
"defaultMessage": "Требуется хотя бы одна версия перед отправкой проекта на проверку."
diff --git a/packages/moderation/src/locales/sv-SE/index.json b/packages/moderation/src/locales/sv-SE/index.json
index 99c33efb26..2ff51c8a79 100644
--- a/packages/moderation/src/locales/sv-SE/index.json
+++ b/packages/moderation/src/locales/sv-SE/index.json
@@ -1,13 +1,22 @@
{
+ "nags.add-description.description": {
+ "defaultMessage": "En beskrivning som tydligt beskriver projektets syfte och funktion krävs."
+ },
"nags.add-description.title": {
"defaultMessage": "Lägg till en beskrivning"
},
+ "nags.add-icon.description": {
+ "defaultMessage": "Att lägga till en unik, relevant och engagerande ikon gör ditt projekt identifierbart och hjälper den sticka ut."
+ },
"nags.add-icon.title": {
"defaultMessage": "Lägg till en ikon"
},
"nags.add-links.title": {
"defaultMessage": "Lägg till externa länkar"
},
+ "nags.all-tags-selected.title": {
+ "defaultMessage": "Välj korrekta taggar"
+ },
"nags.description-too-short.title": {
"defaultMessage": "Expandera beskrivning"
},
@@ -65,12 +74,21 @@
"nags.moderator-feedback.title": {
"defaultMessage": "Granska feedback"
},
+ "nags.multiple-resolution-tags.description": {
+ "defaultMessage": "Du har valt {count, plural, one {# upplösningstagg} other {# upplösningstaggar}} ({tags}). Resurspaket bör normalt endast ha en upplösningstagg som matchar dess primära upplösning."
+ },
"nags.multiple-resolution-tags.title": {
"defaultMessage": "Välj korrekt upplösning"
},
+ "nags.select-license.description": {
+ "defaultMessage": "Välj vilken licens {type, select, mod {din mod} modpack {ditt modpaket} resourcepack {ditt resurspaket} shader {din shader} plugin {ditt plugin} datapack {ditt datapaket} other {ditt projekt}} distribueras under."
+ },
"nags.select-license.title": {
"defaultMessage": "Välj en licens"
},
+ "nags.select-tags.description": {
+ "defaultMessage": "Välj de taggar som passar ditt projekt så att rätt användare kan hitta det."
+ },
"nags.select-tags.title": {
"defaultMessage": "Välj taggar"
},
@@ -89,9 +107,33 @@
"nags.settings.title": {
"defaultMessage": "Besök allmänna inställningar"
},
+ "nags.summary-same-as-title.description": {
+ "defaultMessage": "Din sammanfattning kan inte vara samma som ditt projekts namn. Det är viktigt att du skriver en sammanfattning som är informativ och lockande."
+ },
+ "nags.summary-same-as-title.title": {
+ "defaultMessage": "Gör sammanfattningen unik"
+ },
+ "nags.summary-special-formatting.description": {
+ "defaultMessage": "Din sammanfattning bör inte innehålla formatering, radbrytningar, specialtecken eller länkar. Den visas endast som oformaterad text."
+ },
+ "nags.summary-special-formatting.title": {
+ "defaultMessage": "Rensa upp sammanfattningen"
+ },
+ "nags.summary-too-short.description": {
+ "defaultMessage": "Din sammanfattning är {length, plural, one {# tecken} other {# tecken}} lång. Minst {minChars, plural, one {# tecken} other {# tecken}} rekommenderas för en informativ och lockande sammanfattning."
+ },
+ "nags.summary-too-short.title": {
+ "defaultMessage": "Expandera sammanfattningen"
+ },
+ "nags.title-contains-technical-info.description": {
+ "defaultMessage": "Om du håller projektets namn rent blir det lättare att komma ihåg och hitta. Versions- och laddarinformation visas automatiskt tillsammans med ditt projekt."
+ },
"nags.title-contains-technical-info.title": {
"defaultMessage": "Rensa upp namnet"
},
+ "nags.too-many-tags.description": {
+ "defaultMessage": "Du har valt {tagCount, plural, one {# tagg} other {# taggar}}. Försök minska till {maxTagCount} eller färre för att säkerställa att ditt projekt visas i relevanta sökresultat."
+ },
"nags.too-many-tags.title": {
"defaultMessage": "Välj korrekta taggar"
},
diff --git a/packages/moderation/src/locales/tr-TR/index.json b/packages/moderation/src/locales/tr-TR/index.json
index 0348800528..00c98ec8e8 100644
--- a/packages/moderation/src/locales/tr-TR/index.json
+++ b/packages/moderation/src/locales/tr-TR/index.json
@@ -11,6 +11,12 @@
"nags.add-icon.title": {
"defaultMessage": "Simge ekle"
},
+ "nags.add-java-address.title": {
+ "defaultMessage": "Java adresleri ekle"
+ },
+ "nags.add-links-server.title": {
+ "defaultMessage": "Dış bağlantı ekle"
+ },
"nags.add-links.description": {
"defaultMessage": "Modrinth'in dışına gönderen herhangi ilgili bağlantı ekle. Mesela kaynak kodu, hata takipçisi veya Discord daveti."
},
@@ -59,6 +65,9 @@
"nags.gpl-license-source-required.title": {
"defaultMessage": "Kaynak kodu sun"
},
+ "nags.identical-links.title": {
+ "defaultMessage": "Aynı linkler"
+ },
"nags.image-heavy-description.description": {
"defaultMessage": "Açıklaman yeterli düz yazı veya resim açıklamalı içermeli ki ekran okuyucu veya patates internet kullananlar için erişilebilir olsun."
},
@@ -122,6 +131,18 @@
"nags.multiple-resolution-tags.title": {
"defaultMessage": "Doğru boyutu seç"
},
+ "nags.select-compatibility.title": {
+ "defaultMessage": "Uyumluluk seçiniz"
+ },
+ "nags.select-country.title": {
+ "defaultMessage": "Bölge seç"
+ },
+ "nags.select-language.description": {
+ "defaultMessage": "Sunucunuz tarafından desteklenen dil veya dilleri seçiniz."
+ },
+ "nags.select-language.title": {
+ "defaultMessage": "Dil seç"
+ },
"nags.select-license.description": {
"defaultMessage": "{type, select, mod {Modunun} modpack {Mod paketinin} resourcepack {Kaynak paketinin} shader {Shaderının} plugin {Plugininin} datapack {Veri paketinin} other {Projenin}} hangi lisans altında dağıtıldığını seç."
},
@@ -134,6 +155,9 @@
"nags.select-tags.title": {
"defaultMessage": "Etiketleri seç"
},
+ "nags.server.title": {
+ "defaultMessage": "Sunucu ayarlara göz at"
+ },
"nags.settings.description.title": {
"defaultMessage": "Açıklama ayarlarına göz at"
},
@@ -173,6 +197,12 @@
"nags.title-contains-technical-info.title": {
"defaultMessage": "İsmi düzenle"
},
+ "nags.too-many-tags-server.description": {
+ "defaultMessage": "{tagCount,plural,one {#etiket}other {#etiketler}} etiket seçtiniz. Projenizin ilgili arama sonuçlarında görünmesini sağlamak için {maxTagCount} veya daha az etikete indirmeyi düşünün."
+ },
+ "nags.too-many-tags-server.title": {
+ "defaultMessage": "Uygun etiketleri seç"
+ },
"nags.too-many-tags.description": {
"defaultMessage": "{tagCount} etiket seçtiniz. Projenizin ilgili arama sonuçlarında görünmesini sağlamak için {maxTagCount} veya daha az etikete indirmeyi düşünün."
},
diff --git a/packages/moderation/src/locales/uk-UA/index.json b/packages/moderation/src/locales/uk-UA/index.json
index a3d1326cea..87ca22da03 100644
--- a/packages/moderation/src/locales/uk-UA/index.json
+++ b/packages/moderation/src/locales/uk-UA/index.json
@@ -11,6 +11,18 @@
"nags.add-icon.title": {
"defaultMessage": "Додайте значок"
},
+ "nags.add-java-address.description": {
+ "defaultMessage": "Додайте IP-адресу та порт Java Edition, аби гравці могли приєднатися до сервера."
+ },
+ "nags.add-java-address.title": {
+ "defaultMessage": "Додайте адресу Java"
+ },
+ "nags.add-links-server.description": {
+ "defaultMessage": "Додайте будь-які доречні посилання, націлені за межі Modrinth, наприклад вебсайт, крамниця або запрошення Discord."
+ },
+ "nags.add-links-server.title": {
+ "defaultMessage": "Додайте зовнішні посилання"
+ },
"nags.add-links.description": {
"defaultMessage": "Додайте будь-які необхідні посилання на вебсайти поза Modrinth, як-от, на вихідний код, систему відстеження проблем чи запрошення до Discord."
},
@@ -59,6 +71,12 @@
"nags.gpl-license-source-required.title": {
"defaultMessage": "Надайте вихідний код"
},
+ "nags.identical-links.description": {
+ "defaultMessage": "Деякі з ваших посилань, схоже, однакові. Кожне посилання слід вводити лише один раз й у відповідне для нього поле."
+ },
+ "nags.identical-links.title": {
+ "defaultMessage": "Однакові посилання"
+ },
"nags.image-heavy-description.description": {
"defaultMessage": "Ваш опис повинен містити достатню кількість простого тексту або альтернативного тексту зображень, щоби він був зрозумілим для тих, хто використовує читачі екрану або має повільне з’єднання з інтернетом."
},
@@ -122,6 +140,24 @@
"nags.multiple-resolution-tags.title": {
"defaultMessage": "Виберіть правильну роздільність"
},
+ "nags.select-compatibility.description": {
+ "defaultMessage": "Виберіть, які версії підтримує ваш сервер, виберіть збірку або завантажте власний."
+ },
+ "nags.select-compatibility.title": {
+ "defaultMessage": "Виберіть сумісність"
+ },
+ "nags.select-country.description": {
+ "defaultMessage": "Повідомте гравцям, у якому регіоні знаходиться ваш сервер."
+ },
+ "nags.select-country.title": {
+ "defaultMessage": "Виберіть регіон"
+ },
+ "nags.select-language.description": {
+ "defaultMessage": "Перелічіть мову або мови, підтримувані вашим сервером."
+ },
+ "nags.select-language.title": {
+ "defaultMessage": "Виберіть мову"
+ },
"nags.select-license.description": {
"defaultMessage": "Виберіть ліцезію під якою поширюється {type, select, mod {ваш мод} modpack {ваша збірка} resourcepack {ваш пакет ресурсів} shader {ваш шейдер} plugin {ваш плаґін} datapack {ваш пакет даних} other {ваш проєкт}}."
},
@@ -134,6 +170,9 @@
"nags.select-tags.title": {
"defaultMessage": "Виберіть теґи"
},
+ "nags.server.title": {
+ "defaultMessage": "Відвідайте налаштування сервера"
+ },
"nags.settings.description.title": {
"defaultMessage": "Відвідайте налаштування опису"
},
@@ -173,6 +212,12 @@
"nags.title-contains-technical-info.title": {
"defaultMessage": "Скоротіть назву"
},
+ "nags.too-many-tags-server.description": {
+ "defaultMessage": "Вами вибрано {tagCount, plural, one {# теґ} few {# теґи} other {# теґів}}. Будь ласка, зменште їх кількість до {maxTagCount}, щоб переконатися, що ваш сервер видно в доречних результатах пошуку."
+ },
+ "nags.too-many-tags-server.title": {
+ "defaultMessage": "Виберіть відповідні теґи"
+ },
"nags.too-many-tags.description": {
"defaultMessage": "Ви вибрали {tagCount, plural, one {# теґ} few {# теґи} other {# теґів}}. Зменште кількість до {maxTagCount} або менше, щоб ваш проєкт показувався у відповідних результатах пошуку."
},
diff --git a/packages/moderation/src/locales/zh-CN/index.json b/packages/moderation/src/locales/zh-CN/index.json
index 30aea07d75..3f3a4972a4 100644
--- a/packages/moderation/src/locales/zh-CN/index.json
+++ b/packages/moderation/src/locales/zh-CN/index.json
@@ -11,6 +11,18 @@
"nags.add-icon.title": {
"defaultMessage": "添加图标"
},
+ "nags.add-java-address.description": {
+ "defaultMessage": "添加IP地址和端口,Java 版玩家可以使用它们加入你的服务器。"
+ },
+ "nags.add-java-address.title": {
+ "defaultMessage": "添加 Java 地址"
+ },
+ "nags.add-links-server.description": {
+ "defaultMessage": "添加一些 Modrinth 站外的相关链接,例如一个网站、商店或 Discord 频道邀请。"
+ },
+ "nags.add-links-server.title": {
+ "defaultMessage": "添加外部链接"
+ },
"nags.add-links.description": {
"defaultMessage": "添加一些 Modrinth 站外的相关链接,例如源代码仓库、问题追踪器或 Discord 频道邀请。"
},
@@ -51,7 +63,7 @@
"defaultMessage": "精选一张展示图"
},
"nags.gallery.title": {
- "defaultMessage": "访问图库界面"
+ "defaultMessage": "前往图库页"
},
"nags.gpl-license-source-required.description": {
"defaultMessage": "你的{type, select, mod {模组} plugin {插件} other {项目}}所使用的许可证要求源代码必须公开。请为每个新增版本提供源代码地址或源文件,或考虑使用其他的许可证。"
@@ -59,6 +71,12 @@
"nags.gpl-license-source-required.title": {
"defaultMessage": "提供源代码"
},
+ "nags.identical-links.description": {
+ "defaultMessage": "你的一些外部链接似乎重复了。每个链接只应输入一次,并设置合适的链接类型。"
+ },
+ "nags.identical-links.title": {
+ "defaultMessage": "链接重复"
+ },
"nags.image-heavy-description.description": {
"defaultMessage": "你的介绍描述应包含足够的纯文本或图片替代文本,确保使用屏幕阅读器的用户或网速较慢的用户也能正常访问。"
},
@@ -122,6 +140,24 @@
"nags.multiple-resolution-tags.title": {
"defaultMessage": "选择正确的分辨率"
},
+ "nags.select-compatibility.description": {
+ "defaultMessage": "选择你的服务器支持的版本;挑一个整合包,或者自行上传。"
+ },
+ "nags.select-compatibility.title": {
+ "defaultMessage": "选择兼容版本"
+ },
+ "nags.select-country.description": {
+ "defaultMessage": "让玩家知道你的服务器所在的地区。"
+ },
+ "nags.select-country.title": {
+ "defaultMessage": "选择地区"
+ },
+ "nags.select-language.description": {
+ "defaultMessage": "列出你的服务器支持的一个或多个语言。"
+ },
+ "nags.select-language.title": {
+ "defaultMessage": "选择一个语言"
+ },
"nags.select-license.description": {
"defaultMessage": "请选择你的{type, select, mod {模组} modpack {整合包} resourcepack {资源包} shader {着色器} plugin {插件} datapack {数据包} other {项目}}所遵循的发布许可证。"
},
@@ -134,6 +170,9 @@
"nags.select-tags.title": {
"defaultMessage": "选择标签"
},
+ "nags.server.title": {
+ "defaultMessage": "访问服务器设置"
+ },
"nags.settings.description.title": {
"defaultMessage": "访问描述设置"
},
@@ -159,7 +198,7 @@
"defaultMessage": "你的简介不应包含任何格式、换行符、特殊字符或链接,因为简介仅会以纯文本形式展示。"
},
"nags.summary-special-formatting.title": {
- "defaultMessage": "清理简介"
+ "defaultMessage": "清除简介"
},
"nags.summary-too-short.description": {
"defaultMessage": "你的简介包含 {length, plural, other {# 个字符}}。建议至少包含 {minChars, plural, other {# 个字符}},来让简介既丰富又引人入胜。"
@@ -173,6 +212,12 @@
"nags.title-contains-technical-info.title": {
"defaultMessage": "清理名称"
},
+ "nags.too-many-tags-server.description": {
+ "defaultMessage": "你已选择 {tagCount, plural, other {# 个标签}}。请将其数量减少到 {maxTagCount} 个或更少,以确保你的服务器能正常出现在相关搜索结果中。"
+ },
+ "nags.too-many-tags-server.title": {
+ "defaultMessage": "选择准确的标签"
+ },
"nags.too-many-tags.description": {
"defaultMessage": "你已选择 {tagCount, plural, other {# 个标签}}。建议将其数量减少到 {maxTagCount} 个或更少,以确保你的项目能正常出现在相关搜索结果中。"
},
diff --git a/packages/moderation/src/locales/zh-TW/index.json b/packages/moderation/src/locales/zh-TW/index.json
index b267d0b0d1..be164d972a 100644
--- a/packages/moderation/src/locales/zh-TW/index.json
+++ b/packages/moderation/src/locales/zh-TW/index.json
@@ -11,6 +11,18 @@
"nags.add-icon.title": {
"defaultMessage": "新增圖示"
},
+ "nags.add-java-address.description": {
+ "defaultMessage": "新增 Java 版玩家加入你的伺服器時使用的 IP 位址與連接埠。"
+ },
+ "nags.add-java-address.title": {
+ "defaultMessage": "新增 Java 位址"
+ },
+ "nags.add-links-server.description": {
+ "defaultMessage": "新增 Modrinth 以外的任何相關連結,例如網站、商店或 Discord 邀請連結。"
+ },
+ "nags.add-links-server.title": {
+ "defaultMessage": "新增外部連結"
+ },
"nags.add-links.description": {
"defaultMessage": "新增任何與專案相關且指向 Modrinth 以外的連結,例如原始碼、問題追蹤器或 Discord 邀請連結。"
},
@@ -18,13 +30,13 @@
"defaultMessage": "新增外部連結"
},
"nags.all-tags-selected.description": {
- "defaultMessage": "你已選取了全部 {totalAvailableTags} 個可用標籤。這違背了標籤的初衷,標籤旨在幫助使用者找到相關專案。請僅選取與你的專案相關的標籤。"
+ "defaultMessage": "你選擇了全部 {totalAvailableTags} 個可用標籤。這違背了標籤的初衷,標籤旨在幫助使用者找到相關專案。請僅選取與你的專案相關的標籤。"
},
"nags.all-tags-selected.title": {
- "defaultMessage": "選取準確的標籤"
+ "defaultMessage": "選擇精確的標籤"
},
"nags.description-too-short.description": {
- "defaultMessage": "你的描述目前只有 {length} 個字元。建議至少達到 {minChars} 個字元,才能寫出一段既實用又吸引人的摘要。"
+ "defaultMessage": "您的描述目前長度為 {length, plural, one {# 個可閱讀字元} other {# 個可閱讀字元}}。建議至少輸入 {minChars, plural, one {# 個字元} other {# 個字元}},以建立清晰且資訊完整的描述。"
},
"nags.description-too-short.title": {
"defaultMessage": "擴展描述"
@@ -59,6 +71,12 @@
"nags.gpl-license-source-required.title": {
"defaultMessage": "提供原始碼"
},
+ "nags.identical-links.description": {
+ "defaultMessage": "你輸入的部分外部連結似乎完全相同。每個連結僅應輸入一次,並選擇正確的連結類型。"
+ },
+ "nags.identical-links.title": {
+ "defaultMessage": "連結內容重複"
+ },
"nags.image-heavy-description.description": {
"defaultMessage": "請在描述中提供充足的純文字或圖片替代文字,讓螢幕閱讀器使用者與網路速度較慢的使用者也能順利閱讀。"
},
@@ -84,7 +102,7 @@
"defaultMessage": "請勿使用短網址"
},
"nags.long-headers.description": {
- "defaultMessage": "你的描述中有 {count} 個標題字數過多。標題的作用是作為區塊標題,應保持簡潔,避免使用完整的長句子。"
+ "defaultMessage": "{count, plural, one {# 個標題} other {# 個標題}} 在您的描述中長度過長。標題應簡潔扼要,作為章節的標題即可,不應使用完整句子。"
},
"nags.long-headers.title": {
"defaultMessage": "標題請簡短扼要"
@@ -96,7 +114,7 @@
"defaultMessage": "避免品牌侵權"
},
"nags.missing-alt-text.description": {
- "defaultMessage": "你的部分圖片缺少替代文字,這對協助工具(尤其是視障使用者)來說非常重要。"
+ "defaultMessage": "您的部分圖片缺少替代文字,這對於無障礙存取至關重要,特別是對視障用戶而言。"
},
"nags.missing-alt-text.title": {
"defaultMessage": "新增圖片替代文字"
@@ -117,11 +135,29 @@
"defaultMessage": "檢查回饋"
},
"nags.multiple-resolution-tags.description": {
- "defaultMessage": "你已選取了 {count} 個解析度標籤 ({tags})。資源包通常應該只有一個與其主要解析度相符的解析度標籤。"
+ "defaultMessage": "你選擇了 {count} 個解析度標籤 ({tags})。資源包通常應該只有一個與其主要解析度相符的解析度標籤。"
},
"nags.multiple-resolution-tags.title": {
"defaultMessage": "選擇正確的解析度"
},
+ "nags.select-compatibility.description": {
+ "defaultMessage": "選擇你的伺服器支援的版本、挑選一個模組包,或是上傳你自己的檔案。"
+ },
+ "nags.select-compatibility.title": {
+ "defaultMessage": "選擇相容性"
+ },
+ "nags.select-country.description": {
+ "defaultMessage": "讓玩家知道你的伺服器所在地。"
+ },
+ "nags.select-country.title": {
+ "defaultMessage": "選擇地區"
+ },
+ "nags.select-language.description": {
+ "defaultMessage": "列出你的伺服器支援的一種或多種語言。"
+ },
+ "nags.select-language.title": {
+ "defaultMessage": "選擇語言"
+ },
"nags.select-license.description": {
"defaultMessage": "選擇你的{type, select, mod {模組} modpack {模組包} resourcepack {資源包} shader {光影包} plugin {插件} datapack {資料包} other {專案}}所採用的授權條款。"
},
@@ -134,6 +170,9 @@
"nags.select-tags.title": {
"defaultMessage": "選擇標籤"
},
+ "nags.server.title": {
+ "defaultMessage": "前往伺服器設定"
+ },
"nags.settings.description.title": {
"defaultMessage": "前往描述設定"
},
@@ -162,7 +201,7 @@
"defaultMessage": "清理摘要"
},
"nags.summary-too-short.description": {
- "defaultMessage": "你的摘要目前只有 {length} 個字元。建議至少達到 {minChars} 個字元,才能寫出一段既實用又吸引人的摘要。"
+ "defaultMessage": "您的摘要長度為 {length, plural, one {# 個字元} other {# 個字元}}。建議至少輸入 {minChars, plural, one {# 個字元} other {# 個字元}},以建立資訊完整且吸引人的摘要。"
},
"nags.summary-too-short.title": {
"defaultMessage": "擴展摘要"
@@ -173,8 +212,14 @@
"nags.title-contains-technical-info.title": {
"defaultMessage": "清理名稱"
},
+ "nags.too-many-tags-server.description": {
+ "defaultMessage": "你選擇了 {tagCount} 個標籤。請減少到 {maxTagCount} 個或更少,以確保你的伺服器出現在相關的搜尋結果中。"
+ },
+ "nags.too-many-tags-server.title": {
+ "defaultMessage": "選擇精確的標籤"
+ },
"nags.too-many-tags.description": {
- "defaultMessage": "你已選取了 {tagCount} 個標籤。請考慮減少到 {maxTagCount} 個或更少,以確保你的專案出現在相關的搜尋結果中。"
+ "defaultMessage": "你選擇了 {tagCount} 個標籤。請考慮減少到 {maxTagCount} 個或更少,以確保你的專案出現在相關的搜尋結果中。"
},
"nags.too-many-tags.title": {
"defaultMessage": "選擇精確的標籤"
diff --git a/packages/ui/src/locales/ar-SA/index.json b/packages/ui/src/locales/ar-SA/index.json
index a0a21737fe..bd08bd50c5 100644
--- a/packages/ui/src/locales/ar-SA/index.json
+++ b/packages/ui/src/locales/ar-SA/index.json
@@ -1,7 +1,37 @@
{
+ "affiliate.create.button": {
+ "defaultMessage": "إنشاء رابط تسويق بالعمولة"
+ },
+ "affiliate.create.header": {
+ "defaultMessage": "إنشاء رمز تسويق بالعمولة جديد"
+ },
+ "affiliate.create.title.description": {
+ "defaultMessage": "أعطِ رابط الإحالة الخاص بك اسمًا حتى تعرف من أين يأتي الناس!"
+ },
+ "affiliate.create.title.label": {
+ "defaultMessage": "عنوان رابط الإحالة"
+ },
+ "affiliate.create.title.placeholder": {
+ "defaultMessage": "مثل اليوتيوب"
+ },
+ "affiliate.create.user.description": {
+ "defaultMessage": "اسم المستخدم الذي سيتم من خلاله إنشاء رمز الإحالة الخاص بـ"
+ },
"affiliate.create.user.placeholder": {
"defaultMessage": "ادخل اسم المستخدم..."
},
+ "affiliate.createdBy": {
+ "defaultMessage": "صنعت من قبل {user}"
+ },
+ "affiliate.creating.button": {
+ "defaultMessage": "إنشاء رابط تسويق بالعمولة..."
+ },
+ "affiliate.revoke": {
+ "defaultMessage": "إلغاء رابط الإحالة"
+ },
+ "affiliate.viewAnalytics": {
+ "defaultMessage": "عرض التحليلات"
+ },
"badge.beta": {
"defaultMessage": "تجريبي"
},
@@ -11,6 +41,12 @@
"badge.new": {
"defaultMessage": "جديد"
},
+ "button.accept": {
+ "defaultMessage": "اقبل"
+ },
+ "button.affiliate-links": {
+ "defaultMessage": "روابط تابعة"
+ },
"button.analytics": {
"defaultMessage": "تحليل"
},
@@ -20,6 +56,12 @@
"button.cancel": {
"defaultMessage": "إلغاء"
},
+ "button.clear": {
+ "defaultMessage": "امسح"
+ },
+ "button.close": {
+ "defaultMessage": "اقفل"
+ },
"button.continue": {
"defaultMessage": "استمر"
},
@@ -32,6 +74,9 @@
"button.create-a-project": {
"defaultMessage": "إنشاء مشروع"
},
+ "button.decline": {
+ "defaultMessage": "رفض"
+ },
"button.download": {
"defaultMessage": "تنزيل"
},
@@ -44,6 +89,9 @@
"button.follow": {
"defaultMessage": "متابعة"
},
+ "button.max": {
+ "defaultMessage": "حد اقصى"
+ },
"button.more-options": {
"defaultMessage": "مزيد من الخيارات"
},
@@ -71,6 +119,9 @@
"button.reset": {
"defaultMessage": "إعادة ضبط"
},
+ "button.retry": {
+ "defaultMessage": "الإعادة"
+ },
"button.save": {
"defaultMessage": "حفظ"
},
@@ -95,6 +146,9 @@
"button.unfollow": {
"defaultMessage": "إلغاء المتابعة"
},
+ "button.update": {
+ "defaultMessage": "تحديث"
+ },
"button.upload-image": {
"defaultMessage": "رفع صورة"
},
@@ -107,9 +161,120 @@
"changelog.product.app": {
"defaultMessage": "تطبيق"
},
+ "changelog.product.hosting": {
+ "defaultMessage": "المضيف"
+ },
"changelog.product.web": {
"defaultMessage": "موقع إلكتروني"
},
+ "collections.label.private": {
+ "defaultMessage": "خاص"
+ },
+ "form.label.address-line": {
+ "defaultMessage": "خط عنوان"
+ },
+ "form.label.address-line-2": {
+ "defaultMessage": "خط عنوان 2 (تختياري)"
+ },
+ "form.label.amount": {
+ "defaultMessage": "مبلغ"
+ },
+ "form.label.bank-name": {
+ "defaultMessage": "اسم البنك"
+ },
+ "form.label.business-name": {
+ "defaultMessage": "اسم العمل"
+ },
+ "form.label.city": {
+ "defaultMessage": "مدينة"
+ },
+ "form.label.country": {
+ "defaultMessage": "بلد"
+ },
+ "form.label.date-of-birth": {
+ "defaultMessage": "تاريخ ازدياد"
+ },
+ "form.label.email": {
+ "defaultMessage": "ايميل"
+ },
+ "form.label.first-name": {
+ "defaultMessage": "اسم شخصي"
+ },
+ "form.label.last-name": {
+ "defaultMessage": "اسم عائلي"
+ },
+ "form.label.postal-code": {
+ "defaultMessage": "كود ZIP"
+ },
+ "form.label.state-province": {
+ "defaultMessage": "ولاية/مقاطعة"
+ },
+ "form.placeholder.address": {
+ "defaultMessage": "ضع عنوان"
+ },
+ "form.placeholder.address-2": {
+ "defaultMessage": "شقة، جناح، إلخ."
+ },
+ "form.placeholder.amount": {
+ "defaultMessage": "ضع مبلغ"
+ },
+ "form.placeholder.bank-name": {
+ "defaultMessage": "ضع اسم البنك"
+ },
+ "form.placeholder.bank-name-dropdown": {
+ "defaultMessage": "اختر اسم البنك"
+ },
+ "form.placeholder.business-name": {
+ "defaultMessage": "ضع اسم العمل"
+ },
+ "form.placeholder.city": {
+ "defaultMessage": "ضع مدينة"
+ },
+ "form.placeholder.country": {
+ "defaultMessage": "اختر بلد"
+ },
+ "form.placeholder.email": {
+ "defaultMessage": "ضع ايميلك"
+ },
+ "form.placeholder.first-name": {
+ "defaultMessage": "ضع اسمك شخصي"
+ },
+ "form.placeholder.last-name": {
+ "defaultMessage": "ضع اسمك عائلي"
+ },
+ "form.placeholder.postal-code": {
+ "defaultMessage": "أدخل الرمز البريدي"
+ },
+ "form.placeholder.state": {
+ "defaultMessage": "ضع المقاطعة او ولاية "
+ },
+ "header.category.category": {
+ "defaultMessage": "محتوى"
+ },
+ "header.category.feature": {
+ "defaultMessage": "مستقبل"
+ },
+ "header.category.performance-impact": {
+ "defaultMessage": "زيادة FPS"
+ },
+ "header.category.resolutions": {
+ "defaultMessage": "جود"
+ },
+ "hosting.specs.burst": {
+ "defaultMessage": "تصل سرعة المعالجة إلى {cpus} وحدة معالجة مركزية"
+ },
+ "hosting.specs.burst.tooltip": {
+ "defaultMessage": "تتيح خاصية زيادة سرعة المعالج لخادمك استخدام خيوط معالجة إضافية مؤقتًا للمساعدة في تخفيف ارتفاعات معدل المعاملات في الثانية. انقر هنا لمزيد من المعلومات."
+ },
+ "hosting.specs.gb-ram": {
+ "defaultMessage": "{ram} جيجابايت من ذاكرة الوصول العشوائي"
+ },
+ "hosting.specs.gb-storage": {
+ "defaultMessage": "{storage} GB مساحة تخزين"
+ },
+ "hosting.specs.shared-cpus": {
+ "defaultMessage": "{cpus} وحدات المعالجة المركزية المشتركة"
+ },
"icon-select.edit": {
"defaultMessage": "تعديل الأيقونة"
},
@@ -149,12 +314,69 @@
"instance.worlds.game_mode.unknown": {
"defaultMessage": "وضع لعبة غير معروف"
},
+ "instances.modpack-card.unlink": {
+ "defaultMessage": "إلغاء الربط من حزمة المودات"
+ },
+ "instances.updater-modal.badge.current": {
+ "defaultMessage": "حاضِر"
+ },
+ "instances.updater-modal.badge.incompatible": {
+ "defaultMessage": "غير متوافق"
+ },
+ "instances.updater-modal.downgrade-to": {
+ "defaultMessage": "جار تنزيل الإصدار {version}"
+ },
+ "instances.updater-modal.header": {
+ "defaultMessage": "تحديث الإصدار"
+ },
+ "instances.updater-modal.hide-incompatible": {
+ "defaultMessage": "إخفاء غير المتوافق"
+ },
+ "instances.updater-modal.no-changelog": {
+ "defaultMessage": "لم يتم توفير سجل التغييرات لهذا الإصدار."
+ },
+ "instances.updater-modal.no-versions": {
+ "defaultMessage": "لم يتم العثور على أي إصدارات"
+ },
+ "instances.updater-modal.search-placeholder": {
+ "defaultMessage": "البحث عن إصدار..."
+ },
+ "instances.updater-modal.select-version": {
+ "defaultMessage": "اختر إصدارًا لعرض سجل التغييرات الخاص به"
+ },
+ "instances.updater-modal.show-incompatible": {
+ "defaultMessage": "عرض غير المتوافق"
+ },
+ "instances.updater-modal.update-to": {
+ "defaultMessage": "حدث إلى v{version}"
+ },
+ "instances.updater-modal.warning.app": {
+ "defaultMessage": "لا يمكننا ضمان سلامة التحديثات للـinstance. راجع سجل التغييرات لجميع الإصدارات الوسيطة، وفكّر في إنشاء نسخة احتياطية. "
+ },
+ "instances.updater-modal.warning.web": {
+ "defaultMessage": "لا يمكننا ضمان سلامة التحديثات لعوالمك. راجع سجل التغييرات لجميع الإصدارات الوسيطة، وفكّر في إنشاء نسخة احتياطية. "
+ },
+ "label.actions": {
+ "defaultMessage": "الأفعال"
+ },
+ "label.available": {
+ "defaultMessage": " {amount} موجود."
+ },
+ "label.changelog": {
+ "defaultMessage": "أخر تغيرات"
+ },
"label.changes-saved": {
"defaultMessage": "تم حفظ التغييرات"
},
"label.collections": {
"defaultMessage": "مجموعات"
},
+ "label.confirm-password": {
+ "defaultMessage": "تأكيد كلمة مرور"
+ },
+ "label.content": {
+ "defaultMessage": "محتوى"
+ },
"label.created-ago": {
"defaultMessage": "تم الإنشاء منذ {ago}"
},
@@ -167,9 +389,21 @@
"label.description": {
"defaultMessage": "الوصف"
},
+ "label.details": {
+ "defaultMessage": "تفاصيل"
+ },
+ "label.email": {
+ "defaultMessage": "عنوان"
+ },
+ "label.email-username": {
+ "defaultMessage": "عنوان أو اسم مستخدم"
+ },
"label.error": {
"defaultMessage": "خطأ"
},
+ "label.filter-by": {
+ "defaultMessage": "فرز بـ"
+ },
"label.followed-projects": {
"defaultMessage": "المشاريع التي تتابعها"
},
@@ -179,6 +413,12 @@
"label.moderation": {
"defaultMessage": "الإشراف"
},
+ "label.no": {
+ "defaultMessage": "لا"
+ },
+ "label.no-items": {
+ "defaultMessage": "لا أغراض"
+ },
"label.notifications": {
"defaultMessage": "الإشعارات"
},
@@ -191,18 +431,27 @@
"label.played": {
"defaultMessage": "تم اللعب لمدة {time}"
},
+ "label.project": {
+ "defaultMessage": "مشروع"
+ },
"label.public": {
"defaultMessage": "عام"
},
"label.rejected": {
"defaultMessage": "مرفوض"
},
+ "label.rewards-program-terms-agreement": {
+ "defaultMessage": "أوافق على شروط برنامج المكافآت"
+ },
"label.saved": {
"defaultMessage": "محفوظ"
},
"label.scopes": {
"defaultMessage": "نطاقات"
},
+ "label.search": {
+ "defaultMessage": "ابحث"
+ },
"label.server": {
"defaultMessage": "خادم"
},
@@ -215,18 +464,36 @@
"label.singleplayer": {
"defaultMessage": "اللعب الفردي"
},
+ "label.sort-by": {
+ "defaultMessage": "فرز حسب"
+ },
+ "label.success": {
+ "defaultMessage": "نجاح"
+ },
"label.title": {
"defaultMessage": "العنوان"
},
"label.unlisted": {
"defaultMessage": "غير مدرج"
},
+ "label.update-available": {
+ "defaultMessage": "تحديث متوفر"
+ },
+ "label.username": {
+ "defaultMessage": "اسم مستخدم"
+ },
+ "label.version": {
+ "defaultMessage": "الإصدار"
+ },
"label.visibility": {
"defaultMessage": "الرؤية"
},
"label.visit-your-profile": {
"defaultMessage": "زيارة ملفك الشخصي"
},
+ "label.yes": {
+ "defaultMessage": "نعم"
+ },
"modal.add-payment-method.action": {
"defaultMessage": "إضافة طريقة دفع"
},
@@ -281,6 +548,9 @@
"omorphia.component.badge.label.returned": {
"defaultMessage": "مُعاد"
},
+ "omorphia.component.badge.label.safe": {
+ "defaultMessage": "يمر"
+ },
"omorphia.component.badge.label.scheduled": {
"defaultMessage": "مجدول"
},
@@ -290,6 +560,9 @@
"omorphia.component.badge.label.unlisted": {
"defaultMessage": "غير مدرج"
},
+ "omorphia.component.badge.label.unsafe": {
+ "defaultMessage": "يفشل"
+ },
"omorphia.component.badge.label.withheld": {
"defaultMessage": "محجوز"
},
@@ -314,6 +587,69 @@
"omorphia.component.environment-indicator.label.unsupported": {
"defaultMessage": "غير مدعوم"
},
+ "payment-method.amazon_pay": {
+ "defaultMessage": " Amazon Pay"
+ },
+ "payment-method.amex": {
+ "defaultMessage": "American Express"
+ },
+ "payment-method.card_display": {
+ "defaultMessage": "{card_brand} ينتهي بـ {last_four}"
+ },
+ "payment-method.cashapp": {
+ "defaultMessage": "Cash App"
+ },
+ "payment-method.charity": {
+ "defaultMessage": "صدقة"
+ },
+ "payment-method.charity-plural": {
+ "defaultMessage": "الجمعيات الخيرية"
+ },
+ "payment-method.diners": {
+ "defaultMessage": "Diners Club"
+ },
+ "payment-method.discover": {
+ "defaultMessage": "يكتشف"
+ },
+ "payment-method.eftpos": {
+ "defaultMessage": "EFTPOS"
+ },
+ "payment-method.gift-card": {
+ "defaultMessage": "بطاقة هدايا"
+ },
+ "payment-method.gift-card-plural": {
+ "defaultMessage": "بطاقات الهدايا"
+ },
+ "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": "UnionPayUnionPay"
+ },
+ "payment-method.unknown": {
+ "defaultMessage": "طريقة دفع غير معروفة"
+ },
+ "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-type.all": {
"defaultMessage": "الكل"
},
diff --git a/packages/ui/src/locales/ar-SA/meta.json b/packages/ui/src/locales/ar-SA/meta.json
index 911fcda114..0967ef424b 100644
--- a/packages/ui/src/locales/ar-SA/meta.json
+++ b/packages/ui/src/locales/ar-SA/meta.json
@@ -1,10 +1 @@
-{
- "displayName": {
- "description": "Please enter the name of the language in its specific variant or regional form (e.g., English (US) for American English, not just English). If the language does not have any specific variant, simply enter the name of the language (e.g., Français, Deutsch).",
- "message": "العربية (المملكة العربية السعودية)"
- },
- "searchTerms": {
- "description": "Please provide additional search terms associated with the language, if needed, to enhance the search functionality (e.g., American English, Deutschland). Each search term should be entered on a separate line. Translate as a hyphen (-) if no additional terms are needed.",
- "message": "المملكة العربية السعودية \nالعربية السعودية"
- }
-}
+{}
diff --git a/packages/ui/src/locales/cs-CZ/meta.json b/packages/ui/src/locales/cs-CZ/meta.json
index 7f4000e8c7..0967ef424b 100644
--- a/packages/ui/src/locales/cs-CZ/meta.json
+++ b/packages/ui/src/locales/cs-CZ/meta.json
@@ -1,10 +1 @@
-{
- "displayName": {
- "description": "Please enter the name of the language in its specific variant or regional form (e.g., English (US) for American English, not just English). If the language does not have any specific variant, simply enter the name of the language (e.g., Français, Deutsch).",
- "message": "Čeština (Česko)"
- },
- "searchTerms": {
- "description": "Please provide additional search terms associated with the language, if needed, to enhance the search functionality (e.g., American English, Deutschland). Each search term should be entered on a separate line. Translate as a hyphen (-) if no additional terms are needed.",
- "message": "ČR\nČesky"
- }
-}
+{}
diff --git a/packages/ui/src/locales/da-DK/meta.json b/packages/ui/src/locales/da-DK/meta.json
index 732d310fa7..0967ef424b 100644
--- a/packages/ui/src/locales/da-DK/meta.json
+++ b/packages/ui/src/locales/da-DK/meta.json
@@ -1,10 +1 @@
-{
- "displayName": {
- "description": "Please enter the name of the language in its specific variant or regional form (e.g., English (US) for American English, not just English). If the language does not have any specific variant, simply enter the name of the language (e.g., Français, Deutsch).",
- "message": "Dansk"
- },
- "searchTerms": {
- "description": "Please provide additional search terms associated with the language, if needed, to enhance the search functionality (e.g., American English, Deutschland). Each search term should be entered on a separate line. Translate as a hyphen (-) if no additional terms are needed.",
- "message": "Dansk\nDanmark"
- }
-}
+{}
diff --git a/packages/ui/src/locales/de-CH/index.json b/packages/ui/src/locales/de-CH/index.json
index 8ca994b79c..083413e4df 100644
--- a/packages/ui/src/locales/de-CH/index.json
+++ b/packages/ui/src/locales/de-CH/index.json
@@ -254,6 +254,18 @@
"header.category.feature": {
"defaultMessage": "Funktion"
},
+ "header.category.minecraft-server-community": {
+ "defaultMessage": "Community"
+ },
+ "header.category.minecraft-server-features": {
+ "defaultMessage": "Funktionen"
+ },
+ "header.category.minecraft-server-gameplay": {
+ "defaultMessage": "Gameplay"
+ },
+ "header.category.minecraft-server-meta": {
+ "defaultMessage": "Meta"
+ },
"header.category.performance-impact": {
"defaultMessage": "Leistungsauswirkung"
},
@@ -317,6 +329,42 @@
"instances.modpack-card.unlink": {
"defaultMessage": "Modpaket entkoppeln"
},
+ "instances.modpack-content-modal.back-button": {
+ "defaultMessage": "Zurück"
+ },
+ "instances.modpack-content-modal.copy-link": {
+ "defaultMessage": "Link kopieren"
+ },
+ "instances.modpack-content-modal.disable": {
+ "defaultMessage": "Deaktivieren"
+ },
+ "instances.modpack-content-modal.empty-description": {
+ "defaultMessage": "Dieses Modpack enthält keine zusätzlichen inhalte."
+ },
+ "instances.modpack-content-modal.empty-title": {
+ "defaultMessage": "Keine Inhalte gefunden"
+ },
+ "instances.modpack-content-modal.enable": {
+ "defaultMessage": "Aktivieren"
+ },
+ "instances.modpack-content-modal.filter-all": {
+ "defaultMessage": "Alle"
+ },
+ "instances.modpack-content-modal.header": {
+ "defaultMessage": "Modpack Inhalt"
+ },
+ "instances.modpack-content-modal.loading": {
+ "defaultMessage": "Lade Inhalte..."
+ },
+ "instances.modpack-content-modal.no-results": {
+ "defaultMessage": "Keine Projekte entsprechen deiner Suche."
+ },
+ "instances.modpack-content-modal.search-placeholder": {
+ "defaultMessage": "Durchsuche {count} Projekte"
+ },
+ "instances.modpack-content-modal.selected-count": {
+ "defaultMessage": "{count} ausgewählt"
+ },
"instances.updater-modal.badge.current": {
"defaultMessage": "Aktuell"
},
@@ -494,12 +542,132 @@
"label.yes": {
"defaultMessage": "Ja"
},
+ "locale.cs-CZ": {
+ "defaultMessage": "Tschechisch"
+ },
+ "locale.da-DK": {
+ "defaultMessage": "Dänisch"
+ },
+ "locale.de-CH": {
+ "defaultMessage": "Deutsch (Schweiz)"
+ },
+ "locale.de-DE": {
+ "defaultMessage": "Deutsch (Deutschland)"
+ },
+ "locale.en-US": {
+ "defaultMessage": "Englisch (Vereinigte Staaten)"
+ },
+ "locale.es-419": {
+ "defaultMessage": "Spanisch (Lateinamerika)"
+ },
+ "locale.es-ES": {
+ "defaultMessage": "Spanisch (Spanien)"
+ },
+ "locale.fi-FI": {
+ "defaultMessage": "Finnisch"
+ },
+ "locale.fil-PH": {
+ "defaultMessage": "Filipinisch"
+ },
+ "locale.fr-FR": {
+ "defaultMessage": "Französisch"
+ },
+ "locale.he-IL": {
+ "defaultMessage": "Hebräisch"
+ },
+ "locale.hu-HU": {
+ "defaultMessage": "Ungarisch"
+ },
+ "locale.id-ID": {
+ "defaultMessage": "Indonesisch"
+ },
+ "locale.it-IT": {
+ "defaultMessage": "Italienisch (Italien)"
+ },
+ "locale.ja-JP": {
+ "defaultMessage": "Japanisch"
+ },
+ "locale.ko-KR": {
+ "defaultMessage": "Koreanisch"
+ },
+ "locale.ms-MY": {
+ "defaultMessage": "Malaiisch"
+ },
+ "locale.nl-NL": {
+ "defaultMessage": "Niederländisch"
+ },
+ "locale.no-NO": {
+ "defaultMessage": "Norwegisch, Buchsprache"
+ },
+ "locale.pl-PL": {
+ "defaultMessage": "Polnisch"
+ },
+ "locale.pt-BR": {
+ "defaultMessage": "Portugiesisch (Brasilien)"
+ },
+ "locale.pt-PT": {
+ "defaultMessage": "Portugiesisch (Portugal)"
+ },
+ "locale.ro-RO": {
+ "defaultMessage": "Rumänisch"
+ },
+ "locale.ru-RU": {
+ "defaultMessage": "Russisch"
+ },
+ "locale.sr-CS": {
+ "defaultMessage": "Serbisch (Latein)"
+ },
+ "locale.sv-SE": {
+ "defaultMessage": "Schwedisch"
+ },
+ "locale.th-TH": {
+ "defaultMessage": "Thailändisch"
+ },
+ "locale.tr-TR": {
+ "defaultMessage": "Türkisch"
+ },
+ "locale.uk-UA": {
+ "defaultMessage": "Ukrainisch"
+ },
+ "locale.vi-VN": {
+ "defaultMessage": "Vietnamesisch"
+ },
+ "locale.zh-CN": {
+ "defaultMessage": "Chinesisch (Vereinfacht)"
+ },
+ "locale.zh-TW": {
+ "defaultMessage": "Chinesisch (Traditionell)"
+ },
"modal.add-payment-method.action": {
"defaultMessage": "Zahlungsmethode hinzufügen"
},
"modal.add-payment-method.title": {
"defaultMessage": "Eine Zahlungsmethode hinzufügen"
},
+ "modal.open-in-app.benefit.install": {
+ "defaultMessage": "Installiere automatisch benötigte Inhalte"
+ },
+ "modal.open-in-app.benefit.launch": {
+ "defaultMessage": "Server direct nach Start beitreten"
+ },
+ "modal.open-in-app.benefit.update": {
+ "defaultMessage": "Aktualisiere Dateien wenn der Server sich ändert"
+ },
+ "modal.open-in-app.close": {
+ "defaultMessage": "Schliessen"
+ },
+ "modal.open-in-app.get-app": {
+ "defaultMessage": "Modrinth App herunterladen"
+ },
+ "modal.open-in-app.opening-automatically": {
+ "defaultMessage": "Die Modrinth App wird sich automatisch öffnen..."
+ },
+ "modal.open-in-app.title": {
+ "defaultMessage": "Öffne Modrinth App"
+ },
+ "modal.open-in-app.why-use": {
+ "defaultMessage": "Warum die Modrinth App nutzen"
+ },
"notification.error.title": {
"defaultMessage": "Ein Fehler ist aufgetreten"
},
@@ -812,15 +980,33 @@
"project.about.links.issues": {
"defaultMessage": "Problem melden"
},
+ "project.about.links.site": {
+ "defaultMessage": "Webseite besuchen"
+ },
"project.about.links.source": {
"defaultMessage": "Quelle anzeigen"
},
+ "project.about.links.store": {
+ "defaultMessage": "Shopseite besuchen"
+ },
"project.about.links.title": {
"defaultMessage": "Links"
},
"project.about.links.wiki": {
"defaultMessage": "Wiki besuchen"
},
+ "project.about.server.copied": {
+ "defaultMessage": "Kopiert!"
+ },
+ "project.about.server.copiedText": {
+ "defaultMessage": "IP Addresse in Zwischenablage kopiert"
+ },
+ "project.about.server.latency": {
+ "defaultMessage": "Latenz"
+ },
+ "project.about.server.title": {
+ "defaultMessage": "Serverdetails"
+ },
"project.download-count-tooltip": {
"defaultMessage": "{count} {count, plural, one {Download} other {Downloads}}"
},
@@ -893,9 +1079,21 @@
"project.follower-count-tooltip": {
"defaultMessage": "{count} {count, plural, one {Follower} other {Follower}}"
},
+ "project.online-player-count": {
+ "defaultMessage": "{count} online"
+ },
+ "project.recent-plays": {
+ "defaultMessage": "{count} kürzliche spiele"
+ },
+ "project.server.ping.ms": {
+ "defaultMessage": "{ping} ms"
+ },
"project.settings.analytics.title": {
"defaultMessage": "Analytiks"
},
+ "project.settings.content.title": {
+ "defaultMessage": "Inhalt"
+ },
"project.settings.description.title": {
"defaultMessage": "Beschreibung"
},
@@ -1004,6 +1202,9 @@
"project.settings.notice.no-permission.title": {
"defaultMessage": "Keine Berechtigung"
},
+ "project.settings.server.title": {
+ "defaultMessage": "Server"
+ },
"project.settings.tags.title": {
"defaultMessage": "Tags"
},
@@ -1361,39 +1562,75 @@
"tag.category.adventure": {
"defaultMessage": "Abenteuer"
},
+ "tag.category.adventure-mode": {
+ "defaultMessage": "Abenteuermodus"
+ },
+ "tag.category.anarchy": {
+ "defaultMessage": "Anarchie"
+ },
"tag.category.atmosphere": {
"defaultMessage": "Atmosphäre"
},
"tag.category.audio": {
"defaultMessage": "Audio"
},
+ "tag.category.battle-royale": {
+ "defaultMessage": "Battle Royale"
+ },
+ "tag.category.bedwars": {
+ "defaultMessage": "Bed Wars"
+ },
"tag.category.blocks": {
"defaultMessage": "Blöcke"
},
"tag.category.bloom": {
"defaultMessage": "Bloom"
},
+ "tag.category.bosses": {
+ "defaultMessage": "Bosse"
+ },
"tag.category.cartoon": {
"defaultMessage": "Cartoon"
},
"tag.category.challenging": {
"defaultMessage": "Herausfordernd"
},
+ "tag.category.classes": {
+ "defaultMessage": "Klassen"
+ },
"tag.category.colored-lighting": {
"defaultMessage": "Farbige Beleuchtung"
},
"tag.category.combat": {
"defaultMessage": "Kampf"
},
+ "tag.category.competitive": {
+ "defaultMessage": "Kompetitiv"
+ },
"tag.category.core-shaders": {
"defaultMessage": "Kern-Shader"
},
+ "tag.category.creative-mode": {
+ "defaultMessage": "Kreativmodus"
+ },
+ "tag.category.creator-community": {
+ "defaultMessage": "Creator Community"
+ },
+ "tag.category.crossplay": {
+ "defaultMessage": "Crossplay"
+ },
"tag.category.cursed": {
"defaultMessage": "Komisch"
},
+ "tag.category.custom-content": {
+ "defaultMessage": "Benutzerdefinierter Inhalt"
+ },
"tag.category.decoration": {
"defaultMessage": "Dekoration"
},
+ "tag.category.dungeons": {
+ "defaultMessage": "Dungeons"
+ },
"tag.category.economy": {
"defaultMessage": "Wirtschaft"
},
@@ -1406,6 +1643,9 @@
"tag.category.equipment": {
"defaultMessage": "Ausrüstung"
},
+ "tag.category.factions": {
+ "defaultMessage": "Fraktionen"
+ },
"tag.category.fantasy": {
"defaultMessage": "Fantasy"
},
@@ -1421,21 +1661,36 @@
"tag.category.game-mechanics": {
"defaultMessage": "Spielemechaniken"
},
+ "tag.category.gens": {
+ "defaultMessage": "Gens"
+ },
"tag.category.gui": {
"defaultMessage": "GUI"
},
+ "tag.category.hardcore-mode": {
+ "defaultMessage": "Hardcore-Modus"
+ },
"tag.category.high": {
"defaultMessage": "Hoch"
},
"tag.category.items": {
"defaultMessage": "Items"
},
+ "tag.category.keep-inventory": {
+ "defaultMessage": "Behalte Inventar"
+ },
"tag.category.kitchen-sink": {
"defaultMessage": "Von allem etwas"
},
+ "tag.category.kitpvp": {
+ "defaultMessage": "Kit-PvP"
+ },
"tag.category.library": {
"defaultMessage": "Bibliothek"
},
+ "tag.category.lifesteal": {
+ "defaultMessage": "Lifesteal"
+ },
"tag.category.lightweight": {
"defaultMessage": "Anspruchslos"
},
@@ -1451,12 +1706,24 @@
"tag.category.management": {
"defaultMessage": "Verwaltung"
},
+ "tag.category.media": {
+ "defaultMessage": "Medien"
+ },
"tag.category.medium": {
"defaultMessage": "Mittel"
},
+ "tag.category.microgames": {
+ "defaultMessage": "Microspiele"
+ },
"tag.category.minigame": {
"defaultMessage": "Minispiel"
},
+ "tag.category.minigames": {
+ "defaultMessage": "Minispiele"
+ },
+ "tag.category.mmo": {
+ "defaultMessage": "MMO"
+ },
"tag.category.mobs": {
"defaultMessage": "Mobs"
},
@@ -1469,27 +1736,75 @@
"tag.category.multiplayer": {
"defaultMessage": "Mehrspieler"
},
+ "tag.category.network": {
+ "defaultMessage": "Netzwerk"
+ },
+ "tag.category.offline-mode": {
+ "defaultMessage": "Offline-Modus"
+ },
+ "tag.category.oneblock": {
+ "defaultMessage": "Ein Block"
+ },
+ "tag.category.op": {
+ "defaultMessage": "OP"
+ },
"tag.category.optimization": {
"defaultMessage": "Optimierung"
},
+ "tag.category.parkour": {
+ "defaultMessage": "Parkour"
+ },
"tag.category.path-tracing": {
"defaultMessage": "Pfadverfolgung"
},
"tag.category.pbr": {
"defaultMessage": "PBR"
},
+ "tag.category.personal-worlds": {
+ "defaultMessage": "Persöhnliche Welten"
+ },
+ "tag.category.plots": {
+ "defaultMessage": "Plots"
+ },
+ "tag.category.pokemon": {
+ "defaultMessage": "Pokémon"
+ },
"tag.category.potato": {
"defaultMessage": "Kartoffel"
},
+ "tag.category.prison": {
+ "defaultMessage": "Gefängnis"
+ },
+ "tag.category.pve": {
+ "defaultMessage": "PvE"
+ },
+ "tag.category.pvp": {
+ "defaultMessage": "PvP"
+ },
+ "tag.category.questing": {
+ "defaultMessage": "Quests"
+ },
"tag.category.quests": {
"defaultMessage": "Aufgaben"
},
+ "tag.category.racing": {
+ "defaultMessage": "Rennen"
+ },
"tag.category.realistic": {
"defaultMessage": "Realistisch"
},
+ "tag.category.recording-smp": {
+ "defaultMessage": "Aufgenommenes SMP"
+ },
"tag.category.reflections": {
"defaultMessage": "Reflektionen"
},
+ "tag.category.roleplay": {
+ "defaultMessage": "Rollenspiel"
+ },
+ "tag.category.rpg": {
+ "defaultMessage": "RPG"
+ },
"tag.category.screenshot": {
"defaultMessage": "Screenshots"
},
@@ -1502,18 +1817,36 @@
"tag.category.simplistic": {
"defaultMessage": "Simpel"
},
+ "tag.category.skyblock": {
+ "defaultMessage": "SkyBlock"
+ },
+ "tag.category.smp": {
+ "defaultMessage": "SMP"
+ },
"tag.category.social": {
"defaultMessage": "Soziales"
},
"tag.category.storage": {
"defaultMessage": "Lagerung"
},
+ "tag.category.survival-mode": {
+ "defaultMessage": "Überlebensmodus"
+ },
+ "tag.category.teams": {
+ "defaultMessage": "Teams"
+ },
+ "tag.category.technical": {
+ "defaultMessage": "Technisch"
+ },
"tag.category.technology": {
"defaultMessage": "Technologie"
},
"tag.category.themed": {
"defaultMessage": "Thematisiert"
},
+ "tag.category.towns": {
+ "defaultMessage": "Städte"
+ },
"tag.category.transportation": {
"defaultMessage": "Transportation"
},
@@ -1526,6 +1859,12 @@
"tag.category.vanilla-like": {
"defaultMessage": "Vanilla-ähnlich"
},
+ "tag.category.whitelisted": {
+ "defaultMessage": "Whitelist"
+ },
+ "tag.category.world-resets": {
+ "defaultMessage": "Welt zurücksetzungen"
+ },
"tag.category.worldgen": {
"defaultMessage": "Weltgenerierung"
},
diff --git a/packages/ui/src/locales/de-CH/meta.json b/packages/ui/src/locales/de-CH/meta.json
index 72b1842d3f..10df395c89 100644
--- a/packages/ui/src/locales/de-CH/meta.json
+++ b/packages/ui/src/locales/de-CH/meta.json
@@ -5,6 +5,6 @@
},
"searchTerms": {
"description": "Please provide additional search terms associated with the language, if needed, to enhance the search functionality (e.g., American English, Deutschland). Each search term should be entered on a separate line. Translate as a hyphen (-) if no additional terms are needed.",
- "message": "Schweiz\nDE\nDEU\nDE_CH\nCH\nSwitzerland\nGerman"
+ "message": "Schweiz\nSchweizer Hochdeutsch\nDE\nDEU\nDE_CH\nCH\nSwitzerland\nGerman"
}
}
diff --git a/packages/ui/src/locales/de-DE/index.json b/packages/ui/src/locales/de-DE/index.json
index 09b5f8aeb9..32db4426d8 100644
--- a/packages/ui/src/locales/de-DE/index.json
+++ b/packages/ui/src/locales/de-DE/index.json
@@ -254,6 +254,18 @@
"header.category.feature": {
"defaultMessage": "Funktion"
},
+ "header.category.minecraft-server-community": {
+ "defaultMessage": "Community"
+ },
+ "header.category.minecraft-server-features": {
+ "defaultMessage": "Funktionen"
+ },
+ "header.category.minecraft-server-gameplay": {
+ "defaultMessage": "Gameplay"
+ },
+ "header.category.minecraft-server-meta": {
+ "defaultMessage": "Meta"
+ },
"header.category.performance-impact": {
"defaultMessage": "Leistungsauswirkung"
},
@@ -317,6 +329,42 @@
"instances.modpack-card.unlink": {
"defaultMessage": "Modpack entkoppeln"
},
+ "instances.modpack-content-modal.back-button": {
+ "defaultMessage": "Zurück"
+ },
+ "instances.modpack-content-modal.copy-link": {
+ "defaultMessage": "Link kopieren"
+ },
+ "instances.modpack-content-modal.disable": {
+ "defaultMessage": "Deaktivieren"
+ },
+ "instances.modpack-content-modal.empty-description": {
+ "defaultMessage": "Dieses Modpack enthält keine zusätzlichen Inhalte."
+ },
+ "instances.modpack-content-modal.empty-title": {
+ "defaultMessage": "Keine Inhalte gefunden"
+ },
+ "instances.modpack-content-modal.enable": {
+ "defaultMessage": "Aktivieren"
+ },
+ "instances.modpack-content-modal.filter-all": {
+ "defaultMessage": "Alle"
+ },
+ "instances.modpack-content-modal.header": {
+ "defaultMessage": "Modpack-Inhalt"
+ },
+ "instances.modpack-content-modal.loading": {
+ "defaultMessage": "Lade Inhalte..."
+ },
+ "instances.modpack-content-modal.no-results": {
+ "defaultMessage": "Keine Projekte entsprechen deiner Suche."
+ },
+ "instances.modpack-content-modal.search-placeholder": {
+ "defaultMessage": "Durchsuche {count} Projekte"
+ },
+ "instances.modpack-content-modal.selected-count": {
+ "defaultMessage": "{count} ausgewählt"
+ },
"instances.updater-modal.badge.current": {
"defaultMessage": "Aktuell"
},
@@ -500,6 +548,30 @@
"modal.add-payment-method.title": {
"defaultMessage": "Eine Zahlungsmethode hinzufügen"
},
+ "modal.open-in-app.benefit.install": {
+ "defaultMessage": "Installiere automatisch benötigte Inhalte"
+ },
+ "modal.open-in-app.benefit.launch": {
+ "defaultMessage": "Trete dem Server direkt nach dem Spielstart bei"
+ },
+ "modal.open-in-app.benefit.update": {
+ "defaultMessage": "Halte Dateien auf dem neuesten Stand, wenn sich der Server ändert"
+ },
+ "modal.open-in-app.close": {
+ "defaultMessage": "Schließen"
+ },
+ "modal.open-in-app.get-app": {
+ "defaultMessage": "Modrinth App herunterladen"
+ },
+ "modal.open-in-app.opening-automatically": {
+ "defaultMessage": "Die Modrinth App wird sich automatisch öffnen..."
+ },
+ "modal.open-in-app.title": {
+ "defaultMessage": "Öffne Modrinth App"
+ },
+ "modal.open-in-app.why-use": {
+ "defaultMessage": "Warum die Modrinth App nutzen"
+ },
"notification.error.title": {
"defaultMessage": "Ein Fehler ist aufgetreten"
},
@@ -812,15 +884,33 @@
"project.about.links.issues": {
"defaultMessage": "Fehler melden"
},
+ "project.about.links.site": {
+ "defaultMessage": "Website besuchen"
+ },
"project.about.links.source": {
"defaultMessage": "Quelle anzeigen"
},
+ "project.about.links.store": {
+ "defaultMessage": "Shopseite besuchen"
+ },
"project.about.links.title": {
"defaultMessage": "Links"
},
"project.about.links.wiki": {
"defaultMessage": "Wiki besuchen"
},
+ "project.about.server.copied": {
+ "defaultMessage": "Kopiert!"
+ },
+ "project.about.server.copiedText": {
+ "defaultMessage": "IP-Adresse in die Zwischenablage kopiert"
+ },
+ "project.about.server.latency": {
+ "defaultMessage": "Latenz"
+ },
+ "project.about.server.title": {
+ "defaultMessage": "Serverdetails"
+ },
"project.download-count-tooltip": {
"defaultMessage": "{count} {count, plural, one {Download} other {Downloads}}"
},
@@ -893,9 +983,21 @@
"project.follower-count-tooltip": {
"defaultMessage": "{count} {count, plural, one {Follower} other {Follower}}"
},
+ "project.online-player-count": {
+ "defaultMessage": "{count} online"
+ },
+ "project.recent-plays": {
+ "defaultMessage": "{count} {count, plural, one {kürzlicher Spielstart} other {kürzliche Spielstarts}}"
+ },
+ "project.server.ping.ms": {
+ "defaultMessage": "{ping} ms"
+ },
"project.settings.analytics.title": {
"defaultMessage": "Analysen"
},
+ "project.settings.content.title": {
+ "defaultMessage": "Inhalt"
+ },
"project.settings.description.title": {
"defaultMessage": "Beschreibung"
},
@@ -1004,6 +1106,9 @@
"project.settings.notice.no-permission.title": {
"defaultMessage": "Keine Berechtigungen"
},
+ "project.settings.server.title": {
+ "defaultMessage": "Server"
+ },
"project.settings.tags.title": {
"defaultMessage": "Tags"
},
@@ -1361,39 +1466,75 @@
"tag.category.adventure": {
"defaultMessage": "Abenteuer"
},
+ "tag.category.adventure-mode": {
+ "defaultMessage": "Abenteuermodus"
+ },
+ "tag.category.anarchy": {
+ "defaultMessage": "Anarchie"
+ },
"tag.category.atmosphere": {
"defaultMessage": "Atmosphäre"
},
"tag.category.audio": {
"defaultMessage": "Audio"
},
+ "tag.category.battle-royale": {
+ "defaultMessage": "Battle Royale"
+ },
+ "tag.category.bedwars": {
+ "defaultMessage": "Bed Wars"
+ },
"tag.category.blocks": {
"defaultMessage": "Blöcke"
},
"tag.category.bloom": {
"defaultMessage": "Bloom"
},
+ "tag.category.bosses": {
+ "defaultMessage": "Bosse"
+ },
"tag.category.cartoon": {
"defaultMessage": "Cartoon"
},
"tag.category.challenging": {
"defaultMessage": "Herausfordernd"
},
+ "tag.category.classes": {
+ "defaultMessage": "Klassen"
+ },
"tag.category.colored-lighting": {
"defaultMessage": "Farbige Lichter"
},
"tag.category.combat": {
"defaultMessage": "Kampf"
},
+ "tag.category.competitive": {
+ "defaultMessage": "Kompetitiv"
+ },
"tag.category.core-shaders": {
"defaultMessage": "Core-Shader"
},
+ "tag.category.creative-mode": {
+ "defaultMessage": "Kreativmodus"
+ },
+ "tag.category.creator-community": {
+ "defaultMessage": "Entwickler-Community"
+ },
+ "tag.category.crossplay": {
+ "defaultMessage": "Crossplay"
+ },
"tag.category.cursed": {
"defaultMessage": "Seltsam"
},
+ "tag.category.custom-content": {
+ "defaultMessage": "Benutzerdefinierter Inhalt"
+ },
"tag.category.decoration": {
"defaultMessage": "Dekoration"
},
+ "tag.category.dungeons": {
+ "defaultMessage": "Dungeons"
+ },
"tag.category.economy": {
"defaultMessage": "Wirtschaft"
},
@@ -1406,6 +1547,9 @@
"tag.category.equipment": {
"defaultMessage": "Ausrüstung"
},
+ "tag.category.factions": {
+ "defaultMessage": "Fraktionen"
+ },
"tag.category.fantasy": {
"defaultMessage": "Fantasy"
},
@@ -1421,21 +1565,36 @@
"tag.category.game-mechanics": {
"defaultMessage": "Spielemechaniken"
},
+ "tag.category.gens": {
+ "defaultMessage": "Generatoren"
+ },
"tag.category.gui": {
"defaultMessage": "GUI"
},
+ "tag.category.hardcore-mode": {
+ "defaultMessage": "Hardcore-Modus"
+ },
"tag.category.high": {
"defaultMessage": "Hoch"
},
"tag.category.items": {
"defaultMessage": "Gegenstände"
},
+ "tag.category.keep-inventory": {
+ "defaultMessage": "Inventar behalten"
+ },
"tag.category.kitchen-sink": {
"defaultMessage": "Von allem etwas"
},
+ "tag.category.kitpvp": {
+ "defaultMessage": "Kit-PvP"
+ },
"tag.category.library": {
"defaultMessage": "Bibliothek"
},
+ "tag.category.lifesteal": {
+ "defaultMessage": "Lifesteal"
+ },
"tag.category.lightweight": {
"defaultMessage": "Leichtgewichtig"
},
@@ -1451,12 +1610,24 @@
"tag.category.management": {
"defaultMessage": "Verwaltung"
},
+ "tag.category.media": {
+ "defaultMessage": "Medien"
+ },
"tag.category.medium": {
"defaultMessage": "Mittel"
},
+ "tag.category.microgames": {
+ "defaultMessage": "Microspiele"
+ },
"tag.category.minigame": {
"defaultMessage": "Minispiel"
},
+ "tag.category.minigames": {
+ "defaultMessage": "Minispiele"
+ },
+ "tag.category.mmo": {
+ "defaultMessage": "MMO"
+ },
"tag.category.mobs": {
"defaultMessage": "Mobs"
},
@@ -1469,27 +1640,75 @@
"tag.category.multiplayer": {
"defaultMessage": "Mehrspieler"
},
+ "tag.category.network": {
+ "defaultMessage": "Netzwerk"
+ },
+ "tag.category.offline-mode": {
+ "defaultMessage": "Offlinemodus"
+ },
+ "tag.category.oneblock": {
+ "defaultMessage": "Ein Block"
+ },
+ "tag.category.op": {
+ "defaultMessage": "OP"
+ },
"tag.category.optimization": {
"defaultMessage": "Optimierung"
},
+ "tag.category.parkour": {
+ "defaultMessage": "Parkour"
+ },
"tag.category.path-tracing": {
"defaultMessage": "Path Tracing"
},
"tag.category.pbr": {
"defaultMessage": "PBR"
},
+ "tag.category.personal-worlds": {
+ "defaultMessage": "Persönliche Welten"
+ },
+ "tag.category.plots": {
+ "defaultMessage": "Plots"
+ },
+ "tag.category.pokemon": {
+ "defaultMessage": "Pokémon"
+ },
"tag.category.potato": {
"defaultMessage": "Kartoffel"
},
+ "tag.category.prison": {
+ "defaultMessage": "Gefängnis"
+ },
+ "tag.category.pve": {
+ "defaultMessage": "PvE"
+ },
+ "tag.category.pvp": {
+ "defaultMessage": "PvP"
+ },
+ "tag.category.questing": {
+ "defaultMessage": "Herausforderungen"
+ },
"tag.category.quests": {
"defaultMessage": "Herausforderungen"
},
+ "tag.category.racing": {
+ "defaultMessage": "Rennen"
+ },
"tag.category.realistic": {
"defaultMessage": "Realistisch"
},
+ "tag.category.recording-smp": {
+ "defaultMessage": "Aufgenommenes SMP"
+ },
"tag.category.reflections": {
"defaultMessage": "Reflexionen"
},
+ "tag.category.roleplay": {
+ "defaultMessage": "Rollenspiel"
+ },
+ "tag.category.rpg": {
+ "defaultMessage": "RPG"
+ },
"tag.category.screenshot": {
"defaultMessage": "Screenshot"
},
@@ -1502,18 +1721,36 @@
"tag.category.simplistic": {
"defaultMessage": "Einfach"
},
+ "tag.category.skyblock": {
+ "defaultMessage": "SkyBlock"
+ },
+ "tag.category.smp": {
+ "defaultMessage": "SMP"
+ },
"tag.category.social": {
"defaultMessage": "Sozial"
},
"tag.category.storage": {
"defaultMessage": "Lagerung"
},
+ "tag.category.survival-mode": {
+ "defaultMessage": "Überlebensmodus"
+ },
+ "tag.category.teams": {
+ "defaultMessage": "Teams"
+ },
+ "tag.category.technical": {
+ "defaultMessage": "Technisch"
+ },
"tag.category.technology": {
"defaultMessage": "Technologie"
},
"tag.category.themed": {
"defaultMessage": "Thematisch"
},
+ "tag.category.towns": {
+ "defaultMessage": "Städte"
+ },
"tag.category.transportation": {
"defaultMessage": "Transport"
},
@@ -1526,6 +1763,12 @@
"tag.category.vanilla-like": {
"defaultMessage": "Vanilla-Ähnlich"
},
+ "tag.category.whitelisted": {
+ "defaultMessage": "Whitelist"
+ },
+ "tag.category.world-resets": {
+ "defaultMessage": "Welt-Zurücksetzungen"
+ },
"tag.category.worldgen": {
"defaultMessage": "Weltgenerierung"
},
diff --git a/packages/ui/src/locales/de-DE/meta.json b/packages/ui/src/locales/de-DE/meta.json
index e7eb93be89..0967ef424b 100644
--- a/packages/ui/src/locales/de-DE/meta.json
+++ b/packages/ui/src/locales/de-DE/meta.json
@@ -1,10 +1 @@
-{
- "displayName": {
- "description": "Please enter the name of the language in its specific variant or regional form (e.g., English (US) for American English, not just English). If the language does not have any specific variant, simply enter the name of the language (e.g., Français, Deutsch).",
- "message": "Deutsch (Deutschland)"
- },
- "searchTerms": {
- "description": "Please provide additional search terms associated with the language, if needed, to enhance the search functionality (e.g., American English, Deutschland). Each search term should be entered on a separate line. Translate as a hyphen (-) if no additional terms are needed.",
- "message": "Deutschland\nDeutsch\nHochdeutsch\nDE\nDEU\nGerman\nGermany\nGER"
- }
-}
+{}
diff --git a/packages/ui/src/locales/es-419/index.json b/packages/ui/src/locales/es-419/index.json
index 7c8f264d73..8f77497eaa 100644
--- a/packages/ui/src/locales/es-419/index.json
+++ b/packages/ui/src/locales/es-419/index.json
@@ -252,7 +252,19 @@
"defaultMessage": "Categoría"
},
"header.category.feature": {
- "defaultMessage": "Función"
+ "defaultMessage": "Característica"
+ },
+ "header.category.minecraft-server-community": {
+ "defaultMessage": "Comunidad"
+ },
+ "header.category.minecraft-server-features": {
+ "defaultMessage": "Características"
+ },
+ "header.category.minecraft-server-gameplay": {
+ "defaultMessage": "Modo de juego"
+ },
+ "header.category.minecraft-server-meta": {
+ "defaultMessage": "Meta"
},
"header.category.performance-impact": {
"defaultMessage": "Impacto en el rendimiento"
@@ -317,6 +329,42 @@
"instances.modpack-card.unlink": {
"defaultMessage": "Desvincular modpack"
},
+ "instances.modpack-content-modal.back-button": {
+ "defaultMessage": "Volver"
+ },
+ "instances.modpack-content-modal.copy-link": {
+ "defaultMessage": "Copiar enlace"
+ },
+ "instances.modpack-content-modal.disable": {
+ "defaultMessage": "Desactivar"
+ },
+ "instances.modpack-content-modal.empty-description": {
+ "defaultMessage": "Este modpack no incluye ningún contenido adicional."
+ },
+ "instances.modpack-content-modal.empty-title": {
+ "defaultMessage": "No se encontró contenido"
+ },
+ "instances.modpack-content-modal.enable": {
+ "defaultMessage": "Activar"
+ },
+ "instances.modpack-content-modal.filter-all": {
+ "defaultMessage": "Todo"
+ },
+ "instances.modpack-content-modal.header": {
+ "defaultMessage": "Contenido del modpack"
+ },
+ "instances.modpack-content-modal.loading": {
+ "defaultMessage": "Cargando contenido..."
+ },
+ "instances.modpack-content-modal.no-results": {
+ "defaultMessage": "Ningún proyecto coincide con tu búsqueda."
+ },
+ "instances.modpack-content-modal.search-placeholder": {
+ "defaultMessage": "Buscar {count} proyectos"
+ },
+ "instances.modpack-content-modal.selected-count": {
+ "defaultMessage": "{count} seleccionados"
+ },
"instances.updater-modal.badge.current": {
"defaultMessage": "Actual"
},
@@ -494,12 +542,132 @@
"label.yes": {
"defaultMessage": "Sí"
},
+ "locale.cs-CZ": {
+ "defaultMessage": "Checo"
+ },
+ "locale.da-DK": {
+ "defaultMessage": "Danés"
+ },
+ "locale.de-CH": {
+ "defaultMessage": "Alemán (Suiza)"
+ },
+ "locale.de-DE": {
+ "defaultMessage": "Alemán (Alemania)"
+ },
+ "locale.en-US": {
+ "defaultMessage": "Inglés (Estados Unidos)"
+ },
+ "locale.es-419": {
+ "defaultMessage": "Español (Latinoamérica)"
+ },
+ "locale.es-ES": {
+ "defaultMessage": "Español (España)"
+ },
+ "locale.fi-FI": {
+ "defaultMessage": "Finés"
+ },
+ "locale.fil-PH": {
+ "defaultMessage": "Filipino"
+ },
+ "locale.fr-FR": {
+ "defaultMessage": "Francés"
+ },
+ "locale.he-IL": {
+ "defaultMessage": "Hebreo"
+ },
+ "locale.hu-HU": {
+ "defaultMessage": "Húngaro"
+ },
+ "locale.id-ID": {
+ "defaultMessage": "Indonesio"
+ },
+ "locale.it-IT": {
+ "defaultMessage": "Italiano (Italia)"
+ },
+ "locale.ja-JP": {
+ "defaultMessage": "Japonés"
+ },
+ "locale.ko-KR": {
+ "defaultMessage": "Coreano"
+ },
+ "locale.ms-MY": {
+ "defaultMessage": "Malayo"
+ },
+ "locale.nl-NL": {
+ "defaultMessage": "Neerlandés"
+ },
+ "locale.no-NO": {
+ "defaultMessage": "Noruego bokmål"
+ },
+ "locale.pl-PL": {
+ "defaultMessage": "Polaco"
+ },
+ "locale.pt-BR": {
+ "defaultMessage": "Portugués (Brasil)"
+ },
+ "locale.pt-PT": {
+ "defaultMessage": "Portugués (Portugal)"
+ },
+ "locale.ro-RO": {
+ "defaultMessage": "Rumano"
+ },
+ "locale.ru-RU": {
+ "defaultMessage": "Ruso"
+ },
+ "locale.sr-CS": {
+ "defaultMessage": "Serbio (Latino)"
+ },
+ "locale.sv-SE": {
+ "defaultMessage": "Sueco"
+ },
+ "locale.th-TH": {
+ "defaultMessage": "Tailandés"
+ },
+ "locale.tr-TR": {
+ "defaultMessage": "Turco"
+ },
+ "locale.uk-UA": {
+ "defaultMessage": "Ucraniano"
+ },
+ "locale.vi-VN": {
+ "defaultMessage": "Vietnamita"
+ },
+ "locale.zh-CN": {
+ "defaultMessage": "Chino (Simplificado)"
+ },
+ "locale.zh-TW": {
+ "defaultMessage": "Chino (Tradicional)"
+ },
"modal.add-payment-method.action": {
"defaultMessage": "Agregar método de pago"
},
"modal.add-payment-method.title": {
"defaultMessage": "Añadiendo método de pago"
},
+ "modal.open-in-app.benefit.install": {
+ "defaultMessage": "Instalar automáticamente el contenido requerido"
+ },
+ "modal.open-in-app.benefit.launch": {
+ "defaultMessage": "Inicia el juego directamente en el servidor"
+ },
+ "modal.open-in-app.benefit.update": {
+ "defaultMessage": "Mantiene los archivos actualizados cuando el servidor cambia"
+ },
+ "modal.open-in-app.close": {
+ "defaultMessage": "Cerrar"
+ },
+ "modal.open-in-app.get-app": {
+ "defaultMessage": "Obtener la Modrinth App"
+ },
+ "modal.open-in-app.opening-automatically": {
+ "defaultMessage": "La Modrinth App se abrirá automáticamente..."
+ },
+ "modal.open-in-app.title": {
+ "defaultMessage": "Abriendo la Modrinth App"
+ },
+ "modal.open-in-app.why-use": {
+ "defaultMessage": "Por qué usar la Modrinth App"
+ },
"notification.error.title": {
"defaultMessage": "Ha ocurrido un error"
},
@@ -812,15 +980,33 @@
"project.about.links.issues": {
"defaultMessage": "Reportar problemas"
},
+ "project.about.links.site": {
+ "defaultMessage": "Ver sitio web"
+ },
"project.about.links.source": {
"defaultMessage": "Ver código fuente"
},
+ "project.about.links.store": {
+ "defaultMessage": "Ver la página de la tienda"
+ },
"project.about.links.title": {
"defaultMessage": "Enlaces"
},
"project.about.links.wiki": {
"defaultMessage": "Ver wiki"
},
+ "project.about.server.copied": {
+ "defaultMessage": "¡Copiado!"
+ },
+ "project.about.server.copiedText": {
+ "defaultMessage": "Dirección IP copiada al portapapeles"
+ },
+ "project.about.server.latency": {
+ "defaultMessage": "Latencia"
+ },
+ "project.about.server.title": {
+ "defaultMessage": "Detalles del servidor"
+ },
"project.download-count-tooltip": {
"defaultMessage": "{count} {count, plural, one {descarga} other {descargas}}"
},
@@ -893,9 +1079,21 @@
"project.follower-count-tooltip": {
"defaultMessage": "{count} {count, plural, one {seguidores} other {seguidores}}"
},
+ "project.online-player-count": {
+ "defaultMessage": "{count} {count, plural, one {en línea} other {en línea}}"
+ },
+ "project.recent-plays": {
+ "defaultMessage": "{count} {count, plural, one {jugada reciente} other {jugadas recientes}}"
+ },
+ "project.server.ping.ms": {
+ "defaultMessage": "{ping} ms"
+ },
"project.settings.analytics.title": {
"defaultMessage": "Estadísticas"
},
+ "project.settings.content.title": {
+ "defaultMessage": "Contenido"
+ },
"project.settings.description.title": {
"defaultMessage": "Descripción"
},
@@ -1004,6 +1202,9 @@
"project.settings.notice.no-permission.title": {
"defaultMessage": "Sin permiso"
},
+ "project.settings.server.title": {
+ "defaultMessage": "Servidor"
+ },
"project.settings.tags.title": {
"defaultMessage": "Etiquetas"
},
@@ -1361,39 +1562,75 @@
"tag.category.adventure": {
"defaultMessage": "Aventura"
},
+ "tag.category.adventure-mode": {
+ "defaultMessage": "Modo aventura"
+ },
+ "tag.category.anarchy": {
+ "defaultMessage": "Anarquía"
+ },
"tag.category.atmosphere": {
"defaultMessage": "Atmósfera"
},
"tag.category.audio": {
"defaultMessage": "Audio"
},
+ "tag.category.battle-royale": {
+ "defaultMessage": "Battle Royale"
+ },
+ "tag.category.bedwars": {
+ "defaultMessage": "Bed Wars"
+ },
"tag.category.blocks": {
"defaultMessage": "Bloques"
},
"tag.category.bloom": {
"defaultMessage": "Resplandor"
},
+ "tag.category.bosses": {
+ "defaultMessage": "Jefes"
+ },
"tag.category.cartoon": {
"defaultMessage": "Caricaturesco"
},
"tag.category.challenging": {
"defaultMessage": "Desafiante"
},
+ "tag.category.classes": {
+ "defaultMessage": "Clases"
+ },
"tag.category.colored-lighting": {
"defaultMessage": "Iluminación de colores"
},
"tag.category.combat": {
"defaultMessage": "Combate"
},
+ "tag.category.competitive": {
+ "defaultMessage": "Competitivo"
+ },
"tag.category.core-shaders": {
"defaultMessage": "Core Shaders"
},
+ "tag.category.creative-mode": {
+ "defaultMessage": "Modo creativo"
+ },
+ "tag.category.creator-community": {
+ "defaultMessage": "Comunidad de creadores"
+ },
+ "tag.category.crossplay": {
+ "defaultMessage": "Crossplay"
+ },
"tag.category.cursed": {
"defaultMessage": "Extraño"
},
+ "tag.category.custom-content": {
+ "defaultMessage": "Contenido personalizado"
+ },
"tag.category.decoration": {
"defaultMessage": "Decoración"
},
+ "tag.category.dungeons": {
+ "defaultMessage": "Mazmorras"
+ },
"tag.category.economy": {
"defaultMessage": "Economía"
},
@@ -1406,6 +1643,9 @@
"tag.category.equipment": {
"defaultMessage": "Equipamiento"
},
+ "tag.category.factions": {
+ "defaultMessage": "Facciones"
+ },
"tag.category.fantasy": {
"defaultMessage": "Fantasía"
},
@@ -1421,21 +1661,36 @@
"tag.category.game-mechanics": {
"defaultMessage": "Mecánicas de juego"
},
+ "tag.category.gens": {
+ "defaultMessage": "Gens"
+ },
"tag.category.gui": {
"defaultMessage": "Interfaz"
},
+ "tag.category.hardcore-mode": {
+ "defaultMessage": "Modo hardcore"
+ },
"tag.category.high": {
"defaultMessage": "Alto"
},
"tag.category.items": {
"defaultMessage": "Objetos"
},
+ "tag.category.keep-inventory": {
+ "defaultMessage": "Mantener inventario"
+ },
"tag.category.kitchen-sink": {
"defaultMessage": "Variado"
},
+ "tag.category.kitpvp": {
+ "defaultMessage": "Kit PvP"
+ },
"tag.category.library": {
"defaultMessage": "Librería"
},
+ "tag.category.lifesteal": {
+ "defaultMessage": "Lifesteal"
+ },
"tag.category.lightweight": {
"defaultMessage": "Ligero"
},
@@ -1451,12 +1706,24 @@
"tag.category.management": {
"defaultMessage": "Administración"
},
+ "tag.category.media": {
+ "defaultMessage": "Medios de comunicación"
+ },
"tag.category.medium": {
"defaultMessage": "Medio"
},
+ "tag.category.microgames": {
+ "defaultMessage": "Microjuegos"
+ },
"tag.category.minigame": {
"defaultMessage": "Minijuego"
},
+ "tag.category.minigames": {
+ "defaultMessage": "Minijuegos"
+ },
+ "tag.category.mmo": {
+ "defaultMessage": "MMO"
+ },
"tag.category.mobs": {
"defaultMessage": "Criaturas"
},
@@ -1469,27 +1736,75 @@
"tag.category.multiplayer": {
"defaultMessage": "Multijugador"
},
+ "tag.category.network": {
+ "defaultMessage": "Red"
+ },
+ "tag.category.offline-mode": {
+ "defaultMessage": "Modo sin conexión"
+ },
+ "tag.category.oneblock": {
+ "defaultMessage": "One Block"
+ },
+ "tag.category.op": {
+ "defaultMessage": "OP"
+ },
"tag.category.optimization": {
"defaultMessage": "Optimización"
},
+ "tag.category.parkour": {
+ "defaultMessage": "Parkour"
+ },
"tag.category.path-tracing": {
"defaultMessage": "Trazado de rutas"
},
"tag.category.pbr": {
"defaultMessage": "PBR"
},
+ "tag.category.personal-worlds": {
+ "defaultMessage": "Mundos personales"
+ },
+ "tag.category.plots": {
+ "defaultMessage": "Parcelas"
+ },
+ "tag.category.pokemon": {
+ "defaultMessage": "Pokémon"
+ },
"tag.category.potato": {
"defaultMessage": "Ligero"
},
+ "tag.category.prison": {
+ "defaultMessage": "Prisión"
+ },
+ "tag.category.pve": {
+ "defaultMessage": "PvE"
+ },
+ "tag.category.pvp": {
+ "defaultMessage": "PvP"
+ },
+ "tag.category.questing": {
+ "defaultMessage": "Búsqueda"
+ },
"tag.category.quests": {
"defaultMessage": "Misiones"
},
+ "tag.category.racing": {
+ "defaultMessage": "Carreras"
+ },
"tag.category.realistic": {
"defaultMessage": "Realista"
},
+ "tag.category.recording-smp": {
+ "defaultMessage": "Grabación SMP"
+ },
"tag.category.reflections": {
"defaultMessage": "Reflejos"
},
+ "tag.category.roleplay": {
+ "defaultMessage": "Juego de rol"
+ },
+ "tag.category.rpg": {
+ "defaultMessage": "RPG"
+ },
"tag.category.screenshot": {
"defaultMessage": "Captura de pantalla"
},
@@ -1502,18 +1817,36 @@
"tag.category.simplistic": {
"defaultMessage": "Simple"
},
+ "tag.category.skyblock": {
+ "defaultMessage": "Skyblock"
+ },
+ "tag.category.smp": {
+ "defaultMessage": "SMP"
+ },
"tag.category.social": {
"defaultMessage": "Social"
},
"tag.category.storage": {
"defaultMessage": "Almacenamiento"
},
+ "tag.category.survival-mode": {
+ "defaultMessage": "Modo supervivencia"
+ },
+ "tag.category.teams": {
+ "defaultMessage": "Equipos"
+ },
+ "tag.category.technical": {
+ "defaultMessage": "Técnico"
+ },
"tag.category.technology": {
"defaultMessage": "Tecnología"
},
"tag.category.themed": {
"defaultMessage": "Temático"
},
+ "tag.category.towns": {
+ "defaultMessage": "Pueblos"
+ },
"tag.category.transportation": {
"defaultMessage": "Transporte"
},
@@ -1526,6 +1859,12 @@
"tag.category.vanilla-like": {
"defaultMessage": "Estilo vanilla"
},
+ "tag.category.whitelisted": {
+ "defaultMessage": "Lista blanca"
+ },
+ "tag.category.world-resets": {
+ "defaultMessage": "Restablecimientos del mundo"
+ },
"tag.category.worldgen": {
"defaultMessage": "Generación de mundo"
},
diff --git a/packages/ui/src/locales/es-ES/index.json b/packages/ui/src/locales/es-ES/index.json
index af56fefcbd..7328fedd96 100644
--- a/packages/ui/src/locales/es-ES/index.json
+++ b/packages/ui/src/locales/es-ES/index.json
@@ -1302,7 +1302,7 @@
"defaultMessage": "Resultados de búsqueda"
},
"settings.language.description": {
- "defaultMessage": "Elige tu idioma preferido para la {platform}. Las traducciones son aportadas por voluntarios de Crowdin."
+ "defaultMessage": "Elige tu idioma preferido para él {platform}. Las traducciones son aportadas por voluntarios de Crowdin."
},
"settings.language.languages.search-field.placeholder": {
"defaultMessage": "Buscar un idioma..."
diff --git a/packages/ui/src/locales/es-ES/meta.json b/packages/ui/src/locales/es-ES/meta.json
index a7900752b5..0967ef424b 100644
--- a/packages/ui/src/locales/es-ES/meta.json
+++ b/packages/ui/src/locales/es-ES/meta.json
@@ -1,10 +1 @@
-{
- "displayName": {
- "description": "Please enter the name of the language in its specific variant or regional form (e.g., English (US) for American English, not just English). If the language does not have any specific variant, simply enter the name of the language (e.g., Français, Deutsch).",
- "message": "Inglés (Estados Unidos)"
- },
- "searchTerms": {
- "description": "Please provide additional search terms associated with the language, if needed, to enhance the search functionality (e.g., American English, Deutschland). Each search term should be entered on a separate line. Translate as a hyphen (-) if no additional terms are needed.",
- "message": "EE. UU.\nInglés Americano"
- }
-}
+{}
diff --git a/packages/ui/src/locales/fi-FI/index.json b/packages/ui/src/locales/fi-FI/index.json
index fff488791f..f2e1fb25be 100644
--- a/packages/ui/src/locales/fi-FI/index.json
+++ b/packages/ui/src/locales/fi-FI/index.json
@@ -1,7 +1,16 @@
{
+ "badge.beta": {
+ "defaultMessage": "Beta"
+ },
+ "badge.beta-release": {
+ "defaultMessage": "Betajulkaisu"
+ },
"badge.new": {
"defaultMessage": "Uusi"
},
+ "button.accept": {
+ "defaultMessage": "Hyväksy"
+ },
"button.analytics": {
"defaultMessage": "Analytiikat"
},
@@ -11,6 +20,12 @@
"button.cancel": {
"defaultMessage": "Peruuta"
},
+ "button.clear": {
+ "defaultMessage": "Tyhjennä"
+ },
+ "button.close": {
+ "defaultMessage": "Sulje"
+ },
"button.continue": {
"defaultMessage": "Jatka"
},
@@ -23,6 +38,9 @@
"button.create-a-project": {
"defaultMessage": "Luo projekti"
},
+ "button.decline": {
+ "defaultMessage": "Hylkää"
+ },
"button.download": {
"defaultMessage": "Lataa"
},
@@ -35,6 +53,9 @@
"button.follow": {
"defaultMessage": "Seuraa"
},
+ "button.max": {
+ "defaultMessage": "Maksimi"
+ },
"button.more-options": {
"defaultMessage": "Lisää asetuksia"
},
@@ -47,6 +68,9 @@
"button.play": {
"defaultMessage": "Pelaa"
},
+ "button.refresh": {
+ "defaultMessage": "Päivitä"
+ },
"button.remove": {
"defaultMessage": "Poista"
},
@@ -59,6 +83,9 @@
"button.reset": {
"defaultMessage": "Nollaa"
},
+ "button.retry": {
+ "defaultMessage": "Yritä uudelleen"
+ },
"button.save": {
"defaultMessage": "Tallenna"
},
@@ -74,24 +101,36 @@
"button.sign-out": {
"defaultMessage": "Kirjaudu ulos"
},
+ "button.sign-up": {
+ "defaultMessage": "Luo tili"
+ },
"button.stop": {
"defaultMessage": "Pysäytä"
},
"button.unfollow": {
"defaultMessage": "Lopeta seuraaminen"
},
+ "button.update": {
+ "defaultMessage": "Päivitys"
+ },
"button.upload-image": {
"defaultMessage": "Lataa kuva"
},
"changelog.justNow": {
"defaultMessage": "Juuri nyt"
},
+ "changelog.product.api": {
+ "defaultMessage": "API"
+ },
"changelog.product.app": {
"defaultMessage": "Sovellus"
},
"changelog.product.web": {
"defaultMessage": "Nettisivu"
},
+ "collections.label.private": {
+ "defaultMessage": "Yksityinen"
+ },
"icon-select.edit": {
"defaultMessage": "Muokkaa kuvaketta"
},
@@ -149,9 +188,21 @@
"label.description": {
"defaultMessage": "Kuvaus"
},
+ "label.details": {
+ "defaultMessage": "Yksityiskohdat"
+ },
+ "label.email": {
+ "defaultMessage": "Sähköposti"
+ },
+ "label.email-username": {
+ "defaultMessage": "Sähköposti tai käyttäjänimi"
+ },
"label.error": {
"defaultMessage": "Virhe"
},
+ "label.filter-by": {
+ "defaultMessage": "Lajittele"
+ },
"label.followed-projects": {
"defaultMessage": "Seuratut projektit"
},
@@ -161,15 +212,24 @@
"label.moderation": {
"defaultMessage": "Moderaatio"
},
+ "label.no": {
+ "defaultMessage": "Ei"
+ },
"label.notifications": {
"defaultMessage": "Ilmoitukset"
},
+ "label.or": {
+ "defaultMessage": "tai"
+ },
"label.password": {
"defaultMessage": "Salasana"
},
"label.played": {
"defaultMessage": "Pelattu {time}"
},
+ "label.project": {
+ "defaultMessage": "Projekti"
+ },
"label.public": {
"defaultMessage": "Julkinen"
},
@@ -179,6 +239,12 @@
"label.saved": {
"defaultMessage": "Tallennettu"
},
+ "label.scopes": {
+ "defaultMessage": "Laajuus"
+ },
+ "label.search": {
+ "defaultMessage": "Hae"
+ },
"label.server": {
"defaultMessage": "Palvelin"
},
@@ -191,18 +257,36 @@
"label.singleplayer": {
"defaultMessage": "Yksinpeli"
},
+ "label.sort-by": {
+ "defaultMessage": "Järjestä"
+ },
+ "label.success": {
+ "defaultMessage": "Onnistui"
+ },
"label.title": {
"defaultMessage": "Otsikko"
},
"label.unlisted": {
"defaultMessage": "Piilotettu"
},
+ "label.update-available": {
+ "defaultMessage": "Päivitys saatavilla"
+ },
+ "label.username": {
+ "defaultMessage": "Käyttäjänimi"
+ },
+ "label.version": {
+ "defaultMessage": "Versio"
+ },
"label.visibility": {
"defaultMessage": "Näkyvyys"
},
"label.visit-your-profile": {
"defaultMessage": "Käy profiilissasi"
},
+ "label.yes": {
+ "defaultMessage": "Kyllä"
+ },
"modal.add-payment-method.action": {
"defaultMessage": "Lisää maksutapa"
},
diff --git a/packages/ui/src/locales/fi-FI/meta.json b/packages/ui/src/locales/fi-FI/meta.json
index 431752180d..0967ef424b 100644
--- a/packages/ui/src/locales/fi-FI/meta.json
+++ b/packages/ui/src/locales/fi-FI/meta.json
@@ -1,10 +1 @@
-{
- "displayName": {
- "description": "Please enter the name of the language in its specific variant or regional form (e.g., English (US) for American English, not just English). If the language does not have any specific variant, simply enter the name of the language (e.g., Français, Deutsch).",
- "message": "Finnish (Suomi)"
- },
- "searchTerms": {
- "description": "Please provide additional search terms associated with the language, if needed, to enhance the search functionality (e.g., American English, Deutschland). Each search term should be entered on a separate line. Translate as a hyphen (-) if no additional terms are needed.",
- "message": "USA\nAmerikkalainen Englanti"
- }
-}
+{}
diff --git a/packages/ui/src/locales/fil-PH/index.json b/packages/ui/src/locales/fil-PH/index.json
index 5d69168db8..43abc70ee5 100644
--- a/packages/ui/src/locales/fil-PH/index.json
+++ b/packages/ui/src/locales/fil-PH/index.json
@@ -207,7 +207,7 @@
"defaultMessage": "Postal code/ZIP code"
},
"form.label.state-province": {
- "defaultMessage": "Eatado/probinsiya"
+ "defaultMessage": "Estado/probinsiya"
},
"form.placeholder.address": {
"defaultMessage": "Ilagay ang address"
@@ -254,6 +254,18 @@
"header.category.feature": {
"defaultMessage": "Tampok"
},
+ "header.category.minecraft-server-community": {
+ "defaultMessage": "Komunidad"
+ },
+ "header.category.minecraft-server-features": {
+ "defaultMessage": "Mga tampok"
+ },
+ "header.category.minecraft-server-gameplay": {
+ "defaultMessage": "Paglalaro"
+ },
+ "header.category.minecraft-server-meta": {
+ "defaultMessage": "Meta"
+ },
"header.category.performance-impact": {
"defaultMessage": "Epekto sa performance"
},
@@ -291,7 +303,7 @@
"defaultMessage": "Maghanap..."
},
"input.view.gallery": {
- "defaultMessage": "Tanawing gallery"
+ "defaultMessage": "Tanaw ng galeriya"
},
"input.view.grid": {
"defaultMessage": "Tanawing grid"
@@ -317,6 +329,42 @@
"instances.modpack-card.unlink": {
"defaultMessage": "I-unlink ang modpack"
},
+ "instances.modpack-content-modal.back-button": {
+ "defaultMessage": "Bumalik"
+ },
+ "instances.modpack-content-modal.copy-link": {
+ "defaultMessage": "Kopyahin ang link"
+ },
+ "instances.modpack-content-modal.disable": {
+ "defaultMessage": "Nakapatay"
+ },
+ "instances.modpack-content-modal.empty-description": {
+ "defaultMessage": "Hindi naglalaman ng karagdagang kontento ang modpack na ito."
+ },
+ "instances.modpack-content-modal.empty-title": {
+ "defaultMessage": "Walang mahanap na kontento"
+ },
+ "instances.modpack-content-modal.enable": {
+ "defaultMessage": "Nakabukas"
+ },
+ "instances.modpack-content-modal.filter-all": {
+ "defaultMessage": "Lahat"
+ },
+ "instances.modpack-content-modal.header": {
+ "defaultMessage": "Kontentong modpack"
+ },
+ "instances.modpack-content-modal.loading": {
+ "defaultMessage": "Inihahanda ang kontento..."
+ },
+ "instances.modpack-content-modal.no-results": {
+ "defaultMessage": "Walang proyektong tumugma sa iyong paghanap."
+ },
+ "instances.modpack-content-modal.search-placeholder": {
+ "defaultMessage": "Maghanap nang {count} proyekto"
+ },
+ "instances.modpack-content-modal.selected-count": {
+ "defaultMessage": "{count} pinili"
+ },
"instances.updater-modal.badge.current": {
"defaultMessage": "Kasalukuyan"
},
@@ -500,6 +548,30 @@
"modal.add-payment-method.title": {
"defaultMessage": "Nagdaragdag ng praan ng pagbabayad"
},
+ "modal.open-in-app.benefit.install": {
+ "defaultMessage": "Kusang ma-install ang kinailangang kontento"
+ },
+ "modal.open-in-app.benefit.launch": {
+ "defaultMessage": "Ilulunsad ang laro diretso sa server"
+ },
+ "modal.open-in-app.benefit.update": {
+ "defaultMessage": "Panatilihing naisapanahon ang mga file kapag nagbago ang server"
+ },
+ "modal.open-in-app.close": {
+ "defaultMessage": "Isara"
+ },
+ "modal.open-in-app.get-app": {
+ "defaultMessage": "Kunin ang Modrinth App"
+ },
+ "modal.open-in-app.opening-automatically": {
+ "defaultMessage": "Kusang bubukas ang Modrinth App..."
+ },
+ "modal.open-in-app.title": {
+ "defaultMessage": "Binubukas ang Modrnth App"
+ },
+ "modal.open-in-app.why-use": {
+ "defaultMessage": "Bakit Modrinth App ang gamitin"
+ },
"notification.error.title": {
"defaultMessage": "Isang kamaliang naganap"
},
@@ -810,17 +882,35 @@
"defaultMessage": "Mag-donate sa PayPal"
},
"project.about.links.issues": {
- "defaultMessage": "Masumbong ng isyu"
+ "defaultMessage": "Mag-ulat ng isyu"
+ },
+ "project.about.links.site": {
+ "defaultMessage": "Bisitahin ang website"
},
"project.about.links.source": {
"defaultMessage": "Tingnan ang source"
},
+ "project.about.links.store": {
+ "defaultMessage": "Bisitahin ang store page"
+ },
"project.about.links.title": {
- "defaultMessage": "Mga Link"
+ "defaultMessage": "Mga link"
},
"project.about.links.wiki": {
"defaultMessage": "Bisitahin ang wiki"
},
+ "project.about.server.copied": {
+ "defaultMessage": "Nakopya na!"
+ },
+ "project.about.server.copiedText": {
+ "defaultMessage": "Nakopya ang IP address na nasa clipboard na"
+ },
+ "project.about.server.latency": {
+ "defaultMessage": "Latency"
+ },
+ "project.about.server.title": {
+ "defaultMessage": "Detalye ng server"
+ },
"project.download-count-tooltip": {
"defaultMessage": "{count} {count, plural, one {download} other {na download}}"
},
@@ -893,9 +983,21 @@
"project.follower-count-tooltip": {
"defaultMessage": "{count} {count, plural, one {follower} other {na follower}}"
},
+ "project.online-player-count": {
+ "defaultMessage": "{count} {count, plural, one {online} other {na online}}"
+ },
+ "project.recent-plays": {
+ "defaultMessage": "{count} {count, plural, one {kamakailang paglaro} other {na kamakailang paglaro}}"
+ },
+ "project.server.ping.ms": {
+ "defaultMessage": "{ping} ms"
+ },
"project.settings.analytics.title": {
"defaultMessage": "Analitika"
},
+ "project.settings.content.title": {
+ "defaultMessage": "Kontento"
+ },
"project.settings.description.title": {
"defaultMessage": "Paglalarawan"
},
@@ -984,7 +1086,7 @@
"defaultMessage": "Patinayang wasto ang nakatakdang environment ng proyekto."
},
"project.settings.gallery.title": {
- "defaultMessage": "Gallery"
+ "defaultMessage": "Galeriya"
},
"project.settings.general.title": {
"defaultMessage": "General"
@@ -993,7 +1095,7 @@
"defaultMessage": "Lisensiya"
},
"project.settings.links.title": {
- "defaultMessage": "Mga Link"
+ "defaultMessage": "Mga link"
},
"project.settings.members.title": {
"defaultMessage": "Mga miyembro"
@@ -1004,8 +1106,11 @@
"project.settings.notice.no-permission.title": {
"defaultMessage": "Walang pahintulot"
},
+ "project.settings.server.title": {
+ "defaultMessage": "Server"
+ },
"project.settings.tags.title": {
- "defaultMessage": "Mga Tag"
+ "defaultMessage": "Mga tag"
},
"project.settings.upload.title": {
"defaultMessage": "Upload"
@@ -1083,7 +1188,7 @@
"defaultMessage": "Magpakita nang mas kaunti"
},
"search.filter.option.show_more": {
- "defaultMessage": "Magpakita nang mas humigit"
+ "defaultMessage": "Magpakita nang higit pa"
},
"search.filter_type.environment": {
"defaultMessage": "Environment"
@@ -1305,7 +1410,7 @@
"defaultMessage": "Piliin ang iyong ninanais na wiki para sa {platform}. Ambag ng mga boluntaryo galing sa Crowdin ang mga pagsasalin."
},
"settings.language.languages.search-field.placeholder": {
- "defaultMessage": "Maghanap ng wiki..."
+ "defaultMessage": "Maghanap ng wika..."
},
"settings.language.languages.search-results-announcement": {
"defaultMessage": "{matches, plural, =0 {Walang tumugmang wika} one {# wikang tumugma} other {# na wikang tumugma}} sa iyong paghanap."
@@ -1361,39 +1466,75 @@
"tag.category.adventure": {
"defaultMessage": "Pakikipagsapalaran"
},
+ "tag.category.adventure-mode": {
+ "defaultMessage": "Modong Pakikipagsapalaran"
+ },
+ "tag.category.anarchy": {
+ "defaultMessage": "Anarkiya"
+ },
"tag.category.atmosphere": {
- "defaultMessage": "Kahanginan"
+ "defaultMessage": "Kapaligiran"
},
"tag.category.audio": {
"defaultMessage": "Audio"
},
+ "tag.category.battle-royale": {
+ "defaultMessage": "Battle Royale"
+ },
+ "tag.category.bedwars": {
+ "defaultMessage": "Bed Wars"
+ },
"tag.category.blocks": {
"defaultMessage": "Bloke"
},
"tag.category.bloom": {
"defaultMessage": "Bloom"
},
+ "tag.category.bosses": {
+ "defaultMessage": "Mga Boss"
+ },
"tag.category.cartoon": {
"defaultMessage": "Cartoon"
},
"tag.category.challenging": {
"defaultMessage": "Mapanghamon"
},
+ "tag.category.classes": {
+ "defaultMessage": "Mga Klase"
+ },
"tag.category.colored-lighting": {
"defaultMessage": "Makulay na Pag-iilaw"
},
"tag.category.combat": {
"defaultMessage": "Labanan"
},
+ "tag.category.competitive": {
+ "defaultMessage": "Mapagkumpetensiya"
+ },
"tag.category.core-shaders": {
"defaultMessage": "Core Shaders"
},
+ "tag.category.creative-mode": {
+ "defaultMessage": "Modong Kalikhaan"
+ },
+ "tag.category.creator-community": {
+ "defaultMessage": "Komunidad ng Tagagawa"
+ },
+ "tag.category.crossplay": {
+ "defaultMessage": "Crossplay"
+ },
"tag.category.cursed": {
"defaultMessage": "Nakababagabag"
},
+ "tag.category.custom-content": {
+ "defaultMessage": "Pasadyang Kontento"
+ },
"tag.category.decoration": {
"defaultMessage": "Palamuti"
},
+ "tag.category.dungeons": {
+ "defaultMessage": "Mga Piitan"
+ },
"tag.category.economy": {
"defaultMessage": "Ekonomiya"
},
@@ -1406,6 +1547,9 @@
"tag.category.equipment": {
"defaultMessage": "Kagamitan"
},
+ "tag.category.factions": {
+ "defaultMessage": "Mga Paksiyon"
+ },
"tag.category.fantasy": {
"defaultMessage": "Pantasya"
},
@@ -1421,21 +1565,36 @@
"tag.category.game-mechanics": {
"defaultMessage": "Mekaniks ng Laro"
},
+ "tag.category.gens": {
+ "defaultMessage": "Gens"
+ },
"tag.category.gui": {
"defaultMessage": "GUI"
},
+ "tag.category.hardcore-mode": {
+ "defaultMessage": "Modong Eksperto"
+ },
"tag.category.high": {
"defaultMessage": "Mataas"
},
"tag.category.items": {
"defaultMessage": "Bagay"
},
+ "tag.category.keep-inventory": {
+ "defaultMessage": "Pananatili ng Imbentaryo"
+ },
"tag.category.kitchen-sink": {
- "defaultMessage": "Kitchen Sink"
+ "defaultMessage": "Samot-sari't Labis"
+ },
+ "tag.category.kitpvp": {
+ "defaultMessage": "Kit PVP"
},
"tag.category.library": {
"defaultMessage": "Librarya"
},
+ "tag.category.lifesteal": {
+ "defaultMessage": "Lifesteal"
+ },
"tag.category.lightweight": {
"defaultMessage": "Magaan"
},
@@ -1451,12 +1610,24 @@
"tag.category.management": {
"defaultMessage": "Pamamahala"
},
+ "tag.category.media": {
+ "defaultMessage": "Media"
+ },
"tag.category.medium": {
"defaultMessage": "Katamtaman"
},
+ "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"
},
@@ -1469,27 +1640,75 @@
"tag.category.multiplayer": {
"defaultMessage": "Pangmaramihang-laro"
},
+ "tag.category.network": {
+ "defaultMessage": "Network"
+ },
+ "tag.category.offline-mode": {
+ "defaultMessage": "Modong Offline"
+ },
+ "tag.category.oneblock": {
+ "defaultMessage": "One Block"
+ },
+ "tag.category.op": {
+ "defaultMessage": "OP"
+ },
"tag.category.optimization": {
"defaultMessage": "Optimisasyon"
},
+ "tag.category.parkour": {
+ "defaultMessage": "Parkour"
+ },
"tag.category.path-tracing": {
"defaultMessage": "Path Tracing"
},
"tag.category.pbr": {
"defaultMessage": "PBR"
},
+ "tag.category.personal-worlds": {
+ "defaultMessage": "Mga Personal na Mundo"
+ },
+ "tag.category.plots": {
+ "defaultMessage": "Plots"
+ },
+ "tag.category.pokemon": {
+ "defaultMessage": "Pokemon"
+ },
"tag.category.potato": {
"defaultMessage": "Kamote"
},
+ "tag.category.prison": {
+ "defaultMessage": "Bilanggo"
+ },
+ "tag.category.pve": {
+ "defaultMessage": "PVE"
+ },
+ "tag.category.pvp": {
+ "defaultMessage": "PVP"
+ },
+ "tag.category.questing": {
+ "defaultMessage": "Paggawa ng gawain"
+ },
"tag.category.quests": {
- "defaultMessage": "Quests"
+ "defaultMessage": "Gawain"
+ },
+ "tag.category.racing": {
+ "defaultMessage": "Karera"
},
"tag.category.realistic": {
"defaultMessage": "Makatotohanan"
},
+ "tag.category.recording-smp": {
+ "defaultMessage": "Recording SMP"
+ },
"tag.category.reflections": {
"defaultMessage": "Repleksiyon"
},
+ "tag.category.roleplay": {
+ "defaultMessage": "Roleplay"
+ },
+ "tag.category.rpg": {
+ "defaultMessage": "RPG"
+ },
"tag.category.screenshot": {
"defaultMessage": "Screenshot"
},
@@ -1502,11 +1721,26 @@
"tag.category.simplistic": {
"defaultMessage": "Simplistiko"
},
+ "tag.category.skyblock": {
+ "defaultMessage": "Skyblock"
+ },
+ "tag.category.smp": {
+ "defaultMessage": "SMP"
+ },
"tag.category.social": {
"defaultMessage": "Sosyal"
},
"tag.category.storage": {
- "defaultMessage": "Storage"
+ "defaultMessage": "Imbakan"
+ },
+ "tag.category.survival-mode": {
+ "defaultMessage": "Modong Kaligtasan"
+ },
+ "tag.category.teams": {
+ "defaultMessage": "Mga Koponan"
+ },
+ "tag.category.technical": {
+ "defaultMessage": "Teknikal"
},
"tag.category.technology": {
"defaultMessage": "Teknolohiya"
@@ -1514,11 +1748,14 @@
"tag.category.themed": {
"defaultMessage": "May tema"
},
+ "tag.category.towns": {
+ "defaultMessage": "Mga Bayan"
+ },
"tag.category.transportation": {
"defaultMessage": "Transportasyon"
},
"tag.category.tweaks": {
- "defaultMessage": "Tweaks"
+ "defaultMessage": "Pagsasaayos"
},
"tag.category.utility": {
"defaultMessage": "Utilidad"
@@ -1526,6 +1763,12 @@
"tag.category.vanilla-like": {
"defaultMessage": "Mala-Vanilla"
},
+ "tag.category.whitelisted": {
+ "defaultMessage": "May Whitelist"
+ },
+ "tag.category.world-resets": {
+ "defaultMessage": "Pag-reset ng Mundo"
+ },
"tag.category.worldgen": {
"defaultMessage": "Pag-generate ng Mundo"
},
diff --git a/packages/ui/src/locales/fil-PH/meta.json b/packages/ui/src/locales/fil-PH/meta.json
index cb53569179..0967ef424b 100644
--- a/packages/ui/src/locales/fil-PH/meta.json
+++ b/packages/ui/src/locales/fil-PH/meta.json
@@ -1,10 +1 @@
-{
- "displayName": {
- "description": "Please enter the name of the language in its specific variant or regional form (e.g., English (US) for American English, not just English). If the language does not have any specific variant, simply enter the name of the language (e.g., Français, Deutsch).",
- "message": "Filipino"
- },
- "searchTerms": {
- "description": "Please provide additional search terms associated with the language, if needed, to enhance the search functionality (e.g., American English, Deutschland). Each search term should be entered on a separate line. Translate as a hyphen (-) if no additional terms are needed.",
- "message": "-"
- }
-}
+{}
diff --git a/packages/ui/src/locales/fr-FR/index.json b/packages/ui/src/locales/fr-FR/index.json
index 3a6388b802..d632905f0e 100644
--- a/packages/ui/src/locales/fr-FR/index.json
+++ b/packages/ui/src/locales/fr-FR/index.json
@@ -254,6 +254,18 @@
"header.category.feature": {
"defaultMessage": "Fonctionnalité"
},
+ "header.category.minecraft-server-community": {
+ "defaultMessage": "Communauté"
+ },
+ "header.category.minecraft-server-features": {
+ "defaultMessage": "Fonctionnalités"
+ },
+ "header.category.minecraft-server-gameplay": {
+ "defaultMessage": "Gameplay"
+ },
+ "header.category.minecraft-server-meta": {
+ "defaultMessage": "Meta"
+ },
"header.category.performance-impact": {
"defaultMessage": "Impact des performances"
},
@@ -317,6 +329,42 @@
"instances.modpack-card.unlink": {
"defaultMessage": "Dissocier le modpack"
},
+ "instances.modpack-content-modal.back-button": {
+ "defaultMessage": "Retour"
+ },
+ "instances.modpack-content-modal.copy-link": {
+ "defaultMessage": "Copier le lien"
+ },
+ "instances.modpack-content-modal.disable": {
+ "defaultMessage": "Désactiver"
+ },
+ "instances.modpack-content-modal.empty-description": {
+ "defaultMessage": "Aucun contenu supplémentaire n'est inclus dans ce modpack."
+ },
+ "instances.modpack-content-modal.empty-title": {
+ "defaultMessage": "Aucun contenu trouvé"
+ },
+ "instances.modpack-content-modal.enable": {
+ "defaultMessage": "Activer"
+ },
+ "instances.modpack-content-modal.filter-all": {
+ "defaultMessage": "Tout"
+ },
+ "instances.modpack-content-modal.header": {
+ "defaultMessage": "Contenu du modpack"
+ },
+ "instances.modpack-content-modal.loading": {
+ "defaultMessage": "Chargement du contenu..."
+ },
+ "instances.modpack-content-modal.no-results": {
+ "defaultMessage": "Aucun projet correspond à votre recherche."
+ },
+ "instances.modpack-content-modal.search-placeholder": {
+ "defaultMessage": "Rechercher {count} projets"
+ },
+ "instances.modpack-content-modal.selected-count": {
+ "defaultMessage": "{count} {count, plural, one {# sélectionné} other {# sélectionnés}}"
+ },
"instances.updater-modal.badge.current": {
"defaultMessage": "Actuel"
},
@@ -500,6 +548,30 @@
"modal.add-payment-method.title": {
"defaultMessage": "Ajout d'une méthode de paiement"
},
+ "modal.open-in-app.benefit.install": {
+ "defaultMessage": "Installer le contenu requis automatiquement"
+ },
+ "modal.open-in-app.benefit.launch": {
+ "defaultMessage": "Lancer le jeu direct vers le serveur"
+ },
+ "modal.open-in-app.benefit.update": {
+ "defaultMessage": "Garder les fichiers à jour quand le serveur change"
+ },
+ "modal.open-in-app.close": {
+ "defaultMessage": "Fermer"
+ },
+ "modal.open-in-app.get-app": {
+ "defaultMessage": "Obtenir Modrinth App"
+ },
+ "modal.open-in-app.opening-automatically": {
+ "defaultMessage": "La Modrinth App s'ouvrira automatiquement..."
+ },
+ "modal.open-in-app.title": {
+ "defaultMessage": "Modrinth App est en cours d'ouverture"
+ },
+ "modal.open-in-app.why-use": {
+ "defaultMessage": "Pourquoi Modrinth App est parfaite"
+ },
"notification.error.title": {
"defaultMessage": "Une erreur est survenue"
},
@@ -812,15 +884,33 @@
"project.about.links.issues": {
"defaultMessage": "Signaler un problème"
},
+ "project.about.links.site": {
+ "defaultMessage": "Visiter le site web"
+ },
"project.about.links.source": {
"defaultMessage": "Voir la source"
},
+ "project.about.links.store": {
+ "defaultMessage": "Visiter la page boutique"
+ },
"project.about.links.title": {
"defaultMessage": "Liens"
},
"project.about.links.wiki": {
"defaultMessage": "Visiter le wiki"
},
+ "project.about.server.copied": {
+ "defaultMessage": "Copié !"
+ },
+ "project.about.server.copiedText": {
+ "defaultMessage": "Adresse IP copié dans le presse-papier"
+ },
+ "project.about.server.latency": {
+ "defaultMessage": "Latence"
+ },
+ "project.about.server.title": {
+ "defaultMessage": "Détails du serveur"
+ },
"project.download-count-tooltip": {
"defaultMessage": "{count} {count, plural, one {téléchargement} other {téléchargements}}"
},
@@ -893,9 +983,21 @@
"project.follower-count-tooltip": {
"defaultMessage": "{count} {count, plural, one {adore} other {adorent}}"
},
+ "project.online-player-count": {
+ "defaultMessage": "{count} {count, plural, one {en ligne} other {en ligne}}"
+ },
+ "project.recent-plays": {
+ "defaultMessage": "{count} {count, plural, one {jeu récent} other {jeux récents}}"
+ },
+ "project.server.ping.ms": {
+ "defaultMessage": "{ping} ms"
+ },
"project.settings.analytics.title": {
"defaultMessage": "Analyses"
},
+ "project.settings.content.title": {
+ "defaultMessage": "Contenu"
+ },
"project.settings.description.title": {
"defaultMessage": "Description"
},
@@ -1004,6 +1106,9 @@
"project.settings.notice.no-permission.title": {
"defaultMessage": "Pas de permissions"
},
+ "project.settings.server.title": {
+ "defaultMessage": "Serveur"
+ },
"project.settings.tags.title": {
"defaultMessage": "Tags"
},
@@ -1361,39 +1466,75 @@
"tag.category.adventure": {
"defaultMessage": "Aventure"
},
+ "tag.category.adventure-mode": {
+ "defaultMessage": "Mode Aventure"
+ },
+ "tag.category.anarchy": {
+ "defaultMessage": "Anarchy"
+ },
"tag.category.atmosphere": {
"defaultMessage": "Atmosphère"
},
"tag.category.audio": {
"defaultMessage": "Audio"
},
+ "tag.category.battle-royale": {
+ "defaultMessage": "Battle Royale"
+ },
+ "tag.category.bedwars": {
+ "defaultMessage": "Bed Wars"
+ },
"tag.category.blocks": {
"defaultMessage": "Blocs"
},
"tag.category.bloom": {
"defaultMessage": "Éclat"
},
+ "tag.category.bosses": {
+ "defaultMessage": "Boss"
+ },
"tag.category.cartoon": {
"defaultMessage": "Dessin animé"
},
"tag.category.challenging": {
"defaultMessage": "Épreuves"
},
+ "tag.category.classes": {
+ "defaultMessage": "Classes"
+ },
"tag.category.colored-lighting": {
"defaultMessage": "Éclairage coloré"
},
"tag.category.combat": {
"defaultMessage": "Combat"
},
+ "tag.category.competitive": {
+ "defaultMessage": "Compétitif"
+ },
"tag.category.core-shaders": {
"defaultMessage": "Shaders de base"
},
+ "tag.category.creative-mode": {
+ "defaultMessage": "Mode Créatif"
+ },
+ "tag.category.creator-community": {
+ "defaultMessage": "Communauté de créateurs"
+ },
+ "tag.category.crossplay": {
+ "defaultMessage": "Crossplay"
+ },
"tag.category.cursed": {
"defaultMessage": "Chelou"
},
+ "tag.category.custom-content": {
+ "defaultMessage": "Contenu personnalisé"
+ },
"tag.category.decoration": {
"defaultMessage": "Décoration"
},
+ "tag.category.dungeons": {
+ "defaultMessage": "Donjons"
+ },
"tag.category.economy": {
"defaultMessage": "Économie"
},
@@ -1406,6 +1547,9 @@
"tag.category.equipment": {
"defaultMessage": "Équipement"
},
+ "tag.category.factions": {
+ "defaultMessage": "Factions"
+ },
"tag.category.fantasy": {
"defaultMessage": "Fantastique"
},
@@ -1421,21 +1565,36 @@
"tag.category.game-mechanics": {
"defaultMessage": "Mécanismes de jeu"
},
+ "tag.category.gens": {
+ "defaultMessage": "Générateurs"
+ },
"tag.category.gui": {
"defaultMessage": "Interface"
},
+ "tag.category.hardcore-mode": {
+ "defaultMessage": "Mode Hardcore"
+ },
"tag.category.high": {
"defaultMessage": "Haut"
},
"tag.category.items": {
"defaultMessage": "Objets"
},
+ "tag.category.keep-inventory": {
+ "defaultMessage": "Conservation de l'inventaire"
+ },
"tag.category.kitchen-sink": {
"defaultMessage": "Fourre-tout"
},
+ "tag.category.kitpvp": {
+ "defaultMessage": "Kit PVP"
+ },
"tag.category.library": {
"defaultMessage": "Bibliothèque"
},
+ "tag.category.lifesteal": {
+ "defaultMessage": "Lifesteal"
+ },
"tag.category.lightweight": {
"defaultMessage": "Léger"
},
@@ -1451,12 +1610,24 @@
"tag.category.management": {
"defaultMessage": "Gestion"
},
+ "tag.category.media": {
+ "defaultMessage": "Médias"
+ },
"tag.category.medium": {
"defaultMessage": "Moyen"
},
+ "tag.category.microgames": {
+ "defaultMessage": "Micro-jeux"
+ },
"tag.category.minigame": {
"defaultMessage": "Mini-jeu"
},
+ "tag.category.minigames": {
+ "defaultMessage": "Mini-jeux"
+ },
+ "tag.category.mmo": {
+ "defaultMessage": "MMO"
+ },
"tag.category.mobs": {
"defaultMessage": "Créatures"
},
@@ -1469,27 +1640,75 @@
"tag.category.multiplayer": {
"defaultMessage": "Multijoueur"
},
+ "tag.category.network": {
+ "defaultMessage": "Réseau"
+ },
+ "tag.category.offline-mode": {
+ "defaultMessage": "Mode hors ligne"
+ },
+ "tag.category.oneblock": {
+ "defaultMessage": "One Block"
+ },
+ "tag.category.op": {
+ "defaultMessage": "OP"
+ },
"tag.category.optimization": {
"defaultMessage": "Optimisation"
},
+ "tag.category.parkour": {
+ "defaultMessage": "Parkour"
+ },
"tag.category.path-tracing": {
"defaultMessage": "Path-tracing"
},
"tag.category.pbr": {
"defaultMessage": "PBR"
},
+ "tag.category.personal-worlds": {
+ "defaultMessage": "Mondes personnels"
+ },
+ "tag.category.plots": {
+ "defaultMessage": "Parcelles"
+ },
+ "tag.category.pokemon": {
+ "defaultMessage": "Pokémon"
+ },
"tag.category.potato": {
"defaultMessage": "Patate"
},
+ "tag.category.prison": {
+ "defaultMessage": "Prison"
+ },
+ "tag.category.pve": {
+ "defaultMessage": "PvE"
+ },
+ "tag.category.pvp": {
+ "defaultMessage": "PvP"
+ },
+ "tag.category.questing": {
+ "defaultMessage": "Quêtes"
+ },
"tag.category.quests": {
"defaultMessage": "Quêtes"
},
+ "tag.category.racing": {
+ "defaultMessage": "Courses"
+ },
"tag.category.realistic": {
"defaultMessage": "Réaliste"
},
+ "tag.category.recording-smp": {
+ "defaultMessage": "SMP Enregistré"
+ },
"tag.category.reflections": {
"defaultMessage": "Réflexions"
},
+ "tag.category.roleplay": {
+ "defaultMessage": "Jeu de rôle"
+ },
+ "tag.category.rpg": {
+ "defaultMessage": "RPG"
+ },
"tag.category.screenshot": {
"defaultMessage": "Capture d'écran"
},
@@ -1502,18 +1721,36 @@
"tag.category.simplistic": {
"defaultMessage": "Simple"
},
+ "tag.category.skyblock": {
+ "defaultMessage": "Skyblock"
+ },
+ "tag.category.smp": {
+ "defaultMessage": "SMP"
+ },
"tag.category.social": {
"defaultMessage": "Social"
},
"tag.category.storage": {
"defaultMessage": "Stockage"
},
+ "tag.category.survival-mode": {
+ "defaultMessage": "Mode Survie"
+ },
+ "tag.category.teams": {
+ "defaultMessage": "Équipes"
+ },
+ "tag.category.technical": {
+ "defaultMessage": "Technique"
+ },
"tag.category.technology": {
"defaultMessage": "Technologie"
},
"tag.category.themed": {
"defaultMessage": "À thème"
},
+ "tag.category.towns": {
+ "defaultMessage": "Villages"
+ },
"tag.category.transportation": {
"defaultMessage": "Transportation"
},
@@ -1526,6 +1763,12 @@
"tag.category.vanilla-like": {
"defaultMessage": "Pas loin de Vanilla"
},
+ "tag.category.whitelisted": {
+ "defaultMessage": "Liste Blanche"
+ },
+ "tag.category.world-resets": {
+ "defaultMessage": "Réinitialisations Mondiales"
+ },
"tag.category.worldgen": {
"defaultMessage": "Génération de mondes"
},
diff --git a/packages/ui/src/locales/fr-FR/meta.json b/packages/ui/src/locales/fr-FR/meta.json
index 2b65f33aea..0967ef424b 100644
--- a/packages/ui/src/locales/fr-FR/meta.json
+++ b/packages/ui/src/locales/fr-FR/meta.json
@@ -1,10 +1 @@
-{
- "displayName": {
- "description": "Please enter the name of the language in its specific variant or regional form (e.g., English (US) for American English, not just English). If the language does not have any specific variant, simply enter the name of the language (e.g., Français, Deutsch).",
- "message": "Anglais (États-Unis)"
- },
- "searchTerms": {
- "description": "Please provide additional search terms associated with the language, if needed, to enhance the search functionality (e.g., American English, Deutschland). Each search term should be entered on a separate line. Translate as a hyphen (-) if no additional terms are needed.",
- "message": "France\nFrançais"
- }
-}
+{}
diff --git a/packages/ui/src/locales/he-IL/index.json b/packages/ui/src/locales/he-IL/index.json
index 5cf625051a..eda43d4fc8 100644
--- a/packages/ui/src/locales/he-IL/index.json
+++ b/packages/ui/src/locales/he-IL/index.json
@@ -501,7 +501,7 @@
"defaultMessage": "מפקח"
},
"omorphia.component.badge.label.modrinth-team": {
- "defaultMessage": "צוות מודרינט"
+ "defaultMessage": "צוות Modrinth"
},
"omorphia.component.badge.label.pending": {
"defaultMessage": "בהמתנה"
@@ -719,6 +719,12 @@
"project.about.links.wiki": {
"defaultMessage": "בקרו בויקי"
},
+ "project.environment.client-only.title": {
+ "defaultMessage": "צד לקוח בלבד"
+ },
+ "project.environment.dedicated-server-only.title": {
+ "defaultMessage": "צד שרת בלבד"
+ },
"project.settings.analytics.title": {
"defaultMessage": "אנליטיקה"
},
diff --git a/packages/ui/src/locales/he-IL/meta.json b/packages/ui/src/locales/he-IL/meta.json
index b539f2dbe6..0967ef424b 100644
--- a/packages/ui/src/locales/he-IL/meta.json
+++ b/packages/ui/src/locales/he-IL/meta.json
@@ -1,10 +1 @@
-{
- "displayName": {
- "description": "Please enter the name of the language in its specific variant or regional form (e.g., English (US) for American English, not just English). If the language does not have any specific variant, simply enter the name of the language (e.g., Français, Deutsch).",
- "message": "Hebrew (Israel) עברית"
- },
- "searchTerms": {
- "description": "Please provide additional search terms associated with the language, if needed, to enhance the search functionality (e.g., American English, Deutschland). Each search term should be entered on a separate line. Translate as a hyphen (-) if no additional terms are needed.",
- "message": "ישראל\nIsrael\nHebrew"
- }
-}
+{}
diff --git a/packages/ui/src/locales/hu-HU/index.json b/packages/ui/src/locales/hu-HU/index.json
index 60dbcd6848..c4fda89a4b 100644
--- a/packages/ui/src/locales/hu-HU/index.json
+++ b/packages/ui/src/locales/hu-HU/index.json
@@ -242,6 +242,18 @@
"form.placeholder.state": {
"defaultMessage": "Megye/tartomány megadása"
},
+ "header.category.category": {
+ "defaultMessage": "Kategória"
+ },
+ "header.category.feature": {
+ "defaultMessage": "Funkció"
+ },
+ "header.category.minecraft-server-community": {
+ "defaultMessage": "Közösség"
+ },
+ "header.category.minecraft-server-features": {
+ "defaultMessage": "Funkciók"
+ },
"header.category.resolutions": {
"defaultMessage": "Felbontások"
},
@@ -464,6 +476,9 @@
"modal.add-payment-method.title": {
"defaultMessage": "Fizetési mód hozzáadása"
},
+ "modal.open-in-app.benefit.install": {
+ "defaultMessage": "A szükséges tartalom automatikus telepítése"
+ },
"notification.error.title": {
"defaultMessage": "Hiba történt"
},
@@ -654,13 +669,13 @@
"defaultMessage": "{count, plural,one {modcsomag} other {modcsomagok}}"
},
"project-type.plugin.capital": {
- "defaultMessage": "{count, plural,one {Plugin} other {Pluginok}}"
+ "defaultMessage": "{count, plural,one {Bővítmény} other {Bővítmények}}"
},
"project-type.plugin.category": {
- "defaultMessage": "Pluginok"
+ "defaultMessage": "Bővítmények"
},
"project-type.plugin.lowercase": {
- "defaultMessage": "{count, plural,one {plugin} other {pluginok}}"
+ "defaultMessage": "{count, plural,one {bővítmény} other {bővítmények}}"
},
"project-type.project.capital": {
"defaultMessage": "{count, plural, one {Projekt} other {Projektek}}"
@@ -735,7 +750,7 @@
"defaultMessage": "Létrehozva {date}"
},
"project.about.details.licensed": {
- "defaultMessage": "Licenszelve: {license}"
+ "defaultMessage": "Licensz: {license}"
},
"project.about.details.published": {
"defaultMessage": "Publikálva {date}"
@@ -894,7 +909,7 @@
"defaultMessage": "Általános"
},
"project.settings.license.title": {
- "defaultMessage": "Licenc"
+ "defaultMessage": "Licensz"
},
"project.settings.links.title": {
"defaultMessage": "Linkek"
@@ -1005,10 +1020,10 @@
"defaultMessage": "Összes verzió mutatása"
},
"search.filter_type.license": {
- "defaultMessage": "Licenc"
+ "defaultMessage": "Licensz"
},
"search.filter_type.license.open_source": {
- "defaultMessage": "Nyilt forráskódú"
+ "defaultMessage": "Nyílt forráskódú"
},
"search.filter_type.mod_loader": {
"defaultMessage": "Betöltő"
@@ -1355,6 +1370,9 @@
"tag.category.shadows": {
"defaultMessage": "Árnyékok"
},
+ "tag.category.simplistic": {
+ "defaultMessage": "Egyszerűsítő"
+ },
"tag.category.social": {
"defaultMessage": "Szociális"
},
@@ -1370,6 +1388,9 @@
"tag.category.tweaks": {
"defaultMessage": "Finomítások"
},
+ "tag.category.utility": {
+ "defaultMessage": "Hasznosság"
+ },
"tag.category.vanilla-like": {
"defaultMessage": "Vanilla-szerű"
},
diff --git a/packages/ui/src/locales/hu-HU/meta.json b/packages/ui/src/locales/hu-HU/meta.json
index 87b1cce303..0967ef424b 100644
--- a/packages/ui/src/locales/hu-HU/meta.json
+++ b/packages/ui/src/locales/hu-HU/meta.json
@@ -1,10 +1 @@
-{
- "displayName": {
- "description": "Please enter the name of the language in its specific variant or regional form (e.g., English (US) for American English, not just English). If the language does not have any specific variant, simply enter the name of the language (e.g., Français, Deutsch).",
- "message": "Magyar"
- },
- "searchTerms": {
- "description": "Please provide additional search terms associated with the language, if needed, to enhance the search functionality (e.g., American English, Deutschland). Each search term should be entered on a separate line. Translate as a hyphen (-) if no additional terms are needed.",
- "message": "Magyarország\nmagyar"
- }
-}
+{}
diff --git a/packages/ui/src/locales/id-ID/index.json b/packages/ui/src/locales/id-ID/index.json
index 59be6cb4f4..a28caaf329 100644
--- a/packages/ui/src/locales/id-ID/index.json
+++ b/packages/ui/src/locales/id-ID/index.json
@@ -254,6 +254,18 @@
"header.category.feature": {
"defaultMessage": "Fitur"
},
+ "header.category.minecraft-server-community": {
+ "defaultMessage": "Komunitas"
+ },
+ "header.category.minecraft-server-features": {
+ "defaultMessage": "Fitur"
+ },
+ "header.category.minecraft-server-gameplay": {
+ "defaultMessage": "Tata Permainan"
+ },
+ "header.category.minecraft-server-meta": {
+ "defaultMessage": "Meta"
+ },
"header.category.performance-impact": {
"defaultMessage": "Dampak kinerja"
},
@@ -317,6 +329,42 @@
"instances.modpack-card.unlink": {
"defaultMessage": "Lepas kaitan paket mod"
},
+ "instances.modpack-content-modal.back-button": {
+ "defaultMessage": "Kembali"
+ },
+ "instances.modpack-content-modal.copy-link": {
+ "defaultMessage": "Salin tautan"
+ },
+ "instances.modpack-content-modal.disable": {
+ "defaultMessage": "Matikan"
+ },
+ "instances.modpack-content-modal.empty-description": {
+ "defaultMessage": "Paket mod ini tidak termasuk konten tambahan."
+ },
+ "instances.modpack-content-modal.empty-title": {
+ "defaultMessage": "Konten tidak ditemukan"
+ },
+ "instances.modpack-content-modal.enable": {
+ "defaultMessage": "Hidupkan"
+ },
+ "instances.modpack-content-modal.filter-all": {
+ "defaultMessage": "Semua"
+ },
+ "instances.modpack-content-modal.header": {
+ "defaultMessage": "Konten paket mod"
+ },
+ "instances.modpack-content-modal.loading": {
+ "defaultMessage": "Sedang memuat konten..."
+ },
+ "instances.modpack-content-modal.no-results": {
+ "defaultMessage": "Tidak ada proyek yang cocok dengan pencarian Anda."
+ },
+ "instances.modpack-content-modal.search-placeholder": {
+ "defaultMessage": "Cari {count} proyek"
+ },
+ "instances.modpack-content-modal.selected-count": {
+ "defaultMessage": "{count} dipilih"
+ },
"instances.updater-modal.badge.current": {
"defaultMessage": "Saat ini"
},
@@ -500,6 +548,30 @@
"modal.add-payment-method.title": {
"defaultMessage": "Menambah metode pembayaran"
},
+ "modal.open-in-app.benefit.install": {
+ "defaultMessage": "Konten yang diperlukan terpasang secara otomatis"
+ },
+ "modal.open-in-app.benefit.launch": {
+ "defaultMessage": "Permainan diluncurkan langsung menuju server"
+ },
+ "modal.open-in-app.benefit.update": {
+ "defaultMessage": "Berkas-berkas selalu diperbarui ketika server berubah"
+ },
+ "modal.open-in-app.close": {
+ "defaultMessage": "Tutup"
+ },
+ "modal.open-in-app.get-app": {
+ "defaultMessage": "Dapatkan Modrinth App"
+ },
+ "modal.open-in-app.opening-automatically": {
+ "defaultMessage": "Modrinth App akan buka secara otomatis..."
+ },
+ "modal.open-in-app.title": {
+ "defaultMessage": "Membuka Modrinth App"
+ },
+ "modal.open-in-app.why-use": {
+ "defaultMessage": "Mengapa harus Modrinth App?"
+ },
"notification.error.title": {
"defaultMessage": "Terjadi kesalahan"
},
@@ -812,15 +884,33 @@
"project.about.links.issues": {
"defaultMessage": "Laporkan masalah"
},
+ "project.about.links.site": {
+ "defaultMessage": "Kunjungi situs web"
+ },
"project.about.links.source": {
"defaultMessage": "Lihat sumber"
},
+ "project.about.links.store": {
+ "defaultMessage": "Kunjungi halaman toko"
+ },
"project.about.links.title": {
"defaultMessage": "Tautan"
},
"project.about.links.wiki": {
"defaultMessage": "Kunjungi wiki"
},
+ "project.about.server.copied": {
+ "defaultMessage": "Disalin!"
+ },
+ "project.about.server.copiedText": {
+ "defaultMessage": "Alamat IP telah disalin ke papan klip"
+ },
+ "project.about.server.latency": {
+ "defaultMessage": "Latensi"
+ },
+ "project.about.server.title": {
+ "defaultMessage": "Perincian server"
+ },
"project.download-count-tooltip": {
"defaultMessage": "{count} {count, plural, other {unduhan}}"
},
@@ -893,9 +983,21 @@
"project.follower-count-tooltip": {
"defaultMessage": "{count} {count, plural, other {pengikut}}"
},
+ "project.online-player-count": {
+ "defaultMessage": "{count} {count, plural, other {pemain daring}}"
+ },
+ "project.recent-plays": {
+ "defaultMessage": "Baru saja dimainkan sebanyak {count} {count, plural, other {kali}}"
+ },
+ "project.server.ping.ms": {
+ "defaultMessage": "{ping} ms"
+ },
"project.settings.analytics.title": {
"defaultMessage": "Analisis"
},
+ "project.settings.content.title": {
+ "defaultMessage": "Konten"
+ },
"project.settings.description.title": {
"defaultMessage": "Keterangan"
},
@@ -1004,6 +1106,9 @@
"project.settings.notice.no-permission.title": {
"defaultMessage": "Tidak ada izin"
},
+ "project.settings.server.title": {
+ "defaultMessage": "Server"
+ },
"project.settings.tags.title": {
"defaultMessage": "Tag"
},
@@ -1361,39 +1466,75 @@
"tag.category.adventure": {
"defaultMessage": "Pertualangan"
},
+ "tag.category.adventure-mode": {
+ "defaultMessage": "Mode Petualangan"
+ },
+ "tag.category.anarchy": {
+ "defaultMessage": "Anarki"
+ },
"tag.category.atmosphere": {
"defaultMessage": "Suasana"
},
"tag.category.audio": {
"defaultMessage": "Bunyi-bunyian"
},
+ "tag.category.battle-royale": {
+ "defaultMessage": "Tempur Ramai"
+ },
+ "tag.category.bedwars": {
+ "defaultMessage": "Perang Katil"
+ },
"tag.category.blocks": {
"defaultMessage": "Balok-Balok"
},
"tag.category.bloom": {
"defaultMessage": "Cahaya Mekar"
},
+ "tag.category.bosses": {
+ "defaultMessage": "Perlawanan Bos"
+ },
"tag.category.cartoon": {
"defaultMessage": "Kartun"
},
"tag.category.challenging": {
"defaultMessage": "Menantang"
},
+ "tag.category.classes": {
+ "defaultMessage": "Tempur Kelas"
+ },
"tag.category.colored-lighting": {
"defaultMessage": "Cahaya Berwarna"
},
"tag.category.combat": {
"defaultMessage": "Pertempuran"
},
+ "tag.category.competitive": {
+ "defaultMessage": "Kompetitif"
+ },
"tag.category.core-shaders": {
"defaultMessage": "Pencorak Inti"
},
+ "tag.category.creative-mode": {
+ "defaultMessage": "Mode Kreatif"
+ },
+ "tag.category.creator-community": {
+ "defaultMessage": "Komunitas Kreator"
+ },
+ "tag.category.crossplay": {
+ "defaultMessage": "Lintas Platform"
+ },
"tag.category.cursed": {
"defaultMessage": "Di Luar Nalar"
},
+ "tag.category.custom-content": {
+ "defaultMessage": "Konten Tersuai"
+ },
"tag.category.decoration": {
"defaultMessage": "Hiasan"
},
+ "tag.category.dungeons": {
+ "defaultMessage": "Terungku"
+ },
"tag.category.economy": {
"defaultMessage": "Keuangan"
},
@@ -1406,6 +1547,9 @@
"tag.category.equipment": {
"defaultMessage": "Perlengkapan"
},
+ "tag.category.factions": {
+ "defaultMessage": "Tempur Faksi"
+ },
"tag.category.fantasy": {
"defaultMessage": "Fantasi"
},
@@ -1421,21 +1565,36 @@
"tag.category.game-mechanics": {
"defaultMessage": "Mekanisme Permainan"
},
+ "tag.category.gens": {
+ "defaultMessage": "Generasi"
+ },
"tag.category.gui": {
"defaultMessage": "GUI"
},
+ "tag.category.hardcore-mode": {
+ "defaultMessage": "Mode Menantang"
+ },
"tag.category.high": {
"defaultMessage": "Tinggi"
},
"tag.category.items": {
"defaultMessage": "Benda-Benda"
},
+ "tag.category.keep-inventory": {
+ "defaultMessage": "Persediaan Tersimpan"
+ },
"tag.category.kitchen-sink": {
"defaultMessage": "Aneka Macam"
},
+ "tag.category.kitpvp": {
+ "defaultMessage": "KitPvP"
+ },
"tag.category.library": {
"defaultMessage": "Pustaka"
},
+ "tag.category.lifesteal": {
+ "defaultMessage": "Rebut Nyawa"
+ },
"tag.category.lightweight": {
"defaultMessage": "Ringan"
},
@@ -1451,12 +1610,24 @@
"tag.category.management": {
"defaultMessage": "Pengelolaan"
},
+ "tag.category.media": {
+ "defaultMessage": "Media"
+ },
"tag.category.medium": {
"defaultMessage": "Sedang"
},
+ "tag.category.microgames": {
+ "defaultMessage": "Permainan Mikro"
+ },
"tag.category.minigame": {
"defaultMessage": "Permainan Kecil"
},
+ "tag.category.minigames": {
+ "defaultMessage": "Permainan Kecil"
+ },
+ "tag.category.mmo": {
+ "defaultMessage": "MMO"
+ },
"tag.category.mobs": {
"defaultMessage": "Makhluk-Makhluk"
},
@@ -1469,27 +1640,75 @@
"tag.category.multiplayer": {
"defaultMessage": "Bermain Bersama"
},
+ "tag.category.network": {
+ "defaultMessage": "Jaringan"
+ },
+ "tag.category.offline-mode": {
+ "defaultMessage": "Mode Luring"
+ },
+ "tag.category.oneblock": {
+ "defaultMessage": "Balok Tunggal"
+ },
+ "tag.category.op": {
+ "defaultMessage": "OP"
+ },
"tag.category.optimization": {
"defaultMessage": "Pengoptimalan"
},
+ "tag.category.parkour": {
+ "defaultMessage": "Parkur"
+ },
"tag.category.path-tracing": {
"defaultMessage": "Perunutan Sinar"
},
"tag.category.pbr": {
"defaultMessage": "PBR"
},
+ "tag.category.personal-worlds": {
+ "defaultMessage": "Dunia Pribadi"
+ },
+ "tag.category.plots": {
+ "defaultMessage": "Petak"
+ },
+ "tag.category.pokemon": {
+ "defaultMessage": "Pokemon"
+ },
"tag.category.potato": {
"defaultMessage": "Kentang"
},
+ "tag.category.prison": {
+ "defaultMessage": "Penjara"
+ },
+ "tag.category.pve": {
+ "defaultMessage": "PvE"
+ },
+ "tag.category.pvp": {
+ "defaultMessage": "PvP"
+ },
+ "tag.category.questing": {
+ "defaultMessage": "Misi-misian"
+ },
"tag.category.quests": {
"defaultMessage": "Misi"
},
+ "tag.category.racing": {
+ "defaultMessage": "Balapan"
+ },
"tag.category.realistic": {
"defaultMessage": "Realistis"
},
+ "tag.category.recording-smp": {
+ "defaultMessage": "Perekaman Permainan Sintas Bersama"
+ },
"tag.category.reflections": {
"defaultMessage": "Berkilau"
},
+ "tag.category.roleplay": {
+ "defaultMessage": "Permainan Peran"
+ },
+ "tag.category.rpg": {
+ "defaultMessage": "RPG"
+ },
"tag.category.screenshot": {
"defaultMessage": "Tangkapan Layar"
},
@@ -1502,18 +1721,36 @@
"tag.category.simplistic": {
"defaultMessage": "Sederhana"
},
+ "tag.category.skyblock": {
+ "defaultMessage": "Skyblock"
+ },
+ "tag.category.smp": {
+ "defaultMessage": "Permainan Sintas Bersama"
+ },
"tag.category.social": {
"defaultMessage": "Sosial"
},
"tag.category.storage": {
"defaultMessage": "Penyimpanan"
},
+ "tag.category.survival-mode": {
+ "defaultMessage": "Mode Sintas"
+ },
+ "tag.category.teams": {
+ "defaultMessage": "Regu-reguan"
+ },
+ "tag.category.technical": {
+ "defaultMessage": "Teknis"
+ },
"tag.category.technology": {
"defaultMessage": "Teknologi"
},
"tag.category.themed": {
"defaultMessage": "Bertema"
},
+ "tag.category.towns": {
+ "defaultMessage": "Kota"
+ },
"tag.category.transportation": {
"defaultMessage": "Transportasi"
},
@@ -1526,6 +1763,12 @@
"tag.category.vanilla-like": {
"defaultMessage": "Mendekati Vanila"
},
+ "tag.category.whitelisted": {
+ "defaultMessage": "Berdaftar Putih"
+ },
+ "tag.category.world-resets": {
+ "defaultMessage": "Peresetan Dunia"
+ },
"tag.category.worldgen": {
"defaultMessage": "Pembuatan Dunia"
},
diff --git a/packages/ui/src/locales/id-ID/meta.json b/packages/ui/src/locales/id-ID/meta.json
index 16e77dc817..0967ef424b 100644
--- a/packages/ui/src/locales/id-ID/meta.json
+++ b/packages/ui/src/locales/id-ID/meta.json
@@ -1,10 +1 @@
-{
- "displayName": {
- "description": "Please enter the name of the language in its specific variant or regional form (e.g., English (US) for American English, not just English). If the language does not have any specific variant, simply enter the name of the language (e.g., Français, Deutsch).",
- "message": "Bahasa Indonesia"
- },
- "searchTerms": {
- "description": "Please provide additional search terms associated with the language, if needed, to enhance the search functionality (e.g., American English, Deutschland). Each search term should be entered on a separate line. Translate as a hyphen (-) if no additional terms are needed.",
- "message": "Indonesia\nBahasa Indonesia\nIndonesian\nIND\nID"
- }
-}
+{}
diff --git a/packages/ui/src/locales/it-IT/index.json b/packages/ui/src/locales/it-IT/index.json
index 8950d2afb9..5d21ff3cb0 100644
--- a/packages/ui/src/locales/it-IT/index.json
+++ b/packages/ui/src/locales/it-IT/index.json
@@ -254,6 +254,18 @@
"header.category.feature": {
"defaultMessage": "Funzionalità"
},
+ "header.category.minecraft-server-community": {
+ "defaultMessage": "Comunità"
+ },
+ "header.category.minecraft-server-features": {
+ "defaultMessage": "Caratteristiche"
+ },
+ "header.category.minecraft-server-gameplay": {
+ "defaultMessage": "Stile di gioco"
+ },
+ "header.category.minecraft-server-meta": {
+ "defaultMessage": "Configurazione"
+ },
"header.category.performance-impact": {
"defaultMessage": "Impatto"
},
@@ -317,6 +329,42 @@
"instances.modpack-card.unlink": {
"defaultMessage": "Scollega pacchetto"
},
+ "instances.modpack-content-modal.back-button": {
+ "defaultMessage": "Indietro"
+ },
+ "instances.modpack-content-modal.copy-link": {
+ "defaultMessage": "Copia link"
+ },
+ "instances.modpack-content-modal.disable": {
+ "defaultMessage": "Disabilita"
+ },
+ "instances.modpack-content-modal.empty-description": {
+ "defaultMessage": "Questo pacchetto di mod non include alcun contenuto aggiuntivo."
+ },
+ "instances.modpack-content-modal.empty-title": {
+ "defaultMessage": "Nessun contenuto trovato"
+ },
+ "instances.modpack-content-modal.enable": {
+ "defaultMessage": "Abilita"
+ },
+ "instances.modpack-content-modal.filter-all": {
+ "defaultMessage": "Tutto"
+ },
+ "instances.modpack-content-modal.header": {
+ "defaultMessage": "Contenuto del pacchetto"
+ },
+ "instances.modpack-content-modal.loading": {
+ "defaultMessage": "Caricando il contenuto..."
+ },
+ "instances.modpack-content-modal.no-results": {
+ "defaultMessage": "Nessun progetto corrisponde alla tua ricerca."
+ },
+ "instances.modpack-content-modal.search-placeholder": {
+ "defaultMessage": "Cerca tra {count} progetti"
+ },
+ "instances.modpack-content-modal.selected-count": {
+ "defaultMessage": "{count, plural, one {# selezionato} other {# selezionati}}"
+ },
"instances.updater-modal.badge.current": {
"defaultMessage": "Attuale"
},
@@ -494,12 +542,132 @@
"label.yes": {
"defaultMessage": "Sì"
},
+ "locale.cs-CZ": {
+ "defaultMessage": "Ceco"
+ },
+ "locale.da-DK": {
+ "defaultMessage": "Danese"
+ },
+ "locale.de-CH": {
+ "defaultMessage": "Tedesco (Svizzera)"
+ },
+ "locale.de-DE": {
+ "defaultMessage": "Tedesco (Germania)"
+ },
+ "locale.en-US": {
+ "defaultMessage": "Inglese (Stati Uniti)"
+ },
+ "locale.es-419": {
+ "defaultMessage": "Spagnolo (America Latina)"
+ },
+ "locale.es-ES": {
+ "defaultMessage": "Spagnolo (Spagna)"
+ },
+ "locale.fi-FI": {
+ "defaultMessage": "Finlandese"
+ },
+ "locale.fil-PH": {
+ "defaultMessage": "Filippino"
+ },
+ "locale.fr-FR": {
+ "defaultMessage": "Francese"
+ },
+ "locale.he-IL": {
+ "defaultMessage": "Ebraico"
+ },
+ "locale.hu-HU": {
+ "defaultMessage": "Ungherese"
+ },
+ "locale.id-ID": {
+ "defaultMessage": "Indonesiano"
+ },
+ "locale.it-IT": {
+ "defaultMessage": "Italiano (Italia)"
+ },
+ "locale.ja-JP": {
+ "defaultMessage": "Giapponese"
+ },
+ "locale.ko-KR": {
+ "defaultMessage": "Coreano"
+ },
+ "locale.ms-MY": {
+ "defaultMessage": "Malese"
+ },
+ "locale.nl-NL": {
+ "defaultMessage": "Olandese"
+ },
+ "locale.no-NO": {
+ "defaultMessage": "Norvegese Bokmål"
+ },
+ "locale.pl-PL": {
+ "defaultMessage": "Polacco"
+ },
+ "locale.pt-BR": {
+ "defaultMessage": "Portoghese (Brasile)"
+ },
+ "locale.pt-PT": {
+ "defaultMessage": "Portoghese (Portogallo)"
+ },
+ "locale.ro-RO": {
+ "defaultMessage": "Rumeno"
+ },
+ "locale.ru-RU": {
+ "defaultMessage": "Russo"
+ },
+ "locale.sr-CS": {
+ "defaultMessage": "Serbo (Latino)"
+ },
+ "locale.sv-SE": {
+ "defaultMessage": "Svedese"
+ },
+ "locale.th-TH": {
+ "defaultMessage": "Thailandese"
+ },
+ "locale.tr-TR": {
+ "defaultMessage": "Turco"
+ },
+ "locale.uk-UA": {
+ "defaultMessage": "Ucraino"
+ },
+ "locale.vi-VN": {
+ "defaultMessage": "Vietnamita"
+ },
+ "locale.zh-CN": {
+ "defaultMessage": "Cinese (Semplificato)"
+ },
+ "locale.zh-TW": {
+ "defaultMessage": "Cinese (Tradizionale)"
+ },
"modal.add-payment-method.action": {
"defaultMessage": "Aggiungi un metodo di pagamento"
},
"modal.add-payment-method.title": {
"defaultMessage": "Aggiungere un metodo di pagamento"
},
+ "modal.open-in-app.benefit.install": {
+ "defaultMessage": "Installa automaticamente i contenuti richiesti"
+ },
+ "modal.open-in-app.benefit.launch": {
+ "defaultMessage": "Entra nei server appena avviato il gioco"
+ },
+ "modal.open-in-app.benefit.update": {
+ "defaultMessage": "Mantieni i file aggiornati coi server"
+ },
+ "modal.open-in-app.close": {
+ "defaultMessage": "Chiudi"
+ },
+ "modal.open-in-app.get-app": {
+ "defaultMessage": "Scarica Modrinth App"
+ },
+ "modal.open-in-app.opening-automatically": {
+ "defaultMessage": "Modrinth App si aprirà automaticamente..."
+ },
+ "modal.open-in-app.title": {
+ "defaultMessage": "Aprendo Modrinth App"
+ },
+ "modal.open-in-app.why-use": {
+ "defaultMessage": "Perché usare Modrinth App"
+ },
"notification.error.title": {
"defaultMessage": "Si è verificato un errore"
},
@@ -812,15 +980,33 @@
"project.about.links.issues": {
"defaultMessage": "Segnala problemi"
},
+ "project.about.links.site": {
+ "defaultMessage": "Visita il sito"
+ },
"project.about.links.source": {
"defaultMessage": "Visualizza sorgente"
},
+ "project.about.links.store": {
+ "defaultMessage": "Visita il negozio"
+ },
"project.about.links.title": {
"defaultMessage": "Collegamenti"
},
"project.about.links.wiki": {
"defaultMessage": "Consulta la wiki"
},
+ "project.about.server.copied": {
+ "defaultMessage": "Copiato!"
+ },
+ "project.about.server.copiedText": {
+ "defaultMessage": "Indirizzo IP copiato negli appunti"
+ },
+ "project.about.server.latency": {
+ "defaultMessage": "Latenza"
+ },
+ "project.about.server.title": {
+ "defaultMessage": "Dettagli sul server"
+ },
"project.download-count-tooltip": {
"defaultMessage": "{count} download"
},
@@ -893,9 +1079,21 @@
"project.follower-count-tooltip": {
"defaultMessage": "{count} follower"
},
+ "project.online-player-count": {
+ "defaultMessage": "{count} online"
+ },
+ "project.recent-plays": {
+ "defaultMessage": "{count, plural, one {# avvio recente} other {# avvii recenti}}"
+ },
+ "project.server.ping.ms": {
+ "defaultMessage": "{ping} ms"
+ },
"project.settings.analytics.title": {
"defaultMessage": "Analitiche"
},
+ "project.settings.content.title": {
+ "defaultMessage": "Contenuto"
+ },
"project.settings.description.title": {
"defaultMessage": "Descrizione"
},
@@ -1004,6 +1202,9 @@
"project.settings.notice.no-permission.title": {
"defaultMessage": "Nessun permesso"
},
+ "project.settings.server.title": {
+ "defaultMessage": "Server"
+ },
"project.settings.tags.title": {
"defaultMessage": "Tag"
},
@@ -1361,39 +1562,75 @@
"tag.category.adventure": {
"defaultMessage": "Avventura"
},
+ "tag.category.adventure-mode": {
+ "defaultMessage": "Modalità avventura"
+ },
+ "tag.category.anarchy": {
+ "defaultMessage": "Anarchia"
+ },
"tag.category.atmosphere": {
"defaultMessage": "Atmosfera"
},
"tag.category.audio": {
"defaultMessage": "Suoni"
},
+ "tag.category.battle-royale": {
+ "defaultMessage": "Battle royale"
+ },
+ "tag.category.bedwars": {
+ "defaultMessage": "BedWars"
+ },
"tag.category.blocks": {
"defaultMessage": "Blocchi"
},
"tag.category.bloom": {
"defaultMessage": "Risalto"
},
+ "tag.category.bosses": {
+ "defaultMessage": "Boss"
+ },
"tag.category.cartoon": {
"defaultMessage": "Cartone"
},
"tag.category.challenging": {
"defaultMessage": "Impegnativa"
},
+ "tag.category.classes": {
+ "defaultMessage": "Ceti"
+ },
"tag.category.colored-lighting": {
"defaultMessage": "Luci colorate"
},
"tag.category.combat": {
"defaultMessage": "Combattimento"
},
+ "tag.category.competitive": {
+ "defaultMessage": "Competizione"
+ },
"tag.category.core-shaders": {
"defaultMessage": "Core shader"
},
+ "tag.category.creative-mode": {
+ "defaultMessage": "Modalità creativa"
+ },
+ "tag.category.creator-community": {
+ "defaultMessage": "Creatività"
+ },
+ "tag.category.crossplay": {
+ "defaultMessage": "Multipiattaforma"
+ },
"tag.category.cursed": {
"defaultMessage": "Grottesca"
},
+ "tag.category.custom-content": {
+ "defaultMessage": "Contenuto personalizzato"
+ },
"tag.category.decoration": {
"defaultMessage": "Decorazione"
},
+ "tag.category.dungeons": {
+ "defaultMessage": "Segrete"
+ },
"tag.category.economy": {
"defaultMessage": "Economia"
},
@@ -1406,6 +1643,9 @@
"tag.category.equipment": {
"defaultMessage": "Equipaggiamento"
},
+ "tag.category.factions": {
+ "defaultMessage": "Fazioni"
+ },
"tag.category.fantasy": {
"defaultMessage": "Fantasia"
},
@@ -1421,21 +1661,36 @@
"tag.category.game-mechanics": {
"defaultMessage": "Meccaniche di gioco"
},
+ "tag.category.gens": {
+ "defaultMessage": "Generazioni"
+ },
"tag.category.gui": {
"defaultMessage": "Interfaccia"
},
+ "tag.category.hardcore-mode": {
+ "defaultMessage": "Modalità estrema"
+ },
"tag.category.high": {
"defaultMessage": "Alto"
},
"tag.category.items": {
"defaultMessage": "Strumenti"
},
+ "tag.category.keep-inventory": {
+ "defaultMessage": "Mantieni inventario"
+ },
"tag.category.kitchen-sink": {
"defaultMessage": "Di tutto e di più"
},
+ "tag.category.kitpvp": {
+ "defaultMessage": "KitPvP"
+ },
"tag.category.library": {
"defaultMessage": "Libreria"
},
+ "tag.category.lifesteal": {
+ "defaultMessage": "Rubavita"
+ },
"tag.category.lightweight": {
"defaultMessage": "Leggera"
},
@@ -1451,12 +1706,24 @@
"tag.category.management": {
"defaultMessage": "Gestione"
},
+ "tag.category.media": {
+ "defaultMessage": "Media"
+ },
"tag.category.medium": {
"defaultMessage": "Medio"
},
+ "tag.category.microgames": {
+ "defaultMessage": "Microgiochi"
+ },
"tag.category.minigame": {
"defaultMessage": "Minigioco"
},
+ "tag.category.minigames": {
+ "defaultMessage": "Minigiochi"
+ },
+ "tag.category.mmo": {
+ "defaultMessage": "MMO"
+ },
"tag.category.mobs": {
"defaultMessage": "Mostri"
},
@@ -1469,27 +1736,75 @@
"tag.category.multiplayer": {
"defaultMessage": "Multigiocatore"
},
+ "tag.category.network": {
+ "defaultMessage": "Federazione"
+ },
+ "tag.category.offline-mode": {
+ "defaultMessage": "Modalità offline"
+ },
+ "tag.category.oneblock": {
+ "defaultMessage": "OneBlock"
+ },
+ "tag.category.op": {
+ "defaultMessage": "OP"
+ },
"tag.category.optimization": {
"defaultMessage": "Ottimizzazione"
},
+ "tag.category.parkour": {
+ "defaultMessage": "Parkour"
+ },
"tag.category.path-tracing": {
"defaultMessage": "Path tracing"
},
"tag.category.pbr": {
"defaultMessage": "Rendering fisico"
},
+ "tag.category.personal-worlds": {
+ "defaultMessage": "Mondi personali"
+ },
+ "tag.category.plots": {
+ "defaultMessage": "Lotti"
+ },
+ "tag.category.pokemon": {
+ "defaultMessage": "Pokémon"
+ },
"tag.category.potato": {
"defaultMessage": "Molto basso"
},
+ "tag.category.prison": {
+ "defaultMessage": "Prigione"
+ },
+ "tag.category.pve": {
+ "defaultMessage": "PvE"
+ },
+ "tag.category.pvp": {
+ "defaultMessage": "PvP"
+ },
+ "tag.category.questing": {
+ "defaultMessage": "Missioni"
+ },
"tag.category.quests": {
"defaultMessage": "Missioni"
},
+ "tag.category.racing": {
+ "defaultMessage": "Gare"
+ },
"tag.category.realistic": {
"defaultMessage": "Realistica"
},
+ "tag.category.recording-smp": {
+ "defaultMessage": "SMP registrato"
+ },
"tag.category.reflections": {
"defaultMessage": "Riflessi"
},
+ "tag.category.roleplay": {
+ "defaultMessage": "Recitazione"
+ },
+ "tag.category.rpg": {
+ "defaultMessage": "RPG"
+ },
"tag.category.screenshot": {
"defaultMessage": "Per foto"
},
@@ -1502,18 +1817,36 @@
"tag.category.simplistic": {
"defaultMessage": "Basilare"
},
+ "tag.category.skyblock": {
+ "defaultMessage": "SkyBlock"
+ },
+ "tag.category.smp": {
+ "defaultMessage": "SMP"
+ },
"tag.category.social": {
- "defaultMessage": "Comunità"
+ "defaultMessage": "Società"
},
"tag.category.storage": {
"defaultMessage": "Immagazzinamento"
},
+ "tag.category.survival-mode": {
+ "defaultMessage": "Modalità sopravvivenza"
+ },
+ "tag.category.teams": {
+ "defaultMessage": "A squadre"
+ },
+ "tag.category.technical": {
+ "defaultMessage": "Tecnico"
+ },
"tag.category.technology": {
"defaultMessage": "Tecnologia"
},
"tag.category.themed": {
"defaultMessage": "A tema"
},
+ "tag.category.towns": {
+ "defaultMessage": "Città"
+ },
"tag.category.transportation": {
"defaultMessage": "Trasporto"
},
@@ -1526,6 +1859,12 @@
"tag.category.vanilla-like": {
"defaultMessage": "Simil-Vanilla"
},
+ "tag.category.whitelisted": {
+ "defaultMessage": "Con whitelist"
+ },
+ "tag.category.world-resets": {
+ "defaultMessage": "Ripristini del mondo"
+ },
"tag.category.worldgen": {
"defaultMessage": "Generazione del mondo"
},
diff --git a/packages/ui/src/locales/ja-JP/index.json b/packages/ui/src/locales/ja-JP/index.json
index 9203c6f7eb..964f62af8e 100644
--- a/packages/ui/src/locales/ja-JP/index.json
+++ b/packages/ui/src/locales/ja-JP/index.json
@@ -159,7 +159,7 @@
"defaultMessage": "API"
},
"changelog.product.app": {
- "defaultMessage": "APP"
+ "defaultMessage": "App"
},
"changelog.product.hosting": {
"defaultMessage": "ホスティング"
@@ -254,6 +254,18 @@
"header.category.feature": {
"defaultMessage": "機能"
},
+ "header.category.minecraft-server-community": {
+ "defaultMessage": "コミュニティ"
+ },
+ "header.category.minecraft-server-features": {
+ "defaultMessage": "特徴"
+ },
+ "header.category.minecraft-server-gameplay": {
+ "defaultMessage": "ゲームプレイ"
+ },
+ "header.category.minecraft-server-meta": {
+ "defaultMessage": "要素"
+ },
"header.category.performance-impact": {
"defaultMessage": "パフォーマンスへの影響"
},
@@ -317,6 +329,42 @@
"instances.modpack-card.unlink": {
"defaultMessage": "Modパックのリンク解除"
},
+ "instances.modpack-content-modal.back-button": {
+ "defaultMessage": "戻る"
+ },
+ "instances.modpack-content-modal.copy-link": {
+ "defaultMessage": "リンクをコピー"
+ },
+ "instances.modpack-content-modal.disable": {
+ "defaultMessage": "無効"
+ },
+ "instances.modpack-content-modal.empty-description": {
+ "defaultMessage": "このMODパックに追加コンテンツは一切含まれていません。"
+ },
+ "instances.modpack-content-modal.empty-title": {
+ "defaultMessage": "コンテンツが見つかりません"
+ },
+ "instances.modpack-content-modal.enable": {
+ "defaultMessage": "有効"
+ },
+ "instances.modpack-content-modal.filter-all": {
+ "defaultMessage": "すべて"
+ },
+ "instances.modpack-content-modal.header": {
+ "defaultMessage": "Modpackコンテンツ"
+ },
+ "instances.modpack-content-modal.loading": {
+ "defaultMessage": "コンテンツを読み込み中…"
+ },
+ "instances.modpack-content-modal.no-results": {
+ "defaultMessage": "該当するプロジェクトがありません。"
+ },
+ "instances.modpack-content-modal.search-placeholder": {
+ "defaultMessage": "{count} 件のプロジェクトを検索"
+ },
+ "instances.modpack-content-modal.selected-count": {
+ "defaultMessage": "{count} 件 選択済"
+ },
"instances.updater-modal.badge.current": {
"defaultMessage": "現在"
},
@@ -356,8 +404,11 @@
"instances.updater-modal.warning.web": {
"defaultMessage": "更新がワールドで安全である保証ができません。全ての中間更新ログを確認し、バックアップを検討してください。"
},
+ "label.actions": {
+ "defaultMessage": "アクション"
+ },
"label.available": {
- "defaultMessage": "{amount}つが利用可能。"
+ "defaultMessage": "{amount}が利用可能。"
},
"label.changelog": {
"defaultMessage": "更新履歴"
@@ -497,6 +548,30 @@
"modal.add-payment-method.title": {
"defaultMessage": "支払い方法を追加"
},
+ "modal.open-in-app.benefit.install": {
+ "defaultMessage": "必要なコンテンツを自動でインストールする"
+ },
+ "modal.open-in-app.benefit.launch": {
+ "defaultMessage": "ゲームを起動するとそのままサーバーに入る"
+ },
+ "modal.open-in-app.benefit.update": {
+ "defaultMessage": "サーバーが変更したときにファイルを更新し続ける"
+ },
+ "modal.open-in-app.close": {
+ "defaultMessage": "閉じる"
+ },
+ "modal.open-in-app.get-app": {
+ "defaultMessage": "Modrinth Appを入手する"
+ },
+ "modal.open-in-app.opening-automatically": {
+ "defaultMessage": "Modrinth Appが自動で開きます…"
+ },
+ "modal.open-in-app.title": {
+ "defaultMessage": "Modrinth Appを開く"
+ },
+ "modal.open-in-app.why-use": {
+ "defaultMessage": "なぜModrinthアプリを使うのか"
+ },
"notification.error.title": {
"defaultMessage": "エラーが発生しました"
},
@@ -584,15 +659,33 @@
"omorphia.component.environment-indicator.label.unsupported": {
"defaultMessage": "対応していません"
},
+ "payment-method.amazon_pay": {
+ "defaultMessage": "Amazon Pay"
+ },
+ "payment-method.amex": {
+ "defaultMessage": "American Express"
+ },
+ "payment-method.card_display": {
+ "defaultMessage": "末尾 {last_four} の {card_brand}"
+ },
+ "payment-method.cashapp": {
+ "defaultMessage": "Cash App"
+ },
"payment-method.charity": {
"defaultMessage": "寄付"
},
"payment-method.charity-plural": {
"defaultMessage": "寄付"
},
+ "payment-method.diners": {
+ "defaultMessage": "Diners Club"
+ },
"payment-method.discover": {
"defaultMessage": "発見"
},
+ "payment-method.eftpos": {
+ "defaultMessage": "EFTPOS"
+ },
"payment-method.gift-card": {
"defaultMessage": "ギフトカード"
},
@@ -608,6 +701,15 @@
"payment-method.paypal": {
"defaultMessage": "PayPal"
},
+ "payment-method.paypal_international": {
+ "defaultMessage": "PayPal"
+ },
+ "payment-method.unionpay": {
+ "defaultMessage": "UnionPay"
+ },
+ "payment-method.unknown": {
+ "defaultMessage": "不明な支払い方法"
+ },
"payment-method.venmo": {
"defaultMessage": "Venmo"
},
@@ -782,15 +884,33 @@
"project.about.links.issues": {
"defaultMessage": "問題を報告"
},
+ "project.about.links.site": {
+ "defaultMessage": "ウェブサイトを閲覧する"
+ },
"project.about.links.source": {
"defaultMessage": "ソースを見る"
},
+ "project.about.links.store": {
+ "defaultMessage": "ストアページに訪れる"
+ },
"project.about.links.title": {
"defaultMessage": "リンク"
},
"project.about.links.wiki": {
"defaultMessage": "ウィキを訪問する"
},
+ "project.about.server.copied": {
+ "defaultMessage": "コピーしました!"
+ },
+ "project.about.server.copiedText": {
+ "defaultMessage": "IPアドレスをクリップボードにコピーしました"
+ },
+ "project.about.server.latency": {
+ "defaultMessage": "遅延"
+ },
+ "project.about.server.title": {
+ "defaultMessage": "サーバーの詳細"
+ },
"project.download-count-tooltip": {
"defaultMessage": "{count}件のダウンロード"
},
@@ -863,9 +983,21 @@
"project.follower-count-tooltip": {
"defaultMessage": "{count}件のフォロワー"
},
+ "project.online-player-count": {
+ "defaultMessage": "{count} {count, plural, one {online} other {online}}"
+ },
+ "project.recent-plays": {
+ "defaultMessage": "{count} {count, plural, one {recent play} other {recent plays}}"
+ },
+ "project.server.ping.ms": {
+ "defaultMessage": "{ping} ms"
+ },
"project.settings.analytics.title": {
"defaultMessage": "統計"
},
+ "project.settings.content.title": {
+ "defaultMessage": "コンテンツ"
+ },
"project.settings.description.title": {
"defaultMessage": "概要"
},
@@ -974,6 +1106,9 @@
"project.settings.notice.no-permission.title": {
"defaultMessage": "権限なし"
},
+ "project.settings.server.title": {
+ "defaultMessage": "サーバー"
+ },
"project.settings.tags.title": {
"defaultMessage": "タグ"
},
@@ -1304,6 +1439,21 @@
"settings.sessions.title": {
"defaultMessage": "セッション"
},
+ "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以上"
},
@@ -1316,39 +1466,75 @@
"tag.category.adventure": {
"defaultMessage": "アドベンチャー"
},
+ "tag.category.adventure-mode": {
+ "defaultMessage": "アドベンチャーモード"
+ },
+ "tag.category.anarchy": {
+ "defaultMessage": "アナーキー"
+ },
"tag.category.atmosphere": {
"defaultMessage": "アトモスフィア"
},
"tag.category.audio": {
"defaultMessage": "オーディオ"
},
+ "tag.category.battle-royale": {
+ "defaultMessage": "バトルロイヤル"
+ },
+ "tag.category.bedwars": {
+ "defaultMessage": "ベッドウォーズ"
+ },
"tag.category.blocks": {
"defaultMessage": "ブロック"
},
"tag.category.bloom": {
"defaultMessage": "光彩"
},
+ "tag.category.bosses": {
+ "defaultMessage": "ボス"
+ },
"tag.category.cartoon": {
"defaultMessage": "カートゥーン"
},
"tag.category.challenging": {
"defaultMessage": "高難易度"
},
+ "tag.category.classes": {
+ "defaultMessage": "クラス"
+ },
"tag.category.colored-lighting": {
"defaultMessage": "カラーライティング"
},
"tag.category.combat": {
"defaultMessage": "戦闘"
},
+ "tag.category.competitive": {
+ "defaultMessage": "競技"
+ },
"tag.category.core-shaders": {
"defaultMessage": "シェーダー本体"
},
+ "tag.category.creative-mode": {
+ "defaultMessage": "クリエイティブモード"
+ },
+ "tag.category.creator-community": {
+ "defaultMessage": "クリエイターコミュニティ"
+ },
+ "tag.category.crossplay": {
+ "defaultMessage": "クロスプレイ"
+ },
"tag.category.cursed": {
"defaultMessage": "奇妙"
},
+ "tag.category.custom-content": {
+ "defaultMessage": "カスタムコンテンツ"
+ },
"tag.category.decoration": {
"defaultMessage": "装飾"
},
+ "tag.category.dungeons": {
+ "defaultMessage": "ダンジョン"
+ },
"tag.category.economy": {
"defaultMessage": "経済"
},
@@ -1361,6 +1547,9 @@
"tag.category.equipment": {
"defaultMessage": "装備"
},
+ "tag.category.factions": {
+ "defaultMessage": "覇権争い"
+ },
"tag.category.fantasy": {
"defaultMessage": "ファンタジー"
},
@@ -1376,21 +1565,36 @@
"tag.category.game-mechanics": {
"defaultMessage": "ゲームシステム"
},
+ "tag.category.gens": {
+ "defaultMessage": "Gens"
+ },
"tag.category.gui": {
"defaultMessage": "GUI"
},
+ "tag.category.hardcore-mode": {
+ "defaultMessage": "ハードコアモード"
+ },
"tag.category.high": {
"defaultMessage": "高負荷"
},
"tag.category.items": {
"defaultMessage": "アイテム"
},
+ "tag.category.keep-inventory": {
+ "defaultMessage": "キープインベントリ"
+ },
"tag.category.kitchen-sink": {
"defaultMessage": "総合"
},
+ "tag.category.kitpvp": {
+ "defaultMessage": "Kit PVP"
+ },
"tag.category.library": {
"defaultMessage": "前提MOD"
},
+ "tag.category.lifesteal": {
+ "defaultMessage": "ライフスティール"
+ },
"tag.category.lightweight": {
"defaultMessage": "軽量"
},
@@ -1406,12 +1610,24 @@
"tag.category.management": {
"defaultMessage": "管理"
},
+ "tag.category.media": {
+ "defaultMessage": "メディア"
+ },
"tag.category.medium": {
"defaultMessage": "標準"
},
+ "tag.category.microgames": {
+ "defaultMessage": "マイクロゲーム"
+ },
"tag.category.minigame": {
"defaultMessage": "ミニゲーム"
},
+ "tag.category.minigames": {
+ "defaultMessage": "ミニゲーム"
+ },
+ "tag.category.mmo": {
+ "defaultMessage": "MMO"
+ },
"tag.category.mobs": {
"defaultMessage": "モブ"
},
@@ -1424,27 +1640,75 @@
"tag.category.multiplayer": {
"defaultMessage": "マルチプレイヤー"
},
+ "tag.category.network": {
+ "defaultMessage": "ネットワーク"
+ },
+ "tag.category.offline-mode": {
+ "defaultMessage": "オフラインモード"
+ },
+ "tag.category.oneblock": {
+ "defaultMessage": "ワンブロック"
+ },
+ "tag.category.op": {
+ "defaultMessage": "OP"
+ },
"tag.category.optimization": {
"defaultMessage": "最適化"
},
+ "tag.category.parkour": {
+ "defaultMessage": "アスレチック"
+ },
"tag.category.path-tracing": {
"defaultMessage": "パストレーシング"
},
"tag.category.pbr": {
"defaultMessage": "PBR"
},
+ "tag.category.personal-worlds": {
+ "defaultMessage": "個人世界"
+ },
+ "tag.category.plots": {
+ "defaultMessage": "プロット"
+ },
+ "tag.category.pokemon": {
+ "defaultMessage": "ポケモン"
+ },
"tag.category.potato": {
"defaultMessage": "低負荷"
},
+ "tag.category.prison": {
+ "defaultMessage": "刑務所"
+ },
+ "tag.category.pve": {
+ "defaultMessage": "PVE"
+ },
+ "tag.category.pvp": {
+ "defaultMessage": "PVP"
+ },
+ "tag.category.questing": {
+ "defaultMessage": "クエスト"
+ },
"tag.category.quests": {
"defaultMessage": "クエスト"
},
+ "tag.category.racing": {
+ "defaultMessage": "レース"
+ },
"tag.category.realistic": {
"defaultMessage": "現実的"
},
+ "tag.category.recording-smp": {
+ "defaultMessage": "Recording SMP"
+ },
"tag.category.reflections": {
"defaultMessage": "反射"
},
+ "tag.category.roleplay": {
+ "defaultMessage": "ロールプレイ"
+ },
+ "tag.category.rpg": {
+ "defaultMessage": "RPG"
+ },
"tag.category.screenshot": {
"defaultMessage": "スクリーンショット"
},
@@ -1457,15 +1721,36 @@
"tag.category.simplistic": {
"defaultMessage": "単純"
},
+ "tag.category.skyblock": {
+ "defaultMessage": "スカイブロック"
+ },
+ "tag.category.smp": {
+ "defaultMessage": "SMP"
+ },
"tag.category.social": {
"defaultMessage": "ソーシャル"
},
"tag.category.storage": {
"defaultMessage": "ストレージ"
},
+ "tag.category.survival-mode": {
+ "defaultMessage": "サバイバルモード"
+ },
+ "tag.category.teams": {
+ "defaultMessage": "チーム"
+ },
+ "tag.category.technical": {
+ "defaultMessage": "技術"
+ },
"tag.category.technology": {
"defaultMessage": "技術"
},
+ "tag.category.themed": {
+ "defaultMessage": "テーマ別"
+ },
+ "tag.category.towns": {
+ "defaultMessage": "街"
+ },
"tag.category.transportation": {
"defaultMessage": "運送"
},
@@ -1478,15 +1763,57 @@
"tag.category.vanilla-like": {
"defaultMessage": "バニラ風"
},
+ "tag.category.whitelisted": {
+ "defaultMessage": "ホワイトリスト登録済み"
+ },
+ "tag.category.world-resets": {
+ "defaultMessage": "ワールドリセット"
+ },
"tag.category.worldgen": {
"defaultMessage": "ワールド生成"
},
+ "tag.loader.babric": {
+ "defaultMessage": ""
+ },
+ "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": "データパック"
},
+ "tag.loader.fabric": {
+ "defaultMessage": "Fabric"
+ },
+ "tag.loader.folia": {
+ "defaultMessage": "Folia"
+ },
+ "tag.loader.forge": {
+ "defaultMessage": "Forge"
+ },
"tag.loader.geyser": {
"defaultMessage": "Geyser拡張機能"
},
+ "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": "リソースパック"
},
@@ -1496,6 +1823,45 @@
"tag.loader.mrpack": {
"defaultMessage": "MODパック"
},
+ "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"
+ },
"tooltip.date-at-time": {
"defaultMessage": "{date, date, long} {time, time, short}"
},
diff --git a/packages/ui/src/locales/ja-JP/meta.json b/packages/ui/src/locales/ja-JP/meta.json
index f36abc39b6..0967ef424b 100644
--- a/packages/ui/src/locales/ja-JP/meta.json
+++ b/packages/ui/src/locales/ja-JP/meta.json
@@ -1,10 +1 @@
-{
- "displayName": {
- "description": "Please enter the name of the language in its specific variant or regional form (e.g., English (US) for American English, not just English). If the language does not have any specific variant, simply enter the name of the language (e.g., Français, Deutsch).",
- "message": "日本語"
- },
- "searchTerms": {
- "description": "Please provide additional search terms associated with the language, if needed, to enhance the search functionality (e.g., American English, Deutschland). Each search term should be entered on a separate line. Translate as a hyphen (-) if no additional terms are needed.",
- "message": "Japan\nJapanese\n日本\n日本語"
- }
-}
+{}
diff --git a/packages/ui/src/locales/ko-KR/index.json b/packages/ui/src/locales/ko-KR/index.json
index e8e7fb7921..f388d11c1b 100644
--- a/packages/ui/src/locales/ko-KR/index.json
+++ b/packages/ui/src/locales/ko-KR/index.json
@@ -51,7 +51,7 @@
"defaultMessage": "분석"
},
"button.back": {
- "defaultMessage": "이전"
+ "defaultMessage": "뒤로 가기"
},
"button.cancel": {
"defaultMessage": "취소"
@@ -254,6 +254,18 @@
"header.category.feature": {
"defaultMessage": "특징"
},
+ "header.category.minecraft-server-community": {
+ "defaultMessage": "커뮤니티"
+ },
+ "header.category.minecraft-server-features": {
+ "defaultMessage": "기능"
+ },
+ "header.category.minecraft-server-gameplay": {
+ "defaultMessage": "게임플레이"
+ },
+ "header.category.minecraft-server-meta": {
+ "defaultMessage": "메타"
+ },
"header.category.performance-impact": {
"defaultMessage": "성능에 미치는 영향"
},
@@ -317,6 +329,42 @@
"instances.modpack-card.unlink": {
"defaultMessage": "모드팩 연결 해제"
},
+ "instances.modpack-content-modal.back-button": {
+ "defaultMessage": "뒤로 가기"
+ },
+ "instances.modpack-content-modal.copy-link": {
+ "defaultMessage": "링크 복사"
+ },
+ "instances.modpack-content-modal.disable": {
+ "defaultMessage": "비활성화"
+ },
+ "instances.modpack-content-modal.empty-description": {
+ "defaultMessage": "이 모드팩에는 추가 콘텐츠가 포함되어 있지 않습니다."
+ },
+ "instances.modpack-content-modal.empty-title": {
+ "defaultMessage": "콘텐츠를 찾을 수 없습니다"
+ },
+ "instances.modpack-content-modal.enable": {
+ "defaultMessage": "활성화"
+ },
+ "instances.modpack-content-modal.filter-all": {
+ "defaultMessage": "전체"
+ },
+ "instances.modpack-content-modal.header": {
+ "defaultMessage": "모드팩 콘텐츠"
+ },
+ "instances.modpack-content-modal.loading": {
+ "defaultMessage": "콘텐츠 불러오는 중..."
+ },
+ "instances.modpack-content-modal.no-results": {
+ "defaultMessage": "검색 결과와 일치하는 프로젝트가 없습니다."
+ },
+ "instances.modpack-content-modal.search-placeholder": {
+ "defaultMessage": "{count}개의 프로젝트 검색"
+ },
+ "instances.modpack-content-modal.selected-count": {
+ "defaultMessage": "{count}개 선택됨"
+ },
"instances.updater-modal.badge.current": {
"defaultMessage": "현재"
},
@@ -500,6 +548,30 @@
"modal.add-payment-method.title": {
"defaultMessage": "결제 수단 추가"
},
+ "modal.open-in-app.benefit.install": {
+ "defaultMessage": "필수 콘텐츠 자동 설치"
+ },
+ "modal.open-in-app.benefit.launch": {
+ "defaultMessage": "서버로 바로 게임 접속"
+ },
+ "modal.open-in-app.benefit.update": {
+ "defaultMessage": "서버 변경 시 파일 자동 업데이트"
+ },
+ "modal.open-in-app.close": {
+ "defaultMessage": "닫기"
+ },
+ "modal.open-in-app.get-app": {
+ "defaultMessage": "Modrinth App 받기"
+ },
+ "modal.open-in-app.opening-automatically": {
+ "defaultMessage": "Modrinth App이 자동으로 열립니다..."
+ },
+ "modal.open-in-app.title": {
+ "defaultMessage": "Modrinth App 여는 중"
+ },
+ "modal.open-in-app.why-use": {
+ "defaultMessage": "Modrinth App을 사용하는 이유"
+ },
"notification.error.title": {
"defaultMessage": "오류가 발생했습니다"
},
@@ -812,15 +884,33 @@
"project.about.links.issues": {
"defaultMessage": "오류 신고"
},
+ "project.about.links.site": {
+ "defaultMessage": "웹사이트 방문하기"
+ },
"project.about.links.source": {
"defaultMessage": "소스 코드 보기"
},
+ "project.about.links.store": {
+ "defaultMessage": "스토어 페이지 방문하기"
+ },
"project.about.links.title": {
"defaultMessage": "링크"
},
"project.about.links.wiki": {
"defaultMessage": "위키"
},
+ "project.about.server.copied": {
+ "defaultMessage": "복사됨!"
+ },
+ "project.about.server.copiedText": {
+ "defaultMessage": "IP 주소가 클립보드에 복사되었습니다"
+ },
+ "project.about.server.latency": {
+ "defaultMessage": "지연시간"
+ },
+ "project.about.server.title": {
+ "defaultMessage": "서버 세부정보"
+ },
"project.download-count-tooltip": {
"defaultMessage": "{count} 다운로드"
},
@@ -893,9 +983,21 @@
"project.follower-count-tooltip": {
"defaultMessage": "{count} 팔로워"
},
+ "project.online-player-count": {
+ "defaultMessage": "{count} {count, plural, other {명 온라인}}"
+ },
+ "project.recent-plays": {
+ "defaultMessage": "{count} {count, plural, other {회 최근 플레이}}"
+ },
+ "project.server.ping.ms": {
+ "defaultMessage": "{ping} ms"
+ },
"project.settings.analytics.title": {
"defaultMessage": "분석"
},
+ "project.settings.content.title": {
+ "defaultMessage": "콘텐츠"
+ },
"project.settings.description.title": {
"defaultMessage": "설명"
},
@@ -1004,6 +1106,9 @@
"project.settings.notice.no-permission.title": {
"defaultMessage": "권한 없음"
},
+ "project.settings.server.title": {
+ "defaultMessage": "서버"
+ },
"project.settings.tags.title": {
"defaultMessage": "태그"
},
@@ -1361,39 +1466,75 @@
"tag.category.adventure": {
"defaultMessage": "모험"
},
+ "tag.category.adventure-mode": {
+ "defaultMessage": "모험 모드"
+ },
+ "tag.category.anarchy": {
+ "defaultMessage": "아나키"
+ },
"tag.category.atmosphere": {
"defaultMessage": "대기 효과"
},
"tag.category.audio": {
"defaultMessage": "소리"
},
+ "tag.category.battle-royale": {
+ "defaultMessage": "배틀 로엄"
+ },
+ "tag.category.bedwars": {
+ "defaultMessage": "베드 워즈"
+ },
"tag.category.blocks": {
"defaultMessage": "블록"
},
"tag.category.bloom": {
"defaultMessage": "블룸"
},
+ "tag.category.bosses": {
+ "defaultMessage": "보스"
+ },
"tag.category.cartoon": {
"defaultMessage": "만화풍"
},
"tag.category.challenging": {
"defaultMessage": "도전"
},
+ "tag.category.classes": {
+ "defaultMessage": "클래스"
+ },
"tag.category.colored-lighting": {
"defaultMessage": "색 조명"
},
"tag.category.combat": {
"defaultMessage": "전투"
},
+ "tag.category.competitive": {
+ "defaultMessage": "경쟁전"
+ },
"tag.category.core-shaders": {
"defaultMessage": "코어 셰이더"
},
+ "tag.category.creative-mode": {
+ "defaultMessage": "크리에이티브 모드"
+ },
+ "tag.category.creator-community": {
+ "defaultMessage": "크리에이터 커뮤니티"
+ },
+ "tag.category.crossplay": {
+ "defaultMessage": "크로스플레이"
+ },
"tag.category.cursed": {
"defaultMessage": "특이한"
},
+ "tag.category.custom-content": {
+ "defaultMessage": "커스텀 콘텐츠"
+ },
"tag.category.decoration": {
"defaultMessage": "장식"
},
+ "tag.category.dungeons": {
+ "defaultMessage": "던전"
+ },
"tag.category.economy": {
"defaultMessage": "경제"
},
@@ -1406,6 +1547,9 @@
"tag.category.equipment": {
"defaultMessage": "장비"
},
+ "tag.category.factions": {
+ "defaultMessage": "팀"
+ },
"tag.category.fantasy": {
"defaultMessage": "공상"
},
@@ -1421,21 +1565,36 @@
"tag.category.game-mechanics": {
"defaultMessage": "게임 동작"
},
+ "tag.category.gens": {
+ "defaultMessage": "세대"
+ },
"tag.category.gui": {
"defaultMessage": "GUI"
},
+ "tag.category.hardcore-mode": {
+ "defaultMessage": "하드코어 모드"
+ },
"tag.category.high": {
"defaultMessage": "높은"
},
"tag.category.items": {
"defaultMessage": "아이템"
},
+ "tag.category.keep-inventory": {
+ "defaultMessage": "인벤토리 유지"
+ },
"tag.category.kitchen-sink": {
"defaultMessage": "다양한"
},
+ "tag.category.kitpvp": {
+ "defaultMessage": "Kit PvP"
+ },
"tag.category.library": {
"defaultMessage": "라이브러리"
},
+ "tag.category.lifesteal": {
+ "defaultMessage": "라이프스틸"
+ },
"tag.category.lightweight": {
"defaultMessage": "가벼운"
},
@@ -1451,12 +1610,24 @@
"tag.category.management": {
"defaultMessage": "관리"
},
+ "tag.category.media": {
+ "defaultMessage": "미디어"
+ },
"tag.category.medium": {
"defaultMessage": "보통"
},
+ "tag.category.microgames": {
+ "defaultMessage": "마이크로게임"
+ },
"tag.category.minigame": {
"defaultMessage": "미니게임"
},
+ "tag.category.minigames": {
+ "defaultMessage": "미니 게임"
+ },
+ "tag.category.mmo": {
+ "defaultMessage": "MMO"
+ },
"tag.category.mobs": {
"defaultMessage": "몹"
},
@@ -1469,27 +1640,75 @@
"tag.category.multiplayer": {
"defaultMessage": "멀티플레이어"
},
+ "tag.category.network": {
+ "defaultMessage": "네트워크"
+ },
+ "tag.category.offline-mode": {
+ "defaultMessage": "오프라인 모드"
+ },
+ "tag.category.oneblock": {
+ "defaultMessage": "원블럭"
+ },
+ "tag.category.op": {
+ "defaultMessage": "OP"
+ },
"tag.category.optimization": {
"defaultMessage": "최적화"
},
+ "tag.category.parkour": {
+ "defaultMessage": "파쿠르"
+ },
"tag.category.path-tracing": {
"defaultMessage": "패스 트레이싱"
},
"tag.category.pbr": {
"defaultMessage": "PBR"
},
+ "tag.category.personal-worlds": {
+ "defaultMessage": "개인 세계"
+ },
+ "tag.category.plots": {
+ "defaultMessage": "플롯"
+ },
+ "tag.category.pokemon": {
+ "defaultMessage": "포켓몬"
+ },
"tag.category.potato": {
"defaultMessage": "저사양"
},
+ "tag.category.prison": {
+ "defaultMessage": "감옥"
+ },
+ "tag.category.pve": {
+ "defaultMessage": "PVE"
+ },
+ "tag.category.pvp": {
+ "defaultMessage": "PVP"
+ },
+ "tag.category.questing": {
+ "defaultMessage": "퀴스트"
+ },
"tag.category.quests": {
"defaultMessage": "퀘스트"
},
+ "tag.category.racing": {
+ "defaultMessage": "레이싱"
+ },
"tag.category.realistic": {
"defaultMessage": "사실적"
},
+ "tag.category.recording-smp": {
+ "defaultMessage": "레코딩 SMP"
+ },
"tag.category.reflections": {
"defaultMessage": "반사"
},
+ "tag.category.roleplay": {
+ "defaultMessage": "롤플레이"
+ },
+ "tag.category.rpg": {
+ "defaultMessage": "RPG"
+ },
"tag.category.screenshot": {
"defaultMessage": "스크린샷"
},
@@ -1502,18 +1721,36 @@
"tag.category.simplistic": {
"defaultMessage": "단순한"
},
+ "tag.category.skyblock": {
+ "defaultMessage": "스카이블럭"
+ },
+ "tag.category.smp": {
+ "defaultMessage": "SMP"
+ },
"tag.category.social": {
"defaultMessage": "소셜"
},
"tag.category.storage": {
"defaultMessage": "보관"
},
+ "tag.category.survival-mode": {
+ "defaultMessage": "서바이벌 모드"
+ },
+ "tag.category.teams": {
+ "defaultMessage": "팀"
+ },
+ "tag.category.technical": {
+ "defaultMessage": "테크니컈"
+ },
"tag.category.technology": {
"defaultMessage": "기술"
},
"tag.category.themed": {
"defaultMessage": "테마"
},
+ "tag.category.towns": {
+ "defaultMessage": "마을"
+ },
"tag.category.transportation": {
"defaultMessage": "운송"
},
@@ -1526,6 +1763,12 @@
"tag.category.vanilla-like": {
"defaultMessage": "바닐라 같은"
},
+ "tag.category.whitelisted": {
+ "defaultMessage": "화이트리스트"
+ },
+ "tag.category.world-resets": {
+ "defaultMessage": "월드 초기화"
+ },
"tag.category.worldgen": {
"defaultMessage": "세계 생성"
},
diff --git a/packages/ui/src/locales/ko-KR/meta.json b/packages/ui/src/locales/ko-KR/meta.json
index f919c2adc2..0967ef424b 100644
--- a/packages/ui/src/locales/ko-KR/meta.json
+++ b/packages/ui/src/locales/ko-KR/meta.json
@@ -1,10 +1 @@
-{
- "displayName": {
- "description": "Please enter the name of the language in its specific variant or regional form (e.g., English (US) for American English, not just English). If the language does not have any specific variant, simply enter the name of the language (e.g., Français, Deutsch).",
- "message": "한국어 (대한민국)"
- },
- "searchTerms": {
- "description": "Please provide additional search terms associated with the language, if needed, to enhance the search functionality (e.g., American English, Deutschland). Each search term should be entered on a separate line. Translate as a hyphen (-) if no additional terms are needed.",
- "message": "대한민국\n한국어"
- }
-}
+{}
diff --git a/packages/ui/src/locales/ms-MY/index.json b/packages/ui/src/locales/ms-MY/index.json
index ff4604b79f..05cd0b8beb 100644
--- a/packages/ui/src/locales/ms-MY/index.json
+++ b/packages/ui/src/locales/ms-MY/index.json
@@ -254,6 +254,18 @@
"header.category.feature": {
"defaultMessage": "Ciri"
},
+ "header.category.minecraft-server-community": {
+ "defaultMessage": "Komuniti"
+ },
+ "header.category.minecraft-server-features": {
+ "defaultMessage": "Ciri"
+ },
+ "header.category.minecraft-server-gameplay": {
+ "defaultMessage": "Tatamain"
+ },
+ "header.category.minecraft-server-meta": {
+ "defaultMessage": "Meta"
+ },
"header.category.performance-impact": {
"defaultMessage": "Kesan prestasi"
},
@@ -317,6 +329,42 @@
"instances.modpack-card.unlink": {
"defaultMessage": "Nyahpaut pek mod"
},
+ "instances.modpack-content-modal.back-button": {
+ "defaultMessage": "Kembali"
+ },
+ "instances.modpack-content-modal.copy-link": {
+ "defaultMessage": "Salin pautan"
+ },
+ "instances.modpack-content-modal.disable": {
+ "defaultMessage": "Nyahdayakan"
+ },
+ "instances.modpack-content-modal.empty-description": {
+ "defaultMessage": "Pek mod ini tidak menyertakan sebarang kandungan tambahan."
+ },
+ "instances.modpack-content-modal.empty-title": {
+ "defaultMessage": "Tiada kandungan dijumpai"
+ },
+ "instances.modpack-content-modal.enable": {
+ "defaultMessage": "Dayakan"
+ },
+ "instances.modpack-content-modal.filter-all": {
+ "defaultMessage": "Semua"
+ },
+ "instances.modpack-content-modal.header": {
+ "defaultMessage": "Kandungan pek mod"
+ },
+ "instances.modpack-content-modal.loading": {
+ "defaultMessage": "Sedang memuatkan kandungan..."
+ },
+ "instances.modpack-content-modal.no-results": {
+ "defaultMessage": "Tiada projek yang sepadan dengan carian anda."
+ },
+ "instances.modpack-content-modal.search-placeholder": {
+ "defaultMessage": "Cari {count} projek"
+ },
+ "instances.modpack-content-modal.selected-count": {
+ "defaultMessage": "{count} dipilih"
+ },
"instances.updater-modal.badge.current": {
"defaultMessage": "Semasa"
},
@@ -500,6 +548,27 @@
"modal.add-payment-method.title": {
"defaultMessage": "Sedang menambah kaedah pembayaran"
},
+ "modal.open-in-app.benefit.install": {
+ "defaultMessage": "Pasang kandungan yang diperlukan secara automatik"
+ },
+ "modal.open-in-app.benefit.launch": {
+ "defaultMessage": "Lancarkan permainan terus ke dalam pelayan"
+ },
+ "modal.open-in-app.close": {
+ "defaultMessage": "Tutup"
+ },
+ "modal.open-in-app.get-app": {
+ "defaultMessage": "Dapatkan Modrinth App"
+ },
+ "modal.open-in-app.opening-automatically": {
+ "defaultMessage": "Modrinth App akan dibuka secara automatik..."
+ },
+ "modal.open-in-app.title": {
+ "defaultMessage": "Membuka Modrinth App"
+ },
+ "modal.open-in-app.why-use": {
+ "defaultMessage": "Mengapa menggunakan Modrinth App"
+ },
"notification.error.title": {
"defaultMessage": "Sebuah ralat telah berlaku"
},
@@ -812,6 +881,9 @@
"project.about.links.issues": {
"defaultMessage": "Laporkan isu"
},
+ "project.about.links.site": {
+ "defaultMessage": "Lawat laman sesawang"
+ },
"project.about.links.source": {
"defaultMessage": "Lihat sumber"
},
@@ -821,6 +893,15 @@
"project.about.links.wiki": {
"defaultMessage": "Lawat wiki"
},
+ "project.about.server.copied": {
+ "defaultMessage": "Disalin!"
+ },
+ "project.about.server.copiedText": {
+ "defaultMessage": "IP pelayan disalin ke papan keratan"
+ },
+ "project.about.server.title": {
+ "defaultMessage": "Butiran pelayan"
+ },
"project.download-count-tooltip": {
"defaultMessage": "{count} {count, plural, other {muat turun}}"
},
@@ -893,9 +974,18 @@
"project.follower-count-tooltip": {
"defaultMessage": "{count} {count, plural, other {pengikut}}"
},
+ "project.online-player-count": {
+ "defaultMessage": "{count} {count, plural, other {dalam talian}}"
+ },
+ "project.server.ping.ms": {
+ "defaultMessage": "{ping} ms"
+ },
"project.settings.analytics.title": {
"defaultMessage": "Analitik"
},
+ "project.settings.content.title": {
+ "defaultMessage": "Kandungan"
+ },
"project.settings.description.title": {
"defaultMessage": "Keterangan"
},
@@ -1004,6 +1094,9 @@
"project.settings.notice.no-permission.title": {
"defaultMessage": "Tiada kebenaran"
},
+ "project.settings.server.title": {
+ "defaultMessage": "Pelayan"
+ },
"project.settings.tags.title": {
"defaultMessage": "Tag"
},
@@ -1361,6 +1454,12 @@
"tag.category.adventure": {
"defaultMessage": "Pengembaraan"
},
+ "tag.category.adventure-mode": {
+ "defaultMessage": "Mod Pengembaraan"
+ },
+ "tag.category.anarchy": {
+ "defaultMessage": "Anarki"
+ },
"tag.category.atmosphere": {
"defaultMessage": "Atmosfera"
},
@@ -1373,24 +1472,45 @@
"tag.category.bloom": {
"defaultMessage": "Sinaran"
},
+ "tag.category.bosses": {
+ "defaultMessage": "Bos"
+ },
"tag.category.cartoon": {
"defaultMessage": "Kartun"
},
"tag.category.challenging": {
"defaultMessage": "Mencabar"
},
+ "tag.category.classes": {
+ "defaultMessage": "Kelas"
+ },
"tag.category.colored-lighting": {
"defaultMessage": "Cahaya Berwarna"
},
"tag.category.combat": {
"defaultMessage": "Pertempuran"
},
+ "tag.category.competitive": {
+ "defaultMessage": "Kompetitif"
+ },
"tag.category.core-shaders": {
"defaultMessage": "Pembayang Teras"
},
+ "tag.category.creative-mode": {
+ "defaultMessage": "Mod Kreatif"
+ },
+ "tag.category.creator-community": {
+ "defaultMessage": "Komuniti Pencipta"
+ },
+ "tag.category.crossplay": {
+ "defaultMessage": "Rentas Platform"
+ },
"tag.category.cursed": {
"defaultMessage": "Pelik"
},
+ "tag.category.custom-content": {
+ "defaultMessage": "Kandungan Tersuai"
+ },
"tag.category.decoration": {
"defaultMessage": "Hiasan"
},
@@ -1424,6 +1544,9 @@
"tag.category.gui": {
"defaultMessage": "GUI"
},
+ "tag.category.hardcore-mode": {
+ "defaultMessage": "Mod Tegar"
+ },
"tag.category.high": {
"defaultMessage": "Tinggi"
},
@@ -1433,6 +1556,9 @@
"tag.category.kitchen-sink": {
"defaultMessage": "Pelbagai Rasa"
},
+ "tag.category.kitpvp": {
+ "defaultMessage": "Kit PVP"
+ },
"tag.category.library": {
"defaultMessage": "Pustaka"
},
@@ -1451,12 +1577,24 @@
"tag.category.management": {
"defaultMessage": "Pengurusan"
},
+ "tag.category.media": {
+ "defaultMessage": "Media"
+ },
"tag.category.medium": {
"defaultMessage": "Sederhana"
},
+ "tag.category.microgames": {
+ "defaultMessage": "Permainan Mikro"
+ },
"tag.category.minigame": {
"defaultMessage": "Permainan Mini"
},
+ "tag.category.minigames": {
+ "defaultMessage": "Permainan Mini"
+ },
+ "tag.category.mmo": {
+ "defaultMessage": "MMO"
+ },
"tag.category.mobs": {
"defaultMessage": "Makhluk"
},
@@ -1469,21 +1607,51 @@
"tag.category.multiplayer": {
"defaultMessage": "Multipemain"
},
+ "tag.category.network": {
+ "defaultMessage": "Rangkaian"
+ },
+ "tag.category.offline-mode": {
+ "defaultMessage": "Mod Luar Talian"
+ },
"tag.category.optimization": {
"defaultMessage": "Pengoptimuman"
},
+ "tag.category.parkour": {
+ "defaultMessage": "Parkour"
+ },
"tag.category.path-tracing": {
"defaultMessage": "Penjejakan Jejak Cahaya"
},
"tag.category.pbr": {
"defaultMessage": "PBR"
},
+ "tag.category.personal-worlds": {
+ "defaultMessage": "Dunia Peribadi"
+ },
+ "tag.category.plots": {
+ "defaultMessage": "Plot"
+ },
+ "tag.category.pokemon": {
+ "defaultMessage": "Pokemon"
+ },
"tag.category.potato": {
"defaultMessage": "Kentang"
},
+ "tag.category.prison": {
+ "defaultMessage": "Penjara"
+ },
+ "tag.category.pve": {
+ "defaultMessage": "PVE"
+ },
+ "tag.category.pvp": {
+ "defaultMessage": "PVP"
+ },
"tag.category.quests": {
"defaultMessage": "Pencarian"
},
+ "tag.category.racing": {
+ "defaultMessage": "Perlumbaan"
+ },
"tag.category.realistic": {
"defaultMessage": "Realistik"
},
@@ -1508,12 +1676,24 @@
"tag.category.storage": {
"defaultMessage": "Penyimpanan"
},
+ "tag.category.survival-mode": {
+ "defaultMessage": "Mod Kemandirian"
+ },
+ "tag.category.teams": {
+ "defaultMessage": "Pasukan"
+ },
+ "tag.category.technical": {
+ "defaultMessage": "Teknikal"
+ },
"tag.category.technology": {
"defaultMessage": "Teknologi"
},
"tag.category.themed": {
"defaultMessage": "Bertema"
},
+ "tag.category.towns": {
+ "defaultMessage": "Bandar"
+ },
"tag.category.transportation": {
"defaultMessage": "Pengangkutan"
},
diff --git a/packages/ui/src/locales/ms-MY/meta.json b/packages/ui/src/locales/ms-MY/meta.json
index ac7e58ff0c..0967ef424b 100644
--- a/packages/ui/src/locales/ms-MY/meta.json
+++ b/packages/ui/src/locales/ms-MY/meta.json
@@ -1,10 +1 @@
-{
- "displayName": {
- "description": "Please enter the name of the language in its specific variant or regional form (e.g., English (US) for American English, not just English). If the language does not have any specific variant, simply enter the name of the language (e.g., Français, Deutsch).",
- "message": "Bahasa Melayu"
- },
- "searchTerms": {
- "description": "Please provide additional search terms associated with the language, if needed, to enhance the search functionality (e.g., American English, Deutschland). Each search term should be entered on a separate line. Translate as a hyphen (-) if no additional terms are needed.",
- "message": "Melayu\nMalaysia\nBahasa Melayu\nBahasa Malaysia\nMalay\nMS\nMY"
- }
-}
+{}
diff --git a/packages/ui/src/locales/nl-NL/index.json b/packages/ui/src/locales/nl-NL/index.json
index 84fc8da44c..85f690c762 100644
--- a/packages/ui/src/locales/nl-NL/index.json
+++ b/packages/ui/src/locales/nl-NL/index.json
@@ -41,6 +41,9 @@
"badge.new": {
"defaultMessage": "Nieuw"
},
+ "button.accept": {
+ "defaultMessage": "Accepteer"
+ },
"button.affiliate-links": {
"defaultMessage": "Affiliatelinks"
},
@@ -71,6 +74,9 @@
"button.create-a-project": {
"defaultMessage": "Creëer een project"
},
+ "button.decline": {
+ "defaultMessage": "Wijs af"
+ },
"button.download": {
"defaultMessage": "Downloaden"
},
@@ -113,6 +119,9 @@
"button.reset": {
"defaultMessage": "Herstel"
},
+ "button.retry": {
+ "defaultMessage": "Probeer opnieuw"
+ },
"button.save": {
"defaultMessage": "Opslaan"
},
@@ -137,6 +146,9 @@
"button.unfollow": {
"defaultMessage": "Niet meer volgen"
},
+ "button.update": {
+ "defaultMessage": "Update"
+ },
"button.upload-image": {
"defaultMessage": "Afbeelding uploaden"
},
@@ -155,6 +167,9 @@
"changelog.product.web": {
"defaultMessage": "Website"
},
+ "collections.label.private": {
+ "defaultMessage": "Prive"
+ },
"form.label.address-line": {
"defaultMessage": "Adresregel"
},
@@ -233,6 +248,45 @@
"form.placeholder.state": {
"defaultMessage": "Voer staat/provincie in"
},
+ "header.category.category": {
+ "defaultMessage": "Categorie"
+ },
+ "header.category.feature": {
+ "defaultMessage": "Functie"
+ },
+ "header.category.minecraft-server-community": {
+ "defaultMessage": "Community"
+ },
+ "header.category.minecraft-server-features": {
+ "defaultMessage": "Kenmerken"
+ },
+ "header.category.minecraft-server-gameplay": {
+ "defaultMessage": "Game stijl"
+ },
+ "header.category.minecraft-server-meta": {
+ "defaultMessage": "Type modus"
+ },
+ "header.category.performance-impact": {
+ "defaultMessage": "Prestatie-impact"
+ },
+ "header.category.resolutions": {
+ "defaultMessage": "Resoluties"
+ },
+ "hosting.specs.burst": {
+ "defaultMessage": "Burst tot {cpus} CPU's"
+ },
+ "hosting.specs.burst.tooltip": {
+ "defaultMessage": "Met CPU-bursting kan uw server tijdelijk extra threads gebruiken om TPS-pieken te verminderen. Klik hier voor meer informatie."
+ },
+ "hosting.specs.gb-ram": {
+ "defaultMessage": "{ram} GB RAM"
+ },
+ "hosting.specs.gb-storage": {
+ "defaultMessage": "{storage} GB Opslag"
+ },
+ "hosting.specs.shared-cpus": {
+ "defaultMessage": "{cpus} Gedeelde CPU's"
+ },
"icon-select.edit": {
"defaultMessage": "Wijzig icoon"
},
@@ -272,15 +326,105 @@
"instance.worlds.game_mode.unknown": {
"defaultMessage": "Onbekende spelmodus"
},
+ "instances.modpack-card.unlink": {
+ "defaultMessage": "Ontkoppel modpack"
+ },
+ "instances.modpack-content-modal.back-button": {
+ "defaultMessage": "Terug"
+ },
+ "instances.modpack-content-modal.copy-link": {
+ "defaultMessage": "Kopieer link"
+ },
+ "instances.modpack-content-modal.disable": {
+ "defaultMessage": "Zet uit"
+ },
+ "instances.modpack-content-modal.empty-description": {
+ "defaultMessage": "Deze modpack bevat geen extra inhoud."
+ },
+ "instances.modpack-content-modal.empty-title": {
+ "defaultMessage": "Geen inhoud gevonden"
+ },
+ "instances.modpack-content-modal.enable": {
+ "defaultMessage": "Zet aan"
+ },
+ "instances.modpack-content-modal.filter-all": {
+ "defaultMessage": "Alles"
+ },
+ "instances.modpack-content-modal.header": {
+ "defaultMessage": "Modpack inhoud"
+ },
+ "instances.modpack-content-modal.loading": {
+ "defaultMessage": "Inhoud aan het laden..."
+ },
+ "instances.modpack-content-modal.no-results": {
+ "defaultMessage": "Geen projecten komen overeen met je zoekopdracht."
+ },
+ "instances.modpack-content-modal.search-placeholder": {
+ "defaultMessage": "Zoek {count} projecten"
+ },
+ "instances.modpack-content-modal.selected-count": {
+ "defaultMessage": "{count} geselecteerd"
+ },
+ "instances.updater-modal.badge.current": {
+ "defaultMessage": "Huidige"
+ },
+ "instances.updater-modal.badge.incompatible": {
+ "defaultMessage": "Niet compatibel"
+ },
+ "instances.updater-modal.downgrade-to": {
+ "defaultMessage": "Verlaag naar v{version}"
+ },
+ "instances.updater-modal.header": {
+ "defaultMessage": "Update versie"
+ },
+ "instances.updater-modal.hide-incompatible": {
+ "defaultMessage": "Verberg niet compatibele"
+ },
+ "instances.updater-modal.no-changelog": {
+ "defaultMessage": "Geen wijzigingen doorgegeven voor deze versie."
+ },
+ "instances.updater-modal.no-versions": {
+ "defaultMessage": "Geen versies gevonden"
+ },
+ "instances.updater-modal.search-placeholder": {
+ "defaultMessage": "Zoek versie..."
+ },
+ "instances.updater-modal.select-version": {
+ "defaultMessage": "Selecteer een versie om de wijzigingen te bekijken"
+ },
+ "instances.updater-modal.show-incompatible": {
+ "defaultMessage": "Toon compatibele"
+ },
+ "instances.updater-modal.update-to": {
+ "defaultMessage": "Update naar v{version}"
+ },
+ "instances.updater-modal.warning.app": {
+ "defaultMessage": "We kunnen niet garanderen dat updates veilig zijn voor jouw instantie. Bekijk de wijzigingen voor alle tussenliggende versies en overweeg een back-up te maken."
+ },
+ "instances.updater-modal.warning.web": {
+ "defaultMessage": "We kunnen niet garanderen dat updates veilig zijn voor jouw werelden. Bekijk de wijzigingen voor alle tussenliggende versies en overweeg een back-up te maken."
+ },
+ "label.actions": {
+ "defaultMessage": "Acties"
+ },
"label.available": {
"defaultMessage": "{amount} beschikbaar."
},
+ "label.changelog": {
+ "defaultMessage": "Wijzigingen"
+ },
"label.changes-saved": {
"defaultMessage": "Wijzigingen opgeslagen"
},
"label.collections": {
"defaultMessage": "Collecties"
},
+ "label.confirm-password": {
+ "defaultMessage": "Bevestig wachtwoord"
+ },
+ "label.content": {
+ "defaultMessage": "Inhoud"
+ },
"label.created-ago": {
"defaultMessage": "Gemaakt {ago}"
},
@@ -293,9 +437,21 @@
"label.description": {
"defaultMessage": "Beschrijving"
},
+ "label.details": {
+ "defaultMessage": "Details"
+ },
+ "label.email": {
+ "defaultMessage": "Email"
+ },
+ "label.email-username": {
+ "defaultMessage": "Email of gebruikersnaam"
+ },
"label.error": {
"defaultMessage": "Fout"
},
+ "label.filter-by": {
+ "defaultMessage": "Filter op"
+ },
"label.followed-projects": {
"defaultMessage": "Gevolgde projecten"
},
@@ -305,6 +461,12 @@
"label.moderation": {
"defaultMessage": "Moderatie"
},
+ "label.no": {
+ "defaultMessage": "Nee"
+ },
+ "label.no-items": {
+ "defaultMessage": "Geen spullen"
+ },
"label.notifications": {
"defaultMessage": "Notificaties"
},
@@ -317,6 +479,9 @@
"label.played": {
"defaultMessage": "Gespeeld voor {time}"
},
+ "label.project": {
+ "defaultMessage": "Project"
+ },
"label.public": {
"defaultMessage": "Openbaar"
},
@@ -332,6 +497,9 @@
"label.scopes": {
"defaultMessage": "Permissiebereik"
},
+ "label.search": {
+ "defaultMessage": "Zoek"
+ },
"label.server": {
"defaultMessage": "Server"
},
@@ -344,24 +512,66 @@
"label.singleplayer": {
"defaultMessage": "Alleen spelen"
},
+ "label.sort-by": {
+ "defaultMessage": "Sorteer op"
+ },
+ "label.success": {
+ "defaultMessage": "Succes"
+ },
"label.title": {
"defaultMessage": "Titel"
},
"label.unlisted": {
"defaultMessage": "Verborgen"
},
+ "label.update-available": {
+ "defaultMessage": "Update beschikbaar"
+ },
+ "label.username": {
+ "defaultMessage": "Gebruikersnaam"
+ },
+ "label.version": {
+ "defaultMessage": "Versie"
+ },
"label.visibility": {
"defaultMessage": "Zichtbaarheid"
},
"label.visit-your-profile": {
"defaultMessage": "Bezoek jouw profiel"
},
+ "label.yes": {
+ "defaultMessage": "Ja"
+ },
"modal.add-payment-method.action": {
"defaultMessage": "Voeg betaalmethode toe"
},
"modal.add-payment-method.title": {
"defaultMessage": "Betaalmethode toevoegen"
},
+ "modal.open-in-app.benefit.install": {
+ "defaultMessage": "Installeer vereiste content automatisch"
+ },
+ "modal.open-in-app.benefit.launch": {
+ "defaultMessage": "Open de game direct in de server"
+ },
+ "modal.open-in-app.benefit.update": {
+ "defaultMessage": "Houd de bestanden geupdate wanneer de server verandert"
+ },
+ "modal.open-in-app.close": {
+ "defaultMessage": "Sluit"
+ },
+ "modal.open-in-app.get-app": {
+ "defaultMessage": "Krijg de Modrinth App"
+ },
+ "modal.open-in-app.opening-automatically": {
+ "defaultMessage": "De Modrinth App zal automatisch openen..."
+ },
+ "modal.open-in-app.title": {
+ "defaultMessage": "Bezig met de Modrinth App openen"
+ },
+ "modal.open-in-app.why-use": {
+ "defaultMessage": "Waarom de Modrinth App gebruiken"
+ },
"notification.error.title": {
"defaultMessage": "Er is een fout opgetreden"
},
@@ -449,18 +659,57 @@
"omorphia.component.environment-indicator.label.unsupported": {
"defaultMessage": "Niet ondersteund"
},
+ "payment-method.amazon_pay": {
+ "defaultMessage": "Amazon Pay"
+ },
+ "payment-method.amex": {
+ "defaultMessage": "American Express"
+ },
+ "payment-method.card_display": {
+ "defaultMessage": "{card_brand} eindigend in {last_four}"
+ },
+ "payment-method.cashapp": {
+ "defaultMessage": "Cash App"
+ },
"payment-method.charity": {
"defaultMessage": "Goed doel"
},
"payment-method.charity-plural": {
"defaultMessage": "Goede doelen"
},
+ "payment-method.diners": {
+ "defaultMessage": "Diners Club"
+ },
+ "payment-method.discover": {
+ "defaultMessage": "Ontdek"
+ },
+ "payment-method.eftpos": {
+ "defaultMessage": "EFTPOS"
+ },
"payment-method.gift-card": {
"defaultMessage": "Cadeaubon"
},
"payment-method.gift-card-plural": {
"defaultMessage": "Cadeaubonnen"
},
+ "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": "Onbekende betaalmethode"
+ },
"payment-method.venmo": {
"defaultMessage": "Venmo"
},
@@ -470,6 +719,21 @@
"payment-method.virtual-visa-plural": {
"defaultMessage": "Virtuele Visas"
},
+ "payment-method.visa": {
+ "defaultMessage": "Visa"
+ },
+ "project-card.environment.client": {
+ "defaultMessage": "Client"
+ },
+ "project-card.environment.client-and-server": {
+ "defaultMessage": "Client en server"
+ },
+ "project-card.environment.client-or-server": {
+ "defaultMessage": "Client of server"
+ },
+ "project-card.environment.server": {
+ "defaultMessage": "Server"
+ },
"project-type.all": {
"defaultMessage": "Alles"
},
@@ -509,6 +773,9 @@
"project-type.plugin.lowercase": {
"defaultMessage": "{count, plural, one {plugin} other {plugins}}"
},
+ "project-type.project.capital": {
+ "defaultMessage": "{count, plural, one {Project} other {Projecten}}"
+ },
"project-type.project.category": {
"defaultMessage": "Projecten"
},
@@ -617,15 +884,36 @@
"project.about.links.issues": {
"defaultMessage": "Rapporteer een probleem"
},
+ "project.about.links.site": {
+ "defaultMessage": "Bezoek website"
+ },
"project.about.links.source": {
"defaultMessage": "Bekijk broncode"
},
+ "project.about.links.store": {
+ "defaultMessage": "Bezoek de winkel"
+ },
"project.about.links.title": {
"defaultMessage": "Links"
},
"project.about.links.wiki": {
"defaultMessage": "Wiki bezoeken"
},
+ "project.about.server.copied": {
+ "defaultMessage": "Gekopieerd!"
+ },
+ "project.about.server.copiedText": {
+ "defaultMessage": "IP adres gekopieerd naar klembord"
+ },
+ "project.about.server.latency": {
+ "defaultMessage": "Latentie"
+ },
+ "project.about.server.title": {
+ "defaultMessage": "Server details"
+ },
+ "project.download-count-tooltip": {
+ "defaultMessage": "{count} {count, plural,one {download}other {downloads}}"
+ },
"project.environment.client-and-server.description": {
"defaultMessage": "Heeft functionaliteit op zowel client en server, eventueel deels."
},
@@ -692,9 +980,24 @@
"project.environment.unknown.title": {
"defaultMessage": "Onbekende omgeving"
},
+ "project.follower-count-tooltip": {
+ "defaultMessage": "{count}{count, plural,one {volger}other {volgers}}"
+ },
+ "project.online-player-count": {
+ "defaultMessage": "{count} {count, plural, one {online} other {online}}"
+ },
+ "project.recent-plays": {
+ "defaultMessage": "{count} {count, plural, one {recente speler} other {recente spelers}}"
+ },
+ "project.server.ping.ms": {
+ "defaultMessage": "{ping} ms"
+ },
"project.settings.analytics.title": {
"defaultMessage": "Analytica"
},
+ "project.settings.content.title": {
+ "defaultMessage": "Inhoud"
+ },
"project.settings.description.title": {
"defaultMessage": "Omschrijving"
},
@@ -803,6 +1106,9 @@
"project.settings.notice.no-permission.title": {
"defaultMessage": "Geen toestemming"
},
+ "project.settings.server.title": {
+ "defaultMessage": "Server"
+ },
"project.settings.tags.title": {
"defaultMessage": "Trefwoorden"
},
@@ -1133,6 +1439,336 @@
"settings.sessions.title": {
"defaultMessage": "Sessies"
},
+ "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 of hoger"
+ },
+ "tag.category.64x": {
+ "defaultMessage": "64x"
+ },
+ "tag.category.8x-": {
+ "defaultMessage": "8x of lager"
+ },
+ "tag.category.adventure": {
+ "defaultMessage": "Avontuur"
+ },
+ "tag.category.adventure-mode": {
+ "defaultMessage": "Avontuurmodus"
+ },
+ "tag.category.anarchy": {
+ "defaultMessage": "Anarchie"
+ },
+ "tag.category.atmosphere": {
+ "defaultMessage": "Atmosfeer"
+ },
+ "tag.category.audio": {
+ "defaultMessage": "Audio"
+ },
+ "tag.category.battle-royale": {
+ "defaultMessage": "Battle Royale"
+ },
+ "tag.category.bedwars": {
+ "defaultMessage": "Bed Oorlogen"
+ },
+ "tag.category.blocks": {
+ "defaultMessage": "Blokken"
+ },
+ "tag.category.bloom": {
+ "defaultMessage": "Bloei"
+ },
+ "tag.category.bosses": {
+ "defaultMessage": "Bazen"
+ },
+ "tag.category.cartoon": {
+ "defaultMessage": "Cartoon"
+ },
+ "tag.category.challenging": {
+ "defaultMessage": "Uitdagend"
+ },
+ "tag.category.classes": {
+ "defaultMessage": "Klassen"
+ },
+ "tag.category.colored-lighting": {
+ "defaultMessage": "Gekleurde verlichting"
+ },
+ "tag.category.combat": {
+ "defaultMessage": "Vechten"
+ },
+ "tag.category.competitive": {
+ "defaultMessage": "Competitie"
+ },
+ "tag.category.core-shaders": {
+ "defaultMessage": "Kernshaders"
+ },
+ "tag.category.creative-mode": {
+ "defaultMessage": "Creatieve Modus"
+ },
+ "tag.category.creator-community": {
+ "defaultMessage": "Maker Community"
+ },
+ "tag.category.crossplay": {
+ "defaultMessage": "Crossplay"
+ },
+ "tag.category.cursed": {
+ "defaultMessage": "Mal"
+ },
+ "tag.category.custom-content": {
+ "defaultMessage": "Aangepaste inhoud"
+ },
+ "tag.category.decoration": {
+ "defaultMessage": "Decoratie"
+ },
+ "tag.category.dungeons": {
+ "defaultMessage": "Dungeons"
+ },
+ "tag.category.economy": {
+ "defaultMessage": "Economie"
+ },
+ "tag.category.entities": {
+ "defaultMessage": "Entities"
+ },
+ "tag.category.environment": {
+ "defaultMessage": "Omgeving"
+ },
+ "tag.category.equipment": {
+ "defaultMessage": "Uitrusting"
+ },
+ "tag.category.factions": {
+ "defaultMessage": "Factions"
+ },
+ "tag.category.fantasy": {
+ "defaultMessage": "Fantasie"
+ },
+ "tag.category.foliage": {
+ "defaultMessage": "Gebladerte"
+ },
+ "tag.category.fonts": {
+ "defaultMessage": "Lettertypes"
+ },
+ "tag.category.food": {
+ "defaultMessage": "Eten"
+ },
+ "tag.category.game-mechanics": {
+ "defaultMessage": "Spelmechanieken"
+ },
+ "tag.category.gens": {
+ "defaultMessage": "Gens"
+ },
+ "tag.category.gui": {
+ "defaultMessage": "GUI"
+ },
+ "tag.category.hardcore-mode": {
+ "defaultMessage": "Hardcore Modus"
+ },
+ "tag.category.high": {
+ "defaultMessage": "Hoog"
+ },
+ "tag.category.items": {
+ "defaultMessage": "Spullen"
+ },
+ "tag.category.kitchen-sink": {
+ "defaultMessage": "Overige"
+ },
+ "tag.category.library": {
+ "defaultMessage": "Bibliotheek"
+ },
+ "tag.category.lightweight": {
+ "defaultMessage": "Lichtgewicht"
+ },
+ "tag.category.locale": {
+ "defaultMessage": "Lokale"
+ },
+ "tag.category.low": {
+ "defaultMessage": "Laag"
+ },
+ "tag.category.magic": {
+ "defaultMessage": "Magie"
+ },
+ "tag.category.management": {
+ "defaultMessage": "Beheer"
+ },
+ "tag.category.medium": {
+ "defaultMessage": "Gemiddeld"
+ },
+ "tag.category.minigame": {
+ "defaultMessage": "Minigame"
+ },
+ "tag.category.mobs": {
+ "defaultMessage": "Mobs"
+ },
+ "tag.category.modded": {
+ "defaultMessage": "Modded"
+ },
+ "tag.category.models": {
+ "defaultMessage": "Modellen"
+ },
+ "tag.category.multiplayer": {
+ "defaultMessage": "Multiplayer"
+ },
+ "tag.category.optimization": {
+ "defaultMessage": "Optimalisatie"
+ },
+ "tag.category.path-tracing": {
+ "defaultMessage": "Padtracering"
+ },
+ "tag.category.pbr": {
+ "defaultMessage": "PBR"
+ },
+ "tag.category.potato": {
+ "defaultMessage": "Aardappel"
+ },
+ "tag.category.quests": {
+ "defaultMessage": "Missies"
+ },
+ "tag.category.realistic": {
+ "defaultMessage": "Realistisch"
+ },
+ "tag.category.reflections": {
+ "defaultMessage": "Reflecties"
+ },
+ "tag.category.screenshot": {
+ "defaultMessage": "Schermafbeelding"
+ },
+ "tag.category.semi-realistic": {
+ "defaultMessage": "Semi-realistisch"
+ },
+ "tag.category.shadows": {
+ "defaultMessage": "Schaduwen"
+ },
+ "tag.category.simplistic": {
+ "defaultMessage": "Simplistisch"
+ },
+ "tag.category.social": {
+ "defaultMessage": "Sociaal"
+ },
+ "tag.category.storage": {
+ "defaultMessage": "Opslag"
+ },
+ "tag.category.technology": {
+ "defaultMessage": "Technologie"
+ },
+ "tag.category.themed": {
+ "defaultMessage": "Thema"
+ },
+ "tag.category.transportation": {
+ "defaultMessage": "Transport"
+ },
+ "tag.category.tweaks": {
+ "defaultMessage": "Aanpassingen"
+ },
+ "tag.category.utility": {
+ "defaultMessage": "Nutvoorziening"
+ },
+ "tag.category.vanilla-like": {
+ "defaultMessage": "Vanilla-achtig"
+ },
+ "tag.category.worldgen": {
+ "defaultMessage": "Wereld generatie"
+ },
+ "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 Extensie"
+ },
+ "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"
+ },
"tooltip.date-at-time": {
"defaultMessage": "{date, date, long} om {time, time, short}"
},
diff --git a/packages/ui/src/locales/nl-NL/meta.json b/packages/ui/src/locales/nl-NL/meta.json
index 0b35c226f2..0967ef424b 100644
--- a/packages/ui/src/locales/nl-NL/meta.json
+++ b/packages/ui/src/locales/nl-NL/meta.json
@@ -1,10 +1 @@
-{
- "displayName": {
- "description": "Please enter the name of the language in its specific variant or regional form (e.g., English (US) for American English, not just English). If the language does not have any specific variant, simply enter the name of the language (e.g., Français, Deutsch).",
- "message": "Nederlands (Nederland)"
- },
- "searchTerms": {
- "description": "Please provide additional search terms associated with the language, if needed, to enhance the search functionality (e.g., American English, Deutschland). Each search term should be entered on a separate line. Translate as a hyphen (-) if no additional terms are needed.",
- "message": "NL\nNederlands\nNederland\nDutch\nVlaams\nBelgië"
- }
-}
+{}
diff --git a/packages/ui/src/locales/no-NO/index.json b/packages/ui/src/locales/no-NO/index.json
index 21a200b3e3..f17562bb3b 100644
--- a/packages/ui/src/locales/no-NO/index.json
+++ b/packages/ui/src/locales/no-NO/index.json
@@ -41,6 +41,9 @@
"badge.new": {
"defaultMessage": "Ny"
},
+ "button.accept": {
+ "defaultMessage": "Aksepter"
+ },
"button.affiliate-links": {
"defaultMessage": "Affiliatelenker"
},
@@ -71,6 +74,9 @@
"button.create-a-project": {
"defaultMessage": "Lag et prosjekt"
},
+ "button.decline": {
+ "defaultMessage": "Avslå"
+ },
"button.download": {
"defaultMessage": "Nedlast"
},
@@ -113,6 +119,9 @@
"button.reset": {
"defaultMessage": "Reset"
},
+ "button.retry": {
+ "defaultMessage": "Prøv igjen"
+ },
"button.save": {
"defaultMessage": "Lagre"
},
@@ -137,6 +146,9 @@
"button.unfollow": {
"defaultMessage": "Slutt å følge"
},
+ "button.update": {
+ "defaultMessage": "Oppdater"
+ },
"button.upload-image": {
"defaultMessage": "Last opp bilde"
},
@@ -155,6 +167,9 @@
"changelog.product.web": {
"defaultMessage": "Nettside"
},
+ "collections.label.private": {
+ "defaultMessage": "Privat"
+ },
"form.label.address-line": {
"defaultMessage": "Adresse"
},
@@ -233,6 +248,33 @@
"form.placeholder.state": {
"defaultMessage": "Skriv inn delstat / region"
},
+ "header.category.category": {
+ "defaultMessage": "Kategori"
+ },
+ "header.category.feature": {
+ "defaultMessage": "Funksjon"
+ },
+ "header.category.performance-impact": {
+ "defaultMessage": "Ytelsespåvirkning"
+ },
+ "header.category.resolutions": {
+ "defaultMessage": "Oppløysing"
+ },
+ "hosting.specs.burst": {
+ "defaultMessage": "Burst opp til {cpus} CPU-er"
+ },
+ "hosting.specs.burst.tooltip": {
+ "defaultMessage": "CPU-bursting lar serveren din midlertidig bruke yttligere tråder for å hjelpe med å mitigere TPS-hopp. Klikk for mer informasjon."
+ },
+ "hosting.specs.gb-ram": {
+ "defaultMessage": "{ram} GB RAM"
+ },
+ "hosting.specs.gb-storage": {
+ "defaultMessage": "{storage} GB Lagringsplass"
+ },
+ "hosting.specs.shared-cpus": {
+ "defaultMessage": "{cpus} Delte CPU-er"
+ },
"icon-select.edit": {
"defaultMessage": "Rediger ikon"
},
@@ -272,15 +314,69 @@
"instance.worlds.game_mode.unknown": {
"defaultMessage": "Ukjent spillmodus"
},
+ "instances.modpack-card.unlink": {
+ "defaultMessage": "Kople fra modpack"
+ },
+ "instances.updater-modal.badge.current": {
+ "defaultMessage": "Nåværende"
+ },
+ "instances.updater-modal.badge.incompatible": {
+ "defaultMessage": "Ikke kompatibel"
+ },
+ "instances.updater-modal.downgrade-to": {
+ "defaultMessage": "Gå ned i versjon til v{version}"
+ },
+ "instances.updater-modal.header": {
+ "defaultMessage": "Oppdater versjon"
+ },
+ "instances.updater-modal.hide-incompatible": {
+ "defaultMessage": "Gjøm manglende kompatibilitet"
+ },
+ "instances.updater-modal.no-changelog": {
+ "defaultMessage": "Denne versjonen har ingen endringslogg."
+ },
+ "instances.updater-modal.no-versions": {
+ "defaultMessage": "Ingen versjon funnet"
+ },
+ "instances.updater-modal.search-placeholder": {
+ "defaultMessage": "Søk opp versjon..."
+ },
+ "instances.updater-modal.select-version": {
+ "defaultMessage": "Velg en versjon for å vise endringsloggen sin"
+ },
+ "instances.updater-modal.show-incompatible": {
+ "defaultMessage": "Vis manglende kompatibilitet"
+ },
+ "instances.updater-modal.update-to": {
+ "defaultMessage": "Oppdater til v{version}"
+ },
+ "instances.updater-modal.warning.app": {
+ "defaultMessage": "Vi kan ikke garantere at oppdateringer er trygge for instansen din. Gå gjennom endringsloggen for alle mellomliggende versjoner og tenk på om du vil gjøre ei sikkerhetskopiering."
+ },
+ "instances.updater-modal.warning.web": {
+ "defaultMessage": "Vi kan ikke garantere at oppdateringer er trygge for verda di. Gå gjennom endringsloggen for alle mellomliggende versjoner og tenk på om du vil gjøre ei sikkerhetskopiering."
+ },
+ "label.actions": {
+ "defaultMessage": "Handlinger"
+ },
"label.available": {
"defaultMessage": "{amount} tilgjengelig."
},
+ "label.changelog": {
+ "defaultMessage": "Endringslogg"
+ },
"label.changes-saved": {
"defaultMessage": "Endringer lagret"
},
"label.collections": {
"defaultMessage": "Kolleksjoner"
},
+ "label.confirm-password": {
+ "defaultMessage": "Bekreft passord"
+ },
+ "label.content": {
+ "defaultMessage": "Innhold"
+ },
"label.created-ago": {
"defaultMessage": "Opprettet {ago}"
},
@@ -293,9 +389,21 @@
"label.description": {
"defaultMessage": "Beskrivelse"
},
+ "label.details": {
+ "defaultMessage": "Detaljer"
+ },
+ "label.email": {
+ "defaultMessage": "E-post"
+ },
+ "label.email-username": {
+ "defaultMessage": "E-post eller brukernavn"
+ },
"label.error": {
"defaultMessage": "Feil"
},
+ "label.filter-by": {
+ "defaultMessage": "Filtrer ved"
+ },
"label.followed-projects": {
"defaultMessage": "Følgte prosjekter"
},
@@ -305,6 +413,12 @@
"label.moderation": {
"defaultMessage": "Moderasjon"
},
+ "label.no": {
+ "defaultMessage": "Nei"
+ },
+ "label.no-items": {
+ "defaultMessage": "Ingen innhold"
+ },
"label.notifications": {
"defaultMessage": "Notifikasjoner"
},
@@ -317,6 +431,9 @@
"label.played": {
"defaultMessage": "Spilt {time}"
},
+ "label.project": {
+ "defaultMessage": "Prosjekt"
+ },
"label.public": {
"defaultMessage": "Offentlig"
},
@@ -332,6 +449,9 @@
"label.scopes": {
"defaultMessage": "Tilganger"
},
+ "label.search": {
+ "defaultMessage": "Søk"
+ },
"label.server": {
"defaultMessage": "Server"
},
@@ -344,18 +464,36 @@
"label.singleplayer": {
"defaultMessage": "Enspiller"
},
+ "label.sort-by": {
+ "defaultMessage": "Sorter etter"
+ },
+ "label.success": {
+ "defaultMessage": "Suksess"
+ },
"label.title": {
"defaultMessage": "Tittel"
},
"label.unlisted": {
"defaultMessage": "Skjult"
},
+ "label.update-available": {
+ "defaultMessage": "Oppdatering tilgjengelig"
+ },
+ "label.username": {
+ "defaultMessage": "Brukernavn"
+ },
+ "label.version": {
+ "defaultMessage": "Versjon"
+ },
"label.visibility": {
"defaultMessage": "Synlighet"
},
"label.visit-your-profile": {
"defaultMessage": "Besøk din profil"
},
+ "label.yes": {
+ "defaultMessage": "Ja"
+ },
"modal.add-payment-method.action": {
"defaultMessage": "Legg til betalingsmetode"
},
@@ -449,18 +587,57 @@
"omorphia.component.environment-indicator.label.unsupported": {
"defaultMessage": "Ustøttet"
},
+ "payment-method.amazon_pay": {
+ "defaultMessage": "Amazon Pay"
+ },
+ "payment-method.amex": {
+ "defaultMessage": "American Express"
+ },
+ "payment-method.card_display": {
+ "defaultMessage": "{card_brand} slutter i {last_four}"
+ },
+ "payment-method.cashapp": {
+ "defaultMessage": "Cash App"
+ },
"payment-method.charity": {
"defaultMessage": "Veldedighet"
},
"payment-method.charity-plural": {
"defaultMessage": "Veldedige formål"
},
+ "payment-method.diners": {
+ "defaultMessage": "Diner Club"
+ },
+ "payment-method.discover": {
+ "defaultMessage": "Utforsk"
+ },
+ "payment-method.eftpos": {
+ "defaultMessage": "EFTPOS"
+ },
"payment-method.gift-card": {
"defaultMessage": "Gavekort"
},
"payment-method.gift-card-plural": {
"defaultMessage": "Gavekort"
},
+ "payment-method.jcb": {
+ "defaultMessage": "JCB"
+ },
+ "payment-method.mastercard": {
+ "defaultMessage": "MasterCard"
+ },
+ "payment-method.paypal": {
+ "defaultMessage": "PayPal"
+ },
+ "payment-method.paypal_international": {
+ "defaultMessage": "PayPal (internasjonalt)"
+ },
+ "payment-method.unionpay": {
+ "defaultMessage": "UnionPay"
+ },
+ "payment-method.unknown": {
+ "defaultMessage": "Ukjent betalingsmetode"
+ },
"payment-method.venmo": {
"defaultMessage": "Venmo"
},
@@ -470,6 +647,21 @@
"payment-method.virtual-visa-plural": {
"defaultMessage": "Virtuelle Visa-kort"
},
+ "payment-method.visa": {
+ "defaultMessage": "Visa"
+ },
+ "project-card.environment.client": {
+ "defaultMessage": "Klient"
+ },
+ "project-card.environment.client-and-server": {
+ "defaultMessage": "Klient og server"
+ },
+ "project-card.environment.client-or-server": {
+ "defaultMessage": "Klient eller server"
+ },
+ "project-card.environment.server": {
+ "defaultMessage": "Server"
+ },
"project-type.all": {
"defaultMessage": "Alle"
},
@@ -482,21 +674,51 @@
"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": "Modpakker"
},
+ "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 {Prosjekt} other {Prosjekt}}"
+ },
"project-type.project.category": {
"defaultMessage": "Prosjekter"
},
+ "project-type.project.lowercase": {
+ "defaultMessage": "{count, plural, one {prosjekt} other {prosjekt}}"
+ },
+ "project-type.resourcepack.capital": {
+ "defaultMessage": "{count, plural, one {Ressurspakke} other {Ressurspakker}}"
+ },
"project-type.resourcepack.category": {
"defaultMessage": "Ressurspakker"
},
+ "project-type.resourcepack.lowercase": {
+ "defaultMessage": "{count, plural, one {ressurspakke} other {ressurspakker}}"
+ },
"project-type.server.capital": {
"defaultMessage": "{count, plural, one {Server} other {Servers}}"
},
@@ -506,12 +728,36 @@
"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": "Støttede miljøer"
},
+ "project.about.compatibility.environments.client-and-server": {
+ "defaultMessage": "Klient og server"
+ },
+ "project.about.compatibility.environments.client-side": {
+ "defaultMessage": "Klientsidig"
+ },
+ "project.about.compatibility.environments.dedicated-servers-only": {
+ "defaultMessage": "Bare dedikerte servere"
+ },
+ "project.about.compatibility.environments.server-side": {
+ "defaultMessage": "Serversidig"
+ },
+ "project.about.compatibility.environments.singleplayer": {
+ "defaultMessage": "Enkeltspiller"
+ },
+ "project.about.compatibility.environments.singleplayer-only": {
+ "defaultMessage": "Bare enkeltspiller"
+ },
"project.about.compatibility.game.minecraftJava": {
"defaultMessage": "Minecraft: Java Edition"
},
@@ -575,12 +821,21 @@
"project.about.links.wiki": {
"defaultMessage": "Besøk wiki"
},
+ "project.download-count-tooltip": {
+ "defaultMessage": "{count} {count, plural, one {nedlasting} other {nedlastinger}}"
+ },
"project.environment.client-and-server.description": {
"defaultMessage": "Har noe funksjonalitet både på klienten og serveren, selv om det bare er delvis."
},
+ "project.environment.client-and-server.title": {
+ "defaultMessage": "Både klient og server er påkrevd"
+ },
"project.environment.client-only-server-optional.description": {
"defaultMessage": "Har noe funksjonalitet både på klienten og serveren, selv om det bare er delvis."
},
+ "project.environment.client-only-server-optional.title": {
+ "defaultMessage": "Klient og server, valgfritt på server"
+ },
"project.environment.client-only.description": {
"defaultMessage": "All funksjonalitet kjøres på klienten og er kompatibel med vanlige servere."
},
@@ -590,9 +845,15 @@
"project.environment.client-or-server-prefers-both.description": {
"defaultMessage": "Har noe funksjonalitet både på klienten og serveren, selv om det bare er delvis."
},
+ "project.environment.client-or-server-prefers-both.title": {
+ "defaultMessage": "Klient og server, best når det er installert på begge"
+ },
"project.environment.client-or-server.description": {
"defaultMessage": "Har noe funksjonalitet både på klienten og serveren, selv om det bare er delvis."
},
+ "project.environment.client-or-server.title": {
+ "defaultMessage": "Klient og server, valgfritt på begge"
+ },
"project.environment.dedicated-server-only.description": {
"defaultMessage": "All funksjonalitet kjøres på serveren og er kompatibel med vanlige klienter."
},
@@ -602,21 +863,36 @@
"project.environment.server-only-client-optional.description": {
"defaultMessage": "Har noe funksjonalitet både på klienten og serveren, selv om det bare er delvis."
},
+ "project.environment.server-only-client-optional.title": {
+ "defaultMessage": "Klient og server, valgfritt på klient"
+ },
"project.environment.server-only.description": {
"defaultMessage": "All funksjonalitet køyrer på serveren og er kompatibel med vanlege klientar."
},
+ "project.environment.server-only.title": {
+ "defaultMessage": "Bare serversidig, fungerer også på enkeltspiller"
+ },
"project.environment.singleplayer-only.description": {
"defaultMessage": "Fungerer berre i einspelar eller når du ikkje er kopla til ein fleirspelartenar."
},
"project.environment.singleplayer-only.title": {
"defaultMessage": "Kun enkeltspiller"
},
+ "project.environment.tag.not-applicable": {
+ "defaultMessage": "N/A"
+ },
+ "project.environment.tag.unknown": {
+ "defaultMessage": "Ukjent"
+ },
"project.environment.unknown.description": {
"defaultMessage": "Miljøet for denne versjonen kunne ikke bestemmes."
},
"project.environment.unknown.title": {
"defaultMessage": "Ukjent miljø"
},
+ "project.follower-count-tooltip": {
+ "defaultMessage": "{count} {count, plural, one {følger} other {følgere}}"
+ },
"project.settings.analytics.title": {
"defaultMessage": "Analytics"
},
@@ -794,6 +1070,21 @@
"search.filter.locked.default.unlock": {
"defaultMessage": "Lås opp filter"
},
+ "search.filter.option.exclusion.add.tooltip": {
+ "defaultMessage": "Gå vekk ifra"
+ },
+ "search.filter.option.search.clear.aria_label": {
+ "defaultMessage": "Tomgjør søket"
+ },
+ "search.filter.option.search.placeholder": {
+ "defaultMessage": "Søk..."
+ },
+ "search.filter.option.show_fewer": {
+ "defaultMessage": "Vis mindre"
+ },
+ "search.filter.option.show_more": {
+ "defaultMessage": "Vis mer"
+ },
"search.filter_type.environment": {
"defaultMessage": "Miljø"
},
@@ -1043,6 +1334,291 @@
"settings.sessions.title": {
"defaultMessage": "Økter"
},
+ "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 eller høgere"
+ },
+ "tag.category.64x": {
+ "defaultMessage": "64x"
+ },
+ "tag.category.8x-": {
+ "defaultMessage": "8x eller lågere"
+ },
+ "tag.category.adventure": {
+ "defaultMessage": "Eventyr"
+ },
+ "tag.category.atmosphere": {
+ "defaultMessage": "Atmosfære"
+ },
+ "tag.category.audio": {
+ "defaultMessage": "Lyd"
+ },
+ "tag.category.blocks": {
+ "defaultMessage": "Blokker"
+ },
+ "tag.category.bloom": {
+ "defaultMessage": "Bloom"
+ },
+ "tag.category.cartoon": {
+ "defaultMessage": "Tegneserie"
+ },
+ "tag.category.challenging": {
+ "defaultMessage": "Utfordrende"
+ },
+ "tag.category.colored-lighting": {
+ "defaultMessage": "Farga Belysning"
+ },
+ "tag.category.combat": {
+ "defaultMessage": "Kamp"
+ },
+ "tag.category.core-shaders": {
+ "defaultMessage": "Kjerne-Shaders"
+ },
+ "tag.category.cursed": {
+ "defaultMessage": "Forbanna"
+ },
+ "tag.category.decoration": {
+ "defaultMessage": "Oppynting"
+ },
+ "tag.category.economy": {
+ "defaultMessage": "Økonomi"
+ },
+ "tag.category.entities": {
+ "defaultMessage": "Enheter"
+ },
+ "tag.category.environment": {
+ "defaultMessage": "Miljø"
+ },
+ "tag.category.equipment": {
+ "defaultMessage": "Utstyr"
+ },
+ "tag.category.fantasy": {
+ "defaultMessage": "Fantasi"
+ },
+ "tag.category.foliage": {
+ "defaultMessage": "Lauvverk"
+ },
+ "tag.category.fonts": {
+ "defaultMessage": "Skrifttyper"
+ },
+ "tag.category.food": {
+ "defaultMessage": "Mat"
+ },
+ "tag.category.game-mechanics": {
+ "defaultMessage": "Spillmekanikker"
+ },
+ "tag.category.gui": {
+ "defaultMessage": "Brukergrensesnitt"
+ },
+ "tag.category.high": {
+ "defaultMessage": "Høg"
+ },
+ "tag.category.items": {
+ "defaultMessage": "Gjenstander"
+ },
+ "tag.category.kitchen-sink": {
+ "defaultMessage": "Kjøkkenvask"
+ },
+ "tag.category.library": {
+ "defaultMessage": "Bibliotek"
+ },
+ "tag.category.lightweight": {
+ "defaultMessage": "Lettvekt"
+ },
+ "tag.category.locale": {
+ "defaultMessage": "Språk"
+ },
+ "tag.category.low": {
+ "defaultMessage": "Låg"
+ },
+ "tag.category.magic": {
+ "defaultMessage": "Magi"
+ },
+ "tag.category.management": {
+ "defaultMessage": "Administrering"
+ },
+ "tag.category.medium": {
+ "defaultMessage": "Medium"
+ },
+ "tag.category.minigame": {
+ "defaultMessage": "Minispill"
+ },
+ "tag.category.mobs": {
+ "defaultMessage": "Mobs"
+ },
+ "tag.category.modded": {
+ "defaultMessage": "Modda"
+ },
+ "tag.category.models": {
+ "defaultMessage": "Modeller"
+ },
+ "tag.category.multiplayer": {
+ "defaultMessage": "Flerspiller"
+ },
+ "tag.category.optimization": {
+ "defaultMessage": "Optimialisering"
+ },
+ "tag.category.path-tracing": {
+ "defaultMessage": "Stisporing"
+ },
+ "tag.category.pbr": {
+ "defaultMessage": "PBR"
+ },
+ "tag.category.potato": {
+ "defaultMessage": "Potet"
+ },
+ "tag.category.quests": {
+ "defaultMessage": "Oppdrag"
+ },
+ "tag.category.realistic": {
+ "defaultMessage": "Realistisk"
+ },
+ "tag.category.reflections": {
+ "defaultMessage": "Refleksjoner"
+ },
+ "tag.category.screenshot": {
+ "defaultMessage": "Skjermbilde"
+ },
+ "tag.category.semi-realistic": {
+ "defaultMessage": "Semi-realistisk"
+ },
+ "tag.category.shadows": {
+ "defaultMessage": "Skygger"
+ },
+ "tag.category.simplistic": {
+ "defaultMessage": "Enkelt"
+ },
+ "tag.category.social": {
+ "defaultMessage": "Sosialt"
+ },
+ "tag.category.storage": {
+ "defaultMessage": "Lagring"
+ },
+ "tag.category.technology": {
+ "defaultMessage": "Teknologi"
+ },
+ "tag.category.themed": {
+ "defaultMessage": "Tema"
+ },
+ "tag.category.transportation": {
+ "defaultMessage": "Transportering"
+ },
+ "tag.category.tweaks": {
+ "defaultMessage": "Endringer"
+ },
+ "tag.category.utility": {
+ "defaultMessage": "Verktøy"
+ },
+ "tag.category.vanilla-like": {
+ "defaultMessage": "Likt Som Det Vanlige Spillet"
+ },
+ "tag.category.worldgen": {
+ "defaultMessage": "Verdensgenerering"
+ },
+ "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": "Kanvas"
+ },
+ "tag.loader.datapack": {
+ "defaultMessage": "Datapakke"
+ },
+ "tag.loader.fabric": {
+ "defaultMessage": "Fabric"
+ },
+ "tag.loader.folia": {
+ "defaultMessage": "Folia"
+ },
+ "tag.loader.forge": {
+ "defaultMessage": "Forge"
+ },
+ "tag.loader.geyser": {
+ "defaultMessage": "Geysir-Utvidelse"
+ },
+ "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": "Sessurspakke"
+ },
+ "tag.loader.modloader": {
+ "defaultMessage": "ModLoaderen til Risugami"
+ },
+ "tag.loader.mrpack": {
+ "defaultMessage": "Modpakke"
+ },
+ "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"
+ },
"tooltip.date-at-time": {
"defaultMessage": "{date, date, long} klokken {time, time, short}"
},
diff --git a/packages/ui/src/locales/no-NO/meta.json b/packages/ui/src/locales/no-NO/meta.json
index 01f1278f0d..0967ef424b 100644
--- a/packages/ui/src/locales/no-NO/meta.json
+++ b/packages/ui/src/locales/no-NO/meta.json
@@ -1,10 +1 @@
-{
- "displayName": {
- "description": "Please enter the name of the language in its specific variant or regional form (e.g., English (US) for American English, not just English). If the language does not have any specific variant, simply enter the name of the language (e.g., Français, Deutsch).",
- "message": "Norsk (Bokmål)"
- },
- "searchTerms": {
- "description": "Please provide additional search terms associated with the language, if needed, to enhance the search functionality (e.g., American English, Deutschland). Each search term should be entered on a separate line. Translate as a hyphen (-) if no additional terms are needed.",
- "message": "Norway\nNorwegian"
- }
-}
+{}
diff --git a/packages/ui/src/locales/pl-PL/index.json b/packages/ui/src/locales/pl-PL/index.json
index b8071ea0c2..04724442e0 100644
--- a/packages/ui/src/locales/pl-PL/index.json
+++ b/packages/ui/src/locales/pl-PL/index.json
@@ -254,6 +254,18 @@
"header.category.feature": {
"defaultMessage": "Funkcje"
},
+ "header.category.minecraft-server-community": {
+ "defaultMessage": "Społeczność"
+ },
+ "header.category.minecraft-server-features": {
+ "defaultMessage": "Funkcje"
+ },
+ "header.category.minecraft-server-gameplay": {
+ "defaultMessage": "Tryb gry"
+ },
+ "header.category.minecraft-server-meta": {
+ "defaultMessage": "Inne"
+ },
"header.category.performance-impact": {
"defaultMessage": "Wpływ na wydajność"
},
@@ -317,6 +329,42 @@
"instances.modpack-card.unlink": {
"defaultMessage": "Rozłącz od paczki modów"
},
+ "instances.modpack-content-modal.back-button": {
+ "defaultMessage": "Powrót"
+ },
+ "instances.modpack-content-modal.copy-link": {
+ "defaultMessage": "Kopiuj łącze"
+ },
+ "instances.modpack-content-modal.disable": {
+ "defaultMessage": "Wyłącz"
+ },
+ "instances.modpack-content-modal.empty-description": {
+ "defaultMessage": "Ta paczka modów nie zawiera żadnych innych treści."
+ },
+ "instances.modpack-content-modal.empty-title": {
+ "defaultMessage": "Nie znaleziono treści"
+ },
+ "instances.modpack-content-modal.enable": {
+ "defaultMessage": "Włącz"
+ },
+ "instances.modpack-content-modal.filter-all": {
+ "defaultMessage": "Wszystko"
+ },
+ "instances.modpack-content-modal.header": {
+ "defaultMessage": "Zawartość paczki modów"
+ },
+ "instances.modpack-content-modal.loading": {
+ "defaultMessage": "Ładowanie treści..."
+ },
+ "instances.modpack-content-modal.no-results": {
+ "defaultMessage": "Nie znaleziono żadnego projektu pasującego do Twojego wyszukiwania."
+ },
+ "instances.modpack-content-modal.search-placeholder": {
+ "defaultMessage": "Szukaj wśród {count} {count, plural, one {projektu} other {projektów}}"
+ },
+ "instances.modpack-content-modal.selected-count": {
+ "defaultMessage": "Wybrano {count}"
+ },
"instances.updater-modal.badge.current": {
"defaultMessage": "Aktualny"
},
@@ -351,7 +399,7 @@
"defaultMessage": "Zaktualizuj do v{version}"
},
"instances.updater-modal.warning.app": {
- "defaultMessage": ""
+ "defaultMessage": "Nie możemy zapewnić, że aktualizacje są bezpieczne dla twojej instalacji. Przejrzyj dziennik zmian wszystkich wersji między starą a aktualną i rozważ zrobienie kopii zapasowej."
},
"instances.updater-modal.warning.web": {
"defaultMessage": "Nie możemy zagwarantować, że aktualizacje są bezpieczna dla Twoich światów. Przejrzyj dzienniki zmian dla wszystkich wersji między starą a aktualną i rozważ zrobienie kopii zapasowej."
@@ -500,6 +548,30 @@
"modal.add-payment-method.title": {
"defaultMessage": "Dodawanie metody płatności"
},
+ "modal.open-in-app.benefit.install": {
+ "defaultMessage": "Automatycznie pobierz wymagane treści"
+ },
+ "modal.open-in-app.benefit.launch": {
+ "defaultMessage": "Włącz grę i automatycznie połącz się z serwerem"
+ },
+ "modal.open-in-app.benefit.update": {
+ "defaultMessage": "Otrzymuj aktualizacje plików, gdy zmienione są na serwerze"
+ },
+ "modal.open-in-app.close": {
+ "defaultMessage": "Zamknij"
+ },
+ "modal.open-in-app.get-app": {
+ "defaultMessage": "Pobierz Modrinth App"
+ },
+ "modal.open-in-app.opening-automatically": {
+ "defaultMessage": "Modrinth App zostanie otwarte automatycznie..."
+ },
+ "modal.open-in-app.title": {
+ "defaultMessage": "Otwieranie Modrinth App"
+ },
+ "modal.open-in-app.why-use": {
+ "defaultMessage": "Czemu warto używać Modrinth App"
+ },
"notification.error.title": {
"defaultMessage": "Wystąpił błąd"
},
@@ -513,7 +585,7 @@
"defaultMessage": "Zarchiwizowany"
},
"omorphia.component.badge.label.closed": {
- "defaultMessage": "Zamknięty"
+ "defaultMessage": "Zamknięte"
},
"omorphia.component.badge.label.creator": {
"defaultMessage": "Twórca"
@@ -756,7 +828,7 @@
"defaultMessage": "Tryb jednoosobowy"
},
"project.about.compatibility.environments.singleplayer-only": {
- "defaultMessage": "Tylko w trybie jednoosobowym"
+ "defaultMessage": "Tylko tryb jednoosobowy"
},
"project.about.compatibility.game.minecraftJava": {
"defaultMessage": "Minecraft: Java Edition"
@@ -812,15 +884,33 @@
"project.about.links.issues": {
"defaultMessage": "Zgłoś problemy"
},
+ "project.about.links.site": {
+ "defaultMessage": "Odwiedź stronę"
+ },
"project.about.links.source": {
"defaultMessage": "Zobacz źródło"
},
+ "project.about.links.store": {
+ "defaultMessage": "Odwiedź sklep"
+ },
"project.about.links.title": {
"defaultMessage": "Załączniki"
},
"project.about.links.wiki": {
"defaultMessage": "Odwiedź wiki"
},
+ "project.about.server.copied": {
+ "defaultMessage": "Skopiowano!"
+ },
+ "project.about.server.copiedText": {
+ "defaultMessage": "Skopiowano adres IP do schowka"
+ },
+ "project.about.server.latency": {
+ "defaultMessage": "Opóźnienie"
+ },
+ "project.about.server.title": {
+ "defaultMessage": "Szczegóły o serwerze"
+ },
"project.download-count-tooltip": {
"defaultMessage": "{count} {count, plural, one {pobranie} few {pobrania} other {pobrań}}"
},
@@ -876,7 +966,7 @@
"defaultMessage": "Działa tylko w trybie jednoosobowym albo kiedy nie ma połączenia z serwerem."
},
"project.environment.singleplayer-only.title": {
- "defaultMessage": "Tylko w trybie jednoosobowym"
+ "defaultMessage": "Tylko tryb jednoosobowy"
},
"project.environment.tag.not-applicable": {
"defaultMessage": "Nie dotyczy"
@@ -893,9 +983,21 @@
"project.follower-count-tooltip": {
"defaultMessage": "{count} {count, plural, one {obserwujący} other {obserwujących}}"
},
+ "project.online-player-count": {
+ "defaultMessage": "{count} {count, plural, one {gracz online} other {graczy online}}"
+ },
+ "project.recent-plays": {
+ "defaultMessage": "{count} {count, plural, one {grał ostatnio} other {grało ostatnio}}"
+ },
+ "project.server.ping.ms": {
+ "defaultMessage": "{ping} ms"
+ },
"project.settings.analytics.title": {
"defaultMessage": "Analityka"
},
+ "project.settings.content.title": {
+ "defaultMessage": "Treść"
+ },
"project.settings.description.title": {
"defaultMessage": "Opis"
},
@@ -966,7 +1068,7 @@
"defaultMessage": "Działa tylko w trybie dla jednego gracza lub gdy nie ma połączenia z serwerem."
},
"project.settings.environment.singleplayer.title": {
- "defaultMessage": "Tylko dla jednego gracza"
+ "defaultMessage": "Tylko tryb jednoosobowy"
},
"project.settings.environment.suboption.accessibility-option-label": {
"defaultMessage": "{title}: {description}"
@@ -1004,6 +1106,9 @@
"project.settings.notice.no-permission.title": {
"defaultMessage": "Brak uprawnień"
},
+ "project.settings.server.title": {
+ "defaultMessage": "Serwer"
+ },
"project.settings.tags.title": {
"defaultMessage": "Etykiety"
},
@@ -1361,39 +1466,75 @@
"tag.category.adventure": {
"defaultMessage": "Przygoda"
},
+ "tag.category.adventure-mode": {
+ "defaultMessage": "Tryb przygodowy"
+ },
+ "tag.category.anarchy": {
+ "defaultMessage": "Anarchia"
+ },
"tag.category.atmosphere": {
"defaultMessage": "Atmosfera"
},
"tag.category.audio": {
"defaultMessage": "Dźwięk"
},
+ "tag.category.battle-royale": {
+ "defaultMessage": "Battle Royale"
+ },
+ "tag.category.bedwars": {
+ "defaultMessage": "Bed Wars"
+ },
"tag.category.blocks": {
"defaultMessage": "Bloki"
},
"tag.category.bloom": {
"defaultMessage": "Bloom"
},
+ "tag.category.bosses": {
+ "defaultMessage": "Bossy"
+ },
"tag.category.cartoon": {
"defaultMessage": "Kreskówkowe"
},
"tag.category.challenging": {
"defaultMessage": "Wyzwanie"
},
+ "tag.category.classes": {
+ "defaultMessage": "Klasy"
+ },
"tag.category.colored-lighting": {
"defaultMessage": "Kolorowe oświetlenie"
},
"tag.category.combat": {
"defaultMessage": "Walka"
},
+ "tag.category.competitive": {
+ "defaultMessage": "Konkurencja"
+ },
"tag.category.core-shaders": {
"defaultMessage": "Core Shaders"
},
+ "tag.category.creative-mode": {
+ "defaultMessage": "Tryb kreatywny"
+ },
+ "tag.category.creator-community": {
+ "defaultMessage": "Społeczność twórców"
+ },
+ "tag.category.crossplay": {
+ "defaultMessage": "Międzyplatformowe"
+ },
"tag.category.cursed": {
"defaultMessage": "Przeklęte"
},
+ "tag.category.custom-content": {
+ "defaultMessage": "Niestandardowa zawartość"
+ },
"tag.category.decoration": {
"defaultMessage": "Dekoracje"
},
+ "tag.category.dungeons": {
+ "defaultMessage": "Lochy"
+ },
"tag.category.economy": {
"defaultMessage": "Ekonomia"
},
@@ -1406,6 +1547,9 @@
"tag.category.equipment": {
"defaultMessage": "Wyposażenie"
},
+ "tag.category.factions": {
+ "defaultMessage": "Fakcje"
+ },
"tag.category.fantasy": {
"defaultMessage": "Fantastyka"
},
@@ -1421,21 +1565,36 @@
"tag.category.game-mechanics": {
"defaultMessage": "Mechaniki gry"
},
+ "tag.category.gens": {
+ "defaultMessage": "Gens"
+ },
"tag.category.gui": {
"defaultMessage": "Interfejs"
},
+ "tag.category.hardcore-mode": {
+ "defaultMessage": "Tryb hardcore"
+ },
"tag.category.high": {
"defaultMessage": "Wysoki"
},
"tag.category.items": {
"defaultMessage": "Przedmioty"
},
+ "tag.category.keep-inventory": {
+ "defaultMessage": "Zachowany ekwipunek"
+ },
"tag.category.kitchen-sink": {
"defaultMessage": "Zlew kuchenny"
},
+ "tag.category.kitpvp": {
+ "defaultMessage": "Kit PVP"
+ },
"tag.category.library": {
"defaultMessage": "Biblioteki"
},
+ "tag.category.lifesteal": {
+ "defaultMessage": "Lifesteal"
+ },
"tag.category.lightweight": {
"defaultMessage": "Lekki"
},
@@ -1451,12 +1610,24 @@
"tag.category.management": {
"defaultMessage": "Zarządzanie"
},
+ "tag.category.media": {
+ "defaultMessage": "Media"
+ },
"tag.category.medium": {
"defaultMessage": "Średni"
},
+ "tag.category.microgames": {
+ "defaultMessage": "Mikrogry"
+ },
"tag.category.minigame": {
"defaultMessage": "Minigry"
},
+ "tag.category.minigames": {
+ "defaultMessage": "Minigry"
+ },
+ "tag.category.mmo": {
+ "defaultMessage": "MMO"
+ },
"tag.category.mobs": {
"defaultMessage": "Moby"
},
@@ -1469,27 +1640,75 @@
"tag.category.multiplayer": {
"defaultMessage": "Tryb wieloosobowy"
},
+ "tag.category.network": {
+ "defaultMessage": "Sieć"
+ },
+ "tag.category.offline-mode": {
+ "defaultMessage": "Tryb offline"
+ },
+ "tag.category.oneblock": {
+ "defaultMessage": "One Block"
+ },
+ "tag.category.op": {
+ "defaultMessage": "OP"
+ },
"tag.category.optimization": {
"defaultMessage": "Optymalizacja"
},
+ "tag.category.parkour": {
+ "defaultMessage": "Parkour"
+ },
"tag.category.path-tracing": {
"defaultMessage": "Śledzenie ścieżki"
},
"tag.category.pbr": {
"defaultMessage": "PBR"
},
+ "tag.category.personal-worlds": {
+ "defaultMessage": "Personalne światy"
+ },
+ "tag.category.plots": {
+ "defaultMessage": "Działki"
+ },
+ "tag.category.pokemon": {
+ "defaultMessage": "Pokemon"
+ },
"tag.category.potato": {
"defaultMessage": "Ziemniak"
},
+ "tag.category.prison": {
+ "defaultMessage": "Więzienie"
+ },
+ "tag.category.pve": {
+ "defaultMessage": "PVE"
+ },
+ "tag.category.pvp": {
+ "defaultMessage": "PVP"
+ },
+ "tag.category.questing": {
+ "defaultMessage": "Zadania"
+ },
"tag.category.quests": {
"defaultMessage": "Zadania"
},
+ "tag.category.racing": {
+ "defaultMessage": "Wyścigi"
+ },
"tag.category.realistic": {
"defaultMessage": "Realistyczny"
},
+ "tag.category.recording-smp": {
+ "defaultMessage": "Nagrywane SMP"
+ },
"tag.category.reflections": {
"defaultMessage": "Odbicia"
},
+ "tag.category.roleplay": {
+ "defaultMessage": "Odgrywanie ról"
+ },
+ "tag.category.rpg": {
+ "defaultMessage": "RPG"
+ },
"tag.category.screenshot": {
"defaultMessage": "Zrzut ekranu"
},
@@ -1502,18 +1721,36 @@
"tag.category.simplistic": {
"defaultMessage": "Proste"
},
+ "tag.category.skyblock": {
+ "defaultMessage": "Skyblock"
+ },
+ "tag.category.smp": {
+ "defaultMessage": "SMP"
+ },
"tag.category.social": {
"defaultMessage": "Społeczne"
},
"tag.category.storage": {
"defaultMessage": "Magazynowanie"
},
+ "tag.category.survival-mode": {
+ "defaultMessage": "Tryb przetrwania"
+ },
+ "tag.category.teams": {
+ "defaultMessage": "Zespoły"
+ },
+ "tag.category.technical": {
+ "defaultMessage": "Techniczne"
+ },
"tag.category.technology": {
"defaultMessage": "Technologia"
},
"tag.category.themed": {
"defaultMessage": "Tematyczne"
},
+ "tag.category.towns": {
+ "defaultMessage": "Miasta"
+ },
"tag.category.transportation": {
"defaultMessage": "Transport"
},
@@ -1526,6 +1763,12 @@
"tag.category.vanilla-like": {
"defaultMessage": "Jak vanilla"
},
+ "tag.category.whitelisted": {
+ "defaultMessage": "Biała lista"
+ },
+ "tag.category.world-resets": {
+ "defaultMessage": "Resetowany świat"
+ },
"tag.category.worldgen": {
"defaultMessage": "Generacja świata"
},
diff --git a/packages/ui/src/locales/pl-PL/meta.json b/packages/ui/src/locales/pl-PL/meta.json
index 0c73334802..0967ef424b 100644
--- a/packages/ui/src/locales/pl-PL/meta.json
+++ b/packages/ui/src/locales/pl-PL/meta.json
@@ -1,10 +1 @@
-{
- "displayName": {
- "description": "Please enter the name of the language in its specific variant or regional form (e.g., English (US) for American English, not just English). If the language does not have any specific variant, simply enter the name of the language (e.g., Français, Deutsch).",
- "message": "Polski"
- },
- "searchTerms": {
- "description": "Please provide additional search terms associated with the language, if needed, to enhance the search functionality (e.g., American English, Deutschland). Each search term should be entered on a separate line. Translate as a hyphen (-) if no additional terms are needed.",
- "message": "Polska\nPolski"
- }
-}
+{}
diff --git a/packages/ui/src/locales/pt-BR/index.json b/packages/ui/src/locales/pt-BR/index.json
index 0a5092d520..88fb07dfa1 100644
--- a/packages/ui/src/locales/pt-BR/index.json
+++ b/packages/ui/src/locales/pt-BR/index.json
@@ -254,6 +254,18 @@
"header.category.feature": {
"defaultMessage": "Recurso"
},
+ "header.category.minecraft-server-community": {
+ "defaultMessage": "Comunidade"
+ },
+ "header.category.minecraft-server-features": {
+ "defaultMessage": "Recursos"
+ },
+ "header.category.minecraft-server-gameplay": {
+ "defaultMessage": "Jogabilidade"
+ },
+ "header.category.minecraft-server-meta": {
+ "defaultMessage": "Meta"
+ },
"header.category.performance-impact": {
"defaultMessage": "Impacto no desempenho"
},
@@ -270,7 +282,7 @@
"defaultMessage": "{ram} GB de RAM"
},
"hosting.specs.gb-storage": {
- "defaultMessage": "Armazenamento de {storage} GB"
+ "defaultMessage": "{storage} GB de armazenamento"
},
"hosting.specs.shared-cpus": {
"defaultMessage": "{cpus} CPUs compartilhadas"
@@ -317,6 +329,42 @@
"instances.modpack-card.unlink": {
"defaultMessage": "Desvincular pacote de mods"
},
+ "instances.modpack-content-modal.back-button": {
+ "defaultMessage": "Voltar"
+ },
+ "instances.modpack-content-modal.copy-link": {
+ "defaultMessage": "Copiar link"
+ },
+ "instances.modpack-content-modal.disable": {
+ "defaultMessage": "Desativar"
+ },
+ "instances.modpack-content-modal.empty-description": {
+ "defaultMessage": "Este pacote de mods não inclui nenhum conteúdo adicional."
+ },
+ "instances.modpack-content-modal.empty-title": {
+ "defaultMessage": "Nenhum conteúdo encontrado"
+ },
+ "instances.modpack-content-modal.enable": {
+ "defaultMessage": "Ativar"
+ },
+ "instances.modpack-content-modal.filter-all": {
+ "defaultMessage": "Todos"
+ },
+ "instances.modpack-content-modal.header": {
+ "defaultMessage": "Conteúdo do pacote de mods"
+ },
+ "instances.modpack-content-modal.loading": {
+ "defaultMessage": "Carregando conteúdo..."
+ },
+ "instances.modpack-content-modal.no-results": {
+ "defaultMessage": "Nenhum projeto corresponde com sua busca."
+ },
+ "instances.modpack-content-modal.search-placeholder": {
+ "defaultMessage": "Pesquisar {count} projetos"
+ },
+ "instances.modpack-content-modal.selected-count": {
+ "defaultMessage": "{count} selecionado(s)"
+ },
"instances.updater-modal.badge.current": {
"defaultMessage": "Atual"
},
@@ -494,12 +542,132 @@
"label.yes": {
"defaultMessage": "Sim"
},
+ "locale.cs-CZ": {
+ "defaultMessage": "Tcheco"
+ },
+ "locale.da-DK": {
+ "defaultMessage": "Dinamarquês"
+ },
+ "locale.de-CH": {
+ "defaultMessage": "Alemão (Suíça)"
+ },
+ "locale.de-DE": {
+ "defaultMessage": "Alemão (Alemanha)"
+ },
+ "locale.en-US": {
+ "defaultMessage": "Inglês (Estados Unidos)"
+ },
+ "locale.es-419": {
+ "defaultMessage": "Espanhol (América Latina)"
+ },
+ "locale.es-ES": {
+ "defaultMessage": "Espanhol (Espanha)"
+ },
+ "locale.fi-FI": {
+ "defaultMessage": "Finlandês"
+ },
+ "locale.fil-PH": {
+ "defaultMessage": "Filipino"
+ },
+ "locale.fr-FR": {
+ "defaultMessage": "Francês"
+ },
+ "locale.he-IL": {
+ "defaultMessage": "Hebraico"
+ },
+ "locale.hu-HU": {
+ "defaultMessage": "Húngaro"
+ },
+ "locale.id-ID": {
+ "defaultMessage": "Indonésio"
+ },
+ "locale.it-IT": {
+ "defaultMessage": "Italiano (Itália)"
+ },
+ "locale.ja-JP": {
+ "defaultMessage": "Japonês"
+ },
+ "locale.ko-KR": {
+ "defaultMessage": "Coreano"
+ },
+ "locale.ms-MY": {
+ "defaultMessage": "Malaio"
+ },
+ "locale.nl-NL": {
+ "defaultMessage": "Holandês"
+ },
+ "locale.no-NO": {
+ "defaultMessage": "Norueguês Bokmål"
+ },
+ "locale.pl-PL": {
+ "defaultMessage": "Polonês"
+ },
+ "locale.pt-BR": {
+ "defaultMessage": "Português (Brasil)"
+ },
+ "locale.pt-PT": {
+ "defaultMessage": "Portuguese (Portugal)"
+ },
+ "locale.ro-RO": {
+ "defaultMessage": "Romeno"
+ },
+ "locale.ru-RU": {
+ "defaultMessage": "Russo"
+ },
+ "locale.sr-CS": {
+ "defaultMessage": "Sérvio (latino)"
+ },
+ "locale.sv-SE": {
+ "defaultMessage": "Sueco"
+ },
+ "locale.th-TH": {
+ "defaultMessage": "Tailandês"
+ },
+ "locale.tr-TR": {
+ "defaultMessage": "Turco"
+ },
+ "locale.uk-UA": {
+ "defaultMessage": "Ucraniano"
+ },
+ "locale.vi-VN": {
+ "defaultMessage": "Vietnamita"
+ },
+ "locale.zh-CN": {
+ "defaultMessage": "Chinês (Simplificado)"
+ },
+ "locale.zh-TW": {
+ "defaultMessage": "Chinês (Tradicional)"
+ },
"modal.add-payment-method.action": {
"defaultMessage": "Adicionar método de pagamento"
},
"modal.add-payment-method.title": {
"defaultMessage": "Adicionando método de pagamento"
},
+ "modal.open-in-app.benefit.install": {
+ "defaultMessage": "Instalar automaticamente o conteúdo necessário"
+ },
+ "modal.open-in-app.benefit.launch": {
+ "defaultMessage": "Iniciar o jogo diretamente no servidor"
+ },
+ "modal.open-in-app.benefit.update": {
+ "defaultMessage": "Mantenha os arquivos atualizados quando o servidor mudar"
+ },
+ "modal.open-in-app.close": {
+ "defaultMessage": "Fechar"
+ },
+ "modal.open-in-app.get-app": {
+ "defaultMessage": "Baixe o Modrinth App"
+ },
+ "modal.open-in-app.opening-automatically": {
+ "defaultMessage": "O Modrinth App vai abrir automaticamente..."
+ },
+ "modal.open-in-app.title": {
+ "defaultMessage": "Abrindo o Modrinth App"
+ },
+ "modal.open-in-app.why-use": {
+ "defaultMessage": "Por que usar o Modrinth App"
+ },
"notification.error.title": {
"defaultMessage": "Ocorreu um erro"
},
@@ -812,15 +980,33 @@
"project.about.links.issues": {
"defaultMessage": "Relatar problemas"
},
+ "project.about.links.site": {
+ "defaultMessage": "Visitar site"
+ },
"project.about.links.source": {
"defaultMessage": "Ver código-fonte"
},
+ "project.about.links.store": {
+ "defaultMessage": "Visitar página da loja"
+ },
"project.about.links.title": {
"defaultMessage": "Links"
},
"project.about.links.wiki": {
"defaultMessage": "Visitar wiki"
},
+ "project.about.server.copied": {
+ "defaultMessage": "Copiado!"
+ },
+ "project.about.server.copiedText": {
+ "defaultMessage": "Endereço de IP copiado para a área de transferência"
+ },
+ "project.about.server.latency": {
+ "defaultMessage": "Latência"
+ },
+ "project.about.server.title": {
+ "defaultMessage": "Detalhes do servidor"
+ },
"project.download-count-tooltip": {
"defaultMessage": "{count, plural, =0 {Nenhum download} one {# download} other {# downloads}}"
},
@@ -893,9 +1079,21 @@
"project.follower-count-tooltip": {
"defaultMessage": "{count, plural, =0 {Nenhum seguidor} one {{count} seguidor} other {{count} seguidores}}"
},
+ "project.online-player-count": {
+ "defaultMessage": "{count, plural,=0 {Ninguém online} one {# online} other {# online}}"
+ },
+ "project.recent-plays": {
+ "defaultMessage": "{count, plural, =0 {nenhuma entrada recente} one {# entrada recente} other { # entradas recentes}}"
+ },
+ "project.server.ping.ms": {
+ "defaultMessage": "{ping} ms"
+ },
"project.settings.analytics.title": {
"defaultMessage": "Estatísticas"
},
+ "project.settings.content.title": {
+ "defaultMessage": "Conteúdo"
+ },
"project.settings.description.title": {
"defaultMessage": "Descrição"
},
@@ -1004,6 +1202,9 @@
"project.settings.notice.no-permission.title": {
"defaultMessage": "Sem permissão"
},
+ "project.settings.server.title": {
+ "defaultMessage": "Servidor"
+ },
"project.settings.tags.title": {
"defaultMessage": "Etiquetas"
},
@@ -1361,39 +1562,75 @@
"tag.category.adventure": {
"defaultMessage": "Aventura"
},
+ "tag.category.adventure-mode": {
+ "defaultMessage": "Modo Aventura"
+ },
+ "tag.category.anarchy": {
+ "defaultMessage": "Anarquia"
+ },
"tag.category.atmosphere": {
"defaultMessage": "Atmosfera"
},
"tag.category.audio": {
"defaultMessage": "Áudio"
},
+ "tag.category.battle-royale": {
+ "defaultMessage": "Battle Royale"
+ },
+ "tag.category.bedwars": {
+ "defaultMessage": "Bed Wars"
+ },
"tag.category.blocks": {
"defaultMessage": "Blocos"
},
"tag.category.bloom": {
"defaultMessage": "Bloom"
},
+ "tag.category.bosses": {
+ "defaultMessage": "Chefes"
+ },
"tag.category.cartoon": {
"defaultMessage": "Cartoon"
},
"tag.category.challenging": {
"defaultMessage": "Desafiador"
},
+ "tag.category.classes": {
+ "defaultMessage": "Classes"
+ },
"tag.category.colored-lighting": {
"defaultMessage": "Iluminação colorida"
},
"tag.category.combat": {
"defaultMessage": "Combate"
},
+ "tag.category.competitive": {
+ "defaultMessage": "Competitivo"
+ },
"tag.category.core-shaders": {
"defaultMessage": "Sombreadores principais"
},
+ "tag.category.creative-mode": {
+ "defaultMessage": "Modo Criativo"
+ },
+ "tag.category.creator-community": {
+ "defaultMessage": "Comunidade de Criadores"
+ },
+ "tag.category.crossplay": {
+ "defaultMessage": "Multiplataforma"
+ },
"tag.category.cursed": {
"defaultMessage": "Amaldiçoado"
},
+ "tag.category.custom-content": {
+ "defaultMessage": "Conteúdo Personalizado"
+ },
"tag.category.decoration": {
"defaultMessage": "Decoração"
},
+ "tag.category.dungeons": {
+ "defaultMessage": "Masmorras"
+ },
"tag.category.economy": {
"defaultMessage": "Economia"
},
@@ -1406,6 +1643,9 @@
"tag.category.equipment": {
"defaultMessage": "Equipamento"
},
+ "tag.category.factions": {
+ "defaultMessage": "Facções"
+ },
"tag.category.fantasy": {
"defaultMessage": "Fantasia"
},
@@ -1421,21 +1661,36 @@
"tag.category.game-mechanics": {
"defaultMessage": "Mecânicas do jogo"
},
+ "tag.category.gens": {
+ "defaultMessage": "Gens"
+ },
"tag.category.gui": {
"defaultMessage": "Interface"
},
+ "tag.category.hardcore-mode": {
+ "defaultMessage": "Modo Intenso"
+ },
"tag.category.high": {
"defaultMessage": "Alto"
},
"tag.category.items": {
"defaultMessage": "Itens"
},
+ "tag.category.keep-inventory": {
+ "defaultMessage": "Manter Inventario"
+ },
"tag.category.kitchen-sink": {
"defaultMessage": "Misto"
},
+ "tag.category.kitpvp": {
+ "defaultMessage": "Kit PVP"
+ },
"tag.category.library": {
"defaultMessage": "Biblioteca"
},
+ "tag.category.lifesteal": {
+ "defaultMessage": "Roubo de Vida"
+ },
"tag.category.lightweight": {
"defaultMessage": "Leve"
},
@@ -1451,12 +1706,24 @@
"tag.category.management": {
"defaultMessage": "Gerenciamento"
},
+ "tag.category.media": {
+ "defaultMessage": "Mídia"
+ },
"tag.category.medium": {
"defaultMessage": "Médio"
},
+ "tag.category.microgames": {
+ "defaultMessage": "Microjogos"
+ },
"tag.category.minigame": {
"defaultMessage": "Minijogo"
},
+ "tag.category.minigames": {
+ "defaultMessage": "Minijogos"
+ },
+ "tag.category.mmo": {
+ "defaultMessage": "MMO"
+ },
"tag.category.mobs": {
"defaultMessage": "Criaturas"
},
@@ -1469,27 +1736,75 @@
"tag.category.multiplayer": {
"defaultMessage": "Multijogador"
},
+ "tag.category.network": {
+ "defaultMessage": "Rede"
+ },
+ "tag.category.offline-mode": {
+ "defaultMessage": "Modo offline"
+ },
+ "tag.category.oneblock": {
+ "defaultMessage": "One Block"
+ },
+ "tag.category.op": {
+ "defaultMessage": "OP"
+ },
"tag.category.optimization": {
"defaultMessage": "Otimização"
},
+ "tag.category.parkour": {
+ "defaultMessage": "Parkour"
+ },
"tag.category.path-tracing": {
"defaultMessage": "Rastreamento de caminhos"
},
"tag.category.pbr": {
"defaultMessage": "PBR"
},
+ "tag.category.personal-worlds": {
+ "defaultMessage": "Mundos pessoais"
+ },
+ "tag.category.plots": {
+ "defaultMessage": "Lotes"
+ },
+ "tag.category.pokemon": {
+ "defaultMessage": "Pokemon"
+ },
"tag.category.potato": {
"defaultMessage": "Batata"
},
+ "tag.category.prison": {
+ "defaultMessage": "Prisão"
+ },
+ "tag.category.pve": {
+ "defaultMessage": "PVE"
+ },
+ "tag.category.pvp": {
+ "defaultMessage": "PVP"
+ },
+ "tag.category.questing": {
+ "defaultMessage": "Missões"
+ },
"tag.category.quests": {
"defaultMessage": "Missões"
},
+ "tag.category.racing": {
+ "defaultMessage": "Corrida"
+ },
"tag.category.realistic": {
"defaultMessage": "Realista"
},
+ "tag.category.recording-smp": {
+ "defaultMessage": "SMP de Gravação"
+ },
"tag.category.reflections": {
"defaultMessage": "Reflexos"
},
+ "tag.category.roleplay": {
+ "defaultMessage": "Atuação"
+ },
+ "tag.category.rpg": {
+ "defaultMessage": "RPG"
+ },
"tag.category.screenshot": {
"defaultMessage": "Captura de tela"
},
@@ -1502,18 +1817,36 @@
"tag.category.simplistic": {
"defaultMessage": "Simplista"
},
+ "tag.category.skyblock": {
+ "defaultMessage": "Skyblock"
+ },
+ "tag.category.smp": {
+ "defaultMessage": "SMP"
+ },
"tag.category.social": {
"defaultMessage": "Social"
},
"tag.category.storage": {
"defaultMessage": "Armazenamento"
},
+ "tag.category.survival-mode": {
+ "defaultMessage": "Modo Sobrevivência"
+ },
+ "tag.category.teams": {
+ "defaultMessage": "Times"
+ },
+ "tag.category.technical": {
+ "defaultMessage": "Técnico"
+ },
"tag.category.technology": {
"defaultMessage": "Tecnologia"
},
"tag.category.themed": {
"defaultMessage": "Temático"
},
+ "tag.category.towns": {
+ "defaultMessage": "Cidades"
+ },
"tag.category.transportation": {
"defaultMessage": "Transporte"
},
@@ -1526,6 +1859,12 @@
"tag.category.vanilla-like": {
"defaultMessage": "Similar ao jogo padrão"
},
+ "tag.category.whitelisted": {
+ "defaultMessage": "Com whitelist"
+ },
+ "tag.category.world-resets": {
+ "defaultMessage": "Reinícios de mundo"
+ },
"tag.category.worldgen": {
"defaultMessage": "Geração de mundo"
},
diff --git a/packages/ui/src/locales/pt-PT/index.json b/packages/ui/src/locales/pt-PT/index.json
index c0702c3274..2a76c58194 100644
--- a/packages/ui/src/locales/pt-PT/index.json
+++ b/packages/ui/src/locales/pt-PT/index.json
@@ -254,6 +254,15 @@
"header.category.feature": {
"defaultMessage": "Características"
},
+ "header.category.minecraft-server-community": {
+ "defaultMessage": "Comunidade"
+ },
+ "header.category.minecraft-server-features": {
+ "defaultMessage": "Funcionalidades"
+ },
+ "header.category.minecraft-server-gameplay": {
+ "defaultMessage": "Jogabilidade"
+ },
"header.category.performance-impact": {
"defaultMessage": "Impacto na performance"
},
@@ -317,6 +326,42 @@
"instances.modpack-card.unlink": {
"defaultMessage": "Desassociar modpack"
},
+ "instances.modpack-content-modal.back-button": {
+ "defaultMessage": "Voltar"
+ },
+ "instances.modpack-content-modal.copy-link": {
+ "defaultMessage": "Copiar link"
+ },
+ "instances.modpack-content-modal.disable": {
+ "defaultMessage": "Desativar"
+ },
+ "instances.modpack-content-modal.empty-description": {
+ "defaultMessage": "Este modpack não inclui nenhum conteúdo adicional."
+ },
+ "instances.modpack-content-modal.empty-title": {
+ "defaultMessage": "Nenhum conteúdo encontrado"
+ },
+ "instances.modpack-content-modal.enable": {
+ "defaultMessage": "Ativar"
+ },
+ "instances.modpack-content-modal.filter-all": {
+ "defaultMessage": "Tudo"
+ },
+ "instances.modpack-content-modal.header": {
+ "defaultMessage": "Conteúdo do modpack"
+ },
+ "instances.modpack-content-modal.loading": {
+ "defaultMessage": "A carregar conteúdo..."
+ },
+ "instances.modpack-content-modal.no-results": {
+ "defaultMessage": "Nenhum projeto corresponde à tua pesquisa."
+ },
+ "instances.modpack-content-modal.search-placeholder": {
+ "defaultMessage": "Procura {count} projetos"
+ },
+ "instances.modpack-content-modal.selected-count": {
+ "defaultMessage": "{count} selecionados"
+ },
"instances.updater-modal.badge.current": {
"defaultMessage": "Atual"
},
@@ -500,6 +545,30 @@
"modal.add-payment-method.title": {
"defaultMessage": "A adicionar método de pagamento"
},
+ "modal.open-in-app.benefit.install": {
+ "defaultMessage": "Instala conteúdo necessário automaticamente"
+ },
+ "modal.open-in-app.benefit.launch": {
+ "defaultMessage": "Inicia o jogo diretamente no servidor"
+ },
+ "modal.open-in-app.benefit.update": {
+ "defaultMessage": "Mantém ficheiros atualizados quando o servidor muda"
+ },
+ "modal.open-in-app.close": {
+ "defaultMessage": "Fechar"
+ },
+ "modal.open-in-app.get-app": {
+ "defaultMessage": "Obter a Modrinth App"
+ },
+ "modal.open-in-app.opening-automatically": {
+ "defaultMessage": "A Modrinth App vai abrir automaticamente..."
+ },
+ "modal.open-in-app.title": {
+ "defaultMessage": "A abrir a Modrinth App"
+ },
+ "modal.open-in-app.why-use": {
+ "defaultMessage": "Razões para usar a Modrinth App"
+ },
"notification.error.title": {
"defaultMessage": "Ocorreu um erro"
},
@@ -812,15 +881,33 @@
"project.about.links.issues": {
"defaultMessage": "Reportar problemas"
},
+ "project.about.links.site": {
+ "defaultMessage": "Visitar o site"
+ },
"project.about.links.source": {
"defaultMessage": "Ver fonte"
},
+ "project.about.links.store": {
+ "defaultMessage": "Visitar página da loja"
+ },
"project.about.links.title": {
"defaultMessage": "Links"
},
"project.about.links.wiki": {
"defaultMessage": "Visitar wiki"
},
+ "project.about.server.copied": {
+ "defaultMessage": "Copiado!"
+ },
+ "project.about.server.copiedText": {
+ "defaultMessage": "Endereço IP copiado para a área de transferência"
+ },
+ "project.about.server.latency": {
+ "defaultMessage": "Latência"
+ },
+ "project.about.server.title": {
+ "defaultMessage": "Detalhes do servidor"
+ },
"project.download-count-tooltip": {
"defaultMessage": "{count} {count, plural,one {transferência} other {transferências}}"
},
@@ -893,9 +980,21 @@
"project.follower-count-tooltip": {
"defaultMessage": "{count} {count, plural,one {seguidor} other {seguidores}}"
},
+ "project.online-player-count": {
+ "defaultMessage": "{count} {count, plural, one {online} other {online}}"
+ },
+ "project.recent-plays": {
+ "defaultMessage": "{count} {count, plural, one {jogou recentemente} other {jogaram recentemente}}"
+ },
+ "project.server.ping.ms": {
+ "defaultMessage": "{ping} ms"
+ },
"project.settings.analytics.title": {
"defaultMessage": "Estatísticas"
},
+ "project.settings.content.title": {
+ "defaultMessage": "Conteúdo"
+ },
"project.settings.description.title": {
"defaultMessage": "Descrição"
},
@@ -1004,6 +1103,9 @@
"project.settings.notice.no-permission.title": {
"defaultMessage": "Sem permissão"
},
+ "project.settings.server.title": {
+ "defaultMessage": "Servidor"
+ },
"project.settings.tags.title": {
"defaultMessage": "Etiquetas"
},
@@ -1361,39 +1463,63 @@
"tag.category.adventure": {
"defaultMessage": "Aventura"
},
+ "tag.category.anarchy": {
+ "defaultMessage": "Anarquia"
+ },
"tag.category.atmosphere": {
"defaultMessage": "Atmosfera"
},
"tag.category.audio": {
"defaultMessage": "Áudio"
},
+ "tag.category.battle-royale": {
+ "defaultMessage": "Battle Royale"
+ },
+ "tag.category.bedwars": {
+ "defaultMessage": "Bed Wars"
+ },
"tag.category.blocks": {
"defaultMessage": "Blocos"
},
"tag.category.bloom": {
"defaultMessage": "Bloom"
},
+ "tag.category.bosses": {
+ "defaultMessage": "Bosses"
+ },
"tag.category.cartoon": {
"defaultMessage": "Desenho Animado"
},
"tag.category.challenging": {
"defaultMessage": "Desafiador"
},
+ "tag.category.classes": {
+ "defaultMessage": "Classes"
+ },
"tag.category.colored-lighting": {
"defaultMessage": "Iluminação Colorida"
},
"tag.category.combat": {
"defaultMessage": "Combate"
},
+ "tag.category.competitive": {
+ "defaultMessage": "Competitivo"
+ },
"tag.category.core-shaders": {
"defaultMessage": "Shaders Base"
},
"tag.category.cursed": {
"defaultMessage": "Amaldiçoado"
},
+ "tag.category.custom-content": {
+ "defaultMessage": "Conteúdo Personalizado"
+ },
"tag.category.decoration": {
"defaultMessage": "Decoração"
},
+ "tag.category.dungeons": {
+ "defaultMessage": "Dungeons"
+ },
"tag.category.economy": {
"defaultMessage": "Economia"
},
@@ -1406,6 +1532,9 @@
"tag.category.equipment": {
"defaultMessage": "Equipamento"
},
+ "tag.category.factions": {
+ "defaultMessage": "Facções"
+ },
"tag.category.fantasy": {
"defaultMessage": "Fantasia"
},
@@ -1430,9 +1559,15 @@
"tag.category.items": {
"defaultMessage": "Itens"
},
+ "tag.category.keep-inventory": {
+ "defaultMessage": "Manter Inventário"
+ },
"tag.category.kitchen-sink": {
"defaultMessage": "Salada Russa"
},
+ "tag.category.kitpvp": {
+ "defaultMessage": "Kit PvP"
+ },
"tag.category.library": {
"defaultMessage": "Biblioteca"
},
@@ -1457,6 +1592,12 @@
"tag.category.minigame": {
"defaultMessage": "Mini jogo"
},
+ "tag.category.minigames": {
+ "defaultMessage": "Minijogos"
+ },
+ "tag.category.mmo": {
+ "defaultMessage": "MMO"
+ },
"tag.category.mobs": {
"defaultMessage": "Mobs"
},
@@ -1481,6 +1622,9 @@
"tag.category.potato": {
"defaultMessage": "Batata"
},
+ "tag.category.prison": {
+ "defaultMessage": "Prisão"
+ },
"tag.category.quests": {
"defaultMessage": "Missões"
},
@@ -1490,6 +1634,12 @@
"tag.category.reflections": {
"defaultMessage": "Reflexos"
},
+ "tag.category.roleplay": {
+ "defaultMessage": "Roleplay"
+ },
+ "tag.category.rpg": {
+ "defaultMessage": "RPG"
+ },
"tag.category.screenshot": {
"defaultMessage": "Captura de ecrã"
},
@@ -1502,18 +1652,33 @@
"tag.category.simplistic": {
"defaultMessage": "Simplístico"
},
+ "tag.category.skyblock": {
+ "defaultMessage": "Skyblock"
+ },
+ "tag.category.smp": {
+ "defaultMessage": "SMP"
+ },
"tag.category.social": {
"defaultMessage": "Social"
},
"tag.category.storage": {
"defaultMessage": "Armazenamento"
},
+ "tag.category.teams": {
+ "defaultMessage": "Equipas"
+ },
+ "tag.category.technical": {
+ "defaultMessage": "Técnico"
+ },
"tag.category.technology": {
"defaultMessage": "Tecnologia"
},
"tag.category.themed": {
"defaultMessage": "Temático"
},
+ "tag.category.towns": {
+ "defaultMessage": "Vilas"
+ },
"tag.category.transportation": {
"defaultMessage": "Transportes"
},
@@ -1524,7 +1689,7 @@
"defaultMessage": "Utilidade"
},
"tag.category.vanilla-like": {
- "defaultMessage": "Parecido ao Vanilla"
+ "defaultMessage": "Estilo Vanilla"
},
"tag.category.worldgen": {
"defaultMessage": "Geração de Mundo"
@@ -1611,7 +1776,7 @@
"defaultMessage": "Sponge"
},
"tag.loader.vanilla": {
- "defaultMessage": "Vanilla Shader"
+ "defaultMessage": "Shader Vanilla"
},
"tag.loader.velocity": {
"defaultMessage": "Velocity"
diff --git a/packages/ui/src/locales/pt-PT/meta.json b/packages/ui/src/locales/pt-PT/meta.json
index 80b4d46b75..0967ef424b 100644
--- a/packages/ui/src/locales/pt-PT/meta.json
+++ b/packages/ui/src/locales/pt-PT/meta.json
@@ -1,10 +1 @@
-{
- "displayName": {
- "description": "Please enter the name of the language in its specific variant or regional form (e.g., English (US) for American English, not just English). If the language does not have any specific variant, simply enter the name of the language (e.g., Français, Deutsch).",
- "message": "Português (Portugal)"
- },
- "searchTerms": {
- "description": "Please provide additional search terms associated with the language, if needed, to enhance the search functionality (e.g., American English, Deutschland). Each search term should be entered on a separate line. Translate as a hyphen (-) if no additional terms are needed.",
- "message": "Português\nPortuguês Europeu\nPT\npt-pt\nPortuguês Portugal\nPortugal"
- }
-}
+{}
diff --git a/packages/ui/src/locales/ro-RO/index.json b/packages/ui/src/locales/ro-RO/index.json
index 62b4008865..329e3488de 100644
--- a/packages/ui/src/locales/ro-RO/index.json
+++ b/packages/ui/src/locales/ro-RO/index.json
@@ -11,6 +11,9 @@
"affiliate.create.title.label": {
"defaultMessage": "Titlul linkului de afiliere"
},
+ "affiliate.create.title.placeholder": {
+ "defaultMessage": "de exemplu, YouTube"
+ },
"affiliate.create.user.description": {
"defaultMessage": "Numele de utilizator al utilizatorului pentru care se creează codul de afiliere"
},
@@ -158,6 +161,9 @@
"changelog.product.app": {
"defaultMessage": "Aplicație"
},
+ "changelog.product.hosting": {
+ "defaultMessage": "Hosting"
+ },
"changelog.product.web": {
"defaultMessage": "Website"
},
@@ -188,6 +194,9 @@
"form.label.date-of-birth": {
"defaultMessage": "Data Nașterii"
},
+ "form.label.email": {
+ "defaultMessage": "Email"
+ },
"form.label.first-name": {
"defaultMessage": "Prenume"
},
@@ -206,6 +215,9 @@
"form.placeholder.address-2": {
"defaultMessage": "Apartament, Bloc, etc."
},
+ "form.placeholder.amount": {
+ "defaultMessage": "Introdu suma"
+ },
"form.placeholder.bank-name": {
"defaultMessage": "Introduceți numele băncii"
},
@@ -233,9 +245,36 @@
"form.placeholder.postal-code": {
"defaultMessage": "Introduceți codul poștal"
},
+ "form.placeholder.state": {
+ "defaultMessage": "Introdu statul/provincia"
+ },
+ "header.category.category": {
+ "defaultMessage": "Categorie"
+ },
+ "header.category.feature": {
+ "defaultMessage": "Caracteristici"
+ },
+ "header.category.performance-impact": {
+ "defaultMessage": "Impactul performantei"
+ },
+ "header.category.resolutions": {
+ "defaultMessage": "Rezoluție"
+ },
+ "hosting.specs.burst": {
+ "defaultMessage": "Extinde pana la {cpus} CPUs"
+ },
"hosting.specs.burst.tooltip": {
"defaultMessage": "Burstingul CPU permite serverului dvs. să utilizeze temporar thread-uri suplimentare pentru a ajuta la atenuarea vârfurilor TPS. Faceți clic pentru mai multe informații."
},
+ "hosting.specs.gb-ram": {
+ "defaultMessage": "{ram} GB RAM"
+ },
+ "hosting.specs.gb-storage": {
+ "defaultMessage": "{storage} GB Stocare"
+ },
+ "hosting.specs.shared-cpus": {
+ "defaultMessage": "{cpus} CPU-uri Shared"
+ },
"icon-select.edit": {
"defaultMessage": "Editează pictograma"
},
@@ -275,12 +314,36 @@
"instance.worlds.game_mode.unknown": {
"defaultMessage": "Mod de joc necunoscut"
},
+ "instances.updater-modal.badge.current": {
+ "defaultMessage": "Curent"
+ },
+ "instances.updater-modal.badge.incompatible": {
+ "defaultMessage": "Incompatibil"
+ },
+ "instances.updater-modal.downgrade-to": {
+ "defaultMessage": "Downgrade la {version}"
+ },
+ "instances.updater-modal.header": {
+ "defaultMessage": "Actualizează versiunea"
+ },
+ "instances.updater-modal.hide-incompatible": {
+ "defaultMessage": "Ascunde incompatibil"
+ },
+ "instances.updater-modal.no-changelog": {
+ "defaultMessage": "Nu au fost furnizate schimbări pentru aceasta versiune."
+ },
+ "instances.updater-modal.no-versions": {
+ "defaultMessage": "Nu au fost gasite versiuni"
+ },
"instances.updater-modal.search-placeholder": {
"defaultMessage": "Caută o versiune..."
},
"instances.updater-modal.select-version": {
"defaultMessage": "Selectați o versiune pentru a vizualiza jurnalul modificărilor acesteia"
},
+ "instances.updater-modal.show-incompatible": {
+ "defaultMessage": "Arata incompatibile"
+ },
"instances.updater-modal.update-to": {
"defaultMessage": "Actualizare la v{version}"
},
@@ -479,6 +542,9 @@
"omorphia.component.badge.label.returned": {
"defaultMessage": "Returnat"
},
+ "omorphia.component.badge.label.safe": {
+ "defaultMessage": "Sigur"
+ },
"omorphia.component.badge.label.scheduled": {
"defaultMessage": "Programat"
},
@@ -488,6 +554,9 @@
"omorphia.component.badge.label.unlisted": {
"defaultMessage": "Nelistat"
},
+ "omorphia.component.badge.label.unsafe": {
+ "defaultMessage": "Esuat"
+ },
"omorphia.component.badge.label.withheld": {
"defaultMessage": "Reținut"
},
@@ -512,12 +581,72 @@
"omorphia.component.environment-indicator.label.unsupported": {
"defaultMessage": "Nesuportat"
},
+ "payment-method.amazon_pay": {
+ "defaultMessage": "Amazon Pay"
+ },
+ "payment-method.amex": {
+ "defaultMessage": "American Express"
+ },
"payment-method.card_display": {
"defaultMessage": "{card_brand} care se termină în {last_four}"
},
+ "payment-method.cashapp": {
+ "defaultMessage": "Cash App"
+ },
+ "payment-method.charity": {
+ "defaultMessage": "Cariatate"
+ },
+ "payment-method.charity-plural": {
+ "defaultMessage": "Caritati"
+ },
+ "payment-method.discover": {
+ "defaultMessage": "Discover"
+ },
+ "payment-method.gift-card": {
+ "defaultMessage": "Card cadou"
+ },
+ "payment-method.gift-card-plural": {
+ "defaultMessage": "Carduri cadou"
+ },
+ "payment-method.jcb": {
+ "defaultMessage": "JCB"
+ },
+ "payment-method.mastercard": {
+ "defaultMessage": "MasterCard"
+ },
+ "payment-method.paypal": {
+ "defaultMessage": "PayPal"
+ },
+ "payment-method.paypal_international": {
+ "defaultMessage": "PayPal Internațional"
+ },
+ "payment-method.unionpay": {
+ "defaultMessage": "UnionPay"
+ },
"payment-method.unknown": {
"defaultMessage": "Metodă de plată necunoscută"
},
+ "payment-method.venmo": {
+ "defaultMessage": "Venmo"
+ },
+ "payment-method.virtual-visa": {
+ "defaultMessage": "Visa Virtual"
+ },
+ "payment-method.visa": {
+ "defaultMessage": "Visa"
+ },
+ "project-card.environment.client": {
+ "defaultMessage": "Client"
+ },
+ "project-card.environment.client-and-server": {
+ "defaultMessage": "Client si server"
+ },
+ "project-card.environment.client-or-server": {
+ "defaultMessage": "Client sau server"
+ },
+ "project-card.environment.server": {
+ "defaultMessage": "Server"
+ },
"project-type.all": {
"defaultMessage": "Toate"
},
@@ -557,6 +686,9 @@
"project-type.plugin.lowercase": {
"defaultMessage": "{count, plural, one {plugin} other {pluginuri}}"
},
+ "project-type.project.category": {
+ "defaultMessage": "Proiecte"
+ },
"project-type.resourcepack.capital": {
"defaultMessage": "{count, plural, one {Pachet} other {Pachete}} de Resurse"
},
@@ -566,6 +698,9 @@
"project-type.resourcepack.lowercase": {
"defaultMessage": "{count, plural, one {pachet} other {pachete}} de resurse"
},
+ "project-type.server.category": {
+ "defaultMessage": "Servere"
+ },
"project-type.shader.capital": {
"defaultMessage": "{count, plural, one {Shader} other {Shadere}}"
},
@@ -590,6 +725,9 @@
"project.about.compatibility.environments.server-side": {
"defaultMessage": ""
},
+ "project.about.compatibility.environments.singleplayer": {
+ "defaultMessage": "Singleplayer"
+ },
"project.about.compatibility.environments.singleplayer-only": {
"defaultMessage": "Doar singleplayer"
},
@@ -662,9 +800,27 @@
"project.environment.client-and-server.title": {
"defaultMessage": "Client și server, necesare pe ambele"
},
+ "project.environment.client-only.title": {
+ "defaultMessage": "Doar pe client"
+ },
+ "project.environment.client-or-server-prefers-both.description": {
+ "defaultMessage": "Are unele funcționalități atât pe client, cât și pe server, chiar dacă doar parțial."
+ },
+ "project.environment.client-or-server-prefers-both.title": {
+ "defaultMessage": "Client si server, cel mai bine când este instalat pe ambele"
+ },
+ "project.environment.dedicated-server-only.title": {
+ "defaultMessage": "Doar pe server"
+ },
+ "project.environment.server-only-client-optional.title": {
+ "defaultMessage": "Client si server, optional pe client"
+ },
"project.environment.singleplayer-only.description": {
"defaultMessage": "Funcționează doar în modul Singleplayer sau când nu este conectat la un server Multiplayer."
},
+ "project.environment.singleplayer-only.title": {
+ "defaultMessage": "Doar singleplayer"
+ },
"project.environment.tag.unknown": {
"defaultMessage": "Necunoscut"
},
@@ -704,6 +860,9 @@
"project.settings.environment.client_only.title": {
"defaultMessage": "Doar pe partea de client"
},
+ "project.settings.environment.notice.multiple-environments.title": {
+ "defaultMessage": "Proiectul tau are mai multe environment-uri"
+ },
"project.settings.environment.notice.review-options.title": {
"defaultMessage": "Vă rugăm să examinați opțiunile de mai jos"
},
@@ -890,6 +1049,12 @@
"servers.backups.item.manual-backup": {
"defaultMessage": "Copiere de rezervă manuală"
},
+ "servers.backups.item.queued-for-backup": {
+ "defaultMessage": "Backup programat"
+ },
+ "servers.backups.item.queued-for-restore": {
+ "defaultMessage": "Restaurare programata"
+ },
"servers.backups.item.rename": {
"defaultMessage": "Redenumește"
},
@@ -1034,9 +1199,30 @@
"settings.display.theme.title": {
"defaultMessage": "Culoarea temei"
},
+ "settings.language.categories.default": {
+ "defaultMessage": "Limbi standard"
+ },
+ "settings.language.categories.search-result": {
+ "defaultMessage": "Rezultate gasite"
+ },
+ "settings.language.description": {
+ "defaultMessage": "Alege limba preferata pentru {platform}. Traducerile sunt contribuite de voluntari de pe Crowdin."
+ },
+ "settings.language.languages.search-field.placeholder": {
+ "defaultMessage": "Cauta o limba..."
+ },
+ "settings.language.platform.app": {
+ "defaultMessage": "aplicatie"
+ },
+ "settings.language.platform.site": {
+ "defaultMessage": "site"
+ },
"settings.language.title": {
"defaultMessage": "Limbă"
},
+ "settings.language.warning": {
+ "defaultMessage": "Schimbarea limbii {platform} poate cauza ca un anumit conținut să apară in engleza daca traducerea nu este disponibila. {platform} nu este complet tradus așa ca anumit conținut poate să rămână in engleza pentru anumite limbi."
+ },
"settings.pats.title": {
"defaultMessage": "Token-urile personale de acces"
},
@@ -1046,6 +1232,219 @@
"settings.sessions.title": {
"defaultMessage": "Sesiuni"
},
+ "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 sau mai mult"
+ },
+ "tag.category.64x": {
+ "defaultMessage": "64x"
+ },
+ "tag.category.8x-": {
+ "defaultMessage": "8x sau mai puțin"
+ },
+ "tag.category.adventure": {
+ "defaultMessage": "Aventură"
+ },
+ "tag.category.atmosphere": {
+ "defaultMessage": "Atmosfera"
+ },
+ "tag.category.audio": {
+ "defaultMessage": "Audio"
+ },
+ "tag.category.blocks": {
+ "defaultMessage": "Blocuri"
+ },
+ "tag.category.cartoon": {
+ "defaultMessage": "Desene animate"
+ },
+ "tag.category.challenging": {
+ "defaultMessage": "Provocare"
+ },
+ "tag.category.colored-lighting": {
+ "defaultMessage": "Lumina colorata"
+ },
+ "tag.category.combat": {
+ "defaultMessage": "Luptă"
+ },
+ "tag.category.cursed": {
+ "defaultMessage": "Ciudat"
+ },
+ "tag.category.decoration": {
+ "defaultMessage": "Decor"
+ },
+ "tag.category.economy": {
+ "defaultMessage": "Economie"
+ },
+ "tag.category.entities": {
+ "defaultMessage": "Entitati"
+ },
+ "tag.category.equipment": {
+ "defaultMessage": "Echipament"
+ },
+ "tag.category.fantasy": {
+ "defaultMessage": "Fantezie"
+ },
+ "tag.category.fonts": {
+ "defaultMessage": "Fonturi"
+ },
+ "tag.category.food": {
+ "defaultMessage": "Mancare"
+ },
+ "tag.category.game-mechanics": {
+ "defaultMessage": "Mecanici in joc"
+ },
+ "tag.category.gui": {
+ "defaultMessage": "GUI"
+ },
+ "tag.category.items": {
+ "defaultMessage": "Lucruri"
+ },
+ "tag.category.kitchen-sink": {
+ "defaultMessage": "Cu de toate"
+ },
+ "tag.category.library": {
+ "defaultMessage": "Librărie"
+ },
+ "tag.category.lightweight": {
+ "defaultMessage": "Ușor"
+ },
+ "tag.category.magic": {
+ "defaultMessage": "Magie"
+ },
+ "tag.category.management": {
+ "defaultMessage": "Administrare"
+ },
+ "tag.category.medium": {
+ "defaultMessage": "Mediu"
+ },
+ "tag.category.minigame": {
+ "defaultMessage": "Minigame"
+ },
+ "tag.category.mobs": {
+ "defaultMessage": "Mobi"
+ },
+ "tag.category.modded": {
+ "defaultMessage": "Modat"
+ },
+ "tag.category.models": {
+ "defaultMessage": "Modele"
+ },
+ "tag.category.multiplayer": {
+ "defaultMessage": "Multiplayer"
+ },
+ "tag.category.optimization": {
+ "defaultMessage": "Optimizare"
+ },
+ "tag.category.potato": {
+ "defaultMessage": "Cartof"
+ },
+ "tag.category.quests": {
+ "defaultMessage": "Misiuni"
+ },
+ "tag.category.realistic": {
+ "defaultMessage": "Realistic"
+ },
+ "tag.category.reflections": {
+ "defaultMessage": "Reflectii"
+ },
+ "tag.category.semi-realistic": {
+ "defaultMessage": "Semi Realist"
+ },
+ "tag.category.shadows": {
+ "defaultMessage": "Umbre"
+ },
+ "tag.category.simplistic": {
+ "defaultMessage": "Simplu"
+ },
+ "tag.category.social": {
+ "defaultMessage": "Socializare"
+ },
+ "tag.category.storage": {
+ "defaultMessage": "Stocare"
+ },
+ "tag.category.technology": {
+ "defaultMessage": "Tehnologie"
+ },
+ "tag.category.themed": {
+ "defaultMessage": "Tema"
+ },
+ "tag.category.transportation": {
+ "defaultMessage": "Transport"
+ },
+ "tag.category.tweaks": {
+ "defaultMessage": "Schimbari"
+ },
+ "tag.category.utility": {
+ "defaultMessage": "Utilitate"
+ },
+ "tag.category.vanilla-like": {
+ "defaultMessage": "Similar cu Vanilla"
+ },
+ "tag.category.worldgen": {
+ "defaultMessage": "Generarea lumii"
+ },
+ "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": "Shader Vanilla"
+ },
+ "tag.loader.velocity": {
+ "defaultMessage": "Velocity"
+ },
+ "tag.loader.waterfall": {
+ "defaultMessage": "Waterfall"
+ },
"tooltip.date-at-time": {
"defaultMessage": "{date, date, long} la {time, time, short}"
},
diff --git a/packages/ui/src/locales/ro-RO/meta.json b/packages/ui/src/locales/ro-RO/meta.json
index 28629d8f26..0967ef424b 100644
--- a/packages/ui/src/locales/ro-RO/meta.json
+++ b/packages/ui/src/locales/ro-RO/meta.json
@@ -1,10 +1 @@
-{
- "displayName": {
- "description": "Please enter the name of the language in its specific variant or regional form (e.g., English (US) for American English, not just English). If the language does not have any specific variant, simply enter the name of the language (e.g., Français, Deutsch).",
- "message": "Română (România)"
- },
- "searchTerms": {
- "description": "Please provide additional search terms associated with the language, if needed, to enhance the search functionality (e.g., American English, Deutschland). Each search term should be entered on a separate line. Translate as a hyphen (-) if no additional terms are needed.",
- "message": "SUA\nEngleză Americană"
- }
-}
+{}
diff --git a/packages/ui/src/locales/ru-RU/index.json b/packages/ui/src/locales/ru-RU/index.json
index fdeefa0e36..d177fc7c1e 100644
--- a/packages/ui/src/locales/ru-RU/index.json
+++ b/packages/ui/src/locales/ru-RU/index.json
@@ -254,6 +254,18 @@
"header.category.feature": {
"defaultMessage": "Особенности"
},
+ "header.category.minecraft-server-community": {
+ "defaultMessage": "Сообщество"
+ },
+ "header.category.minecraft-server-features": {
+ "defaultMessage": "Особенности"
+ },
+ "header.category.minecraft-server-gameplay": {
+ "defaultMessage": "Геймплей"
+ },
+ "header.category.minecraft-server-meta": {
+ "defaultMessage": "Мета"
+ },
"header.category.performance-impact": {
"defaultMessage": "Требования"
},
@@ -317,6 +329,42 @@
"instances.modpack-card.unlink": {
"defaultMessage": "Отвязать сборку"
},
+ "instances.modpack-content-modal.back-button": {
+ "defaultMessage": "Назад"
+ },
+ "instances.modpack-content-modal.copy-link": {
+ "defaultMessage": "Копировать ссылку"
+ },
+ "instances.modpack-content-modal.disable": {
+ "defaultMessage": "Отключить"
+ },
+ "instances.modpack-content-modal.empty-description": {
+ "defaultMessage": "В сборке нет дополнительного контента."
+ },
+ "instances.modpack-content-modal.empty-title": {
+ "defaultMessage": "Сборка пуста"
+ },
+ "instances.modpack-content-modal.enable": {
+ "defaultMessage": "Включить"
+ },
+ "instances.modpack-content-modal.filter-all": {
+ "defaultMessage": "Всё"
+ },
+ "instances.modpack-content-modal.header": {
+ "defaultMessage": "Содержимое сборки"
+ },
+ "instances.modpack-content-modal.loading": {
+ "defaultMessage": "Загрузка содержимого..."
+ },
+ "instances.modpack-content-modal.no-results": {
+ "defaultMessage": "Не найдены проекты, соответствующие запросу."
+ },
+ "instances.modpack-content-modal.search-placeholder": {
+ "defaultMessage": "Поиск по {count, number} {count, plural, one {проекту} other {проектам}}"
+ },
+ "instances.modpack-content-modal.selected-count": {
+ "defaultMessage": "Выбрано: {count, number}"
+ },
"instances.updater-modal.badge.current": {
"defaultMessage": "Текущая"
},
@@ -494,12 +542,132 @@
"label.yes": {
"defaultMessage": "Да"
},
+ "locale.cs-CZ": {
+ "defaultMessage": "Чешский"
+ },
+ "locale.da-DK": {
+ "defaultMessage": "Датский"
+ },
+ "locale.de-CH": {
+ "defaultMessage": "Немецкий (Швейцария)"
+ },
+ "locale.de-DE": {
+ "defaultMessage": "Немецкий (Германия)"
+ },
+ "locale.en-US": {
+ "defaultMessage": "Английский (США)"
+ },
+ "locale.es-419": {
+ "defaultMessage": "Испанский (Латинская Америка)"
+ },
+ "locale.es-ES": {
+ "defaultMessage": "Испанский (Испания)"
+ },
+ "locale.fi-FI": {
+ "defaultMessage": "Финский"
+ },
+ "locale.fil-PH": {
+ "defaultMessage": "Филиппинский"
+ },
+ "locale.fr-FR": {
+ "defaultMessage": "Французский"
+ },
+ "locale.he-IL": {
+ "defaultMessage": "Иврит"
+ },
+ "locale.hu-HU": {
+ "defaultMessage": "Венгерский"
+ },
+ "locale.id-ID": {
+ "defaultMessage": "Индонезийский"
+ },
+ "locale.it-IT": {
+ "defaultMessage": "Итальянский (Италия)"
+ },
+ "locale.ja-JP": {
+ "defaultMessage": "Японский"
+ },
+ "locale.ko-KR": {
+ "defaultMessage": "Корейский"
+ },
+ "locale.ms-MY": {
+ "defaultMessage": "Малайский"
+ },
+ "locale.nl-NL": {
+ "defaultMessage": "Нидерландский"
+ },
+ "locale.no-NO": {
+ "defaultMessage": "Норвежский букмол"
+ },
+ "locale.pl-PL": {
+ "defaultMessage": "Польский"
+ },
+ "locale.pt-BR": {
+ "defaultMessage": "Португальский (Бразилия)"
+ },
+ "locale.pt-PT": {
+ "defaultMessage": "Португальский (Португалия)"
+ },
+ "locale.ro-RO": {
+ "defaultMessage": "Румынский"
+ },
+ "locale.ru-RU": {
+ "defaultMessage": "Русский"
+ },
+ "locale.sr-CS": {
+ "defaultMessage": "Сербский (латиница)"
+ },
+ "locale.sv-SE": {
+ "defaultMessage": "Шведский"
+ },
+ "locale.th-TH": {
+ "defaultMessage": "Тайский"
+ },
+ "locale.tr-TR": {
+ "defaultMessage": "Турецкий"
+ },
+ "locale.uk-UA": {
+ "defaultMessage": "Украинский"
+ },
+ "locale.vi-VN": {
+ "defaultMessage": "Вьетнамский"
+ },
+ "locale.zh-CN": {
+ "defaultMessage": "Китайский (упрощённый)"
+ },
+ "locale.zh-TW": {
+ "defaultMessage": "Китайский (традиционный)"
+ },
"modal.add-payment-method.action": {
"defaultMessage": "Добавить способ оплаты"
},
"modal.add-payment-method.title": {
"defaultMessage": "Добавление способа оплаты"
},
+ "modal.open-in-app.benefit.install": {
+ "defaultMessage": "Автоустановка необходимого контента"
+ },
+ "modal.open-in-app.benefit.launch": {
+ "defaultMessage": "Вход на сервер сразу после запуска игры"
+ },
+ "modal.open-in-app.benefit.update": {
+ "defaultMessage": "Обновление сборки при изменениях на сервере"
+ },
+ "modal.open-in-app.close": {
+ "defaultMessage": "Закрыть"
+ },
+ "modal.open-in-app.get-app": {
+ "defaultMessage": "Скачать Modrinth App"
+ },
+ "modal.open-in-app.opening-automatically": {
+ "defaultMessage": "Modrinth App откроется автоматически..."
+ },
+ "modal.open-in-app.title": {
+ "defaultMessage": "Открытие Modrinth App"
+ },
+ "modal.open-in-app.why-use": {
+ "defaultMessage": "Преимущества Modrinth App"
+ },
"notification.error.title": {
"defaultMessage": "Произошла ошибка"
},
@@ -789,7 +957,7 @@
"defaultMessage": "Обновлён {date}"
},
"project.about.links.discord": {
- "defaultMessage": "Вступить в Discord"
+ "defaultMessage": "Вступить в Discord"
},
"project.about.links.donate.bmac": {
"defaultMessage": "Buy Me a Coffee"
@@ -812,8 +980,14 @@
"project.about.links.issues": {
"defaultMessage": "Сообщить о проблеме"
},
+ "project.about.links.site": {
+ "defaultMessage": "Перейти на сайт"
+ },
"project.about.links.source": {
- "defaultMessage": "Посмотреть исходники"
+ "defaultMessage": "Исходный код"
+ },
+ "project.about.links.store": {
+ "defaultMessage": "Перейти в магазин"
},
"project.about.links.title": {
"defaultMessage": "Ссылки"
@@ -821,6 +995,18 @@
"project.about.links.wiki": {
"defaultMessage": "Перейти в вики"
},
+ "project.about.server.copied": {
+ "defaultMessage": "Скопировано!"
+ },
+ "project.about.server.copiedText": {
+ "defaultMessage": "Адрес сервера скопирован в буфер обмена"
+ },
+ "project.about.server.latency": {
+ "defaultMessage": "Задержка"
+ },
+ "project.about.server.title": {
+ "defaultMessage": "О сервере"
+ },
"project.download-count-tooltip": {
"defaultMessage": "{count} {count, plural, one {скачивание} few {скачивания} other {скачиваний}}"
},
@@ -893,9 +1079,21 @@
"project.follower-count-tooltip": {
"defaultMessage": "{count} {count, plural, one {подписчик} few {подписчика} other {подписчиков}}"
},
+ "project.online-player-count": {
+ "defaultMessage": "{count} {count, plural, one {играет} other {играют}}"
+ },
+ "project.recent-plays": {
+ "defaultMessage": "{count} {count, plural, one {недавний запуск} few {недавних запуска} other {недавних запусков}}"
+ },
+ "project.server.ping.ms": {
+ "defaultMessage": "{ping} мс"
+ },
"project.settings.analytics.title": {
"defaultMessage": "Аналитика"
},
+ "project.settings.content.title": {
+ "defaultMessage": "Контент"
+ },
"project.settings.description.title": {
"defaultMessage": "Описание"
},
@@ -1004,6 +1202,9 @@
"project.settings.notice.no-permission.title": {
"defaultMessage": "Недостаточно разрешений"
},
+ "project.settings.server.title": {
+ "defaultMessage": "Сервер"
+ },
"project.settings.tags.title": {
"defaultMessage": "Теги"
},
@@ -1361,39 +1562,75 @@
"tag.category.adventure": {
"defaultMessage": "Приключения"
},
+ "tag.category.adventure-mode": {
+ "defaultMessage": "Режим приключений"
+ },
+ "tag.category.anarchy": {
+ "defaultMessage": "Анархия"
+ },
"tag.category.atmosphere": {
"defaultMessage": "Атмосфера"
},
"tag.category.audio": {
"defaultMessage": "Звуки"
},
+ "tag.category.battle-royale": {
+ "defaultMessage": "Королевская битва"
+ },
+ "tag.category.bedwars": {
+ "defaultMessage": "Bed Wars"
+ },
"tag.category.blocks": {
"defaultMessage": "Блоки"
},
"tag.category.bloom": {
"defaultMessage": "Свечение"
},
+ "tag.category.bosses": {
+ "defaultMessage": "Боссы"
+ },
"tag.category.cartoon": {
"defaultMessage": "Мультяшные"
},
"tag.category.challenging": {
"defaultMessage": "Испытания"
},
+ "tag.category.classes": {
+ "defaultMessage": "Классы"
+ },
"tag.category.colored-lighting": {
"defaultMessage": "Цветное освещение"
},
"tag.category.combat": {
"defaultMessage": "Бой"
},
+ "tag.category.competitive": {
+ "defaultMessage": "Соревновательные"
+ },
"tag.category.core-shaders": {
"defaultMessage": "Шейдеры"
},
+ "tag.category.creative-mode": {
+ "defaultMessage": "Творческий режим"
+ },
+ "tag.category.creator-community": {
+ "defaultMessage": "Сообщество авторов"
+ },
+ "tag.category.crossplay": {
+ "defaultMessage": "Кроссплатформенные"
+ },
"tag.category.cursed": {
"defaultMessage": "Странные"
},
+ "tag.category.custom-content": {
+ "defaultMessage": "Собственный контент"
+ },
"tag.category.decoration": {
"defaultMessage": "Оформление"
},
+ "tag.category.dungeons": {
+ "defaultMessage": "Подземелья"
+ },
"tag.category.economy": {
"defaultMessage": "Экономика"
},
@@ -1406,6 +1643,9 @@
"tag.category.equipment": {
"defaultMessage": "Снаряжение"
},
+ "tag.category.factions": {
+ "defaultMessage": "Кланы"
+ },
"tag.category.fantasy": {
"defaultMessage": "Фэнтези"
},
@@ -1421,23 +1661,38 @@
"tag.category.game-mechanics": {
"defaultMessage": "Игровые механики"
},
+ "tag.category.gens": {
+ "defaultMessage": "Автодобыча"
+ },
"tag.category.gui": {
"defaultMessage": "Интерфейс"
},
+ "tag.category.hardcore-mode": {
+ "defaultMessage": "Хардкор"
+ },
"tag.category.high": {
"defaultMessage": "Высокие"
},
"tag.category.items": {
"defaultMessage": "Предметы"
},
+ "tag.category.keep-inventory": {
+ "defaultMessage": "Сохранение инвентаря"
+ },
"tag.category.kitchen-sink": {
"defaultMessage": "Всё подряд"
},
+ "tag.category.kitpvp": {
+ "defaultMessage": "Kit PvP"
+ },
"tag.category.library": {
"defaultMessage": "Библиотеки"
},
+ "tag.category.lifesteal": {
+ "defaultMessage": "Lifesteal"
+ },
"tag.category.lightweight": {
- "defaultMessage": "Лёгкие"
+ "defaultMessage": "Легковесные"
},
"tag.category.locale": {
"defaultMessage": "Языки"
@@ -1451,17 +1706,29 @@
"tag.category.management": {
"defaultMessage": "Управление"
},
+ "tag.category.media": {
+ "defaultMessage": "Медиа"
+ },
"tag.category.medium": {
"defaultMessage": "Средние"
},
+ "tag.category.microgames": {
+ "defaultMessage": "Микроигры"
+ },
"tag.category.minigame": {
"defaultMessage": "Мини-игры"
},
+ "tag.category.minigames": {
+ "defaultMessage": "Мини-игры"
+ },
+ "tag.category.mmo": {
+ "defaultMessage": "ММО"
+ },
"tag.category.mobs": {
"defaultMessage": "Мобы"
},
"tag.category.modded": {
- "defaultMessage": "Модифицированные"
+ "defaultMessage": "Модовые"
},
"tag.category.models": {
"defaultMessage": "Модели"
@@ -1469,27 +1736,75 @@
"tag.category.multiplayer": {
"defaultMessage": "Сетевая игра"
},
+ "tag.category.network": {
+ "defaultMessage": "Сеть"
+ },
+ "tag.category.offline-mode": {
+ "defaultMessage": "Без лицензии"
+ },
+ "tag.category.oneblock": {
+ "defaultMessage": "One Block"
+ },
+ "tag.category.op": {
+ "defaultMessage": "Чрезмерная сила"
+ },
"tag.category.optimization": {
"defaultMessage": "Оптимизация"
},
+ "tag.category.parkour": {
+ "defaultMessage": "Паркур"
+ },
"tag.category.path-tracing": {
"defaultMessage": "Трассировка пути"
},
"tag.category.pbr": {
"defaultMessage": "Поддержка PBR"
},
+ "tag.category.personal-worlds": {
+ "defaultMessage": "Личные миры"
+ },
+ "tag.category.plots": {
+ "defaultMessage": "Участки"
+ },
+ "tag.category.pokemon": {
+ "defaultMessage": "Покемоны"
+ },
"tag.category.potato": {
"defaultMessage": "Калькулятор"
},
+ "tag.category.prison": {
+ "defaultMessage": "Тюрьма"
+ },
+ "tag.category.pve": {
+ "defaultMessage": "PvE"
+ },
+ "tag.category.pvp": {
+ "defaultMessage": "PvP"
+ },
+ "tag.category.questing": {
+ "defaultMessage": "Квесты"
+ },
"tag.category.quests": {
"defaultMessage": "Квесты"
},
+ "tag.category.racing": {
+ "defaultMessage": "Гонки"
+ },
"tag.category.realistic": {
"defaultMessage": "Реализм"
},
+ "tag.category.recording-smp": {
+ "defaultMessage": "SMP с видеозаписью"
+ },
"tag.category.reflections": {
"defaultMessage": "Отражения"
},
+ "tag.category.roleplay": {
+ "defaultMessage": "Ролевая игра"
+ },
+ "tag.category.rpg": {
+ "defaultMessage": "RPG"
+ },
"tag.category.screenshot": {
"defaultMessage": "Суперкомпьютер"
},
@@ -1502,18 +1817,36 @@
"tag.category.simplistic": {
"defaultMessage": "Простые"
},
+ "tag.category.skyblock": {
+ "defaultMessage": "Skyblock"
+ },
+ "tag.category.smp": {
+ "defaultMessage": "SMP"
+ },
"tag.category.social": {
"defaultMessage": "Социальные"
},
"tag.category.storage": {
"defaultMessage": "Хранение"
},
+ "tag.category.survival-mode": {
+ "defaultMessage": "Режим выживания"
+ },
+ "tag.category.teams": {
+ "defaultMessage": "Команды"
+ },
+ "tag.category.technical": {
+ "defaultMessage": "Технические"
+ },
"tag.category.technology": {
"defaultMessage": "Технологии"
},
"tag.category.themed": {
"defaultMessage": "Тематические"
},
+ "tag.category.towns": {
+ "defaultMessage": "Города"
+ },
"tag.category.transportation": {
"defaultMessage": "Передвижение"
},
@@ -1526,6 +1859,12 @@
"tag.category.vanilla-like": {
"defaultMessage": "Ванильный вид"
},
+ "tag.category.whitelisted": {
+ "defaultMessage": "Приватные"
+ },
+ "tag.category.world-resets": {
+ "defaultMessage": "Вайпы"
+ },
"tag.category.worldgen": {
"defaultMessage": "Генерация мира"
},
diff --git a/packages/ui/src/locales/sr-CS/meta.json b/packages/ui/src/locales/sr-CS/meta.json
index 0ebc378055..0967ef424b 100644
--- a/packages/ui/src/locales/sr-CS/meta.json
+++ b/packages/ui/src/locales/sr-CS/meta.json
@@ -1,10 +1 @@
-{
- "displayName": {
- "description": "Please enter the name of the language in its specific variant or regional form (e.g., English (US) for American English, not just English). If the language does not have any specific variant, simply enter the name of the language (e.g., Français, Deutsch).",
- "message": "Srpski (Latinica)"
- },
- "searchTerms": {
- "description": "Please provide additional search terms associated with the language, if needed, to enhance the search functionality (e.g., American English, Deutschland). Each search term should be entered on a separate line. Translate as a hyphen (-) if no additional terms are needed.",
- "message": "SRB\nSrbija"
- }
-}
+{}
diff --git a/packages/ui/src/locales/sv-SE/index.json b/packages/ui/src/locales/sv-SE/index.json
index 0aa0abed05..5b556cd735 100644
--- a/packages/ui/src/locales/sv-SE/index.json
+++ b/packages/ui/src/locales/sv-SE/index.json
@@ -252,7 +252,19 @@
"defaultMessage": "Kategori"
},
"header.category.feature": {
- "defaultMessage": "Framhäv"
+ "defaultMessage": "Funktion"
+ },
+ "header.category.minecraft-server-community": {
+ "defaultMessage": "Community"
+ },
+ "header.category.minecraft-server-features": {
+ "defaultMessage": "Funktioner"
+ },
+ "header.category.minecraft-server-gameplay": {
+ "defaultMessage": "Spelstil"
+ },
+ "header.category.minecraft-server-meta": {
+ "defaultMessage": "Meta"
},
"header.category.performance-impact": {
"defaultMessage": "Prestandapåverkan"
@@ -302,9 +314,60 @@
"instances.modpack-card.unlink": {
"defaultMessage": "Avkoppla modpaket"
},
+ "instances.modpack-content-modal.back-button": {
+ "defaultMessage": "Tillbaka"
+ },
+ "instances.modpack-content-modal.copy-link": {
+ "defaultMessage": "Kopiera länk"
+ },
+ "instances.modpack-content-modal.disable": {
+ "defaultMessage": "Avaktivera"
+ },
+ "instances.modpack-content-modal.empty-description": {
+ "defaultMessage": "Modpaketet innehåller inget ytterligare innehåll."
+ },
+ "instances.modpack-content-modal.empty-title": {
+ "defaultMessage": "Inget innehåll hittades"
+ },
+ "instances.modpack-content-modal.enable": {
+ "defaultMessage": "Aktivera"
+ },
+ "instances.modpack-content-modal.filter-all": {
+ "defaultMessage": "Allt"
+ },
+ "instances.modpack-content-modal.header": {
+ "defaultMessage": "Modpaketets innehåll"
+ },
+ "instances.modpack-content-modal.loading": {
+ "defaultMessage": "Laddar innehåll..."
+ },
+ "instances.modpack-content-modal.no-results": {
+ "defaultMessage": "Inga projekt matchar din sökning."
+ },
+ "instances.modpack-content-modal.search-placeholder": {
+ "defaultMessage": "Sök {count} projekt"
+ },
+ "instances.modpack-content-modal.selected-count": {
+ "defaultMessage": "{count} valda"
+ },
"instances.updater-modal.badge.current": {
"defaultMessage": "Nuvarande"
},
+ "instances.updater-modal.badge.incompatible": {
+ "defaultMessage": "Inkompatibel"
+ },
+ "instances.updater-modal.downgrade-to": {
+ "defaultMessage": "Nedgradera till v{version}"
+ },
+ "instances.updater-modal.header": {
+ "defaultMessage": "Uppdatera version"
+ },
+ "instances.updater-modal.hide-incompatible": {
+ "defaultMessage": "Dölj inkompatibla"
+ },
+ "instances.updater-modal.no-changelog": {
+ "defaultMessage": "Ingen ändringslogg tillgänglig för denna version."
+ },
"instances.updater-modal.no-versions": {
"defaultMessage": "Inga versioner hittades"
},
@@ -314,12 +377,21 @@
"instances.updater-modal.select-version": {
"defaultMessage": "Välj en version för att läsa dess ändringslogg"
},
+ "instances.updater-modal.show-incompatible": {
+ "defaultMessage": "Visa inkompatibla"
+ },
+ "instances.updater-modal.update-to": {
+ "defaultMessage": "Uppdatera till v{version}"
+ },
"instances.updater-modal.warning.app": {
"defaultMessage": "Vi kan inte garantera att uppdateringar är säkra för din instans. Granska ändringsloggen för alla mellanliggande versioner och överväg att göra en säkerhetskopia."
},
"instances.updater-modal.warning.web": {
"defaultMessage": "Vi kan inte garantera att uppdateringar är säkra för dina världar. Granska ändringsloggen för alla mellanliggande versioner och överväg att göra en säkerhetskopia."
},
+ "label.actions": {
+ "defaultMessage": "Åtgärder"
+ },
"label.available": {
"defaultMessage": "{amount} tillgängligt."
},
@@ -407,6 +479,9 @@
"label.saved": {
"defaultMessage": "Sparad"
},
+ "label.scopes": {
+ "defaultMessage": "Omfattning"
+ },
"label.search": {
"defaultMessage": "Sök"
},
@@ -425,6 +500,9 @@
"label.sort-by": {
"defaultMessage": "Sortera efter"
},
+ "label.success": {
+ "defaultMessage": "Lyckades"
+ },
"label.title": {
"defaultMessage": "Titel"
},
@@ -455,6 +533,30 @@
"modal.add-payment-method.title": {
"defaultMessage": "Lägg till en betalningsmetod"
},
+ "modal.open-in-app.benefit.install": {
+ "defaultMessage": "Installera krävt innehåll automatiskt"
+ },
+ "modal.open-in-app.benefit.launch": {
+ "defaultMessage": "Starta spelet direkt i servern"
+ },
+ "modal.open-in-app.benefit.update": {
+ "defaultMessage": "Håll filer uppdaterade när servern ändras"
+ },
+ "modal.open-in-app.close": {
+ "defaultMessage": "Stäng"
+ },
+ "modal.open-in-app.get-app": {
+ "defaultMessage": "Installera Modrinth App"
+ },
+ "modal.open-in-app.opening-automatically": {
+ "defaultMessage": "Modrinth App kommer att öppnas automatiskt..."
+ },
+ "modal.open-in-app.title": {
+ "defaultMessage": "Öppnar Modrinth App"
+ },
+ "modal.open-in-app.why-use": {
+ "defaultMessage": "Varför använda Modrinth App"
+ },
"notification.error.title": {
"defaultMessage": "Ett fel inträffade"
},
@@ -506,9 +608,15 @@
"omorphia.component.badge.label.scheduled": {
"defaultMessage": "Schemalagd"
},
+ "omorphia.component.badge.label.under-review": {
+ "defaultMessage": "Granskas"
+ },
"omorphia.component.badge.label.unlisted": {
"defaultMessage": "Olistad"
},
+ "omorphia.component.badge.label.withheld": {
+ "defaultMessage": "Tillhandahållen"
+ },
"omorphia.component.copy.action.copy": {
"defaultMessage": "Kopiera kod till urklipp"
},
@@ -524,21 +632,66 @@
"omorphia.component.environment-indicator.label.server": {
"defaultMessage": "Server"
},
+ "omorphia.component.environment-indicator.label.type": {
+ "defaultMessage": "En {type}"
+ },
+ "omorphia.component.environment-indicator.label.unsupported": {
+ "defaultMessage": "Ostöttad"
+ },
+ "payment-method.amazon_pay": {
+ "defaultMessage": "Amazon Pay"
+ },
+ "payment-method.amex": {
+ "defaultMessage": "American Express"
+ },
+ "payment-method.card_display": {
+ "defaultMessage": "{card_brand} som slutar i {last_four}"
+ },
+ "payment-method.cashapp": {
+ "defaultMessage": "Cash App"
+ },
"payment-method.charity": {
"defaultMessage": "Välgörenhet"
},
"payment-method.charity-plural": {
"defaultMessage": "Välgörenheter"
},
+ "payment-method.diners": {
+ "defaultMessage": "Diners Club"
+ },
+ "payment-method.discover": {
+ "defaultMessage": "Utforska"
+ },
"payment-method.gift-card": {
"defaultMessage": "Presentkort"
},
"payment-method.gift-card-plural": {
"defaultMessage": "Presentkort"
},
+ "payment-method.jcb": {
+ "defaultMessage": "JCB"
+ },
+ "payment-method.mastercard": {
+ "defaultMessage": "MasterCard"
+ },
+ "payment-method.paypal": {
+ "defaultMessage": "PayPal"
+ },
+ "payment-method.paypal_international": {
+ "defaultMessage": "PayPal Internationellt"
+ },
+ "payment-method.unionpay": {
+ "defaultMessage": "UnionPay"
+ },
+ "payment-method.unknown": {
+ "defaultMessage": "Okänd betalningsmetod"
+ },
"payment-method.venmo": {
"defaultMessage": "Venmo"
},
+ "payment-method.visa": {
+ "defaultMessage": "Visa"
+ },
"project-card.environment.client": {
"defaultMessage": "Klient"
},
@@ -554,6 +707,9 @@
"project-type.all": {
"defaultMessage": "Alla"
},
+ "project-type.datapack.capital": {
+ "defaultMessage": "{count, plural, one {Datapaket} other {Datapaket}}"
+ },
"project-type.datapack.category": {
"defaultMessage": "Datapaket"
},
@@ -587,6 +743,9 @@
"project-type.plugin.lowercase": {
"defaultMessage": "{count, plural, one {plugin} other {plugins}}"
},
+ "project-type.project.capital": {
+ "defaultMessage": "{count, plural, one {Projekt} other {Projekt}}"
+ },
"project-type.project.category": {
"defaultMessage": "Projekt"
},
@@ -632,6 +791,9 @@
"project.about.compatibility.environments.dedicated-servers-only": {
"defaultMessage": "Endast dedikerade servrar"
},
+ "project.about.compatibility.environments.server-side": {
+ "defaultMessage": "Server-sida"
+ },
"project.about.compatibility.environments.singleplayer": {
"defaultMessage": "Enspelarläge"
},
@@ -672,7 +834,7 @@
"defaultMessage": "Gå med i Discord Servern"
},
"project.about.links.donate.bmac": {
- "defaultMessage": "Köp en kaffe till mig"
+ "defaultMessage": "Buy Me a Coffee"
},
"project.about.links.donate.generic": {
"defaultMessage": "Donera"
@@ -692,15 +854,33 @@
"project.about.links.issues": {
"defaultMessage": "Rapportera problem"
},
+ "project.about.links.site": {
+ "defaultMessage": "Gå till webbsidan"
+ },
"project.about.links.source": {
"defaultMessage": "Visa källa"
},
+ "project.about.links.store": {
+ "defaultMessage": "Gå till butiksidan"
+ },
"project.about.links.title": {
"defaultMessage": "Länkar"
},
"project.about.links.wiki": {
"defaultMessage": "Besök wiki"
},
+ "project.about.server.copied": {
+ "defaultMessage": "Kopierat!"
+ },
+ "project.about.server.copiedText": {
+ "defaultMessage": "IP-adress kopierat till urklipp"
+ },
+ "project.about.server.latency": {
+ "defaultMessage": "Latens"
+ },
+ "project.about.server.title": {
+ "defaultMessage": "Serverdetaljer"
+ },
"project.download-count-tooltip": {
"defaultMessage": "{count} {count, plural, one {nedladdning} other {nedladdningar}}"
},
@@ -749,6 +929,9 @@
"project.environment.server-only.description": {
"defaultMessage": "All funktionalitet görs på servern och är kompatibel med vanilla klienter."
},
+ "project.environment.server-only.title": {
+ "defaultMessage": "Endast server-sida, fungerar även i singleplayer"
+ },
"project.environment.singleplayer-only.description": {
"defaultMessage": "Fungerar bara i Enspelarläge eller när du inte är ansluten till en Flerspelarserver."
},
@@ -764,9 +947,15 @@
"project.environment.unknown.title": {
"defaultMessage": "Okänd miljö"
},
+ "project.server.ping.ms": {
+ "defaultMessage": "{ping} ms"
+ },
"project.settings.analytics.title": {
"defaultMessage": "Statistik"
},
+ "project.settings.content.title": {
+ "defaultMessage": "Innehåll"
+ },
"project.settings.description.title": {
"defaultMessage": "Beskrivning"
},
@@ -797,12 +986,21 @@
"project.settings.environment.client_only.title": {
"defaultMessage": "Klient endast"
},
+ "project.settings.environment.notice.missing-env.description": {
+ "defaultMessage": "Ditt projekt saknar miljömetadata, vänligen välj den passande inställningen nedan."
+ },
+ "project.settings.environment.notice.missing-env.title": {
+ "defaultMessage": "Vänligen välj en miljö för ditt projekt"
+ },
"project.settings.environment.notice.multiple-environments.title": {
"defaultMessage": "Ditt projekt har flera miljöer"
},
"project.settings.environment.notice.review-options.title": {
"defaultMessage": "Granska valen nedan"
},
+ "project.settings.environment.notice.wrong-project-type.description": {
+ "defaultMessage": "Endast mod- eller modpaketprojekt kan ha miljödata."
+ },
"project.settings.environment.server_only.dedicated_only.title": {
"defaultMessage": "Dedikerad server endast"
},
@@ -851,6 +1049,9 @@
"project.settings.notice.no-permission.title": {
"defaultMessage": "Ingen behörighet"
},
+ "project.settings.server.title": {
+ "defaultMessage": "Server"
+ },
"project.settings.tags.title": {
"defaultMessage": "Taggar"
},
@@ -1104,7 +1305,7 @@
"defaultMessage": "Auktoriserade appar"
},
"settings.billing.title": {
- "defaultMessage": "Fakturering och prenumerationer"
+ "defaultMessage": "Prenumerationer"
},
"settings.display.theme.dark": {
"defaultMessage": "Mörkt"
@@ -1143,28 +1344,118 @@
"defaultMessage": "app"
},
"settings.language.platform.site": {
- "defaultMessage": "sida"
+ "defaultMessage": "webbsida"
},
"settings.language.title": {
"defaultMessage": "Språk"
},
+ "settings.language.warning": {
+ "defaultMessage": "Om du ändrar språket på {platform}n kan vissa delar av innehållet visas på engelska om det inte finns någon översättning tillgänglig. {platform}n är ännu inte helt översatt, så vissa delar av innehållet kan fortfarande vara på engelska för vissa språk."
+ },
"settings.profile.title": {
"defaultMessage": "Offentlig profil"
},
"settings.sessions.title": {
"defaultMessage": "Sessioner"
},
+ "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 eller högre"
+ },
+ "tag.category.64x": {
+ "defaultMessage": "64x"
+ },
+ "tag.category.8x-": {
+ "defaultMessage": "8x eller lägre"
+ },
"tag.category.adventure": {
"defaultMessage": "Äventyr"
},
+ "tag.category.adventure-mode": {
+ "defaultMessage": "Äventyrsläge"
+ },
+ "tag.category.anarchy": {
+ "defaultMessage": "Anarki"
+ },
+ "tag.category.atmosphere": {
+ "defaultMessage": "Atmosfär"
+ },
+ "tag.category.audio": {
+ "defaultMessage": "Ljud"
+ },
+ "tag.category.battle-royale": {
+ "defaultMessage": "Battle Royale"
+ },
+ "tag.category.bedwars": {
+ "defaultMessage": "Bed Wars"
+ },
+ "tag.category.blocks": {
+ "defaultMessage": "Block"
+ },
+ "tag.category.bloom": {
+ "defaultMessage": "Bloom"
+ },
+ "tag.category.bosses": {
+ "defaultMessage": "Bossar"
+ },
+ "tag.category.cartoon": {
+ "defaultMessage": "Tecknat"
+ },
"tag.category.challenging": {
"defaultMessage": "Utmanande"
},
+ "tag.category.classes": {
+ "defaultMessage": "Klasser"
+ },
+ "tag.category.colored-lighting": {
+ "defaultMessage": "Färgat ljus"
+ },
"tag.category.combat": {
"defaultMessage": "Strid"
},
+ "tag.category.competitive": {
+ "defaultMessage": "Tävlingsinriktat"
+ },
+ "tag.category.core-shaders": {
+ "defaultMessage": "Kärnshaders"
+ },
+ "tag.category.creative-mode": {
+ "defaultMessage": "Kreativt läge"
+ },
+ "tag.category.cursed": {
+ "defaultMessage": "Förbannat"
+ },
+ "tag.category.decoration": {
+ "defaultMessage": "Dekoration"
+ },
+ "tag.category.economy": {
+ "defaultMessage": "Ekonomi"
+ },
+ "tag.category.entities": {
+ "defaultMessage": "Entiteter"
+ },
+ "tag.category.environment": {
+ "defaultMessage": "Miljö"
+ },
+ "tag.category.equipment": {
+ "defaultMessage": "Utrustning"
+ },
"tag.category.fantasy": {
- "defaultMessage": "Fantasy"
+ "defaultMessage": "Fantasi"
},
"tag.category.foliage": {
"defaultMessage": "Växtlighet"
@@ -1188,7 +1479,7 @@
"defaultMessage": "Föremål"
},
"tag.category.kitchen-sink": {
- "defaultMessage": "Allt mellan himmel och jord"
+ "defaultMessage": "Köksvask"
},
"tag.category.library": {
"defaultMessage": "Bibliotek"
@@ -1196,9 +1487,21 @@
"tag.category.lightweight": {
"defaultMessage": "Resurs-snålt"
},
+ "tag.category.locale": {
+ "defaultMessage": "Lokalt"
+ },
+ "tag.category.low": {
+ "defaultMessage": "Låg"
+ },
"tag.category.magic": {
"defaultMessage": "Magi"
},
+ "tag.category.management": {
+ "defaultMessage": "Hantering"
+ },
+ "tag.category.medium": {
+ "defaultMessage": "Medel"
+ },
"tag.category.minigame": {
"defaultMessage": "Minispel"
},
@@ -1217,6 +1520,15 @@
"tag.category.optimization": {
"defaultMessage": "Optimering"
},
+ "tag.category.path-tracing": {
+ "defaultMessage": "Vägspårning"
+ },
+ "tag.category.pbr": {
+ "defaultMessage": "PBR"
+ },
+ "tag.category.pokemon": {
+ "defaultMessage": "Pokémon"
+ },
"tag.category.potato": {
"defaultMessage": "Potatis"
},
@@ -1280,6 +1592,9 @@
"tag.loader.bungeecord": {
"defaultMessage": "BungeeCord"
},
+ "tag.loader.canvas": {
+ "defaultMessage": "Canvas"
+ },
"tag.loader.datapack": {
"defaultMessage": "Datapack"
},
@@ -1301,12 +1616,60 @@
"tag.loader.java-agent": {
"defaultMessage": "Java Agent"
},
+ "tag.loader.legacy-fabric": {
+ "defaultMessage": "Legacy Fabric"
+ },
+ "tag.loader.liteloader": {
+ "defaultMessage": "LiteLoader"
+ },
"tag.loader.minecraft": {
"defaultMessage": "Resurspaket"
},
+ "tag.loader.modloader": {
+ "defaultMessage": "Risugami's ModLoader"
+ },
"tag.loader.mrpack": {
"defaultMessage": "Modpaket"
},
+ "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"
+ },
"tooltip.date-at-time": {
"defaultMessage": "{date, date, long} vid {time, time, short}"
},
diff --git a/packages/ui/src/locales/sv-SE/meta.json b/packages/ui/src/locales/sv-SE/meta.json
index 498b379e88..0967ef424b 100644
--- a/packages/ui/src/locales/sv-SE/meta.json
+++ b/packages/ui/src/locales/sv-SE/meta.json
@@ -1,10 +1 @@
-{
- "displayName": {
- "description": "Please enter the name of the language in its specific variant or regional form (e.g., English (US) for American English, not just English). If the language does not have any specific variant, simply enter the name of the language (e.g., Français, Deutsch).",
- "message": "Engelska (USA)"
- },
- "searchTerms": {
- "description": "Please provide additional search terms associated with the language, if needed, to enhance the search functionality (e.g., American English, Deutschland). Each search term should be entered on a separate line. Translate as a hyphen (-) if no additional terms are needed.",
- "message": "USA\nAmerikansk Engelska"
- }
-}
+{}
diff --git a/packages/ui/src/locales/th-TH/meta.json b/packages/ui/src/locales/th-TH/meta.json
index b68415ac5f..0967ef424b 100644
--- a/packages/ui/src/locales/th-TH/meta.json
+++ b/packages/ui/src/locales/th-TH/meta.json
@@ -1,10 +1 @@
-{
- "displayName": {
- "description": "Please enter the name of the language in its specific variant or regional form (e.g., English (US) for American English, not just English). If the language does not have any specific variant, simply enter the name of the language (e.g., Français, Deutsch).",
- "message": "ภาษาอังกฤษ (สหรัฐอเมริกา)"
- },
- "searchTerms": {
- "description": "Please provide additional search terms associated with the language, if needed, to enhance the search functionality (e.g., American English, Deutschland). Each search term should be entered on a separate line. Translate as a hyphen (-) if no additional terms are needed.",
- "message": "ภาษาไทย"
- }
-}
+{}
diff --git a/packages/ui/src/locales/tr-TR/index.json b/packages/ui/src/locales/tr-TR/index.json
index 90e8d10e09..4afb16b104 100644
--- a/packages/ui/src/locales/tr-TR/index.json
+++ b/packages/ui/src/locales/tr-TR/index.json
@@ -254,6 +254,18 @@
"header.category.feature": {
"defaultMessage": "Özellikler"
},
+ "header.category.minecraft-server-community": {
+ "defaultMessage": "Topluluk"
+ },
+ "header.category.minecraft-server-features": {
+ "defaultMessage": "Özellikler"
+ },
+ "header.category.minecraft-server-gameplay": {
+ "defaultMessage": "Oynanış"
+ },
+ "header.category.minecraft-server-meta": {
+ "defaultMessage": "Meta"
+ },
"header.category.performance-impact": {
"defaultMessage": "Performansa etkisi"
},
@@ -317,6 +329,42 @@
"instances.modpack-card.unlink": {
"defaultMessage": "Mod paketi bağını kopar"
},
+ "instances.modpack-content-modal.back-button": {
+ "defaultMessage": "Geri"
+ },
+ "instances.modpack-content-modal.copy-link": {
+ "defaultMessage": "Bağlantıyı kopyala"
+ },
+ "instances.modpack-content-modal.disable": {
+ "defaultMessage": "Devre dışı"
+ },
+ "instances.modpack-content-modal.empty-description": {
+ "defaultMessage": "Bu mod paketi başka hiç bir ekstra işerik içermez."
+ },
+ "instances.modpack-content-modal.empty-title": {
+ "defaultMessage": "İçerik bulunamadı"
+ },
+ "instances.modpack-content-modal.enable": {
+ "defaultMessage": "Etkin"
+ },
+ "instances.modpack-content-modal.filter-all": {
+ "defaultMessage": "Tümü"
+ },
+ "instances.modpack-content-modal.header": {
+ "defaultMessage": "Mod paketi içeriği"
+ },
+ "instances.modpack-content-modal.loading": {
+ "defaultMessage": "İçerik yükleniyor..."
+ },
+ "instances.modpack-content-modal.no-results": {
+ "defaultMessage": "Aramanızla eşleşen proje yok."
+ },
+ "instances.modpack-content-modal.search-placeholder": {
+ "defaultMessage": "{count} adet proje ara"
+ },
+ "instances.modpack-content-modal.selected-count": {
+ "defaultMessage": "{count} adet seçildi"
+ },
"instances.updater-modal.badge.current": {
"defaultMessage": "Şu anki"
},
@@ -494,12 +542,132 @@
"label.yes": {
"defaultMessage": "Evet"
},
+ "locale.cs-CZ": {
+ "defaultMessage": "Çekçe"
+ },
+ "locale.da-DK": {
+ "defaultMessage": "Danca"
+ },
+ "locale.de-CH": {
+ "defaultMessage": "Almanca (İsviçre)"
+ },
+ "locale.de-DE": {
+ "defaultMessage": "Almanca (Almanya)"
+ },
+ "locale.en-US": {
+ "defaultMessage": "İngilizce (Amerikan)"
+ },
+ "locale.es-419": {
+ "defaultMessage": "İspanyolca (Latin Amerika)"
+ },
+ "locale.es-ES": {
+ "defaultMessage": "İspanyolca (İspanya)"
+ },
+ "locale.fi-FI": {
+ "defaultMessage": "Fince"
+ },
+ "locale.fil-PH": {
+ "defaultMessage": "Filipince"
+ },
+ "locale.fr-FR": {
+ "defaultMessage": "Fransızca"
+ },
+ "locale.he-IL": {
+ "defaultMessage": "İbranice"
+ },
+ "locale.hu-HU": {
+ "defaultMessage": "Macarca"
+ },
+ "locale.id-ID": {
+ "defaultMessage": "Endonezyaca"
+ },
+ "locale.it-IT": {
+ "defaultMessage": "İtalyanca (İtalya)"
+ },
+ "locale.ja-JP": {
+ "defaultMessage": "Japonca"
+ },
+ "locale.ko-KR": {
+ "defaultMessage": "Korece"
+ },
+ "locale.ms-MY": {
+ "defaultMessage": "Malezyaca"
+ },
+ "locale.nl-NL": {
+ "defaultMessage": "Flemenkçe"
+ },
+ "locale.no-NO": {
+ "defaultMessage": "Norveççe"
+ },
+ "locale.pl-PL": {
+ "defaultMessage": "Lehçe"
+ },
+ "locale.pt-BR": {
+ "defaultMessage": "Portekizce (Brazilya)"
+ },
+ "locale.pt-PT": {
+ "defaultMessage": "Portekizce (Portekiz)"
+ },
+ "locale.ro-RO": {
+ "defaultMessage": "Romence"
+ },
+ "locale.ru-RU": {
+ "defaultMessage": "Rusça"
+ },
+ "locale.sr-CS": {
+ "defaultMessage": "Sırpça (Latin)"
+ },
+ "locale.sv-SE": {
+ "defaultMessage": "İsveççe"
+ },
+ "locale.th-TH": {
+ "defaultMessage": "Taica"
+ },
+ "locale.tr-TR": {
+ "defaultMessage": "Türkçe"
+ },
+ "locale.uk-UA": {
+ "defaultMessage": "Ukraynaca"
+ },
+ "locale.vi-VN": {
+ "defaultMessage": "Vietnamca"
+ },
+ "locale.zh-CN": {
+ "defaultMessage": "Çince (Basitleştirilmiş)"
+ },
+ "locale.zh-TW": {
+ "defaultMessage": "Çince (Geleneksel)"
+ },
"modal.add-payment-method.action": {
"defaultMessage": "Ödeme yöntemi ekle"
},
"modal.add-payment-method.title": {
"defaultMessage": "Ödeme yöntemi ekleme"
},
+ "modal.open-in-app.benefit.install": {
+ "defaultMessage": "Gerekli içerikleri otomatik olarak indir"
+ },
+ "modal.open-in-app.benefit.launch": {
+ "defaultMessage": "Oyunu direk sunucuda başlat"
+ },
+ "modal.open-in-app.benefit.update": {
+ "defaultMessage": "Sunucu değiştiğinde dosyaları güncel tut"
+ },
+ "modal.open-in-app.close": {
+ "defaultMessage": "Kapat"
+ },
+ "modal.open-in-app.get-app": {
+ "defaultMessage": "Modrinth Uygulaması Edin"
+ },
+ "modal.open-in-app.opening-automatically": {
+ "defaultMessage": "Modrinth App otomatik olarak açılacak..."
+ },
+ "modal.open-in-app.title": {
+ "defaultMessage": "Modrinth App açılıyor"
+ },
+ "modal.open-in-app.why-use": {
+ "defaultMessage": "Neden Modrinth App kullanmalısın"
+ },
"notification.error.title": {
"defaultMessage": "Bir hata oluştu"
},
@@ -812,15 +980,33 @@
"project.about.links.issues": {
"defaultMessage": "Sorunları bildir"
},
+ "project.about.links.site": {
+ "defaultMessage": "Websiteyi ziyaret et"
+ },
"project.about.links.source": {
"defaultMessage": "Kaynak göster"
},
+ "project.about.links.store": {
+ "defaultMessage": "Mağazayı ziyaret et"
+ },
"project.about.links.title": {
"defaultMessage": "Bağlantılar"
},
"project.about.links.wiki": {
"defaultMessage": "Wikiye git"
},
+ "project.about.server.copied": {
+ "defaultMessage": "Kopyalandı!"
+ },
+ "project.about.server.copiedText": {
+ "defaultMessage": "IP adresi panoya kopyalandı"
+ },
+ "project.about.server.latency": {
+ "defaultMessage": "Gecikme"
+ },
+ "project.about.server.title": {
+ "defaultMessage": "Sunucu detayları"
+ },
"project.download-count-tooltip": {
"defaultMessage": "{count} indirme"
},
@@ -893,9 +1079,21 @@
"project.follower-count-tooltip": {
"defaultMessage": "{count} takipçi"
},
+ "project.online-player-count": {
+ "defaultMessage": "{count}{count, plural,one {çevrim içi}other {çevrim içi}}"
+ },
+ "project.recent-plays": {
+ "defaultMessage": "{count}{count, plural,one {yakın zamanda}other {yakın zamanda}}"
+ },
+ "project.server.ping.ms": {
+ "defaultMessage": "{ping} ms"
+ },
"project.settings.analytics.title": {
"defaultMessage": "Veriler"
},
+ "project.settings.content.title": {
+ "defaultMessage": "İçerik"
+ },
"project.settings.description.title": {
"defaultMessage": "Açıklama"
},
@@ -1004,6 +1202,9 @@
"project.settings.notice.no-permission.title": {
"defaultMessage": "İzin yok"
},
+ "project.settings.server.title": {
+ "defaultMessage": "Sunucu"
+ },
"project.settings.tags.title": {
"defaultMessage": "Etiketler"
},
@@ -1356,64 +1557,103 @@
"defaultMessage": "64x"
},
"tag.category.8x-": {
- "defaultMessage": "8x ya da altı"
+ "defaultMessage": "8x ve altı"
},
"tag.category.adventure": {
"defaultMessage": "Macera"
},
+ "tag.category.adventure-mode": {
+ "defaultMessage": "Macera modu"
+ },
+ "tag.category.anarchy": {
+ "defaultMessage": "Anarşi"
+ },
"tag.category.atmosphere": {
"defaultMessage": "Atmosfer"
},
"tag.category.audio": {
"defaultMessage": "Ses"
},
+ "tag.category.battle-royale": {
+ "defaultMessage": "Battle Royale"
+ },
+ "tag.category.bedwars": {
+ "defaultMessage": "Bed Wars"
+ },
"tag.category.blocks": {
- "defaultMessage": "Bloklar"
+ "defaultMessage": "Blok"
},
"tag.category.bloom": {
"defaultMessage": "Parıltı"
},
+ "tag.category.bosses": {
+ "defaultMessage": "Bosslar"
+ },
"tag.category.cartoon": {
- "defaultMessage": "Çizgi"
+ "defaultMessage": "Çizimsi"
},
"tag.category.challenging": {
"defaultMessage": "Zorlayıcı"
},
+ "tag.category.classes": {
+ "defaultMessage": "Sınıflar"
+ },
"tag.category.colored-lighting": {
- "defaultMessage": "Renkli ışıklandırma"
+ "defaultMessage": "Renkli Işık"
},
"tag.category.combat": {
"defaultMessage": "Savaş"
},
+ "tag.category.competitive": {
+ "defaultMessage": "Rekabetçi"
+ },
"tag.category.core-shaders": {
"defaultMessage": ""
},
+ "tag.category.creative-mode": {
+ "defaultMessage": "Yaratıcılık modu"
+ },
+ "tag.category.creator-community": {
+ "defaultMessage": "Üretici Topluluğu"
+ },
+ "tag.category.crossplay": {
+ "defaultMessage": "Crossplay"
+ },
"tag.category.cursed": {
"defaultMessage": "Lanetli"
},
+ "tag.category.custom-content": {
+ "defaultMessage": "Özel İçerik"
+ },
"tag.category.decoration": {
"defaultMessage": "Dekorasyon"
},
+ "tag.category.dungeons": {
+ "defaultMessage": "Zindanlar"
+ },
"tag.category.economy": {
"defaultMessage": "Ekonomi"
},
"tag.category.entities": {
- "defaultMessage": ""
+ "defaultMessage": "Varlık"
},
"tag.category.environment": {
- "defaultMessage": ""
+ "defaultMessage": "Çevre"
},
"tag.category.equipment": {
"defaultMessage": "Ekipman"
},
+ "tag.category.factions": {
+ "defaultMessage": "Factions"
+ },
"tag.category.fantasy": {
"defaultMessage": "Fantazi"
},
"tag.category.foliage": {
- "defaultMessage": ""
+ "defaultMessage": "Yeşillik"
},
"tag.category.fonts": {
- "defaultMessage": "Yazı Tipleri"
+ "defaultMessage": "Font"
},
"tag.category.food": {
"defaultMessage": "Yiyecek"
@@ -1421,26 +1661,41 @@
"tag.category.game-mechanics": {
"defaultMessage": "Oyun Mekaniği"
},
+ "tag.category.gens": {
+ "defaultMessage": "Gens"
+ },
"tag.category.gui": {
- "defaultMessage": "GUI"
+ "defaultMessage": "Arayüz"
+ },
+ "tag.category.hardcore-mode": {
+ "defaultMessage": "Hardcore modu"
},
"tag.category.high": {
"defaultMessage": "Yüksek"
},
"tag.category.items": {
- "defaultMessage": "Öğeler"
+ "defaultMessage": "Eşya"
+ },
+ "tag.category.keep-inventory": {
+ "defaultMessage": "Envanteri koru"
},
"tag.category.kitchen-sink": {
- "defaultMessage": "Ortaya karışık"
+ "defaultMessage": "Çok Türlü"
+ },
+ "tag.category.kitpvp": {
+ "defaultMessage": "Kit PVP"
},
"tag.category.library": {
"defaultMessage": "Kütüphane"
},
+ "tag.category.lifesteal": {
+ "defaultMessage": "Lifesteal"
+ },
"tag.category.lightweight": {
"defaultMessage": "Hafif"
},
"tag.category.locale": {
- "defaultMessage": "Yerel"
+ "defaultMessage": "Yerelleştirme"
},
"tag.category.low": {
"defaultMessage": "Düşük"
@@ -1451,47 +1706,107 @@
"tag.category.management": {
"defaultMessage": "Yönetim"
},
+ "tag.category.media": {
+ "defaultMessage": "Medya"
+ },
"tag.category.medium": {
"defaultMessage": "Orta"
},
+ "tag.category.microgames": {
+ "defaultMessage": "Mikro oyunlar"
+ },
"tag.category.minigame": {
"defaultMessage": "Mini Oyun"
},
+ "tag.category.minigames": {
+ "defaultMessage": "Mini oyunlar"
+ },
+ "tag.category.mmo": {
+ "defaultMessage": "MMO"
+ },
"tag.category.mobs": {
- "defaultMessage": "Yaratıklar"
+ "defaultMessage": "Yaratık"
},
"tag.category.modded": {
- "defaultMessage": "Modlanmış"
+ "defaultMessage": "Modlu"
},
"tag.category.models": {
"defaultMessage": "Modeller"
},
"tag.category.multiplayer": {
- "defaultMessage": "Çok oyunculu"
+ "defaultMessage": "Çok Oyunculu"
+ },
+ "tag.category.network": {
+ "defaultMessage": "Ağ"
+ },
+ "tag.category.offline-mode": {
+ "defaultMessage": "Çevrim dışı mod"
+ },
+ "tag.category.oneblock": {
+ "defaultMessage": "Tek Blok"
+ },
+ "tag.category.op": {
+ "defaultMessage": "OP"
},
"tag.category.optimization": {
"defaultMessage": "Optimizasyon"
},
+ "tag.category.parkour": {
+ "defaultMessage": "Parkur"
+ },
"tag.category.path-tracing": {
"defaultMessage": "Yol İzleme"
},
"tag.category.pbr": {
"defaultMessage": "PBR"
},
+ "tag.category.personal-worlds": {
+ "defaultMessage": "Kişisel Dünyalar"
+ },
+ "tag.category.plots": {
+ "defaultMessage": "Arsalar"
+ },
+ "tag.category.pokemon": {
+ "defaultMessage": "Pokemon"
+ },
"tag.category.potato": {
"defaultMessage": "Patates"
},
+ "tag.category.prison": {
+ "defaultMessage": "Prison"
+ },
+ "tag.category.pve": {
+ "defaultMessage": "PVE"
+ },
+ "tag.category.pvp": {
+ "defaultMessage": "PVP"
+ },
+ "tag.category.questing": {
+ "defaultMessage": "Görev yapmak"
+ },
"tag.category.quests": {
- "defaultMessage": "Görevler"
+ "defaultMessage": "Görevli"
+ },
+ "tag.category.racing": {
+ "defaultMessage": "Yarış"
},
"tag.category.realistic": {
"defaultMessage": "Gerçekçi"
},
+ "tag.category.recording-smp": {
+ "defaultMessage": "Kayıt alınan SMP"
+ },
"tag.category.reflections": {
- "defaultMessage": "Yansımalar"
+ "defaultMessage": "Yansıma"
+ },
+ "tag.category.roleplay": {
+ "defaultMessage": "Rol yapma"
+ },
+ "tag.category.rpg": {
+ "defaultMessage": "RPG"
},
"tag.category.screenshot": {
- "defaultMessage": "Ekran görüntüsü"
+ "defaultMessage": "Ekran Görüntüsü"
},
"tag.category.semi-realistic": {
"defaultMessage": "Yarı Gerçekçi"
@@ -1500,7 +1815,13 @@
"defaultMessage": "Gölgeler"
},
"tag.category.simplistic": {
- "defaultMessage": ""
+ "defaultMessage": "Basit"
+ },
+ "tag.category.skyblock": {
+ "defaultMessage": "Skyblock"
+ },
+ "tag.category.smp": {
+ "defaultMessage": "SMP"
},
"tag.category.social": {
"defaultMessage": "Sosyal"
@@ -1508,23 +1829,41 @@
"tag.category.storage": {
"defaultMessage": "Depolama"
},
+ "tag.category.survival-mode": {
+ "defaultMessage": "Hayatta kalma modu"
+ },
+ "tag.category.teams": {
+ "defaultMessage": "Takımlar"
+ },
+ "tag.category.technical": {
+ "defaultMessage": "Teknik"
+ },
"tag.category.technology": {
"defaultMessage": "Teknoloji"
},
"tag.category.themed": {
- "defaultMessage": ""
+ "defaultMessage": "Temalı"
+ },
+ "tag.category.towns": {
+ "defaultMessage": "Şehirler"
},
"tag.category.transportation": {
"defaultMessage": "Ulaşım"
},
"tag.category.tweaks": {
- "defaultMessage": "İnce Ayarlar"
+ "defaultMessage": "İnce Ayar"
},
"tag.category.utility": {
- "defaultMessage": "Alet Edavat"
+ "defaultMessage": "Araç Gereç"
},
"tag.category.vanilla-like": {
- "defaultMessage": "Vanilla gibi"
+ "defaultMessage": "Vanilla Gibi"
+ },
+ "tag.category.whitelisted": {
+ "defaultMessage": "Beyaz Listelenmiş"
+ },
+ "tag.category.world-resets": {
+ "defaultMessage": "Dünya sıfırlanması"
},
"tag.category.worldgen": {
"defaultMessage": "Dünya Oluşumu"
@@ -1542,7 +1881,7 @@
"defaultMessage": "BungeeCord"
},
"tag.loader.canvas": {
- "defaultMessage": "Tuval"
+ "defaultMessage": "Canvas"
},
"tag.loader.datapack": {
"defaultMessage": "Veri Paketi"
@@ -1575,7 +1914,7 @@
"defaultMessage": "Kaynak Paketi"
},
"tag.loader.modloader": {
- "defaultMessage": "Risugami'nin Mod Yükleyicisi"
+ "defaultMessage": "Risugami's ModLoader"
},
"tag.loader.mrpack": {
"defaultMessage": "Mod paketi"
@@ -1611,7 +1950,7 @@
"defaultMessage": "Sponge"
},
"tag.loader.vanilla": {
- "defaultMessage": "Vanilla Gölgelendirici"
+ "defaultMessage": "Vanilla Shader"
},
"tag.loader.velocity": {
"defaultMessage": "Velocity"
diff --git a/packages/ui/src/locales/uk-UA/index.json b/packages/ui/src/locales/uk-UA/index.json
index 320e1685c9..4ec60d4378 100644
--- a/packages/ui/src/locales/uk-UA/index.json
+++ b/packages/ui/src/locales/uk-UA/index.json
@@ -12,7 +12,7 @@
"defaultMessage": "Заголовок партнерського посилання"
},
"affiliate.create.title.placeholder": {
- "defaultMessage": "напр., YouTube"
+ "defaultMessage": "як-от YouTube"
},
"affiliate.create.user.description": {
"defaultMessage": "Ім’я користувача особи, для якої створити код партнера"
@@ -111,7 +111,7 @@
"defaultMessage": "Видалити"
},
"button.remove-image": {
- "defaultMessage": "Вилучити зображення"
+ "defaultMessage": "Видалити зображення"
},
"button.report": {
"defaultMessage": "Поскаржитися"
@@ -150,7 +150,7 @@
"defaultMessage": "Оновити"
},
"button.upload-image": {
- "defaultMessage": "Завантажити фото"
+ "defaultMessage": "Завантажити зображення"
},
"changelog.justNow": {
"defaultMessage": "Щойно"
@@ -254,6 +254,18 @@
"header.category.feature": {
"defaultMessage": "Особливість"
},
+ "header.category.minecraft-server-community": {
+ "defaultMessage": "Спільнота"
+ },
+ "header.category.minecraft-server-features": {
+ "defaultMessage": "Особливості"
+ },
+ "header.category.minecraft-server-gameplay": {
+ "defaultMessage": "Ігровий процес"
+ },
+ "header.category.minecraft-server-meta": {
+ "defaultMessage": "Властивості"
+ },
"header.category.performance-impact": {
"defaultMessage": "Вплив на продуктивність"
},
@@ -317,6 +329,42 @@
"instances.modpack-card.unlink": {
"defaultMessage": "Відв’язати збірку"
},
+ "instances.modpack-content-modal.back-button": {
+ "defaultMessage": "Назад"
+ },
+ "instances.modpack-content-modal.copy-link": {
+ "defaultMessage": "Копіювати посилання"
+ },
+ "instances.modpack-content-modal.disable": {
+ "defaultMessage": "Вимкнути"
+ },
+ "instances.modpack-content-modal.empty-description": {
+ "defaultMessage": "Збірка не включає додатковий уміст."
+ },
+ "instances.modpack-content-modal.empty-title": {
+ "defaultMessage": "Умісту не знайдено"
+ },
+ "instances.modpack-content-modal.enable": {
+ "defaultMessage": "Увімкнути"
+ },
+ "instances.modpack-content-modal.filter-all": {
+ "defaultMessage": "Усі"
+ },
+ "instances.modpack-content-modal.header": {
+ "defaultMessage": "Уміст збірки"
+ },
+ "instances.modpack-content-modal.loading": {
+ "defaultMessage": "Завантаження вмісту…"
+ },
+ "instances.modpack-content-modal.no-results": {
+ "defaultMessage": "За вашим запитом не знайдено жодного проєкту."
+ },
+ "instances.modpack-content-modal.search-placeholder": {
+ "defaultMessage": "Пошук серед проєктів ({count})"
+ },
+ "instances.modpack-content-modal.selected-count": {
+ "defaultMessage": "{count} вибрано"
+ },
"instances.updater-modal.badge.current": {
"defaultMessage": "Поточна"
},
@@ -339,7 +387,7 @@
"defaultMessage": "Версій не знайдено"
},
"instances.updater-modal.search-placeholder": {
- "defaultMessage": "Пошук версій…"
+ "defaultMessage": "Пошук версії…"
},
"instances.updater-modal.select-version": {
"defaultMessage": "Виберіть версію, щоб переглянути її журнал змін"
@@ -500,6 +548,30 @@
"modal.add-payment-method.title": {
"defaultMessage": "Додавання способу оплати"
},
+ "modal.open-in-app.benefit.install": {
+ "defaultMessage": "Автоматично встановлюється потрібний уміст"
+ },
+ "modal.open-in-app.benefit.launch": {
+ "defaultMessage": "Запуск гри з підключенням до сервера"
+ },
+ "modal.open-in-app.benefit.update": {
+ "defaultMessage": "Зберігання файлів оновленими, попри зміни сервера"
+ },
+ "modal.open-in-app.close": {
+ "defaultMessage": "Закрити"
+ },
+ "modal.open-in-app.get-app": {
+ "defaultMessage": "Отримати Modrinth App"
+ },
+ "modal.open-in-app.opening-automatically": {
+ "defaultMessage": "Modrinth App відкриється автоматично…"
+ },
+ "modal.open-in-app.title": {
+ "defaultMessage": "Відкриття Modrinth App"
+ },
+ "modal.open-in-app.why-use": {
+ "defaultMessage": "Навіщо використовувати Modrinth App"
+ },
"notification.error.title": {
"defaultMessage": "Виникла помилка"
},
@@ -549,7 +621,7 @@
"defaultMessage": "Повернено"
},
"omorphia.component.badge.label.safe": {
- "defaultMessage": "Успіх"
+ "defaultMessage": "Пройдено"
},
"omorphia.component.badge.label.scheduled": {
"defaultMessage": "Заплановано"
@@ -810,17 +882,35 @@
"defaultMessage": "Підтримати на PayPal"
},
"project.about.links.issues": {
- "defaultMessage": "Сповістити про проблеми"
+ "defaultMessage": "Звітувати проблеми"
+ },
+ "project.about.links.site": {
+ "defaultMessage": "Відвідати вебсайт"
},
"project.about.links.source": {
"defaultMessage": "Вихідний код"
},
+ "project.about.links.store": {
+ "defaultMessage": "Відвідати крамницю"
+ },
"project.about.links.title": {
"defaultMessage": "Посилання"
},
"project.about.links.wiki": {
"defaultMessage": "Відвідати вікі"
},
+ "project.about.server.copied": {
+ "defaultMessage": "Скопійовано!"
+ },
+ "project.about.server.copiedText": {
+ "defaultMessage": "IP-адресу скопійовано до буфера обміну"
+ },
+ "project.about.server.latency": {
+ "defaultMessage": "Затримка"
+ },
+ "project.about.server.title": {
+ "defaultMessage": "Подробиці сервера"
+ },
"project.download-count-tooltip": {
"defaultMessage": "{count} {count, plural, one {завантаження} few {завантаження} other {завантажень}}"
},
@@ -893,9 +983,21 @@
"project.follower-count-tooltip": {
"defaultMessage": "{count} {count, plural, one {відстежує} other {відстежують}}"
},
+ "project.online-player-count": {
+ "defaultMessage": "{count} {count, plural, one {у мережі} other {у мережі}}"
+ },
+ "project.recent-plays": {
+ "defaultMessage": "{count} {count, plural, one {нещодавно грав} other {нещодавно грали}}"
+ },
+ "project.server.ping.ms": {
+ "defaultMessage": "{ping} мс"
+ },
"project.settings.analytics.title": {
"defaultMessage": "Аналітика"
},
+ "project.settings.content.title": {
+ "defaultMessage": "Уміст"
+ },
"project.settings.description.title": {
"defaultMessage": "Опис"
},
@@ -1004,6 +1106,9 @@
"project.settings.notice.no-permission.title": {
"defaultMessage": "Немає дозволу"
},
+ "project.settings.server.title": {
+ "defaultMessage": "Сервер"
+ },
"project.settings.tags.title": {
"defaultMessage": "Теґи"
},
@@ -1290,7 +1395,7 @@
"defaultMessage": "Ретро"
},
"settings.display.theme.system": {
- "defaultMessage": "Синхронізувати з системою"
+ "defaultMessage": "Системна"
},
"settings.display.theme.title": {
"defaultMessage": "Колірна тема"
@@ -1361,39 +1466,75 @@
"tag.category.adventure": {
"defaultMessage": "Пригоди"
},
+ "tag.category.adventure-mode": {
+ "defaultMessage": "Режим пригод"
+ },
+ "tag.category.anarchy": {
+ "defaultMessage": "Анархія"
+ },
"tag.category.atmosphere": {
"defaultMessage": "Атмосфера"
},
"tag.category.audio": {
"defaultMessage": "Звуки"
},
+ "tag.category.battle-royale": {
+ "defaultMessage": "Королівська битва"
+ },
+ "tag.category.bedwars": {
+ "defaultMessage": "Бед-варс"
+ },
"tag.category.blocks": {
"defaultMessage": "Блоки"
},
"tag.category.bloom": {
"defaultMessage": "Сяяння"
},
+ "tag.category.bosses": {
+ "defaultMessage": "Боси"
+ },
"tag.category.cartoon": {
"defaultMessage": "Художні"
},
"tag.category.challenging": {
"defaultMessage": "Зі складністю"
},
+ "tag.category.classes": {
+ "defaultMessage": "Класи"
+ },
"tag.category.colored-lighting": {
"defaultMessage": "Кольорове світло"
},
"tag.category.combat": {
"defaultMessage": "Бої"
},
+ "tag.category.competitive": {
+ "defaultMessage": "Змагання"
+ },
"tag.category.core-shaders": {
"defaultMessage": "Базові шейдери"
},
+ "tag.category.creative-mode": {
+ "defaultMessage": "Режим творчости"
+ },
+ "tag.category.creator-community": {
+ "defaultMessage": "Спільнота творців"
+ },
+ "tag.category.crossplay": {
+ "defaultMessage": "Міжплатформова гра"
+ },
"tag.category.cursed": {
"defaultMessage": "Дивне"
},
+ "tag.category.custom-content": {
+ "defaultMessage": "Власний уміст"
+ },
"tag.category.decoration": {
"defaultMessage": "Оздоблення"
},
+ "tag.category.dungeons": {
+ "defaultMessage": "Підземелля"
+ },
"tag.category.economy": {
"defaultMessage": "Економіка"
},
@@ -1406,6 +1547,9 @@
"tag.category.equipment": {
"defaultMessage": "Спорядження"
},
+ "tag.category.factions": {
+ "defaultMessage": "Фракції"
+ },
"tag.category.fantasy": {
"defaultMessage": "Фентезі"
},
@@ -1421,21 +1565,36 @@
"tag.category.game-mechanics": {
"defaultMessage": "Ігрові механіки"
},
+ "tag.category.gens": {
+ "defaultMessage": "Гени"
+ },
"tag.category.gui": {
"defaultMessage": "Інтерфейс"
},
+ "tag.category.hardcore-mode": {
+ "defaultMessage": "Режим гардкору"
+ },
"tag.category.high": {
"defaultMessage": "Високий"
},
"tag.category.items": {
"defaultMessage": "Предмети"
},
+ "tag.category.keep-inventory": {
+ "defaultMessage": "Збереження інвентарю"
+ },
"tag.category.kitchen-sink": {
"defaultMessage": "Усе підряд"
},
+ "tag.category.kitpvp": {
+ "defaultMessage": "Комплект PvP"
+ },
"tag.category.library": {
"defaultMessage": "Бібліотека"
},
+ "tag.category.lifesteal": {
+ "defaultMessage": "Крадіжка життя"
+ },
"tag.category.lightweight": {
"defaultMessage": "Легка"
},
@@ -1451,12 +1610,24 @@
"tag.category.management": {
"defaultMessage": "Управління"
},
+ "tag.category.media": {
+ "defaultMessage": "Медіа"
+ },
"tag.category.medium": {
"defaultMessage": "Середній"
},
+ "tag.category.microgames": {
+ "defaultMessage": "Мікроігри"
+ },
"tag.category.minigame": {
"defaultMessage": "Мінігра"
},
+ "tag.category.minigames": {
+ "defaultMessage": "Мініігри"
+ },
+ "tag.category.mmo": {
+ "defaultMessage": "ММО"
+ },
"tag.category.mobs": {
"defaultMessage": "Моби"
},
@@ -1469,27 +1640,75 @@
"tag.category.multiplayer": {
"defaultMessage": "Гри в мережі"
},
+ "tag.category.network": {
+ "defaultMessage": "Мережа"
+ },
+ "tag.category.offline-mode": {
+ "defaultMessage": "Поза мережею"
+ },
+ "tag.category.oneblock": {
+ "defaultMessage": "One Block"
+ },
+ "tag.category.op": {
+ "defaultMessage": "OP"
+ },
"tag.category.optimization": {
"defaultMessage": "Оптимізація"
},
+ "tag.category.parkour": {
+ "defaultMessage": "Паркур"
+ },
"tag.category.path-tracing": {
"defaultMessage": "Трасування шляхів"
},
"tag.category.pbr": {
"defaultMessage": "PBR"
},
+ "tag.category.personal-worlds": {
+ "defaultMessage": "Особисті світи"
+ },
+ "tag.category.plots": {
+ "defaultMessage": "Ділянки"
+ },
+ "tag.category.pokemon": {
+ "defaultMessage": "Покемон"
+ },
"tag.category.potato": {
"defaultMessage": "Картопля"
},
+ "tag.category.prison": {
+ "defaultMessage": "В'язниця"
+ },
+ "tag.category.pve": {
+ "defaultMessage": "PvE"
+ },
+ "tag.category.pvp": {
+ "defaultMessage": "PvP"
+ },
+ "tag.category.questing": {
+ "defaultMessage": "Проходження"
+ },
"tag.category.quests": {
"defaultMessage": "Завдання"
},
+ "tag.category.racing": {
+ "defaultMessage": "Перегони"
+ },
"tag.category.realistic": {
"defaultMessage": "Реалізм"
},
+ "tag.category.recording-smp": {
+ "defaultMessage": "Запис SMP"
+ },
"tag.category.reflections": {
"defaultMessage": "Відбиття"
},
+ "tag.category.roleplay": {
+ "defaultMessage": "Рольова гра"
+ },
+ "tag.category.rpg": {
+ "defaultMessage": "RPG"
+ },
"tag.category.screenshot": {
"defaultMessage": "Для знімка екрана"
},
@@ -1502,18 +1721,36 @@
"tag.category.simplistic": {
"defaultMessage": "Простий"
},
+ "tag.category.skyblock": {
+ "defaultMessage": "Skyblock"
+ },
+ "tag.category.smp": {
+ "defaultMessage": "SMP"
+ },
"tag.category.social": {
"defaultMessage": "Взаємодія"
},
"tag.category.storage": {
"defaultMessage": "Сховище"
},
+ "tag.category.survival-mode": {
+ "defaultMessage": "Режим виживання"
+ },
+ "tag.category.teams": {
+ "defaultMessage": "Команди"
+ },
+ "tag.category.technical": {
+ "defaultMessage": "Технічний"
+ },
"tag.category.technology": {
"defaultMessage": "Технології"
},
"tag.category.themed": {
"defaultMessage": "Тематичне"
},
+ "tag.category.towns": {
+ "defaultMessage": "Міста"
+ },
"tag.category.transportation": {
"defaultMessage": "Пересування"
},
@@ -1526,6 +1763,12 @@
"tag.category.vanilla-like": {
"defaultMessage": "Як стандартна гра"
},
+ "tag.category.whitelisted": {
+ "defaultMessage": "Білий список"
+ },
+ "tag.category.world-resets": {
+ "defaultMessage": "Скидання світу"
+ },
"tag.category.worldgen": {
"defaultMessage": "Генерація світу"
},
diff --git a/packages/ui/src/locales/uk-UA/meta.json b/packages/ui/src/locales/uk-UA/meta.json
index 63be5c933c..0967ef424b 100644
--- a/packages/ui/src/locales/uk-UA/meta.json
+++ b/packages/ui/src/locales/uk-UA/meta.json
@@ -1,10 +1 @@
-{
- "displayName": {
- "description": "Please enter the name of the language in its specific variant or regional form (e.g., English (US) for American English, not just English). If the language does not have any specific variant, simply enter the name of the language (e.g., Français, Deutsch).",
- "message": "Українська"
- },
- "searchTerms": {
- "description": "Please provide additional search terms associated with the language, if needed, to enhance the search functionality (e.g., American English, Deutschland). Each search term should be entered on a separate line. Translate as a hyphen (-) if no additional terms are needed.",
- "message": "Ukraine\nUkrainian\nUA\nУкраїна\nМова"
- }
-}
+{}
diff --git a/packages/ui/src/locales/vi-VN/index.json b/packages/ui/src/locales/vi-VN/index.json
index c7e17febc7..4ca4d0fcab 100644
--- a/packages/ui/src/locales/vi-VN/index.json
+++ b/packages/ui/src/locales/vi-VN/index.json
@@ -41,6 +41,9 @@
"badge.new": {
"defaultMessage": "Mới"
},
+ "button.accept": {
+ "defaultMessage": "Chấp nhận"
+ },
"button.affiliate-links": {
"defaultMessage": "Liên kết affiliate"
},
diff --git a/packages/ui/src/locales/vi-VN/meta.json b/packages/ui/src/locales/vi-VN/meta.json
index 024721a896..0967ef424b 100644
--- a/packages/ui/src/locales/vi-VN/meta.json
+++ b/packages/ui/src/locales/vi-VN/meta.json
@@ -1,10 +1 @@
-{
- "displayName": {
- "description": "Please enter the name of the language in its specific variant or regional form (e.g., English (US) for American English, not just English). If the language does not have any specific variant, simply enter the name of the language (e.g., Français, Deutsch).",
- "message": "Tiếng Anh (Hoa Kỳ)"
- },
- "searchTerms": {
- "description": "Please provide additional search terms associated with the language, if needed, to enhance the search functionality (e.g., American English, Deutschland). Each search term should be entered on a separate line. Translate as a hyphen (-) if no additional terms are needed.",
- "message": "Vietnamese"
- }
-}
+{}
diff --git a/packages/ui/src/locales/zh-CN/index.json b/packages/ui/src/locales/zh-CN/index.json
index e2c2609e55..e09e27d8ff 100644
--- a/packages/ui/src/locales/zh-CN/index.json
+++ b/packages/ui/src/locales/zh-CN/index.json
@@ -33,7 +33,7 @@
"defaultMessage": "查看分析"
},
"badge.beta": {
- "defaultMessage": "测试版"
+ "defaultMessage": "Beta 测试版"
},
"badge.beta-release": {
"defaultMessage": "测试发行版"
@@ -254,6 +254,18 @@
"header.category.feature": {
"defaultMessage": "功能特点"
},
+ "header.category.minecraft-server-community": {
+ "defaultMessage": "社区"
+ },
+ "header.category.minecraft-server-features": {
+ "defaultMessage": "特色"
+ },
+ "header.category.minecraft-server-gameplay": {
+ "defaultMessage": "游戏机制"
+ },
+ "header.category.minecraft-server-meta": {
+ "defaultMessage": "元素"
+ },
"header.category.performance-impact": {
"defaultMessage": "性能要求"
},
@@ -317,6 +329,42 @@
"instances.modpack-card.unlink": {
"defaultMessage": "取消整合包关联"
},
+ "instances.modpack-content-modal.back-button": {
+ "defaultMessage": "返回"
+ },
+ "instances.modpack-content-modal.copy-link": {
+ "defaultMessage": "复制连接"
+ },
+ "instances.modpack-content-modal.disable": {
+ "defaultMessage": "禁用"
+ },
+ "instances.modpack-content-modal.empty-description": {
+ "defaultMessage": "这个整合包不包含任何额外内容。"
+ },
+ "instances.modpack-content-modal.empty-title": {
+ "defaultMessage": "未找到内容"
+ },
+ "instances.modpack-content-modal.enable": {
+ "defaultMessage": "启用"
+ },
+ "instances.modpack-content-modal.filter-all": {
+ "defaultMessage": "全部"
+ },
+ "instances.modpack-content-modal.header": {
+ "defaultMessage": "整合包内容"
+ },
+ "instances.modpack-content-modal.loading": {
+ "defaultMessage": "加载内容……"
+ },
+ "instances.modpack-content-modal.no-results": {
+ "defaultMessage": "没有符合搜索条件的项目。"
+ },
+ "instances.modpack-content-modal.search-placeholder": {
+ "defaultMessage": "搜索{count}个项目"
+ },
+ "instances.modpack-content-modal.selected-count": {
+ "defaultMessage": "已选择{count}个"
+ },
"instances.updater-modal.badge.current": {
"defaultMessage": "当前"
},
@@ -429,7 +477,7 @@
"defaultMessage": "密码"
},
"label.played": {
- "defaultMessage": "{time}游玩"
+ "defaultMessage": "上次游玩 {time}"
},
"label.project": {
"defaultMessage": "项目"
@@ -494,12 +542,132 @@
"label.yes": {
"defaultMessage": "是"
},
+ "locale.cs-CZ": {
+ "defaultMessage": "捷克语"
+ },
+ "locale.da-DK": {
+ "defaultMessage": "丹麦语"
+ },
+ "locale.de-CH": {
+ "defaultMessage": "德语(瑞士)"
+ },
+ "locale.de-DE": {
+ "defaultMessage": "德语(德国)"
+ },
+ "locale.en-US": {
+ "defaultMessage": "英语 (美国)"
+ },
+ "locale.es-419": {
+ "defaultMessage": "西班牙语(拉丁美洲)"
+ },
+ "locale.es-ES": {
+ "defaultMessage": "西班牙语(西班牙)"
+ },
+ "locale.fi-FI": {
+ "defaultMessage": "芬兰语"
+ },
+ "locale.fil-PH": {
+ "defaultMessage": "菲律宾语"
+ },
+ "locale.fr-FR": {
+ "defaultMessage": "法语"
+ },
+ "locale.he-IL": {
+ "defaultMessage": "希伯来语"
+ },
+ "locale.hu-HU": {
+ "defaultMessage": "匈牙利语"
+ },
+ "locale.id-ID": {
+ "defaultMessage": "印度尼西亚语"
+ },
+ "locale.it-IT": {
+ "defaultMessage": "意大利语(意大利)"
+ },
+ "locale.ja-JP": {
+ "defaultMessage": "日语"
+ },
+ "locale.ko-KR": {
+ "defaultMessage": "韩语"
+ },
+ "locale.ms-MY": {
+ "defaultMessage": "马来语"
+ },
+ "locale.nl-NL": {
+ "defaultMessage": "荷兰语"
+ },
+ "locale.no-NO": {
+ "defaultMessage": "书面挪威语"
+ },
+ "locale.pl-PL": {
+ "defaultMessage": "波兰语"
+ },
+ "locale.pt-BR": {
+ "defaultMessage": "葡萄牙语(巴西)"
+ },
+ "locale.pt-PT": {
+ "defaultMessage": "葡萄牙语(葡萄牙)"
+ },
+ "locale.ro-RO": {
+ "defaultMessage": "罗马尼亚语"
+ },
+ "locale.ru-RU": {
+ "defaultMessage": "俄语"
+ },
+ "locale.sr-CS": {
+ "defaultMessage": "塞尔维亚语(拉丁语)"
+ },
+ "locale.sv-SE": {
+ "defaultMessage": "瑞典语"
+ },
+ "locale.th-TH": {
+ "defaultMessage": "泰语"
+ },
+ "locale.tr-TR": {
+ "defaultMessage": "土耳其语"
+ },
+ "locale.uk-UA": {
+ "defaultMessage": "乌克兰语"
+ },
+ "locale.vi-VN": {
+ "defaultMessage": "越南语"
+ },
+ "locale.zh-CN": {
+ "defaultMessage": "中文(简体)"
+ },
+ "locale.zh-TW": {
+ "defaultMessage": "中文(繁体)"
+ },
"modal.add-payment-method.action": {
"defaultMessage": "添加支付方式"
},
"modal.add-payment-method.title": {
"defaultMessage": "添加支付方式"
},
+ "modal.open-in-app.benefit.install": {
+ "defaultMessage": "自动安装所需要的内容"
+ },
+ "modal.open-in-app.benefit.launch": {
+ "defaultMessage": "直接将游戏启动到服务器"
+ },
+ "modal.open-in-app.benefit.update": {
+ "defaultMessage": "服务器更改时保持文件更新"
+ },
+ "modal.open-in-app.close": {
+ "defaultMessage": "关闭"
+ },
+ "modal.open-in-app.get-app": {
+ "defaultMessage": "获取 Modrinth App"
+ },
+ "modal.open-in-app.opening-automatically": {
+ "defaultMessage": "Modrinth App 将自动打开……"
+ },
+ "modal.open-in-app.title": {
+ "defaultMessage": "正在打开 Modrinth App"
+ },
+ "modal.open-in-app.why-use": {
+ "defaultMessage": "为何使用 Modrinth App"
+ },
"notification.error.title": {
"defaultMessage": "发生错误"
},
@@ -699,10 +867,10 @@
"defaultMessage": "插件"
},
"project-type.plugin.lowercase": {
- "defaultMessage": "{count, plural, other {插件}}"
+ "defaultMessage": "{count, plural, one {插件} other {插件集}}"
},
"project-type.project.capital": {
- "defaultMessage": "项目"
+ "defaultMessage": "{count, plural, one {项目} other {项目集}}"
},
"project-type.project.category": {
"defaultMessage": "项目"
@@ -812,15 +980,33 @@
"project.about.links.issues": {
"defaultMessage": "报告问题"
},
+ "project.about.links.site": {
+ "defaultMessage": "访问网站"
+ },
"project.about.links.source": {
"defaultMessage": "查看源代码"
},
+ "project.about.links.store": {
+ "defaultMessage": "访问商店页面"
+ },
"project.about.links.title": {
"defaultMessage": "相关链接"
},
"project.about.links.wiki": {
"defaultMessage": "前往 Wiki"
},
+ "project.about.server.copied": {
+ "defaultMessage": "已复制!"
+ },
+ "project.about.server.copiedText": {
+ "defaultMessage": "IP 地址已复制到剪贴板"
+ },
+ "project.about.server.latency": {
+ "defaultMessage": "延迟"
+ },
+ "project.about.server.title": {
+ "defaultMessage": "服务器详情"
+ },
"project.download-count-tooltip": {
"defaultMessage": "{count} {count, plural, other {次下载}}"
},
@@ -893,9 +1079,21 @@
"project.follower-count-tooltip": {
"defaultMessage": "{count} {count, plural, other {人关注}}"
},
+ "project.online-player-count": {
+ "defaultMessage": "{count} {count, plural, one {人在线} other {人在线}}"
+ },
+ "project.recent-plays": {
+ "defaultMessage": "{count}人最近游玩"
+ },
+ "project.server.ping.ms": {
+ "defaultMessage": "{ping} 毫秒"
+ },
"project.settings.analytics.title": {
"defaultMessage": "分析"
},
+ "project.settings.content.title": {
+ "defaultMessage": "内容"
+ },
"project.settings.description.title": {
"defaultMessage": "描述"
},
@@ -1004,6 +1202,9 @@
"project.settings.notice.no-permission.title": {
"defaultMessage": "没有权限"
},
+ "project.settings.server.title": {
+ "defaultMessage": "服务器"
+ },
"project.settings.tags.title": {
"defaultMessage": "标签"
},
@@ -1203,7 +1404,7 @@
"defaultMessage": "开始"
},
"servers.purchase.step.plan.large.desc": {
- "defaultMessage": "适合 15–25 名玩家使用,加模组包或重度添加模组。"
+ "defaultMessage": "适合 15–25 名玩家使用,加整合包或重度添加模组。"
},
"servers.purchase.step.plan.medium.desc": {
"defaultMessage": "适合 6–15 名玩家使用,加多个模组。"
@@ -1361,39 +1562,75 @@
"tag.category.adventure": {
"defaultMessage": "冒险"
},
+ "tag.category.adventure-mode": {
+ "defaultMessage": "冒险模式"
+ },
+ "tag.category.anarchy": {
+ "defaultMessage": "无政府"
+ },
"tag.category.atmosphere": {
"defaultMessage": "大气效果"
},
"tag.category.audio": {
"defaultMessage": "音频"
},
+ "tag.category.battle-royale": {
+ "defaultMessage": "大逃杀"
+ },
+ "tag.category.bedwars": {
+ "defaultMessage": "起床战争"
+ },
"tag.category.blocks": {
"defaultMessage": "方块"
},
"tag.category.bloom": {
"defaultMessage": "泛光"
},
+ "tag.category.bosses": {
+ "defaultMessage": "Boss战"
+ },
"tag.category.cartoon": {
"defaultMessage": "卡通"
},
"tag.category.challenging": {
"defaultMessage": "挑战"
},
+ "tag.category.classes": {
+ "defaultMessage": "职业"
+ },
"tag.category.colored-lighting": {
"defaultMessage": "彩色光照"
},
"tag.category.combat": {
"defaultMessage": "战斗"
},
+ "tag.category.competitive": {
+ "defaultMessage": "竞技"
+ },
"tag.category.core-shaders": {
"defaultMessage": "核心着色器"
},
+ "tag.category.creative-mode": {
+ "defaultMessage": "创造模式"
+ },
+ "tag.category.creator-community": {
+ "defaultMessage": "创作者社区"
+ },
+ "tag.category.crossplay": {
+ "defaultMessage": "跨平台"
+ },
"tag.category.cursed": {
"defaultMessage": "邪门"
},
+ "tag.category.custom-content": {
+ "defaultMessage": "自定义内容"
+ },
"tag.category.decoration": {
"defaultMessage": "装饰"
},
+ "tag.category.dungeons": {
+ "defaultMessage": "地牢"
+ },
"tag.category.economy": {
"defaultMessage": "经济"
},
@@ -1406,6 +1643,9 @@
"tag.category.equipment": {
"defaultMessage": "装备"
},
+ "tag.category.factions": {
+ "defaultMessage": "阵营"
+ },
"tag.category.fantasy": {
"defaultMessage": "精美"
},
@@ -1419,23 +1659,38 @@
"defaultMessage": "食物"
},
"tag.category.game-mechanics": {
- "defaultMessage": "游戏机制"
+ "defaultMessage": "机制"
+ },
+ "tag.category.gens": {
+ "defaultMessage": "世代"
},
"tag.category.gui": {
"defaultMessage": "GUI"
},
+ "tag.category.hardcore-mode": {
+ "defaultMessage": "极限模式"
+ },
"tag.category.high": {
"defaultMessage": "高"
},
"tag.category.items": {
"defaultMessage": "物品"
},
+ "tag.category.keep-inventory": {
+ "defaultMessage": "保留物品栏"
+ },
"tag.category.kitchen-sink": {
"defaultMessage": "水槽"
},
+ "tag.category.kitpvp": {
+ "defaultMessage": "套装 PvP"
+ },
"tag.category.library": {
"defaultMessage": "库"
},
+ "tag.category.lifesteal": {
+ "defaultMessage": "Lifesteal"
+ },
"tag.category.lightweight": {
"defaultMessage": "轻量"
},
@@ -1451,12 +1706,24 @@
"tag.category.management": {
"defaultMessage": "管理"
},
+ "tag.category.media": {
+ "defaultMessage": "媒体"
+ },
"tag.category.medium": {
"defaultMessage": "中"
},
+ "tag.category.microgames": {
+ "defaultMessage": "微型游戏"
+ },
"tag.category.minigame": {
"defaultMessage": "小游戏"
},
+ "tag.category.minigames": {
+ "defaultMessage": "小游戏"
+ },
+ "tag.category.mmo": {
+ "defaultMessage": "大型多人在线游戏(MMO)"
+ },
"tag.category.mobs": {
"defaultMessage": "生物"
},
@@ -1469,27 +1736,75 @@
"tag.category.multiplayer": {
"defaultMessage": "多人"
},
+ "tag.category.network": {
+ "defaultMessage": "网络"
+ },
+ "tag.category.offline-mode": {
+ "defaultMessage": "离线模式"
+ },
+ "tag.category.oneblock": {
+ "defaultMessage": "单方块"
+ },
+ "tag.category.op": {
+ "defaultMessage": "OP"
+ },
"tag.category.optimization": {
"defaultMessage": "优化"
},
+ "tag.category.parkour": {
+ "defaultMessage": "跑酷"
+ },
"tag.category.path-tracing": {
"defaultMessage": "路径追踪"
},
"tag.category.pbr": {
"defaultMessage": "PBR"
},
+ "tag.category.personal-worlds": {
+ "defaultMessage": "个人世界"
+ },
+ "tag.category.plots": {
+ "defaultMessage": "地皮"
+ },
+ "tag.category.pokemon": {
+ "defaultMessage": "宝可梦"
+ },
"tag.category.potato": {
"defaultMessage": "土豆"
},
+ "tag.category.prison": {
+ "defaultMessage": "监狱"
+ },
+ "tag.category.pve": {
+ "defaultMessage": "PVE"
+ },
+ "tag.category.pvp": {
+ "defaultMessage": "PVP"
+ },
+ "tag.category.questing": {
+ "defaultMessage": "任务"
+ },
"tag.category.quests": {
"defaultMessage": "任务"
},
+ "tag.category.racing": {
+ "defaultMessage": "赛车"
+ },
"tag.category.realistic": {
"defaultMessage": "写实风格"
},
+ "tag.category.recording-smp": {
+ "defaultMessage": "录制型SMP"
+ },
"tag.category.reflections": {
"defaultMessage": "反射"
},
+ "tag.category.roleplay": {
+ "defaultMessage": "角色扮演"
+ },
+ "tag.category.rpg": {
+ "defaultMessage": "RPG"
+ },
"tag.category.screenshot": {
"defaultMessage": "仅供截图"
},
@@ -1502,18 +1817,36 @@
"tag.category.simplistic": {
"defaultMessage": "极简风格"
},
+ "tag.category.skyblock": {
+ "defaultMessage": "空岛生存"
+ },
+ "tag.category.smp": {
+ "defaultMessage": "SMP"
+ },
"tag.category.social": {
"defaultMessage": "社交"
},
"tag.category.storage": {
"defaultMessage": "存储"
},
+ "tag.category.survival-mode": {
+ "defaultMessage": "生存模式"
+ },
+ "tag.category.teams": {
+ "defaultMessage": "团队"
+ },
+ "tag.category.technical": {
+ "defaultMessage": "技术性"
+ },
"tag.category.technology": {
"defaultMessage": "科技"
},
"tag.category.themed": {
"defaultMessage": "主题风格"
},
+ "tag.category.towns": {
+ "defaultMessage": "城镇"
+ },
"tag.category.transportation": {
"defaultMessage": "交通"
},
@@ -1526,8 +1859,14 @@
"tag.category.vanilla-like": {
"defaultMessage": "原版风格"
},
+ "tag.category.whitelisted": {
+ "defaultMessage": "需要白名单"
+ },
+ "tag.category.world-resets": {
+ "defaultMessage": "世界重置"
+ },
"tag.category.worldgen": {
- "defaultMessage": "世界生成"
+ "defaultMessage": "地形"
},
"tag.loader.babric": {
"defaultMessage": "Babric"
@@ -1545,7 +1884,7 @@
"defaultMessage": "Canvas"
},
"tag.loader.datapack": {
- "defaultMessage": "Data Pack"
+ "defaultMessage": "数据包"
},
"tag.loader.fabric": {
"defaultMessage": "Fabric"
@@ -1572,13 +1911,13 @@
"defaultMessage": "LiteLoader"
},
"tag.loader.minecraft": {
- "defaultMessage": "Resource Pack"
+ "defaultMessage": "资源包"
},
"tag.loader.modloader": {
"defaultMessage": "Risugami's ModLoader"
},
"tag.loader.mrpack": {
- "defaultMessage": "Modpack"
+ "defaultMessage": "整合包"
},
"tag.loader.neoforge": {
"defaultMessage": "NeoForge"
@@ -1611,7 +1950,7 @@
"defaultMessage": "Sponge"
},
"tag.loader.vanilla": {
- "defaultMessage": "Vanilla Shader"
+ "defaultMessage": "原版着色器"
},
"tag.loader.velocity": {
"defaultMessage": "Velocity"
diff --git a/packages/ui/src/locales/zh-TW/index.json b/packages/ui/src/locales/zh-TW/index.json
index e5518fecad..8834a5a7be 100644
--- a/packages/ui/src/locales/zh-TW/index.json
+++ b/packages/ui/src/locales/zh-TW/index.json
@@ -254,6 +254,18 @@
"header.category.feature": {
"defaultMessage": "功能"
},
+ "header.category.minecraft-server-community": {
+ "defaultMessage": "社群"
+ },
+ "header.category.minecraft-server-features": {
+ "defaultMessage": "特色"
+ },
+ "header.category.minecraft-server-gameplay": {
+ "defaultMessage": "遊戲玩法"
+ },
+ "header.category.minecraft-server-meta": {
+ "defaultMessage": "設定與機制"
+ },
"header.category.performance-impact": {
"defaultMessage": "效能影響"
},
@@ -317,6 +329,42 @@
"instances.modpack-card.unlink": {
"defaultMessage": "解除連結模組包"
},
+ "instances.modpack-content-modal.back-button": {
+ "defaultMessage": "返回"
+ },
+ "instances.modpack-content-modal.copy-link": {
+ "defaultMessage": "複製連結"
+ },
+ "instances.modpack-content-modal.disable": {
+ "defaultMessage": "停用"
+ },
+ "instances.modpack-content-modal.empty-description": {
+ "defaultMessage": "這個模組包不包含任何額外內容。"
+ },
+ "instances.modpack-content-modal.empty-title": {
+ "defaultMessage": "找不到內容"
+ },
+ "instances.modpack-content-modal.enable": {
+ "defaultMessage": "啟用"
+ },
+ "instances.modpack-content-modal.filter-all": {
+ "defaultMessage": "全部"
+ },
+ "instances.modpack-content-modal.header": {
+ "defaultMessage": "模組包內容"
+ },
+ "instances.modpack-content-modal.loading": {
+ "defaultMessage": "正在載入內容..."
+ },
+ "instances.modpack-content-modal.no-results": {
+ "defaultMessage": "沒有專案符合你的搜尋字詞。"
+ },
+ "instances.modpack-content-modal.search-placeholder": {
+ "defaultMessage": "搜尋 {count} 個專案"
+ },
+ "instances.modpack-content-modal.selected-count": {
+ "defaultMessage": "已選取 {count} 個模組"
+ },
"instances.updater-modal.badge.current": {
"defaultMessage": "目前"
},
@@ -500,6 +548,30 @@
"modal.add-payment-method.title": {
"defaultMessage": "正在新增付款方式"
},
+ "modal.open-in-app.benefit.install": {
+ "defaultMessage": "自動安裝所需內容"
+ },
+ "modal.open-in-app.benefit.launch": {
+ "defaultMessage": "直接啟動遊戲並加入伺服器"
+ },
+ "modal.open-in-app.benefit.update": {
+ "defaultMessage": "當伺服器變動時,維持檔案為最新狀態"
+ },
+ "modal.open-in-app.close": {
+ "defaultMessage": "關閉"
+ },
+ "modal.open-in-app.get-app": {
+ "defaultMessage": "取得 Modrinth App"
+ },
+ "modal.open-in-app.opening-automatically": {
+ "defaultMessage": "Modrinth App 將自動開啟..."
+ },
+ "modal.open-in-app.title": {
+ "defaultMessage": "正在開啟 Modrinth App"
+ },
+ "modal.open-in-app.why-use": {
+ "defaultMessage": "為何使用 Modrinth App"
+ },
"notification.error.title": {
"defaultMessage": "發生錯誤"
},
@@ -564,7 +636,7 @@
"defaultMessage": "不通過"
},
"omorphia.component.badge.label.withheld": {
- "defaultMessage": "已隱藏"
+ "defaultMessage": "已擱置"
},
"omorphia.component.copy.action.copy": {
"defaultMessage": "將程式碼複製到剪貼簿"
@@ -812,15 +884,33 @@
"project.about.links.issues": {
"defaultMessage": "回報問題"
},
+ "project.about.links.site": {
+ "defaultMessage": "前往網站"
+ },
"project.about.links.source": {
"defaultMessage": "檢視原始碼"
},
+ "project.about.links.store": {
+ "defaultMessage": "前往商店頁面"
+ },
"project.about.links.title": {
"defaultMessage": "相關連結"
},
"project.about.links.wiki": {
"defaultMessage": "前往 wiki"
},
+ "project.about.server.copied": {
+ "defaultMessage": "已複製!"
+ },
+ "project.about.server.copiedText": {
+ "defaultMessage": "已將 IP 位址複製到剪貼簿"
+ },
+ "project.about.server.latency": {
+ "defaultMessage": "延遲"
+ },
+ "project.about.server.title": {
+ "defaultMessage": "伺服器詳細資訊"
+ },
"project.download-count-tooltip": {
"defaultMessage": "{count} 次下載"
},
@@ -893,9 +983,21 @@
"project.follower-count-tooltip": {
"defaultMessage": "{count} 位追蹤者"
},
+ "project.online-player-count": {
+ "defaultMessage": "{count} 位線上"
+ },
+ "project.recent-plays": {
+ "defaultMessage": "{count} 次最近遊玩"
+ },
+ "project.server.ping.ms": {
+ "defaultMessage": "{ping} 毫秒"
+ },
"project.settings.analytics.title": {
"defaultMessage": "數據分析"
},
+ "project.settings.content.title": {
+ "defaultMessage": "內容"
+ },
"project.settings.description.title": {
"defaultMessage": "描述"
},
@@ -1004,6 +1106,9 @@
"project.settings.notice.no-permission.title": {
"defaultMessage": "沒有權限"
},
+ "project.settings.server.title": {
+ "defaultMessage": "伺服器"
+ },
"project.settings.tags.title": {
"defaultMessage": "標籤"
},
@@ -1361,39 +1466,75 @@
"tag.category.adventure": {
"defaultMessage": "冒險"
},
+ "tag.category.adventure-mode": {
+ "defaultMessage": "冒險模式"
+ },
+ "tag.category.anarchy": {
+ "defaultMessage": "無政府"
+ },
"tag.category.atmosphere": {
"defaultMessage": "大氣效果"
},
"tag.category.audio": {
"defaultMessage": "音效"
},
+ "tag.category.battle-royale": {
+ "defaultMessage": "大逃殺"
+ },
+ "tag.category.bedwars": {
+ "defaultMessage": "床戰"
+ },
"tag.category.blocks": {
"defaultMessage": "方塊"
},
"tag.category.bloom": {
"defaultMessage": "泛光"
},
+ "tag.category.bosses": {
+ "defaultMessage": "Boss"
+ },
"tag.category.cartoon": {
"defaultMessage": "卡通"
},
"tag.category.challenging": {
"defaultMessage": "挑戰"
},
+ "tag.category.classes": {
+ "defaultMessage": "職業"
+ },
"tag.category.colored-lighting": {
"defaultMessage": "彩色光照"
},
"tag.category.combat": {
"defaultMessage": "戰鬥"
},
+ "tag.category.competitive": {
+ "defaultMessage": "競技"
+ },
"tag.category.core-shaders": {
"defaultMessage": "核心著色器"
},
+ "tag.category.creative-mode": {
+ "defaultMessage": "創造模式"
+ },
+ "tag.category.creator-community": {
+ "defaultMessage": "創作者社群"
+ },
+ "tag.category.crossplay": {
+ "defaultMessage": "跨平臺"
+ },
"tag.category.cursed": {
"defaultMessage": "邪門"
},
+ "tag.category.custom-content": {
+ "defaultMessage": "自訂內容"
+ },
"tag.category.decoration": {
"defaultMessage": "裝飾"
},
+ "tag.category.dungeons": {
+ "defaultMessage": "副本"
+ },
"tag.category.economy": {
"defaultMessage": "經濟"
},
@@ -1406,6 +1547,9 @@
"tag.category.equipment": {
"defaultMessage": "裝備"
},
+ "tag.category.factions": {
+ "defaultMessage": "派系"
+ },
"tag.category.fantasy": {
"defaultMessage": "奇幻"
},
@@ -1421,21 +1565,36 @@
"tag.category.game-mechanics": {
"defaultMessage": "遊戲機制"
},
+ "tag.category.gens": {
+ "defaultMessage": "生成器"
+ },
"tag.category.gui": {
"defaultMessage": "GUI"
},
+ "tag.category.hardcore-mode": {
+ "defaultMessage": "極限模式"
+ },
"tag.category.high": {
"defaultMessage": "高"
},
"tag.category.items": {
"defaultMessage": "物品"
},
+ "tag.category.keep-inventory": {
+ "defaultMessage": "保留物品欄"
+ },
"tag.category.kitchen-sink": {
"defaultMessage": "水槽"
},
+ "tag.category.kitpvp": {
+ "defaultMessage": "Kit PvP"
+ },
"tag.category.library": {
"defaultMessage": "程式庫"
},
+ "tag.category.lifesteal": {
+ "defaultMessage": "Lifesteal"
+ },
"tag.category.lightweight": {
"defaultMessage": "輕量"
},
@@ -1451,12 +1610,24 @@
"tag.category.management": {
"defaultMessage": "管理"
},
+ "tag.category.media": {
+ "defaultMessage": "媒體"
+ },
"tag.category.medium": {
"defaultMessage": "中"
},
+ "tag.category.microgames": {
+ "defaultMessage": "微型遊戲"
+ },
"tag.category.minigame": {
"defaultMessage": "小遊戲"
},
+ "tag.category.minigames": {
+ "defaultMessage": "小遊戲"
+ },
+ "tag.category.mmo": {
+ "defaultMessage": "MMO"
+ },
"tag.category.mobs": {
"defaultMessage": "生物"
},
@@ -1469,27 +1640,75 @@
"tag.category.multiplayer": {
"defaultMessage": "多人遊戲"
},
+ "tag.category.network": {
+ "defaultMessage": "群組伺服器"
+ },
+ "tag.category.offline-mode": {
+ "defaultMessage": "離線模式"
+ },
+ "tag.category.oneblock": {
+ "defaultMessage": "一格方塊"
+ },
+ "tag.category.op": {
+ "defaultMessage": "OP"
+ },
"tag.category.optimization": {
"defaultMessage": "最佳化"
},
+ "tag.category.parkour": {
+ "defaultMessage": "跑酷"
+ },
"tag.category.path-tracing": {
"defaultMessage": "光線追蹤"
},
"tag.category.pbr": {
"defaultMessage": "PBR"
},
+ "tag.category.personal-worlds": {
+ "defaultMessage": "個人世界"
+ },
+ "tag.category.plots": {
+ "defaultMessage": "地塊"
+ },
+ "tag.category.pokemon": {
+ "defaultMessage": "寶可夢"
+ },
"tag.category.potato": {
"defaultMessage": "馬鈴薯"
},
+ "tag.category.prison": {
+ "defaultMessage": "監獄"
+ },
+ "tag.category.pve": {
+ "defaultMessage": "PvE"
+ },
+ "tag.category.pvp": {
+ "defaultMessage": "PvP"
+ },
+ "tag.category.questing": {
+ "defaultMessage": "任務"
+ },
"tag.category.quests": {
"defaultMessage": "任務"
},
+ "tag.category.racing": {
+ "defaultMessage": "競速"
+ },
"tag.category.realistic": {
"defaultMessage": "寫實"
},
+ "tag.category.recording-smp": {
+ "defaultMessage": "錄影 SMP"
+ },
"tag.category.reflections": {
"defaultMessage": "折射"
},
+ "tag.category.roleplay": {
+ "defaultMessage": "角色扮演"
+ },
+ "tag.category.rpg": {
+ "defaultMessage": "角色扮演"
+ },
"tag.category.screenshot": {
"defaultMessage": "擷圖用"
},
@@ -1502,18 +1721,36 @@
"tag.category.simplistic": {
"defaultMessage": "簡約"
},
+ "tag.category.skyblock": {
+ "defaultMessage": "空島生存"
+ },
+ "tag.category.smp": {
+ "defaultMessage": "SMP"
+ },
"tag.category.social": {
"defaultMessage": "社交"
},
"tag.category.storage": {
"defaultMessage": "儲存"
},
+ "tag.category.survival-mode": {
+ "defaultMessage": "生存模式"
+ },
+ "tag.category.teams": {
+ "defaultMessage": "團隊"
+ },
+ "tag.category.technical": {
+ "defaultMessage": "技術性"
+ },
"tag.category.technology": {
"defaultMessage": "科技"
},
"tag.category.themed": {
"defaultMessage": "特定主題"
},
+ "tag.category.towns": {
+ "defaultMessage": "城鎮"
+ },
"tag.category.transportation": {
"defaultMessage": "交通"
},
@@ -1524,7 +1761,13 @@
"defaultMessage": "工具"
},
"tag.category.vanilla-like": {
- "defaultMessage": "原版風格"
+ "defaultMessage": "類原版"
+ },
+ "tag.category.whitelisted": {
+ "defaultMessage": "白名單"
+ },
+ "tag.category.world-resets": {
+ "defaultMessage": "世界重設"
},
"tag.category.worldgen": {
"defaultMessage": "世界生成"
diff --git a/packages/ui/src/locales/zh-TW/meta.json b/packages/ui/src/locales/zh-TW/meta.json
index c0285c3a85..0967ef424b 100644
--- a/packages/ui/src/locales/zh-TW/meta.json
+++ b/packages/ui/src/locales/zh-TW/meta.json
@@ -1,10 +1 @@
-{
- "displayName": {
- "description": "Please enter the name of the language in its specific variant or regional form (e.g., English (US) for American English, not just English). If the language does not have any specific variant, simply enter the name of the language (e.g., Français, Deutsch).",
- "message": "正體中文(臺灣)"
- },
- "searchTerms": {
- "description": "Please provide additional search terms associated with the language, if needed, to enhance the search functionality (e.g., American English, Deutschland). Each search term should be entered on a separate line. Translate as a hyphen (-) if no additional terms are needed.",
- "message": "Taiwan\nChinese\nTraditional Chinese\nChinese Traditional\nTC\n正體\n繁體\n繁中\n中文\n漢語\n華語\n臺灣\n台灣"
- }
-}
+{}