diff --git a/frontend/app/i18n/locales/cs.json b/frontend/app/i18n/locales/cs.json index bcebb1b0..fbb6df1f 100644 --- a/frontend/app/i18n/locales/cs.json +++ b/frontend/app/i18n/locales/cs.json @@ -678,5 +678,7 @@ "use_system_date_format": "Použít Systémový Formát Data", "use_system_date_format_desc": "Změní data (nerelativní) tak, aby používala formát definovaný ve vašem systému/prohlížeči místo zvoleného jazyka.", "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ě." + "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": "Install with {modManager}", + "mod_manager_not_installed": "Don't have {modManager}?" } diff --git a/frontend/app/i18n/locales/de.json b/frontend/app/i18n/locales/de.json index ee7f7aba..e186c1ef 100644 --- a/frontend/app/i18n/locales/de.json +++ b/frontend/app/i18n/locales/de.json @@ -678,5 +678,7 @@ "use_system_date_format": "Use System Date Format", "use_system_date_format_desc": "Changes dates (non relative) to use the format defined on your system/browser instead of chosen language.", "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." + "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}?" } diff --git a/frontend/app/i18n/locales/en.json b/frontend/app/i18n/locales/en.json index 5fd79e54..377f41e8 100644 --- a/frontend/app/i18n/locales/en.json +++ b/frontend/app/i18n/locales/en.json @@ -678,5 +678,7 @@ "use_system_date_format": "Use System Date Format", "use_system_date_format_desc": "Changes dates (non relative) to use the format defined on your system/browser instead of chosen language.", "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." + "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}?" } diff --git a/frontend/app/i18n/locales/es.json b/frontend/app/i18n/locales/es.json index 98b88c0b..d5298558 100644 --- a/frontend/app/i18n/locales/es.json +++ b/frontend/app/i18n/locales/es.json @@ -678,5 +678,7 @@ "use_system_date_format": "Usar formato de fecha del sistema", "use_system_date_format_desc": "Cambia las fechas (no relativas) para que usen el formato configurado en tu sistema o navegador, en lugar del definido por el idioma elegido.", "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." + "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": "Install with {modManager}", + "mod_manager_not_installed": "Don't have {modManager}?" } diff --git a/frontend/app/i18n/locales/fr.json b/frontend/app/i18n/locales/fr.json index d9e18302..8366287c 100644 --- a/frontend/app/i18n/locales/fr.json +++ b/frontend/app/i18n/locales/fr.json @@ -678,5 +678,7 @@ "use_system_date_format": "Use System Date Format", "use_system_date_format_desc": "Changes dates (non relative) to use the format defined on your system/browser instead of chosen language.", "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." + "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}?" } diff --git a/frontend/app/i18n/locales/hu.json b/frontend/app/i18n/locales/hu.json index 69ff66ea..6bff5508 100644 --- a/frontend/app/i18n/locales/hu.json +++ b/frontend/app/i18n/locales/hu.json @@ -678,5 +678,7 @@ "use_system_date_format": "Use System Date Format", "use_system_date_format_desc": "Changes dates (non relative) to use the format defined on your system/browser instead of chosen language.", "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." + "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}?" } diff --git a/frontend/app/i18n/locales/id.json b/frontend/app/i18n/locales/id.json index 3bc780ad..463c5a50 100644 --- a/frontend/app/i18n/locales/id.json +++ b/frontend/app/i18n/locales/id.json @@ -678,5 +678,7 @@ "use_system_date_format": "Use System Date Format", "use_system_date_format_desc": "Changes dates (non relative) to use the format defined on your system/browser instead of chosen language.", "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." + "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}?" } diff --git a/frontend/app/i18n/locales/it.json b/frontend/app/i18n/locales/it.json index 8ab971f1..731ede8e 100644 --- a/frontend/app/i18n/locales/it.json +++ b/frontend/app/i18n/locales/it.json @@ -678,5 +678,7 @@ "use_system_date_format": "Use System Date Format", "use_system_date_format_desc": "Changes dates (non relative) to use the format defined on your system/browser instead of chosen language.", "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." + "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}?" } diff --git a/frontend/app/i18n/locales/ja.json b/frontend/app/i18n/locales/ja.json index dd0fb832..62a95be5 100644 --- a/frontend/app/i18n/locales/ja.json +++ b/frontend/app/i18n/locales/ja.json @@ -678,5 +678,7 @@ "use_system_date_format": "Use System Date Format", "use_system_date_format_desc": "Changes dates (non relative) to use the format defined on your system/browser instead of chosen language.", "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." + "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}?" } diff --git a/frontend/app/i18n/locales/ko.json b/frontend/app/i18n/locales/ko.json index 77bec7de..5556b40c 100644 --- a/frontend/app/i18n/locales/ko.json +++ b/frontend/app/i18n/locales/ko.json @@ -678,5 +678,7 @@ "use_system_date_format": "Use System Date Format", "use_system_date_format_desc": "Changes dates (non relative) to use the format defined on your system/browser instead of chosen language.", "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." + "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}?" } diff --git a/frontend/app/i18n/locales/pl.json b/frontend/app/i18n/locales/pl.json index 3bbdd5e7..88f04cb7 100644 --- a/frontend/app/i18n/locales/pl.json +++ b/frontend/app/i18n/locales/pl.json @@ -678,5 +678,7 @@ "use_system_date_format": "Use System Date Format", "use_system_date_format_desc": "Changes dates (non relative) to use the format defined on your system/browser instead of chosen language.", "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." + "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}?" } diff --git a/frontend/app/i18n/locales/pt_BR.json b/frontend/app/i18n/locales/pt_BR.json index c33cdf6c..50f50745 100644 --- a/frontend/app/i18n/locales/pt_BR.json +++ b/frontend/app/i18n/locales/pt_BR.json @@ -678,5 +678,7 @@ "use_system_date_format": "Use System Date Format", "use_system_date_format_desc": "Changes dates (non relative) to use the format defined on your system/browser instead of chosen language.", "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." + "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}?" } diff --git a/frontend/app/i18n/locales/ru.json b/frontend/app/i18n/locales/ru.json index decda829..b8a55e6f 100644 --- a/frontend/app/i18n/locales/ru.json +++ b/frontend/app/i18n/locales/ru.json @@ -678,5 +678,7 @@ "use_system_date_format": "Use System Date Format", "use_system_date_format_desc": "Changes dates (non relative) to use the format defined on your system/browser instead of chosen language.", "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." + "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}?" } diff --git a/frontend/app/i18n/locales/tr.json b/frontend/app/i18n/locales/tr.json index 3ee55a8e..c3718524 100644 --- a/frontend/app/i18n/locales/tr.json +++ b/frontend/app/i18n/locales/tr.json @@ -678,5 +678,7 @@ "use_system_date_format": "Use System Date Format", "use_system_date_format_desc": "Changes dates (non relative) to use the format defined on your system/browser instead of chosen language.", "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." + "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}?" } diff --git a/frontend/app/i18n/locales/zh_Hans.json b/frontend/app/i18n/locales/zh_Hans.json index b30e940f..6eac6bb9 100644 --- a/frontend/app/i18n/locales/zh_Hans.json +++ b/frontend/app/i18n/locales/zh_Hans.json @@ -678,5 +678,7 @@ "use_system_date_format": "使用系统日期格式", "use_system_date_format_desc": "将非相对日期更改为使用系统/浏览器定义的格式,而非所选语言的格式。", "hidden_tags": "隐藏的标签", - "hidden_tags_desc": "隐藏全局标签以避免被用户在模组/主题里选择,已使用这些标签的模组需手动修改。" + "hidden_tags_desc": "隐藏全局标签以避免被用户在模组/主题里选择,已使用这些标签的模组需手动修改。", + "install_with": "Install with {modManager}", + "mod_manager_not_installed": "Don't have {modManager}?" }