summaryrefslogtreecommitdiffstats
path: root/res/values-ko
diff options
context:
space:
mode:
Diffstat (limited to 'res/values-ko')
-rw-r--r--res/values-ko/cm_plurals.xml3
-rw-r--r--res/values-ko/cm_strings.xml4
2 files changed, 7 insertions, 0 deletions
diff --git a/res/values-ko/cm_plurals.xml b/res/values-ko/cm_plurals.xml
index a1c2f217..827eb80d 100644
--- a/res/values-ko/cm_plurals.xml
+++ b/res/values-ko/cm_plurals.xml
@@ -16,12 +16,15 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- Phrase describing a time duration using seconds [CHAR LIMIT=16] -->
<plurals name="duration_seconds">
<item quantity="other"><xliff:g id="count">%d</xliff:g>초</item>
</plurals>
+ <!-- Phrase describing a time duration using minutes [CHAR LIMIT=16] -->
<plurals name="duration_minutes">
<item quantity="other"><xliff:g id="count">%d</xliff:g>분</item>
</plurals>
+ <!-- Phrase describing a time duration using hours [CHAR LIMIT=16] -->
<plurals name="duration_hours">
<item quantity="other"><xliff:g id="count">%d</xliff:g>시간</item>
</plurals>
diff --git a/res/values-ko/cm_strings.xml b/res/values-ko/cm_strings.xml
index 4e7edff7..99cf00fd 100644
--- a/res/values-ko/cm_strings.xml
+++ b/res/values-ko/cm_strings.xml
@@ -17,7 +17,11 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="download_speed_text"><xliff:g id="text">%1$s</xliff:g>, <xliff:g id="size" example="230 kB">%2$s</xliff:g>/s</string>
+ <!-- Status indicating that the download has been paused to start in the future. Appears for an
+ individual item in the download list. [CHAR LIMIT=24] -->
<string name="download_paused">일시 정지됨</string>
+ <!-- Representation of download progress percentage when paused. [CHAR LIMIT=24] -->
<string name="download_paused_percent">일시 정지됨, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
+ <!-- Representation of download progress percentage when queued. [CHAR LIMIT=24] -->
<string name="download_queued_percent">대기 중, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
</resources>