From d06a34d897af4bbd1961f355e2a761104f9110e3 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Tue, 28 Aug 2018 00:40:23 +0000 Subject: [PATCH 1/9] [tx-robot] updated from transifex --- l10n/nb.js | 8 ++++++++ l10n/nb.json | 6 ++++++ 2 files changed, 14 insertions(+) create mode 100644 l10n/nb.js create mode 100644 l10n/nb.json diff --git a/l10n/nb.js b/l10n/nb.js new file mode 100644 index 0000000..77601c4 --- /dev/null +++ b/l10n/nb.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "mood", + { + "New mood" : "Nytt humør", + "Share with ..." : "Del med …", + "mood" : "humør" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/nb.json b/l10n/nb.json new file mode 100644 index 0000000..f1efabd --- /dev/null +++ b/l10n/nb.json @@ -0,0 +1,6 @@ +{ "translations": { + "New mood" : "Nytt humør", + "Share with ..." : "Del med …", + "mood" : "humør" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file From a36bd921f51c55e0209e6b056250de50325b891f Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sun, 2 Sep 2018 00:41:23 +0000 Subject: [PATCH 2/9] [tx-robot] updated from transifex --- l10n/cs.js | 1 + l10n/cs.json | 1 + 2 files changed, 2 insertions(+) diff --git a/l10n/cs.js b/l10n/cs.js index dde3bd5..b126755 100644 --- a/l10n/cs.js +++ b/l10n/cs.js @@ -4,6 +4,7 @@ OC.L10N.register( "New mood" : "Nová nálada", "Share with ..." : "Sdílet s…", "Share your mood" : "Sdílejte svou náladu", + "A social mood is shared" : "Sociální nálada je sdílená", "mood" : "nálada" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); diff --git a/l10n/cs.json b/l10n/cs.json index 42fd561..a47191a 100644 --- a/l10n/cs.json +++ b/l10n/cs.json @@ -2,6 +2,7 @@ "New mood" : "Nová nálada", "Share with ..." : "Sdílet s…", "Share your mood" : "Sdílejte svou náladu", + "A social mood is shared" : "Sociální nálada je sdílená", "mood" : "nálada" },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" } \ No newline at end of file From e32d64325f5db6e9e7805764642e709c796cd94c Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Thu, 6 Sep 2018 00:42:41 +0000 Subject: [PATCH 3/9] [tx-robot] updated from transifex --- l10n/pl.js | 8 +++++++- l10n/pl.json | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/l10n/pl.js b/l10n/pl.js index 81f9917..1be630b 100644 --- a/l10n/pl.js +++ b/l10n/pl.js @@ -3,6 +3,12 @@ OC.L10N.register( { "New mood" : "Nowy nastrój", "Share with ..." : "Udostępnij z…", - "mood" : "nastrój" + "Share your mood" : "Udostępnij swój nastrój", + "{author} shared a mood with you" : "{author} udostępnił swój nastrój z Tobą", + "{author} shared a mood with {circles}" : "{author} udostępnił swój nastrój z {circles}", + "You shared a mood with {circles}" : "Udostępniłeś/-aś swój nastrój z {circles}", + "A social mood is shared" : "Społecznościowy nastrój został udostępniony", + "mood" : "nastrój", + "Your mood over the clouds" : "Twój nastrój w chmurach" }, "nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"); diff --git a/l10n/pl.json b/l10n/pl.json index 473a3af..9c20b24 100644 --- a/l10n/pl.json +++ b/l10n/pl.json @@ -1,6 +1,12 @@ { "translations": { "New mood" : "Nowy nastrój", "Share with ..." : "Udostępnij z…", - "mood" : "nastrój" + "Share your mood" : "Udostępnij swój nastrój", + "{author} shared a mood with you" : "{author} udostępnił swój nastrój z Tobą", + "{author} shared a mood with {circles}" : "{author} udostępnił swój nastrój z {circles}", + "You shared a mood with {circles}" : "Udostępniłeś/-aś swój nastrój z {circles}", + "A social mood is shared" : "Społecznościowy nastrój został udostępniony", + "mood" : "nastrój", + "Your mood over the clouds" : "Twój nastrój w chmurach" },"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" } \ No newline at end of file From eac126673188bb30b6f7e564ffe65bad3d09ef9c Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Mon, 17 Sep 2018 00:43:22 +0000 Subject: [PATCH 4/9] [tx-robot] updated from transifex --- l10n/cs.js | 6 +++++- l10n/cs.json | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/l10n/cs.js b/l10n/cs.js index b126755..8efcaf0 100644 --- a/l10n/cs.js +++ b/l10n/cs.js @@ -4,7 +4,11 @@ OC.L10N.register( "New mood" : "Nová nálada", "Share with ..." : "Sdílet s…", "Share your mood" : "Sdílejte svou náladu", + "{author} shared a mood with you" : "{author} s vámi sdílel(a) náladu", + "{author} shared a mood with {circles}" : "{author} sdílel(a) náladu s {circles}", + "You shared a mood with {circles}" : "Nasdíleli jste náladu s {circles}", "A social mood is shared" : "Sociální nálada je sdílená", - "mood" : "nálada" + "mood" : "nálada", + "Your mood over the clouds" : "Vaše nálada nad mraky" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); diff --git a/l10n/cs.json b/l10n/cs.json index a47191a..6c4855e 100644 --- a/l10n/cs.json +++ b/l10n/cs.json @@ -2,7 +2,11 @@ "New mood" : "Nová nálada", "Share with ..." : "Sdílet s…", "Share your mood" : "Sdílejte svou náladu", + "{author} shared a mood with you" : "{author} s vámi sdílel(a) náladu", + "{author} shared a mood with {circles}" : "{author} sdílel(a) náladu s {circles}", + "You shared a mood with {circles}" : "Nasdíleli jste náladu s {circles}", "A social mood is shared" : "Sociální nálada je sdílená", - "mood" : "nálada" + "mood" : "nálada", + "Your mood over the clouds" : "Vaše nálada nad mraky" },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" } \ No newline at end of file From 76b6445f0c8ef975326e84005a5c80ec6ad9f250 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Fri, 21 Sep 2018 00:50:32 +0000 Subject: [PATCH 5/9] [tx-robot] updated from transifex --- l10n/cs.js | 3 ++- l10n/cs.json | 3 ++- l10n/nl.js | 3 ++- l10n/nl.json | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/l10n/cs.js b/l10n/cs.js index 8efcaf0..c8ac579 100644 --- a/l10n/cs.js +++ b/l10n/cs.js @@ -9,6 +9,7 @@ OC.L10N.register( "You shared a mood with {circles}" : "Nasdíleli jste náladu s {circles}", "A social mood is shared" : "Sociální nálada je sdílená", "mood" : "nálada", - "Your mood over the clouds" : "Vaše nálada nad mraky" + "Your mood over the clouds" : "Vaše nálada nad mraky", + "**mood** use the **Activity** and **Circles** apps to make the perfect social media tool for your Nextcloud.\n\n💬 With **mood**, you can instantly share a short text with other users on your instance: it can be a status update, a link, an information or anything you want.\nYou don't have to share with everyone: thanks to the **Circles** app, you decide who can see your moods 🔒\n\nIf you want to connect with other instances, you can federate your Circles with them.\nLink your _circles_ with remote clouds and your messages will be broadcast all over the mesh!🚀" : "**nálada** použijte aplikace **Aktivita** a **Okruhy** a vyrobíte skvělý nástroj pro sociální média pro váš Nextcloud.\n\n💬 S **nálada**, můžete okamžitě sdílet krátký text s ostatními uživateli vaší instance: může to být aktualizace stavu, odkaz, informace nebo cokoli chcete.\nNení třeba sdílet se všemi: díky aplikaci **Okruhy**, rozhodujete kdo může vaše nálady vidět 🔒\n\nPokud se chcete spojit s ostatními instancemi, je možné federovat vaše okruhy s nimi.\nPropojte vaše _okruhy_ se vzdálenými cloudy a vaše zprávy budou šířeny přes celý mesh!🚀" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); diff --git a/l10n/cs.json b/l10n/cs.json index 6c4855e..c271426 100644 --- a/l10n/cs.json +++ b/l10n/cs.json @@ -7,6 +7,7 @@ "You shared a mood with {circles}" : "Nasdíleli jste náladu s {circles}", "A social mood is shared" : "Sociální nálada je sdílená", "mood" : "nálada", - "Your mood over the clouds" : "Vaše nálada nad mraky" + "Your mood over the clouds" : "Vaše nálada nad mraky", + "**mood** use the **Activity** and **Circles** apps to make the perfect social media tool for your Nextcloud.\n\n💬 With **mood**, you can instantly share a short text with other users on your instance: it can be a status update, a link, an information or anything you want.\nYou don't have to share with everyone: thanks to the **Circles** app, you decide who can see your moods 🔒\n\nIf you want to connect with other instances, you can federate your Circles with them.\nLink your _circles_ with remote clouds and your messages will be broadcast all over the mesh!🚀" : "**nálada** použijte aplikace **Aktivita** a **Okruhy** a vyrobíte skvělý nástroj pro sociální média pro váš Nextcloud.\n\n💬 S **nálada**, můžete okamžitě sdílet krátký text s ostatními uživateli vaší instance: může to být aktualizace stavu, odkaz, informace nebo cokoli chcete.\nNení třeba sdílet se všemi: díky aplikaci **Okruhy**, rozhodujete kdo může vaše nálady vidět 🔒\n\nPokud se chcete spojit s ostatními instancemi, je možné federovat vaše okruhy s nimi.\nPropojte vaše _okruhy_ se vzdálenými cloudy a vaše zprávy budou šířeny přes celý mesh!🚀" },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" } \ No newline at end of file diff --git a/l10n/nl.js b/l10n/nl.js index 0566bf9..3e4b964 100644 --- a/l10n/nl.js +++ b/l10n/nl.js @@ -9,6 +9,7 @@ OC.L10N.register( "You shared a mood with {circles}" : "Je deelde een stemming met {circles}", "A social mood is shared" : "Een sociale stemming is gedeeld", "mood" : "stemming", - "Your mood over the clouds" : "Je stemming in de clouds" + "Your mood over the clouds" : "Je stemming in de clouds", + "**mood** use the **Activity** and **Circles** apps to make the perfect social media tool for your Nextcloud.\n\n💬 With **mood**, you can instantly share a short text with other users on your instance: it can be a status update, a link, an information or anything you want.\nYou don't have to share with everyone: thanks to the **Circles** app, you decide who can see your moods 🔒\n\nIf you want to connect with other instances, you can federate your Circles with them.\nLink your _circles_ with remote clouds and your messages will be broadcast all over the mesh!🚀" : "**stemming** gebruikt de **Activiteit** en **Kringen** apps om het perfecte social media gereedschap voor je Nextcloud te maken.\n\n💬 Met **stemming**, kun je direct een korte tekst met andere gebruikers op je server delen: dat kan een statusupdate zijn, een link, informatie of wat je maar wilt.\nJe hoeft niet met iedereen te delen: dankzij de **Kringen** app, kun je zelf bepalen met wie je jouw stemmingen wilt delen 🔒\n\nAls je een verbinding wilt maken met andere servers, kunt je je kringen daarmee samenvoegen.\nVerbind je _kringen_ met externe clouds en je berichten worden overal in het netwerk uitgezonden!🚀" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/nl.json b/l10n/nl.json index 822d180..c6694a1 100644 --- a/l10n/nl.json +++ b/l10n/nl.json @@ -7,6 +7,7 @@ "You shared a mood with {circles}" : "Je deelde een stemming met {circles}", "A social mood is shared" : "Een sociale stemming is gedeeld", "mood" : "stemming", - "Your mood over the clouds" : "Je stemming in de clouds" + "Your mood over the clouds" : "Je stemming in de clouds", + "**mood** use the **Activity** and **Circles** apps to make the perfect social media tool for your Nextcloud.\n\n💬 With **mood**, you can instantly share a short text with other users on your instance: it can be a status update, a link, an information or anything you want.\nYou don't have to share with everyone: thanks to the **Circles** app, you decide who can see your moods 🔒\n\nIf you want to connect with other instances, you can federate your Circles with them.\nLink your _circles_ with remote clouds and your messages will be broadcast all over the mesh!🚀" : "**stemming** gebruikt de **Activiteit** en **Kringen** apps om het perfecte social media gereedschap voor je Nextcloud te maken.\n\n💬 Met **stemming**, kun je direct een korte tekst met andere gebruikers op je server delen: dat kan een statusupdate zijn, een link, informatie of wat je maar wilt.\nJe hoeft niet met iedereen te delen: dankzij de **Kringen** app, kun je zelf bepalen met wie je jouw stemmingen wilt delen 🔒\n\nAls je een verbinding wilt maken met andere servers, kunt je je kringen daarmee samenvoegen.\nVerbind je _kringen_ met externe clouds en je berichten worden overal in het netwerk uitgezonden!🚀" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file From a0d371e0ad8b09b85f8b55c7f5f553ff09b34725 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sun, 30 Sep 2018 00:40:27 +0000 Subject: [PATCH 6/9] [tx-robot] updated from transifex --- l10n/af.js | 14 ++++++++++++++ l10n/af.json | 12 ++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 l10n/af.js create mode 100644 l10n/af.json diff --git a/l10n/af.js b/l10n/af.js new file mode 100644 index 0000000..d802a7c --- /dev/null +++ b/l10n/af.js @@ -0,0 +1,14 @@ +OC.L10N.register( + "mood", + { + "New mood" : "Nuwe stemming", + "Share with ..." : "Deel met …", + "Share your mood" : "Deel u stemming", + "{author} shared a mood with you" : "{author} het ’n stemming met u gedeel", + "{author} shared a mood with {circles}" : "{author} het ’n stemming met {circles} gedeel", + "You shared a mood with {circles}" : "U het ’n stemming met {circles} gedeel", + "A social mood is shared" : "’n Sosiale stemming is gedeel", + "mood" : "stemming", + "Your mood over the clouds" : "U stemming in die wolke" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/af.json b/l10n/af.json new file mode 100644 index 0000000..a9914b1 --- /dev/null +++ b/l10n/af.json @@ -0,0 +1,12 @@ +{ "translations": { + "New mood" : "Nuwe stemming", + "Share with ..." : "Deel met …", + "Share your mood" : "Deel u stemming", + "{author} shared a mood with you" : "{author} het ’n stemming met u gedeel", + "{author} shared a mood with {circles}" : "{author} het ’n stemming met {circles} gedeel", + "You shared a mood with {circles}" : "U het ’n stemming met {circles} gedeel", + "A social mood is shared" : "’n Sosiale stemming is gedeel", + "mood" : "stemming", + "Your mood over the clouds" : "U stemming in die wolke" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file From 53f4379cfe2645932f58e24ade69d7a6d62391c0 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sun, 7 Oct 2018 00:41:48 +0000 Subject: [PATCH 7/9] [tx-robot] updated from transifex --- l10n/de.js | 2 +- l10n/de.json | 2 +- l10n/de_DE.js | 2 +- l10n/de_DE.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/l10n/de.js b/l10n/de.js index f65d06d..4c19df2 100644 --- a/l10n/de.js +++ b/l10n/de.js @@ -10,6 +10,6 @@ OC.L10N.register( "A social mood is shared" : "Eine Stimmung wurde geteilt", "mood" : "Stimmung", "Your mood over the clouds" : "Deine Stimmung über den Wolken", - "**mood** use the **Activity** and **Circles** apps to make the perfect social media tool for your Nextcloud.\n\n💬 With **mood**, you can instantly share a short text with other users on your instance: it can be a status update, a link, an information or anything you want.\nYou don't have to share with everyone: thanks to the **Circles** app, you decide who can see your moods 🔒\n\nIf you want to connect with other instances, you can federate your Circles with them.\nLink your _circles_ with remote clouds and your messages will be broadcast all over the mesh!🚀" : "**mood** nutzt die Apps **Activity** und **Circles** um das perfekte Social-Media-Werkzeug für Deine Nextcloud zu sein.\n\n💬 Mit **mood** kannst Du sofort einen kurzen Text mit den anderen Benutzern Deiner Nextcloud teilen. Dies kann eine Statusaktualisierung, ein Link, eine Information oder etwas anderes sein.\nDu musst nichts mit allen teilen, denn Dank der **Circles**-App entscheidest Du, wer Deine Stimmungen sehen kann 🔒\n\nWenn Du Dich mit anderen Nextclouds verbinden willst, dann kannst Du Deine Kreise (Circles) via Federated verbinden.\nVerbinde Deine _Kreise_ mit entfernten Clouds und Deine Nachrichten gehen als Rundruf duch das Netz!🚀" + "**mood** use the **Activity** and **Circles** apps to make the perfect social media tool for your Nextcloud.\n\n💬 With **mood**, you can instantly share a short text with other users on your instance: it can be a status update, a link, an information or anything you want.\nYou don't have to share with everyone: thanks to the **Circles** app, you decide who can see your moods 🔒\n\nIf you want to connect with other instances, you can federate your Circles with them.\nLink your _circles_ with remote clouds and your messages will be broadcast all over the mesh!🚀" : "**mood** nutzt die Apps **Activity** und **Circles** um das perfekte Social-Media-Werkzeug für Deine Nextcloud zu sein.\n\n💬 Mit **mood** kannst Du sofort einen kurzen Text mit den anderen Benutzern Deiner Nextcloud teilen. Dies kann eine Statusaktualisierung, ein Link, eine Information oder etwas anderes sein.\nDu musst nichts mit allen teilen, denn Dank der **Circles**-App entscheidest Du, wer Deine Stimmungen sehen kann 🔒\n\nWenn Du Dich mit anderen Nextclouds verbinden willst, dann kannst Du Deine Kreise (Circles) via Federated verbinden.\nVerbinde Deine _Kreise_ mit externen Clouds und Deine Nachrichten gehen als Rundruf duch das Netz!🚀" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/de.json b/l10n/de.json index 963563f..06ac6ac 100644 --- a/l10n/de.json +++ b/l10n/de.json @@ -8,6 +8,6 @@ "A social mood is shared" : "Eine Stimmung wurde geteilt", "mood" : "Stimmung", "Your mood over the clouds" : "Deine Stimmung über den Wolken", - "**mood** use the **Activity** and **Circles** apps to make the perfect social media tool for your Nextcloud.\n\n💬 With **mood**, you can instantly share a short text with other users on your instance: it can be a status update, a link, an information or anything you want.\nYou don't have to share with everyone: thanks to the **Circles** app, you decide who can see your moods 🔒\n\nIf you want to connect with other instances, you can federate your Circles with them.\nLink your _circles_ with remote clouds and your messages will be broadcast all over the mesh!🚀" : "**mood** nutzt die Apps **Activity** und **Circles** um das perfekte Social-Media-Werkzeug für Deine Nextcloud zu sein.\n\n💬 Mit **mood** kannst Du sofort einen kurzen Text mit den anderen Benutzern Deiner Nextcloud teilen. Dies kann eine Statusaktualisierung, ein Link, eine Information oder etwas anderes sein.\nDu musst nichts mit allen teilen, denn Dank der **Circles**-App entscheidest Du, wer Deine Stimmungen sehen kann 🔒\n\nWenn Du Dich mit anderen Nextclouds verbinden willst, dann kannst Du Deine Kreise (Circles) via Federated verbinden.\nVerbinde Deine _Kreise_ mit entfernten Clouds und Deine Nachrichten gehen als Rundruf duch das Netz!🚀" + "**mood** use the **Activity** and **Circles** apps to make the perfect social media tool for your Nextcloud.\n\n💬 With **mood**, you can instantly share a short text with other users on your instance: it can be a status update, a link, an information or anything you want.\nYou don't have to share with everyone: thanks to the **Circles** app, you decide who can see your moods 🔒\n\nIf you want to connect with other instances, you can federate your Circles with them.\nLink your _circles_ with remote clouds and your messages will be broadcast all over the mesh!🚀" : "**mood** nutzt die Apps **Activity** und **Circles** um das perfekte Social-Media-Werkzeug für Deine Nextcloud zu sein.\n\n💬 Mit **mood** kannst Du sofort einen kurzen Text mit den anderen Benutzern Deiner Nextcloud teilen. Dies kann eine Statusaktualisierung, ein Link, eine Information oder etwas anderes sein.\nDu musst nichts mit allen teilen, denn Dank der **Circles**-App entscheidest Du, wer Deine Stimmungen sehen kann 🔒\n\nWenn Du Dich mit anderen Nextclouds verbinden willst, dann kannst Du Deine Kreise (Circles) via Federated verbinden.\nVerbinde Deine _Kreise_ mit externen Clouds und Deine Nachrichten gehen als Rundruf duch das Netz!🚀" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/de_DE.js b/l10n/de_DE.js index a847146..d440791 100644 --- a/l10n/de_DE.js +++ b/l10n/de_DE.js @@ -10,6 +10,6 @@ OC.L10N.register( "A social mood is shared" : "Eine Stimmung wurde geteilt", "mood" : "Stimmung", "Your mood over the clouds" : "Deine Stimmung über den Wolken", - "**mood** use the **Activity** and **Circles** apps to make the perfect social media tool for your Nextcloud.\n\n💬 With **mood**, you can instantly share a short text with other users on your instance: it can be a status update, a link, an information or anything you want.\nYou don't have to share with everyone: thanks to the **Circles** app, you decide who can see your moods 🔒\n\nIf you want to connect with other instances, you can federate your Circles with them.\nLink your _circles_ with remote clouds and your messages will be broadcast all over the mesh!🚀" : "**mood** nutzt die Apps **Activity** und **Circles** um das perfekte Social-Media-Werkzeug für Ihre Nextcloud zu sein.\n\n💬 Mit **mood** können Sie sofort einen kurzen Text mit den anderen Benutzern Ihrer Nextcloud teilen. Dies kann eine Statusaktualisierung, ein Link, eine Information oder etwas anderes sein.\nSie müssen nichts mit allen teilen, denn Dank der **Circles**-App entscheiden Sie, wer Ihre Stimmungen sehen kann 🔒\n\nWenn Sie sich mit anderen Nextclouds verbinden möchten, dann können Sie Ihre Kreise (Circles) via Federated verbinden.\nVerbinden Sie Ihre _Kreise_ mit entfernten Clouds und Ihre Nachrichten gehen als Rundruf duch das Netz!🚀" + "**mood** use the **Activity** and **Circles** apps to make the perfect social media tool for your Nextcloud.\n\n💬 With **mood**, you can instantly share a short text with other users on your instance: it can be a status update, a link, an information or anything you want.\nYou don't have to share with everyone: thanks to the **Circles** app, you decide who can see your moods 🔒\n\nIf you want to connect with other instances, you can federate your Circles with them.\nLink your _circles_ with remote clouds and your messages will be broadcast all over the mesh!🚀" : "**mood** nutzt die Apps **Activity** und **Circles** um das perfekte Social-Media-Werkzeug für Ihre Nextcloud zu sein.\n\n💬 Mit **mood** können Sie sofort einen kurzen Text mit den anderen Benutzern Ihrer Nextcloud teilen. Dies kann eine Statusaktualisierung, ein Link, eine Information oder etwas anderes sein.\nSie müssen nichts mit allen teilen, denn Dank der **Circles**-App entscheiden Sie, wer Ihre Stimmungen sehen kann 🔒\n\nWenn Sie sich mit anderen Nextclouds verbinden möchten, dann können Sie Ihre Kreise (Circles) via Federated verbinden.\nVerbinden Sie Ihre _Kreise_ mit externe Clouds und Ihre Nachrichten gehen als Rundruf duch das Netz!🚀" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/de_DE.json b/l10n/de_DE.json index b71e0d3..2c23e3e 100644 --- a/l10n/de_DE.json +++ b/l10n/de_DE.json @@ -8,6 +8,6 @@ "A social mood is shared" : "Eine Stimmung wurde geteilt", "mood" : "Stimmung", "Your mood over the clouds" : "Deine Stimmung über den Wolken", - "**mood** use the **Activity** and **Circles** apps to make the perfect social media tool for your Nextcloud.\n\n💬 With **mood**, you can instantly share a short text with other users on your instance: it can be a status update, a link, an information or anything you want.\nYou don't have to share with everyone: thanks to the **Circles** app, you decide who can see your moods 🔒\n\nIf you want to connect with other instances, you can federate your Circles with them.\nLink your _circles_ with remote clouds and your messages will be broadcast all over the mesh!🚀" : "**mood** nutzt die Apps **Activity** und **Circles** um das perfekte Social-Media-Werkzeug für Ihre Nextcloud zu sein.\n\n💬 Mit **mood** können Sie sofort einen kurzen Text mit den anderen Benutzern Ihrer Nextcloud teilen. Dies kann eine Statusaktualisierung, ein Link, eine Information oder etwas anderes sein.\nSie müssen nichts mit allen teilen, denn Dank der **Circles**-App entscheiden Sie, wer Ihre Stimmungen sehen kann 🔒\n\nWenn Sie sich mit anderen Nextclouds verbinden möchten, dann können Sie Ihre Kreise (Circles) via Federated verbinden.\nVerbinden Sie Ihre _Kreise_ mit entfernten Clouds und Ihre Nachrichten gehen als Rundruf duch das Netz!🚀" + "**mood** use the **Activity** and **Circles** apps to make the perfect social media tool for your Nextcloud.\n\n💬 With **mood**, you can instantly share a short text with other users on your instance: it can be a status update, a link, an information or anything you want.\nYou don't have to share with everyone: thanks to the **Circles** app, you decide who can see your moods 🔒\n\nIf you want to connect with other instances, you can federate your Circles with them.\nLink your _circles_ with remote clouds and your messages will be broadcast all over the mesh!🚀" : "**mood** nutzt die Apps **Activity** und **Circles** um das perfekte Social-Media-Werkzeug für Ihre Nextcloud zu sein.\n\n💬 Mit **mood** können Sie sofort einen kurzen Text mit den anderen Benutzern Ihrer Nextcloud teilen. Dies kann eine Statusaktualisierung, ein Link, eine Information oder etwas anderes sein.\nSie müssen nichts mit allen teilen, denn Dank der **Circles**-App entscheiden Sie, wer Ihre Stimmungen sehen kann 🔒\n\nWenn Sie sich mit anderen Nextclouds verbinden möchten, dann können Sie Ihre Kreise (Circles) via Federated verbinden.\nVerbinden Sie Ihre _Kreise_ mit externe Clouds und Ihre Nachrichten gehen als Rundruf duch das Netz!🚀" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file From f2ed11719eba6bbd91101fb72bc667f02b86c8d7 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Wed, 17 Oct 2018 00:35:19 +0000 Subject: [PATCH 8/9] [tx-robot] updated from transifex --- l10n/hu.js | 9 +++++++++ l10n/hu.json | 7 +++++++ 2 files changed, 16 insertions(+) create mode 100644 l10n/hu.js create mode 100644 l10n/hu.json diff --git a/l10n/hu.js b/l10n/hu.js new file mode 100644 index 0000000..6ec91e2 --- /dev/null +++ b/l10n/hu.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "mood", + { + "New mood" : "Új hangulat", + "Share with ..." : "Megosztás...", + "Share your mood" : "Hangulatod megosztása", + "mood" : "hangulat" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/hu.json b/l10n/hu.json new file mode 100644 index 0000000..b3a45b8 --- /dev/null +++ b/l10n/hu.json @@ -0,0 +1,7 @@ +{ "translations": { + "New mood" : "Új hangulat", + "Share with ..." : "Megosztás...", + "Share your mood" : "Hangulatod megosztása", + "mood" : "hangulat" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file From fdc14139a9586e5796248dddf08143ae0f2109d8 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Tue, 23 Oct 2018 00:35:43 +0000 Subject: [PATCH 9/9] [tx-robot] updated from transifex --- l10n/tr.js | 2 +- l10n/tr.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/l10n/tr.js b/l10n/tr.js index f114d80..3d197c4 100644 --- a/l10n/tr.js +++ b/l10n/tr.js @@ -10,6 +10,6 @@ OC.L10N.register( "A social mood is shared" : "Bir sosyal duygu paylaşıldı", "mood" : "duygu", "Your mood over the clouds" : "Duygularınız bulutların üzerinde", - "**mood** use the **Activity** and **Circles** apps to make the perfect social media tool for your Nextcloud.\n\n💬 With **mood**, you can instantly share a short text with other users on your instance: it can be a status update, a link, an information or anything you want.\nYou don't have to share with everyone: thanks to the **Circles** app, you decide who can see your moods 🔒\n\nIf you want to connect with other instances, you can federate your Circles with them.\nLink your _circles_ with remote clouds and your messages will be broadcast all over the mesh!🚀" : "**Duygular** özelliği, **Etkinlikler** ve **Çevreler** uygulamalarını kullanarak Nextcloud için kusursuz bir sosyal ağ uygulaması oluşturur.\n\n💬 **Duygular** ile diğer kullanıcılar ile anlık kısa iletiler paylaşabilirsiniz: Bu bir durum güncellemesi, bir bağlantı paylaşımı, bir bilgi ya da istediğiniz herhangi bir şey olabilir.\n**Çevreler** uygulaması sayesinde bu paylaşımları herkesin değil yalnız sizin seçtiğiniz kullanıcılar tarafından görülmesini sağlayabilirsiniz 🔒\n\nBaşka sunucular ile bağlantı kurmak isterseniz Çevrelerinizi birleştirebilirsiniz.\nÇevrelerinizi uzak bulutlar ile bağladığınızda iletileriniz tüm ağ üzerine gönderilir!🚀" + "**mood** use the **Activity** and **Circles** apps to make the perfect social media tool for your Nextcloud.\n\n💬 With **mood**, you can instantly share a short text with other users on your instance: it can be a status update, a link, an information or anything you want.\nYou don't have to share with everyone: thanks to the **Circles** app, you decide who can see your moods 🔒\n\nIf you want to connect with other instances, you can federate your Circles with them.\nLink your _circles_ with remote clouds and your messages will be broadcast all over the mesh!🚀" : "**Duygular** özelliği, **İşlemler** ve **Çevreler** uygulamalarını kullanarak Nextcloud için kusursuz bir sosyal ağ uygulaması oluşturur.\n\n💬 **Duygular** ile diğer kullanıcılar ile anlık kısa iletiler paylaşabilirsiniz: Bu bir durum güncellemesi, bir bağlantı paylaşımı, bir bilgi ya da istediğiniz herhangi bir şey olabilir.\n**Çevreler** uygulaması sayesinde bu paylaşımları herkesin değil yalnız sizin seçtiğiniz kullanıcılar tarafından görülmesini sağlayabilirsiniz 🔒\n\nBaşka sunucular ile bağlantı kurmak isterseniz Çevrelerinizi birleştirebilirsiniz.\nÇevrelerinizi uzak bulutlar ile bağladığınızda iletileriniz tüm ağ üzerine gönderilir!🚀" }, "nplurals=2; plural=(n > 1);"); diff --git a/l10n/tr.json b/l10n/tr.json index 231a8ee..ad335d1 100644 --- a/l10n/tr.json +++ b/l10n/tr.json @@ -8,6 +8,6 @@ "A social mood is shared" : "Bir sosyal duygu paylaşıldı", "mood" : "duygu", "Your mood over the clouds" : "Duygularınız bulutların üzerinde", - "**mood** use the **Activity** and **Circles** apps to make the perfect social media tool for your Nextcloud.\n\n💬 With **mood**, you can instantly share a short text with other users on your instance: it can be a status update, a link, an information or anything you want.\nYou don't have to share with everyone: thanks to the **Circles** app, you decide who can see your moods 🔒\n\nIf you want to connect with other instances, you can federate your Circles with them.\nLink your _circles_ with remote clouds and your messages will be broadcast all over the mesh!🚀" : "**Duygular** özelliği, **Etkinlikler** ve **Çevreler** uygulamalarını kullanarak Nextcloud için kusursuz bir sosyal ağ uygulaması oluşturur.\n\n💬 **Duygular** ile diğer kullanıcılar ile anlık kısa iletiler paylaşabilirsiniz: Bu bir durum güncellemesi, bir bağlantı paylaşımı, bir bilgi ya da istediğiniz herhangi bir şey olabilir.\n**Çevreler** uygulaması sayesinde bu paylaşımları herkesin değil yalnız sizin seçtiğiniz kullanıcılar tarafından görülmesini sağlayabilirsiniz 🔒\n\nBaşka sunucular ile bağlantı kurmak isterseniz Çevrelerinizi birleştirebilirsiniz.\nÇevrelerinizi uzak bulutlar ile bağladığınızda iletileriniz tüm ağ üzerine gönderilir!🚀" + "**mood** use the **Activity** and **Circles** apps to make the perfect social media tool for your Nextcloud.\n\n💬 With **mood**, you can instantly share a short text with other users on your instance: it can be a status update, a link, an information or anything you want.\nYou don't have to share with everyone: thanks to the **Circles** app, you decide who can see your moods 🔒\n\nIf you want to connect with other instances, you can federate your Circles with them.\nLink your _circles_ with remote clouds and your messages will be broadcast all over the mesh!🚀" : "**Duygular** özelliği, **İşlemler** ve **Çevreler** uygulamalarını kullanarak Nextcloud için kusursuz bir sosyal ağ uygulaması oluşturur.\n\n💬 **Duygular** ile diğer kullanıcılar ile anlık kısa iletiler paylaşabilirsiniz: Bu bir durum güncellemesi, bir bağlantı paylaşımı, bir bilgi ya da istediğiniz herhangi bir şey olabilir.\n**Çevreler** uygulaması sayesinde bu paylaşımları herkesin değil yalnız sizin seçtiğiniz kullanıcılar tarafından görülmesini sağlayabilirsiniz 🔒\n\nBaşka sunucular ile bağlantı kurmak isterseniz Çevrelerinizi birleştirebilirsiniz.\nÇevrelerinizi uzak bulutlar ile bağladığınızda iletileriniz tüm ağ üzerine gönderilir!🚀" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file