From 0acad69840ff21a103f532548907e480fc5a982a Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Fri, 22 Sep 2023 00:32:13 +0000 Subject: Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- apps/admin_audit/l10n/th.js | 7 +++++++ apps/admin_audit/l10n/th.json | 5 +++++ 2 files changed, 12 insertions(+) create mode 100644 apps/admin_audit/l10n/th.js create mode 100644 apps/admin_audit/l10n/th.json (limited to 'apps/admin_audit') diff --git a/apps/admin_audit/l10n/th.js b/apps/admin_audit/l10n/th.js new file mode 100644 index 00000000000..c5fa45119e1 --- /dev/null +++ b/apps/admin_audit/l10n/th.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "admin_audit", + { + "Auditing / Logging" : "การตรวจสอบ / บันทึก", + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "ให้ความสามารถในการบันทึก (logging) สำหรับ Nextcloud เช่น การบันทึกการเข้าถึงไฟล์ หรือการดำเนินการที่ละเอียดอ่อน" +}, +"nplurals=1; plural=0;"); diff --git a/apps/admin_audit/l10n/th.json b/apps/admin_audit/l10n/th.json new file mode 100644 index 00000000000..b8902498ff7 --- /dev/null +++ b/apps/admin_audit/l10n/th.json @@ -0,0 +1,5 @@ +{ "translations": { + "Auditing / Logging" : "การตรวจสอบ / บันทึก", + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "ให้ความสามารถในการบันทึก (logging) สำหรับ Nextcloud เช่น การบันทึกการเข้าถึงไฟล์ หรือการดำเนินการที่ละเอียดอ่อน" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file -- cgit v1.2.3