Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2019-10-17 05:40:27 +0300
committerNextcloud bot <bot@nextcloud.com>2019-10-17 05:40:27 +0300
commite2ea32ab5d4fb735e9fbb498d4b114fbbe6bb7c0 (patch)
tree0cb2a773a15445d201745dfd7050ed559b4d3943
parentaf7535681f428ae573fed476e2fa972bacec32b1 (diff)
[tx-robot] updated from transifexv15.0.13rc1
-rw-r--r--l10n/sl.js9
-rw-r--r--l10n/sl.json9
2 files changed, 14 insertions, 4 deletions
diff --git a/l10n/sl.js b/l10n/sl.js
index 5be401f..6754144 100644
--- a/l10n/sl.js
+++ b/l10n/sl.js
@@ -1,11 +1,16 @@
OC.L10N.register(
"notifications",
{
+ "Admin notifications" : "Skrbniška obvestila",
"Notifications" : "Obvestila",
+ "This app provides a backend and frontend for the notification API available in Nextcloud." : "Program podpira ozadnji program in vmesnik API za obvestila Nextcloud.",
+ "This app provides a backend and frontend for the notification API available in Nextcloud.\n\t\tThe API is used by other apps to notify users in the web UI and sync clients about various things. Some examples are:\n\n📬 Federated file sharing: You received a new remote share\n\n📑 Comments: Another user mentioned you in a comment on a file\n\n🚢 Update notification: Available update for an app or nextcloud itself\n\n📣 Announcement center: An announcement was posted by an admin" : "Program omogoča ozadnji program in vmesnik API za okolje Nextcloud.\n\t\tVmestnik API uporabljajo drugi programi za prikaz obvestil uporabnikom v spletnem vmesniku in za usklajevanje različnih podatkov z odjemalci, kot so:\n\n📬 Zvezna souporaba datotek: prejetje oddaljene mape v souporabo\n\n📑 Opombe: uporabnik omeni drugega uporabnika pri urejanju datotek\n\n🚢 Obvestila o posodobitvah: razpoložljive posodobitve programov in okolja Nextcloud\n\n📣 Središče za objave: objave in obvestila, ki jih pošilja skrbnik sistema",
+ "Dismiss all notifications" : "Opusti vsa obvestila",
"No notifications" : "Ni obvestil",
- "Failed to dismiss all notifications" : "Zapiranje obvestil je spodletelo!",
+ "Failed to dismiss all notifications" : "Opuščanje obvestil je spodletelo!",
+ "Failed to perform action" : "Izvajanje dejanja je spodletelo",
"Dismiss" : "Opusti",
- "Failed to dismiss notification" : "Zapiranje obvestila je spodletelo!",
+ "Failed to dismiss notification" : "Opuščanje obvestila je spodletelo!",
"in {path}" : "v {path}"
},
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");
diff --git a/l10n/sl.json b/l10n/sl.json
index 3543e4d..70794c9 100644
--- a/l10n/sl.json
+++ b/l10n/sl.json
@@ -1,9 +1,14 @@
{ "translations": {
+ "Admin notifications" : "Skrbniška obvestila",
"Notifications" : "Obvestila",
+ "This app provides a backend and frontend for the notification API available in Nextcloud." : "Program podpira ozadnji program in vmesnik API za obvestila Nextcloud.",
+ "This app provides a backend and frontend for the notification API available in Nextcloud.\n\t\tThe API is used by other apps to notify users in the web UI and sync clients about various things. Some examples are:\n\n📬 Federated file sharing: You received a new remote share\n\n📑 Comments: Another user mentioned you in a comment on a file\n\n🚢 Update notification: Available update for an app or nextcloud itself\n\n📣 Announcement center: An announcement was posted by an admin" : "Program omogoča ozadnji program in vmesnik API za okolje Nextcloud.\n\t\tVmestnik API uporabljajo drugi programi za prikaz obvestil uporabnikom v spletnem vmesniku in za usklajevanje različnih podatkov z odjemalci, kot so:\n\n📬 Zvezna souporaba datotek: prejetje oddaljene mape v souporabo\n\n📑 Opombe: uporabnik omeni drugega uporabnika pri urejanju datotek\n\n🚢 Obvestila o posodobitvah: razpoložljive posodobitve programov in okolja Nextcloud\n\n📣 Središče za objave: objave in obvestila, ki jih pošilja skrbnik sistema",
+ "Dismiss all notifications" : "Opusti vsa obvestila",
"No notifications" : "Ni obvestil",
- "Failed to dismiss all notifications" : "Zapiranje obvestil je spodletelo!",
+ "Failed to dismiss all notifications" : "Opuščanje obvestil je spodletelo!",
+ "Failed to perform action" : "Izvajanje dejanja je spodletelo",
"Dismiss" : "Opusti",
- "Failed to dismiss notification" : "Zapiranje obvestila je spodletelo!",
+ "Failed to dismiss notification" : "Opuščanje obvestila je spodletelo!",
"in {path}" : "v {path}"
},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"
} \ No newline at end of file