From 81de0fb3895b488be3db1c2312794df99611e714 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Tue, 5 Dec 2023 23:06:37 +0900 Subject: [PATCH 01/13] 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" } } From 49cadb0fd77eccda4bb353a6da2bf79066f351d2 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Tue, 5 Dec 2023 23:06:38 +0900 Subject: [PATCH 02/13] New translations translation.json (Czech) --- locales/cs/translation.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/locales/cs/translation.json b/locales/cs/translation.json index 003cad8a..a26c6b02 100644 --- a/locales/cs/translation.json +++ b/locales/cs/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" } } From eb3ce4e1935bbdc0306bbe17e0e3366760918118 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Tue, 5 Dec 2023 23:06:39 +0900 Subject: [PATCH 03/13] New translations translation.json (German) --- locales/de/translation.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/locales/de/translation.json b/locales/de/translation.json index 003cad8a..a26c6b02 100644 --- a/locales/de/translation.json +++ b/locales/de/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" } } From 09913c75e58230d4b55d7f2bc12223c0dc86f564 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Tue, 5 Dec 2023 23:06:40 +0900 Subject: [PATCH 04/13] 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" } } From b38efb743ca32cafa1a364e1aeccf1b5f82fcaee Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Tue, 5 Dec 2023 23:06:41 +0900 Subject: [PATCH 05/13] New translations translation.json (Italian) --- locales/it/translation.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/locales/it/translation.json b/locales/it/translation.json index 003cad8a..a26c6b02 100644 --- a/locales/it/translation.json +++ b/locales/it/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" } } From 4e8c97f49bd0805e9589f9c8c55e4f020248e169 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Tue, 5 Dec 2023 23:06:43 +0900 Subject: [PATCH 06/13] New translations translation.json (Japanese) --- locales/ja/translation.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/locales/ja/translation.json b/locales/ja/translation.json index 85cc16ea..ee8a5c09 100644 --- a/locales/ja/translation.json +++ b/locales/ja/translation.json @@ -21,9 +21,11 @@ "accounts": { "new": { "title": "アカウントを追加", + "domain": "Domain", "sign_in": "ログイン", "authorize": "認証" - } + }, + "remove": "Remove" }, "notification": { "favourite": { @@ -105,5 +107,9 @@ "timeline": "タイムライン", "followers": "フォロワー", "followings": "フォロー中" + }, + "settings": { + "title": "Settings", + "language": "Language" } } From 2ec6212840033fbd422df7b95a8e07c10bc8b714 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Tue, 5 Dec 2023 23:06:44 +0900 Subject: [PATCH 07/13] New translations translation.json (Korean) --- locales/ko/translation.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/locales/ko/translation.json b/locales/ko/translation.json index 003cad8a..a26c6b02 100644 --- a/locales/ko/translation.json +++ b/locales/ko/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" } } From 7a0619fa035cacd373265d2c145904d5930687ba Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Tue, 5 Dec 2023 23:06:45 +0900 Subject: [PATCH 08/13] New translations translation.json (Norwegian) --- locales/no/translation.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/locales/no/translation.json b/locales/no/translation.json index 003cad8a..a26c6b02 100644 --- a/locales/no/translation.json +++ b/locales/no/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" } } From e8598bfdfaf5988c6ff6b27ff859fb81844780c5 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Tue, 5 Dec 2023 23:06:46 +0900 Subject: [PATCH 09/13] New translations translation.json (Portuguese) --- locales/pt_pt/translation.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/locales/pt_pt/translation.json b/locales/pt_pt/translation.json index 003cad8a..a26c6b02 100644 --- a/locales/pt_pt/translation.json +++ b/locales/pt_pt/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" } } From 8ff71140a0053c257c60fb10a20348fb5521e811 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Tue, 5 Dec 2023 23:06:47 +0900 Subject: [PATCH 10/13] New translations translation.json (Chinese Simplified) --- locales/zh_cn/translation.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/locales/zh_cn/translation.json b/locales/zh_cn/translation.json index 003cad8a..a26c6b02 100644 --- a/locales/zh_cn/translation.json +++ b/locales/zh_cn/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" } } From 407f12834fa397389fd1d41c997d18b00744718d Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Tue, 5 Dec 2023 23:06:48 +0900 Subject: [PATCH 11/13] New translations translation.json (Chinese Traditional) --- locales/zh_tw/translation.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/locales/zh_tw/translation.json b/locales/zh_tw/translation.json index 003cad8a..a26c6b02 100644 --- a/locales/zh_tw/translation.json +++ b/locales/zh_tw/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" } } From ddcd3dfe3525b311870939cac4c3d60076cb5b94 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Tue, 5 Dec 2023 23:06:49 +0900 Subject: [PATCH 12/13] New translations translation.json (Persian) --- locales/fa/translation.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/locales/fa/translation.json b/locales/fa/translation.json index 003cad8a..a26c6b02 100644 --- a/locales/fa/translation.json +++ b/locales/fa/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" } } From f8c905f6162a1d8a60232b06c7fa8df183cc309b Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Tue, 5 Dec 2023 23:06:50 +0900 Subject: [PATCH 13/13] New translations translation.json (Scottish Gaelic) --- locales/gd/translation.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/locales/gd/translation.json b/locales/gd/translation.json index 003cad8a..a26c6b02 100644 --- a/locales/gd/translation.json +++ b/locales/gd/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" } }