From 09913c75e58230d4b55d7f2bc12223c0dc86f564 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Tue, 5 Dec 2023 23:06:40 +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 003cad8a..a26c6b02 100644 --- a/locales/hu/translation.json +++ b/locales/hu/translation.json @@ -21,9 +21,11 @@ "accounts": { "new": { "title": "Add account", + "domain": "Domain", "sign_in": "Sign in", "authorize": "Authorize" - } + }, + "remove": "Remove" }, "notification": { "favourite": { @@ -105,5 +107,9 @@ "timeline": "Timeline", "followers": "Followers", "followings": "Followings" + }, + "settings": { + "title": "Settings", + "language": "Language" } }