diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-12-27 00:20:24 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-12-27 00:20:24 +0000 |
commit | c6d19b2d7d08373de865b20db3884e629834d246 (patch) | |
tree | 7500f1cc7a862003e5eef6e365c3ab6830008216 /core/l10n/sr.js | |
parent | af6f1cdde407580646fd7e562ee757fa87aab0d3 (diff) | |
download | nextcloud-server-c6d19b2d7d08373de865b20db3884e629834d246.tar.gz nextcloud-server-c6d19b2d7d08373de865b20db3884e629834d246.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/sr.js')
-rw-r--r-- | core/l10n/sr.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/l10n/sr.js b/core/l10n/sr.js index 25e1bf4a768..61971ff212d 100644 --- a/core/l10n/sr.js +++ b/core/l10n/sr.js @@ -455,7 +455,6 @@ OC.L10N.register( "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Ваша удаљена адреса је идентификована као „{remoteAddress}” и тренутно је пригушена због напада грубом силом чиме се успоравају перформансе разних захтева. Ако удаљена адреса није ваша, ово може бити знак да прокси није исправно подешен. Више информација може да се пронађе у {linkstart}документацији ↗{linkend}.”", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "База података се користи за трансакционо закључавање фајлова. Да бисте побољшали перформансе, молимо вас да конфигуришете memcache, ако је то могуће. За више информација, погледајте {linkstart}документацију ↗{linkend}.", "PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart}one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible." : "PHP 8.0 је сада застарео у Nextcloud 27. Nextcloud 28 може да захтева барем PHP 8.1. Молимо вас да ажурирате на {linkstart}једну од званично подржаних PHP верзија које обезбеђује PHP Група ↗{linkend} што је пре могуће.", - "Avatar of {fullName}" : "Аватар корисника {fullName}", - "Start typing in search" : "Почните да куцате у претрази" + "Avatar of {fullName}" : "Аватар корисника {fullName}" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); |