Welcome to mirror list, hosted at ThFree Co, Russian Federation.

th_TH.js « l10n « systemtags « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 065d22ad44899c9d9ff81c930ad1ae99525bafd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
OC.L10N.register(
    "systemtags",
    {
    "Tags" : "ป้ายกำกับ",
    "Tagged files" : "ไฟล์ที่ติดแท็ก",
    "Select tags to filter by" : "เลือกแท็กเพื่อกรองโดย",
    "Please select tags to filter by" : "กรุณาเลือกแท็กเพื่อกรองโดย",
    "No files found for the selected tags" : "ไม่พบไฟล์แท็กที่เลือก",
    "<strong>System tags</strong> for a file have been modified" : "<strong>แท็กระบบ</strong> สำหรับไฟล์ที่ได้รับการแก้ไข",
    "You assigned system tag %3$s" : "คุณได้กำหนดแท็กระบบ %3$s แล้ว",
    "%1$s assigned system tag %3$s" : "%1$s ได้ถูกกำหนดแท็กระบบ %3$s",
    "You unassigned system tag %3$s" : "คุณไม่ได้กำหนดแท็กระบบ %3$s แล้ว",
    "%1$s unassigned system tag %3$s" : "%1$s ไม่ได้ถูกกำหนดแท็กระบบ %3$s",
    "You created system tag %2$s" : "คุณได้สร้างแท็กระบบ %2$s แล้ว",
    "%1$s created system tag %2$s" : "%1$s ได้สร้างแท็กระบบ %2$s",
    "You deleted system tag %2$s" : "คุณได้ลบแท็กระบบ %2$s แล้ว",
    "%1$s deleted system tag %2$s" : "%1$s ได้ลบแท็กระบบ %2$s",
    "You updated system tag %3$s to %2$s" : "คุณอัพเดทแท็กระบบจาก %3$s เป็น %2$s",
    "%1$s updated system tag %3$s to %2$s" : "แท็กระบบ %1$s ได้ถูกอัพเดทจาก %3$s เป็น %2$s",
    "You assigned system tag %3$s to %2$s" : "คุณได้กำหนดแท็กระบบจาก %3$s เป็น %2$s",
    "%1$s assigned system tag %3$s to %2$s" : "%1$s ได้ถูกกำหนดแท็กระบบ %3$s เป็น %2$s",
    "You unassigned system tag %3$s from %2$s" : "คุณยังไม่ได้ได้กำหนดแท็กระบบจาก %3$s เป็น %2$s",
    "%1$s unassigned system tag %3$s from %2$s" : "%1$s ไม่ได้ถูกกำหนดแท็กระบบ %3$s เป็น %2$s",
    "%s (invisible)" : "%s (มองไม่เห็น)",
    "No files in here" : "ไม่มีไฟล์ที่นี่",
    "No entries found in this folder" : "ไม่พบรายการในโฟลเดอร์นี้",
    "Name" : "ชื่อ",
    "Size" : "ขนาด",
    "Modified" : "แก้ไขเมื่อ"
},
"nplurals=1; plural=0;");