From 36011b5ff982f9691ba80d8c681f43538e3ba344 Mon Sep 17 00:00:00 2001 From: Risto Lahtela <24460436+Rsl1122@users.noreply.github.com> Date: Sun, 3 Jan 2021 12:53:38 +0200 Subject: [PATCH] Fix /plan m hotswap -> /plan db hotswap --- .../com/djrapitops/plan/settings/locale/lang/CommandLang.java | 2 +- Plan/common/src/main/resources/assets/plan/locale/locale_CN.txt | 2 +- Plan/common/src/main/resources/assets/plan/locale/locale_CS.txt | 2 +- Plan/common/src/main/resources/assets/plan/locale/locale_DE.txt | 2 +- Plan/common/src/main/resources/assets/plan/locale/locale_EN.txt | 2 +- Plan/common/src/main/resources/assets/plan/locale/locale_ES.txt | 2 +- Plan/common/src/main/resources/assets/plan/locale/locale_FI.txt | 2 +- Plan/common/src/main/resources/assets/plan/locale/locale_FR.txt | 2 +- Plan/common/src/main/resources/assets/plan/locale/locale_IT.txt | 2 +- Plan/common/src/main/resources/assets/plan/locale/locale_JA.txt | 2 +- Plan/common/src/main/resources/assets/plan/locale/locale_KO.txt | 2 +- .../src/main/resources/assets/plan/locale/locale_PT_BR.txt | 2 +- Plan/common/src/main/resources/assets/plan/locale/locale_RU.txt | 2 +- Plan/common/src/main/resources/assets/plan/locale/locale_TR.txt | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Plan/common/src/main/java/com/djrapitops/plan/settings/locale/lang/CommandLang.java b/Plan/common/src/main/java/com/djrapitops/plan/settings/locale/lang/CommandLang.java index d96b5adde..7daf82de5 100644 --- a/Plan/common/src/main/java/com/djrapitops/plan/settings/locale/lang/CommandLang.java +++ b/Plan/common/src/main/java/com/djrapitops/plan/settings/locale/lang/CommandLang.java @@ -115,7 +115,7 @@ public enum CommandLang implements Lang { RELOAD_COMPLETE("Cmd Info - Reload Complete", "§aReload Complete"), RELOAD_FAILED("Cmd Info - Reload Failed", "§cSomething went wrong during reload of the plugin, a restart is recommended."), NO_ADDRESS_NOTIFY("Cmd Notify - No Address", "§eNo address was available - using localhost as fallback. Set up 'Alternative_IP' settings."), - HOTSWAP_REMINDER("Manage - Remind HotSwap", "§eRemember to swap to the new database (/plan m hotswap ${0}) & reload the plugin."), + HOTSWAP_REMINDER("Manage - Remind HotSwap", "§eRemember to swap to the new database (/plan db hotswap ${0}) & reload the plugin."), PROGRESS_START("Manage - Start", "> §2Processing data.."), PROGRESS("Manage - Progress", "${0} / ${1} processed.."), PROGRESS_SUCCESS("Manage - Success", "> §aSuccess!"), diff --git a/Plan/common/src/main/resources/assets/plan/locale/locale_CN.txt b/Plan/common/src/main/resources/assets/plan/locale/locale_CN.txt index d01551183..67484544a 100644 --- a/Plan/common/src/main/resources/assets/plan/locale/locale_CN.txt +++ b/Plan/common/src/main/resources/assets/plan/locale/locale_CN.txt @@ -398,7 +398,7 @@ Manage - Fail Same server || 无法将服务器标记为 Manage - Fail, Confirmation || > §c[数据统计] 请添加 -a 以确认执行!${0} Manage - List Importers || 导入器: Manage - Progress || ${0} / ${1} processed.. -Manage - Remind HotSwap || §e[数据统计] 请切换至新数据库并重载插件(/plan m hotswap ${0}) +Manage - Remind HotSwap || §e[数据统计] 请切换至新数据库并重载插件(/plan db hotswap ${0}) Manage - Start || »§7 正在处理数据... Manage - Success || §f» §2 成功! Negative || 否 diff --git a/Plan/common/src/main/resources/assets/plan/locale/locale_CS.txt b/Plan/common/src/main/resources/assets/plan/locale/locale_CS.txt index d7858b1b4..1f4060061 100644 --- a/Plan/common/src/main/resources/assets/plan/locale/locale_CS.txt +++ b/Plan/common/src/main/resources/assets/plan/locale/locale_CS.txt @@ -398,7 +398,7 @@ Manage - Fail Same server || Nelze označit tento server j Manage - Fail, Confirmation || > §cPřidejte '-a' argument k potvrzení provedení: ${0} Manage - List Importers || Importery: Manage - Progress || ${0} / ${1} zpracovávání.. -Manage - Remind HotSwap || §eNezapomeňte přehodit na novou databázi (/plan m hotswap ${0}) & reload pluginu. +Manage - Remind HotSwap || §eNezapomeňte přehodit na novou databázi (/plan db hotswap ${0}) & reload pluginu. Manage - Start || > §2Zpracovávám data.. Manage - Success || > §aÚspěch! Negative || Ne diff --git a/Plan/common/src/main/resources/assets/plan/locale/locale_DE.txt b/Plan/common/src/main/resources/assets/plan/locale/locale_DE.txt index 886db8853..df78932b5 100644 --- a/Plan/common/src/main/resources/assets/plan/locale/locale_DE.txt +++ b/Plan/common/src/main/resources/assets/plan/locale/locale_DE.txt @@ -398,7 +398,7 @@ Manage - Fail Same server || Server kann nicht als uninsta Manage - Fail, Confirmation || > §cFüge '-a' zum Befehl hinzu um die Ausführung zu bestätigen: ${0} Manage - List Importers || Importer: Manage - Progress || ${0} / ${1} processed.. -Manage - Remind HotSwap || §eDenk dran, zur neuen Datenbank zu wechseln (/plan m hotswap ${0}) und um das Plugin neu zu laden. +Manage - Remind HotSwap || §eDenk dran, zur neuen Datenbank zu wechseln (/plan db hotswap ${0}) und um das Plugin neu zu laden. Manage - Start || > §2Verarbeite Daten... Manage - Success || > §aErfolgreich! Negative || Nein diff --git a/Plan/common/src/main/resources/assets/plan/locale/locale_EN.txt b/Plan/common/src/main/resources/assets/plan/locale/locale_EN.txt index f3810c246..be306dc98 100644 --- a/Plan/common/src/main/resources/assets/plan/locale/locale_EN.txt +++ b/Plan/common/src/main/resources/assets/plan/locale/locale_EN.txt @@ -398,7 +398,7 @@ Manage - Fail Same server || Can not mark this server as u Manage - Fail, Confirmation || > §cAdd '-a' argument to confirm execution: ${0} Manage - List Importers || Importers: Manage - Progress || ${0} / ${1} processed.. -Manage - Remind HotSwap || §eRemember to swap to the new database (/plan m hotswap ${0}) & reload the plugin. +Manage - Remind HotSwap || §eRemember to swap to the new database (/plan db hotswap ${0}) & reload the plugin. Manage - Start || > §2Processing data.. Manage - Success || > §aSuccess! Negative || No diff --git a/Plan/common/src/main/resources/assets/plan/locale/locale_ES.txt b/Plan/common/src/main/resources/assets/plan/locale/locale_ES.txt index dc8f5b785..d97bcdfc4 100644 --- a/Plan/common/src/main/resources/assets/plan/locale/locale_ES.txt +++ b/Plan/common/src/main/resources/assets/plan/locale/locale_ES.txt @@ -398,7 +398,7 @@ Manage - Fail Same server || No se ha podido marcar el ser Manage - Fail, Confirmation || > §cAñade el argumento '-a' para confirmar la ejecución: ${0} Manage - List Importers || Importadores: Manage - Progress || ${0} / ${1} processed.. -Manage - Remind HotSwap || §eRecuerda cambiarte a la nueva base de datos (/plan m hotswap ${0}) & recarga el plugin. +Manage - Remind HotSwap || §eRecuerda cambiarte a la nueva base de datos (/plan db hotswap ${0}) & recarga el plugin. Manage - Start || > §2Procesando datos.. Manage - Success || > §a¡Éxito! Negative || No diff --git a/Plan/common/src/main/resources/assets/plan/locale/locale_FI.txt b/Plan/common/src/main/resources/assets/plan/locale/locale_FI.txt index 302f4a1c3..827fc9df5 100644 --- a/Plan/common/src/main/resources/assets/plan/locale/locale_FI.txt +++ b/Plan/common/src/main/resources/assets/plan/locale/locale_FI.txt @@ -398,7 +398,7 @@ Manage - Fail Same server || Ei voi merkitä tätä palvel Manage - Fail, Confirmation || > §cLisää '-a' vahvistaaksesi: ${0} Manage - List Importers || Tuojat: Manage - Progress || ${0} / ${1} processed.. -Manage - Remind HotSwap || §eMuista vaihtaa tietokantaa (/plan m hotswap ${0}) & käynnistä Plan uudelleen. +Manage - Remind HotSwap || §eMuista vaihtaa tietokantaa (/plan db hotswap ${0}) & käynnistä Plan uudelleen. Manage - Start || > §2Prosessoidaan tietoa.. Manage - Success || > §aOnnistui! Negative || Ei diff --git a/Plan/common/src/main/resources/assets/plan/locale/locale_FR.txt b/Plan/common/src/main/resources/assets/plan/locale/locale_FR.txt index 821f1103e..8aafd2354 100644 --- a/Plan/common/src/main/resources/assets/plan/locale/locale_FR.txt +++ b/Plan/common/src/main/resources/assets/plan/locale/locale_FR.txt @@ -398,7 +398,7 @@ Manage - Fail Same server || Impossible de marquer ce serv Manage - Fail, Confirmation || > §cAjoutez l'argmenter '-a' afin de confirmer l'éxécution : ${0} Manage - List Importers || Importateurs : Manage - Progress || ${0} / ${1} processed.. -Manage - Remind HotSwap || §eN'oubliez pas de passer à la nouvelle base de données (/plan m hotswap ${0}) & de recharger Plan. +Manage - Remind HotSwap || §eN'oubliez pas de passer à la nouvelle base de données (/plan db hotswap ${0}) & de recharger Plan. Manage - Start || > §2Traitement des données... Manage - Success || > §aSuccès ! Negative || Non diff --git a/Plan/common/src/main/resources/assets/plan/locale/locale_IT.txt b/Plan/common/src/main/resources/assets/plan/locale/locale_IT.txt index bd6cc143e..5ed04b2c6 100644 --- a/Plan/common/src/main/resources/assets/plan/locale/locale_IT.txt +++ b/Plan/common/src/main/resources/assets/plan/locale/locale_IT.txt @@ -398,7 +398,7 @@ Manage - Fail Same server || Impossibile rimuovere questo Manage - Fail, Confirmation || > §cAggiungi l'argomento '-a' per confermare l'esecuzione: ${0} Manage - List Importers || Importatori: Manage - Progress || ${0} / ${1} processed.. -Manage - Remind HotSwap || §eRircorda di cambiare il nuovo database (/plan m hotswap ${0}) e ricaricare il plugin. +Manage - Remind HotSwap || §eRircorda di cambiare il nuovo database (/plan db hotswap ${0}) e ricaricare il plugin. Manage - Start || > §2Processando i dati.. Manage - Success || > §aCompletato! Negative || No diff --git a/Plan/common/src/main/resources/assets/plan/locale/locale_JA.txt b/Plan/common/src/main/resources/assets/plan/locale/locale_JA.txt index ab5cbe5ea..3a2572419 100644 --- a/Plan/common/src/main/resources/assets/plan/locale/locale_JA.txt +++ b/Plan/common/src/main/resources/assets/plan/locale/locale_JA.txt @@ -398,7 +398,7 @@ Manage - Fail Same server || このサーバーをアン Manage - Fail, Confirmation || > §c実行を確認するために引数「-a」を追加します: ${0} Manage - List Importers || インポーター: Manage - Progress || ${0} / ${1} を処理中.. -Manage - Remind HotSwap || §e新しいデータベースに交換することを忘れないで下さい(/plan m hotswap ${0})。そして、プラグインをリロードして下さい +Manage - Remind HotSwap || §e新しいデータベースに交換することを忘れないで下さい(/plan db hotswap ${0})。そして、プラグインをリロードして下さい Manage - Start || > §2データを処理中です.. Manage - Success || > §a成功しました! Negative || ない diff --git a/Plan/common/src/main/resources/assets/plan/locale/locale_KO.txt b/Plan/common/src/main/resources/assets/plan/locale/locale_KO.txt index b0125025e..456ceffd1 100644 --- a/Plan/common/src/main/resources/assets/plan/locale/locale_KO.txt +++ b/Plan/common/src/main/resources/assets/plan/locale/locale_KO.txt @@ -399,7 +399,7 @@ Manage - Fail Same server || 이 서버를 제거된 것 Manage - Fail, Confirmation || > §cAdd '-a' argument to confirm execution: ${0} Manage - List Importers || Importers: Manage - Progress || ${0} / ${1} 처리 중.. -Manage - Remind HotSwap || §e새 데이터베이스 (/plan m hotswap ${0})로 교체하고 플러그인을 다시 로드해야합니다. +Manage - Remind HotSwap || §e새 데이터베이스 (/plan db hotswap ${0})로 교체하고 플러그인을 다시 로드해야합니다. Manage - Start || > §2데이터 처리 중.. Manage - Success || > §a성공! Negative || 아니오 diff --git a/Plan/common/src/main/resources/assets/plan/locale/locale_PT_BR.txt b/Plan/common/src/main/resources/assets/plan/locale/locale_PT_BR.txt index 7d6b011fd..ffd326570 100644 --- a/Plan/common/src/main/resources/assets/plan/locale/locale_PT_BR.txt +++ b/Plan/common/src/main/resources/assets/plan/locale/locale_PT_BR.txt @@ -398,7 +398,7 @@ Manage - Fail Same server || Can not mark this server as u Manage - Fail, Confirmation || > §cAdicione o argumento '-a' para confirmar a execução: ${0} Manage - List Importers || Importadores: Manage - Progress || ${0} / ${1} processed.. -Manage - Remind HotSwap || §eLembre-se de trocar para o novo banco de dados (/plan m hotswap ${0}) & reinicie o plugin. +Manage - Remind HotSwap || §eLembre-se de trocar para o novo banco de dados (/plan db hotswap ${0}) & reinicie o plugin. Manage - Start || > §2Processando dados.. Manage - Success || > §aSucesso! Negative || Não diff --git a/Plan/common/src/main/resources/assets/plan/locale/locale_RU.txt b/Plan/common/src/main/resources/assets/plan/locale/locale_RU.txt index c8bc71ae0..4eea9d02b 100644 --- a/Plan/common/src/main/resources/assets/plan/locale/locale_RU.txt +++ b/Plan/common/src/main/resources/assets/plan/locale/locale_RU.txt @@ -398,7 +398,7 @@ Manage - Fail Same server || Невозможно поме Manage - Fail, Confirmation || > §cДобавьте аргумент '-a' для подтверждения выполнения: ${0} Manage - List Importers || Импортеры: Manage - Progress || ${0} / ${1} processed.. -Manage - Remind HotSwap || §eНе забудьте поменять на новую базу данных (/plan m hotswap ${0}) и перезагрузить плагин. +Manage - Remind HotSwap || §eНе забудьте поменять на новую базу данных (/plan db hotswap ${0}) и перезагрузить плагин. Manage - Start || > §2Обработка данных.. Manage - Success || > §aУспех! Negative || Нет diff --git a/Plan/common/src/main/resources/assets/plan/locale/locale_TR.txt b/Plan/common/src/main/resources/assets/plan/locale/locale_TR.txt index 3f4380a22..951e35733 100644 --- a/Plan/common/src/main/resources/assets/plan/locale/locale_TR.txt +++ b/Plan/common/src/main/resources/assets/plan/locale/locale_TR.txt @@ -398,7 +398,7 @@ Manage - Fail Same server || Can not mark this server as u Manage - Fail, Confirmation || > §cKomutu onaylamak için '-a' komuta ekle: ${0} Manage - List Importers || Importers: Manage - Progress || ${0} / ${1} processed.. -Manage - Remind HotSwap || §eRemember to swap to the new database (/plan m hotswap ${0}) & reload the plugin. +Manage - Remind HotSwap || §eRemember to swap to the new database (/plan db hotswap ${0}) & reload the plugin. Manage - Start || > §2Veri işleniyor.. Manage - Success || > §aBaşarılı! Negative || Hayır