Translation components API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/translations/documentation/bookshandbookfilesystems_index/ko/units/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 24,
    "next": null,
    "previous": null,
    "results": [
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/bookshandbookfilesystems_index/ko/?format=api",
            "source": [
                "This chapter shows the other filesystems supported by FreeBSD"
            ],
            "previous_source": "",
            "target": [
                "이 장에서는 FreeBSD에서 지원하는 다른 파일 시스템을 설명합니다"
            ],
            "id_hash": 3311644351552846618,
            "content_hash": 3311644351552846618,
            "location": "documentation/content/en/books/handbook/filesystems/_index.adoc:1",
            "context": "",
            "note": "type: YAML Front Matter: description",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 9,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1181808/?format=api",
            "priority": 100,
            "id": 1479690,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/bookshandbookfilesystems_index/ko/?checksum=adf552fdecbc7b1a",
            "url": "https://translate-dev.freebsd.org/api/units/1479690/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:39:38.593259Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/bookshandbookfilesystems_index/ko/?format=api",
            "source": [
                "Part III. System Administration"
            ],
            "previous_source": "",
            "target": [
                "파트 III. 시스템 관리"
            ],
            "id_hash": 8815005510386053895,
            "content_hash": 8815005510386053895,
            "location": "documentation/content/en/books/handbook/filesystems/_index.adoc:1",
            "context": "",
            "note": "type: YAML Front Matter: part",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translate-dev.freebsd.org/api/units/360265/?format=api",
            "priority": 100,
            "id": 1479691,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/bookshandbookfilesystems_index/ko/?checksum=fa5530cecbabf307",
            "url": "https://translate-dev.freebsd.org/api/units/1479691/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:39:38.596822Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/bookshandbookfilesystems_index/ko/?format=api",
            "source": [
                "Other File Systems"
            ],
            "previous_source": "",
            "target": [
                "기타 파일 시스템"
            ],
            "id_hash": -2856143446723089838,
            "content_hash": -2856143446723089838,
            "location": "documentation/content/en/books/handbook/filesystems/_index.adoc:14",
            "context": "",
            "note": "type: Title =",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 4,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate-dev.freebsd.org/api/units/360269/?format=api",
            "priority": 100,
            "id": 1479693,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/bookshandbookfilesystems_index/ko/?checksum=585cf0aaee82aa52",
            "url": "https://translate-dev.freebsd.org/api/units/1479693/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:39:38.603249Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/bookshandbookfilesystems_index/ko/?format=api",
            "source": [
                "Synopsis"
            ],
            "previous_source": "",
            "target": [
                "요약"
            ],
            "id_hash": -6651481047257516920,
            "content_hash": -6651481047257516920,
            "location": "documentation/content/en/books/handbook/filesystems/_index.adoc:52",
            "context": "",
            "note": "type: Title ==",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 5,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/360271/?format=api",
            "priority": 100,
            "id": 1479694,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/bookshandbookfilesystems_index/ko/?checksum=23b1313a83f8f488",
            "url": "https://translate-dev.freebsd.org/api/units/1479694/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:39:38.606866Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/bookshandbookfilesystems_index/ko/?format=api",
            "source": [
                "File systems are an integral part of any operating system.  They allow users to upload and store files, provide access to data, and make hard drives useful.  Different operating systems differ in their native file system.  Traditionally, the native FreeBSD file system has been the Unix File System UFS which has been modernized as UFS2.  Since FreeBSD 7.0, the Z File System (ZFS) is also available as a native file system.  See crossref:zfs[zfs,The Z File System (ZFS)] for more information."
            ],
            "previous_source": "",
            "target": [
                "파일 시스템은 모든 운영 체제의 필수적인 부분입니다.  파일 시스템을 통해 사용자는 파일을 업로드 및 저장하고, 데이터에 액세스할 수 있으며, 하드 드라이브를 유용하게 사용할 수 있습니다.  운영 체제마다 기본 파일 시스템이 다릅니다.  전통적으로 기본 FreeBSD 파일 시스템은 UFS2로 현대화된 유닉스 파일 시스템 UFS였습니다.  FreeBSD 7.0부터는 Z 파일 시스템(ZFS)도 기본 파일 시스템으로 사용할 수 있습니다.  자세한 내용은 crossref:zfs[zfs,Z 파일 시스템(ZFS)]을 참조하세요."
            ],
            "id_hash": -7215522090353604378,
            "content_hash": -7215522090353604378,
            "location": "documentation/content/en/books/handbook/filesystems/_index.adoc:60",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 6,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 80,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1218180/?format=api",
            "priority": 100,
            "id": 1479695,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/bookshandbookfilesystems_index/ko/?checksum=1bdd50e3677d48e6",
            "url": "https://translate-dev.freebsd.org/api/units/1479695/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:39:38.610964Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/bookshandbookfilesystems_index/ko/?format=api",
            "source": [
                "In addition to its native file systems, FreeBSD supports a multitude of other file systems so that data from other operating systems can be accessed locally, such as data stored on locally attached USB storage devices, flash drives, and hard disks.  This includes support for the Linux(R) Extended File System (EXT)."
            ],
            "previous_source": "",
            "target": [
                "기본 파일 시스템 외에도 FreeBSD는 로컬에 연결된 USB 저장 장치, 플래시 드라이브 및 하드 디스크에 저장된 데이터와 같은 다른 운영 체제의 데이터에 로컬로 액세스할 수 있도록 다양한 다른 파일 시스템을 지원합니다.  여기에는 Linux(R) EXT(확장 파일 시스템)에 대한 지원이 포함됩니다."
            ],
            "id_hash": -8644154930488927960,
            "content_hash": -8644154930488927960,
            "location": "documentation/content/en/books/handbook/filesystems/_index.adoc:63",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 7,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 51,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1218182/?format=api",
            "priority": 100,
            "id": 1479696,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/bookshandbookfilesystems_index/ko/?checksum=0809cae3b0c41928",
            "url": "https://translate-dev.freebsd.org/api/units/1479696/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:39:38.615211Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/bookshandbookfilesystems_index/ko/?format=api",
            "source": [
                "There are different levels of FreeBSD support for the various file systems.  Some require a kernel module to be loaded and others may require a toolset to be installed.  Some non-native file system support is full read-write while others are read-only."
            ],
            "previous_source": "",
            "target": [
                "다양한 파일 시스템에 대한 FreeBSD 지원 수준은 여러 가지가 있습니다.  일부는 커널 모듈을 로드해야 하고 다른 일부는 도구 세트를 설치해야 할 수 있습니다.  일부 비-기본 파일 시스템(non-native file system) 지원은 전체 읽기-쓰기가 가능한 반면, 일부 파일 시스템은 읽기 전용입니다."
            ],
            "id_hash": 2539429245306016642,
            "content_hash": 2539429245306016642,
            "location": "documentation/content/en/books/handbook/filesystems/_index.adoc:67",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 8,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 41,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1218184/?format=api",
            "priority": 100,
            "id": 1479697,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/bookshandbookfilesystems_index/ko/?checksum=a33ddd71b2b41382",
            "url": "https://translate-dev.freebsd.org/api/units/1479697/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:39:38.618333Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/bookshandbookfilesystems_index/ko/?format=api",
            "source": [
                "After reading this chapter, you will know:"
            ],
            "previous_source": "",
            "target": [
                "이 장을 읽고 나면 다음을 알 수 있습니다:"
            ],
            "id_hash": 2268672208577399708,
            "content_hash": 2268672208577399708,
            "location": "documentation/content/en/books/handbook/filesystems/_index.adoc:69",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 9,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://translate-dev.freebsd.org/api/units/360279/?format=api",
            "priority": 100,
            "id": 1479698,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/bookshandbookfilesystems_index/ko/?checksum=9f7bf15a900e8b9c",
            "url": "https://translate-dev.freebsd.org/api/units/1479698/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:39:38.621706Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/bookshandbookfilesystems_index/ko/?format=api",
            "source": [
                "The difference between native and supported file systems."
            ],
            "previous_source": "",
            "target": [
                "기본 파일 시스템과 지원되는 파일 시스템의 차이점."
            ],
            "id_hash": -5290371039195994012,
            "content_hash": -5290371039195994012,
            "location": "documentation/content/en/books/handbook/filesystems/_index.adoc:71",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 10,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "source_unit": "https://translate-dev.freebsd.org/api/units/360281/?format=api",
            "priority": 100,
            "id": 1479699,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/bookshandbookfilesystems_index/ko/?checksum=3694d391c6b56864",
            "url": "https://translate-dev.freebsd.org/api/units/1479699/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:39:38.624593Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/bookshandbookfilesystems_index/ko/?format=api",
            "source": [
                "Which file systems are supported by FreeBSD."
            ],
            "previous_source": "",
            "target": [
                "FreeBSD에서 지원되는 파일 시스템 종류."
            ],
            "id_hash": -520664107333224270,
            "content_hash": -520664107333224270,
            "location": "documentation/content/en/books/handbook/filesystems/_index.adoc:72",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 11,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://translate-dev.freebsd.org/api/units/360283/?format=api",
            "priority": 100,
            "id": 1479700,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/bookshandbookfilesystems_index/ko/?checksum=78c63ac0c31b78b2",
            "url": "https://translate-dev.freebsd.org/api/units/1479700/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:39:38.627671Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/bookshandbookfilesystems_index/ko/?format=api",
            "source": [
                "How to enable, configure, access, and make use of non-native file systems."
            ],
            "previous_source": "",
            "target": [
                "기본이 아닌 파일 시스템을 활성화, 구성, 액세스 및 사용하는 방법."
            ],
            "id_hash": -4426971918350802386,
            "content_hash": -4426971918350802386,
            "location": "documentation/content/en/books/handbook/filesystems/_index.adoc:73",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 12,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 12,
            "source_unit": "https://translate-dev.freebsd.org/api/units/360285/?format=api",
            "priority": 100,
            "id": 1479701,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/bookshandbookfilesystems_index/ko/?checksum=42903c7ed012222e",
            "url": "https://translate-dev.freebsd.org/api/units/1479701/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:39:38.630867Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/bookshandbookfilesystems_index/ko/?format=api",
            "source": [
                "Before reading this chapter, you should:"
            ],
            "previous_source": "",
            "target": [
                "이 챕터를 읽기 전에 알아두어야 할 사항입니다:"
            ],
            "id_hash": -3586292119972366088,
            "content_hash": -3586292119972366088,
            "location": "documentation/content/en/books/handbook/filesystems/_index.adoc:75",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 13,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://translate-dev.freebsd.org/api/units/360287/?format=api",
            "priority": 100,
            "id": 1479702,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/bookshandbookfilesystems_index/ko/?checksum=4e3aee516043b8f8",
            "url": "https://translate-dev.freebsd.org/api/units/1479702/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:39:38.633744Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/bookshandbookfilesystems_index/ko/?format=api",
            "source": [
                "Understand UNIX(R) and crossref:basics[basics,FreeBSD basics]."
            ],
            "previous_source": "",
            "target": [
                "UNIX(R)와 crossref:basics[basics,FreeBSD basics]의 이해."
            ],
            "id_hash": -7274869226194026131,
            "content_hash": -7274869226194026131,
            "location": "documentation/content/en/books/handbook/filesystems/_index.adoc:77",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 14,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://translate-dev.freebsd.org/api/units/360289/?format=api",
            "priority": 100,
            "id": 1479703,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/bookshandbookfilesystems_index/ko/?checksum=1b0a78fb9148c16d",
            "url": "https://translate-dev.freebsd.org/api/units/1479703/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:39:38.636254Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/bookshandbookfilesystems_index/ko/?format=api",
            "source": [
                "Be familiar with the basics of crossref:kernelconfig[kernelconfig,kernel configuration and compilation]."
            ],
            "previous_source": "",
            "target": [
                "crossref:kernelconfig[kernelconfig,kernel configuration and compilation]에 친숙해야 합니다."
            ],
            "id_hash": -7955733980709052890,
            "content_hash": -7955733980709052890,
            "location": "documentation/content/en/books/handbook/filesystems/_index.adoc:78",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 15,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 10,
            "source_unit": "https://translate-dev.freebsd.org/api/units/360291/?format=api",
            "priority": 100,
            "id": 1479704,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/bookshandbookfilesystems_index/ko/?checksum=11978e1888551e26",
            "url": "https://translate-dev.freebsd.org/api/units/1479704/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:39:38.639299Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/bookshandbookfilesystems_index/ko/?format=api",
            "source": [
                "Feel comfortable crossref:ports[ports,installing software] in FreeBSD."
            ],
            "previous_source": "",
            "target": [
                "FreeBSD의 crossref:ports[ports,installing software]에 익숙해야 합니다."
            ],
            "id_hash": 9001573834925238127,
            "content_hash": 9001573834925238127,
            "location": "documentation/content/en/books/handbook/filesystems/_index.adoc:79",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 16,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://translate-dev.freebsd.org/api/units/360293/?format=api",
            "priority": 100,
            "id": 1479705,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/bookshandbookfilesystems_index/ko/?checksum=fcec03b5e22b676f",
            "url": "https://translate-dev.freebsd.org/api/units/1479705/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:39:38.642125Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/bookshandbookfilesystems_index/ko/?format=api",
            "source": [
                "Have some familiarity with crossref:disks[disks,disks], storage, and device names in FreeBSD."
            ],
            "previous_source": "",
            "target": [
                "FreeBSD의 crossref:disks[disks,disks], 스토리지 및 장치 이름에 익숙해져 있어야 합니다."
            ],
            "id_hash": 2217278065363840168,
            "content_hash": 2217278065363840168,
            "location": "documentation/content/en/books/handbook/filesystems/_index.adoc:80",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 17,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 11,
            "source_unit": "https://translate-dev.freebsd.org/api/units/360295/?format=api",
            "priority": 100,
            "id": 1479706,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/bookshandbookfilesystems_index/ko/?checksum=9ec55aa71e46eca8",
            "url": "https://translate-dev.freebsd.org/api/units/1479706/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:39:38.645040Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/bookshandbookfilesystems_index/ko/?format=api",
            "source": [
                "Linux(R) File Systems"
            ],
            "previous_source": "",
            "target": [
                "Linux(R) 파일 시스템"
            ],
            "id_hash": -3477060292459302888,
            "content_hash": -3477060292459302888,
            "location": "documentation/content/en/books/handbook/filesystems/_index.adoc:82",
            "context": "",
            "note": "type: Title ==",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 18,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate-dev.freebsd.org/api/units/360297/?format=api",
            "priority": 100,
            "id": 1479707,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/bookshandbookfilesystems_index/ko/?checksum=4fbf00161558f018",
            "url": "https://translate-dev.freebsd.org/api/units/1479707/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:39:38.647717Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/bookshandbookfilesystems_index/ko/?format=api",
            "source": [
                "FreeBSD provides built-in support for several Linux(R) file systems.  This section demonstrates how to load support for and how to mount the supported Linux(R) file systems."
            ],
            "previous_source": "",
            "target": [
                "FreeBSD는 여러 Linux(R) 파일 시스템에 대한 기본 지원을 제공합니다.  이 섹션에서는 지원되는 Linux(R) 파일 시스템에 대한 지원을 로드하는 방법과 마운트하는 방법을 설명합니다."
            ],
            "id_hash": 5347480336778066104,
            "content_hash": 5347480336778066104,
            "location": "documentation/content/en/books/handbook/filesystems/_index.adoc:86",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 19,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 26,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1218186/?format=api",
            "priority": 100,
            "id": 1479708,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/bookshandbookfilesystems_index/ko/?checksum=ca361108bd0af8b8",
            "url": "https://translate-dev.freebsd.org/api/units/1479708/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:39:38.679883Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/bookshandbookfilesystems_index/ko/?format=api",
            "source": [
                "ext2 / ext3 / ext4"
            ],
            "previous_source": "",
            "target": [
                "ext2 / ext3 / ext4"
            ],
            "id_hash": -7613680353014821220,
            "content_hash": -7613680353014821220,
            "location": "documentation/content/en/books/handbook/filesystems/_index.adoc:87",
            "context": "",
            "note": "type: Title ===",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 20,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1264356/?format=api",
            "priority": 100,
            "id": 1479709,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/bookshandbookfilesystems_index/ko/?checksum=1656c60ed52e4e9c",
            "url": "https://translate-dev.freebsd.org/api/units/1479709/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:39:38.683791Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/bookshandbookfilesystems_index/ko/?format=api",
            "source": [
                "Kernel support for ext2 file systems has been available since FreeBSD 2.2.  The man:ext2fs[5] driver allows the FreeBSD kernel to both read and write to ext2, ext3, and ext4 file systems."
            ],
            "previous_source": "",
            "target": [
                "ext2 파일 시스템에 대한 커널 지원은 FreeBSD 2.2부터 제공되었습니다.  man:ext2fs[5] 드라이버를 사용하면 FreeBSD 커널에서 ext2, ext3 및 ext4 파일 시스템을 읽고 쓸 수 있습니다."
            ],
            "id_hash": -4202052515668304357,
            "content_hash": -4202052515668304357,
            "location": "documentation/content/en/books/handbook/filesystems/_index.adoc:91",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 21,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 31,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1264358/?format=api",
            "priority": 100,
            "id": 1479710,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/bookshandbookfilesystems_index/ko/?checksum=45af4f801c0dde1b",
            "url": "https://translate-dev.freebsd.org/api/units/1479710/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:39:38.687291Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/bookshandbookfilesystems_index/ko/?format=api",
            "source": [
                "Journalling and encryption are not supported yet."
            ],
            "previous_source": "",
            "target": [
                "아직 저널링과 암호화는 지원되지 않습니다."
            ],
            "id_hash": -7843636834205822067,
            "content_hash": -7843636834205822067,
            "location": "documentation/content/en/books/handbook/filesystems/_index.adoc:95",
            "context": "",
            "note": "type: delimited block = 4",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 22,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1264360/?format=api",
            "priority": 100,
            "id": 1479711,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/bookshandbookfilesystems_index/ko/?checksum=1325cddb4dfe138d",
            "url": "https://translate-dev.freebsd.org/api/units/1479711/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-07T01:39:38.690873Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/bookshandbookfilesystems_index/ko/?format=api",
            "source": [
                "To access an ext file system, mount the ext volume by specifying its FreeBSD partition name and an existing mount point.  This example mounts [.filename]#/dev/ada1s1# on [.filename]#/mnt#:"
            ],
            "previous_source": "",
            "target": [
                "Ext 파일 시스템에 액세스하려면, 확장 볼륨의 FreeBSD 파티션 이름과 기존 마운트 지점을 지정하여 해당 볼륨을 마운트합니다.  이 예에서는 [.filename]#/dev/ada1s1# 을 [.filename]#/mnt# 에 마운트합니다:"
            ],
            "id_hash": -4083693489087878847,
            "content_hash": -4083693489087878847,
            "location": "documentation/content/en/books/handbook/filesystems/_index.adoc:99",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 23,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 27,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1569218/?format=api",
            "priority": 100,
            "id": 1569232,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/bookshandbookfilesystems_index/ko/?checksum=4753ce6873576941",
            "url": "https://translate-dev.freebsd.org/api/units/1569232/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-05-21T18:03:44.674749Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/bookshandbookfilesystems_index/ko/?format=api",
            "source": [
                "# mount -t ext2fs /dev/ada1s1 /mnt\n"
            ],
            "previous_source": "",
            "target": [
                "# mount -t ext2fs /dev/ada1s1 /mnt\n"
            ],
            "id_hash": 5152574180459658210,
            "content_hash": 5152574180459658210,
            "location": "documentation/content/en/books/handbook/filesystems/_index.adoc:103",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 24,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1569220/?format=api",
            "priority": 100,
            "id": 1569233,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/bookshandbookfilesystems_index/ko/?checksum=c7819eeae925bbe2",
            "url": "https://translate-dev.freebsd.org/api/units/1569233/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-05-21T18:03:44.676021Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/bookshandbookfilesystems_index/ko/?format=api",
            "source": [
                "Chapter 23. Other File Systems"
            ],
            "previous_source": "Chapter 22. Other File Systems",
            "target": [
                "23장. 기타 파일 시스템"
            ],
            "id_hash": -7323804332042274346,
            "content_hash": -7323804332042274346,
            "location": "documentation/content/en/books/handbook/filesystems/_index.adoc:1",
            "context": "",
            "note": "type: YAML Front Matter: title",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 3,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1581657/?format=api",
            "priority": 100,
            "id": 1581664,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/bookshandbookfilesystems_index/ko/?checksum=1a5c9ec3602739d6",
            "url": "https://translate-dev.freebsd.org/api/units/1581664/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-07-15T19:53:17.493131Z"
        }
    ]
}