From 3bac08b3c540447136cdd7b5bf8af00ce9cd641e Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 13 Dec 2023 03:59:57 +0900 Subject: [PATCH] New translations translation.json (Hungarian) --- locales/hu/translation.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/locales/hu/translation.json b/locales/hu/translation.json index 0da8f754..bd89f757 100644 --- a/locales/hu/translation.json +++ b/locales/hu/translation.json @@ -15,7 +15,8 @@ }, "show_more": "Show more", "show_less": "Show less", - "cw": "Media hidden" + "cw": "Media hidden", + "report": "Report {user}" } }, "accounts": { @@ -115,5 +116,10 @@ "title": "Settings", "language": "Language", "font_size": "Font size" + }, + "report": { + "title": "Report {user}", + "detail": "Detail", + "submit": "Submit" } }