diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-06-16 00:19:16 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-06-16 00:19:16 +0000 |
commit | 55036a0bc4628bc9e3ce47e26c10fe3f9f6fef56 (patch) | |
tree | 7ca7cda0183f03e321ef0c8240457a8dbe474b05 /apps/files_trashbin | |
parent | 8359b806f4fdc6ca7270c38744684de8ef830174 (diff) | |
download | nextcloud-server-55036a0bc4628bc9e3ce47e26c10fe3f9f6fef56.tar.gz nextcloud-server-55036a0bc4628bc9e3ce47e26c10fe3f9f6fef56.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r-- | apps/files_trashbin/l10n/gl.js | 1 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/gl.json | 1 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/zh_CN.js | 1 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/zh_CN.json | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/apps/files_trashbin/l10n/gl.js b/apps/files_trashbin/l10n/gl.js index d859ca0495f..fd7326e722a 100644 --- a/apps/files_trashbin/l10n/gl.js +++ b/apps/files_trashbin/l10n/gl.js @@ -11,6 +11,7 @@ OC.L10N.register( "All files" : "Todos os ficheiros", "You" : "Vde.", "Original location" : "Localización orixinal", + "Deleted by" : "Eliminado por", "Deleted" : "Eliminado", "A long time ago" : "Hai moito tempo", "List of files that have been deleted." : "Lista de ficheiros que foron eliminados.", diff --git a/apps/files_trashbin/l10n/gl.json b/apps/files_trashbin/l10n/gl.json index 1138ba181b8..3bbe28e94e2 100644 --- a/apps/files_trashbin/l10n/gl.json +++ b/apps/files_trashbin/l10n/gl.json @@ -9,6 +9,7 @@ "All files" : "Todos os ficheiros", "You" : "Vde.", "Original location" : "Localización orixinal", + "Deleted by" : "Eliminado por", "Deleted" : "Eliminado", "A long time ago" : "Hai moito tempo", "List of files that have been deleted." : "Lista de ficheiros que foron eliminados.", diff --git a/apps/files_trashbin/l10n/zh_CN.js b/apps/files_trashbin/l10n/zh_CN.js index 56947e4866a..3e3d449edb8 100644 --- a/apps/files_trashbin/l10n/zh_CN.js +++ b/apps/files_trashbin/l10n/zh_CN.js @@ -10,6 +10,7 @@ OC.L10N.register( "Unknown" : "未知", "All files" : "全部文件", "You" : "你", + "Original location" : "初始位置", "Deleted by" : "删除者", "Deleted" : "已删除", "A long time ago" : "很久以前", diff --git a/apps/files_trashbin/l10n/zh_CN.json b/apps/files_trashbin/l10n/zh_CN.json index 5d4b334ad7c..5e96b29a58e 100644 --- a/apps/files_trashbin/l10n/zh_CN.json +++ b/apps/files_trashbin/l10n/zh_CN.json @@ -8,6 +8,7 @@ "Unknown" : "未知", "All files" : "全部文件", "You" : "你", + "Original location" : "初始位置", "Deleted by" : "删除者", "Deleted" : "已删除", "A long time ago" : "很久以前", |