remove requirement to hold ctrl, remove puzzle

This commit is contained in:
rootdarkarchon
2022-11-26 22:19:09 +01:00
parent 9bdbd1c3fa
commit fafb103ce2
9 changed files with 31 additions and 187 deletions

View File

@@ -34,33 +34,11 @@ public static class Strings
"The service holds no information about which mod files belong to which mod.");
public readonly string Paragraph6 = Loc.Localize("Paragraph6",
"This service is provided as-is. In case of abuse, contact darkarchon#4313 on Discord or join the Mare Synchronos Discord. " +
"To accept those conditions hold CTRL while clicking 'I agree'");
"This service is provided as-is. In case of abuse join the Mare Synchronos Discord.");
public readonly string AgreeLabel = Loc.Localize("AgreeLabel", "I agree");
public readonly string RemainingLabel = Loc.Localize("RemainingLabel", "remaining");
public readonly string FailedLabel = Loc.Localize("FailedLabel",
"Congratulations. You have failed to read the agreements.");
public readonly string TimeoutLabel = Loc.Localize("TimeoutLabel",
"I'm going to give you 1 minute to read the agreements carefully again. If you fail once more you will have to solve an annoying puzzle.");
public readonly string FailedAgainLabel = Loc.Localize("FailedAgainLabel",
"Congratulations. You have failed to read the agreements. Again.");
public readonly string PuzzleLabel = Loc.Localize("PuzzleLabel",
"I did warn you. Here's your annoying puzzle:");
public readonly string PuzzleDescLabel = Loc.Localize("PuzzleDescLabel",
"Enter the following 3 words from the agreement exactly as described without punctuation to make the \"I agree\" button visible again.");
public readonly string ParagraphLabel = Loc.Localize("ParagraphLabel", "Paragraph");
public readonly string SentenceLabel = Loc.Localize("SentenceLabel", "Sentence");
public readonly string WordLabel = Loc.Localize("WordLabel", "Word");
public readonly string ButtonWillBeAvailableIn = Loc.Localize("ButtonWillBeAvailableIn", "'I agree' button will be available in");
}
public static ToSStrings ToS { get; set; } = new();

View File

@@ -32,47 +32,15 @@
"description": "ToSStrings..ctor"
},
"Paragraph6": {
"message": "Dieser Dienst wird ohne Gewähr angeboten. Im Falle eines Missbrauchs kontaktiert darkarchon#4313 auf Discord oder tretet dem Mare Synchronos Discord bei. Um diese Konditionen zu akzeptieren, halte STRG gedrückt während du \"Ich Stimme zu\" klickst.",
"message": "Dieser Dienst wird ohne Gewähr angeboten. Im Falle eines Missbrauchs tretet dem Mare Synchronos Discord bei.",
"description": "ToSStrings..ctor"
},
"AgreeLabel": {
"message": "Ich Stimme zu",
"description": "ToSStrings..ctor"
},
"RemainingLabel": {
"message": "übrig",
"description": "ToSStrings..ctor"
},
"FailedLabel": {
"message": "Gratulation. Du bist daran gescheitert die Nutzungsbedingungen zu lesen.",
"description": "ToSStrings..ctor"
},
"TimeoutLabel": {
"message": "Ich gebe dir nun 1 Minute um die Nutzungsbedingungen nochmals sorgfälig zu lesen. Falls du wieder daran scheiterst, musst du ein nerviges Puzzle lösen.",
"description": "ToSStrings..ctor"
},
"FailedAgainLabel": {
"message": "Gratulation. Du bist daran gescheitert die Nutzungsbedingungen zu lesen. Schon wieder.",
"description": "ToSStrings..ctor"
},
"PuzzleLabel": {
"message": "Ich habe dich gewarnt. Hier ist dein nerviges Puzzle:",
"description": "ToSStrings..ctor"
},
"PuzzleDescLabel": {
"message": "Gib die 3 folgenden Wörter der Nutzungsbedingungen ohne Zeichensetzung exakt wie im Text ein um den \"Ich Stimme zu\" Knopf wieder sichtbar zu machen.",
"description": "ToSStrings..ctor"
},
"ParagraphLabel": {
"message": "Paragraph",
"description": "ToSStrings..ctor"
},
"SentenceLabel": {
"message": "Satz",
"description": "ToSStrings..ctor"
},
"WordLabel": {
"message": "Wort",
"ButtonWillBeAvailableIn": {
"message": "\"Ich stimme zu\" Knopf verfügbar in",
"description": "ToSStrings..ctor"
}
}

View File

@@ -32,47 +32,15 @@
"description": "ToSStrings..ctor"
},
"Paragraph6": {
"message": "Ce service et ses composants vous sont fournis en l'état. En cas d'abus, veuillez contacter darkarchon#4313 sur Discord ou rejoindre le serveur Discord Mare Synchronos. Pour accepters ces conditions d'utilisation, veuillez tenir la touche CTRL enfoncée en cliquant sur le bouton 'J'accepte'.",
"message": "Ce service et ses composants vous sont fournis en l'état. En cas d'abus rejoindre le serveur Discord Mare Synchronos.",
"description": "ToSStrings..ctor"
},
"AgreeLabel": {
"message": "J'accept",
"description": "ToSStrings..ctor"
},
"RemainingLabel": {
"message": "restants",
"description": "ToSStrings..ctor"
},
"FailedLabel": {
"message": "Bravo! Vous n'avez donc pas lu les conditions d'utilisation suffisament en détail.",
"description": "ToSStrings..ctor"
},
"TimeoutLabel": {
"message": "C'est pas bien grave, vous avez droit à 1 minute de répit pour vous relire et tenter une seconde fois. Si vous ignorez à nouveau les conditions d'utilisation, un petit puzzle agaçant vous sera proposé.",
"description": "ToSStrings..ctor"
},
"FailedAgainLabel": {
"message": "Bravo, vous avez encore ignoré les consignes écrites dans les conditions d'utilisation.",
"description": "ToSStrings..ctor"
},
"PuzzleLabel": {
"message": "Chose promise, chose dûe. Voici votre puzzle casse-pied:",
"description": "ToSStrings..ctor"
},
"PuzzleDescLabel": {
"message": "Entrez les 3 mots suivants tirés des conditions d'utilisation, sans ponctuation, pour rendre le bouton 'J'accepte' de nouveau visible.",
"description": "ToSStrings..ctor"
},
"ParagraphLabel": {
"message": "Paragraphe",
"description": "ToSStrings..ctor"
},
"SentenceLabel": {
"message": "Phrase",
"description": "ToSStrings..ctor"
},
"WordLabel": {
"message": "Mot",
"ButtonWillBeAvailableIn": {
"message": "Bouton \"J'accept\" disposible dans",
"description": "ToSStrings..ctor"
}
}