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
diff --git a/l10n/cs.js b/l10n/cs.js
index dde3bd5..c8ac579 100644
--- a/l10n/cs.js
+++ b/l10n/cs.js
@@ -4,6 +4,12 @@ OC.L10N.register(
"New mood" : "Nová nálada",
"Share with ..." : "Sdílet s…",
"Share your mood" : "Sdílejte svou náladu",
- "mood" : "nálada"
+ "{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",
+ "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 42fd561..c271426 100644
--- a/l10n/cs.json
+++ b/l10n/cs.json
@@ -2,6 +2,12 @@
"New mood" : "Nová nálada",
"Share with ..." : "Sdílet s…",
"Share your mood" : "Sdílejte svou náladu",
- "mood" : "nálada"
+ "{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",
+ "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/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
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
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
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
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
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