Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_downloadactivity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-01-29 05:38:07 +0300
committerNextcloud bot <bot@nextcloud.com>2021-01-29 05:38:07 +0300
commit1f3f9b2c68bc69e5056b22aef08362791aa281b1 (patch)
tree4de943a0eea17404d63ae9066e6438d078c419c0
parent4d4556a73ca7cb8f01d78a8e613d1af0091be6e3 (diff)
[tx-robot] updated from transifex
-rw-r--r--l10n/zh_HK.js14
-rw-r--r--l10n/zh_HK.json12
2 files changed, 26 insertions, 0 deletions
diff --git a/l10n/zh_HK.js b/l10n/zh_HK.js
new file mode 100644
index 0000000..d76fa2b
--- /dev/null
+++ b/l10n/zh_HK.js
@@ -0,0 +1,14 @@
+OC.L10N.register(
+ "files_downloadactivity",
+ {
+ "Downloaded by {actor} (via desktop)" : "已被 {actor} 下載(透過桌面客戶端)",
+ "Downloaded by {actor} (via app)" : "已被 {actor} 下載(透過手機應用程式)",
+ "Downloaded by {actor} (via browser)" : "已被 {actor} 下載(透過瀏覽器)",
+ "Shared file {file} was downloaded by {actor} via the desktop client" : "共享文件 {file} 由 {actor} 透過桌面客戶端下載",
+ "Shared file {file} was downloaded by {actor} via the mobile app" : "共享文件 {file} 由 {actor} 透過手機應用程式下載",
+ "Shared file {file} was downloaded by {actor} via the browser" : "共享文件 {file} 由 {actor} 透過瀏覽器下載",
+ "A local shared file or folder was <strong>downloaded</strong>" : "本地共享檔案或資料夾已<strong>被下載</strong>",
+ "Activities for shared file downloads" : "共享檔案的下載記錄",
+ "Creates activities for downloads of files that were shared with other users or a group" : "建立與其他使用者或群組共用的檔案下載活動紀錄"
+},
+"nplurals=1; plural=0;");
diff --git a/l10n/zh_HK.json b/l10n/zh_HK.json
new file mode 100644
index 0000000..dd601db
--- /dev/null
+++ b/l10n/zh_HK.json
@@ -0,0 +1,12 @@
+{ "translations": {
+ "Downloaded by {actor} (via desktop)" : "已被 {actor} 下載(透過桌面客戶端)",
+ "Downloaded by {actor} (via app)" : "已被 {actor} 下載(透過手機應用程式)",
+ "Downloaded by {actor} (via browser)" : "已被 {actor} 下載(透過瀏覽器)",
+ "Shared file {file} was downloaded by {actor} via the desktop client" : "共享文件 {file} 由 {actor} 透過桌面客戶端下載",
+ "Shared file {file} was downloaded by {actor} via the mobile app" : "共享文件 {file} 由 {actor} 透過手機應用程式下載",
+ "Shared file {file} was downloaded by {actor} via the browser" : "共享文件 {file} 由 {actor} 透過瀏覽器下載",
+ "A local shared file or folder was <strong>downloaded</strong>" : "本地共享檔案或資料夾已<strong>被下載</strong>",
+ "Activities for shared file downloads" : "共享檔案的下載記錄",
+ "Creates activities for downloads of files that were shared with other users or a group" : "建立與其他使用者或群組共用的檔案下載活動紀錄"
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file