From 0d860b5b8866f86c0c46f3801b33f25ccecc8e3b Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 2 Jun 2026 01:27:18 +0300 Subject: [PATCH 01/22] Update source file en.json [ci skip] --- frontend/app/i18n/locales/en.json | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/frontend/app/i18n/locales/en.json b/frontend/app/i18n/locales/en.json index 9ef0d7cc..e77d96d6 100644 --- a/frontend/app/i18n/locales/en.json +++ b/frontend/app/i18n/locales/en.json @@ -641,7 +641,6 @@ "edit_mod_tip_2": "Once you're happy with the mod, you can publish it, allowing people to view & download it.", "edit_mod_warn_1": "In some cases, mods such as music mods require approval. If your mod contains music, send it for approval (Below)", "edit_mod_warn_2": "You should be familiar with our rules, found {here}", - "edit_mod_warn_new_user": "As a new user, your first upload must be approved by a moderator. Afterwards you should be able to upload freely.", "auto_subscribe_to_mod": "Auto-Subscribe to Mod Comments", "auto_subscribe_to_thread": "Auto-Subscribe to Thread", "mark_as_answer": "Mark as Answer", @@ -649,7 +648,7 @@ "thread_answer": "This reply was chosen as the answer for the post", "login_required": "Login Required", "manager_site_url": "Site URL", - "manager_site_url_desc": "URL to the mod manager's site or place to get it from", + "manager_site_url_desc": "URL to the mod manager's site or place to get it from (Not implemented yet)", "manager_download_url": "Download URL", "manager_download_url_desc": "URL for handling download & installation of files of mods. Currently available parameters: :mod_id, :file_id, :game_id, :manager_name and :game_short_name.", "status": "Status", @@ -675,8 +674,6 @@ "unignore": "Unignore", "ignored_games": "Ignored Games", "ignored_mods": "Ignored Mods", - "ignored_categories": "Ignored Categories", - "ignore_category": "Ignore Category", "audit_log": "Audit Log", "copy_link": "Copy Link", "repository": "Repository", @@ -685,12 +682,5 @@ "hidden_tags": "Hidden Tags", "hidden_tags_desc": "Hides global tags from being selected in mods/threads by users, mods already using these tags need to be manually modified.", "install_with": "Install with {modManager}", - "mod_manager_not_installed": "Don't have {modManager}?", - "leave_members": "Leave Members", - "sessions": "Sessions", - "ip_address": "IP Address", - "ip_ban": "IP Ban", - "ip_ban_help": "Bans the user and their IP. Note: this shouldn't really be relied on too much, users can easily change IPs, this is more of a bandage solution.", - "pinned_mods": "Pinned Mods", - "pinned_mods_desc": "Pinned mods appear on top of your regular mod list. You may choose up to 5 mods you own or a mod you are a member of (except viewer)." + "mod_manager_not_installed": "Don't have {modManager}?" } From dc13af978ea85ddbcd17a3717d961bc987a30af7 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 2 Jun 2026 01:27:45 +0300 Subject: [PATCH 02/22] New translations en.json (Turkish) [ci skip] --- frontend/app/i18n/locales/tr.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/frontend/app/i18n/locales/tr.json b/frontend/app/i18n/locales/tr.json index 21230934..60639336 100644 --- a/frontend/app/i18n/locales/tr.json +++ b/frontend/app/i18n/locales/tr.json @@ -641,6 +641,7 @@ "edit_mod_tip_2": "Once you're happy with the mod, you can publish it. allowing people to view & download it.", "edit_mod_warn_1": "Müzik modları gibi azı durumlarda, onaylama gereklidir. Eğer modunuz onaylama içeriyorsa onaylamaya gönderin. (Aşağıda)", "edit_mod_warn_2": "Kurallarımıza aşina olmalısınız. Kuralları {here} buradadır", + "edit_mod_warn_new_user": "As a new user, your first upload must be approved by a moderator. Afterwards you should be able to upload freely.", "auto_subscribe_to_mod": "Mod yorumlarını otomatik olarak abone ol", "auto_subscribe_to_thread": "Başlıklara otomatik olarak abone ol", "mark_as_answer": "Cevap olarak işaretle", @@ -674,6 +675,8 @@ "unignore": "Yok Saymayı Kaldır", "ignored_games": "Göz ardı edilmiş Oyunlar", "ignored_mods": "Yok sayılan modlar", + "ignored_categories": "Ignored Categories", + "ignore_category": "Ignore Category", "audit_log": "Denetim günlüğü", "copy_link": "Bağlantıyı Kopyala", "repository": "Depo", @@ -682,5 +685,12 @@ "hidden_tags": "Gizlenmiş etiketler", "hidden_tags_desc": "Kullanıcıların modlarda/konularda global etiketleri seçmesini engeller, bu etiketleri zaten kullanan modlar manuel olarak değiştirilmelidir.", "install_with": "{modManager} ile indir", - "mod_manager_not_installed": "{modManager}'e sahip değil misin?" + "mod_manager_not_installed": "{modManager}'e sahip değil misin?", + "leave_members": "Leave Members", + "sessions": "Sessions", + "ip_address": "IP Address", + "ip_ban": "IP Ban", + "ip_ban_help": "Bans the user and their IP. Note: this shouldn't really be relied on too much, users can easily change IPs, this is more of a bandage solution.", + "pinned_mods": "Pinned Mods", + "pinned_mods_desc": "Pinned mods appear on top of your regular mod list. You may choose up to 5 mods you own or a mod you are a member of (except viewer)." } From bb5e9f502281972a1d91e5ebdc474c2207b606e4 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 2 Jun 2026 01:27:46 +0300 Subject: [PATCH 03/22] New translations en.json (Polish) [ci skip] --- frontend/app/i18n/locales/pl.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/frontend/app/i18n/locales/pl.json b/frontend/app/i18n/locales/pl.json index 87edc413..34473b92 100644 --- a/frontend/app/i18n/locales/pl.json +++ b/frontend/app/i18n/locales/pl.json @@ -641,6 +641,7 @@ "edit_mod_tip_2": "Kiedy mod będzie dla ciebie zadowalający, możesz go opublikować, dzięki czemu inni ludzie będą mogli go zobaczyć i pobrać.", "edit_mod_warn_1": "W niektórych przypadkach, mody zawierające muzykę wymagają zaakceptowania. Jeżeli twój mod zawiera muzykę, wyślij go do zaakceptowania (Poniżej)", "edit_mod_warn_2": "Prosimy zapoznać się z naszymi zasadami, które znajdziesz {tutaj}", + "edit_mod_warn_new_user": "As a new user, your first upload must be approved by a moderator. Afterwards you should be able to upload freely.", "auto_subscribe_to_mod": "Automatycznie Subskrybuj do Komentarzy pod Modami", "auto_subscribe_to_thread": "Automatycznie Subskrybuj do Wątku", "mark_as_answer": "Oznacz jako Odpowiedź", @@ -674,6 +675,8 @@ "unignore": "Przestań Ignorować", "ignored_games": "Ignoruj Gry", "ignored_mods": "Ignorowane Mody", + "ignored_categories": "Ignored Categories", + "ignore_category": "Ignore Category", "audit_log": "Dziennik Audytu", "copy_link": "Kopiuj Link", "repository": "Repozytorium", @@ -682,5 +685,12 @@ "hidden_tags": "Ukryte Tagi", "hidden_tags_desc": "Ukrywa globalne tagi przed wybraniem w modach/wątkach przez użytkowników, mody już używające tych tagów muszą być zaktualizowane ręcznie.", "install_with": "Zainstaluj przy użyciu {modManager}", - "mod_manager_not_installed": "Nie masz {modManager}?" + "mod_manager_not_installed": "Nie masz {modManager}?", + "leave_members": "Leave Members", + "sessions": "Sessions", + "ip_address": "IP Address", + "ip_ban": "IP Ban", + "ip_ban_help": "Bans the user and their IP. Note: this shouldn't really be relied on too much, users can easily change IPs, this is more of a bandage solution.", + "pinned_mods": "Pinned Mods", + "pinned_mods_desc": "Pinned mods appear on top of your regular mod list. You may choose up to 5 mods you own or a mod you are a member of (except viewer)." } From 67a31f2347c8d07af81e44b6fb49989dea8529e0 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 2 Jun 2026 01:27:48 +0300 Subject: [PATCH 04/22] New translations en.json (French) [ci skip] --- frontend/app/i18n/locales/fr.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/frontend/app/i18n/locales/fr.json b/frontend/app/i18n/locales/fr.json index a56ab48e..3d6375fd 100644 --- a/frontend/app/i18n/locales/fr.json +++ b/frontend/app/i18n/locales/fr.json @@ -641,6 +641,7 @@ "edit_mod_tip_2": "Once you're happy with the mod, you can publish it. allowing people to view & download it.", "edit_mod_warn_1": "Dans certains cas, les mods tels que les mods de musique doivent être approuvés. Si votre mod contient de la musique, envoyez-le pour approbation (ci-dessous)", "edit_mod_warn_2": "Vous devriez être habitué à nos règles, trouvées {here}", + "edit_mod_warn_new_user": "As a new user, your first upload must be approved by a moderator. Afterwards you should be able to upload freely.", "auto_subscribe_to_mod": "Auto-abonnement aux commentaires du mod", "auto_subscribe_to_thread": "Abonnement automatique au fil de discussion", "mark_as_answer": "Marquer comme réponse", @@ -648,7 +649,7 @@ "thread_answer": "Cette réponse a été choisie comme réponse à la publication", "login_required": "Identification requise", "manager_site_url": "URL du site", - "manager_site_url_desc": "URL vers le site du gestionnaire de mods ou liens vers où le récupérer", + "manager_site_url_desc": "URL to the mod manager's site or place to get it from", "manager_download_url": "URL de téléchargement", "manager_download_url_desc": "URL pour gérer le téléchargement et l'installation des fichiers de mods. Paramètres : :mod_id, :file_id, :game_id, :manager_name et :game_short_name.", "status": "Statut", @@ -674,6 +675,8 @@ "unignore": "Dé-Ignorer", "ignored_games": "Jeux Ignorés", "ignored_mods": "Mods Ignorés", + "ignored_categories": "Ignored Categories", + "ignore_category": "Ignore Category", "audit_log": "Journal d'Audit", "copy_link": "Copier le Lien", "repository": "Répertoire", @@ -682,5 +685,12 @@ "hidden_tags": "Hidden Tags", "hidden_tags_desc": "Hides global tags from being selected in mods/threads by users, mods already using these tags need to be manually modified.", "install_with": "Install with {modManager}", - "mod_manager_not_installed": "Don't have {modManager}?" + "mod_manager_not_installed": "Don't have {modManager}?", + "leave_members": "Leave Members", + "sessions": "Sessions", + "ip_address": "IP Address", + "ip_ban": "IP Ban", + "ip_ban_help": "Bans the user and their IP. Note: this shouldn't really be relied on too much, users can easily change IPs, this is more of a bandage solution.", + "pinned_mods": "Pinned Mods", + "pinned_mods_desc": "Pinned mods appear on top of your regular mod list. You may choose up to 5 mods you own or a mod you are a member of (except viewer)." } From b27275478c081bafd24c1e38d236bb1481bc7e42 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 2 Jun 2026 01:27:50 +0300 Subject: [PATCH 05/22] New translations en.json (Spanish) [ci skip] --- frontend/app/i18n/locales/es.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/frontend/app/i18n/locales/es.json b/frontend/app/i18n/locales/es.json index 1c1f0e7b..cbf86f6a 100644 --- a/frontend/app/i18n/locales/es.json +++ b/frontend/app/i18n/locales/es.json @@ -641,6 +641,7 @@ "edit_mod_tip_2": "Una vez que estés satisfecho con el mod, puedes publicarlo y permitir que las personas puedan verlo y descargarlo.", "edit_mod_warn_1": "En algunos casos, los mods (como los de música) requieren aprobación. Si tu mod contiene música, envíalo para su aprobación (más abajo)", "edit_mod_warn_2": "Debes estar familiarizado con nuestras reglas. Puedes encontrarlas {here}", + "edit_mod_warn_new_user": "As a new user, your first upload must be approved by a moderator. Afterwards you should be able to upload freely.", "auto_subscribe_to_mod": "Suscribirse automáticamente a los comentarios de los mods", "auto_subscribe_to_thread": "Suscribirse automáticamente a los hilos", "mark_as_answer": "Marcar como respuesta", @@ -674,6 +675,8 @@ "unignore": "Dejar de ignorar", "ignored_games": "Juegos ignorados", "ignored_mods": "Mods ignorados", + "ignored_categories": "Ignored Categories", + "ignore_category": "Ignore Category", "audit_log": "Registro de auditoría", "copy_link": "Copiar enlace", "repository": "Repositorio", @@ -682,5 +685,12 @@ "hidden_tags": "Etiquetas ocultas", "hidden_tags_desc": "Oculta las etiquetas globales para que los usuarios no puedan seleccionarlas en los mods o hilos. Si algún mod ya usa estas etiquetas, será necesario actualizarlas manualmente.", "install_with": "Instalar con {modManager}", - "mod_manager_not_installed": "¿No tienes {modManager}?" + "mod_manager_not_installed": "¿No tienes {modManager}?", + "leave_members": "Leave Members", + "sessions": "Sessions", + "ip_address": "IP Address", + "ip_ban": "IP Ban", + "ip_ban_help": "Bans the user and their IP. Note: this shouldn't really be relied on too much, users can easily change IPs, this is more of a bandage solution.", + "pinned_mods": "Pinned Mods", + "pinned_mods_desc": "Pinned mods appear on top of your regular mod list. You may choose up to 5 mods you own or a mod you are a member of (except viewer)." } From c9281dcc2bfa2a1ecb0450ca82620bc48a8cac49 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 2 Jun 2026 01:27:51 +0300 Subject: [PATCH 06/22] New translations en.json (Czech) [ci skip] --- frontend/app/i18n/locales/cs.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/frontend/app/i18n/locales/cs.json b/frontend/app/i18n/locales/cs.json index 5b8ffe80..2897de54 100644 --- a/frontend/app/i18n/locales/cs.json +++ b/frontend/app/i18n/locales/cs.json @@ -641,6 +641,7 @@ "edit_mod_tip_2": "Jakmile budete s módem spokojeni, můžete jej publikovat a umožnit tím lidem jej prohlížet a stahovat.", "edit_mod_warn_1": "V některých případech, módy jako jsou například hudební módy, vyžadují schválení. Pokud Váš mód obsahuje hudbu, pošlete jej ke schválení (Níže)", "edit_mod_warn_2": "Měli byste znát naše pravidla, která naleznete zde {here}", + "edit_mod_warn_new_user": "As a new user, your first upload must be approved by a moderator. Afterwards you should be able to upload freely.", "auto_subscribe_to_mod": "Automatické Přihlášení k Odběru Komentářů u Módu", "auto_subscribe_to_thread": "Automatické Přihlášení k Odběru Komentářů u Vlákna", "mark_as_answer": "Označit jako Odpověď", @@ -674,6 +675,8 @@ "unignore": "Přestat Ignorovat", "ignored_games": "Ignorované Hry", "ignored_mods": "Ignorovaný Módy", + "ignored_categories": "Ignored Categories", + "ignore_category": "Ignore Category", "audit_log": "Protokol Auditu", "copy_link": "Zkopírovat Odkaz", "repository": "Úložiště", @@ -682,5 +685,12 @@ "hidden_tags": "Skryté Značky", "hidden_tags_desc": "Skrývá globální značky před výběrem uživateli v modech/vláknech. Módy, které tyto značky již používají, je nutné upravit ručně.", "install_with": "Instalovat s {modManager}", - "mod_manager_not_installed": "Nemáš {modManager}?" + "mod_manager_not_installed": "Nemáš {modManager}?", + "leave_members": "Leave Members", + "sessions": "Sessions", + "ip_address": "IP Address", + "ip_ban": "IP Ban", + "ip_ban_help": "Bans the user and their IP. Note: this shouldn't really be relied on too much, users can easily change IPs, this is more of a bandage solution.", + "pinned_mods": "Pinned Mods", + "pinned_mods_desc": "Pinned mods appear on top of your regular mod list. You may choose up to 5 mods you own or a mod you are a member of (except viewer)." } From 4f168ed7a6c80b07f8ce631108659ac25d35dbc8 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 2 Jun 2026 01:27:53 +0300 Subject: [PATCH 07/22] New translations en.json (German) [ci skip] --- frontend/app/i18n/locales/de.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/frontend/app/i18n/locales/de.json b/frontend/app/i18n/locales/de.json index df91e6d3..30a1c96e 100644 --- a/frontend/app/i18n/locales/de.json +++ b/frontend/app/i18n/locales/de.json @@ -641,6 +641,7 @@ "edit_mod_tip_2": "Sobald du mit deiner Mod zufrieden bist, kannst du diese veröffentlichen und zum ansehen und herunterladen zur verfügung stellen.", "edit_mod_warn_1": "In einigen Fällen, wie zum Beispiel Musik Mods, muss deine Mod zuerst genehmigt werden. Sollte deine Mod Musik beinhalten, sende uns deine Mod zur Genehmigung (Siehe unten)", "edit_mod_warn_2": "Du solltest mit unseren Regeln vertraut sein, siehe {hier}", + "edit_mod_warn_new_user": "As a new user, your first upload must be approved by a moderator. Afterwards you should be able to upload freely.", "auto_subscribe_to_mod": "Automatisch Mod Kommentare abonnieren", "auto_subscribe_to_thread": "Automatisch Threads abonnieren", "mark_as_answer": "Als Antwort markieren", @@ -648,7 +649,7 @@ "thread_answer": "Diese Antwort wurde als Antwort für den Post gewählt", "login_required": "Login benötigt", "manager_site_url": "Seiten URL", - "manager_site_url_desc": "Adresse für die Seite des Mod Managers, oder eine Seite wo man diesen bekommen kann", + "manager_site_url_desc": "URL to the mod manager's site or place to get it from", "manager_download_url": "Download URL", "manager_download_url_desc": "URL für die Handhabung von Download und Installation der Mod Dateien. Momentan verfügbare Parameter: :mod_id, :file_id, :game_id, :manager_name und :game_short_name.", "status": "Status", @@ -674,6 +675,8 @@ "unignore": "Nicht ignorieren", "ignored_games": "Ignorierte Spiele", "ignored_mods": "Ignorierte Mods", + "ignored_categories": "Ignored Categories", + "ignore_category": "Ignore Category", "audit_log": "Audit-Protokoll", "copy_link": "Link kopieren", "repository": "Repository", @@ -682,5 +685,12 @@ "hidden_tags": "Hidden Tags", "hidden_tags_desc": "Hides global tags from being selected in mods/threads by users, mods already using these tags need to be manually modified.", "install_with": "Install with {modManager}", - "mod_manager_not_installed": "Don't have {modManager}?" + "mod_manager_not_installed": "Don't have {modManager}?", + "leave_members": "Leave Members", + "sessions": "Sessions", + "ip_address": "IP Address", + "ip_ban": "IP Ban", + "ip_ban_help": "Bans the user and their IP. Note: this shouldn't really be relied on too much, users can easily change IPs, this is more of a bandage solution.", + "pinned_mods": "Pinned Mods", + "pinned_mods_desc": "Pinned mods appear on top of your regular mod list. You may choose up to 5 mods you own or a mod you are a member of (except viewer)." } From 4331daf4a0c311680bcdf89a2970c932d658dec9 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 2 Jun 2026 01:27:54 +0300 Subject: [PATCH 08/22] New translations en.json (Hungarian) [ci skip] --- frontend/app/i18n/locales/hu.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/frontend/app/i18n/locales/hu.json b/frontend/app/i18n/locales/hu.json index b6d22515..d557da2c 100644 --- a/frontend/app/i18n/locales/hu.json +++ b/frontend/app/i18n/locales/hu.json @@ -641,6 +641,7 @@ "edit_mod_tip_2": "Once you're happy with the mod, you can publish it, allowing people to view & download it.", "edit_mod_warn_1": "In some cases, mods such as music mods require approval. If your mod contains music, send it for approval (Below)", "edit_mod_warn_2": "You should be familiar with our rules, found {here}", + "edit_mod_warn_new_user": "As a new user, your first upload must be approved by a moderator. Afterwards you should be able to upload freely.", "auto_subscribe_to_mod": "Auto-Subscribe to Mod Comments", "auto_subscribe_to_thread": "Auto-Subscribe to Thread", "mark_as_answer": "Mark as Answer", @@ -674,6 +675,8 @@ "unignore": "Unignore", "ignored_games": "Ignored Games", "ignored_mods": "Ignored Mods", + "ignored_categories": "Ignored Categories", + "ignore_category": "Ignore Category", "audit_log": "Audit Log", "copy_link": "Copy Link", "repository": "Repository", @@ -682,5 +685,12 @@ "hidden_tags": "Hidden Tags", "hidden_tags_desc": "Hides global tags from being selected in mods/threads by users, mods already using these tags need to be manually modified.", "install_with": "Install with {modManager}", - "mod_manager_not_installed": "Don't have {modManager}?" + "mod_manager_not_installed": "Don't have {modManager}?", + "leave_members": "Leave Members", + "sessions": "Sessions", + "ip_address": "IP Address", + "ip_ban": "IP Ban", + "ip_ban_help": "Bans the user and their IP. Note: this shouldn't really be relied on too much, users can easily change IPs, this is more of a bandage solution.", + "pinned_mods": "Pinned Mods", + "pinned_mods_desc": "Pinned mods appear on top of your regular mod list. You may choose up to 5 mods you own or a mod you are a member of (except viewer)." } From a8e49f4ed9ffdff5580d20f878a3c2a9d56b9132 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 2 Jun 2026 01:27:56 +0300 Subject: [PATCH 09/22] New translations en.json (Italian) [ci skip] --- frontend/app/i18n/locales/it.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/frontend/app/i18n/locales/it.json b/frontend/app/i18n/locales/it.json index 49a67f7d..5cd85271 100644 --- a/frontend/app/i18n/locales/it.json +++ b/frontend/app/i18n/locales/it.json @@ -641,6 +641,7 @@ "edit_mod_tip_2": "Una volta che si è soddisfatti della mod, è possibile pubblicarla, consentendo alle persone di visualizzarla e scaricarla.", "edit_mod_warn_1": "In alcuni casi, alcune mod come quelle musicali richiedono l'approvazione. Se la tua mod contiene musica, inviala per l'approvazione (in basso)", "edit_mod_warn_2": "Dovresti conoscere le nostre regole, che trovi {here}", + "edit_mod_warn_new_user": "As a new user, your first upload must be approved by a moderator. Afterwards you should be able to upload freely.", "auto_subscribe_to_mod": "Iscrizione Automatica ai Commenti della Mod", "auto_subscribe_to_thread": "Iscrizione Automatica alla Discussione", "mark_as_answer": "Segna come Risposta", @@ -648,7 +649,7 @@ "thread_answer": "Questo commento è stato scelto come risposta per il post", "login_required": "Login Necessario", "manager_site_url": "URL del Sito", - "manager_site_url_desc": "URL per il sito del gestore della mod o del luogo in cui ottenerla", + "manager_site_url_desc": "URL to the mod manager's site or place to get it from", "manager_download_url": "URL del Download", "manager_download_url_desc": "URL per gestire il download e l'installazione dei file delle mod. Parametri attualmente disponibili: :mod_id, :file_id, :game_id, :manager_name e :game_short_name.", "status": "Stato", @@ -674,6 +675,8 @@ "unignore": "Mostra", "ignored_games": "Ignora Giochi", "ignored_mods": "Ignora Mods", + "ignored_categories": "Ignored Categories", + "ignore_category": "Ignore Category", "audit_log": "Audit Log", "copy_link": "Copia Link", "repository": "Repository", @@ -682,5 +685,12 @@ "hidden_tags": "Hidden Tags", "hidden_tags_desc": "Hides global tags from being selected in mods/threads by users, mods already using these tags need to be manually modified.", "install_with": "Install with {modManager}", - "mod_manager_not_installed": "Don't have {modManager}?" + "mod_manager_not_installed": "Don't have {modManager}?", + "leave_members": "Leave Members", + "sessions": "Sessions", + "ip_address": "IP Address", + "ip_ban": "IP Ban", + "ip_ban_help": "Bans the user and their IP. Note: this shouldn't really be relied on too much, users can easily change IPs, this is more of a bandage solution.", + "pinned_mods": "Pinned Mods", + "pinned_mods_desc": "Pinned mods appear on top of your regular mod list. You may choose up to 5 mods you own or a mod you are a member of (except viewer)." } From fb12c9384518e3ecac7eeff579cf3bca837b0232 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 2 Jun 2026 01:27:57 +0300 Subject: [PATCH 10/22] New translations en.json (Japanese) [ci skip] --- frontend/app/i18n/locales/ja.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/frontend/app/i18n/locales/ja.json b/frontend/app/i18n/locales/ja.json index babb720f..3fab4393 100644 --- a/frontend/app/i18n/locales/ja.json +++ b/frontend/app/i18n/locales/ja.json @@ -641,6 +641,7 @@ "edit_mod_tip_2": "Once you're happy with the mod, you can publish it. allowing people to view & download it.", "edit_mod_warn_1": "In some cases, mods such as music mods require approval. If your mod contains music, send it for approval (Below)", "edit_mod_warn_2": "You should be familiar with our rules, found {here}", + "edit_mod_warn_new_user": "As a new user, your first upload must be approved by a moderator. Afterwards you should be able to upload freely.", "auto_subscribe_to_mod": "Auto-Subscribe to Mod Comments", "auto_subscribe_to_thread": "Auto-Subscribe to Thread", "mark_as_answer": "Mark as Answer", @@ -674,6 +675,8 @@ "unignore": "Unignore", "ignored_games": "Ignores Games", "ignored_mods": "Ignored Mods", + "ignored_categories": "Ignored Categories", + "ignore_category": "Ignore Category", "audit_log": "Audit Log", "copy_link": "Copy Link", "repository": "リポジトリ", @@ -682,5 +685,12 @@ "hidden_tags": "Hidden Tags", "hidden_tags_desc": "Hides global tags from being selected in mods/threads by users, mods already using these tags need to be manually modified.", "install_with": "Install with {modManager}", - "mod_manager_not_installed": "Don't have {modManager}?" + "mod_manager_not_installed": "Don't have {modManager}?", + "leave_members": "Leave Members", + "sessions": "Sessions", + "ip_address": "IP Address", + "ip_ban": "IP Ban", + "ip_ban_help": "Bans the user and their IP. Note: this shouldn't really be relied on too much, users can easily change IPs, this is more of a bandage solution.", + "pinned_mods": "Pinned Mods", + "pinned_mods_desc": "Pinned mods appear on top of your regular mod list. You may choose up to 5 mods you own or a mod you are a member of (except viewer)." } From 92d2568408b0b4f458e504e28900b2c9a467a666 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 2 Jun 2026 01:27:58 +0300 Subject: [PATCH 11/22] New translations en.json (Korean) [ci skip] --- frontend/app/i18n/locales/ko.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/frontend/app/i18n/locales/ko.json b/frontend/app/i18n/locales/ko.json index 6175054c..1670cc21 100644 --- a/frontend/app/i18n/locales/ko.json +++ b/frontend/app/i18n/locales/ko.json @@ -641,6 +641,7 @@ "edit_mod_tip_2": "Once you're happy with the mod, you can publish it. allowing people to view & download it.", "edit_mod_warn_1": "음악 모드 같은 일부 모드는 승인이 필요합니다. 모드에 음악이 포함된 경우, 아래 링크를 통해 승인을 요청하세요.", "edit_mod_warn_2": "{here}에서 확인할 수 있는 사이트의 규칙을 숙지하시기 바랍니다.", + "edit_mod_warn_new_user": "As a new user, your first upload must be approved by a moderator. Afterwards you should be able to upload freely.", "auto_subscribe_to_mod": "모드 댓글에 자동 구독", "auto_subscribe_to_thread": "스레드에 자동 구독", "mark_as_answer": "답변으로 표시", @@ -648,7 +649,7 @@ "thread_answer": "해당 답변은 게시물에 대한 답변으로 선택되었습니다.", "login_required": "로그인이 필요합니다.", "manager_site_url": "사이트 URL", - "manager_site_url_desc": "모드 관리자 사이트 또는 해당 모드를 가져올 수 있는 사이트의 URL입니다.", + "manager_site_url_desc": "URL to the mod manager's site or place to get it from", "manager_download_url": "다운로드 URL", "manager_download_url_desc": "모드 파일 다운로드 및 설치를 관리하는 URL입니다. 현재 사용 가능한 매개변수는 mod_id, :file_id, :game_id, :manager_name, :game_short_name 입니다.", "status": "상태", @@ -674,6 +675,8 @@ "unignore": "무시 해제", "ignored_games": "Ignores Games", "ignored_mods": "무시 모드", + "ignored_categories": "Ignored Categories", + "ignore_category": "Ignore Category", "audit_log": "심사 기록", "copy_link": "링크 복사", "repository": "리포지토리", @@ -682,5 +685,12 @@ "hidden_tags": "Hidden Tags", "hidden_tags_desc": "Hides global tags from being selected in mods/threads by users, mods already using these tags need to be manually modified.", "install_with": "Install with {modManager}", - "mod_manager_not_installed": "Don't have {modManager}?" + "mod_manager_not_installed": "Don't have {modManager}?", + "leave_members": "Leave Members", + "sessions": "Sessions", + "ip_address": "IP Address", + "ip_ban": "IP Ban", + "ip_ban_help": "Bans the user and their IP. Note: this shouldn't really be relied on too much, users can easily change IPs, this is more of a bandage solution.", + "pinned_mods": "Pinned Mods", + "pinned_mods_desc": "Pinned mods appear on top of your regular mod list. You may choose up to 5 mods you own or a mod you are a member of (except viewer)." } From ca74f55d163310d84855ee789587b9106ec4fba7 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 2 Jun 2026 01:28:00 +0300 Subject: [PATCH 12/22] New translations en.json (Russian) [ci skip] --- frontend/app/i18n/locales/ru.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/frontend/app/i18n/locales/ru.json b/frontend/app/i18n/locales/ru.json index 3248304b..2b0a35d9 100644 --- a/frontend/app/i18n/locales/ru.json +++ b/frontend/app/i18n/locales/ru.json @@ -641,6 +641,7 @@ "edit_mod_tip_2": "Когда вы будете довольны модом, вы можете опубликовать его, чтобы люди могли просмотреть и скачать его.", "edit_mod_warn_1": "В некоторых случаях моды, например, музыкальные, требуют одобрения. Если ваш мод содержит музыку, отправьте его на одобрение (Ниже)", "edit_mod_warn_2": "Вы должны быть знакомы с нашими правилами, которые можно найти {here}", + "edit_mod_warn_new_user": "As a new user, your first upload must be approved by a moderator. Afterwards you should be able to upload freely.", "auto_subscribe_to_mod": "Автоматическая подписка на комментарии модераторов", "auto_subscribe_to_thread": "Автоподписка на тему", "mark_as_answer": "Пометить как ответ", @@ -674,6 +675,8 @@ "unignore": "Не игнорировать", "ignored_games": "Игнорируемые игры", "ignored_mods": "Игнорируемые моды", + "ignored_categories": "Ignored Categories", + "ignore_category": "Ignore Category", "audit_log": "Журнал аудита", "copy_link": "Скопировать ссылку", "repository": "Хранилище", @@ -682,5 +685,12 @@ "hidden_tags": "Скрытые теги", "hidden_tags_desc": "Скрывает глобальные теги от того, что были выбраны в модах/потоках пользователями, моды уже использующие эти теги должны быть изменены вручную.", "install_with": "Установить с помощью {modManager}", - "mod_manager_not_installed": "У вас нет {modManager}?" + "mod_manager_not_installed": "У вас нет {modManager}?", + "leave_members": "Leave Members", + "sessions": "Sessions", + "ip_address": "IP Address", + "ip_ban": "IP Ban", + "ip_ban_help": "Bans the user and their IP. Note: this shouldn't really be relied on too much, users can easily change IPs, this is more of a bandage solution.", + "pinned_mods": "Pinned Mods", + "pinned_mods_desc": "Pinned mods appear on top of your regular mod list. You may choose up to 5 mods you own or a mod you are a member of (except viewer)." } From f55b572570943248a2aaecc88c5b27c67cb9bd59 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 2 Jun 2026 01:28:01 +0300 Subject: [PATCH 13/22] New translations en.json (Chinese Simplified) [ci skip] --- frontend/app/i18n/locales/zh_Hans.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/frontend/app/i18n/locales/zh_Hans.json b/frontend/app/i18n/locales/zh_Hans.json index cbaf2018..fa00da65 100644 --- a/frontend/app/i18n/locales/zh_Hans.json +++ b/frontend/app/i18n/locales/zh_Hans.json @@ -641,6 +641,7 @@ "edit_mod_tip_2": "一旦您对模组满意,就可以发布它,让大家查看和下载。", "edit_mod_warn_1": "在某些情况下,模组需要审核(例如音乐模组)。如果您的模组包含了音乐,请在下方提交审核", "edit_mod_warn_2": "您必须要遵守我们的用户守则,查看 {here}", + "edit_mod_warn_new_user": "As a new user, your first upload must be approved by a moderator. Afterwards you should be able to upload freely.", "auto_subscribe_to_mod": "自动订阅模组评论区", "auto_subscribe_to_thread": "自动订阅主题", "mark_as_answer": "标记为正确回答", @@ -674,6 +675,8 @@ "unignore": "取消忽略", "ignored_games": "忽略的游戏", "ignored_mods": "忽略的模组", + "ignored_categories": "Ignored Categories", + "ignore_category": "Ignore Category", "audit_log": "审计日志", "copy_link": "复制链接", "repository": "代码仓库", @@ -682,5 +685,12 @@ "hidden_tags": "隐藏的标签", "hidden_tags_desc": "隐藏全局标签以避免被用户在模组/主题里选择,已使用这些标签的模组需手动修改。", "install_with": "使用 {modManager} 安装", - "mod_manager_not_installed": "没有 {modManager}?" + "mod_manager_not_installed": "没有 {modManager}?", + "leave_members": "Leave Members", + "sessions": "Sessions", + "ip_address": "IP Address", + "ip_ban": "IP Ban", + "ip_ban_help": "Bans the user and their IP. Note: this shouldn't really be relied on too much, users can easily change IPs, this is more of a bandage solution.", + "pinned_mods": "Pinned Mods", + "pinned_mods_desc": "Pinned mods appear on top of your regular mod list. You may choose up to 5 mods you own or a mod you are a member of (except viewer)." } From 5c6e3bf04f83c6ee0245eaf14e90ca1633ec5081 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 2 Jun 2026 01:28:03 +0300 Subject: [PATCH 14/22] New translations en.json (Portuguese, Brazilian) [ci skip] --- frontend/app/i18n/locales/pt_BR.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/frontend/app/i18n/locales/pt_BR.json b/frontend/app/i18n/locales/pt_BR.json index 87228ce3..1a3cb606 100644 --- a/frontend/app/i18n/locales/pt_BR.json +++ b/frontend/app/i18n/locales/pt_BR.json @@ -641,6 +641,7 @@ "edit_mod_tip_2": "Quando estiver satisfeito com o mod, você pode publicá-lo. Permitindo que as pessoas o visualizem e baixem.", "edit_mod_warn_1": "Em alguns casos, mods como mods musicais requerem aprovação. Se seu mod contém músicas, envie-o para aprovação (Abaixo)", "edit_mod_warn_2": "Você deve estar familiarizado com nossas regras, encontradas {aqui}", + "edit_mod_warn_new_user": "As a new user, your first upload must be approved by a moderator. Afterwards you should be able to upload freely.", "auto_subscribe_to_mod": "Inscrever-se automaticamente nos comentários do Mod", "auto_subscribe_to_thread": "Inscrever-se automaticamente nos comentários da discussão", "mark_as_answer": "Marcar como Resposta", @@ -648,7 +649,7 @@ "thread_answer": "Essa resposta foi escolhida como a resposta para o post.", "login_required": "Login Necessário", "manager_site_url": "URL do Site", - "manager_site_url_desc": "URL para o site do gerenciador de mods ou local para obtê-lo", + "manager_site_url_desc": "URL to the mod manager's site or place to get it from", "manager_download_url": "URL de Download", "manager_download_url_desc": "URL para gerenciar o download e a instalação de arquivos de mods. Parâmetros disponíveis atualmente: :mod_id, :file_id, :game_id, :manager_name e :game_short_name.", "status": "Status", @@ -674,6 +675,8 @@ "unignore": "Designorar", "ignored_games": "Jogos Ignorados", "ignored_mods": "Mods Ignorados", + "ignored_categories": "Ignored Categories", + "ignore_category": "Ignore Category", "audit_log": "Registro de Auditoria", "copy_link": "Copiar Link", "repository": "Repositório", @@ -682,5 +685,12 @@ "hidden_tags": "Hidden Tags", "hidden_tags_desc": "Hides global tags from being selected in mods/threads by users, mods already using these tags need to be manually modified.", "install_with": "Install with {modManager}", - "mod_manager_not_installed": "Don't have {modManager}?" + "mod_manager_not_installed": "Don't have {modManager}?", + "leave_members": "Leave Members", + "sessions": "Sessions", + "ip_address": "IP Address", + "ip_ban": "IP Ban", + "ip_ban_help": "Bans the user and their IP. Note: this shouldn't really be relied on too much, users can easily change IPs, this is more of a bandage solution.", + "pinned_mods": "Pinned Mods", + "pinned_mods_desc": "Pinned mods appear on top of your regular mod list. You may choose up to 5 mods you own or a mod you are a member of (except viewer)." } From c013f56bdaec55fd9ccf40539b3a06b40c52b530 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 2 Jun 2026 01:28:04 +0300 Subject: [PATCH 15/22] New translations en.json (Indonesian) [ci skip] --- frontend/app/i18n/locales/id.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/frontend/app/i18n/locales/id.json b/frontend/app/i18n/locales/id.json index b48794a2..0d56f79c 100644 --- a/frontend/app/i18n/locales/id.json +++ b/frontend/app/i18n/locales/id.json @@ -641,6 +641,7 @@ "edit_mod_tip_2": "Ketika anda sudah puas, mod bisa dipublikasikan, memperbolehkan orang lain untuk melihat dan mengunduh mod tersebut.", "edit_mod_warn_1": "Pada beberapa kasus, mod yang memodifikasi musik membutuhkan persetujuan. Jika mod anda memiliki konten musik, ajukan untuk disetujui (Dibawah)", "edit_mod_warn_2": "Anda dapat mengetahui peraturan di situs, disini {here}", + "edit_mod_warn_new_user": "As a new user, your first upload must be approved by a moderator. Afterwards you should be able to upload freely.", "auto_subscribe_to_mod": "Ikuti komentar Mod ini", "auto_subscribe_to_thread": "Ikuti Utasan ini", "mark_as_answer": "Tandai sebagai Jawaban", @@ -648,7 +649,7 @@ "thread_answer": "Balasan ini dipilih sebagai jawaban utasan ini", "login_required": "Login Dibutuhkan", "manager_site_url": "Tautan Situs", - "manager_site_url_desc": "Tautan ke situs mod manager", + "manager_site_url_desc": "URL to the mod manager's site or place to get it from", "manager_download_url": "Tautan Unduh", "manager_download_url_desc": "Tautan untuk mengatur unduhan & instalasi mod. Parameter yang dapat dipakai: :mod_id, :file_id, :game_id, :manager_name dan :game_short_name.", "status": "Status", @@ -674,6 +675,8 @@ "unignore": "Batal Diabaikan", "ignored_games": "Game Diabaikan", "ignored_mods": "Mod yang Diabaikan", + "ignored_categories": "Ignored Categories", + "ignore_category": "Ignore Category", "audit_log": "Catatan Audit", "copy_link": "Salin Tautan", "repository": "Repositori", @@ -682,5 +685,12 @@ "hidden_tags": "Hidden Tags", "hidden_tags_desc": "Hides global tags from being selected in mods/threads by users, mods already using these tags need to be manually modified.", "install_with": "Install with {modManager}", - "mod_manager_not_installed": "Don't have {modManager}?" + "mod_manager_not_installed": "Don't have {modManager}?", + "leave_members": "Leave Members", + "sessions": "Sessions", + "ip_address": "IP Address", + "ip_ban": "IP Ban", + "ip_ban_help": "Bans the user and their IP. Note: this shouldn't really be relied on too much, users can easily change IPs, this is more of a bandage solution.", + "pinned_mods": "Pinned Mods", + "pinned_mods_desc": "Pinned mods appear on top of your regular mod list. You may choose up to 5 mods you own or a mod you are a member of (except viewer)." } From 3141754f6d147ff7a482a85665b7e5d46dadb8ff Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 2 Jun 2026 02:26:32 +0300 Subject: [PATCH 16/22] Update source file en.json [ci skip] --- frontend/app/i18n/locales/en.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/frontend/app/i18n/locales/en.json b/frontend/app/i18n/locales/en.json index e77d96d6..9ef0d7cc 100644 --- a/frontend/app/i18n/locales/en.json +++ b/frontend/app/i18n/locales/en.json @@ -641,6 +641,7 @@ "edit_mod_tip_2": "Once you're happy with the mod, you can publish it, allowing people to view & download it.", "edit_mod_warn_1": "In some cases, mods such as music mods require approval. If your mod contains music, send it for approval (Below)", "edit_mod_warn_2": "You should be familiar with our rules, found {here}", + "edit_mod_warn_new_user": "As a new user, your first upload must be approved by a moderator. Afterwards you should be able to upload freely.", "auto_subscribe_to_mod": "Auto-Subscribe to Mod Comments", "auto_subscribe_to_thread": "Auto-Subscribe to Thread", "mark_as_answer": "Mark as Answer", @@ -648,7 +649,7 @@ "thread_answer": "This reply was chosen as the answer for the post", "login_required": "Login Required", "manager_site_url": "Site URL", - "manager_site_url_desc": "URL to the mod manager's site or place to get it from (Not implemented yet)", + "manager_site_url_desc": "URL to the mod manager's site or place to get it from", "manager_download_url": "Download URL", "manager_download_url_desc": "URL for handling download & installation of files of mods. Currently available parameters: :mod_id, :file_id, :game_id, :manager_name and :game_short_name.", "status": "Status", @@ -674,6 +675,8 @@ "unignore": "Unignore", "ignored_games": "Ignored Games", "ignored_mods": "Ignored Mods", + "ignored_categories": "Ignored Categories", + "ignore_category": "Ignore Category", "audit_log": "Audit Log", "copy_link": "Copy Link", "repository": "Repository", @@ -682,5 +685,12 @@ "hidden_tags": "Hidden Tags", "hidden_tags_desc": "Hides global tags from being selected in mods/threads by users, mods already using these tags need to be manually modified.", "install_with": "Install with {modManager}", - "mod_manager_not_installed": "Don't have {modManager}?" + "mod_manager_not_installed": "Don't have {modManager}?", + "leave_members": "Leave Members", + "sessions": "Sessions", + "ip_address": "IP Address", + "ip_ban": "IP Ban", + "ip_ban_help": "Bans the user and their IP. Note: this shouldn't really be relied on too much, users can easily change IPs, this is more of a bandage solution.", + "pinned_mods": "Pinned Mods", + "pinned_mods_desc": "Pinned mods appear on top of your regular mod list. You may choose up to 5 mods you own or a mod you are a member of (except viewer)." } From 557e1569fc6b066adf1f4eed69291cb0fd8dc7ea Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 2 Jun 2026 14:06:38 +0300 Subject: [PATCH 17/22] New translations en.json (French) [ci skip] --- frontend/app/i18n/locales/fr.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/i18n/locales/fr.json b/frontend/app/i18n/locales/fr.json index 3d6375fd..4816d24d 100644 --- a/frontend/app/i18n/locales/fr.json +++ b/frontend/app/i18n/locales/fr.json @@ -649,7 +649,7 @@ "thread_answer": "Cette réponse a été choisie comme réponse à la publication", "login_required": "Identification requise", "manager_site_url": "URL du site", - "manager_site_url_desc": "URL to the mod manager's site or place to get it from", + "manager_site_url_desc": "URL vers le site du gestionnaire de mods ou liens vers où le récupérer", "manager_download_url": "URL de téléchargement", "manager_download_url_desc": "URL pour gérer le téléchargement et l'installation des fichiers de mods. Paramètres : :mod_id, :file_id, :game_id, :manager_name et :game_short_name.", "status": "Statut", From a1a4db6c6b7613c125073998d13a8f0505ab6ddc Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 2 Jun 2026 14:06:39 +0300 Subject: [PATCH 18/22] New translations en.json (German) [ci skip] --- frontend/app/i18n/locales/de.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/i18n/locales/de.json b/frontend/app/i18n/locales/de.json index 30a1c96e..46ea89ee 100644 --- a/frontend/app/i18n/locales/de.json +++ b/frontend/app/i18n/locales/de.json @@ -649,7 +649,7 @@ "thread_answer": "Diese Antwort wurde als Antwort für den Post gewählt", "login_required": "Login benötigt", "manager_site_url": "Seiten URL", - "manager_site_url_desc": "URL to the mod manager's site or place to get it from", + "manager_site_url_desc": "Adresse für die Seite des Mod Managers, oder eine Seite wo man diesen bekommen kann", "manager_download_url": "Download URL", "manager_download_url_desc": "URL für die Handhabung von Download und Installation der Mod Dateien. Momentan verfügbare Parameter: :mod_id, :file_id, :game_id, :manager_name und :game_short_name.", "status": "Status", From 1e6a6eb14128858382a88b965bf86fcf7bb738d4 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 2 Jun 2026 14:06:41 +0300 Subject: [PATCH 19/22] New translations en.json (Italian) [ci skip] --- frontend/app/i18n/locales/it.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/i18n/locales/it.json b/frontend/app/i18n/locales/it.json index 5cd85271..110d9860 100644 --- a/frontend/app/i18n/locales/it.json +++ b/frontend/app/i18n/locales/it.json @@ -649,7 +649,7 @@ "thread_answer": "Questo commento è stato scelto come risposta per il post", "login_required": "Login Necessario", "manager_site_url": "URL del Sito", - "manager_site_url_desc": "URL to the mod manager's site or place to get it from", + "manager_site_url_desc": "URL per il sito del gestore della mod o del luogo in cui ottenerla", "manager_download_url": "URL del Download", "manager_download_url_desc": "URL per gestire il download e l'installazione dei file delle mod. Parametri attualmente disponibili: :mod_id, :file_id, :game_id, :manager_name e :game_short_name.", "status": "Stato", From fb281510c6dfefd98e096e04e72f12b99ad6d694 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 2 Jun 2026 14:06:42 +0300 Subject: [PATCH 20/22] New translations en.json (Korean) [ci skip] --- frontend/app/i18n/locales/ko.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/i18n/locales/ko.json b/frontend/app/i18n/locales/ko.json index 1670cc21..e506675f 100644 --- a/frontend/app/i18n/locales/ko.json +++ b/frontend/app/i18n/locales/ko.json @@ -649,7 +649,7 @@ "thread_answer": "해당 답변은 게시물에 대한 답변으로 선택되었습니다.", "login_required": "로그인이 필요합니다.", "manager_site_url": "사이트 URL", - "manager_site_url_desc": "URL to the mod manager's site or place to get it from", + "manager_site_url_desc": "모드 관리자 사이트 또는 해당 모드를 가져올 수 있는 사이트의 URL입니다.", "manager_download_url": "다운로드 URL", "manager_download_url_desc": "모드 파일 다운로드 및 설치를 관리하는 URL입니다. 현재 사용 가능한 매개변수는 mod_id, :file_id, :game_id, :manager_name, :game_short_name 입니다.", "status": "상태", From b52f300fffd785c7edd3ced09288d16249b593bc Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 2 Jun 2026 14:06:44 +0300 Subject: [PATCH 21/22] New translations en.json (Portuguese, Brazilian) [ci skip] --- frontend/app/i18n/locales/pt_BR.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/i18n/locales/pt_BR.json b/frontend/app/i18n/locales/pt_BR.json index 1a3cb606..26082d00 100644 --- a/frontend/app/i18n/locales/pt_BR.json +++ b/frontend/app/i18n/locales/pt_BR.json @@ -649,7 +649,7 @@ "thread_answer": "Essa resposta foi escolhida como a resposta para o post.", "login_required": "Login Necessário", "manager_site_url": "URL do Site", - "manager_site_url_desc": "URL to the mod manager's site or place to get it from", + "manager_site_url_desc": "URL para o site do gerenciador de mods ou local para obtê-lo", "manager_download_url": "URL de Download", "manager_download_url_desc": "URL para gerenciar o download e a instalação de arquivos de mods. Parâmetros disponíveis atualmente: :mod_id, :file_id, :game_id, :manager_name e :game_short_name.", "status": "Status", From 93b1a6e722c52fa0ba34a8fc15b137690e3d2ce7 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 2 Jun 2026 14:06:45 +0300 Subject: [PATCH 22/22] New translations en.json (Indonesian) [ci skip] --- frontend/app/i18n/locales/id.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/i18n/locales/id.json b/frontend/app/i18n/locales/id.json index 0d56f79c..c6ccd4ea 100644 --- a/frontend/app/i18n/locales/id.json +++ b/frontend/app/i18n/locales/id.json @@ -649,7 +649,7 @@ "thread_answer": "Balasan ini dipilih sebagai jawaban utasan ini", "login_required": "Login Dibutuhkan", "manager_site_url": "Tautan Situs", - "manager_site_url_desc": "URL to the mod manager's site or place to get it from", + "manager_site_url_desc": "Tautan ke situs mod manager", "manager_download_url": "Tautan Unduh", "manager_download_url_desc": "Tautan untuk mengatur unduhan & instalasi mod. Parameter yang dapat dipakai: :mod_id, :file_id, :game_id, :manager_name dan :game_short_name.", "status": "Status",