Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-09-10 07:35:08 +0300
committerNextcloud bot <bot@nextcloud.com>2022-09-10 07:35:08 +0300
commit147f3961170edc2faa9ea6ef1359819273f5af91 (patch)
tree5d19c204417ff41b09d04daca0497e6077a3c9ff /News-Android-App
parent6e025cb2ec6ec8e58290715baea55b07576f35b6 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'News-Android-App')
-rw-r--r--News-Android-App/src/main/res/values-ko/strings.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/News-Android-App/src/main/res/values-ko/strings.xml b/News-Android-App/src/main/res/values-ko/strings.xml
index 6fdcded9..9bc49967 100644
--- a/News-Android-App/src/main/res/values-ko/strings.xml
+++ b/News-Android-App/src/main/res/values-ko/strings.xml
@@ -5,6 +5,7 @@
<string name="title_activity_sync_interval_selector">동기화 간격</string>
<string name="empty_view_content">항목 없음</string>
<string name="empty_view_content_action">끌어 당겨서 새로 고침</string>
+ <string name="toast_GettingMoreItems">더 많은 아이템들을 다운로드 하고 있습니다... 잠시 기다려 주십시오.</string>
<string name="no_wifi_available">Wi-Fi에 연결되지 않았음</string>
<string name="do_you_want_to_download_without_wifi">Wi-Fi연결없이 이미지를 다운로드 하시겠습니까</string>
<string name="current_version">현재 버전 %s을(를) 사용 중입니다.</string>
@@ -63,6 +64,7 @@
<string name="action_link_share">링크 공유</string>
<string name="action_link_open">브라우저에서 링크 열기</string>
<string name="action_link_copy">링크 복사</string>
+ <string name="toast_img_download_wait">다운로드 중… 잠시만 기다려주세요.</string>
<string name="toast_img_saved">이미지 저장됨</string>
<string name="toast_img_notwriteable">사진을 기록할 수 없습니다.</string>
<string name="toast_copied_to_clipboard">클립보드로 복사됨</string>
@@ -101,6 +103,7 @@
<string name="pref_default_owncloudRootPath">https://1.2.3.4/nextcloud</string>
<string name="action_sign_in_short">로그인</string>
+ <string name="login_progress_signing_in">로그인 중…</string>
<!-- <string name="error_incorrect_password">Incorrect password</string> -->
<string name="error_field_required">이 항목은 필수 사항입니다</string>
<string name="error_invalid_url">잘못된 URL</string>
@@ -111,6 +114,11 @@
<item quantity="other">오래된 항목 %d개 다운로드됨</item>
</plurals>
<string name="toast_no_more_downloads_available">더 이상 항목 없음</string>
+ <plurals name="fetched_items_so_far">
+ <item quantity="other">항목 %d개 가져옴…</item>
+ </plurals>
+
+
<!-- Strings related to Settings -->
<string name="title_activity_settings">설정</string>
<string name="cache_is_cleared">캐시를 비웠습니다!</string>
@@ -132,6 +140,7 @@
<string name="pref_general_search_in_body">몸통</string>
<string name="dialog_clearing_cache">캐시 비우는 중</string>
+ <string name="dialog_clearing_cache_please_wait">캐시를 비우고 있습니다… 잠시 기다려 주십시오.</string>
<string name="reset_cache_unsaved_changes">동기화되지 않은 변경 사항이 있습니다. 캐시를 비우시겠습니까?</string>
<string name="warning">경고</string>
<string name="pref_title_AutoSyncOnStart">시작할 때 동기화</string>
@@ -206,10 +215,14 @@
<string name="content_desc_play">재생</string>
<string name="content_desc_pause">일시 정지</string>
+ <string name="content_desc_playback_speed">재생 속도</string>
+ <string name="content_desc_rewind">되감기</string>
<string name="content_desc_forward">전달</string>
+ <string name="content_desc_expand">확장</string>
<string name="content_desc_collapse">접기</string>
<string name="content_desc_mark_as_read">읽은 것으로 표시</string>
<string name="content_desc_mark_as_unread">읽지 않은 것으로 표시</string>
+ <string name="content_desc_tap_to_refresh">눌러서 새로 고침</string>
<string name="content_desc_add_to_favorites">즐겨찾기에 추가</string>
<string name="content_desc_remove_from_favorites">즐겨찾기에서 제거</string>
<string name="content_desc_show_password">암호 표시</string>