diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-08-24 01:01:19 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-08-24 01:01:19 +0000 |
commit | 31c4a93ef6ff2815e860c2cde6247c7708d5b01e (patch) | |
tree | a683882271120f596c73c5cd9e4fd7ae72cfc5d0 /apps/files/l10n/en_GB.js | |
parent | d12b56bf633dcd5ed34e1a1ff7b1b3a8c1114add (diff) | |
download | nextcloud-server-31c4a93ef6ff2815e860c2cde6247c7708d5b01e.tar.gz nextcloud-server-31c4a93ef6ff2815e860c2cde6247c7708d5b01e.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/en_GB.js')
-rw-r--r-- | apps/files/l10n/en_GB.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index 7c2316a8589..921f23cde33 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -22,6 +22,8 @@ OC.L10N.register( "An unknown error has occurred" : "An unknown error has occurred", "File could not be uploaded" : "File could not be uploaded", "Uploading …" : "Uploading …", + "{remainingTime} ({currentNumber}/{total})" : "{remainingTime} ({currentNumber}/{total})", + "Uploading … ({currentNumber}/{total})" : "Uploading … ({currentNumber}/{total})", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} of {totalSize} ({bitrate})", "Uploading that item is not supported" : "Uploading that item is not supported", "Target folder does not exist any more" : "Target folder does not exist any more", |