From b03b8624caa5ca94e716e459e0fa033782140704 Mon Sep 17 00:00:00 2001 From: Madis Otenurm Date: Thu, 7 Dec 2023 14:15:32 +0100 Subject: [PATCH] 1.20.3 tooltip change (#445) * 1.20.3 tooltip change * Update en_us.json * Update et_ee.json * Update en_us.json * Update en_us.json * Update et_ee.json --- src/main/resources/assets/nochatreports/lang/en_us.json | 8 ++++---- src/main/resources/assets/nochatreports/lang/et_ee.json | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/main/resources/assets/nochatreports/lang/en_us.json b/src/main/resources/assets/nochatreports/lang/en_us.json index bcdde1fb..11f276ae 100644 --- a/src/main/resources/assets/nochatreports/lang/en_us.json +++ b/src/main/resources/assets/nochatreports/lang/en_us.json @@ -8,7 +8,7 @@ "gui.nochatreports.safety_status_button.controls": "Left-click to cycle between signing modes.", "gui.nochatreports.safety_status.secure": "This server has No Chat Reports installed, or prevents your messages from being reportable in some other known way. You can chat safely.", "gui.nochatreports.safety_status.singleplayer": "You can always chat safely in singleplayer and self-hosted LAN worlds.", - "gui.nochatreports.safety_status.unintrusive": "This server allows you to send unsigned messages which cannot be reported to Mojang. Unless some kind of plugin is installed on the server that prevents chat reports - vanilla clients will still send signed messages, display unsigned messages as \"Unverified\" and not show them if \"Only Show Secure Chat\" is enabled in chat options.", + "gui.nochatreports.safety_status.unintrusive": "This server allows you to send unsigned messages which cannot be reported to Mojang. Vanilla clients will consider others' messages unsigned (even if they are actually signed), display all of them as \"Unverified\" and may not show them if \"Only Show Secure Chat\" is enabled in chat options.", "gui.nochatreports.safety_status.insecure": "This server currently demands all chat messages to be signed. All signed messages are a potentially incriminating evidence that can be used against you in a chat report.", "gui.nochatreports.safety_status.insecure_signing": "You have enabled chat signing, which makes all your messages a potentially incriminating evidence that can be used against you in a chat report.", "gui.nochatreports.safety_status.realms": "This is a Realms server. Not only is there no way to prevent chat reports here, but Mojang also employs automated chat monitoring to identify potential \"online harms\" and escalate them to human review, whether the owner of the Realm likes it or not. Your only hope is chat encryption.", @@ -22,7 +22,7 @@ "gui.nochatreports.signing_status.disabled_offline": "Message signing is disabled since this is an offline server.", "gui.nochatreports.reload_config_tooltip": "Reload No Chat Reports config. Use carefully.", "gui.nochatreports.verified_server": "§a§lSafe Server§r\nWe could verify that this server has No Chat Reports installed, or prevents chat reports in some other known way. You can chat safely there.", - "gui.nochatreports.ncr_toggle_tooltip": "§lNo Chat Reports:§r %1$s\nDisable or enable most of the mod's client-sided functionality. You may have to do this to join some Paper/Velocity servers, as they are known to cause issues with NCR.\nCertain networking-unrelated things, such as encryption, chat trust status tweaks and removal of vanilla's \"Chat messages can't be verified\" toast will still work; they can be disabled in config individually.", + "gui.nochatreports.ncr_toggle_tooltip": "§lNo Chat Reports:§r %1$s\nDisable or enable most of the mod's client-sided functionality. You may have to do this to join some Paper/Velocity servers, as they are known to cause issues with NCR. Note that signing messages where not required may allow malicious users to report you even when you can't report them.\nCertain networking-unrelated things, such as encryption, chat trust status tweaks and removal of vanilla's \"Chat messages can't be verified\" toast will still work; they can be disabled in config individually.", "gui.nochatreports.ncr_state_on": "§a§lEnabled§r", "gui.nochatreports.ncr_state_off": "§c§lDisabled§r", "tag.nochatreports.encrypted": "Encrypted using: %1$s", @@ -32,7 +32,7 @@ "gui.nochatreports.encryption_state_on": "§a§lEnabled§r", "gui.nochatreports.encryption_state_off": "§c§lDisabled§r", "gui.nochatreports.encryption_warning.header": "About Encryption", - "gui.nochatreports.encryption_warning.contents": "You can encrypt your messages using a secret key. Only people who know this key will be able to decrypt them. No Chat Reports will automatically decrypt all encrypted messages when a suitable key is provided and the feature is enabled.\nHowever, be aware that encryption is not a \"magic wand\" kind of solution. Moderators on third-party servers can mute or ban you for sending what will appear to them as a garbled mess in chat. Futhermore, it is recommended that you generate a custom encryption key and communicate it to other people only via secure channels. Click \"Learn More\" to learn more about how and when you should use encryption.", + "gui.nochatreports.encryption_warning.contents": "You can encrypt your messages using a secret key. Only people who know this key will be able to decrypt them. No Chat Reports will automatically decrypt all encrypted messages when a suitable key is provided and the feature is enabled.\nHowever, be aware that encryption is not a \"magic wand\" kind of solution. Moderators on third-party servers can mute or ban you for sending what will appear to them as a garbled mess in chat. Furthermore, it is recommended that you generate a custom encryption key and communicate it to other people only via secure channels. Click \"Learn More\" to learn more about how and when you should use encryption.", "gui.nochatreports.encryption_warning.check": "Don't show again", "gui.nochatreports.encryption_warning.learn_more": "Learn More", "gui.nochatreports.encryption_config.header": "Encryption Settings", @@ -72,7 +72,7 @@ "gui.nochatreports.signing_mode.never_forced": "Cannot Enable", "gui.nochatreports.signing_mode.prompt": "Prompt", "gui.nochatreports.signing_mode.on_demand": "On Demand", - "gui.nochatreports.signing_mode.always.tooltip": "This mode automatically enables message signing as soon as you enter the server, identically to how a vanilla client would.", + "gui.nochatreports.signing_mode.always.tooltip": "This mode automatically enables message signing as soon as you enter the server, identically to how a vanilla client would. Note that signing messages where not required may allow malicious users to report you even when you can't report them.", "gui.nochatreports.signing_mode.never.tooltip": "In this mode, messages are never signed and all server requests to sign them are ignored.", "gui.nochatreports.signing_mode.never_forced.tooltip": "This mode indicates that your messages cannot be signed at all, either because you are using an offline account or because the client failed to fetch your signing keys from Mojang's service.", "gui.nochatreports.signing_mode.prompt.tooltip": "In this mode, messages are not signed by default, but if the server demands signing, you will be shown a pop-up screen where you can enable signing for one session.", diff --git a/src/main/resources/assets/nochatreports/lang/et_ee.json b/src/main/resources/assets/nochatreports/lang/et_ee.json index 70b86143..f1678c6d 100644 --- a/src/main/resources/assets/nochatreports/lang/et_ee.json +++ b/src/main/resources/assets/nochatreports/lang/et_ee.json @@ -6,7 +6,7 @@ "gui.nochatreports.safety_status_button.controls": "Signeerimisrežiimide vahel lülitamiseks tee vasakklõps.", "gui.nochatreports.safety_status.secure": "Sellele serverile on paigaldatud mod No Chat Reports või see piirab sinu sõnumitest teatamist mõnel muul teadaoleval viisil. Sa saad turvaliselt vestelda.", "gui.nochatreports.safety_status.singleplayer": "Üksikmängus saad sa alati turvaliselt vestelda.", - "gui.nochatreports.safety_status.unintrusive": "See server võimaldab saata signeerimata sõnumeid, mida ei saa Mojangile teatada. Kui serveris pole mõnda vestlusest teatamise piiramise pluginat, saadavad vanillikliendid siiski signeeritud sõnumeid, kuvavad signeerimata sõnumeid \"kinnitamata sõnumitena\" ning ei kuva neid üldse, kui vestlusseadetes on lubatud \"Vaid turvaline vestlus\".", + "gui.nochatreports.safety_status.unintrusive": "See server võimaldab saata signeerimata sõnumeid, mida ei saa Mojangile teatada. Vanillikliendid käsitlevad teiste sõnumeid kui signeerimata (isegi kui need on päriselt signeeritud), kuvavad kõiki sõnumeid \"kinnitamata sõnumitena\" ning ei pruugi kuvada neid üldse, kui vestlusseadetes on lubatud \"Vaid turvaline vestlus\".", "gui.nochatreports.safety_status.insecure": "See server nõuab hetkel kõikide mängijasõnumite signeerimist. Kõik signeeritud sõnumid on potentsiaalselt süüdistav asitõend, mida saab raportis sinu vastu kasutada.", "gui.nochatreports.safety_status.insecure_signing": "Oled lubanud vestluse signeerimise, mis teeb kõik su sõnumid potentsiaalselt süüdistavaks asitõendiks, mida saab raportis sinu vastu kasutada.", "gui.nochatreports.safety_status.realms": "See on Realmsi server. Lisaks sellele, et siin ei saa vestlusest teatamist keelata, kasutab Mojang ka automaatset vestlusseiret, et tuvastada potentsiaalsed \"võrgukäitumise rikkumised\" ning saata need edasi inimkontrolli, olenemata sellest, kas see meeldib realmi omanikule või mitte. Sinu ainus lootus on vestluse krüpteerimine.", @@ -20,7 +20,7 @@ "gui.nochatreports.signing_status.disabled_offline": "Sõnumite signeerimine on keelatud, kuna tegu on võrguta serveriga.", "gui.nochatreports.reload_config_tooltip": "Laadi No Chat Reports seadistus uuesti. Kasuta ettevaatlikult.", "gui.nochatreports.verified_server": "§a§lTurvaline server§r\nKinnitasime, et serverile on paigaldatud mod No Chat Reports või see piirab sõnumitest teatamist mõnel muul teadaoleval viisil. Sa saad turvaliselt vestelda.", - "gui.nochatreports.ncr_toggle_tooltip": "§lNo Chat Reports:§r %1$s\nKeela või luba enamus modi kliendipoolsest funktsionaalsusest. See võib olla vajalik teatud Paper/Velocity serveritega ühendumiseks, kuna need on teadaolevalt NCRiga probleeme põhjustanud.\nTeatud võrguga mitteseonduvad asjad, nagu serveri turvataseme kuvamine ning vanilli \"Vestlussõnumeid ei saa kinnitada\" hüpiku eemaldus töötavad siiski; neid saab seadistustes individuaalselt lülitada.", + "gui.nochatreports.ncr_toggle_tooltip": "§lNo Chat Reports:§r %1$s\nKeela või luba enamus modi kliendipoolsest funktsionaalsusest. See võib olla vajalik teatud Paper/Velocity serveritega ühendumiseks, kuna need on teadaolevalt NCRiga probleeme põhjustanud. Pane tähele, et sõnumite signeerimine seal, kus seda ei ole nõutud, võib lubada pahatahtlikel kasutajatel sind raporteerida isegi siis, kui sina neid raporteerida ei saa.\nTeatud võrguga mitteseonduvad asjad, nagu serveri turvataseme kuvamine ning vanilli \"Vestlussõnumeid ei saa kinnitada\" hüpiku eemaldus töötavad siiski; neid saab seadistustes individuaalselt lülitada.", "gui.nochatreports.ncr_state_on": "§a§llubatud§r", "gui.nochatreports.ncr_state_off": "§c§lkeelatud§r", "tag.nochatreports.encrypted": "Krüpteeritud algoritmiga: %1$s", @@ -70,7 +70,7 @@ "gui.nochatreports.signing_mode.never_forced": "ei saa lubada", "gui.nochatreports.signing_mode.prompt": "küsimisega", "gui.nochatreports.signing_mode.on_demand": "nõudmisel", - "gui.nochatreports.signing_mode.always.tooltip": "See režiim lubab sõnumite signeerimise kohe kui serverisse sisened, nii nagu vanilliklient seda teeb.", + "gui.nochatreports.signing_mode.always.tooltip": "See režiim lubab sõnumite signeerimise kohe kui serverisse sisened, nii nagu vanilliklient seda teeb. Pane tähele, et sõnumite signeerimine seal, kus seda ei ole nõutud, võib lubada pahatahtlikel kasutajatel sind raporteerida isegi siis, kui sina neid raporteerida ei saa.", "gui.nochatreports.signing_mode.never.tooltip": "Selles režiimis ei ole sõnumid kunagi signeeritud, ning kõiki serveri taotlusi neid signeerida ignoreeritakse.", "gui.nochatreports.signing_mode.never_forced.tooltip": "See režiim näitab, et su sõnumeid ei saagi signeerida, seda kas võrguta konto kasutuse või Mojangi serveritest signeerimisvõtmete hankimise ebaõnnestumise tõttu.", "gui.nochatreports.signing_mode.prompt.tooltip": "Selles režiimis ei ole sõnumid vaikimisi signeeritud, kuid kui server seda nõuab, kuvatakse hüpik, kus saad ühe seansi jaoks signeerimise lubada.",