diff --git a/src/config/locales/de/translation.json b/src/config/locales/de/translation.json index 08283b40e2..7cbb9f4efd 100644 --- a/src/config/locales/de/translation.json +++ b/src/config/locales/de/translation.json @@ -222,6 +222,9 @@ "view_toot_detail": "Zeige Toot-Details", "open_in_browser": "Im Browser öffnen", "copy_link_to_toot": "Link zum Toot kopieren", + "mute": "Mute", + "block": "Block", + "report": "Report", "delete": "Löschen", "via": "via {{application}}", "reply": "Antworten", diff --git a/src/config/locales/fr/translation.json b/src/config/locales/fr/translation.json index 372b205057..4f4e5811c2 100644 --- a/src/config/locales/fr/translation.json +++ b/src/config/locales/fr/translation.json @@ -222,6 +222,9 @@ "view_toot_detail": "Voir les détails du pouet", "open_in_browser": "Ouvrir dans un navigateur", "copy_link_to_toot": "Copier le lien du pouet", + "mute": "Mute", + "block": "Block", + "report": "Report", "delete": "Effacer", "via": "par {{application}}", "reply": "Répondre", diff --git a/src/config/locales/ja/translation.json b/src/config/locales/ja/translation.json index 8dcfc7a7b4..d4b52901b4 100644 --- a/src/config/locales/ja/translation.json +++ b/src/config/locales/ja/translation.json @@ -222,6 +222,9 @@ "view_toot_detail": "詳細", "open_in_browser": "ブラウザで開く", "copy_link_to_toot": "コピー", + "mute": "ミュート", + "block": "ブロック", + "report": "通報", "delete": "削除する", "via": "{{application}} より", "reply": "返信", diff --git a/src/config/locales/ko/translation.json b/src/config/locales/ko/translation.json index c956779d2d..037b4389db 100644 --- a/src/config/locales/ko/translation.json +++ b/src/config/locales/ko/translation.json @@ -222,6 +222,9 @@ "view_toot_detail": "툿 자세히 보기", "open_in_browser": "브라우저에서 열기", "copy_link_to_toot": "툿 링크 복사하기", + "mute": "뮤트", + "block": "차단", + "report": "Report", "delete": "삭제", "via": "{{application}} 에서", "reply": "답장하기", @@ -251,7 +254,7 @@ }, "hashtag": { "tag_name": "태그 이름", - "delete_tag": "태그 삭제", + "delete_tag": "태그 삭제", "save_tag": "태그 저장" }, "search": { diff --git a/src/config/locales/pl/translation.json b/src/config/locales/pl/translation.json index bfe143e6ca..41e4021850 100644 --- a/src/config/locales/pl/translation.json +++ b/src/config/locales/pl/translation.json @@ -222,6 +222,9 @@ "view_toot_detail": "Wyświetl szczegoły wpisu", "open_in_browser": "Otwórz w przeglądarce", "copy_link_to_toot": "Skopiuj odnośnik do wpisu", + "mute": "Mute", + "block": "Block", + "report": "Report", "delete": "Usuń", "via": "przez {{application}}", "reply": "Odpowiadać",