aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_status
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-06-23 02:26:18 +0000
committerNextcloud bot <bot@nextcloud.com>2021-06-23 02:26:18 +0000
commit1977114f01992b78910066bbf51be4bbf0a86fbc (patch)
tree9a23846bd043a6e6dbf8cd4c879438285f17eafa /apps/user_status
parentd517b0f5b0a349756241dee672831b311a42908f (diff)
downloadnextcloud-server-1977114f01992b78910066bbf51be4bbf0a86fbc.tar.gz
nextcloud-server-1977114f01992b78910066bbf51be4bbf0a86fbc.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_status')
-rw-r--r--apps/user_status/l10n/sk.js38
-rw-r--r--apps/user_status/l10n/sk.json36
2 files changed, 74 insertions, 0 deletions
diff --git a/apps/user_status/l10n/sk.js b/apps/user_status/l10n/sk.js
new file mode 100644
index 00000000000..0c99b1192c4
--- /dev/null
+++ b/apps/user_status/l10n/sk.js
@@ -0,0 +1,38 @@
+OC.L10N.register(
+ "user_status",
+ {
+ "Recent statuses" : "Nedávne stavy",
+ "In a meeting" : "Na schôdzke",
+ "Commuting" : "Na ceste",
+ "Out sick" : "Choroba",
+ "Vacationing" : "Na dovolenke",
+ "Working remotely" : "Pracuje na diaľku",
+ "User status" : "Stav užívateľa",
+ "Clear status message after" : "Vyčistiť správu o stave po",
+ "What's your status?" : "Aký je váš stav?",
+ "Set status" : "Nastaviť stav",
+ "Online status" : "Stav pripojenia",
+ "Status message" : "Správa o stave",
+ "Clear status message" : "Vyčistiť správu o stave",
+ "Set status message" : "Nastaviť správu o stave",
+ "There was an error saving the status" : "Pri ukladaní stavu sa vyskytla chyba",
+ "There was an error clearing the status" : "Pri čistení stavu sa vyskytla chyba",
+ "No recent status changes" : "Žiadne nedávne zmeny stavu",
+ "Away" : "Preč",
+ "Do not disturb" : "Nerušiť",
+ "{status}, {timestamp}" : "{status}, {timestamp}",
+ "Don't clear" : "Nemazať",
+ "Today" : "Dnes",
+ "This week" : "Tento týždeň",
+ "Online" : "Pripojené",
+ "Invisible" : "Neviditeľné",
+ "Offline" : "Offline",
+ "There was an error saving the new status" : "Pri ukladaní nového stavu sa vyskytla chyba",
+ "30 minutes" : "30 minút",
+ "1 hour" : "1 hodina",
+ "4 hours" : "4 hodiny",
+ "Mute all notifications" : "Stíšiť všetky upozornenia",
+ "Appear offline" : "V odpojenom režime",
+ "Clear status after" : "Vyčistiť správu o stave po"
+},
+"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");
diff --git a/apps/user_status/l10n/sk.json b/apps/user_status/l10n/sk.json
new file mode 100644
index 00000000000..266e1f7144b
--- /dev/null
+++ b/apps/user_status/l10n/sk.json
@@ -0,0 +1,36 @@
+{ "translations": {
+ "Recent statuses" : "Nedávne stavy",
+ "In a meeting" : "Na schôdzke",
+ "Commuting" : "Na ceste",
+ "Out sick" : "Choroba",
+ "Vacationing" : "Na dovolenke",
+ "Working remotely" : "Pracuje na diaľku",
+ "User status" : "Stav užívateľa",
+ "Clear status message after" : "Vyčistiť správu o stave po",
+ "What's your status?" : "Aký je váš stav?",
+ "Set status" : "Nastaviť stav",
+ "Online status" : "Stav pripojenia",
+ "Status message" : "Správa o stave",
+ "Clear status message" : "Vyčistiť správu o stave",
+ "Set status message" : "Nastaviť správu o stave",
+ "There was an error saving the status" : "Pri ukladaní stavu sa vyskytla chyba",
+ "There was an error clearing the status" : "Pri čistení stavu sa vyskytla chyba",
+ "No recent status changes" : "Žiadne nedávne zmeny stavu",
+ "Away" : "Preč",
+ "Do not disturb" : "Nerušiť",
+ "{status}, {timestamp}" : "{status}, {timestamp}",
+ "Don't clear" : "Nemazať",
+ "Today" : "Dnes",
+ "This week" : "Tento týždeň",
+ "Online" : "Pripojené",
+ "Invisible" : "Neviditeľné",
+ "Offline" : "Offline",
+ "There was an error saving the new status" : "Pri ukladaní nového stavu sa vyskytla chyba",
+ "30 minutes" : "30 minút",
+ "1 hour" : "1 hodina",
+ "4 hours" : "4 hodiny",
+ "Mute all notifications" : "Stíšiť všetky upozornenia",
+ "Appear offline" : "V odpojenom režime",
+ "Clear status after" : "Vyčistiť správu o stave po"
+},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"
+} \ No newline at end of file