nextcloud/apps/files_sharing/l10n/th_TH.php

12 lines
711 B
PHP

<?php $TRANSLATIONS = array(
"Delete" => "ลบ",
"Your Shared Files" => "ไฟล์ของคุณที่แชร์ไว้",
"Item" => "ไอเท็ม",
"Shared With" => "แชร์พร้อมกับ",
"Permissions" => "สิทธิ์การเข้าใช้งาน",
"Read" => "อ่าน",
"Edit" => "แก้ไข",
"Enable Resharing" => "เปิดให้มีการแชร์ใหม่อีกครั้งได้",
"Allow users to reshare files they don't own" => "อนุญาตให้ผู้ใช้งานสามารถแชร์ไฟล์ที่ไม่ได้เป็นเจ้าของใหม่ได้"
);