diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-08-23 00:28:15 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-08-23 00:28:15 +0000 |
commit | bc411a2cf318d807cd42e15bf9b2ffca56b78bd8 (patch) | |
tree | 076993e7b7463ade82c99775c7ac0e916e783d03 /apps/user_status/l10n/sr.json | |
parent | 020401b6c82930783188fd428b961ddd4a296656 (diff) | |
download | nextcloud-server-bc411a2cf318d807cd42e15bf9b2ffca56b78bd8.tar.gz nextcloud-server-bc411a2cf318d807cd42e15bf9b2ffca56b78bd8.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/user_status/l10n/sr.json')
-rw-r--r-- | apps/user_status/l10n/sr.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/user_status/l10n/sr.json b/apps/user_status/l10n/sr.json index fc248a55d4b..430c1cf9bdf 100644 --- a/apps/user_status/l10n/sr.json +++ b/apps/user_status/l10n/sr.json @@ -1,5 +1,6 @@ { "translations": { "Recent statuses" : "Скорашњи статуси", + "No recent status changes" : "Нема скорашњих измена статуса", "In a meeting" : "На састанку", "Commuting" : "На путу до посла", "Out sick" : "На боловању", @@ -26,14 +27,12 @@ "There was an error saving the status" : "Дошло је до грешке приликом чувања статуса", "There was an error clearing the status" : "Дошло је до грешке приликом брисања статуса", "There was an error reverting the status" : "Дошло је до грешке приликом враћања претходног статуса", - "No recent status changes" : "Нема скорашњих измена статуса", - "Away" : "Одсутан", - "Do not disturb" : "Не узнемиравај", - "{status}, {timestamp}" : "{status}, {timestamp}", "Don't clear" : "Не бриши", "Today" : "Данас", "This week" : "Ове недеље", "Online" : "На мрежи", + "Away" : "Одсутан", + "Do not disturb" : "Не узнемиравај", "Invisible" : "Невидљива", "Offline" : "Ван мреже", "There was an error saving the new status" : "Дошло је до грешке приликом чувања новог статуса", @@ -41,6 +40,7 @@ "1 hour" : "1 сат", "4 hours" : "4 сата", "Mute all notifications" : "Искључи сва обавештења", - "Appear offline" : "Прикажи као ван мреже" + "Appear offline" : "Прикажи као ван мреже", + "{status}, {timestamp}" : "{status}, {timestamp}" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" }
\ No newline at end of file |