From 1b7368f89500b16d5a7a16db9dc01778bed92194 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sun, 12 Nov 2017 04:02:08 -0500 Subject: Add translations (#103) --- README.md | 2 +- about/src/main/res/values-ko/strings_about.xml | 6 ++ .../src/main/res/values-ko/strings_colorpicker.xml | 6 ++ .../main/res-public/values-ko/strings_commons.xml | 67 ++++++++++++++++++++++ docs/Changelog.md | 4 +- .../src/main/res/values-ko/strings_mediapicker.xml | 11 ++++ sample/src/main/res/xml/kau_changelog.xml | 2 +- 7 files changed, 95 insertions(+), 3 deletions(-) create mode 100644 about/src/main/res/values-ko/strings_about.xml create mode 100644 colorpicker/src/main/res/values-ko/strings_colorpicker.xml create mode 100644 core/src/main/res-public/values-ko/strings_commons.xml create mode 100644 mediapicker/src/main/res/values-ko/strings_mediapicker.xml diff --git a/README.md b/README.md index 1a76238..40c86cb 100644 --- a/README.md +++ b/README.md @@ -157,8 +157,8 @@ Special thanks to the following awesome people for translating significant porti |----------|--------------| | French | [Vincent Kulak](https://github.com/VonOx) • [Jean-Philippe Gravel](https://crowdin.com/profile/wokija) | | German | [Bushido1992](https://forum.xda-developers.com/member.php?u=5179246) • [Marcel Soehnchen](https://crowdin.com/profile/msoehnchen) • [3LD0mi HA](https://forum.xda-developers.com/member.php?u=5860523) | +| Italian | [Bonnee](https://github.com/Bonnee) | | Korean | [잇스테이크](https://crowdin.com/profile/bexco2010) | -| Italian | | | Spanish | [Jahir Fiquitiva](https://jahirfiquitiva.me/) • [Nefi Salazar](https://plus.google.com/u/0/105547968033551087431)| | Vietnamese | [Alienz](https://crowdin.com/profile/alienyd) | diff --git a/about/src/main/res/values-ko/strings_about.xml b/about/src/main/res/values-ko/strings_about.xml new file mode 100644 index 0000000..f24b2c9 --- /dev/null +++ b/about/src/main/res/values-ko/strings_about.xml @@ -0,0 +1,6 @@ + + + + 이 앱은 아래의 라이브러리가 없었다면 만들 수 없었습니다. + FAQ + diff --git a/colorpicker/src/main/res/values-ko/strings_colorpicker.xml b/colorpicker/src/main/res/values-ko/strings_colorpicker.xml new file mode 100644 index 0000000..550fb00 --- /dev/null +++ b/colorpicker/src/main/res/values-ko/strings_colorpicker.xml @@ -0,0 +1,6 @@ + + + + 색상 팔레트 + 사전 설정 + diff --git a/core/src/main/res-public/values-ko/strings_commons.xml b/core/src/main/res-public/values-ko/strings_commons.xml new file mode 100644 index 0000000..685efac --- /dev/null +++ b/core/src/main/res-public/values-ko/strings_commons.xml @@ -0,0 +1,67 @@ + + + + + 이 앱에 대하여 + %s 에 대하여 + 계정 추가 + 뒤로 + 취소 + 변경 사항 + 닫기 + 문의하기 + 복사 + 사용자 지정 + 어두움 + 기본 + 다시 보지 않기 + 완료 + 오류 + 나가기 + 정말로 종료하시겠습니까? + 정말로 %s 를 종료하시겠습니까? + 유리 + 확인 + 좋아요 + 숨기기 + 밝음 + 로그인 + 로그아웃 + %s 를 로그아웃 하시겠습니까? + 계정 관리 + 애매함 + 메뉴 + 아니요 + 결과를 찾을 수 없습니다. + 없음 + 확인 + Play 스토어 + 평가 + 버그 제보 + 검색 + 피드백 전송 + 전송 방법 + 설정 + 공유 + 텍스트가 클립보드에 복사되었습니다. + 감사합니다 + 이런 + 경고 + + %d 일 + + + %d 시간 + + + %d 분 + + + %d 초 + + + 권한이 없습니다. + diff --git a/docs/Changelog.md b/docs/Changelog.md index 45b8e12..6c43049 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -6,7 +6,9 @@ * Add Italian translations * Clean up unnecessary build version support * Optimize and refactor old code -* Add helper methods to enhance FastAdapter for Kotlin +* :adapter: Add helper methods to enhance FastAdapter for Kotlin +* :core: Create ProgressAnimator class +* :searchview: Add searchview holder interface ## v3.4.5 * Add French translations diff --git a/mediapicker/src/main/res/values-ko/strings_mediapicker.xml b/mediapicker/src/main/res/values-ko/strings_mediapicker.xml new file mode 100644 index 0000000..484edfd --- /dev/null +++ b/mediapicker/src/main/res/values-ko/strings_mediapicker.xml @@ -0,0 +1,11 @@ + + + + 항목이 없습니다. + 선택된 항목이 없습니다. + 가져온 항목이 없습니다. + 카메라를 찾을 수 없습니다. + 카메라 앱을 설치하고 다시 시도하세요. + 임시 파일을 만들지 못했습니다. + 미디어 선택 + diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index 48a2644..f019691 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -14,7 +14,7 @@ - + -- cgit v1.2.3