aboutsummaryrefslogtreecommitdiffstats
path: root/apps/admin_audit
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2023-09-22 00:32:13 +0000
committerNextcloud bot <bot@nextcloud.com>2023-09-22 00:32:13 +0000
commit0acad69840ff21a103f532548907e480fc5a982a (patch)
treee3644fc0ac972e2a807ba1433d27100ae64f2945 /apps/admin_audit
parentf08d7818360df171dfc47a412b5a35c524b01f9f (diff)
downloadnextcloud-server-0acad69840ff21a103f532548907e480fc5a982a.tar.gz
nextcloud-server-0acad69840ff21a103f532548907e480fc5a982a.zip
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/admin_audit')
-rw-r--r--apps/admin_audit/l10n/th.js7
-rw-r--r--apps/admin_audit/l10n/th.json5
2 files changed, 12 insertions, 0 deletions
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