Template/Update (Part 15)

* convert comment/reply ajax (add, edit, delete, vote, report and management)
   and redirects (comment/reply > db-page)
 * update roles when updating own comment/reply
This commit is contained in:
Sarjuuk 2025-08-07 23:13:35 +02:00
parent 12ef04c634
commit 503b9458e0
29 changed files with 1020 additions and 541 deletions

View file

@ -3244,7 +3244,6 @@ var LANG = {
upvote_tip: "Dieser Kommentat ist hilfreich (klickt, um rückgängig zu machen)",
upvoted_tip: "Ihr habt diesen Kommentar positiv bewertet; klickt, um dies rückgängig zu machen",
downvote_tip: "Dieser Kommentar ist nicht hilfreich (klickt, um rückgängig zu machen)",
downvote_tip: "Dieser Kommentar ist nicht hilfreich (klickt, um rückgängig zu machen)",
commentdeleted_tip: "Dieser Kommentar wurde gelöscht; er kann nur noch von Euch und Morderatoren gesehen werden.",
addreply: "Antwort hinzufügen",
replylength1_format: "Gebt mindestens $1 Zeichen ein",

View file

@ -3293,7 +3293,6 @@ var LANG = {
upvote_tip: "This comment is helpful (click again to undo)",
upvoted_tip: "You have upvoted this comment; click again to undo",
downvote_tip: "This comment is not helpful (click again to undo)",
downvote_tip: "This comment is not helpful (click again to undo)",
commentdeleted_tip: "This comment has been deleted; it is now visible only to you and to moderators.",
addreply: "Add reply",
replylength1_format: "Enter at least $1 characters",

View file

@ -3244,7 +3244,6 @@ var LANG = {
upvote_tip: "Este comentario es útil (haz clic de nuevo para deshacer)",
upvoted_tip: "Has dado este comentario una valoración positiva; haz clic de nuevo para deshacerla.",
downvote_tip: "Este comentario no es útil (haz clic de nuevo para deshacer)",
downvote_tip: "Este comentario no es útil (haz clic de nuevo para deshacer)",
commentdeleted_tip: "Este comentario ha sido borrado; ahora sólo les es visible a ti y a los moderadores.",
addreply: "Añadir respuesta",
replylength1_format: "Introduce al menos $1 caracteres",

View file

@ -3245,7 +3245,6 @@ var LANG = {
upvote_tip: "Ce commentaire est utile (cliquez à nouveau pour annuler)",
upvoted_tip: "Vous avez émis un vote positif pour ce commentaire ; cliquez à nouveau pour annuler",
downvote_tip: "Ce commentaire n'est pas utile (cliquez à nouveau pour annuler)",
downvote_tip: "Ce commentaire n'est pas utile (cliquez à nouveau pour annuler)",
commentdeleted_tip: "Ce commentaire a été effacé ; il n'est plus visible que par vous et par les modérateurs.",
addreply: "Ajouter une réponse",
replylength1_format: "Entrez au moins $1 caractères",

View file

@ -3245,7 +3245,6 @@ var LANG = {
upvote_tip: "Этот комментарий полезен (нажмите еще раз, чтобы отменить)",
upvoted_tip: "Вы проголосовали за повышение этого комментария, нажмите снова для отмены",
downvote_tip: "Этот комментарий бесполезен (нажмите снова для отмены)",
downvote_tip: "Этот комментарий бесполезен (нажмите снова для отмены)",
commentdeleted_tip: "Этот комментарий был удален, теперь он видим только вам и модераторам.",
addreply: "Ответить",
replylength1_format: "Введите еще по меньшей мере $1 символов",