-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
179 changed files
with
1,451 additions
and
1,281 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -81,3 +81,6 @@ Tests/**/*.plist | |
|
||
### Changelog | ||
Changelog/next.md | ||
|
||
### Personal Playground | ||
MyPlayground.playground |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
## Fixed | ||
- Fixed bug with adding first word. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
Resources/IOSScene/GeneralSettings/en.lproj/Localizable.strings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
general = "General"; | ||
haptics = "Haptics"; | ||
theme = "Theme"; | ||
|
||
hapticsSettingsFooterTextWhenHapticsIsOn = "Enable haptics for interactions."; | ||
hapticsSettingsFooterTextWhenHapticsIsOff = "Disable haptics for interactions."; |
6 changes: 6 additions & 0 deletions
6
Resources/IOSScene/GeneralSettings/ko.lproj/Localizable.strings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
general = "일반"; | ||
haptics = "진동"; | ||
theme = "테마"; | ||
|
||
hapticsSettingsFooterTextWhenHapticsIsOn = "상호 작용에 대한 진동을 사용합니다."; | ||
hapticsSettingsFooterTextWhenHapticsIsOff = "상호 작용에 대한 진동을 사용하지 않습니다."; |
2 changes: 2 additions & 0 deletions
2
Resources/IOSScene/LanguageSetting/en.lproj/Localizable.strings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
source_language = "Source language"; | ||
translation_language = "Translation language"; |
2 changes: 2 additions & 0 deletions
2
Resources/IOSScene/LanguageSetting/ko.lproj/Localizable.strings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
source_language = "원본 언어"; | ||
translation_language = "번역 언어"; |
7 changes: 7 additions & 0 deletions
7
Resources/IOSScene/PushNotificationSettings/en.lproj/Localizable.strings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
daily_reminder = "Daily Reminder"; | ||
notifications = "Notifications"; | ||
notice = "Notice"; | ||
time = "Time"; | ||
|
||
allow_notifications_is_required = "Allow notifications is required."; | ||
dailyReminderFooter = "Sends a daily push notification at the time you set."; |
7 changes: 7 additions & 0 deletions
7
Resources/IOSScene/PushNotificationSettings/ko.lproj/Localizable.strings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
daily_reminder = "매일 알림"; | ||
notifications = "알림"; | ||
notice = "알림"; | ||
time = "시간"; | ||
|
||
allow_notifications_is_required = "알림 허용이 필요합니다."; | ||
dailyReminderFooter = "설정한 시각에 매일 푸시 알림을 보냅니다."; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
theme = "Theme"; | ||
system_mode = "System mode"; | ||
light_mode = "Light mode"; | ||
dark_mode = "Dark mode"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
theme = "테마"; | ||
system_mode = "시스템 설정 모드"; | ||
light_mode = "라이트 모드"; | ||
dark_mode = "다크 모드"; |
15 changes: 15 additions & 0 deletions
15
Resources/IOSScene/UserSettings/en.lproj/Localizable.strings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
source_language = "Source language"; | ||
translation_language = "Translation language"; | ||
notifications = "Notifications"; | ||
general = "General"; | ||
settings = "Settings"; | ||
notice = "Notice"; | ||
|
||
google_drive_upload = "Upload data to Google Drive"; | ||
google_drive_upload_successfully = "Successfully uploading to Google Drive"; | ||
|
||
google_drive_download = "Download data from Google Drive"; | ||
google_drive_download_successfully = "Successfully downloading from Google Drive"; | ||
|
||
google_drive_logout = "Google Drive Logout"; | ||
signed_out_of_google_drive_successfully = "Signed out of Google Drive successfully"; |
15 changes: 15 additions & 0 deletions
15
Resources/IOSScene/UserSettings/ko.lproj/Localizable.strings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
source_language = "원본 언어"; | ||
translation_language = "번역 언어"; | ||
notifications = "알림"; | ||
general = "일반"; | ||
settings = "설정"; | ||
notice = "알림"; | ||
|
||
google_drive_upload = "구글 드라이브에 데이터 업로드"; | ||
google_drive_upload_successfully = "구글 드라이브에 업로드 성공"; | ||
|
||
google_drive_download = "구글 드라이브에서 데이터 다운로드"; | ||
google_drive_download_successfully = "구글 드라이브에서 다운로드 성공"; | ||
|
||
google_drive_logout = "구글 드라이브 로그아웃"; | ||
signed_out_of_google_drive_successfully = "구글 드라이브에서 로그아웃되었습니다."; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
word = "Word"; | ||
duplicate_word = "Duplicate word."; | ||
newWord = "New word"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
word = "단어"; | ||
duplicate_word = "중복 단어입니다."; | ||
newWord = "새로운 단어"; |
Oops, something went wrong.