From 81de0fb3895b488be3db1c2312794df99611e714 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Tue, 5 Dec 2023 23:06:37 +0900 Subject: [PATCH] New translations translation.json (Spanish) --- locales/es_es/translation.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/locales/es_es/translation.json b/locales/es_es/translation.json index 003cad8a..a26c6b02 100644 --- a/locales/es_es/translation.json +++ b/locales/es_es/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" } }