diff --git a/src/components/dashboard/hiiq-table/pagination.tsx b/src/components/dashboard/hiiq-table/pagination.tsx index 4996ac71..bf5fdc02 100644 --- a/src/components/dashboard/hiiq-table/pagination.tsx +++ b/src/components/dashboard/hiiq-table/pagination.tsx @@ -47,7 +47,7 @@ export function TablePagination({ className="flex-shrink-0" > - Previous + {t('previous')}
@@ -105,7 +105,7 @@ export function TablePagination({ disabled={currentPage === totalPages} className="flex-shrink-0" > - Next + {t('next')}
diff --git a/src/components/lock/RewardCalculator.tsx b/src/components/lock/RewardCalculator.tsx index d0dc6497..9827468d 100644 --- a/src/components/lock/RewardCalculator.tsx +++ b/src/components/lock/RewardCalculator.tsx @@ -141,7 +141,7 @@ const RewardCalculator = ({ /> - Years + {t('years')} diff --git a/src/messages/en.json b/src/messages/en.json index 3a40bc84..fa303d0b 100644 --- a/src/messages/en.json +++ b/src/messages/en.json @@ -55,6 +55,8 @@ "searchPlaceholder": "Search by address...", "page": "Page", "of": "of", + "previous": "Previous", + "next": "Next", "hiiqTableStatus": { "searching": "Searching...", "noResults": "No results." @@ -154,6 +156,7 @@ "supply": "Supply", "amountToLock": "Amount of IQ to lock", "yearsToLock": "No of years to lock the IQ (4 years max)", + "years": "Years", "totalReward": "Total Reward" }, "networkError": { diff --git a/src/messages/kr.json b/src/messages/kr.json index 0045349a..79a605a6 100644 --- a/src/messages/kr.json +++ b/src/messages/kr.json @@ -55,6 +55,8 @@ "searchPlaceholder": "주소로 검색...", "page": "페이지", "of": "중", + "previous": "이전", + "next": "다음", "hiiqTableStatus": { "searching": "검색 중...", "noResults": "결과 없음." @@ -154,6 +156,7 @@ "supply": "공급량", "amountToLock": "잠글 IQ 수량", "yearsToLock": "IQ를 잠글 연수 (최대 4년)", + "years": "년", "totalReward": "총 보상" }, "networkError": { diff --git a/src/messages/zh.json b/src/messages/zh.json index b9b6ffad..bc0127ac 100644 --- a/src/messages/zh.json +++ b/src/messages/zh.json @@ -55,6 +55,8 @@ "searchPlaceholder": "按地址搜索...", "page": "页", "of": "之", + "previous": "이전", + "next": "다음", "hiiqTableStatus": { "searching": "搜索中...", "noResults": "无搜索结果。" @@ -154,6 +156,7 @@ "supply": "供应量", "amountToLock": "要锁定的IQ数量", "yearsToLock": "锁定IQ的年数(最多4年)", + "years": "年", "totalReward": "总奖励" }, "networkError": {