diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-12-19 00:19:27 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-12-19 00:19:27 +0000 |
commit | 6fa377e90e269b1610aab2b40bba3e3ab78f0b4b (patch) | |
tree | 99d00ac5774b93983af67700ac55eeb01e8c123f /core/l10n/is.js | |
parent | 8f1acd14ec70239e1e0fec0cad4d68e48ac3cfcf (diff) | |
download | nextcloud-server-6fa377e90e269b1610aab2b40bba3e3ab78f0b4b.tar.gz nextcloud-server-6fa377e90e269b1610aab2b40bba3e3ab78f0b4b.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/is.js')
-rw-r--r-- | core/l10n/is.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/l10n/is.js b/core/l10n/is.js index 6f39f996687..25cd02112b5 100644 --- a/core/l10n/is.js +++ b/core/l10n/is.js @@ -201,8 +201,8 @@ OC.L10N.register( "Search people" : "Leita að fólki", "Not found" : "Fannst ekki", "People" : "Fólk", - "Search in" : "Leita í", "Filter in current view" : "Sía í núverandi sýn", + "Search in" : "Leita í", "Searching …" : "Leita …", "No matching results" : "Engar samsvarandi niðurstöður", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Á milli ${this.dateFilter.startFrom.toLocaleDateString()} og ${this.dateFilter.endAt.toLocaleDateString()}", |