Translated using Weblate (Korean)

Currently translated at 100.0% (369 of 369 strings)

Translation: Syncthing/Android app strings
Translate-URL: https://hosted.weblate.org/projects/syncthing/android/stringsxml/ko/
This commit is contained in:
배성연 2024-06-12 05:02:45 +00:00 committed by Hosted Weblate
parent ec67a46e30
commit 3fe31f8a4f
No known key found for this signature in database
GPG Key ID: A3FAAA06E6569B4C
1 changed files with 8 additions and 8 deletions

View File

@ -440,15 +440,15 @@
<string name="pull_order_type_alphabetic">가나다순</string>
<string name="pull_order_type_smallestFirst">작은 파일 순</string>
<string name="pull_order_type_largestFirst">큰 파일 순</string>
<string name="pull_order_type_oldestFirst">랜 파일</string>
<string name="pull_order_type_newestFirst">최신 파일 </string>
<string name="pull_order_type_oldestFirst">래된</string>
<string name="pull_order_type_newestFirst">최신 순</string>
<!--Pull order dialog descriptions for pull order types-->
<string name="pull_order_type_random_description">파일을 무작위 순서로 수신합니다.</string>
<string name="pull_order_type_alphabetic_description">파일을 이름에 따른 가나다 순서로 수신합니다.</string>
<string name="pull_order_type_smallestFirst_description">파일을 크기에 따른 순서로 수신합니다. 가장 작은 파일이 먼저입니다.</string>
<string name="pull_order_type_largestFirst_description">파일을 크기에 따른 순서로 수신합니다. 가장 큰 파일이 먼저입니다.</string>
<string name="pull_order_type_oldestFirst_description">파일을 수정 시간에 따른 순서로 수신합니다. 가장 오랜 파일이 먼저입니다.</string>
<string name="pull_order_type_newestFirst_description">파일을 수정 시간에 따른 순서로 수신합니다. 가장 최신 파일이 먼저입니다.</string>
<string name="pull_order_type_random_description">파일을 무작위 순서로 가져오기.</string>
<string name="pull_order_type_alphabetic_description">파일 이름을 알파벳 순서로 가져오기.</string>
<string name="pull_order_type_smallestFirst_description">파일을 크기 순으로 가져오기. 가장 작은 것부터 가져옵니다.</string>
<string name="pull_order_type_largestFirst_description">파일을 크기 순으로 가져오기. 가장 큰 것부터 가져옵니다.</string>
<string name="pull_order_type_oldestFirst_description">파일을 수정 시간 순으로 가져오기. 가장 오래된 것부터 가져옵니다.</string>
<string name="pull_order_type_newestFirst_description">파일을 수정 시간 순으로 가져오기. 가장 최근의 것부터 가져옵니다.</string>
<!--Titles used in the file versioning dialog and file versioning button in the folder activity-->
<string name="maximum_age">최대 보관 기간</string>
<string name="clean_out_after">보관 기간</string>