diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-04-02 02:26:04 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-04-02 02:26:04 +0000 |
commit | 4bea123c7ac1d04f346e0ebc746bf5613973e37a (patch) | |
tree | 065740e94715bd1ea4af1248ba6e3c3257f92d5a /apps/admin_audit | |
parent | 5fb909faa536ba29ace9f78c1d1c4cb253c37fe4 (diff) | |
download | nextcloud-server-4bea123c7ac1d04f346e0ebc746bf5613973e37a.tar.gz nextcloud-server-4bea123c7ac1d04f346e0ebc746bf5613973e37a.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/admin_audit')
-rw-r--r-- | apps/admin_audit/l10n/vi.js | 7 | ||||
-rw-r--r-- | apps/admin_audit/l10n/vi.json | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/apps/admin_audit/l10n/vi.js b/apps/admin_audit/l10n/vi.js new file mode 100644 index 00000000000..c434b4322c4 --- /dev/null +++ b/apps/admin_audit/l10n/vi.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "admin_audit", + { + "Auditing / Logging" : "Kiểm tra / Nhật ký", + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Cung cấp khả năng ghi nhật ký cho Nextcloud, chẳng hạn như ghi nhật ký quyền truy cập tệp hoặc các hành động nhạy cảm khác." +}, +"nplurals=1; plural=0;"); diff --git a/apps/admin_audit/l10n/vi.json b/apps/admin_audit/l10n/vi.json new file mode 100644 index 00000000000..80fc8765f11 --- /dev/null +++ b/apps/admin_audit/l10n/vi.json @@ -0,0 +1,5 @@ +{ "translations": { + "Auditing / Logging" : "Kiểm tra / Nhật ký", + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Cung cấp khả năng ghi nhật ký cho Nextcloud, chẳng hạn như ghi nhật ký quyền truy cập tệp hoặc các hành động nhạy cảm khác." +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file |