summaryrefslogtreecommitdiffstats
path: root/apps/user_status
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2023-03-03 02:26:33 +0000
committerNextcloud bot <bot@nextcloud.com>2023-03-03 02:26:33 +0000
commitbc94fab8eea4eb76ea98a34076510c2054b9d741 (patch)
tree3fc935bc0d2d86e4d4ede3710623e5c46c5ee232 /apps/user_status
parentc76be650142a93291c8e5f197958995e35793142 (diff)
downloadnextcloud-server-bc94fab8eea4eb76ea98a34076510c2054b9d741.tar.gz
nextcloud-server-bc94fab8eea4eb76ea98a34076510c2054b9d741.zip
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/user_status')
-rw-r--r--apps/user_status/l10n/sr.js16
-rw-r--r--apps/user_status/l10n/sr.json16
2 files changed, 32 insertions, 0 deletions
diff --git a/apps/user_status/l10n/sr.js b/apps/user_status/l10n/sr.js
index 61b04f1a672..0de5639465d 100644
--- a/apps/user_status/l10n/sr.js
+++ b/apps/user_status/l10n/sr.js
@@ -1,24 +1,40 @@
OC.L10N.register(
"user_status",
{
+ "Recent statuses" : "Скорашњи статуси",
+ "In a meeting" : "На састанку",
+ "Commuting" : "На путу до посла",
+ "Out sick" : "На боловању",
+ "Vacationing" : "На одмору",
+ "Working remotely" : "Радим од куће",
+ "In a call" : "У позиву",
+ "User status" : "Корисников статус",
"View profile" : "Погледај профил",
+ "Clear status after" : "Обриши статус након",
"What is your status?" : "Који је ваш статус?",
"Set status" : "Постави статус",
"Online status" : "Мрежни статус",
"Status message" : "Порука стања",
"Clear status message" : "Обриши статусну поруку",
"Set status message" : "Постављање статусне поруке",
+ "There was an error saving the status" : "Дошло је до грешке приликом чувања статуса",
+ "There was an error clearing the status" : "Дошло је до грешке приликом брисања статуса",
+ "No recent status changes" : "Нема скорашњих измена статуса",
"Away" : "Одсутан",
"Do not disturb" : "Не узнемиравај",
+ "{status}, {timestamp}" : "{status}, {timestamp}",
"Don't clear" : "Не бриши",
"Today" : "Данас",
"This week" : "Ове недеље",
"Online" : "На мрежи",
"Invisible" : "Невидљива",
"Offline" : "Ван мреже",
+ "There was an error saving the new status" : "Дошло је до грешке приликом чувања новог статуса",
"30 minutes" : "30 минута",
"1 hour" : "1 сат",
"4 hours" : "4 сата",
+ "Mute all notifications" : "Искључи сва обавештења",
+ "Appear offline" : "Прикажи ван мреже",
"Clear status message after" : "Обриши статусну поруку након"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
diff --git a/apps/user_status/l10n/sr.json b/apps/user_status/l10n/sr.json
index 2743d45ce5a..e915dffa1a1 100644
--- a/apps/user_status/l10n/sr.json
+++ b/apps/user_status/l10n/sr.json
@@ -1,22 +1,38 @@
{ "translations": {
+ "Recent statuses" : "Скорашњи статуси",
+ "In a meeting" : "На састанку",
+ "Commuting" : "На путу до посла",
+ "Out sick" : "На боловању",
+ "Vacationing" : "На одмору",
+ "Working remotely" : "Радим од куће",
+ "In a call" : "У позиву",
+ "User status" : "Корисников статус",
"View profile" : "Погледај профил",
+ "Clear status after" : "Обриши статус након",
"What is your status?" : "Који је ваш статус?",
"Set status" : "Постави статус",
"Online status" : "Мрежни статус",
"Status message" : "Порука стања",
"Clear status message" : "Обриши статусну поруку",
"Set status message" : "Постављање статусне поруке",
+ "There was an error saving the status" : "Дошло је до грешке приликом чувања статуса",
+ "There was an error clearing the status" : "Дошло је до грешке приликом брисања статуса",
+ "No recent status changes" : "Нема скорашњих измена статуса",
"Away" : "Одсутан",
"Do not disturb" : "Не узнемиравај",
+ "{status}, {timestamp}" : "{status}, {timestamp}",
"Don't clear" : "Не бриши",
"Today" : "Данас",
"This week" : "Ове недеље",
"Online" : "На мрежи",
"Invisible" : "Невидљива",
"Offline" : "Ван мреже",
+ "There was an error saving the new status" : "Дошло је до грешке приликом чувања новог статуса",
"30 minutes" : "30 минута",
"1 hour" : "1 сат",
"4 hours" : "4 сата",
+ "Mute all notifications" : "Искључи сва обавештења",
+ "Appear offline" : "Прикажи ван мреже",
"Clear status message after" : "Обриши статусну поруку након"
},"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