Skip to content

Commit

Permalink
#59 feat: reset, resetConfirmMessage에 대한 localizing strings 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
sanghyeok-kim committed Jan 28, 2024
1 parent b985314 commit c2123e6
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Multimer/Multimer/Localizing/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
"done" = "Done";
"deleteConfirmMessage" = "Are you sure to delete the %d timer(s)?";
"deleteTimer" = "Delete Timer";
"reset" = "Reset";
"resetConfirmMessage" = "Are you sure to reset all activated timers?";
"cancel" = "Cancel";
"delete" = "Delete";
"noTimerCreatedMessage" = "No Timer Created";
Expand Down
2 changes: 2 additions & 0 deletions Multimer/Multimer/Localizing/ja.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
"done" = "完了";
"deleteConfirmMessage" = "本当に%dつのタイマーを削除しますか?";
"deleteTimer" = "タイマーを削除";
"reset" = "リセット";
"resetConfirmMessage" = "全ての%d個の活性化されたタイマーをリセットしますか?";
"cancel" = "キャンセル";
"delete" = "削除";
"noTimerCreatedMessage" = "作成されたタイマーなし";
Expand Down
2 changes: 2 additions & 0 deletions Multimer/Multimer/Localizing/ko.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
"done" = "완료";
"deleteConfirmMessage" = "선택한 %d개의 타이머를 삭제하시겠습니까?";
"deleteTimer" = "타이머 삭제";
"reset" = "중지";
"resetConfirmMessage" = "활성화된 타이머를 모두 중지하시겠습니까?";
"cancel" = "취소";
"delete" = "삭제";
"noTimerCreatedMessage" = "생성된 타이머 없음";
Expand Down
2 changes: 2 additions & 0 deletions Multimer/Multimer/Localizing/ru.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
"done" = "Готово";
"deleteConfirmMessage" = "Вы уверены, что хотите удалить выбранные %d таймеров?";
"deleteTimer" = "Удалить таймер";
"reset" = "Сбросить";
"resetConfirmMessage" = "Вы уверены, что хотите сбросить все активированные таймеры?";
"cancel" = "Отменить";
"delete" = "Удалить";
"noTimerCreatedMessage" = "Таймер не создан";
Expand Down
2 changes: 2 additions & 0 deletions Multimer/Multimer/Localizing/vi.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
"done" = "Xong";
"deleteConfirmMessage" = "Bạn có chắc chắn muốn xóa %d cái hẹn giờ đã chọn không?";
"deleteTimer" = "Xóa hẹn giờ";
"reset" = "Đặt lại";
"resetConfirmMessage" = "Bạn có chắc chắn muốn đặt lại tất cả bộ hẹn giờ đã kích hoạt không";
"cancel" = "Hủy";
"delete" = "Xóa";
"noTimerCreatedMessage" = "Không có bộ hẹn giờ nào\nđã được tạo";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
"done" = "完成";
"deleteConfirmMessage" = "您真的要删除%d个计时器吗?";
"deleteTimer" = "删除计时器";
"reset" = "重置";
"resetConfirmMessage" = "您确定要重置所有激活的计时器吗?";
"cancel" = "取消";
"delete" = "删除";
"noTimerCreatedMessage" = "无创建定时器";
Expand Down

0 comments on commit c2123e6

Please sign in to comment.