New translations translation.json (Hungarian)

This commit is contained in:
AkiraFukushima 2023-12-05 23:06:40 +09:00
parent eb3ce4e193
commit 09913c75e5
1 changed files with 7 additions and 1 deletions

View File

@ -21,9 +21,11 @@
"accounts": { "accounts": {
"new": { "new": {
"title": "Add account", "title": "Add account",
"domain": "Domain",
"sign_in": "Sign in", "sign_in": "Sign in",
"authorize": "Authorize" "authorize": "Authorize"
} },
"remove": "Remove"
}, },
"notification": { "notification": {
"favourite": { "favourite": {
@ -105,5 +107,9 @@
"timeline": "Timeline", "timeline": "Timeline",
"followers": "Followers", "followers": "Followers",
"followings": "Followings" "followings": "Followings"
},
"settings": {
"title": "Settings",
"language": "Language"
} }
} }