diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-02-25 02:26:03 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-02-25 02:26:03 +0000 |
commit | 61679b4fdb61f7443b00863b575846ccf94f1e08 (patch) | |
tree | c68197fa2cb23cadc14b6f6ebdcc54aa80a92909 /apps/user_status | |
parent | 16d7973f7d32af4cd8d64ac4d16a0e909e9d640d (diff) | |
download | nextcloud-server-61679b4fdb61f7443b00863b575846ccf94f1e08.tar.gz nextcloud-server-61679b4fdb61f7443b00863b575846ccf94f1e08.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.js | 24 | ||||
-rw-r--r-- | apps/user_status/l10n/sr.json | 22 |
2 files changed, 46 insertions, 0 deletions
diff --git a/apps/user_status/l10n/sr.js b/apps/user_status/l10n/sr.js new file mode 100644 index 00000000000..61b04f1a672 --- /dev/null +++ b/apps/user_status/l10n/sr.js @@ -0,0 +1,24 @@ +OC.L10N.register( + "user_status", + { + "View profile" : "Погледај профил", + "What is your status?" : "Који је ваш статус?", + "Set status" : "Постави статус", + "Online status" : "Мрежни статус", + "Status message" : "Порука стања", + "Clear status message" : "Обриши статусну поруку", + "Set status message" : "Постављање статусне поруке", + "Away" : "Одсутан", + "Do not disturb" : "Не узнемиравај", + "Don't clear" : "Не бриши", + "Today" : "Данас", + "This week" : "Ове недеље", + "Online" : "На мрежи", + "Invisible" : "Невидљива", + "Offline" : "Ван мреже", + "30 minutes" : "30 минута", + "1 hour" : "1 сат", + "4 hours" : "4 сата", + "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 new file mode 100644 index 00000000000..2743d45ce5a --- /dev/null +++ b/apps/user_status/l10n/sr.json @@ -0,0 +1,22 @@ +{ "translations": { + "View profile" : "Погледај профил", + "What is your status?" : "Који је ваш статус?", + "Set status" : "Постави статус", + "Online status" : "Мрежни статус", + "Status message" : "Порука стања", + "Clear status message" : "Обриши статусну поруку", + "Set status message" : "Постављање статусне поруке", + "Away" : "Одсутан", + "Do not disturb" : "Не узнемиравај", + "Don't clear" : "Не бриши", + "Today" : "Данас", + "This week" : "Ове недеље", + "Online" : "На мрежи", + "Invisible" : "Невидљива", + "Offline" : "Ван мреже", + "30 minutes" : "30 минута", + "1 hour" : "1 сат", + "4 hours" : "4 сата", + "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 |