mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Merge branch 'rhymix:master' into master
This commit is contained in:
commit
ba8bbda74b
12 changed files with 66 additions and 27 deletions
|
|
@ -307,6 +307,7 @@ $lang->confirm_vote = 'Are you sure you want to upvote?';
|
|||
$lang->confirm_delete = 'Are you sure you want to delete?';
|
||||
$lang->confirm_restore = 'Are you sure you want to restore?';
|
||||
$lang->confirm_move = 'Are you sure you want to move?';
|
||||
$lang->confirm_trash = 'Are you sure you want to move to trash?';
|
||||
$lang->confirm_reset = 'Are you sure you want to reset?';
|
||||
$lang->confirm_leave = 'Are you sure you want to delete your account?';
|
||||
$lang->confirm_update = 'Are you sure you want to update?';
|
||||
|
|
|
|||
|
|
@ -307,6 +307,7 @@ $lang->confirm_vote = '추천하시겠습니까?';
|
|||
$lang->confirm_delete = '삭제하시겠습니까?';
|
||||
$lang->confirm_restore = '복원하시겠습니까?';
|
||||
$lang->confirm_move = '이동하시겠습니까?';
|
||||
$lang->confirm_trash = '휴지통으로 이동하시겠습니까?';
|
||||
$lang->confirm_reset = '초기화하시겠습니까?';
|
||||
$lang->confirm_leave = '탈퇴하시겠습니까?';
|
||||
$lang->confirm_update = '수정하시겠습니까?';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue