diff options
author | Allan Wang <me@allanwang.ca> | 2017-11-12 04:03:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-12 04:03:41 -0500 |
commit | 4aed05a8923a7f76799bbaa254f407f7e11fef0b (patch) | |
tree | badd20ad111989ce7bbeed3f7e9ed8df47b94331 /app/src/main/res/values-vi/strings_download.xml | |
parent | 2b51bc4bfa86863ed14b550fe3281840587ab038 (diff) | |
download | frost-4aed05a8923a7f76799bbaa254f407f7e11fef0b.tar.gz frost-4aed05a8923a7f76799bbaa254f407f7e11fef0b.tar.bz2 frost-4aed05a8923a7f76799bbaa254f407f7e11fef0b.zip |
Translations (#482)
* Update translators
* Remove translation for some other texts
* Update kau
* Fix build and optimize
* Add translations
* Update readme and changelog
* Clean unnecessary strings
* Fix translations
* Add korean translations for kau
Diffstat (limited to 'app/src/main/res/values-vi/strings_download.xml')
-rw-r--r-- | app/src/main/res/values-vi/strings_download.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app/src/main/res/values-vi/strings_download.xml b/app/src/main/res/values-vi/strings_download.xml new file mode 100644 index 00000000..608570b7 --- /dev/null +++ b/app/src/main/res/values-vi/strings_download.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<resources> + <string name="pick_image">Chọn ảnh</string> + <string name="download">Tải về</string> + <string name="downloading">Đang tải…</string> + <string name="image_download_success">Ảnh đã được tải</string> + <string name="image_download_fail">Không tải được ảnh</string> + <string name="image_share_failed">Không chia sẻ được ảnh</string> + <string name="downloading_video">Đang tải video</string> + <string name="downloaded_video">Đã tải Video</string> + <string name="downloading_file">Đang tải tập tin</string> + <string name="downloaded_file">Đã tải tập tin</string> +</resources> |