diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-09-22 00:32:00 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-09-22 00:32:00 +0000 |
commit | c63ef4a2d5835a5301435b62bc010c7834297d75 (patch) | |
tree | d51b7981235f4a66b26ad68768617ceb8f207ccd /apps/admin_audit/l10n | |
parent | 3b6a9cd23628464cd24da3d426764a8232124f33 (diff) | |
download | nextcloud-server-c63ef4a2d5835a5301435b62bc010c7834297d75.tar.gz nextcloud-server-c63ef4a2d5835a5301435b62bc010c7834297d75.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/admin_audit/l10n')
-rw-r--r-- | apps/admin_audit/l10n/th.js | 7 | ||||
-rw-r--r-- | apps/admin_audit/l10n/th.json | 5 |
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 |