Translation components API.

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

GET /api/translations/libo_help-master/textsbasicshared/km/units/?format=api&page=7
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4754,
    "next": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicshared/km/units/?format=api&page=8",
    "previous": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicshared/km/units/?format=api&page=6",
    "results": [
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicshared/km/?format=api",
            "source": [
                "<bookmark_value>debugging Basic programs</bookmark_value><bookmark_value>variables; observing values</bookmark_value><bookmark_value>watching variables</bookmark_value><bookmark_value>run-time errors in Basic</bookmark_value><bookmark_value>error codes in Basic</bookmark_value><bookmark_value>breakpoints</bookmark_value><bookmark_value>Call Stack window</bookmark_value>"
            ],
            "previous_source": "",
            "target": [
                "<bookmark_value>បំបាត់​កំហុស​កម្មវិធី Basic</bookmark_value><bookmark_value>អថេរ; ការ​អង្កេត​តម្លៃ</bookmark_value><bookmark_value>ការ​ឃ្លាំមើល​អថេរ</bookmark_value><bookmark_value>កំហុស​ពេលវេលា​រត់​នៅ​ក្នុង Basic</bookmark_value><bookmark_value>កូដ​កំហុស​នៅ​ក្នុង Basic</bookmark_value><bookmark_value>ចំណុច​ឈប់</bookmark_value><bookmark_value>ហៅ​បង្អួច​ជង់</bookmark_value>"
            ],
            "id_hash": 4455837579549480649,
            "content_hash": 4455837579549480649,
            "location": "01030300.xhp",
            "context": "01030300.xhp\nbm_id3153344\nhelp.text",
            "note": "mMbrA",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 424,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 14,
            "source_unit": "https://translations.documentfoundation.org/api/units/24914852/?format=api",
            "priority": 100,
            "id": 7964898,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicshared/km/?checksum=bdd650aba9e216c9",
            "url": "https://translations.documentfoundation.org/api/units/7964898/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-07-11T17:49:56.953165Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicshared/km/?format=api",
            "source": [
                "<link href=\"text/sbasic/shared/01030300.xhp\">Debugging a Basic Program</link>"
            ],
            "previous_source": "",
            "target": [
                "<link href=\"text/sbasic/shared/01030300.xhp\">ការ​បំបាត់​កំហុស​កម្មវិធី Basic</link>"
            ],
            "id_hash": -7985741421619986091,
            "content_hash": -7985741421619986091,
            "location": "01030300.xhp",
            "context": "01030300.xhp\nhd_id3153344\nhelp.text",
            "note": "kS45y",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 425,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://translations.documentfoundation.org/api/units/24914853/?format=api",
            "priority": 100,
            "id": 7964899,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicshared/km/?checksum=112cf27cc037c155",
            "url": "https://translations.documentfoundation.org/api/units/7964899/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-07-11T17:49:56.963776Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicshared/km/?format=api",
            "source": [
                "Breakpoints and Single Step Execution"
            ],
            "previous_source": "",
            "target": [
                "ចំណុច​ឈប់ និង​ដំណើរការ​ប្រតិបត្តិ​ជំហាន​តែ​មួយ"
            ],
            "id_hash": 4338636399138499623,
            "content_hash": 4338636399138499623,
            "location": "01030300.xhp",
            "context": "01030300.xhp\nhd_id3159224\nhelp.text",
            "note": "z87PZ",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 426,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://translations.documentfoundation.org/api/units/24914854/?format=api",
            "priority": 100,
            "id": 7964900,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicshared/km/?checksum=bc35eed1643aec27",
            "url": "https://translations.documentfoundation.org/api/units/7964900/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-07-11T17:49:56.975280Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicshared/km/?format=api",
            "source": [
                "You can check each line in your Basic program for errors using single step execution. Errors are easily traced since you can immediately see the result of each step. A pointer in the breakpoint column of the Editor indicates the current line. You can also set a breakpoint if you want to force the program to be interrupted at a specific position."
            ],
            "previous_source": "",
            "target": [
                "អ្នក​អាច​ពិនិត្យ​ជួរ​នីមួយ​ៗ​ក្នុង​កម្មវិធី Basic របស់​អ្នក​សម្រាប់​កំហុស​ដោយ​ប្រើ​ការ​ប្រតិបត្តិ​ជំហាន​តែ​មួយ ។ កំហុស​នឹង​ងាយ​ស្រួល​តាម​ដាន ព្រោះ​ថា​​អ្នក​អាច​មើល​ឃើញ​លទ្ធផល​នៃ​ជំហាន​នីមួយ​ៗ​ភ្លាម​ៗ ។ ទ្រនិច​មួយ​ក្នុង​ជួរ​ឈរ​ចំណុច​ឈប់​នៃ​កម្មវិធី​និពន្ធ​ចង្អុល​បង្ហាញ​ពី​ជួរ​បច្ចុប្បន្ន ។ អ្នក​ក៏​អាច​កំណត់​ចំណុច​ឈប់​ផង​ដែរ ប្រសិន​បើ​អ្នក​ចង់​បង្ខំ​ឲ្យ​កម្មវិធី​ផ្អាក​នៅ​ទីតាំង​ជាក់លាក់​មួយ ។"
            ],
            "id_hash": 3369549990056289858,
            "content_hash": 3369549990056289858,
            "location": "01030300.xhp",
            "context": "01030300.xhp\npar_id3150682\nhelp.text",
            "note": "Fb5tF",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 427,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 62,
            "source_unit": "https://translations.documentfoundation.org/api/units/24914855/?format=api",
            "priority": 100,
            "id": 7964901,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicshared/km/?checksum=aec30bdd0239e642",
            "url": "https://translations.documentfoundation.org/api/units/7964901/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-07-11T17:49:56.986852Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicshared/km/?format=api",
            "source": [
                "Double-click in the <emph>breakpoint</emph> column at the left of the Editor window to toggle a breakpoint at the corresponding line. When the program reaches a breakpoint, the program execution is interrupted."
            ],
            "previous_source": "",
            "target": [
                "ចុច​ទ្វេ​ដង​លើ​ជួរ​ឈរ <emph>ចំណុច​ឈប់</emph> នៅ​ខាង​ឆ្វេង​នៃ​បង្អួច​កម្មវិធី​​និពន្ធ​ ដើម្បី​បិទ​បើក​ចំណុច​ឈប់​មួយ​នៅ​ជួរ​ដែល​ត្រូវ​គ្នា ។ នៅ​ពេល​កម្មវិធី​ទៅ​ដល់​ចំណុច​ឈប់ ដំណើរការ​ប្រតិបត្តិ​កម្មវិធី​ត្រូវ​បាន​ផ្អាក ។"
            ],
            "id_hash": -3944652384544524427,
            "content_hash": -3944652384544524427,
            "location": "01030300.xhp",
            "context": "01030300.xhp\npar_id3147303\nhelp.text",
            "note": "ChbMW",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 428,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 31,
            "source_unit": "https://translations.documentfoundation.org/api/units/24914856/?format=api",
            "priority": 100,
            "id": 7964902,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicshared/km/?checksum=4941c78e50d37775",
            "url": "https://translations.documentfoundation.org/api/units/7964902/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-07-11T17:49:56.997070Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicshared/km/?format=api",
            "source": [
                "The <emph>single step </emph>execution using the <emph>Single Step</emph> icon causes the program to branch into procedures and functions."
            ],
            "previous_source": "",
            "target": [
                "ដំណើរ​ការ​​ប្រតិបត្តិ​ <emph>ជំហាន​​តែ​​មួយ </emph>ដោយ​ប្រើ​រូប​តំណាង <emph>ជំហាន​តែ​មួយ</emph> បណ្តាល​ឲ្យ​កម្មវិធី​បែង​ចែក​ទៅ​ជា​បែបបទ និង​អនុគមន៍ ។"
            ],
            "id_hash": 8239735559398019660,
            "content_hash": 8239735559398019660,
            "location": "01030300.xhp",
            "context": "01030300.xhp\npar_id3155805\nhelp.text",
            "note": "Jhx92",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 429,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 18,
            "source_unit": "https://translations.documentfoundation.org/api/units/24914857/?format=api",
            "priority": 100,
            "id": 7964903,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicshared/km/?checksum=f2596bd5d512d24c",
            "url": "https://translations.documentfoundation.org/api/units/7964903/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-07-11T17:49:57.009254Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicshared/km/?format=api",
            "source": [
                "The procedure step execution using the <emph>Procedure Step</emph> icon causes the program to skip over procedures and functions as a single step."
            ],
            "previous_source": "",
            "target": [
                "ដំណើរ​ការ​​ប្រតិបត្តិ​​ជំហាន​​បែបបទ ​ដោយ​ប្រើ​រូប​តំណាង <emph>ជំហាន​បែបបទ</emph> បណ្តាល​ឲ្យ​កម្មវិធី​រំលង​បែបបទ និង​អនុគមន៍​ដូច​ជំហាន​តែ​មួយ​ដែរ ។"
            ],
            "id_hash": -4504133592256179597,
            "content_hash": -4504133592256179597,
            "location": "01030300.xhp",
            "context": "01030300.xhp\npar_id3151110\nhelp.text",
            "note": "GmkFd",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 430,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 22,
            "source_unit": "https://translations.documentfoundation.org/api/units/24914858/?format=api",
            "priority": 100,
            "id": 7964904,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicshared/km/?checksum=417e1a5c9caa9273",
            "url": "https://translations.documentfoundation.org/api/units/7964904/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-07-11T17:49:57.023894Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicshared/km/?format=api",
            "source": [
                "Properties of a Breakpoint"
            ],
            "previous_source": "",
            "target": [
                "លក្ខណសម្បត្តិ​នៃ​ចំណុច​ឈប់"
            ],
            "id_hash": -6932009571826755883,
            "content_hash": -6932009571826755883,
            "location": "01030300.xhp",
            "context": "01030300.xhp\nhd_id3153825\nhelp.text",
            "note": "fcUGR",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 431,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translations.documentfoundation.org/api/units/24914859/?format=api",
            "priority": 100,
            "id": 7964905,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicshared/km/?checksum=1fcc8e0593a896d5",
            "url": "https://translations.documentfoundation.org/api/units/7964905/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-07-11T17:49:57.035836Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicshared/km/?format=api",
            "source": [
                "The properties of a breakpoint are available through its context menu by right-clicking the breakpoint in the breakpoint column."
            ],
            "previous_source": "",
            "target": [
                "លក្ខណសម្បត្តិ​នៃ​ចំណុច​ឈប់​មួយ មាន​ក្នុង​ម៉ឺនុយ​បរិបទ​របស់​វា ដោយ​ចុច​កណ្តុរ​ស្តាំ​លើ​ចំណុច​ឈប់​ក្នុង​ជួរ​ឈរ​ចំណុច​ឈប់ ។"
            ],
            "id_hash": -822845555790432603,
            "content_hash": -822845555790432603,
            "location": "01030300.xhp",
            "context": "01030300.xhp\npar_id3147574\nhelp.text",
            "note": "p9M5v",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 432,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 19,
            "source_unit": "https://translations.documentfoundation.org/api/units/24914860/?format=api",
            "priority": 100,
            "id": 7964906,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicshared/km/?checksum=7494aa539e1a36a5",
            "url": "https://translations.documentfoundation.org/api/units/7964906/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-07-11T17:49:57.049791Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicshared/km/?format=api",
            "source": [
                "You can <emph>activate</emph> and <emph>deactivate</emph> a breakpoint by selecting <emph>Active</emph> from its context menu. When a breakpoint is deactivated, it does not interrupt the program execution."
            ],
            "previous_source": "",
            "target": [
                "អ្នក​​អាច <emph>ធ្វើ​ឲ្យ​សកម្ម</emph> និង<emph>ធ្វើ​ឲ្យ​អសកម្ម</emph> ចំណុច​ឈប់​មួយ​ដោយ​ជ្រើស <emph>សកម្ម</emph> ពី​ម៉ឺនុយ​បរិបទ​របស់​វា ។ នៅ​ពេល​ចំណុច​ឈប់​ត្រូវ​បាន​ធ្វើ​ឲ្យ​អ​សកម្ម វា​មិន​ផ្អាក​ដំណើរការ​ប្រតិបត្តិ​កម្មវិធី ។"
            ],
            "id_hash": 251331311624297374,
            "content_hash": 251331311624297374,
            "location": "01030300.xhp",
            "context": "01030300.xhp\npar_id3148473\nhelp.text",
            "note": "9fs6R",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 433,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 26,
            "source_unit": "https://translations.documentfoundation.org/api/units/24914861/?format=api",
            "priority": 100,
            "id": 7964907,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicshared/km/?checksum=837ce87f0e4c9b9e",
            "url": "https://translations.documentfoundation.org/api/units/7964907/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-07-11T17:49:57.060395Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicshared/km/?format=api",
            "source": [
                "Select <emph>Properties</emph> from the context menu of a breakpoint or select <emph>Breakpoints</emph> from the context menu of the breakpoint column to call the <emph>Breakpoints</emph> dialog where you can specify other breakpoint options."
            ],
            "previous_source": "",
            "target": [
                "ជ្រើស <emph>លក្ខណសម្បត្តិ</emph> ពី​ម៉ឺនុយ​បរិបទ​នៃ​ចំណុច​ឈប់ ឬ​ជ្រើស <emph>ចំណុច​ឈប់</emph> ពី​ម៉ឺនុយ​បរិបទ​នៃ​ជួរ​ឈរ​ចំណុច​ឈប់ ដើម្បី​ហៅ​ប្រអប់ <emph>ចំណុច​ឈប់</emph> ដែល​អ្នក​អាច​បញ្ជាក់​​ជម្រើស​ចំណុច​ឈប់​ផ្សេង​ទៀត ។"
            ],
            "id_hash": 2665610559836674741,
            "content_hash": 2665610559836674741,
            "location": "01030300.xhp",
            "context": "01030300.xhp\npar_id3159413\nhelp.text",
            "note": "8pxBr",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 434,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 32,
            "source_unit": "https://translations.documentfoundation.org/api/units/24914862/?format=api",
            "priority": 100,
            "id": 7964908,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicshared/km/?checksum=a4fe26ae60985ab5",
            "url": "https://translations.documentfoundation.org/api/units/7964908/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-07-11T17:49:57.073210Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicshared/km/?format=api",
            "source": [
                "The list displays all <emph>breakpoints</emph> with the corresponding line number in the source code. You can activate or deactivate a selected breakpoint by checking or clearing the <emph>Active</emph> box."
            ],
            "previous_source": "",
            "target": [
                "បញ្ជី​បង្ហាញ <emph>ចំណុច​ឈប់</emph> ទាំងអស់​ជាមួយ​លេខ​ជួរ​ដែល​ត្រូវ​គ្នា​ក្នុង​កូដ​ប្រភព ។ អ្នក​អាច​ធ្វើ​ឲ្យ​សកម្ម ឬ​ធ្វើ​ឲ្យ​អ​សកម្ម​នូវ​​ចំណុច​ឈប់​ដែល​បាន​ជ្រើស ដោយ​ធីក ឬ​ជម្រះ​ប្រអប់ <emph>សកម្ម</emph> ។"
            ],
            "id_hash": -5563364277761907349,
            "content_hash": -5563364277761907349,
            "location": "01030300.xhp",
            "context": "01030300.xhp\npar_id3156280\nhelp.text",
            "note": "H5wR2",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 435,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 29,
            "source_unit": "https://translations.documentfoundation.org/api/units/24914863/?format=api",
            "priority": 100,
            "id": 7964909,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicshared/km/?checksum=32caf5aa53e7656b",
            "url": "https://translations.documentfoundation.org/api/units/7964909/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-07-11T17:49:57.085184Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicshared/km/?format=api",
            "source": [
                "The <emph>Pass Count</emph> specifies the number of times the breakpoint can be passed over before the program is interrupted. If you enter 0 (default setting) the program is always interrupted as soon as a breakpoint is encountered."
            ],
            "previous_source": "",
            "target": [
                "<emph>ចំនួន​ហុច</emph> បញ្ជាក់​អំពី​ចំនួន​ដង​ដែល​ចំណុច​ឈប់​អាច​ត្រូវ​បាន​ទុក​ចោល មុន​ពេល​កម្មវិធី​ត្រូវ​បាន​ផ្អាក ។ ប្រសិន​បើ​អ្នក​បញ្ចូល ០ (ការ​កំណត់​លំនាំដើម) កម្មវិធី​គឺ​តែងតែ​ផ្អាក​នៅ​ពេល​ជួប​ប្រទះ​ចំណុច​ឈប់​មួយ ។"
            ],
            "id_hash": -2050474126296239752,
            "content_hash": -2050474126296239752,
            "location": "01030300.xhp",
            "context": "01030300.xhp\npar_id3158407\nhelp.text",
            "note": "CiEm5",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 436,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 37,
            "source_unit": "https://translations.documentfoundation.org/api/units/24914864/?format=api",
            "priority": 100,
            "id": 7964910,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicshared/km/?checksum=638b40a560fbb178",
            "url": "https://translations.documentfoundation.org/api/units/7964910/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-07-11T17:49:57.094830Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicshared/km/?format=api",
            "source": [
                "Click <emph>Delete</emph> to remove the breakpoint from the program."
            ],
            "previous_source": "",
            "target": [
                "ចុច <emph>លុប</emph> ដើម្បី​យក​ចំណុច​ឈប់​ចេញ​ពី​កម្មវិធី ។"
            ],
            "id_hash": -2725209851519280147,
            "content_hash": -2725209851519280147,
            "location": "01030300.xhp",
            "context": "01030300.xhp\npar_id3153968\nhelp.text",
            "note": "xoCSA",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 437,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 9,
            "source_unit": "https://translations.documentfoundation.org/api/units/24914865/?format=api",
            "priority": 100,
            "id": 7964911,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicshared/km/?checksum=5a2e1c142dcc5bed",
            "url": "https://translations.documentfoundation.org/api/units/7964911/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-07-11T17:49:57.109498Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicshared/km/?format=api",
            "source": [
                "Observing the Value of Variables"
            ],
            "previous_source": "",
            "target": [
                "ការ​អង្កេត​តម្លៃ​នៃ​អថេរ"
            ],
            "id_hash": 6228891061830519670,
            "content_hash": 6228891061830519670,
            "location": "01030300.xhp",
            "context": "01030300.xhp\nhd_id3150439\nhelp.text",
            "note": "5MRSa",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 438,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://translations.documentfoundation.org/api/units/24914866/?format=api",
            "priority": 100,
            "id": 7964912,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicshared/km/?checksum=d671776b2d038b76",
            "url": "https://translations.documentfoundation.org/api/units/7964912/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-07-11T17:49:57.121175Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicshared/km/?format=api",
            "source": [
                "You can monitor the values of a variable by adding it to the <emph>Watch</emph> window. To add a variable to the list of watched variables, type the variable name in the <emph>Watch</emph> text box and press Enter."
            ],
            "previous_source": "",
            "target": [
                "អ្នក​អាច​ត្រួត​ពិនិត្យ​តម្លៃ​នៃ​អថេរ ដោយ​បន្ថែម​វា​ទៅ​បង្អួច <emph>ការ​ឃ្លាំ​មើល</emph> ។ ដើម្បី​​បន្ថែម​​អថេរ​មួយ​ទៅ​បញ្ជី​នៃ​អថេរ​ដែល​បាន​ឃ្លាំ​មើល វាយ​ឈ្មោះ​អថេរ​ក្នុង​ប្រអប់អត្ថបទ​ <emph>ការ​ឃ្លាំ​មើល</emph> និង​ចុច បញ្ចូល (Enter) ។"
            ],
            "id_hash": -7813411177205643187,
            "content_hash": -7813411177205643187,
            "location": "01030300.xhp",
            "context": "01030300.xhp\npar_id3153368\nhelp.text",
            "note": "NCbMk",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 439,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 37,
            "source_unit": "https://translations.documentfoundation.org/api/units/24914867/?format=api",
            "priority": 100,
            "id": 7964913,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicshared/km/?checksum=13912fee7a97484d",
            "url": "https://translations.documentfoundation.org/api/units/7964913/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-07-11T17:49:57.133830Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicshared/km/?format=api",
            "source": [
                "The values of variables are only displayed if they are in scope. Variables that are not defined at the current source code location display (\"Out of Scope\") instead of a value."
            ],
            "previous_source": "",
            "target": [
                "តម្លៃ​អថេរ​ត្រូវ​បាន​បង្ហាញ​តែ​ក្នុង​ករណី​ដែល​​ពួក​វា​ស្ថិត​ក្នុង​វិសាលភាព ។ អថេរ​ដែល​មិន​ត្រូវ​បាន​កំណត់​នៅ​ទីតាំង​កូដ​ប្រភព​បច្ចុប្បន្ន បង្ហាញ  (\"នៅ​ក្រៅ​វិសាលភាព\") ជំនួស​ឲ្យ​តម្លៃ ។"
            ],
            "id_hash": -5128098933344469812,
            "content_hash": -5128098933344469812,
            "location": "01030300.xhp",
            "context": "01030300.xhp\npar_id3146986\nhelp.text",
            "note": "jXfHR",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 440,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 31,
            "source_unit": "https://translations.documentfoundation.org/api/units/24914868/?format=api",
            "priority": 100,
            "id": 7964914,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicshared/km/?checksum=38d55530a0f17ccc",
            "url": "https://translations.documentfoundation.org/api/units/7964914/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-07-11T17:49:57.145837Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicshared/km/?format=api",
            "source": [
                "You can also include arrays in the Watch window. If you enter the name of an array variable without an index value in the Watch text box, the content of the entire array is displayed."
            ],
            "previous_source": "",
            "target": [
                "អ្នក​ក៏​អាច​រួម​បញ្ចូល​អារេ​ក្នុង​បង្អួច​ការ​ឃ្លាំ​មើល​ ។ ប្រសិន​បើ​អ្នក​បញ្ចូល​ឈ្មោះ​អថេរ​អារេ ដោយ​គ្មាន​តម្លៃ​សន្ទស្សន៍​ក្នុង​ប្រអប់​អត្ថបទ​ការ​ឃ្លាំ​មើល​​ ​មាតិកា​នៃ​អារេ​ទាំងមូល​ត្រូវ​បាន​បង្ហាញ ។"
            ],
            "id_hash": 808612470955675310,
            "content_hash": 808612470955675310,
            "location": "01030300.xhp",
            "context": "01030300.xhp\npar_id3145272\nhelp.text",
            "note": "EjfNY",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 441,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 35,
            "source_unit": "https://translations.documentfoundation.org/api/units/24914869/?format=api",
            "priority": 100,
            "id": 7964915,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicshared/km/?checksum=8b38c4c214438eae",
            "url": "https://translations.documentfoundation.org/api/units/7964915/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-07-11T17:49:57.157622Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicshared/km/?format=api",
            "source": [
                "If you rest the mouse over a predefined variable in the Editor at run-time, the content of the variable is displayed in a pop-up box."
            ],
            "previous_source": "",
            "target": [
                "ប្រសិន​បើ​អ្នក​ដាក់​កណ្តុរ​លើ​អថេរ​ដែល​បាន​កំណត់​ជា​មុន​ក្នុង​កម្មវិធី​និពន្ធ​​នៅ​ពេល​រត់ មាតិកា​នៃ​អថេរ​ត្រូវ​បាន​បង្ហាញ​ក្នុង​ប្រអប់​លេច​ឡើង ។"
            ],
            "id_hash": 55569915535218081,
            "content_hash": 55569915535218081,
            "location": "01030300.xhp",
            "context": "01030300.xhp\npar_id3145749\nhelp.text",
            "note": "vMioe",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 442,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 25,
            "source_unit": "https://translations.documentfoundation.org/api/units/24914870/?format=api",
            "priority": 100,
            "id": 7964916,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicshared/km/?checksum=80c56c8b33acd5a1",
            "url": "https://translations.documentfoundation.org/api/units/7964916/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-07-11T17:49:57.166896Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicshared/km/?format=api",
            "source": [
                "The Call Stack Window"
            ],
            "previous_source": "",
            "target": [
                "បង្អួច​ហៅ​ជង់"
            ],
            "id_hash": 5846576401576127950,
            "content_hash": 5846576401576127950,
            "location": "01030300.xhp",
            "context": "01030300.xhp\nhd_id3148618\nhelp.text",
            "note": "RP72G",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 443,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translations.documentfoundation.org/api/units/24914871/?format=api",
            "priority": 100,
            "id": 7964917,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicshared/km/?checksum=d1233642c0206dce",
            "url": "https://translations.documentfoundation.org/api/units/7964917/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-07-11T17:49:57.175810Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicshared/km/?format=api",
            "source": [
                "<ahelp hid=\"HID_BASICIDE_STACKWINDOW_LIST\">Provides an overview of the call hierarchy of procedures and functions.</ahelp> You can determine which procedures and functions called which other procedures and functions at the current point in the source code."
            ],
            "previous_source": "",
            "target": [
                "<ahelp hid=\"HID_BASICIDE_STACKWINDOW_LIST\">ផ្តល់​​នូវ​​ទិដ្ឋភាព​មួយ​នៃ​ឋានានុក្រម​ការ​ហៅ​នៃ​បែបបទ និង​អនុគមន៍ ។</ahelp> អ្នក​អាច​កំណត់​​បែបបទ និង​អនុគមន៍​មួយ​ណា​ហៅ​បែបបទ និង​អនុគមន៍​ផ្សេង​ទៀត​ណាមួយ​​នៅ​​ចំណុច​​បច្ចុប្បន្ន​​ក្នុង​​កូដ​​ប្រភព ។"
            ],
            "id_hash": -900639229924267872,
            "content_hash": -900639229924267872,
            "location": "01030300.xhp",
            "context": "01030300.xhp\npar_id3154491\nhelp.text",
            "note": "yN9DQ",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 444,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 33,
            "source_unit": "https://translations.documentfoundation.org/api/units/24914872/?format=api",
            "priority": 100,
            "id": 7964918,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicshared/km/?checksum=73804964659528a0",
            "url": "https://translations.documentfoundation.org/api/units/7964918/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-07-11T17:49:57.184809Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicshared/km/?format=api",
            "source": [
                "List of Run-Time Errors"
            ],
            "previous_source": "",
            "target": [
                "បញ្ជី​នៃ​កំហុស​ពេល​រត់"
            ],
            "id_hash": -8659585361377877481,
            "content_hash": -8659585361377877481,
            "location": "01030300.xhp",
            "context": "01030300.xhp\nhd_id3150594\nhelp.text",
            "note": "igo3o",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 445,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translations.documentfoundation.org/api/units/24914873/?format=api",
            "priority": 100,
            "id": 7964919,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicshared/km/?checksum=07d2f8fe88e62217",
            "url": "https://translations.documentfoundation.org/api/units/7964919/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-07-11T17:49:57.195720Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicshared/km/?format=api",
            "source": [
                "Organizing Libraries and Modules"
            ],
            "previous_source": "",
            "target": [
                "ការ​រៀបចំ​បណ្ណាល័យ និង​ម៉ូឌុល"
            ],
            "id_hash": -7400841886422912883,
            "content_hash": -7400841886422912883,
            "location": "01030400.xhp",
            "context": "01030400.xhp\ntit\nhelp.text",
            "note": "DTrbM",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 446,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translations.documentfoundation.org/api/units/24914874/?format=api",
            "priority": 100,
            "id": 7964920,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicshared/km/?checksum=194aed8400ee308d",
            "url": "https://translations.documentfoundation.org/api/units/7964920/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-07-11T17:49:57.206199Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicshared/km/?format=api",
            "source": [
                "<variable id=\"01030400\"><link href=\"text/sbasic/shared/01030400.xhp\">Organizing Libraries and Modules</link></variable>"
            ],
            "previous_source": "",
            "target": [
                "<variable id=\"01030400\"><link href=\"text/sbasic/shared/01030400.xhp\">ការ​រៀបចំ​បណ្ណាល័យ និង​ម៉ូឌុល</link></variable>"
            ],
            "id_hash": 1961264750179358004,
            "content_hash": 1961264750179358004,
            "location": "01030400.xhp",
            "context": "01030400.xhp\nhd_id3148797\nhelp.text",
            "note": "ToKAi",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 448,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://translations.documentfoundation.org/api/units/24914875/?format=api",
            "priority": 100,
            "id": 7964922,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicshared/km/?checksum=9b37cfe628ef9534",
            "url": "https://translations.documentfoundation.org/api/units/7964922/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-07-11T17:49:57.227600Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicshared/km/?format=api",
            "source": [
                "Organizing Libraries"
            ],
            "previous_source": "",
            "target": [
                "ការ​​រៀប​ចំ​​បណ្ណាល័យ"
            ],
            "id_hash": -7633632649390605037,
            "content_hash": -7633632649390605037,
            "location": "01030400.xhp",
            "context": "01030400.xhp\nhd_id3150868\nhelp.text",
            "note": "bGzjL",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 455,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translations.documentfoundation.org/api/units/24914876/?format=api",
            "priority": 100,
            "id": 7964923,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicshared/km/?checksum=160fe38cd33fbd13",
            "url": "https://translations.documentfoundation.org/api/units/7964923/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-07-11T17:49:57.239366Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicshared/km/?format=api",
            "source": [
                "Creating a New Library"
            ],
            "previous_source": "",
            "target": [
                "ការ​បង្កើត​បណ្ណាល័យ​ថ្មី"
            ],
            "id_hash": -1994329427904258241,
            "content_hash": -1994329427904258241,
            "location": "01030400.xhp",
            "context": "01030400.xhp\nhd_id3125864\nhelp.text",
            "note": "EgYeV",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 456,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translations.documentfoundation.org/api/units/24914877/?format=api",
            "priority": 100,
            "id": 7964924,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicshared/km/?checksum=6452b7f3a4a89f3f",
            "url": "https://translations.documentfoundation.org/api/units/7964924/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-07-11T17:49:57.260924Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicshared/km/?format=api",
            "source": [
                "Click the <emph>Libraries</emph> tab."
            ],
            "previous_source": "",
            "target": [
                "ចុច​ផ្ទាំង <emph>បណ្ណាល័យ</emph> ។"
            ],
            "id_hash": -6097564362637966062,
            "content_hash": -6097564362637966062,
            "location": "01030400.xhp",
            "context": "01030400.xhp\npar_id3153726\nhelp.text",
            "note": "PcnbC",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 458,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translations.documentfoundation.org/api/units/24914879/?format=api",
            "priority": 100,
            "id": 7964926,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicshared/km/?checksum=2b611984b9e20512",
            "url": "https://translations.documentfoundation.org/api/units/7964926/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-07-11T17:49:57.293732Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicshared/km/?format=api",
            "source": [
                "Click <emph>New</emph> and insert a name to create a new library."
            ],
            "previous_source": "",
            "target": [
                "ចុច <emph>ថ្មី</emph> និង​បញ្ចូល​ឈ្មោះ​មួយ ដើម្បី​បង្កើត​បណ្ណាល័យ​ថ្មី​មួយ ។"
            ],
            "id_hash": -633943982881901675,
            "content_hash": -633943982881901675,
            "location": "01030400.xhp",
            "context": "01030400.xhp\npar_id3153365\nhelp.text",
            "note": "PCjRC",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 460,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 11,
            "source_unit": "https://translations.documentfoundation.org/api/units/24914881/?format=api",
            "priority": 100,
            "id": 7964928,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicshared/km/?checksum=7733c74e6cd3f395",
            "url": "https://translations.documentfoundation.org/api/units/7964928/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-07-11T17:49:57.316695Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicshared/km/?format=api",
            "source": [
                "Import a Library"
            ],
            "previous_source": "",
            "target": [
                "នាំចូល​បណ្ណាល័យ"
            ],
            "id_hash": 3704723852452034153,
            "content_hash": 3704723852452034153,
            "location": "01030400.xhp",
            "context": "01030400.xhp\nhd_id3147394\nhelp.text",
            "note": "4xPQx",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 461,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translations.documentfoundation.org/api/units/24914882/?format=api",
            "priority": 100,
            "id": 7964929,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicshared/km/?checksum=b369d2b72051f669",
            "url": "https://translations.documentfoundation.org/api/units/7964929/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-07-11T17:49:57.328527Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicshared/km/?format=api",
            "source": [
                "Click the <emph>Libraries</emph> tab."
            ],
            "previous_source": "",
            "target": [
                "ចុច​ផ្ទាំង <emph>បណ្ណាល័យ</emph> ។"
            ],
            "id_hash": -1956661574594298900,
            "content_hash": -1956661574594298900,
            "location": "01030400.xhp",
            "context": "01030400.xhp\npar_id3146972\nhelp.text",
            "note": "Tkmcd",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 463,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translations.documentfoundation.org/api/units/24914884/?format=api",
            "priority": 100,
            "id": 7964931,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicshared/km/?checksum=64d88aaa2ca67bec",
            "url": "https://translations.documentfoundation.org/api/units/7964931/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-07-11T17:49:57.358030Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicshared/km/?format=api",
            "source": [
                "Click <emph>Import...</emph> and select an external library to import."
            ],
            "previous_source": "",
            "target": [
                "ចុច <emph>បន្ថែម​ខាង​ចុច</emph> រួច​ជ្រើស​បណ្ណាល័យ​ខាង​ក្រៅ​មួយ​ដើម្បី​បន្ថែម​នៅ​ខាង​ចុង ។"
            ],
            "id_hash": -4387410237157934733,
            "content_hash": -4387410237157934733,
            "location": "01030400.xhp",
            "context": "01030400.xhp\npar_id3154253\nhelp.text",
            "note": "dUvoX",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 465,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 9,
            "source_unit": "https://translations.documentfoundation.org/api/units/24914886/?format=api",
            "priority": 100,
            "id": 7964933,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicshared/km/?checksum=431cc9a28249f973",
            "url": "https://translations.documentfoundation.org/api/units/7964933/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-07-11T17:49:57.403891Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicshared/km/?format=api",
            "source": [
                "Select all libraries to be imported in the <emph>Import Libraries</emph> dialog. The dialog displays all libraries that are contained in the selected file."
            ],
            "previous_source": "",
            "target": [
                "ជ្រើស​បណ្ណាល័យ​ទាំងអស់​ដែល​នឹង​ត្រូវ​បន្ថែម​នៅ​ខាង​ចុង ក្នុង​ប្រអប់ <emph>បន្ថែម​បណ្ណាល័យ​នៅ​ចុង</emph> ។ ប្រអប់​បង្ហាញ​បណ្ណាល័យ​ទាំងអស់ ដែល​មាន​ក្នុង​ឯកសារ​ដែល​បាន​ជ្រើស ។"
            ],
            "id_hash": -7962334660369571534,
            "content_hash": -7962334660369571534,
            "location": "01030400.xhp",
            "context": "01030400.xhp\npar_id3154705\nhelp.text",
            "note": "6HMTM",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 466,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 23,
            "source_unit": "https://translations.documentfoundation.org/api/units/24914887/?format=api",
            "priority": 100,
            "id": 7964934,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicshared/km/?checksum=11801ad009e42132",
            "url": "https://translations.documentfoundation.org/api/units/7964934/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-07-11T17:49:57.416811Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicshared/km/?format=api",
            "source": [
                "If you want to insert the library as a reference only check the <emph>Insert as reference (read-only)</emph> box. Read-only libraries are fully functional but cannot be modified in the Basic IDE."
            ],
            "previous_source": "",
            "target": [
                "ប្រសិន​បើ​អ្នក​ចង់​បញ្ចូល​បណ្ណាល័យ​តែ​ជា​សេចក្តី​យោង ធីក​ប្រអប់ <emph>បញ្ចូល​ជា​សេចក្តី​យោង (បាន​តែ​អាន)</emph> ។ បណ្ណាល័យ​បាន​តែ​អាន​មាន​មុខងារ​ពេញ​លេញ ប៉ុន្តែ​មិន​អាច​កែប្រែ​ក្នុង Basic IDE ។"
            ],
            "id_hash": -8812045967075761201,
            "content_hash": -8812045967075761201,
            "location": "01030400.xhp",
            "context": "01030400.xhp\npar_id3163807\nhelp.text",
            "note": "fahSC",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 467,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 31,
            "source_unit": "https://translations.documentfoundation.org/api/units/24914888/?format=api",
            "priority": 100,
            "id": 7964935,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicshared/km/?checksum=05b552e1940923cf",
            "url": "https://translations.documentfoundation.org/api/units/7964935/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-07-11T17:49:57.427371Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicshared/km/?format=api",
            "source": [
                "Check the <emph>Replace existing libraries</emph> box if you want existing libraries of the same name to be overwritten."
            ],
            "previous_source": "",
            "target": [
                "ធីក​ប្រអប់ <emph>ជំនួស​បណ្ណាល័យ​ដែល​មាន​ស្រាប់</emph> ប្រសិន​បើ​អ្នក​ចង់​សរសេរ​ជាន់​លើ​បណ្ណាល័យ​ដែល​មាន​ស្រាប់​ដែល​មាន​ឈ្មោះ​ដូច​គ្នា ។"
            ],
            "id_hash": 4416559141837385799,
            "content_hash": 4416559141837385799,
            "location": "01030400.xhp",
            "context": "01030400.xhp\npar_id3145228\nhelp.text",
            "note": "Rrk55",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 468,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 18,
            "source_unit": "https://translations.documentfoundation.org/api/units/24914889/?format=api",
            "priority": 100,
            "id": 7964936,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicshared/km/?checksum=bd4ac523bab8b047",
            "url": "https://translations.documentfoundation.org/api/units/7964936/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-07-11T17:49:57.438491Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicshared/km/?format=api",
            "source": [
                "Click <emph>OK</emph> to import the library."
            ],
            "previous_source": "",
            "target": [
                "ចុច <emph>យល់ព្រម</emph> ដើម្បី​បន្ថែម​បណ្ណាល័យ​នៅ​ខាង​ចុង ។"
            ],
            "id_hash": 1445856179437657030,
            "content_hash": 1445856179437657030,
            "location": "01030400.xhp",
            "context": "01030400.xhp\npar_id3147004\nhelp.text",
            "note": "8hKDF",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 469,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://translations.documentfoundation.org/api/units/24914890/?format=api",
            "priority": 100,
            "id": 7964937,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicshared/km/?checksum=9410b688e3af5bc6",
            "url": "https://translations.documentfoundation.org/api/units/7964937/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-07-11T17:49:57.457300Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicshared/km/?format=api",
            "source": [
                "Export a Library"
            ],
            "previous_source": "",
            "target": [
                "នាំចេញ​បណ្ណាល័យ"
            ],
            "id_hash": 5700921946000870074,
            "content_hash": 5700921946000870074,
            "location": "01030400.xhp",
            "context": "01030400.xhp\nhd_id3159099\nhelp.text",
            "note": "2AGeq",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 470,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translations.documentfoundation.org/api/units/24914891/?format=api",
            "priority": 100,
            "id": 7964938,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicshared/km/?checksum=cf1dbe4e1b9c4aba",
            "url": "https://translations.documentfoundation.org/api/units/7964938/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-07-11T17:49:57.471967Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicshared/km/?format=api",
            "source": [
                "Click the <emph>Libraries</emph> tab."
            ],
            "previous_source": "",
            "target": [
                "ចុច​ផ្ទាំង <emph>បណ្ណាល័យ</emph> ។"
            ],
            "id_hash": 6046274321615376067,
            "content_hash": 6046274321615376067,
            "location": "01030400.xhp",
            "context": "01030400.xhp\npar_id3147006\nhelp.text",
            "note": "6J4pG",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 472,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translations.documentfoundation.org/api/units/24914893/?format=api",
            "priority": 100,
            "id": 7964940,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicshared/km/?checksum=d3e8ae7602734ec3",
            "url": "https://translations.documentfoundation.org/api/units/7964940/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-07-11T17:49:57.493280Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicshared/km/?format=api",
            "source": [
                "In the <emph>Location</emph> list you specify where your library is stored. Select the library that you want to export. Note that you cannot export the <emph>Standard</emph> library."
            ],
            "previous_source": "",
            "target": [
                "នៅ​ក្នុង​បញ្ជី <emph>ទីតាំង</emph> បញ្ជាក់​ពី​ទីតាំង​ដែល​បាន​ផ្ទុក​បណ្ណាល័យ​របស់​អ្នក។ ជ្រើស​បណ្ណាល័យ​ដែល​អ្នក​ចង់​នាំចេញ។ ចងចាំ​ថា អ្នក​មិន​អាច​នាំចេញ​បណ្ណាល័យ <emph>ស្តង់ដារ</emph> ទេ។"
            ],
            "id_hash": 6615911146961741698,
            "content_hash": 6615911146961741698,
            "location": "01030400.xhp",
            "context": "01030400.xhp\npar_id3147007\nhelp.text",
            "note": "VJ8AJ",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 473,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 27,
            "source_unit": "https://translations.documentfoundation.org/api/units/24914894/?format=api",
            "priority": 100,
            "id": 7964941,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicshared/km/?checksum=dbd07022b433a782",
            "url": "https://translations.documentfoundation.org/api/units/7964941/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-07-11T17:49:57.501861Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicshared/km/?format=api",
            "source": [
                "Click <emph>Export...</emph>"
            ],
            "previous_source": "",
            "target": [
                "ចុច <emph>នាំចេញ...</emph>"
            ],
            "id_hash": -7034000515707878116,
            "content_hash": -7034000515707878116,
            "location": "01030400.xhp",
            "context": "01030400.xhp\npar_id3147008\nhelp.text",
            "note": "qsiYm",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 474,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translations.documentfoundation.org/api/units/24914895/?format=api",
            "priority": 100,
            "id": 7964942,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicshared/km/?checksum=1e6235cc7751451c",
            "url": "https://translations.documentfoundation.org/api/units/7964942/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-07-11T17:49:57.513398Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicshared/km/?format=api",
            "source": [
                "Click <emph>OK</emph>."
            ],
            "previous_source": "",
            "target": [
                "ចុច <emph>យក​ចេញ</emph> ។"
            ],
            "id_hash": -7065548922051688682,
            "content_hash": -7065548922051688682,
            "location": "01030400.xhp",
            "context": "01030400.xhp\npar_id3147010\nhelp.text",
            "note": "PP8cN",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 476,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translations.documentfoundation.org/api/units/24914897/?format=api",
            "priority": 100,
            "id": 7964944,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicshared/km/?checksum=1df220b0b5f70716",
            "url": "https://translations.documentfoundation.org/api/units/7964944/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-07-11T17:49:57.540536Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicshared/km/?format=api",
            "source": [
                "Select where you want your library exported."
            ],
            "previous_source": "",
            "target": [
                "ជ្រើស​ទីតាំង​ដែល​អ្នក​ចង់​នាំចេញ​បណ្ណាល័យ​របស់​អ្នក។"
            ],
            "id_hash": -3271313235604793361,
            "content_hash": -3271313235604793361,
            "location": "01030400.xhp",
            "context": "01030400.xhp\npar_id3147011\nhelp.text",
            "note": "G2aRG",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 477,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://translations.documentfoundation.org/api/units/24914898/?format=api",
            "priority": 100,
            "id": 7964945,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicshared/km/?checksum=5299f5f1c2be17ef",
            "url": "https://translations.documentfoundation.org/api/units/7964945/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-07-11T17:49:57.553683Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicshared/km/?format=api",
            "source": [
                "Click <emph>Save</emph> to export the library."
            ],
            "previous_source": "",
            "target": [
                "ចុច <emph>យល់ព្រម</emph> ដើម្បី​បន្ថែម​បណ្ណាល័យ​នៅ​ខាង​ចុង ។"
            ],
            "id_hash": -1233857779597720668,
            "content_hash": -1233857779597720668,
            "location": "01030400.xhp",
            "context": "01030400.xhp\npar_id3147012\nhelp.text",
            "note": "QCizg",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 478,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://translations.documentfoundation.org/api/units/24914899/?format=api",
            "priority": 100,
            "id": 7964946,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicshared/km/?checksum=6ee074e2ffb9c3a4",
            "url": "https://translations.documentfoundation.org/api/units/7964946/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-07-11T17:49:57.568290Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicshared/km/?format=api",
            "source": [
                "Deleting a Library"
            ],
            "previous_source": "",
            "target": [
                "ការ​លុប​បណ្ណាល័យមួយ​"
            ],
            "id_hash": 6730075899718129986,
            "content_hash": 6730075899718129986,
            "location": "01030400.xhp",
            "context": "01030400.xhp\nhd_id3159100\nhelp.text",
            "note": "xrBZD",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 479,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translations.documentfoundation.org/api/units/24914900/?format=api",
            "priority": 100,
            "id": 7964947,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicshared/km/?checksum=dd66085f921dd942",
            "url": "https://translations.documentfoundation.org/api/units/7964947/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-07-11T17:49:57.578426Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicshared/km/?format=api",
            "source": [
                "Click the <emph>Libraries</emph> tab."
            ],
            "previous_source": "",
            "target": [
                "ចុច​ផ្ទាំង <emph>បណ្ណាល័យ</emph> ។"
            ],
            "id_hash": -4979680360589408365,
            "content_hash": -4979680360589408365,
            "location": "01030400.xhp",
            "context": "01030400.xhp\npar_id3146808\nhelp.text",
            "note": "A6h5y",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 481,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translations.documentfoundation.org/api/units/24914902/?format=api",
            "priority": 100,
            "id": 7964949,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicshared/km/?checksum=3ae49f1874144793",
            "url": "https://translations.documentfoundation.org/api/units/7964949/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-07-11T17:49:57.600577Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicshared/km/?format=api",
            "source": [
                "Select the library to be deleted from the list."
            ],
            "previous_source": "",
            "target": [
                "ជ្រើស​បណ្ណាល័យ​ដែល​នឹង​ត្រូវ​លុប​ចេញ​ពី​បញ្ជី ។"
            ],
            "id_hash": 4846997003027838786,
            "content_hash": 4846997003027838786,
            "location": "01030400.xhp",
            "context": "01030400.xhp\npar_id3158212\nhelp.text",
            "note": "UJzRs",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 482,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 9,
            "source_unit": "https://translations.documentfoundation.org/api/units/24914903/?format=api",
            "priority": 100,
            "id": 7964950,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicshared/km/?checksum=c343fe1800db7742",
            "url": "https://translations.documentfoundation.org/api/units/7964950/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-07-11T17:49:57.609647Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicshared/km/?format=api",
            "source": [
                "Click <emph>Delete</emph>."
            ],
            "previous_source": "",
            "target": [
                "ចុច <emph>លុប</emph> ។"
            ],
            "id_hash": 4420008382044037676,
            "content_hash": 4420008382044037676,
            "location": "01030400.xhp",
            "context": "01030400.xhp\npar_id3150361\nhelp.text",
            "note": "7jsh2",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 483,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translations.documentfoundation.org/api/units/24914904/?format=api",
            "priority": 100,
            "id": 7964951,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicshared/km/?checksum=bd5706348bfbe22c",
            "url": "https://translations.documentfoundation.org/api/units/7964951/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-07-11T17:49:57.620281Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicshared/km/?format=api",
            "source": [
                "Deleting a library permanently deletes all existing modules and corresponding procedures and functions."
            ],
            "previous_source": "",
            "target": [
                "ការ​លុប​បណ្ណាល័យ​មួយ​នឹង​លុប​ជា​អចិន្ត្រៃយ៍​នូវ​ម៉ូឌុល​ដែល​មាន​ស្រាប់​ និង​បែបបទ និង​អនុគមន៍​ដែល​ត្រូវ​គ្នា ។"
            ],
            "id_hash": 7674172048956315583,
            "content_hash": 7674172048956315583,
            "location": "01030400.xhp",
            "context": "01030400.xhp\npar_id3152986\nhelp.text",
            "note": "8s8sV",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 484,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 13,
            "source_unit": "https://translations.documentfoundation.org/api/units/24914905/?format=api",
            "priority": 100,
            "id": 7964952,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicshared/km/?checksum=ea8022d1ab45d7bf",
            "url": "https://translations.documentfoundation.org/api/units/7964952/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-07-11T17:49:57.634369Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicshared/km/?format=api",
            "source": [
                "You cannot delete the default library named \"Standard\"."
            ],
            "previous_source": "",
            "target": [
                "អ្នក​មិន​អាច​លុប​បណ្ណាល័យ​លំនាំដើម ដែល​មាន​ឈ្មោះ \"ស្តង់ដារ\" ។"
            ],
            "id_hash": 8854548684331330390,
            "content_hash": 8854548684331330390,
            "location": "01030400.xhp",
            "context": "01030400.xhp\npar_id3148868\nhelp.text",
            "note": "Mfwwv",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 485,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "source_unit": "https://translations.documentfoundation.org/api/units/24914906/?format=api",
            "priority": 100,
            "id": 7964953,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicshared/km/?checksum=fae1ad1d6ff8ab56",
            "url": "https://translations.documentfoundation.org/api/units/7964953/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-07-11T17:49:57.647497Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicshared/km/?format=api",
            "source": [
                "If you delete a library that was inserted as reference only the reference is deleted but not the library itself."
            ],
            "previous_source": "",
            "target": [
                "ប្រសិន​បើ​អ្នក​លុបបណ្ណាល័យ​​មួយ ដែល​ត្រូវ​បាន​បញ្ចូល​ជា​សេចក្តី​យោង តែ​សេចក្តី​យោង​ប៉ុណ្ណោះ​ដែល​នឹង​ត្រូវ​បាន​​លុប មិន​មែន​បណ្ណាល័យ​ខ្លួន​វា​ទេ ។"
            ],
            "id_hash": 7264696231853987250,
            "content_hash": 7264696231853987250,
            "location": "01030400.xhp",
            "context": "01030400.xhp\npar_id3146869\nhelp.text",
            "note": "CYvda",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 486,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 20,
            "source_unit": "https://translations.documentfoundation.org/api/units/24914907/?format=api",
            "priority": 100,
            "id": 7964954,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicshared/km/?checksum=e4d162bb9cc695b2",
            "url": "https://translations.documentfoundation.org/api/units/7964954/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-07-11T17:49:57.661225Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsbasicshared/km/?format=api",
            "source": [
                "Organizing Modules and Dialogs"
            ],
            "previous_source": "",
            "target": [
                "ការ​រៀបចំ​ម៉ូឌុល និង​ប្រអប់"
            ],
            "id_hash": 5707837711595574443,
            "content_hash": 5707837711595574443,
            "location": "01030400.xhp",
            "context": "01030400.xhp\nhd_id3147070\nhelp.text",
            "note": "v2QTY",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 487,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translations.documentfoundation.org/api/units/24914908/?format=api",
            "priority": 100,
            "id": 7964955,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-master/textsbasicshared/km/?checksum=cf365028433b94ab",
            "url": "https://translations.documentfoundation.org/api/units/7964955/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-07-11T17:49:57.675855Z"
        }
    ]
}