Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 229eef4

Browse files
committed
fix missing translation
1 parent 7767129 commit 229eef4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/i18n/strings/de_DE.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@
428428
"to tag direct chat": "als direkten Chat markieren",
429429
"You're not in any rooms yet! Press": "Du bist noch keinem Raum beigetreten! Drücke",
430430
"click to reveal": "Klicke zum anzeigen",
431-
"To redact other users' messages": "Um Nachrichten anderer zu verbergen",
431+
"To remove other users' messages": "Um Nachrichten anderer zu verbergen",
432432
"You are trying to access %(roomName)s": "Du versuchst auf %(roomName)s zuzugreifen",
433433
"af": "Afrikaans",
434434
"ar-ae": "Arabisch (U.A.E.)",

src/i18n/strings/en_EN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@
479479
"To kick users": "To kick users",
480480
"To link to a room it must have": "To link to a room it must have",
481481
"to make a room or": "to make a room or",
482-
"To redact other users' messages": "To redact other users' messages",
482+
"To remove other users' messages": "To remove other users' messages",
483483
"To reset your password, enter the email address linked to your account": "To reset your password, enter the email address linked to your account",
484484
"to restore": "to restore",
485485
"To send events of type": "To send events of type",

src/i18n/strings/pt.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@
377377
"to demote": "para reduzir prioridade",
378378
"to favourite": "para favoritar",
379379
"to make a room or": "para criar uma sala ou",
380-
"To redact other users' messages": "Para apagar mensagens de outras pessoas",
380+
"To remove other users' messages": "Para apagar mensagens de outras pessoas",
381381
"to restore": "para restaurar",
382382
"to start a chat with someone": "para iniciar uma conversa com alguém",
383383
"to tag direct chat": "para marcar a conversa como pessoal",

src/i18n/strings/pt_BR.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@
381381
"to demote": "para reduzir prioridade",
382382
"to favourite": "para favoritar",
383383
"to make a room or": "para criar uma sala ou",
384-
"To redact other users' messages": "Para apagar mensagens de outras pessoas",
384+
"To remove other users' messages": "Para apagar mensagens de outras pessoas",
385385
"to restore": "para restaurar",
386386
"to start a chat with someone": "para iniciar uma conversa com alguém",
387387
"to tag as %(tagName)s": "para marcar como %(tagName)s",

0 commit comments

Comments
 (0)