diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-12-13 00:19:53 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-12-13 00:19:53 +0000 |
commit | 895eb194497ebeb381ee6ebdc4274688f6a493fd (patch) | |
tree | 2dbac3ea08870fb44dc2423644283b6ef4778388 /core/l10n/en_GB.js | |
parent | c734a18ee83a3537193192f6b97d78575611ba9e (diff) | |
download | nextcloud-server-895eb194497ebeb381ee6ebdc4274688f6a493fd.tar.gz nextcloud-server-895eb194497ebeb381ee6ebdc4274688f6a493fd.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 | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/core/l10n/en_GB.js b/core/l10n/en_GB.js index e45069dbf6e..1593c540893 100644 --- a/core/l10n/en_GB.js +++ b/core/l10n/en_GB.js @@ -183,8 +183,28 @@ OC.L10N.register( "Install the Contacts app" : "Install the Contacts app", "Loading your contacts …" : "Loading your contacts …", "Looking for {term} …" : "Looking for {term} …", + "Search starts once you start typing and results may be reached with the arrow keys" : "Search starts once you start typing and results may be reached with the arrow keys", + "Search for {name} only" : "Search for {name} only", + "Start typing to search" : "Start typing to search", + "Loading more results …" : "Loading more results …", + "Load more results" : "Load more results", + "Search" : "Search", + "No results for {query}" : "No results for {query}", + "Press Enter to start searching" : "Press Enter to start searching", + "An error occurred while searching for {type}" : "An error occurred while searching for {type}", + "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Please enter {minSearchLength} character or more to search","Please enter {minSearchLength} characters or more to search"], + "Forgot password?" : "Forgot password?", + "Back to login form" : "Back to login form", + "Back" : "Back", + "Login form is disabled." : "Login form is disabled.", + "Edit Profile" : "Edit Profile", + "The headline and about sections will show up here" : "The headline and about sections will show up here", + "You have not added any info yet" : "You have not added any info yet", + "{user} has not added any info yet" : "{user} has not added any info yet", + "Error opening the user status modal, try hard refreshing the page" : "Error opening the user status modal, try hard refreshing the page", "Unified search" : "Unified search", "Search apps, files, tags, messages" : "Search apps, files, tags, messages", + "Search {types} …" : "Search {types} …", "Apps and Settings" : "Apps and Settings", "Date" : "Date", "Today" : "Today", @@ -195,31 +215,12 @@ OC.L10N.register( "Search people" : "Search people", "Not found" : "Not found", "People" : "People", - "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()}", - "Forgot password?" : "Forgot password?", - "Back to login form" : "Back to login form", - "Back" : "Back", - "Login form is disabled." : "Login form is disabled.", - "Edit Profile" : "Edit Profile", - "The headline and about sections will show up here" : "The headline and about sections will show up here", - "You have not added any info yet" : "You have not added any info yet", - "{user} has not added any info yet" : "{user} has not added any info yet", - "Error opening the user status modal, try hard refreshing the page" : "Error opening the user status modal, try hard refreshing the page", - "Search starts once you start typing and results may be reached with the arrow keys" : "Search starts once you start typing and results may be reached with the arrow keys", - "Search for {name} only" : "Search for {name} only", - "Start typing to search" : "Start typing to search", - "Loading more results …" : "Loading more results …", - "Search" : "Search", - "No results for {query}" : "No results for {query}", - "Press Enter to start searching" : "Press Enter to start searching", - "An error occurred while searching for {type}" : "An error occurred while searching for {type}", - "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Please enter {minSearchLength} character or more to search","Please enter {minSearchLength} characters or more to search"], "This browser is not supported" : "This browser is not supported", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Your browser is not supported. Please upgrade to a newer version or a supported one.", "Continue with this unsupported browser" : "Continue with this unsupported browser", @@ -227,7 +228,6 @@ OC.L10N.register( "{name} version {version} and above" : "{name} version {version} and above", "Settings menu" : "Settings menu", "Avatar of {displayName}" : "Avatar of {displayName}", - "Search {types} …" : "Search {types} …", "No" : "No", "Yes" : "Yes", "Choose {file}" : "Choose {file}", |