From b4c801c7646b2a6a3125f794d8ddfec2ac78f0fb Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 13 Dec 2023 03:59:54 +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 0da8f754e8..bd89f75780 100644 --- a/locales/es_es/translation.json +++ b/locales/es_es/translation.json @@ -15,7 +15,8 @@ }, "show_more": "Show more", "show_less": "Show less", - "cw": "Media hidden" + "cw": "Media hidden", + "report": "Report {user}" } }, "accounts": { @@ -115,5 +116,10 @@ "title": "Settings", "language": "Language", "font_size": "Font size" + }, + "report": { + "title": "Report {user}", + "detail": "Detail", + "submit": "Submit" } } From f2177746d962cdff9731e25e084dabeb4b597e88 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 13 Dec 2023 03:59:55 +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 0da8f754e8..bd89f75780 100644 --- a/locales/cs/translation.json +++ b/locales/cs/translation.json @@ -15,7 +15,8 @@ }, "show_more": "Show more", "show_less": "Show less", - "cw": "Media hidden" + "cw": "Media hidden", + "report": "Report {user}" } }, "accounts": { @@ -115,5 +116,10 @@ "title": "Settings", "language": "Language", "font_size": "Font size" + }, + "report": { + "title": "Report {user}", + "detail": "Detail", + "submit": "Submit" } } From ecf1c8affcd228f1bd3a6442b855b28a94012ff2 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 13 Dec 2023 03:59:56 +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 0da8f754e8..bd89f75780 100644 --- a/locales/de/translation.json +++ b/locales/de/translation.json @@ -15,7 +15,8 @@ }, "show_more": "Show more", "show_less": "Show less", - "cw": "Media hidden" + "cw": "Media hidden", + "report": "Report {user}" } }, "accounts": { @@ -115,5 +116,10 @@ "title": "Settings", "language": "Language", "font_size": "Font size" + }, + "report": { + "title": "Report {user}", + "detail": "Detail", + "submit": "Submit" } } From 3bac08b3c540447136cdd7b5bf8af00ce9cd641e Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 13 Dec 2023 03:59:57 +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 0da8f754e8..bd89f75780 100644 --- a/locales/hu/translation.json +++ b/locales/hu/translation.json @@ -15,7 +15,8 @@ }, "show_more": "Show more", "show_less": "Show less", - "cw": "Media hidden" + "cw": "Media hidden", + "report": "Report {user}" } }, "accounts": { @@ -115,5 +116,10 @@ "title": "Settings", "language": "Language", "font_size": "Font size" + }, + "report": { + "title": "Report {user}", + "detail": "Detail", + "submit": "Submit" } } From 740adbc65e6cd14d2ebd34882b2d57f78daaf39e Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 13 Dec 2023 03:59:58 +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 0da8f754e8..bd89f75780 100644 --- a/locales/it/translation.json +++ b/locales/it/translation.json @@ -15,7 +15,8 @@ }, "show_more": "Show more", "show_less": "Show less", - "cw": "Media hidden" + "cw": "Media hidden", + "report": "Report {user}" } }, "accounts": { @@ -115,5 +116,10 @@ "title": "Settings", "language": "Language", "font_size": "Font size" + }, + "report": { + "title": "Report {user}", + "detail": "Detail", + "submit": "Submit" } } From daa302a5a82b0b6f4245d2c2776cc2fe6abb6bbd Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 13 Dec 2023 03:59:59 +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 3090091d07..7cdf56de8e 100644 --- a/locales/ja/translation.json +++ b/locales/ja/translation.json @@ -15,7 +15,8 @@ }, "show_more": "もっと見る", "show_less": "隠す", - "cw": "非表示のメディア" + "cw": "非表示のメディア", + "report": "Report {user}" } }, "accounts": { @@ -115,5 +116,10 @@ "title": "設定", "language": "言語", "font_size": "フォントサイズ" + }, + "report": { + "title": "Report {user}", + "detail": "Detail", + "submit": "Submit" } } From 5c9f29a6f52505c7763181043bf4bd071a5d203d Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 13 Dec 2023 04:00:00 +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 0da8f754e8..bd89f75780 100644 --- a/locales/ko/translation.json +++ b/locales/ko/translation.json @@ -15,7 +15,8 @@ }, "show_more": "Show more", "show_less": "Show less", - "cw": "Media hidden" + "cw": "Media hidden", + "report": "Report {user}" } }, "accounts": { @@ -115,5 +116,10 @@ "title": "Settings", "language": "Language", "font_size": "Font size" + }, + "report": { + "title": "Report {user}", + "detail": "Detail", + "submit": "Submit" } } From 811c9f11826d3708734db27e4cc32ee7865c411c Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 13 Dec 2023 04:00:01 +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 0da8f754e8..bd89f75780 100644 --- a/locales/no/translation.json +++ b/locales/no/translation.json @@ -15,7 +15,8 @@ }, "show_more": "Show more", "show_less": "Show less", - "cw": "Media hidden" + "cw": "Media hidden", + "report": "Report {user}" } }, "accounts": { @@ -115,5 +116,10 @@ "title": "Settings", "language": "Language", "font_size": "Font size" + }, + "report": { + "title": "Report {user}", + "detail": "Detail", + "submit": "Submit" } } From 50ce63bd83ed1bc9772eb9060b64ae6cbe88dc61 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 13 Dec 2023 04:00:03 +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 0da8f754e8..bd89f75780 100644 --- a/locales/pt_pt/translation.json +++ b/locales/pt_pt/translation.json @@ -15,7 +15,8 @@ }, "show_more": "Show more", "show_less": "Show less", - "cw": "Media hidden" + "cw": "Media hidden", + "report": "Report {user}" } }, "accounts": { @@ -115,5 +116,10 @@ "title": "Settings", "language": "Language", "font_size": "Font size" + }, + "report": { + "title": "Report {user}", + "detail": "Detail", + "submit": "Submit" } } From 6ba1263e23d7432e393b8055853fad3a32d52a77 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 13 Dec 2023 04:00:04 +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 0da8f754e8..bd89f75780 100644 --- a/locales/zh_cn/translation.json +++ b/locales/zh_cn/translation.json @@ -15,7 +15,8 @@ }, "show_more": "Show more", "show_less": "Show less", - "cw": "Media hidden" + "cw": "Media hidden", + "report": "Report {user}" } }, "accounts": { @@ -115,5 +116,10 @@ "title": "Settings", "language": "Language", "font_size": "Font size" + }, + "report": { + "title": "Report {user}", + "detail": "Detail", + "submit": "Submit" } } From 4419fac353b91fcfff3faba17c511a0d0c6e7600 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 13 Dec 2023 04:00:05 +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 0da8f754e8..bd89f75780 100644 --- a/locales/zh_tw/translation.json +++ b/locales/zh_tw/translation.json @@ -15,7 +15,8 @@ }, "show_more": "Show more", "show_less": "Show less", - "cw": "Media hidden" + "cw": "Media hidden", + "report": "Report {user}" } }, "accounts": { @@ -115,5 +116,10 @@ "title": "Settings", "language": "Language", "font_size": "Font size" + }, + "report": { + "title": "Report {user}", + "detail": "Detail", + "submit": "Submit" } } From 3d55350316703e5f37e18260d69ae535c2de9fb7 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 13 Dec 2023 04:00:06 +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 0da8f754e8..bd89f75780 100644 --- a/locales/fa/translation.json +++ b/locales/fa/translation.json @@ -15,7 +15,8 @@ }, "show_more": "Show more", "show_less": "Show less", - "cw": "Media hidden" + "cw": "Media hidden", + "report": "Report {user}" } }, "accounts": { @@ -115,5 +116,10 @@ "title": "Settings", "language": "Language", "font_size": "Font size" + }, + "report": { + "title": "Report {user}", + "detail": "Detail", + "submit": "Submit" } } From a493a5f975ee82e96174729153257987f5b0a830 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 13 Dec 2023 04:00:07 +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 0da8f754e8..bd89f75780 100644 --- a/locales/gd/translation.json +++ b/locales/gd/translation.json @@ -15,7 +15,8 @@ }, "show_more": "Show more", "show_less": "Show less", - "cw": "Media hidden" + "cw": "Media hidden", + "report": "Report {user}" } }, "accounts": { @@ -115,5 +116,10 @@ "title": "Settings", "language": "Language", "font_size": "Font size" + }, + "report": { + "title": "Report {user}", + "detail": "Detail", + "submit": "Submit" } }