diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-03-30 00:20:48 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-03-30 00:20:48 +0000 |
commit | cfe54be8380a0bc7c8b487da3a6eb7cfbbb6049a (patch) | |
tree | c21cb76c2e59a57d753e3ad3a9aaba1f45577956 /apps/files/l10n | |
parent | ae28d13778c06cdb62cb3013e8f264c95b96e92b (diff) | |
download | nextcloud-server-cfe54be8380a0bc7c8b487da3a6eb7cfbbb6049a.tar.gz nextcloud-server-cfe54be8380a0bc7c8b487da3a6eb7cfbbb6049a.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n')
-rw-r--r-- | apps/files/l10n/da.js | 3 | ||||
-rw-r--r-- | apps/files/l10n/da.json | 3 | ||||
-rw-r--r-- | apps/files/l10n/zh_HK.js | 1 | ||||
-rw-r--r-- | apps/files/l10n/zh_HK.json | 1 | ||||
-rw-r--r-- | apps/files/l10n/zh_TW.js | 1 | ||||
-rw-r--r-- | apps/files/l10n/zh_TW.json | 1 |
6 files changed, 8 insertions, 2 deletions
diff --git a/apps/files/l10n/da.js b/apps/files/l10n/da.js index ad098b1807d..9b05cb26c69 100644 --- a/apps/files/l10n/da.js +++ b/apps/files/l10n/da.js @@ -3,7 +3,7 @@ OC.L10N.register( { "File could not be found" : "Filen kunne ikke findes", "Move or copy" : "Flyt eller kopier", - "Download" : "Hent", + "Download" : "Download", "Delete" : "Slet", "Tags" : "Mærker", "Show list view" : "Vis som liste", @@ -37,6 +37,7 @@ OC.L10N.register( "Set reminder" : "Sæt påmindelse", "Edit locally" : "Rediger lokalt", "Open" : "Åbn", + "Delete file" : "Slet fil", "Delete folder" : "Slet mappe", "Disconnect storage" : "Frakobl lager", "Leave this share" : "Forlad dette delte drev", diff --git a/apps/files/l10n/da.json b/apps/files/l10n/da.json index 580ba4380c0..ada3ea08850 100644 --- a/apps/files/l10n/da.json +++ b/apps/files/l10n/da.json @@ -1,7 +1,7 @@ { "translations": { "File could not be found" : "Filen kunne ikke findes", "Move or copy" : "Flyt eller kopier", - "Download" : "Hent", + "Download" : "Download", "Delete" : "Slet", "Tags" : "Mærker", "Show list view" : "Vis som liste", @@ -35,6 +35,7 @@ "Set reminder" : "Sæt påmindelse", "Edit locally" : "Rediger lokalt", "Open" : "Åbn", + "Delete file" : "Slet fil", "Delete folder" : "Slet mappe", "Disconnect storage" : "Frakobl lager", "Leave this share" : "Forlad dette delte drev", diff --git a/apps/files/l10n/zh_HK.js b/apps/files/l10n/zh_HK.js index 24e10f2cee6..045d2ccd351 100644 --- a/apps/files/l10n/zh_HK.js +++ b/apps/files/l10n/zh_HK.js @@ -37,6 +37,7 @@ OC.L10N.register( "Set reminder" : "設定提醒", "Edit locally" : "在近端編輯", "Open" : "開啟", + "Delete file" : "刪除檔案", "Delete folder" : "刪除資料夾", "Disconnect storage" : "解除連結儲存空間", "Leave this share" : "保留該共用", diff --git a/apps/files/l10n/zh_HK.json b/apps/files/l10n/zh_HK.json index 21e17ea8a68..0cb51918b8d 100644 --- a/apps/files/l10n/zh_HK.json +++ b/apps/files/l10n/zh_HK.json @@ -35,6 +35,7 @@ "Set reminder" : "設定提醒", "Edit locally" : "在近端編輯", "Open" : "開啟", + "Delete file" : "刪除檔案", "Delete folder" : "刪除資料夾", "Disconnect storage" : "解除連結儲存空間", "Leave this share" : "保留該共用", diff --git a/apps/files/l10n/zh_TW.js b/apps/files/l10n/zh_TW.js index ce70ea6fc62..905a1f2c5bb 100644 --- a/apps/files/l10n/zh_TW.js +++ b/apps/files/l10n/zh_TW.js @@ -37,6 +37,7 @@ OC.L10N.register( "Set reminder" : "設定提醒", "Edit locally" : "本機編輯", "Open" : "開啟", + "Delete file" : "刪除檔案", "Delete folder" : "刪除資料夾", "Disconnect storage" : "解除連結儲存空間", "Leave this share" : "離開此分享", diff --git a/apps/files/l10n/zh_TW.json b/apps/files/l10n/zh_TW.json index 6d07980f90a..4ae1b209c5f 100644 --- a/apps/files/l10n/zh_TW.json +++ b/apps/files/l10n/zh_TW.json @@ -35,6 +35,7 @@ "Set reminder" : "設定提醒", "Edit locally" : "本機編輯", "Open" : "開啟", + "Delete file" : "刪除檔案", "Delete folder" : "刪除資料夾", "Disconnect storage" : "解除連結儲存空間", "Leave this share" : "離開此分享", |