diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-11-30 00:22:41 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-11-30 00:22:41 +0000 |
commit | 6cdfa519a2e4fa29e30ce72eb2d5b6285aa64364 (patch) | |
tree | ddbb6225fa992498b3ebce7133751277fbbe833e /core/l10n/en_GB.js | |
parent | 7407afb469fab55fa4cb917c983de0b6a21aa250 (diff) | |
download | nextcloud-server-6cdfa519a2e4fa29e30ce72eb2d5b6285aa64364.tar.gz nextcloud-server-6cdfa519a2e4fa29e30ce72eb2d5b6285aa64364.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/en_GB.js')
-rw-r--r-- | core/l10n/en_GB.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/l10n/en_GB.js b/core/l10n/en_GB.js index 03fa590df13..4401b4a897b 100644 --- a/core/l10n/en_GB.js +++ b/core/l10n/en_GB.js @@ -189,7 +189,6 @@ OC.L10N.register( "Global search" : "Global search", "Search apps, files, tags, messages" : "Search apps, files, tags, messages", "Apps and Settings" : "Apps and Settings", - "Modified" : "Modified", "Today" : "Today", "Last 7 days" : "Last 7 days", "Last 30 days" : "Last 30 days", @@ -201,6 +200,7 @@ OC.L10N.register( "Load more results" : "Load more results", "Search in" : "Search in", "Filter in current view" : "Filter in current view", + "Searching …" : "Searching …", "Start typing in search" : "Start typing in search", "No matching results" : "No matching results", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}", @@ -434,6 +434,7 @@ OC.L10N.register( "No more subfolders in here" : "No more subfolders in here", "Name" : "Name", "Size" : "Size", + "Modified" : "Modified", "\"{name}\" is an invalid file name." : "\"{name}\" is an invalid file name.", "File name cannot be empty." : "File name cannot be empty.", "\"/\" is not allowed inside a file name." : "\"/\" is not allowed inside a file name.", |