diff --git a/src/main/resources/assets/admin_craft/lang/es_ES.json b/src/main/resources/assets/admin_craft/lang/es_ES.json index 4908f06..791c645 100644 --- a/src/main/resources/assets/admin_craft/lang/es_ES.json +++ b/src/main/resources/assets/admin_craft/lang/es_ES.json @@ -66,12 +66,14 @@ "discord.staff.button.accept.label": "Remove sanction", "discord.staff.button.accept.success": "Appeal successfully approved.", "discord.staff.button.delete": "Delete ticket", + "discord.staff.button.delete.success": "This channel will be deleted in 5 seconds...", "discord.staff.button.deny.failure.invalid_duration": "Invalid duration format", "discord.staff.button.deny.failure.status_update": "Failure: failed to update appeal status.", "discord.staff.button.deny.success": "Appeal successfully denied.", "discord.staff.button.discuss.label": "Discuss with the player", "discord.staff.button.error.member_not_found": "Error: The member who submitted the appeal is no longer in the guild, or doesn't exists.", "discord.staff.button.error.sanction_not_found": "Failure: no data found with associated ID %id%", + "discord.staff.button.failure.not_staff": "You can't interact with this button, because you don't have the appeal management role (%staff_role%).", "discord.staff.button.reduce.label": "Reduce duration", "discord.staff.button.reduce.success": "Successfully approved the appeal and reduced the sanction.", "discord.staff.button.refuse.label": "Refuse appeal", @@ -85,7 +87,8 @@ "freeze.ends": "You are no longer frozen. You can continue playing normally.", "misc.time_remaining": "Time remaining: %days% days, %hours% hours, and %minutes% minutes", "misc.time_remaining.short": "Time remaining: %days%d %hours%h %minutes%m", - "mute.begins": "You were muted by an operator. Reason: %reason%", + "mute.begins": "You were muted by an operator. Reason: %reason%. More information %link% (sanction id %id%).", + "mute.begins.noappeal": "You were muted by an operator. Reason: %reason%.", "mute.ends": "You are no longer muted!", "mute.message_cancelled": "You can't send messages while muted!", "mute.message_cancelled_log": "[CANCELED] <%player% (muted)> %message%", diff --git a/src/main/resources/assets/admin_craft/lang/fr_FR.json b/src/main/resources/assets/admin_craft/lang/fr_FR.json index 50646ed..456d56d 100644 --- a/src/main/resources/assets/admin_craft/lang/fr_FR.json +++ b/src/main/resources/assets/admin_craft/lang/fr_FR.json @@ -56,7 +56,7 @@ "discord.modal.appeal.reason.placeholder": "Why do you want to appeal your sanction?", "discord.modal.appeal.title": "Appeal form", "discord.modal.info.failure.not_found": "No sanction matches this id and this player. Please check your input and try again.", - "discord.modal.info.id": "Sanction ID", + "discord.modal.info.id": "ID de la sanction", "discord.modal.info.id.placeholder": "e.g. #A1B2C3D4", "discord.modal.info.ign": "Minecraft username", "discord.modal.info.ign.placeholder": "e.g. Steve", @@ -66,26 +66,29 @@ "discord.staff.button.accept.label": "Remove sanction", "discord.staff.button.accept.success": "Appeal successfully approved.", "discord.staff.button.delete": "Delete ticket", + "discord.staff.button.delete.success": "This channel will be deleted in 5 seconds...", "discord.staff.button.deny.failure.invalid_duration": "Invalid duration format", "discord.staff.button.deny.failure.status_update": "Failure: failed to update appeal status.", "discord.staff.button.deny.success": "Appeal successfully denied.", - "discord.staff.button.discuss.label": "Discuss with the player", + "discord.staff.button.discuss.label": "Discuter avec le joueur", "discord.staff.button.error.member_not_found": "Error: The member who submitted the appeal is no longer in the guild, or doesn't exists.", "discord.staff.button.error.sanction_not_found": "Failure: no data found with associated ID %id%", - "discord.staff.button.reduce.label": "Reduce duration", + "discord.staff.button.failure.not_staff": "You can't interact with this button, because you don't have the appeal management role (%staff_role%).", + "discord.staff.button.reduce.label": "Réduire la durée", "discord.staff.button.reduce.success": "Successfully approved the appeal and reduced the sanction.", - "discord.staff.button.refuse.label": "Refuse appeal", + "discord.staff.button.refuse.label": "Refuser l'appel", "discord.staff.modal.duration.duration": "New duration", "discord.staff.modal.duration.title": "Approval details", "discord.staff.modal.refuse.reason": "Deny reason (optional)", "discord.staff.modal.refuse.reason.placeholder": "Why is this appeal denied?", - "discord.staff.modal.refuse.title": "Closing appeal", - "discord.status": "AdminCraft loaded and appeal system ready.", + "discord.staff.modal.refuse.title": "Fermeture de l'appel", + "discord.status": "AdminCraft chargé et système d'appel prêt.", "freeze.begins": "Vous avez été gelé par un opérateur. Veuillez attendre les instructions et ne pas vous déconnecter.", "freeze.ends": "Vous n'êtes plus gelé. Vous pouvez continuer à jouer normalement.", "misc.time_remaining": "Temps restant : %days% jours, %hours% heures, et %minutes% minutes", "misc.time_remaining.short": "Temps restant : %days%j %hours%h %minutes%m", - "mute.begins": "Vous avez été rendu muet par un opérateur. Raison : %reason%", + "mute.begins": "Vous avez été rendu muet par un opérateur. Raison : %reason%. Plus d'informations sur %link% (ID de la sanction : %id%).", + "mute.begins.noappeal": "Vous avez été rendu muet par un opérateur. Raison : %reason%.", "mute.ends": "Vous avez retrouvé la parole !", "mute.message_cancelled": "Vous ne pouvez pas envoyer de messages en étant muet !", "mute.message_cancelled_log": "[ANNULÉ] <%player% (muet)> %message%", diff --git a/src/main/resources/assets/admin_craft/lang/nl_NL.json b/src/main/resources/assets/admin_craft/lang/nl_NL.json index 4908f06..791c645 100644 --- a/src/main/resources/assets/admin_craft/lang/nl_NL.json +++ b/src/main/resources/assets/admin_craft/lang/nl_NL.json @@ -66,12 +66,14 @@ "discord.staff.button.accept.label": "Remove sanction", "discord.staff.button.accept.success": "Appeal successfully approved.", "discord.staff.button.delete": "Delete ticket", + "discord.staff.button.delete.success": "This channel will be deleted in 5 seconds...", "discord.staff.button.deny.failure.invalid_duration": "Invalid duration format", "discord.staff.button.deny.failure.status_update": "Failure: failed to update appeal status.", "discord.staff.button.deny.success": "Appeal successfully denied.", "discord.staff.button.discuss.label": "Discuss with the player", "discord.staff.button.error.member_not_found": "Error: The member who submitted the appeal is no longer in the guild, or doesn't exists.", "discord.staff.button.error.sanction_not_found": "Failure: no data found with associated ID %id%", + "discord.staff.button.failure.not_staff": "You can't interact with this button, because you don't have the appeal management role (%staff_role%).", "discord.staff.button.reduce.label": "Reduce duration", "discord.staff.button.reduce.success": "Successfully approved the appeal and reduced the sanction.", "discord.staff.button.refuse.label": "Refuse appeal", @@ -85,7 +87,8 @@ "freeze.ends": "You are no longer frozen. You can continue playing normally.", "misc.time_remaining": "Time remaining: %days% days, %hours% hours, and %minutes% minutes", "misc.time_remaining.short": "Time remaining: %days%d %hours%h %minutes%m", - "mute.begins": "You were muted by an operator. Reason: %reason%", + "mute.begins": "You were muted by an operator. Reason: %reason%. More information %link% (sanction id %id%).", + "mute.begins.noappeal": "You were muted by an operator. Reason: %reason%.", "mute.ends": "You are no longer muted!", "mute.message_cancelled": "You can't send messages while muted!", "mute.message_cancelled_log": "[CANCELED] <%player% (muted)> %message%",