From 32420694ce7c5919b230181c7ec7bd5a8959dd1c Mon Sep 17 00:00:00 2001 From: riroan Date: Sat, 26 Oct 2024 22:08:47 +0900 Subject: [PATCH] =?UTF-8?q?=EB=9E=AD=ED=82=B9=20=EC=97=85=EB=8D=B0?= =?UTF-8?q?=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- riroan/src/App.js | 2 +- riroan/src/i18n/locales/en.json | 6 +++--- riroan/src/i18n/locales/ko.json | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/riroan/src/App.js b/riroan/src/App.js index dc58583..3746c67 100644 --- a/riroan/src/App.js +++ b/riroan/src/App.js @@ -356,7 +356,7 @@ export default function App() {

- {t('5d37da82e2')} Diamond II + {t('5d37da82e2')} Diamond I

diff --git a/riroan/src/i18n/locales/en.json b/riroan/src/i18n/locales/en.json index f7f6cde..bcae142 100644 --- a/riroan/src/i18n/locales/en.json +++ b/riroan/src/i18n/locales/en.json @@ -68,10 +68,10 @@ "a520cb971c": "2022, Acquired Gold Hand", "7c6fc03ca2": "Baekjoon Online Judge (BOJ)", - "9ce277c6e8": "4000<0>+ problems solved", - "69aa42060f": "Largest algorithm problem solving platform in Korea. Currently 59<0>th on the leaderboard.", + "9ce277c6e8": "4100<0>+ problems solved", + "69aa42060f": "Largest algorithm problem solving platform in Korea. Currently 63<0>th on the leaderboard.", "5d37da82e2": "Solved.ac", - "f27eded4a9": "Rating based on problems solved on BOJ. Currently 278<0>th on leaderboard. (top 0.22%)", + "f27eded4a9": "Rating based on problems solved on BOJ. Currently 268<0>th on leaderboard. (top 0.18%)", "4e1e0d7819": "Solved.ac Arena", "8de4ecceb6": "Highest rating 2,234 (SS<0>+)", "1978eb4b0b": "Rating based on competitions attended on BOJ. Currently 44<0>th on leaderboard. (top 1.44%)", diff --git a/riroan/src/i18n/locales/ko.json b/riroan/src/i18n/locales/ko.json index decf48f..6459d49 100644 --- a/riroan/src/i18n/locales/ko.json +++ b/riroan/src/i18n/locales/ko.json @@ -68,10 +68,10 @@ "a520cb971c": "2022, 1회차 금손 취득", "7c6fc03ca2": "백준", - "9ce277c6e8": "문제 해결 수 4000<0>+", - "69aa42060f": "국내에서 가장 큰 알고리즘 문제 해결 플랫폼입니다. 현재 59등에 위치하고 있습니다.", + "9ce277c6e8": "문제 해결 수 4100<0>+", + "69aa42060f": "국내에서 가장 큰 알고리즘 문제 해결 플랫폼입니다. 현재 63등에 위치하고 있습니다.", "5d37da82e2": "솔브드", - "f27eded4a9": "백준에서 해결한 문제의 난이도에 따라 레이팅을 얻는 시스템입니다. 현재 278등에 위치하고 있고 상위 0.22%에 해당합니다.", + "f27eded4a9": "백준에서 해결한 문제의 난이도에 따라 레이팅을 얻는 시스템입니다. 현재 268등에 위치하고 있고 상위 0.18%에 해당합니다.", "4e1e0d7819": "솔브드 아레나", "8de4ecceb6": "최고 레이팅 2,234 (SS<0>+)", "1978eb4b0b": "백준에서 개최되는 대회 성적에 따라 레이팅을 얻는 시스템입니다. 현재 44등에 위치하고 있고 상위 1.44%에 해당합니다.",