From 26064f3c560cd8bd080d8c6d1c6178c11f8300fc Mon Sep 17 00:00:00 2001 From: Citra Bella Rahayu <146302496+Achixz@users.noreply.github.com> Date: Sun, 5 Nov 2023 10:59:28 +0700 Subject: [PATCH] feat: Added Japanese translation for review, issues closed, discussions started and answered (#95) --- src/translations.ts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/translations.ts b/src/translations.ts index 305f44c..37adef1 100644 --- a/src/translations.ts +++ b/src/translations.ts @@ -96,9 +96,13 @@ export const locales: Locales = { starsCountText: "星の数", forksCountText: "フォークの数", commitsCountText: "コミットの数", - totalPRText: "トータルPR", - totalPRMergedText: "トータルPRのマージ", + totalPRText: "トータル PR", + totalPRMergedText: "マージされた PR の総数", + totalPRReviewedText: "レビューされた PR の総数", totalIssuesText: "トータル問題点", + totalIssuesClosedText: "クローズされた課題の総数", + totalDiscussionStartedText: "開始されたディスカッションの", + totalDiscussionAnsweredText: "回答されたディスカッションの", contributedToText: "貢献したリポジトリ (昨年)", rtlDirection: false, },