forked from Evernote/evernote-sdk-ios
-
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.
Merge pull request Evernote#99 from sunsidew/master
Add Korean localization & setTitle by localized string
- Loading branch information
Showing
6 changed files
with
66 additions
and
3 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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
/* | ||
Localizable.strings | ||
evernote-sdk-ios | ||
|
||
Created by Eric Cheng on 1/26/15. | ||
Copyright (c) 2015 Evernote Corporation. All rights reserved. | ||
*/ | ||
|
||
"Save to Evernote" = "Evernote에 저장"; | ||
|
||
"Add Title" = "제목 추가"; | ||
|
||
"Add Tag" = "태그 추가"; | ||
|
||
"Untitled note" = "무제 노트"; | ||
|
||
"Untitled" = "무제"; | ||
|
||
"Notebooks" = "노트북"; | ||
|
||
"Current" = "현재"; | ||
|
||
"Recent Notebooks" = "최근 노트북"; | ||
|
||
"All Notebooks" = "모든 노트북"; | ||
|
||
"Notebook" = "노트북"; | ||
|
||
"Evernote-International" = "Evernote-국제"; | ||
|
||
"Evernote-China" = "Evernote-중국"; |
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
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,29 @@ | ||
/* | ||
Localizable.strings | ||
evernote-sdk-ios | ||
|
||
Created by Eric Cheng on 1/26/15. | ||
Copyright (c) 2015 Evernote Corporation. All rights reserved. | ||
*/ | ||
|
||
"Login" = "로그인"; | ||
|
||
"Logout" = "로그아웃"; | ||
|
||
"Back" = "뒤로"; | ||
|
||
"User info" = "회원 정보"; | ||
|
||
"Tags" = "태그"; | ||
|
||
"Save Activity" = "액티비티 저장"; | ||
|
||
"Create photo note" = "사진 노트 생성"; | ||
|
||
"Clip web page" = "웹 페이지 스크랩"; | ||
|
||
"Search notes via keyword" = "노트 검색"; | ||
|
||
"View my notes" = "내 노트 보기"; | ||
|
||
"Save a customized note" = "맞춤형 노트 저장"; |
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