From a29d447b41b1dca7057fd93eb8c1d3383da693f8 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Sat, 12 Oct 2024 15:29:46 +0900 Subject: [PATCH 01/15] New translations translation.json (French) --- locales/fr/translation.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/locales/fr/translation.json b/locales/fr/translation.json index 01ca5210..3a490b25 100644 --- a/locales/fr/translation.json +++ b/locales/fr/translation.json @@ -6,6 +6,7 @@ "public": "Public", "favourites": "Favourites", "bookmarks": "Bookmarks", + "follow_requests": "Follow Requests", "search": "Search", "status": { "avatar": "Aavtar of {user}", @@ -100,6 +101,10 @@ "body": "{user} requested to follow you" } }, + "follow_requests": { + "authorize": "Authorize", + "reject": "Reject" + }, "compose": { "placeholder": "What's on your mind?", "spoiler": { From b260d412ec574a99c05d31c6aa4be89d852eeaed Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Sat, 12 Oct 2024 15:29:47 +0900 Subject: [PATCH 02/15] New translations translation.json (Spanish) --- locales/es_es/translation.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/locales/es_es/translation.json b/locales/es_es/translation.json index c75b5c28..e35edd83 100644 --- a/locales/es_es/translation.json +++ b/locales/es_es/translation.json @@ -6,6 +6,7 @@ "public": "Publico", "favourites": "Favoritos", "bookmarks": "Marcadores", + "follow_requests": "Follow Requests", "search": "Buscar", "status": { "avatar": "Avatar de", @@ -100,6 +101,10 @@ "body": "{user} ha solicitado seguirte" } }, + "follow_requests": { + "authorize": "Authorize", + "reject": "Reject" + }, "compose": { "placeholder": "¿Qué estás pensando?", "spoiler": { From 625c9be46397357f3db19022611b5499288bdee6 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Sat, 12 Oct 2024 15:29:48 +0900 Subject: [PATCH 03/15] New translations translation.json (Czech) --- locales/cs/translation.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/locales/cs/translation.json b/locales/cs/translation.json index 01ca5210..3a490b25 100644 --- a/locales/cs/translation.json +++ b/locales/cs/translation.json @@ -6,6 +6,7 @@ "public": "Public", "favourites": "Favourites", "bookmarks": "Bookmarks", + "follow_requests": "Follow Requests", "search": "Search", "status": { "avatar": "Aavtar of {user}", @@ -100,6 +101,10 @@ "body": "{user} requested to follow you" } }, + "follow_requests": { + "authorize": "Authorize", + "reject": "Reject" + }, "compose": { "placeholder": "What's on your mind?", "spoiler": { From dcbb77c58c846ef115aa264c8b3d099885d69cfe Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Sat, 12 Oct 2024 15:29:49 +0900 Subject: [PATCH 04/15] New translations translation.json (German) --- locales/de/translation.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/locales/de/translation.json b/locales/de/translation.json index 01ca5210..3a490b25 100644 --- a/locales/de/translation.json +++ b/locales/de/translation.json @@ -6,6 +6,7 @@ "public": "Public", "favourites": "Favourites", "bookmarks": "Bookmarks", + "follow_requests": "Follow Requests", "search": "Search", "status": { "avatar": "Aavtar of {user}", @@ -100,6 +101,10 @@ "body": "{user} requested to follow you" } }, + "follow_requests": { + "authorize": "Authorize", + "reject": "Reject" + }, "compose": { "placeholder": "What's on your mind?", "spoiler": { From 5b70ddef27d7f183df660c13c64064667b94d6d8 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Sat, 12 Oct 2024 15:29:50 +0900 Subject: [PATCH 05/15] New translations translation.json (Hungarian) --- locales/hu/translation.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/locales/hu/translation.json b/locales/hu/translation.json index 01ca5210..3a490b25 100644 --- a/locales/hu/translation.json +++ b/locales/hu/translation.json @@ -6,6 +6,7 @@ "public": "Public", "favourites": "Favourites", "bookmarks": "Bookmarks", + "follow_requests": "Follow Requests", "search": "Search", "status": { "avatar": "Aavtar of {user}", @@ -100,6 +101,10 @@ "body": "{user} requested to follow you" } }, + "follow_requests": { + "authorize": "Authorize", + "reject": "Reject" + }, "compose": { "placeholder": "What's on your mind?", "spoiler": { From 694ee1ff8d9b17ec1578f215e298c7f79777bf17 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Sat, 12 Oct 2024 15:29:51 +0900 Subject: [PATCH 06/15] New translations translation.json (Italian) --- locales/it/translation.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/locales/it/translation.json b/locales/it/translation.json index 01ca5210..3a490b25 100644 --- a/locales/it/translation.json +++ b/locales/it/translation.json @@ -6,6 +6,7 @@ "public": "Public", "favourites": "Favourites", "bookmarks": "Bookmarks", + "follow_requests": "Follow Requests", "search": "Search", "status": { "avatar": "Aavtar of {user}", @@ -100,6 +101,10 @@ "body": "{user} requested to follow you" } }, + "follow_requests": { + "authorize": "Authorize", + "reject": "Reject" + }, "compose": { "placeholder": "What's on your mind?", "spoiler": { From 7643442b94f8646cbc0c5e104c23f4941d6df9be Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Sat, 12 Oct 2024 15:29:52 +0900 Subject: [PATCH 07/15] New translations translation.json (Japanese) --- locales/ja/translation.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/locales/ja/translation.json b/locales/ja/translation.json index c60ffb86..29a4772a 100644 --- a/locales/ja/translation.json +++ b/locales/ja/translation.json @@ -6,6 +6,7 @@ "public": "連合", "favourites": "お気に入り", "bookmarks": "ブックマーク", + "follow_requests": "Follow Requests", "search": "検索", "status": { "avatar": "{user} のAavtar", @@ -100,6 +101,10 @@ "body": "{user} からフォローリクエストを受け取りました" } }, + "follow_requests": { + "authorize": "Authorize", + "reject": "Reject" + }, "compose": { "placeholder": "今なにしてる?", "spoiler": { From 47b2bdf822d34824e120a6e7377fdf2ffae0aa71 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Sat, 12 Oct 2024 15:29:53 +0900 Subject: [PATCH 08/15] New translations translation.json (Korean) --- locales/ko/translation.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/locales/ko/translation.json b/locales/ko/translation.json index 01ca5210..3a490b25 100644 --- a/locales/ko/translation.json +++ b/locales/ko/translation.json @@ -6,6 +6,7 @@ "public": "Public", "favourites": "Favourites", "bookmarks": "Bookmarks", + "follow_requests": "Follow Requests", "search": "Search", "status": { "avatar": "Aavtar of {user}", @@ -100,6 +101,10 @@ "body": "{user} requested to follow you" } }, + "follow_requests": { + "authorize": "Authorize", + "reject": "Reject" + }, "compose": { "placeholder": "What's on your mind?", "spoiler": { From 70859c9ef04a4ad629ad0d2a5ab097580087bd81 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Sat, 12 Oct 2024 15:29:54 +0900 Subject: [PATCH 09/15] New translations translation.json (Norwegian) --- locales/no/translation.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/locales/no/translation.json b/locales/no/translation.json index 01ca5210..3a490b25 100644 --- a/locales/no/translation.json +++ b/locales/no/translation.json @@ -6,6 +6,7 @@ "public": "Public", "favourites": "Favourites", "bookmarks": "Bookmarks", + "follow_requests": "Follow Requests", "search": "Search", "status": { "avatar": "Aavtar of {user}", @@ -100,6 +101,10 @@ "body": "{user} requested to follow you" } }, + "follow_requests": { + "authorize": "Authorize", + "reject": "Reject" + }, "compose": { "placeholder": "What's on your mind?", "spoiler": { From cb502c1dde35db0c72a7fce2d4043f4c74545183 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Sat, 12 Oct 2024 15:29:55 +0900 Subject: [PATCH 10/15] New translations translation.json (Portuguese) --- locales/pt_pt/translation.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/locales/pt_pt/translation.json b/locales/pt_pt/translation.json index c58f3f73..2ffb8082 100644 --- a/locales/pt_pt/translation.json +++ b/locales/pt_pt/translation.json @@ -6,6 +6,7 @@ "public": "Público", "favourites": "Favourites", "bookmarks": "Bookmarks", + "follow_requests": "Follow Requests", "search": "Procurar", "status": { "avatar": "Avatar de {user}", @@ -100,6 +101,10 @@ "body": "{user} enviou um pedido para o(a) seguir." } }, + "follow_requests": { + "authorize": "Authorize", + "reject": "Reject" + }, "compose": { "placeholder": "No que está a pensar?", "spoiler": { From 1b419d5455b3ff11c35e00fad9378c1cda59e443 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Sat, 12 Oct 2024 15:29:56 +0900 Subject: [PATCH 11/15] New translations translation.json (Chinese Simplified) --- locales/zh_cn/translation.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/locales/zh_cn/translation.json b/locales/zh_cn/translation.json index 01ca5210..3a490b25 100644 --- a/locales/zh_cn/translation.json +++ b/locales/zh_cn/translation.json @@ -6,6 +6,7 @@ "public": "Public", "favourites": "Favourites", "bookmarks": "Bookmarks", + "follow_requests": "Follow Requests", "search": "Search", "status": { "avatar": "Aavtar of {user}", @@ -100,6 +101,10 @@ "body": "{user} requested to follow you" } }, + "follow_requests": { + "authorize": "Authorize", + "reject": "Reject" + }, "compose": { "placeholder": "What's on your mind?", "spoiler": { From c8dee30ce1e0598e6ab538e4972195c72781fdd8 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Sat, 12 Oct 2024 15:29:57 +0900 Subject: [PATCH 12/15] New translations translation.json (Chinese Traditional) --- locales/zh_tw/translation.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/locales/zh_tw/translation.json b/locales/zh_tw/translation.json index ef395c7f..e16dc7d8 100644 --- a/locales/zh_tw/translation.json +++ b/locales/zh_tw/translation.json @@ -6,6 +6,7 @@ "public": "公開", "favourites": "最愛", "bookmarks": "書籤", + "follow_requests": "Follow Requests", "search": "搜尋", "status": { "avatar": "{user} 的頭像", @@ -100,6 +101,10 @@ "body": "{user} 請求追蹤你" } }, + "follow_requests": { + "authorize": "Authorize", + "reject": "Reject" + }, "compose": { "placeholder": "What's on your mind?", "spoiler": { From 612416715f989c70e7d417decc1ccac8e03e6217 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Sat, 12 Oct 2024 15:29:58 +0900 Subject: [PATCH 13/15] New translations translation.json (Indonesian) --- locales/id/translation.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/locales/id/translation.json b/locales/id/translation.json index 01ca5210..3a490b25 100644 --- a/locales/id/translation.json +++ b/locales/id/translation.json @@ -6,6 +6,7 @@ "public": "Public", "favourites": "Favourites", "bookmarks": "Bookmarks", + "follow_requests": "Follow Requests", "search": "Search", "status": { "avatar": "Aavtar of {user}", @@ -100,6 +101,10 @@ "body": "{user} requested to follow you" } }, + "follow_requests": { + "authorize": "Authorize", + "reject": "Reject" + }, "compose": { "placeholder": "What's on your mind?", "spoiler": { From 5ae204228679dbb30ec740dd7e1074b89f232d6c Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Sat, 12 Oct 2024 15:29:58 +0900 Subject: [PATCH 14/15] New translations translation.json (Persian) --- locales/fa/translation.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/locales/fa/translation.json b/locales/fa/translation.json index 01ca5210..3a490b25 100644 --- a/locales/fa/translation.json +++ b/locales/fa/translation.json @@ -6,6 +6,7 @@ "public": "Public", "favourites": "Favourites", "bookmarks": "Bookmarks", + "follow_requests": "Follow Requests", "search": "Search", "status": { "avatar": "Aavtar of {user}", @@ -100,6 +101,10 @@ "body": "{user} requested to follow you" } }, + "follow_requests": { + "authorize": "Authorize", + "reject": "Reject" + }, "compose": { "placeholder": "What's on your mind?", "spoiler": { From a30a93d374048ed9bbb39768c25ee6616d8cb54a Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Sat, 12 Oct 2024 15:29:59 +0900 Subject: [PATCH 15/15] New translations translation.json (Scottish Gaelic) --- locales/gd/translation.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/locales/gd/translation.json b/locales/gd/translation.json index 01ca5210..3a490b25 100644 --- a/locales/gd/translation.json +++ b/locales/gd/translation.json @@ -6,6 +6,7 @@ "public": "Public", "favourites": "Favourites", "bookmarks": "Bookmarks", + "follow_requests": "Follow Requests", "search": "Search", "status": { "avatar": "Aavtar of {user}", @@ -100,6 +101,10 @@ "body": "{user} requested to follow you" } }, + "follow_requests": { + "authorize": "Authorize", + "reject": "Reject" + }, "compose": { "placeholder": "What's on your mind?", "spoiler": {