From a78c7100f2aa606b1a8febb43c31c79b2ccd82a3 Mon Sep 17 00:00:00 2001
From: AkiraFukushima
Date: Thu, 7 Dec 2023 22:42:34 +0900
Subject: [PATCH 01/15] New translations translation.json (French)
---
locales/fr/translation.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/locales/fr/translation.json b/locales/fr/translation.json
index 1abbf811..0da8f754 100644
--- a/locales/fr/translation.json
+++ b/locales/fr/translation.json
@@ -26,7 +26,7 @@
"authorize": "Authorize",
"authorization_code": "Authorization Code",
"authorization_helper": "Please paste the authorization code from your browser",
- "without_code_authorize": "Please approve Fedistar in your browser, and after you approve it please authorize"
+ "without_code_authorize": "Please approve Whalebird in your browser, and after you approve it please authorize"
},
"remove": "Remove"
},
From 60ed58f56c389146cb0b7ab54ba3132dbb6833df Mon Sep 17 00:00:00 2001
From: AkiraFukushima
Date: Thu, 7 Dec 2023 22:42:35 +0900
Subject: [PATCH 02/15] New translations translation.json (Czech)
---
locales/cs/translation.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/locales/cs/translation.json b/locales/cs/translation.json
index 1abbf811..0da8f754 100644
--- a/locales/cs/translation.json
+++ b/locales/cs/translation.json
@@ -26,7 +26,7 @@
"authorize": "Authorize",
"authorization_code": "Authorization Code",
"authorization_helper": "Please paste the authorization code from your browser",
- "without_code_authorize": "Please approve Fedistar in your browser, and after you approve it please authorize"
+ "without_code_authorize": "Please approve Whalebird in your browser, and after you approve it please authorize"
},
"remove": "Remove"
},
From cf2449588664c56fc3056f6459cf9956e81b8817 Mon Sep 17 00:00:00 2001
From: AkiraFukushima
Date: Thu, 7 Dec 2023 22:42:36 +0900
Subject: [PATCH 03/15] New translations translation.json (German)
---
locales/de/translation.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/locales/de/translation.json b/locales/de/translation.json
index 1abbf811..0da8f754 100644
--- a/locales/de/translation.json
+++ b/locales/de/translation.json
@@ -26,7 +26,7 @@
"authorize": "Authorize",
"authorization_code": "Authorization Code",
"authorization_helper": "Please paste the authorization code from your browser",
- "without_code_authorize": "Please approve Fedistar in your browser, and after you approve it please authorize"
+ "without_code_authorize": "Please approve Whalebird in your browser, and after you approve it please authorize"
},
"remove": "Remove"
},
From ffbead198a08529ec554a810e5287d4a53d11b52 Mon Sep 17 00:00:00 2001
From: AkiraFukushima
Date: Thu, 7 Dec 2023 22:42:37 +0900
Subject: [PATCH 04/15] New translations translation.json (Hungarian)
---
locales/hu/translation.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/locales/hu/translation.json b/locales/hu/translation.json
index 1abbf811..0da8f754 100644
--- a/locales/hu/translation.json
+++ b/locales/hu/translation.json
@@ -26,7 +26,7 @@
"authorize": "Authorize",
"authorization_code": "Authorization Code",
"authorization_helper": "Please paste the authorization code from your browser",
- "without_code_authorize": "Please approve Fedistar in your browser, and after you approve it please authorize"
+ "without_code_authorize": "Please approve Whalebird in your browser, and after you approve it please authorize"
},
"remove": "Remove"
},
From 44dc8bf4a96838036b4e843bb1c8750d303e87f2 Mon Sep 17 00:00:00 2001
From: AkiraFukushima
Date: Thu, 7 Dec 2023 22:42:38 +0900
Subject: [PATCH 05/15] New translations translation.json (Italian)
---
locales/it/translation.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/locales/it/translation.json b/locales/it/translation.json
index 1abbf811..0da8f754 100644
--- a/locales/it/translation.json
+++ b/locales/it/translation.json
@@ -26,7 +26,7 @@
"authorize": "Authorize",
"authorization_code": "Authorization Code",
"authorization_helper": "Please paste the authorization code from your browser",
- "without_code_authorize": "Please approve Fedistar in your browser, and after you approve it please authorize"
+ "without_code_authorize": "Please approve Whalebird in your browser, and after you approve it please authorize"
},
"remove": "Remove"
},
From 9b2dcb8146c7ab549f1088b93c09e4f7557af06c Mon Sep 17 00:00:00 2001
From: AkiraFukushima
Date: Thu, 7 Dec 2023 22:42:39 +0900
Subject: [PATCH 06/15] New translations translation.json (Japanese)
---
locales/ja/translation.json | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/locales/ja/translation.json b/locales/ja/translation.json
index 778a43e1..9793472f 100644
--- a/locales/ja/translation.json
+++ b/locales/ja/translation.json
@@ -24,9 +24,9 @@
"domain": "ドメイン",
"sign_in": "ログイン",
"authorize": "認証",
- "authorization_code": "Authorization Code",
- "authorization_helper": "Please paste the authorization code from your browser",
- "without_code_authorize": "Please approve Fedistar in your browser, and after you approve it please authorize"
+ "authorization_code": "認証コード",
+ "authorization_helper": "ブラウザに表示された認証コードを貼り付けてください",
+ "without_code_authorize": "Please approve Whalebird in your browser, and after you approve it please authorize"
},
"remove": "削除"
},
@@ -114,6 +114,6 @@
"settings": {
"title": "設定",
"language": "言語",
- "font_size": "Font size"
+ "font_size": "フォントサイズ"
}
}
From 808be5b484877d93db44453a8b4c10308911320e Mon Sep 17 00:00:00 2001
From: AkiraFukushima
Date: Thu, 7 Dec 2023 22:42:40 +0900
Subject: [PATCH 07/15] New translations translation.json (Korean)
---
locales/ko/translation.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/locales/ko/translation.json b/locales/ko/translation.json
index 1abbf811..0da8f754 100644
--- a/locales/ko/translation.json
+++ b/locales/ko/translation.json
@@ -26,7 +26,7 @@
"authorize": "Authorize",
"authorization_code": "Authorization Code",
"authorization_helper": "Please paste the authorization code from your browser",
- "without_code_authorize": "Please approve Fedistar in your browser, and after you approve it please authorize"
+ "without_code_authorize": "Please approve Whalebird in your browser, and after you approve it please authorize"
},
"remove": "Remove"
},
From 2678040ef8d85fbf9605540a5826bbc7fcb19f0e Mon Sep 17 00:00:00 2001
From: AkiraFukushima
Date: Thu, 7 Dec 2023 22:42:41 +0900
Subject: [PATCH 08/15] New translations translation.json (Norwegian)
---
locales/no/translation.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/locales/no/translation.json b/locales/no/translation.json
index 1abbf811..0da8f754 100644
--- a/locales/no/translation.json
+++ b/locales/no/translation.json
@@ -26,7 +26,7 @@
"authorize": "Authorize",
"authorization_code": "Authorization Code",
"authorization_helper": "Please paste the authorization code from your browser",
- "without_code_authorize": "Please approve Fedistar in your browser, and after you approve it please authorize"
+ "without_code_authorize": "Please approve Whalebird in your browser, and after you approve it please authorize"
},
"remove": "Remove"
},
From d60d1b23437ae8a08247a2a7b167116c2984db6f Mon Sep 17 00:00:00 2001
From: AkiraFukushima
Date: Thu, 7 Dec 2023 22:42:42 +0900
Subject: [PATCH 09/15] New translations translation.json (Portuguese)
---
locales/pt_pt/translation.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/locales/pt_pt/translation.json b/locales/pt_pt/translation.json
index 1abbf811..0da8f754 100644
--- a/locales/pt_pt/translation.json
+++ b/locales/pt_pt/translation.json
@@ -26,7 +26,7 @@
"authorize": "Authorize",
"authorization_code": "Authorization Code",
"authorization_helper": "Please paste the authorization code from your browser",
- "without_code_authorize": "Please approve Fedistar in your browser, and after you approve it please authorize"
+ "without_code_authorize": "Please approve Whalebird in your browser, and after you approve it please authorize"
},
"remove": "Remove"
},
From 5c0f68770628eba8e81138248d4a5e53ba279ae7 Mon Sep 17 00:00:00 2001
From: AkiraFukushima
Date: Thu, 7 Dec 2023 22:42:43 +0900
Subject: [PATCH 10/15] New translations translation.json (Chinese Simplified)
---
locales/zh_cn/translation.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/locales/zh_cn/translation.json b/locales/zh_cn/translation.json
index 1abbf811..0da8f754 100644
--- a/locales/zh_cn/translation.json
+++ b/locales/zh_cn/translation.json
@@ -26,7 +26,7 @@
"authorize": "Authorize",
"authorization_code": "Authorization Code",
"authorization_helper": "Please paste the authorization code from your browser",
- "without_code_authorize": "Please approve Fedistar in your browser, and after you approve it please authorize"
+ "without_code_authorize": "Please approve Whalebird in your browser, and after you approve it please authorize"
},
"remove": "Remove"
},
From ac727779f897a68cbd2a7ef1fdeb4c48cb160d5c Mon Sep 17 00:00:00 2001
From: AkiraFukushima
Date: Thu, 7 Dec 2023 22:42:44 +0900
Subject: [PATCH 11/15] New translations translation.json (Chinese Traditional)
---
locales/zh_tw/translation.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/locales/zh_tw/translation.json b/locales/zh_tw/translation.json
index 1abbf811..0da8f754 100644
--- a/locales/zh_tw/translation.json
+++ b/locales/zh_tw/translation.json
@@ -26,7 +26,7 @@
"authorize": "Authorize",
"authorization_code": "Authorization Code",
"authorization_helper": "Please paste the authorization code from your browser",
- "without_code_authorize": "Please approve Fedistar in your browser, and after you approve it please authorize"
+ "without_code_authorize": "Please approve Whalebird in your browser, and after you approve it please authorize"
},
"remove": "Remove"
},
From 0616760e708bd8fa107647d28d01eabbb1b98465 Mon Sep 17 00:00:00 2001
From: AkiraFukushima
Date: Thu, 7 Dec 2023 22:42:45 +0900
Subject: [PATCH 12/15] New translations translation.json (Persian)
---
locales/fa/translation.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/locales/fa/translation.json b/locales/fa/translation.json
index 1abbf811..0da8f754 100644
--- a/locales/fa/translation.json
+++ b/locales/fa/translation.json
@@ -26,7 +26,7 @@
"authorize": "Authorize",
"authorization_code": "Authorization Code",
"authorization_helper": "Please paste the authorization code from your browser",
- "without_code_authorize": "Please approve Fedistar in your browser, and after you approve it please authorize"
+ "without_code_authorize": "Please approve Whalebird in your browser, and after you approve it please authorize"
},
"remove": "Remove"
},
From 1cc293ba1fe972348b95569a635bfb9e6d5ac381 Mon Sep 17 00:00:00 2001
From: AkiraFukushima
Date: Thu, 7 Dec 2023 22:42:46 +0900
Subject: [PATCH 13/15] New translations translation.json (Scottish Gaelic)
---
locales/gd/translation.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/locales/gd/translation.json b/locales/gd/translation.json
index 1abbf811..0da8f754 100644
--- a/locales/gd/translation.json
+++ b/locales/gd/translation.json
@@ -26,7 +26,7 @@
"authorize": "Authorize",
"authorization_code": "Authorization Code",
"authorization_helper": "Please paste the authorization code from your browser",
- "without_code_authorize": "Please approve Fedistar in your browser, and after you approve it please authorize"
+ "without_code_authorize": "Please approve Whalebird in your browser, and after you approve it please authorize"
},
"remove": "Remove"
},
From 4eeffc10e77dbfc5e9e7a947734c82099f62a06a Mon Sep 17 00:00:00 2001
From: AkiraFukushima
Date: Thu, 7 Dec 2023 22:42:47 +0900
Subject: [PATCH 14/15] New translations translation.json (Spanish)
---
locales/es_es/translation.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/locales/es_es/translation.json b/locales/es_es/translation.json
index 1abbf811..0da8f754 100644
--- a/locales/es_es/translation.json
+++ b/locales/es_es/translation.json
@@ -26,7 +26,7 @@
"authorize": "Authorize",
"authorization_code": "Authorization Code",
"authorization_helper": "Please paste the authorization code from your browser",
- "without_code_authorize": "Please approve Fedistar in your browser, and after you approve it please authorize"
+ "without_code_authorize": "Please approve Whalebird in your browser, and after you approve it please authorize"
},
"remove": "Remove"
},
From 77409c62081040b9df0de9db7215828481c29fef Mon Sep 17 00:00:00 2001
From: AkiraFukushima
Date: Fri, 8 Dec 2023 00:08:17 +0900
Subject: [PATCH 15/15] New translations translation.json (Japanese)
---
locales/ja/translation.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/locales/ja/translation.json b/locales/ja/translation.json
index 9793472f..3090091d 100644
--- a/locales/ja/translation.json
+++ b/locales/ja/translation.json
@@ -26,7 +26,7 @@
"authorize": "認証",
"authorization_code": "認証コード",
"authorization_helper": "ブラウザに表示された認証コードを貼り付けてください",
- "without_code_authorize": "Please approve Whalebird in your browser, and after you approve it please authorize"
+ "without_code_authorize": "お使いのブラウザでWhalebirdを許可してください。その後、認証ボタンを押してください"
},
"remove": "削除"
},