File: files-sort.page

package info (click to toggle)
gnome-user-docs 48.2-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 142,176 kB
  • sloc: xml: 829; makefile: 532; sh: 514
file content (102 lines) | stat: -rw-r--r-- 4,174 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="files-sort" xml:lang="ko">

  <info>
    <link type="guide" xref="files#common-file-tasks"/>

    <revision pkgversion="3.6.0" version="0.2" date="2012-09-25" status="review"/>
    <revision pkgversion="3.13.92" date="2014-09-22" status="review"/>
    <revision pkgversion="3.18" date="2015-09-29" status="final"/>
    <revision version="gnome:45" date="2024-03-04" status="final"/>

    <credit type="author">
      <name>Phil Bull</name>
      <email>philbull@gmail.com</email>
    </credit>
    <credit type="author">
      <name>Jim Campbell</name>
      <email>jwcampbell@gmail.com</email>
    </credit>
    <credit type="editor">
      <name>Michael Hill</name>
      <email>mdhillca@gmail.com</email>
    </credit>

    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>

    <desc>이름, 크기, 형식, 바뀐 일시별로 파일을 정돈합니다.</desc>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>조성호</mal:name>
      <mal:email>shcho@gnome.org</mal:email>
      <mal:years>2021, 2022, 2023</mal:years>
    </mal:credit>
  </info>

<title>파일 및 폴더 정렬하기</title>

<p>예를 들면 날짜순 또는 파일 크기 순으로 폴더의 파일을 다른 방식으로 정렬할 수 있습니다. 파일을 정렬하는 일반적인 방법에 대해서는 아래 <link xref="#ways"/>을 봅니다. 기본 정렬 순서를 바꾸는 자세한 내용은 <link xref="nautilus-views"/>를 봅니다.</p>

<p>The way that you can sort files depends on the <em>folder view</em> that you
are using. You can change the current view using the list/grid button in the
toolbar.</p>

<section id="icon-view">
  <title>Grid view</title>

  <p>To sort files in a different order, click the view options button in the
  toolbar and choose <gui>A-Z</gui>, <gui>Z-A</gui>, <gui>Last Modified</gui>,
  <gui>First Modified</gui>, <gui>Size</gui>, or <gui>Type</gui>.</p>

  <p>As an example, if you select <gui>A-Z</gui>, the files will be sorted
  by their names, in alphabetical order. See <link xref="#ways"/> for other
  options.</p>

</section>

<section id="list-view">
  <title>목록 보기</title>

  <p>다른 순서로 파일을 정렬해보려면 파일 관리자의 열 제목 표시줄의 항목 하나를 누릅니다. 예를 들어, <gui>형식</gui>을 누르면 형식순으로 정렬합니다. 형식 역순으로 정렬하려면 열 제목 표시줄을 한번 더 누릅니다.</p>

  <p>For more sort options, click the view options button in the toolbar.</p>

  <p>목록 보기에서, 더 많은 속성 값을 볼 수 있으며 해당 속성 내용에 따라 정렬할 수 있습니다. 도구 모음에서 보기 옵션 단추를 누르고 <gui>표시할 열…</gui>을 고른 후 나타내고자 하는 열을 선택합니다. 이 열을 기준으로 정렬할 수도 있습니다. 가용 컬럼 설명은 <link xref="nautilus-list"/>을 참고합니다.</p>

</section>

<section id="ways">
  <title>파일 정렬 방식</title>

  <terms>
    <item>
      <title>A-Z</title>
      <p>파일 이름 알파벳 순으로 정렬합니다.</p>
    </item>
    <item>
      <title>Z-A</title>
      <p>Sorts alphabetically by the name of the file in reverse order.</p>
    </item>
    <item>
      <title>최근 수정 일시</title>
      <p>Sorts by the date and time that a file was last changed. Sorts from
      oldest to newest.</p>
    </item>
    <item>
      <title>First Modified</title>
      <p>Sorts by the date and time that a file was last changed. Sorts from
      newest to oldest.</p>
    </item>
    <item>
      <title>크기</title>
      <p>파일 크기 순(디스크 차지 용량 순)으로 정렬합니다. 작은 값부터 큰 값 순서로 정렬하는 방식이 기본입니다.</p>
    </item>
    <item>
      <title>형식</title>
      <p>파일 형식 알파벳 순으로 정렬합니다. 같은 형식 파일은 함께 모아두어 이름 순으로 정렬합니다.</p>
    </item>
  </terms>

</section>

</page>