Skip to content

Commit

Permalink
refactor(language): update language
Browse files Browse the repository at this point in the history
  • Loading branch information
nqmgaming committed Nov 30, 2024
1 parent 9648602 commit fa76f3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ fun SearchStudySetBySubject(
onClick = onStudySetRefresh,
modifier = Modifier.padding(top = 16.dp)
) {
Text(text = "Retry")
Text(text = stringResource(R.string.txt_retry))
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-vi/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@
<string name="txt_to_confirm_it_s_really_you_please_enter_your_quickmem_password">Để xác nhận bạn thực sự là bạn, vui lòng nhập mật khẩu QuickMem của bạn</string>
<string name="txt_current_password">Mật khẩu hiện tại</string>
<string name="txt_confirm_new_password">Xác nhận mật khẩu mới</string>
<string name="txt_you_have_reached_the_top_on_the_top_streak_leaderboard">Bạn đã đạt vị trí số %1$d trên bảng xếp hạng chuỗi đỉnh cao!</string>
<string name="txt_you_have_reached_the_top_on_the_top_streak_leaderboard">Bạn đã đạt vị trí số %1$s trên bảng xếp hạng chuỗi đỉnh cao!</string>
<string name="txt_are_you_sure_you_want_to_delete_this_class">Bạn có chắc chắn muốn xóa lớp này không?</string>
<string name="txt_are_you_sure_you_want_to_exit_this_class">Bạn có chắc chắn muốn rời khỏi lớp này không?</string>
<string name="txt_exit">Thoát</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@
<string name="txt_to_confirm_it_s_really_you_please_enter_your_quickmem_password">To confirm it\'s really you, please enter your QuickMem password</string>
<string name="txt_current_password">Current Password</string>
<string name="txt_confirm_new_password">Confirm New Password</string>
<string name="txt_you_have_reached_the_top_on_the_top_streak_leaderboard">You have reached the top #%1$s on the Top Streak leaderboard!</string>
<string name="txt_you_have_reached_the_top_on_the_top_streak_leaderboard">You have reached the top %1$s on the Top Streak leaderboard!</string>
<string name="txt_are_you_sure_you_want_to_delete_this_class">Are you sure you want to delete this class?</string>
<string name="txt_are_you_sure_you_want_to_exit_this_class">Are you sure you want to exit this class?</string>
<string name="txt_exit">Exit</string>
Expand Down

0 comments on commit fa76f3a

Please sign in to comment.