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

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-02-09 06:51:28 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-02-09 15:53:43 +0300
commit82a5d0441ed290f71b64121f3da96ec8df59b271 (patch)
tree700e6a7e720d1830e89aee497e39ad47b165ebbe /app/src/main/res/values-ko
parenta535da380ecee3e04cdd4206f7cb0dc74f94404e (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'app/src/main/res/values-ko')
-rw-r--r--app/src/main/res/values-ko/strings.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/app/src/main/res/values-ko/strings.xml b/app/src/main/res/values-ko/strings.xml
index 49cfe272..39f41db0 100644
--- a/app/src/main/res/values-ko/strings.xml
+++ b/app/src/main/res/values-ko/strings.xml
@@ -222,6 +222,15 @@
<string name="formatting_help_code_body_2">Markdown은 코드 펜싱이라는 것을 지원하여 들여쓰기 없이 여러 줄을 허용합니다.</string>
<string name="formatting_help_code_body_3">구문 강조 표시를 사용하려면 다음 언어를 포함합니다.</string>
+ <string name="formatting_help_tables_title">표</string>
+ <!-- Column header of a sample table -->
+ <string name="formatting_help_tables_column">열%1d</string>
+ <!-- Table cell value of a sample table -->
+ <string name="formatting_help_tables_value">값%1d</string>
+
+ <string name="formatting_help_images_title">이미지</string>
+ <string name="formatting_help_images_alt">멋진 이미지</string>
+
<string name="simple_other">기타</string>
<string name="sort_last_modified">수정된 날짜로 정렬</string>
<string name="sort_alphabetically">알파벳순으로 정렬</string>
@@ -229,4 +238,5 @@
<string name="error_action_open_deck_info">앱 정보 열기</string>
<string name="error_action_open_network">네트워크 환경설정</string>
<string name="no_other_accounts">아직 다른 계정을 구성하지 않았습니다.</string>
- </resources>
+ <string name="context_based_formatting">컨텍스트 기반의 양식 팝오버</string>
+</resources>