[tx-robot] updated from transifex

pull/839/head
Nextcloud bot 2019-12-22 03:42:00 +00:00
rodzic 6f4ec6aec9
commit cccd3d7c3e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 130DAB86D3FB356C
128 zmienionych plików z 1926 dodań i 10 usunięć

12
l10n/af.js 100644
Wyświetl plik

@ -0,0 +1,12 @@
OC.L10N.register(
"social",
{
"Open documentation" : "Open dokumentasie",
"Finish setup" : "Voltooi opstelling",
"Home" : "Tuis",
"Notifications" : "Kennisgewings",
"Reply" : "Antwoord",
"Close" : "Sluit",
"Continue" : "Gaan voort"
},
"nplurals=2; plural=(n != 1);");

10
l10n/af.json 100644
Wyświetl plik

@ -0,0 +1,10 @@
{ "translations": {
"Open documentation" : "Open dokumentasie",
"Finish setup" : "Voltooi opstelling",
"Home" : "Tuis",
"Notifications" : "Kennisgewings",
"Reply" : "Antwoord",
"Close" : "Sluit",
"Continue" : "Gaan voort"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

Wyświetl plik

@ -1,20 +1,43 @@
OC.L10N.register(
"social",
{
"Social" : "الإجتماعي",
"Open documentation" : "فتح الدليل",
"Finish setup" : "إنهاء الإعداد",
"Home" : "الرئيسية",
"Direct messages" : "الرسائل المباشرة",
"Notifications" : "الإشعارات",
"Profile" : "الملف الشخصي",
"Local timeline" : "الخيط المحلي",
"Global timeline" : "الخيط العام",
"Following" : "يتابِع",
"Public" : "للعامة",
"Unlisted" : "غير مدرج",
"Do not post to public timelines" : "لا تنشره على الخيوط العامة",
"Followers" : "المتابِعون",
"Post to followers only" : "انشر لمتابِعيك فقط",
"Direct" : "مباشر",
"Post to mentioned users only" : "أنشر فقط إلى المستخدمين المذكورين",
"Unfollow" : "إلغاء المتابعة",
"Follow" : "تابع",
"posts" : "منشورات",
"following" : "يتابِع",
"followers" : "متابِعون",
"No results found" : "دون أية نتيجة",
"Searching for" : "البحث عن",
"No posts found" : "لم يتم العثور على منشورات",
"No direct messages found" : "لم يُعثَر على أية رسائل مباشرة",
"Posts directed to you will show up here" : "سوف تظهر هنا المنشورات التي ستتلقاها",
"No local posts found" : "لم يتم العثور على منشورات محلية",
"Reply" : "رد",
"More actions" : "إجراءات أخرى",
"Delete post" : "احذف المنشور",
"Hello" : "أهلا",
"You are following this account" : "إنك تتابع هذا الحساب",
"Close" : "إغلاق",
"Continue" : "المتابعة"
"You are going to follow:" : "إنك بصدد متابعة:",
"Continue" : "المتابعة",
"User not found" : "لم يتم العثور على المستخدم",
"Follow Nextcloud on mastodon.xyz" : "تابع Nextcloud على mastodon.xyz"
},
"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;");

Wyświetl plik

@ -1,18 +1,41 @@
{ "translations": {
"Social" : "الإجتماعي",
"Open documentation" : "فتح الدليل",
"Finish setup" : "إنهاء الإعداد",
"Home" : "الرئيسية",
"Direct messages" : "الرسائل المباشرة",
"Notifications" : "الإشعارات",
"Profile" : "الملف الشخصي",
"Local timeline" : "الخيط المحلي",
"Global timeline" : "الخيط العام",
"Following" : "يتابِع",
"Public" : "للعامة",
"Unlisted" : "غير مدرج",
"Do not post to public timelines" : "لا تنشره على الخيوط العامة",
"Followers" : "المتابِعون",
"Post to followers only" : "انشر لمتابِعيك فقط",
"Direct" : "مباشر",
"Post to mentioned users only" : "أنشر فقط إلى المستخدمين المذكورين",
"Unfollow" : "إلغاء المتابعة",
"Follow" : "تابع",
"posts" : "منشورات",
"following" : "يتابِع",
"followers" : "متابِعون",
"No results found" : "دون أية نتيجة",
"Searching for" : "البحث عن",
"No posts found" : "لم يتم العثور على منشورات",
"No direct messages found" : "لم يُعثَر على أية رسائل مباشرة",
"Posts directed to you will show up here" : "سوف تظهر هنا المنشورات التي ستتلقاها",
"No local posts found" : "لم يتم العثور على منشورات محلية",
"Reply" : "رد",
"More actions" : "إجراءات أخرى",
"Delete post" : "احذف المنشور",
"Hello" : "أهلا",
"You are following this account" : "إنك تتابع هذا الحساب",
"Close" : "إغلاق",
"Continue" : "المتابعة"
"You are going to follow:" : "إنك بصدد متابعة:",
"Continue" : "المتابعة",
"User not found" : "لم يتم العثور على المستخدم",
"Follow Nextcloud on mastodon.xyz" : "تابع Nextcloud على mastodon.xyz"
},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"
}

13
l10n/ast.js 100644
Wyświetl plik

@ -0,0 +1,13 @@
OC.L10N.register(
"social",
{
"Open documentation" : "Abrir documentación",
"Finish setup" : "Finar la configuración ",
"Home" : "Aniciu",
"Notifications" : "Notificaciones",
"Reply" : "Rempuesta",
"More actions" : "Más aiciones",
"Close" : "Zarrar",
"Continue" : "Siguir"
},
"nplurals=2; plural=(n != 1);");

11
l10n/ast.json 100644
Wyświetl plik

@ -0,0 +1,11 @@
{ "translations": {
"Open documentation" : "Abrir documentación",
"Finish setup" : "Finar la configuración ",
"Home" : "Aniciu",
"Notifications" : "Notificaciones",
"Reply" : "Rempuesta",
"More actions" : "Más aiciones",
"Close" : "Zarrar",
"Continue" : "Siguir"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

10
l10n/az.js 100644
Wyświetl plik

@ -0,0 +1,10 @@
OC.L10N.register(
"social",
{
"Open documentation" : "Sənədləri aç",
"Home" : "Ev",
"Notifications" : "Xəbərdarlıqlar",
"Reply" : "Cavab",
"Close" : "Bağla"
},
"nplurals=2; plural=(n != 1);");

8
l10n/az.json 100644
Wyświetl plik

@ -0,0 +1,8 @@
{ "translations": {
"Open documentation" : "Sənədləri aç",
"Home" : "Ev",
"Notifications" : "Xəbərdarlıqlar",
"Reply" : "Cavab",
"Close" : "Bağla"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

53
l10n/bg.js 100644
Wyświetl plik

@ -0,0 +1,53 @@
OC.L10N.register(
"social",
{
"Social" : "Social",
"🎉 Nextcloud becomes part of the federated social networks!" : "🎉 Nextcloud е вече част от федерираните социални мрежи!",
"** Disclaimer: this is an ALPHA version **\n\n**🎉 Nextcloud becomes part of the federated social networks!**\n\n**🙋 Find your friends:** No matter if they use Nextcloud, 🐘 Mastodon, 🇫 Friendica, and soon ✱ Diaspora, 👹 MediaGoblin and more – you can follow them!\n\n**📜 Profile info:** No need to fill out more profiles – your info from Nextcloud will be used and extended.\n\n**👐 Own your posts:** Everything you post stays on your Nextcloud!\n\n**🕸 Open standards:** We use the established ActivityPub standard!" : "** Внимание: това е ALPHA версия **\n\n**🎉 Nextcloud става част от федерираните социални мрежи!**\n\n**🙋 Намери своите приятели:** Без значение дали те използват Nextcloud, 🐘 Mastodon, 🇫 Friendica, и скоро ✱ Diaspora, 👹 MediaGoblin и други – ти ще можеш да ги последваш !\n\n**📜 Профилна информация :** Не е нужно да регистрираш още профили – информацията от твоят Nextcloud профил може да бъде използвана и допълнена.\n\n**👐 Бъди собственик на твоите публикации:** Всичко което публикуваш се съхранява в твоят Nextcloud!\n\n**🕸 Отворени стандарти:** Ние използвамем утвърденият стандарт ActivityPub!",
"Open documentation" : "Отвори документацията",
"Social app setup" : "Social инсталация на апликацията",
"ActivityPub requires a fixed URL to make entries unique. Note that this can not be changed later without resetting the Social app." : "ActivityPub изисква постояннен URL, за да може да генерира еднозначни имена. Ако желаете да промените постоянният URL е нужно след това да нулирате апликацията Social.",
"ActivityPub URL base" : "ActivityPub URL base",
"Finish setup" : "Завърши инсталацията.",
"The Social app needs to be set up by the server administrator." : "Апликацията Social е нужно да бъде инсталирана от администратора на сървъра.",
"Home" : "Начало",
"Direct messages" : "Директни съобщения",
"Notifications" : "Известия",
"Profile" : "Профил",
"Local timeline" : "Локален таймлайн",
"Global timeline" : "Глобален таимлайн",
"Following" : "Последователи",
"Post publicly" : "Публикувай ",
"Post to followers" : "Публикувай за последователите ти",
"Post to recipients" : "Публикувах за получателите",
"Public" : "Публично",
"Followers" : "Последователи",
"Post to followers only" : "Публикувай само за последователите ти",
"Direct" : "Директно",
"Post to mentioned users only" : "Публикувай само към споменатите потребители",
"Unfollow" : "Не следвай",
"Follow" : "Последвай",
"posts" : "Публикации",
"following" : "последователи",
"followers" : "Последователи",
"Searching for" : "Търсене за",
"No posts found" : "Не са открити публикации",
"Posts from people you follow will show up here" : "Публикации от хора, които следваш ще откриеш тук",
"No direct messages found" : "Не са открите директни съобщения",
"Posts directed to you will show up here" : "Публикации директно за теб, ще бъдат публикувани тук.",
"No local posts found" : "Не са открите локални публикации",
"Posts from other people on this instance will show up here" : "Публикации от други хора на тази инстанция ще откриеш тук.",
"No global posts found" : "Не са открити глобални публикации",
"Posts from federated instances will show up here" : "Публикации от федерирани инстанции могат да бъдат открити тук",
"Reply" : "Отговори",
"More actions" : "Още действия",
"Close" : "Затваряне",
"Continue" : "Продължаване",
"User not found" : "Потребителят не е открит",
"Sorry, we could not find the account of {userId}" : "Профилът на \"{userId}\" не може да бъде намерен",
"Nextcloud becomes part of the federated social networks!" : "Nextcloud е вече част от федерираните социални мрежи!",
"We automatically created a Social account for you. Your Social ID is the same as your federated cloud ID:" : "За вас създадохме, автоматично, социален профил. Вашият Social ID идентичен с Federated Cloud ID:",
"Since you are new to Social, start by following the official Nextcloud account so you don't miss any news" : "Понеже си нов потребител в Social, последвай официялният акаунт на Nextcloud account, за да не пропуснеш новини от развитието на проекта",
"Follow Nextcloud on mastodon.xyz" : "Следвайте Nextcloud в mastodon.xyz"
},
"nplurals=2; plural=(n != 1);");

51
l10n/bg.json 100644
Wyświetl plik

@ -0,0 +1,51 @@
{ "translations": {
"Social" : "Social",
"🎉 Nextcloud becomes part of the federated social networks!" : "🎉 Nextcloud е вече част от федерираните социални мрежи!",
"** Disclaimer: this is an ALPHA version **\n\n**🎉 Nextcloud becomes part of the federated social networks!**\n\n**🙋 Find your friends:** No matter if they use Nextcloud, 🐘 Mastodon, 🇫 Friendica, and soon ✱ Diaspora, 👹 MediaGoblin and more – you can follow them!\n\n**📜 Profile info:** No need to fill out more profiles – your info from Nextcloud will be used and extended.\n\n**👐 Own your posts:** Everything you post stays on your Nextcloud!\n\n**🕸 Open standards:** We use the established ActivityPub standard!" : "** Внимание: това е ALPHA версия **\n\n**🎉 Nextcloud става част от федерираните социални мрежи!**\n\n**🙋 Намери своите приятели:** Без значение дали те използват Nextcloud, 🐘 Mastodon, 🇫 Friendica, и скоро ✱ Diaspora, 👹 MediaGoblin и други – ти ще можеш да ги последваш !\n\n**📜 Профилна информация :** Не е нужно да регистрираш още профили – информацията от твоят Nextcloud профил може да бъде използвана и допълнена.\n\n**👐 Бъди собственик на твоите публикации:** Всичко което публикуваш се съхранява в твоят Nextcloud!\n\n**🕸 Отворени стандарти:** Ние използвамем утвърденият стандарт ActivityPub!",
"Open documentation" : "Отвори документацията",
"Social app setup" : "Social инсталация на апликацията",
"ActivityPub requires a fixed URL to make entries unique. Note that this can not be changed later without resetting the Social app." : "ActivityPub изисква постояннен URL, за да може да генерира еднозначни имена. Ако желаете да промените постоянният URL е нужно след това да нулирате апликацията Social.",
"ActivityPub URL base" : "ActivityPub URL base",
"Finish setup" : "Завърши инсталацията.",
"The Social app needs to be set up by the server administrator." : "Апликацията Social е нужно да бъде инсталирана от администратора на сървъра.",
"Home" : "Начало",
"Direct messages" : "Директни съобщения",
"Notifications" : "Известия",
"Profile" : "Профил",
"Local timeline" : "Локален таймлайн",
"Global timeline" : "Глобален таимлайн",
"Following" : "Последователи",
"Post publicly" : "Публикувай ",
"Post to followers" : "Публикувай за последователите ти",
"Post to recipients" : "Публикувах за получателите",
"Public" : "Публично",
"Followers" : "Последователи",
"Post to followers only" : "Публикувай само за последователите ти",
"Direct" : "Директно",
"Post to mentioned users only" : "Публикувай само към споменатите потребители",
"Unfollow" : "Не следвай",
"Follow" : "Последвай",
"posts" : "Публикации",
"following" : "последователи",
"followers" : "Последователи",
"Searching for" : "Търсене за",
"No posts found" : "Не са открити публикации",
"Posts from people you follow will show up here" : "Публикации от хора, които следваш ще откриеш тук",
"No direct messages found" : "Не са открите директни съобщения",
"Posts directed to you will show up here" : "Публикации директно за теб, ще бъдат публикувани тук.",
"No local posts found" : "Не са открите локални публикации",
"Posts from other people on this instance will show up here" : "Публикации от други хора на тази инстанция ще откриеш тук.",
"No global posts found" : "Не са открити глобални публикации",
"Posts from federated instances will show up here" : "Публикации от федерирани инстанции могат да бъдат открити тук",
"Reply" : "Отговори",
"More actions" : "Още действия",
"Close" : "Затваряне",
"Continue" : "Продължаване",
"User not found" : "Потребителят не е открит",
"Sorry, we could not find the account of {userId}" : "Профилът на \"{userId}\" не може да бъде намерен",
"Nextcloud becomes part of the federated social networks!" : "Nextcloud е вече част от федерираните социални мрежи!",
"We automatically created a Social account for you. Your Social ID is the same as your federated cloud ID:" : "За вас създадохме, автоматично, социален профил. Вашият Social ID идентичен с Federated Cloud ID:",
"Since you are new to Social, start by following the official Nextcloud account so you don't miss any news" : "Понеже си нов потребител в Social, последвай официялният акаунт на Nextcloud account, за да не пропуснеш новини от развитието на проекта",
"Follow Nextcloud on mastodon.xyz" : "Следвайте Nextcloud в mastodon.xyz"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

11
l10n/bn_BD.js 100644
Wyświetl plik

@ -0,0 +1,11 @@
OC.L10N.register(
"social",
{
"Finish setup" : "সেটআপ সুসম্পন্ন কর",
"Home" : "নিবাস",
"Notifications" : "বার্তাসমূহ",
"Reply" : "জবাব",
"Close" : "বন্ধ",
"Continue" : "চালিয়ে যাও"
},
"nplurals=2; plural=(n != 1);");

9
l10n/bn_BD.json 100644
Wyświetl plik

@ -0,0 +1,9 @@
{ "translations": {
"Finish setup" : "সেটআপ সুসম্পন্ন কর",
"Home" : "নিবাস",
"Notifications" : "বার্তাসমূহ",
"Reply" : "জবাব",
"Close" : "বন্ধ",
"Continue" : "চালিয়ে যাও"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

11
l10n/bs.js 100644
Wyświetl plik

@ -0,0 +1,11 @@
OC.L10N.register(
"social",
{
"Finish setup" : "Završite postavke",
"Home" : "Početna stranica",
"Notifications" : "Notifikacija",
"Public" : "Javno",
"Close" : "Zatvori",
"Continue" : "Nastavi"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");

9
l10n/bs.json 100644
Wyświetl plik

@ -0,0 +1,9 @@
{ "translations": {
"Finish setup" : "Završite postavke",
"Home" : "Početna stranica",
"Notifications" : "Notifikacija",
"Public" : "Javno",
"Close" : "Zatvori",
"Continue" : "Nastavi"
},"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);"
}

9
l10n/cy_GB.js 100644
Wyświetl plik

@ -0,0 +1,9 @@
OC.L10N.register(
"social",
{
"Finish setup" : "Gorffen sefydlu",
"Home" : "Cartref",
"Notifications" : "Hysbysiadau",
"Close" : "Cau"
},
"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;");

7
l10n/cy_GB.json 100644
Wyświetl plik

@ -0,0 +1,7 @@
{ "translations": {
"Finish setup" : "Gorffen sefydlu",
"Home" : "Cartref",
"Notifications" : "Hysbysiadau",
"Close" : "Cau"
},"pluralForm" :"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"
}

16
l10n/da.js 100644
Wyświetl plik

@ -0,0 +1,16 @@
OC.L10N.register(
"social",
{
"Open documentation" : "Åbn dokumentation",
"Finish setup" : "Afslut opsætning",
"Home" : "Hjem",
"Notifications" : "Notifikationer",
"Public" : "Offentlig",
"Reply" : "Besvar",
"More actions" : "Flere handlinger",
"Hello" : "Hej",
"Close" : "Luk",
"Continue" : "Fortsæt",
"User not found" : "Bruger ikke fundet"
},
"nplurals=2; plural=(n != 1);");

14
l10n/da.json 100644
Wyświetl plik

@ -0,0 +1,14 @@
{ "translations": {
"Open documentation" : "Åbn dokumentation",
"Finish setup" : "Afslut opsætning",
"Home" : "Hjem",
"Notifications" : "Notifikationer",
"Public" : "Offentlig",
"Reply" : "Besvar",
"More actions" : "Flere handlinger",
"Hello" : "Hej",
"Close" : "Luk",
"Continue" : "Fortsæt",
"User not found" : "Bruger ikke fundet"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

19
l10n/el.js 100644
Wyświetl plik

@ -0,0 +1,19 @@
OC.L10N.register(
"social",
{
"Social" : "Κοινωνικά",
"Open documentation" : "Άνοιγμα τεκμηρίωσης",
"Finish setup" : "Ολοκλήρωση ρύθμισης",
"Home" : "Αρχική",
"Notifications" : "Ειδοποιήσεις",
"Public" : "Δημόσιος",
"following" : "ακόλουθο",
"No posts found for this tag" : "Δεν βρέθηκαν αναρτήσεις για αυτήν την ετικέτα",
"Reply" : "Απάντηση",
"More actions" : "Περισσότερες ενέργειες",
"Hello" : "Γεια σας",
"Close" : "Κλείσιμο",
"Continue" : "Συνέχεια",
"User not found" : "Ο χρήστης δεν βρέθηκε"
},
"nplurals=2; plural=(n != 1);");

17
l10n/el.json 100644
Wyświetl plik

@ -0,0 +1,17 @@
{ "translations": {
"Social" : "Κοινωνικά",
"Open documentation" : "Άνοιγμα τεκμηρίωσης",
"Finish setup" : "Ολοκλήρωση ρύθμισης",
"Home" : "Αρχική",
"Notifications" : "Ειδοποιήσεις",
"Public" : "Δημόσιος",
"following" : "ακόλουθο",
"No posts found for this tag" : "Δεν βρέθηκαν αναρτήσεις για αυτήν την ετικέτα",
"Reply" : "Απάντηση",
"More actions" : "Περισσότερες ενέργειες",
"Hello" : "Γεια σας",
"Close" : "Κλείσιμο",
"Continue" : "Συνέχεια",
"User not found" : "Ο χρήστης δεν βρέθηκε"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

16
l10n/en_GB.js 100644
Wyświetl plik

@ -0,0 +1,16 @@
OC.L10N.register(
"social",
{
"Open documentation" : "Open documentation",
"Finish setup" : "Finish setup",
"Home" : "Home",
"Notifications" : "Notifications",
"Public" : "Public",
"Reply" : "Reply",
"More actions" : "More actions",
"Hello" : "Hello",
"Close" : "Close",
"Continue" : "Continue",
"User not found" : "User not found"
},
"nplurals=2; plural=(n != 1);");

14
l10n/en_GB.json 100644
Wyświetl plik

@ -0,0 +1,14 @@
{ "translations": {
"Open documentation" : "Open documentation",
"Finish setup" : "Finish setup",
"Home" : "Home",
"Notifications" : "Notifications",
"Public" : "Public",
"Reply" : "Reply",
"More actions" : "More actions",
"Hello" : "Hello",
"Close" : "Close",
"Continue" : "Continue",
"User not found" : "User not found"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

15
l10n/eo.js 100644
Wyświetl plik

@ -0,0 +1,15 @@
OC.L10N.register(
"social",
{
"Open documentation" : "Malfermi la dokumentaron",
"Finish setup" : "Fini la instalon",
"Home" : "Hejmo",
"Notifications" : "Sciigoj",
"Public" : "Publika",
"Reply" : "Respondi",
"More actions" : "Pliaj agoj",
"Close" : "Malfermi",
"Continue" : "Daŭrigi",
"User not found" : "Netrovita uzanto"
},
"nplurals=2; plural=(n != 1);");

13
l10n/eo.json 100644
Wyświetl plik

@ -0,0 +1,13 @@
{ "translations": {
"Open documentation" : "Malfermi la dokumentaron",
"Finish setup" : "Fini la instalon",
"Home" : "Hejmo",
"Notifications" : "Sciigoj",
"Public" : "Publika",
"Reply" : "Respondi",
"More actions" : "Pliaj agoj",
"Close" : "Malfermi",
"Continue" : "Daŭrigi",
"User not found" : "Netrovita uzanto"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

14
l10n/es_419.js 100644
Wyświetl plik

@ -0,0 +1,14 @@
OC.L10N.register(
"social",
{
"Open documentation" : "Abrir documentación",
"Finish setup" : "Terminar configuración",
"Home" : "Inicio",
"Notifications" : "Notificaciones",
"Public" : "Público",
"Reply" : "Responder",
"More actions" : "Más acciones",
"Close" : "Cerrar",
"Continue" : "Continuar"
},
"nplurals=2; plural=(n != 1);");

12
l10n/es_419.json 100644
Wyświetl plik

@ -0,0 +1,12 @@
{ "translations": {
"Open documentation" : "Abrir documentación",
"Finish setup" : "Terminar configuración",
"Home" : "Inicio",
"Notifications" : "Notificaciones",
"Public" : "Público",
"Reply" : "Responder",
"More actions" : "Más acciones",
"Close" : "Cerrar",
"Continue" : "Continuar"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

34
l10n/es_AR.js 100644
Wyświetl plik

@ -0,0 +1,34 @@
OC.L10N.register(
"social",
{
"Social" : "Social",
"🎉 Nextcloud becomes part of the federated social networks!" : "🎉 ¡Nextcloud se convierte en parte de las redes sociales federadas!",
"Social needs the .well-known automatic discovery to be properly set up. If Nextcloud is not installed in the root of the domain, it is often the case that Nextcloud can't configure this automatically. To use Social, the admin of this Nextcloud instance needs to manually configure the .well-known redirects: " : "Lo social necesita que el descubrimiento automático bien conocido se configure correctamente. Si Nextcloud no está instalado en la raíz del dominio, a menudo es el caso que Nextcloud no puede configurar esto automáticamente. Para usar Social, el administrador de esta instancia de Nextcloud necesita configurar manualmente los redireccionamientos conocidos.",
"Open documentation" : "Abrir documentación",
"Social app setup" : "Configuración de la aplicación social",
"Finish setup" : "Terminar la configuración",
"Home" : "Casa",
"Direct messages" : "Mensajes directos",
"Notifications" : "Notificaciones",
"Profile" : "Perfil",
"Local timeline" : "Línea de tiempo local",
"Global timeline" : "Línea de tiempo global",
"Post publicly" : "Publicar públicamente",
"Post to followers" : "Publicar en seguidores",
"Post to recipients" : "Publicar en destinatarios",
"Post unlisted" : "Publicar sin listar",
"Public" : "Público",
"Unlisted" : "No listado",
"Do not post to public timelines" : "No publicar en líneas de tiempo públicas",
"Followers" : "Seguidores",
"Post to followers only" : "Publicar solo en seguidores",
"Direct" : "Directo",
"Post to mentioned users only" : "Publicar solo para los usuarios mencionados",
"Follow" : "Seguir",
"posts" : "publicaciones",
"following" : "siguiendo",
"Reply" : "Responder",
"Close" : "Cerrar",
"Continue" : "Continuar"
},
"nplurals=2; plural=(n != 1);");

32
l10n/es_AR.json 100644
Wyświetl plik

@ -0,0 +1,32 @@
{ "translations": {
"Social" : "Social",
"🎉 Nextcloud becomes part of the federated social networks!" : "🎉 ¡Nextcloud se convierte en parte de las redes sociales federadas!",
"Social needs the .well-known automatic discovery to be properly set up. If Nextcloud is not installed in the root of the domain, it is often the case that Nextcloud can't configure this automatically. To use Social, the admin of this Nextcloud instance needs to manually configure the .well-known redirects: " : "Lo social necesita que el descubrimiento automático bien conocido se configure correctamente. Si Nextcloud no está instalado en la raíz del dominio, a menudo es el caso que Nextcloud no puede configurar esto automáticamente. Para usar Social, el administrador de esta instancia de Nextcloud necesita configurar manualmente los redireccionamientos conocidos.",
"Open documentation" : "Abrir documentación",
"Social app setup" : "Configuración de la aplicación social",
"Finish setup" : "Terminar la configuración",
"Home" : "Casa",
"Direct messages" : "Mensajes directos",
"Notifications" : "Notificaciones",
"Profile" : "Perfil",
"Local timeline" : "Línea de tiempo local",
"Global timeline" : "Línea de tiempo global",
"Post publicly" : "Publicar públicamente",
"Post to followers" : "Publicar en seguidores",
"Post to recipients" : "Publicar en destinatarios",
"Post unlisted" : "Publicar sin listar",
"Public" : "Público",
"Unlisted" : "No listado",
"Do not post to public timelines" : "No publicar en líneas de tiempo públicas",
"Followers" : "Seguidores",
"Post to followers only" : "Publicar solo en seguidores",
"Direct" : "Directo",
"Post to mentioned users only" : "Publicar solo para los usuarios mencionados",
"Follow" : "Seguir",
"posts" : "publicaciones",
"following" : "siguiendo",
"Reply" : "Responder",
"Close" : "Cerrar",
"Continue" : "Continuar"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

15
l10n/es_CL.js 100644
Wyświetl plik

@ -0,0 +1,15 @@
OC.L10N.register(
"social",
{
"Open documentation" : "Abrir la documentación",
"Finish setup" : "Terminar configuración",
"Home" : "Inicio",
"Notifications" : "Notificaciones",
"Public" : "Público",
"Reply" : "Responder",
"More actions" : "Más acciones",
"Close" : "Cerrar",
"Continue" : "Continuar",
"User not found" : "No se encontró el usuario"
},
"nplurals=2; plural=(n != 1);");

13
l10n/es_CL.json 100644
Wyświetl plik

@ -0,0 +1,13 @@
{ "translations": {
"Open documentation" : "Abrir la documentación",
"Finish setup" : "Terminar configuración",
"Home" : "Inicio",
"Notifications" : "Notificaciones",
"Public" : "Público",
"Reply" : "Responder",
"More actions" : "Más acciones",
"Close" : "Cerrar",
"Continue" : "Continuar",
"User not found" : "No se encontró el usuario"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

15
l10n/es_CO.js 100644
Wyświetl plik

@ -0,0 +1,15 @@
OC.L10N.register(
"social",
{
"Open documentation" : "Abrir la documentación",
"Finish setup" : "Terminar configuración",
"Home" : "Inicio",
"Notifications" : "Notificaciones",
"Public" : "Público",
"Reply" : "Responder",
"More actions" : "Más acciones",
"Close" : "Cerrar",
"Continue" : "Continuar",
"User not found" : "No se encontró el usuario"
},
"nplurals=2; plural=(n != 1);");

13
l10n/es_CO.json 100644
Wyświetl plik

@ -0,0 +1,13 @@
{ "translations": {
"Open documentation" : "Abrir la documentación",
"Finish setup" : "Terminar configuración",
"Home" : "Inicio",
"Notifications" : "Notificaciones",
"Public" : "Público",
"Reply" : "Responder",
"More actions" : "Más acciones",
"Close" : "Cerrar",
"Continue" : "Continuar",
"User not found" : "No se encontró el usuario"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

15
l10n/es_CR.js 100644
Wyświetl plik

@ -0,0 +1,15 @@
OC.L10N.register(
"social",
{
"Open documentation" : "Abrir la documentación",
"Finish setup" : "Terminar configuración",
"Home" : "Inicio",
"Notifications" : "Notificaciones",
"Public" : "Público",
"Reply" : "Responder",
"More actions" : "Más acciones",
"Close" : "Cerrar",
"Continue" : "Continuar",
"User not found" : "No se encontró el usuario"
},
"nplurals=2; plural=(n != 1);");

13
l10n/es_CR.json 100644
Wyświetl plik

@ -0,0 +1,13 @@
{ "translations": {
"Open documentation" : "Abrir la documentación",
"Finish setup" : "Terminar configuración",
"Home" : "Inicio",
"Notifications" : "Notificaciones",
"Public" : "Público",
"Reply" : "Responder",
"More actions" : "Más acciones",
"Close" : "Cerrar",
"Continue" : "Continuar",
"User not found" : "No se encontró el usuario"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

15
l10n/es_DO.js 100644
Wyświetl plik

@ -0,0 +1,15 @@
OC.L10N.register(
"social",
{
"Open documentation" : "Abrir la documentación",
"Finish setup" : "Terminar configuración",
"Home" : "Inicio",
"Notifications" : "Notificaciones",
"Public" : "Público",
"Reply" : "Responder",
"More actions" : "Más acciones",
"Close" : "Cerrar",
"Continue" : "Continuar",
"User not found" : "No se encontró el usuario"
},
"nplurals=2; plural=(n != 1);");

13
l10n/es_DO.json 100644
Wyświetl plik

@ -0,0 +1,13 @@
{ "translations": {
"Open documentation" : "Abrir la documentación",
"Finish setup" : "Terminar configuración",
"Home" : "Inicio",
"Notifications" : "Notificaciones",
"Public" : "Público",
"Reply" : "Responder",
"More actions" : "Más acciones",
"Close" : "Cerrar",
"Continue" : "Continuar",
"User not found" : "No se encontró el usuario"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

15
l10n/es_EC.js 100644
Wyświetl plik

@ -0,0 +1,15 @@
OC.L10N.register(
"social",
{
"Open documentation" : "Abrir la documentación",
"Finish setup" : "Terminar configuración",
"Home" : "Inicio",
"Notifications" : "Notificaciones",
"Public" : "Público",
"Reply" : "Responder",
"More actions" : "Más acciones",
"Close" : "Cerrar",
"Continue" : "Continuar",
"User not found" : "No se encontró el usuario"
},
"nplurals=2; plural=(n != 1);");

13
l10n/es_EC.json 100644
Wyświetl plik

@ -0,0 +1,13 @@
{ "translations": {
"Open documentation" : "Abrir la documentación",
"Finish setup" : "Terminar configuración",
"Home" : "Inicio",
"Notifications" : "Notificaciones",
"Public" : "Público",
"Reply" : "Responder",
"More actions" : "Más acciones",
"Close" : "Cerrar",
"Continue" : "Continuar",
"User not found" : "No se encontró el usuario"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

15
l10n/es_GT.js 100644
Wyświetl plik

@ -0,0 +1,15 @@
OC.L10N.register(
"social",
{
"Open documentation" : "Abrir la documentación",
"Finish setup" : "Terminar configuración",
"Home" : "Inicio",
"Notifications" : "Notificaciones",
"Public" : "Público",
"Reply" : "Responder",
"More actions" : "Más acciones",
"Close" : "Cerrar",
"Continue" : "Continuar",
"User not found" : "No se encontró el usuario"
},
"nplurals=2; plural=(n != 1);");

13
l10n/es_GT.json 100644
Wyświetl plik

@ -0,0 +1,13 @@
{ "translations": {
"Open documentation" : "Abrir la documentación",
"Finish setup" : "Terminar configuración",
"Home" : "Inicio",
"Notifications" : "Notificaciones",
"Public" : "Público",
"Reply" : "Responder",
"More actions" : "Más acciones",
"Close" : "Cerrar",
"Continue" : "Continuar",
"User not found" : "No se encontró el usuario"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

14
l10n/es_HN.js 100644
Wyświetl plik

@ -0,0 +1,14 @@
OC.L10N.register(
"social",
{
"Open documentation" : "Abrir la documentación",
"Finish setup" : "Terminar configuración",
"Home" : "Inicio",
"Notifications" : "Notificaciones",
"Public" : "Público",
"Reply" : "Responder",
"More actions" : "Más acciones",
"Close" : "Cerrar",
"Continue" : "Continuar"
},
"nplurals=2; plural=(n != 1);");

12
l10n/es_HN.json 100644
Wyświetl plik

@ -0,0 +1,12 @@
{ "translations": {
"Open documentation" : "Abrir la documentación",
"Finish setup" : "Terminar configuración",
"Home" : "Inicio",
"Notifications" : "Notificaciones",
"Public" : "Público",
"Reply" : "Responder",
"More actions" : "Más acciones",
"Close" : "Cerrar",
"Continue" : "Continuar"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

15
l10n/es_MX.js 100644
Wyświetl plik

@ -0,0 +1,15 @@
OC.L10N.register(
"social",
{
"Open documentation" : "Abrir documentación",
"Finish setup" : "Terminar configuración",
"Home" : "Inicio",
"Notifications" : "Notificaciones",
"Public" : "Público",
"Reply" : "Responder",
"More actions" : "Más acciones",
"Close" : "Cerrar",
"Continue" : "Continuar",
"User not found" : "No se encontró el usuario"
},
"nplurals=2; plural=(n != 1);");

13
l10n/es_MX.json 100644
Wyświetl plik

@ -0,0 +1,13 @@
{ "translations": {
"Open documentation" : "Abrir documentación",
"Finish setup" : "Terminar configuración",
"Home" : "Inicio",
"Notifications" : "Notificaciones",
"Public" : "Público",
"Reply" : "Responder",
"More actions" : "Más acciones",
"Close" : "Cerrar",
"Continue" : "Continuar",
"User not found" : "No se encontró el usuario"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

14
l10n/es_NI.js 100644
Wyświetl plik

@ -0,0 +1,14 @@
OC.L10N.register(
"social",
{
"Open documentation" : "Abrir la documentación",
"Finish setup" : "Terminar configuración",
"Home" : "Inicio",
"Notifications" : "Notificaciones",
"Public" : "Público",
"Reply" : "Responder",
"More actions" : "Más acciones",
"Close" : "Cerrar",
"Continue" : "Continuar"
},
"nplurals=2; plural=(n != 1);");

12
l10n/es_NI.json 100644
Wyświetl plik

@ -0,0 +1,12 @@
{ "translations": {
"Open documentation" : "Abrir la documentación",
"Finish setup" : "Terminar configuración",
"Home" : "Inicio",
"Notifications" : "Notificaciones",
"Public" : "Público",
"Reply" : "Responder",
"More actions" : "Más acciones",
"Close" : "Cerrar",
"Continue" : "Continuar"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

14
l10n/es_PA.js 100644
Wyświetl plik

@ -0,0 +1,14 @@
OC.L10N.register(
"social",
{
"Open documentation" : "Abrir la documentación",
"Finish setup" : "Terminar configuración",
"Home" : "Inicio",
"Notifications" : "Notificaciones",
"Public" : "Público",
"Reply" : "Responder",
"More actions" : "Más acciones",
"Close" : "Cerrar",
"Continue" : "Continuar"
},
"nplurals=2; plural=(n != 1);");

12
l10n/es_PA.json 100644
Wyświetl plik

@ -0,0 +1,12 @@
{ "translations": {
"Open documentation" : "Abrir la documentación",
"Finish setup" : "Terminar configuración",
"Home" : "Inicio",
"Notifications" : "Notificaciones",
"Public" : "Público",
"Reply" : "Responder",
"More actions" : "Más acciones",
"Close" : "Cerrar",
"Continue" : "Continuar"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

14
l10n/es_PE.js 100644
Wyświetl plik

@ -0,0 +1,14 @@
OC.L10N.register(
"social",
{
"Open documentation" : "Abrir la documentación",
"Finish setup" : "Terminar configuración",
"Home" : "Inicio",
"Notifications" : "Notificaciones",
"Public" : "Público",
"Reply" : "Responder",
"More actions" : "Más acciones",
"Close" : "Cerrar",
"Continue" : "Continuar"
},
"nplurals=2; plural=(n != 1);");

12
l10n/es_PE.json 100644
Wyświetl plik

@ -0,0 +1,12 @@
{ "translations": {
"Open documentation" : "Abrir la documentación",
"Finish setup" : "Terminar configuración",
"Home" : "Inicio",
"Notifications" : "Notificaciones",
"Public" : "Público",
"Reply" : "Responder",
"More actions" : "Más acciones",
"Close" : "Cerrar",
"Continue" : "Continuar"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

14
l10n/es_PR.js 100644
Wyświetl plik

@ -0,0 +1,14 @@
OC.L10N.register(
"social",
{
"Open documentation" : "Abrir la documentación",
"Finish setup" : "Terminar configuración",
"Home" : "Inicio",
"Notifications" : "Notificaciones",
"Public" : "Público",
"Reply" : "Responder",
"More actions" : "Más acciones",
"Close" : "Cerrar",
"Continue" : "Continuar"
},
"nplurals=2; plural=(n != 1);");

12
l10n/es_PR.json 100644
Wyświetl plik

@ -0,0 +1,12 @@
{ "translations": {
"Open documentation" : "Abrir la documentación",
"Finish setup" : "Terminar configuración",
"Home" : "Inicio",
"Notifications" : "Notificaciones",
"Public" : "Público",
"Reply" : "Responder",
"More actions" : "Más acciones",
"Close" : "Cerrar",
"Continue" : "Continuar"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

14
l10n/es_PY.js 100644
Wyświetl plik

@ -0,0 +1,14 @@
OC.L10N.register(
"social",
{
"Open documentation" : "Abrir la documentación",
"Finish setup" : "Terminar configuración",
"Home" : "Inicio",
"Notifications" : "Notificaciones",
"Public" : "Público",
"Reply" : "Responder",
"More actions" : "Más acciones",
"Close" : "Cerrar",
"Continue" : "Continuar"
},
"nplurals=2; plural=(n != 1);");

12
l10n/es_PY.json 100644
Wyświetl plik

@ -0,0 +1,12 @@
{ "translations": {
"Open documentation" : "Abrir la documentación",
"Finish setup" : "Terminar configuración",
"Home" : "Inicio",
"Notifications" : "Notificaciones",
"Public" : "Público",
"Reply" : "Responder",
"More actions" : "Más acciones",
"Close" : "Cerrar",
"Continue" : "Continuar"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

15
l10n/es_SV.js 100644
Wyświetl plik

@ -0,0 +1,15 @@
OC.L10N.register(
"social",
{
"Open documentation" : "Abrir la documentación",
"Finish setup" : "Terminar configuración",
"Home" : "Inicio",
"Notifications" : "Notificaciones",
"Public" : "Público",
"Reply" : "Responder",
"More actions" : "Más acciones",
"Close" : "Cerrar",
"Continue" : "Continuar",
"User not found" : "No se encontró el usuario"
},
"nplurals=2; plural=(n != 1);");

13
l10n/es_SV.json 100644
Wyświetl plik

@ -0,0 +1,13 @@
{ "translations": {
"Open documentation" : "Abrir la documentación",
"Finish setup" : "Terminar configuración",
"Home" : "Inicio",
"Notifications" : "Notificaciones",
"Public" : "Público",
"Reply" : "Responder",
"More actions" : "Más acciones",
"Close" : "Cerrar",
"Continue" : "Continuar",
"User not found" : "No se encontró el usuario"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

14
l10n/es_UY.js 100644
Wyświetl plik

@ -0,0 +1,14 @@
OC.L10N.register(
"social",
{
"Open documentation" : "Abrir la documentación",
"Finish setup" : "Terminar configuración",
"Home" : "Inicio",
"Notifications" : "Notificaciones",
"Public" : "Público",
"Reply" : "Responder",
"More actions" : "Más acciones",
"Close" : "Cerrar",
"Continue" : "Continuar"
},
"nplurals=2; plural=(n != 1);");

12
l10n/es_UY.json 100644
Wyświetl plik

@ -0,0 +1,12 @@
{ "translations": {
"Open documentation" : "Abrir la documentación",
"Finish setup" : "Terminar configuración",
"Home" : "Inicio",
"Notifications" : "Notificaciones",
"Public" : "Público",
"Reply" : "Responder",
"More actions" : "Más acciones",
"Close" : "Cerrar",
"Continue" : "Continuar"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

14
l10n/et_EE.js 100644
Wyświetl plik

@ -0,0 +1,14 @@
OC.L10N.register(
"social",
{
"Open documentation" : "Ava dokumentatsioon",
"Finish setup" : "Lõpeta seadistamine",
"Home" : "Avaleht",
"Notifications" : "Teavitused",
"Public" : "Avalik",
"Reply" : "Vasta",
"Close" : "Sulge",
"Continue" : "Jätka",
"User not found" : "Kasutajat ei leitud"
},
"nplurals=2; plural=(n != 1);");

12
l10n/et_EE.json 100644
Wyświetl plik

@ -0,0 +1,12 @@
{ "translations": {
"Open documentation" : "Ava dokumentatsioon",
"Finish setup" : "Lõpeta seadistamine",
"Home" : "Avaleht",
"Notifications" : "Teavitused",
"Public" : "Avalik",
"Reply" : "Vasta",
"Close" : "Sulge",
"Continue" : "Jätka",
"User not found" : "Kasutajat ei leitud"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

Wyświetl plik

@ -4,6 +4,7 @@ OC.L10N.register(
"🎉 Nextcloud becomes part of the federated social networks!" : "🎉 Nexcloud federatutako sare sozialekin bat egiten du!",
"Open documentation" : "Ireki dokumentazioa",
"ActivityPub URL base" : "ActivityPub URL oinarria",
"Finish setup" : "Amaitu ezarpena",
"Home" : "Hasiera",
"Direct messages" : "Mezu zuzenak",
"Notifications" : "Jakinarazpenak",

Wyświetl plik

@ -2,6 +2,7 @@
"🎉 Nextcloud becomes part of the federated social networks!" : "🎉 Nexcloud federatutako sare sozialekin bat egiten du!",
"Open documentation" : "Ireki dokumentazioa",
"ActivityPub URL base" : "ActivityPub URL oinarria",
"Finish setup" : "Amaitu ezarpena",
"Home" : "Hasiera",
"Direct messages" : "Mezu zuzenak",
"Notifications" : "Jakinarazpenak",

12
l10n/fa.js 100644
Wyświetl plik

@ -0,0 +1,12 @@
OC.L10N.register(
"social",
{
"Open documentation" : "مستندات باز",
"Finish setup" : "اتمام نصب",
"Home" : "خانه ",
"Notifications" : "آگاهی‌ها",
"Reply" : "پاسخ",
"Close" : "بستن",
"Continue" : "ادامه"
},
"nplurals=2; plural=(n > 1);");

10
l10n/fa.json 100644
Wyświetl plik

@ -0,0 +1,10 @@
{ "translations": {
"Open documentation" : "مستندات باز",
"Finish setup" : "اتمام نصب",
"Home" : "خانه ",
"Notifications" : "آگاهی‌ها",
"Reply" : "پاسخ",
"Close" : "بستن",
"Continue" : "ادامه"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
}

Wyświetl plik

@ -1,23 +1,62 @@
OC.L10N.register(
"social",
{
"Social" : "Sosiaalinen",
".well-known/webfinger isn't properly set up!" : ".well-known/webfinger ei ole asetettu oikein!",
"Open documentation" : "Avaa dokumentaatio",
"Social app setup" : "Sosiaalinen -sovelluksen asennus",
"ActivityPub requires a fixed URL to make entries unique. Note that this can not be changed later without resetting the Social app." : "ActivityPub vaatii kiinteän URL -osoitteen, jotta julkaisuista tulee yksilöllisiä. Huomaa, ettei tätä voi myöhemmin muuttaa nollamatta koko sovellusta.",
"ActivityPub URL base" : "ActivityPub URL:n alkuosa",
"Finish setup" : "Viimeistele asennus",
"The Social app needs to be set up by the server administrator." : "Sosiaalinen -sovellus täytyy asentaa pääkäyttäjän toimesta.",
"Home" : "Koti",
"Direct messages" : "Suoraviestit",
"Notifications" : "Ilmoitukset",
"Profile" : "Profiili",
"Liked" : "Tykätty",
"Local timeline" : "Paikallinen aikajana",
"Global timeline" : "Julkinen aikajana",
"Following" : "Seuraa",
"Post publicly" : "Julkaisun julkisuus",
"Post to followers" : "Julkaise seuraajille",
"Post to recipients" : "Julkaise vastaanottajille",
"Post unlisted" : "Listaamaton julkaisu",
"Public" : "Julkinen",
"Post to public timelines" : "Julkaise julkisille aikajanoille",
"Unlisted" : "Listaamaton",
"Do not post to public timelines" : "Älä julkaise julkisille aikajanoille",
"Followers" : "Seuraajat",
"Post to followers only" : "Julkaise vain seuraajille",
"Direct" : "Suoraan",
"Post to mentioned users only" : "Julkaise vain mainituille käyttäjille",
"Unfollow" : "Lopeta seuraaminen",
"Follow" : "Seuraa",
"posts" : "julkaisut",
"following" : "seuraa",
"followers" : "seuraajat",
"No results found" : "Ei tuloksia",
"There were no results for your search:" : "Hakusi ei tuottanut tuloksia:",
"Searching for" : "Haetaan",
"No posts found" : "Julkaisuja ei löytynyt",
"Posts from people you follow will show up here" : "Seuraamiesi käyttäjien julkaisut näkyvät täällä",
"No direct messages found" : "Ei suoria viestejä",
"Posts directed to you will show up here" : "Sinulle osoitetut julkaisut näkyvät täällä",
"No local posts found" : "Ei paikallisia julkaisuja",
"Posts from other people on this instance will show up here" : "Muiden ihmisten tähän asennukseen kirjoitetut julkaisut näkyvät täällä",
"No global posts found" : "Yleisiä julkaisuja ei löytynyt",
"Posts from federated instances will show up here" : "Yhteenliitettyihin asennuksiin tehdyt julkaisut näkyvät täällä",
"Reply" : "Vastaa",
"More actions" : "Lisää toimintoja",
"Delete post" : "Poista viesti",
"Hello" : "Hei",
"Please confirm that you want to follow this account:" : "Vahvista että haluat seurata tätä tiliä:",
"You are following this account" : "Seuraat tätä tiliä",
"Close" : "Sulje",
"Continue" : "Jatka",
"User not found" : "Käyttäjää ei löydy"
"User not found" : "Käyttäjää ei löydy",
"Nextcloud becomes part of the federated social networks!" : "Nextcloudista tulee yhteenliitettyjen sosiaalisten verkostojen osa!",
"We automatically created a Social account for you. Your Social ID is the same as your federated cloud ID:" : "Loimme sinulle automaattisesti Sosiaalinen -tilin. Sinun Social ID on sama kun yhteenliitettyjen pilvien ID:",
"Since you are new to Social, start by following the official Nextcloud account so you don't miss any news" : "Koska olet uusi käyttäjä, aloita seuraamalla virallista Nextcloud -tiliä ettet jää uutisista paitsi",
"Follow Nextcloud on mastodon.xyz" : "Seuraa Nextcloudia mastodon.xyz:ssa"
},
"nplurals=2; plural=(n != 1);");

Wyświetl plik

@ -1,21 +1,60 @@
{ "translations": {
"Social" : "Sosiaalinen",
".well-known/webfinger isn't properly set up!" : ".well-known/webfinger ei ole asetettu oikein!",
"Open documentation" : "Avaa dokumentaatio",
"Social app setup" : "Sosiaalinen -sovelluksen asennus",
"ActivityPub requires a fixed URL to make entries unique. Note that this can not be changed later without resetting the Social app." : "ActivityPub vaatii kiinteän URL -osoitteen, jotta julkaisuista tulee yksilöllisiä. Huomaa, ettei tätä voi myöhemmin muuttaa nollamatta koko sovellusta.",
"ActivityPub URL base" : "ActivityPub URL:n alkuosa",
"Finish setup" : "Viimeistele asennus",
"The Social app needs to be set up by the server administrator." : "Sosiaalinen -sovellus täytyy asentaa pääkäyttäjän toimesta.",
"Home" : "Koti",
"Direct messages" : "Suoraviestit",
"Notifications" : "Ilmoitukset",
"Profile" : "Profiili",
"Liked" : "Tykätty",
"Local timeline" : "Paikallinen aikajana",
"Global timeline" : "Julkinen aikajana",
"Following" : "Seuraa",
"Post publicly" : "Julkaisun julkisuus",
"Post to followers" : "Julkaise seuraajille",
"Post to recipients" : "Julkaise vastaanottajille",
"Post unlisted" : "Listaamaton julkaisu",
"Public" : "Julkinen",
"Post to public timelines" : "Julkaise julkisille aikajanoille",
"Unlisted" : "Listaamaton",
"Do not post to public timelines" : "Älä julkaise julkisille aikajanoille",
"Followers" : "Seuraajat",
"Post to followers only" : "Julkaise vain seuraajille",
"Direct" : "Suoraan",
"Post to mentioned users only" : "Julkaise vain mainituille käyttäjille",
"Unfollow" : "Lopeta seuraaminen",
"Follow" : "Seuraa",
"posts" : "julkaisut",
"following" : "seuraa",
"followers" : "seuraajat",
"No results found" : "Ei tuloksia",
"There were no results for your search:" : "Hakusi ei tuottanut tuloksia:",
"Searching for" : "Haetaan",
"No posts found" : "Julkaisuja ei löytynyt",
"Posts from people you follow will show up here" : "Seuraamiesi käyttäjien julkaisut näkyvät täällä",
"No direct messages found" : "Ei suoria viestejä",
"Posts directed to you will show up here" : "Sinulle osoitetut julkaisut näkyvät täällä",
"No local posts found" : "Ei paikallisia julkaisuja",
"Posts from other people on this instance will show up here" : "Muiden ihmisten tähän asennukseen kirjoitetut julkaisut näkyvät täällä",
"No global posts found" : "Yleisiä julkaisuja ei löytynyt",
"Posts from federated instances will show up here" : "Yhteenliitettyihin asennuksiin tehdyt julkaisut näkyvät täällä",
"Reply" : "Vastaa",
"More actions" : "Lisää toimintoja",
"Delete post" : "Poista viesti",
"Hello" : "Hei",
"Please confirm that you want to follow this account:" : "Vahvista että haluat seurata tätä tiliä:",
"You are following this account" : "Seuraat tätä tiliä",
"Close" : "Sulje",
"Continue" : "Jatka",
"User not found" : "Käyttäjää ei löydy"
"User not found" : "Käyttäjää ei löydy",
"Nextcloud becomes part of the federated social networks!" : "Nextcloudista tulee yhteenliitettyjen sosiaalisten verkostojen osa!",
"We automatically created a Social account for you. Your Social ID is the same as your federated cloud ID:" : "Loimme sinulle automaattisesti Sosiaalinen -tilin. Sinun Social ID on sama kun yhteenliitettyjen pilvien ID:",
"Since you are new to Social, start by following the official Nextcloud account so you don't miss any news" : "Koska olet uusi käyttäjä, aloita seuraamalla virallista Nextcloud -tiliä ettet jää uutisista paitsi",
"Follow Nextcloud on mastodon.xyz" : "Seuraa Nextcloudia mastodon.xyz:ssa"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

31
l10n/he.js 100644
Wyświetl plik

@ -0,0 +1,31 @@
OC.L10N.register(
"social",
{
"Social" : "חברתי",
"Open documentation" : "פתיחת תיעוד",
"Finish setup" : "סיום התקנה",
"Home" : "בית",
"Direct messages" : "הודעות ישירות",
"Notifications" : "התראות",
"Profile" : "פרופיל",
"Local timeline" : "ציר זמן מקומי",
"Global timeline" : "ציר זמן גלובלי",
"Following" : "במעקב",
"Post publicly" : "פרסום ציבורי",
"Post to followers" : "פרסום לעוקבים",
"Post to recipients" : "פרסום לנמענים",
"Public" : "ציבורי",
"No posts found" : "לא נמצאו רשומות",
"Reply" : "תגובה",
"More actions" : "פעולות נוספות",
"Delete post" : "מחיקת רשומה",
"Hello" : "שלום",
"Please confirm that you want to follow this account:" : "נא לאשר שרצונך הוא לעקוב אחר חשבון זה:",
"Close" : "סגור",
"You are going to follow:" : "פעולה זו תוביל למעקב אחר:",
"Continue" : "המשך",
"User not found" : "המשתמש לא נמצא",
"Sorry, we could not find the account of {userId}" : "לא הצלחנו למצוא את החשבון של {userId}, עמך הסליחה",
"Follow Nextcloud on mastodon.xyz" : "ניתן לעקוב אחר Nextcloud ב־mastodon.xyz"
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;");

29
l10n/he.json 100644
Wyświetl plik

@ -0,0 +1,29 @@
{ "translations": {
"Social" : "חברתי",
"Open documentation" : "פתיחת תיעוד",
"Finish setup" : "סיום התקנה",
"Home" : "בית",
"Direct messages" : "הודעות ישירות",
"Notifications" : "התראות",
"Profile" : "פרופיל",
"Local timeline" : "ציר זמן מקומי",
"Global timeline" : "ציר זמן גלובלי",
"Following" : "במעקב",
"Post publicly" : "פרסום ציבורי",
"Post to followers" : "פרסום לעוקבים",
"Post to recipients" : "פרסום לנמענים",
"Public" : "ציבורי",
"No posts found" : "לא נמצאו רשומות",
"Reply" : "תגובה",
"More actions" : "פעולות נוספות",
"Delete post" : "מחיקת רשומה",
"Hello" : "שלום",
"Please confirm that you want to follow this account:" : "נא לאשר שרצונך הוא לעקוב אחר חשבון זה:",
"Close" : "סגור",
"You are going to follow:" : "פעולה זו תוביל למעקב אחר:",
"Continue" : "המשך",
"User not found" : "המשתמש לא נמצא",
"Sorry, we could not find the account of {userId}" : "לא הצלחנו למצוא את החשבון של {userId}, עמך הסליחה",
"Follow Nextcloud on mastodon.xyz" : "ניתן לעקוב אחר Nextcloud ב־mastodon.xyz"
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"
}

Wyświetl plik

@ -6,9 +6,31 @@ OC.L10N.register(
"** Disclaimer: this is an ALPHA version **\n\n**🎉 Nextcloud becomes part of the federated social networks!**\n\n**🙋 Find your friends:** No matter if they use Nextcloud, 🐘 Mastodon, 🇫 Friendica, and soon ✱ Diaspora, 👹 MediaGoblin and more – you can follow them!\n\n**📜 Profile info:** No need to fill out more profiles – your info from Nextcloud will be used and extended.\n\n**👐 Own your posts:** Everything you post stays on your Nextcloud!\n\n**🕸 Open standards:** We use the established ActivityPub standard!" : "** Figyelmeztetés: ez egy ALFA verzió **\n\n**🎉 A Nextcloud része lesz az összekapcsolt közösségi hálózatoknak!**\n\n**🙋 Talája meg a barátait:** Nem számít, hogy Nextcloudot, 🐘 Mastodont, 🇫 Friendicát, vagy (majd a jövőben) ✱ Diasporát, 👹 MediaGoblint és egyebeket használnak – követheti őket!\n\n**📜 Profilinformációk:** Többé nem kell profilokat kitöltenie – a Nextcloudban lévő információi lesznek használva és kiegészítve.\n\n**👐 Legyen a saját bejegyzései tulajdonosa:** Minden amit közzétesz, az a Nextcloudon marad!\n\n**🕸 Nyílt szabványok:** A már létező ActivityPub szabványt használjuk!",
".well-known/webfinger isn't properly set up!" : "a .well-known/webfinger nincs helyesen beállítva.",
"Open documentation" : "Dokumentáció megnyitása",
"Finish setup" : "Beállítások befejezése",
"Home" : "Otthoni",
"Direct messages" : "Közvetlen üzenetek",
"Notifications" : "Értesítések",
"Profile" : "Profil",
"Local timeline" : "Helyi idővonal",
"Global timeline" : "Globális idővonal",
"Following" : "További",
"Public" : "Nyilvános",
"Unlisted" : "Titkos",
"Followers" : "Követők",
"Direct" : "Közvetlen",
"Follow" : "Követ",
"posts" : "küldések",
"following" : "további",
"Searching for" : "Keress",
"No posts found" : "Nem található hozzászólás",
"No direct messages found" : "Nem található közvetlen üzenet",
"Reply" : "Válasz",
"Close" : "Bezár"
"More actions" : "További lehetőségek",
"Delete post" : "Üzenet törlése",
"Hello" : "Üdv",
"Close" : "Bezár",
"Continue" : "Folytatás",
"User not found" : "Felhasználó nem található",
"Follow Nextcloud on mastodon.xyz" : "Kövesd a Nextcloudot a mastodon.xyz-on"
},
"nplurals=2; plural=(n != 1);");

Wyświetl plik

@ -4,9 +4,31 @@
"** Disclaimer: this is an ALPHA version **\n\n**🎉 Nextcloud becomes part of the federated social networks!**\n\n**🙋 Find your friends:** No matter if they use Nextcloud, 🐘 Mastodon, 🇫 Friendica, and soon ✱ Diaspora, 👹 MediaGoblin and more – you can follow them!\n\n**📜 Profile info:** No need to fill out more profiles – your info from Nextcloud will be used and extended.\n\n**👐 Own your posts:** Everything you post stays on your Nextcloud!\n\n**🕸 Open standards:** We use the established ActivityPub standard!" : "** Figyelmeztetés: ez egy ALFA verzió **\n\n**🎉 A Nextcloud része lesz az összekapcsolt közösségi hálózatoknak!**\n\n**🙋 Talája meg a barátait:** Nem számít, hogy Nextcloudot, 🐘 Mastodont, 🇫 Friendicát, vagy (majd a jövőben) ✱ Diasporát, 👹 MediaGoblint és egyebeket használnak – követheti őket!\n\n**📜 Profilinformációk:** Többé nem kell profilokat kitöltenie – a Nextcloudban lévő információi lesznek használva és kiegészítve.\n\n**👐 Legyen a saját bejegyzései tulajdonosa:** Minden amit közzétesz, az a Nextcloudon marad!\n\n**🕸 Nyílt szabványok:** A már létező ActivityPub szabványt használjuk!",
".well-known/webfinger isn't properly set up!" : "a .well-known/webfinger nincs helyesen beállítva.",
"Open documentation" : "Dokumentáció megnyitása",
"Finish setup" : "Beállítások befejezése",
"Home" : "Otthoni",
"Direct messages" : "Közvetlen üzenetek",
"Notifications" : "Értesítések",
"Profile" : "Profil",
"Local timeline" : "Helyi idővonal",
"Global timeline" : "Globális idővonal",
"Following" : "További",
"Public" : "Nyilvános",
"Unlisted" : "Titkos",
"Followers" : "Követők",
"Direct" : "Közvetlen",
"Follow" : "Követ",
"posts" : "küldések",
"following" : "további",
"Searching for" : "Keress",
"No posts found" : "Nem található hozzászólás",
"No direct messages found" : "Nem található közvetlen üzenet",
"Reply" : "Válasz",
"Close" : "Bezár"
"More actions" : "További lehetőségek",
"Delete post" : "Üzenet törlése",
"Hello" : "Üdv",
"Close" : "Bezár",
"Continue" : "Folytatás",
"User not found" : "Felhasználó nem található",
"Follow Nextcloud on mastodon.xyz" : "Kövesd a Nextcloudot a mastodon.xyz-on"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

11
l10n/ia.js 100644
Wyświetl plik

@ -0,0 +1,11 @@
OC.L10N.register(
"social",
{
"Open documentation" : "Aperir documentation",
"Home" : "Initio",
"Notifications" : "Notificationes",
"Public" : "Public",
"Reply" : "Responder",
"Close" : "Clauder"
},
"nplurals=2; plural=(n != 1);");

9
l10n/ia.json 100644
Wyświetl plik

@ -0,0 +1,9 @@
{ "translations": {
"Open documentation" : "Aperir documentation",
"Home" : "Initio",
"Notifications" : "Notificationes",
"Public" : "Public",
"Reply" : "Responder",
"Close" : "Clauder"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

13
l10n/id.js 100644
Wyświetl plik

@ -0,0 +1,13 @@
OC.L10N.register(
"social",
{
"Open documentation" : "Buka dokumentasi",
"Finish setup" : "Selesaikan instalasi",
"Home" : "Beranda",
"Notifications" : "Pemberitahuan",
"Public" : "Publik",
"Reply" : "Balas",
"Close" : "Tutup",
"Continue" : "Lanjutkan"
},
"nplurals=1; plural=0;");

11
l10n/id.json 100644
Wyświetl plik

@ -0,0 +1,11 @@
{ "translations": {
"Open documentation" : "Buka dokumentasi",
"Finish setup" : "Selesaikan instalasi",
"Home" : "Beranda",
"Notifications" : "Pemberitahuan",
"Public" : "Publik",
"Reply" : "Balas",
"Close" : "Tutup",
"Continue" : "Lanjutkan"
},"pluralForm" :"nplurals=1; plural=0;"
}

Wyświetl plik

@ -1,6 +1,7 @@
OC.L10N.register(
"social",
{
"Social" : "SNS",
"🎉 Nextcloud becomes part of the federated social networks!" : "🎉 Nextcloudは分散ソーシャルネットワークの一部になります",
"** Disclaimer: this is an ALPHA version **\n\n**🎉 Nextcloud becomes part of the federated social networks!**\n\n**🙋 Find your friends:** No matter if they use Nextcloud, 🐘 Mastodon, 🇫 Friendica, and soon ✱ Diaspora, 👹 MediaGoblin and more – you can follow them!\n\n**📜 Profile info:** No need to fill out more profiles – your info from Nextcloud will be used and extended.\n\n**👐 Own your posts:** Everything you post stays on your Nextcloud!\n\n**🕸 Open standards:** We use the established ActivityPub standard!" : "** 免責事項:これはアルファ版です **\n\n** 🎉 Nextcloudは分散型ソーシャルネットワークの一部になります**\n\n**🙋友達を探す:** Nextcloud、Mastodon、Friendica、近日中にはDiaspora、MediaGoblinなどを使用していてもフォローすることができます\n\n** プロフィール情報:**これ以上プロフィールを記入する必要はありません - Nextcloudからのあなたの情報は使用され、広がってゆきます。\n\n**👐自分の投稿:**投稿したものはすべてNextcloudに残ります\n\n**オープンスタンダード:**確立されたActivityPub形式を使用しています",
".well-known/webfinger isn't properly set up!" : ".well-known/webfingerが正しく設定されていません",

Wyświetl plik

@ -1,4 +1,5 @@
{ "translations": {
"Social" : "SNS",
"🎉 Nextcloud becomes part of the federated social networks!" : "🎉 Nextcloudは分散ソーシャルネットワークの一部になります",
"** Disclaimer: this is an ALPHA version **\n\n**🎉 Nextcloud becomes part of the federated social networks!**\n\n**🙋 Find your friends:** No matter if they use Nextcloud, 🐘 Mastodon, 🇫 Friendica, and soon ✱ Diaspora, 👹 MediaGoblin and more – you can follow them!\n\n**📜 Profile info:** No need to fill out more profiles – your info from Nextcloud will be used and extended.\n\n**👐 Own your posts:** Everything you post stays on your Nextcloud!\n\n**🕸 Open standards:** We use the established ActivityPub standard!" : "** 免責事項:これはアルファ版です **\n\n** 🎉 Nextcloudは分散型ソーシャルネットワークの一部になります**\n\n**🙋友達を探す:** Nextcloud、Mastodon、Friendica、近日中にはDiaspora、MediaGoblinなどを使用していてもフォローすることができます\n\n** プロフィール情報:**これ以上プロフィールを記入する必要はありません - Nextcloudからのあなたの情報は使用され、広がってゆきます。\n\n**👐自分の投稿:**投稿したものはすべてNextcloudに残ります\n\n**オープンスタンダード:**確立されたActivityPub形式を使用しています",
".well-known/webfinger isn't properly set up!" : ".well-known/webfingerが正しく設定されていません",

14
l10n/ka_GE.js 100644
Wyświetl plik

@ -0,0 +1,14 @@
OC.L10N.register(
"social",
{
"Open documentation" : "ღია დოკუმენტაცია",
"Finish setup" : "კონფიგურაციის დასრულება",
"Home" : "სახლი",
"Notifications" : "შეტყობინებები",
"Public" : "ღია",
"Reply" : "პასუხი",
"More actions" : "მეტი ქმედება",
"Close" : "დახურვა",
"Continue" : "გაგრძელება"
},
"nplurals=2; plural=(n!=1);");

12
l10n/ka_GE.json 100644
Wyświetl plik

@ -0,0 +1,12 @@
{ "translations": {
"Open documentation" : "ღია დოკუმენტაცია",
"Finish setup" : "კონფიგურაციის დასრულება",
"Home" : "სახლი",
"Notifications" : "შეტყობინებები",
"Public" : "ღია",
"Reply" : "პასუხი",
"More actions" : "მეტი ქმედება",
"Close" : "დახურვა",
"Continue" : "გაგრძელება"
},"pluralForm" :"nplurals=2; plural=(n!=1);"
}

10
l10n/km.js 100644
Wyświetl plik

@ -0,0 +1,10 @@
OC.L10N.register(
"social",
{
"Finish setup" : "បញ្ចប់​ការ​ដំឡើង",
"Notifications" : "ការ​ជូន​ដំណឹង",
"Reply" : "ឆ្លើយតប",
"Close" : "បិទ",
"Continue" : "បន្ត"
},
"nplurals=1; plural=0;");

8
l10n/km.json 100644
Wyświetl plik

@ -0,0 +1,8 @@
{ "translations": {
"Finish setup" : "បញ្ចប់​ការ​ដំឡើង",
"Notifications" : "ការ​ជូន​ដំណឹង",
"Reply" : "ឆ្លើយតប",
"Close" : "បិទ",
"Continue" : "បន្ត"
},"pluralForm" :"nplurals=1; plural=0;"
}

10
l10n/kn.js 100644
Wyświetl plik

@ -0,0 +1,10 @@
OC.L10N.register(
"social",
{
"Finish setup" : "ಹೊಂದಾಣಿಕೆಗಳನ್ನು ಪೂರ್ಣಗೊಳಿಸಿ",
"Home" : "ಮುಖಪುಟ",
"Notifications" : "ಸೂಚನೆಗಳು",
"Close" : "ಮುಚ್ಚು",
"Continue" : "ಮುಂದುವರಿಸಿ"
},
"nplurals=2; plural=(n > 1);");

8
l10n/kn.json 100644
Wyświetl plik

@ -0,0 +1,8 @@
{ "translations": {
"Finish setup" : "ಹೊಂದಾಣಿಕೆಗಳನ್ನು ಪೂರ್ಣಗೊಳಿಸಿ",
"Home" : "ಮುಖಪುಟ",
"Notifications" : "ಸೂಚನೆಗಳು",
"Close" : "ಮುಚ್ಚು",
"Continue" : "ಮುಂದುವರಿಸಿ"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
}

15
l10n/ko.js 100644
Wyświetl plik

@ -0,0 +1,15 @@
OC.L10N.register(
"social",
{
"Open documentation" : "문서 열기",
"Finish setup" : "설치 완료",
"Home" : "집",
"Notifications" : "알림",
"Public" : "공개",
"Reply" : "답장",
"More actions" : "더 많은 동작",
"Close" : "닫기",
"Continue" : "Continue",
"User not found" : "사용자를 찾을 수 없음"
},
"nplurals=1; plural=0;");

13
l10n/ko.json 100644
Wyświetl plik

@ -0,0 +1,13 @@
{ "translations": {
"Open documentation" : "문서 열기",
"Finish setup" : "설치 완료",
"Home" : "집",
"Notifications" : "알림",
"Public" : "공개",
"Reply" : "답장",
"More actions" : "더 많은 동작",
"Close" : "닫기",
"Continue" : "Continue",
"User not found" : "사용자를 찾을 수 없음"
},"pluralForm" :"nplurals=1; plural=0;"
}

12
l10n/lb.js 100644
Wyświetl plik

@ -0,0 +1,12 @@
OC.L10N.register(
"social",
{
"Open documentation" : "Dokumentatioun opmaachen",
"Finish setup" : "Installatioun ofschléissen",
"Home" : "Doheem",
"Notifications" : "Notifikatiounen",
"Reply" : "Äntwerten",
"Close" : "Zoumaachen",
"Continue" : "Weider"
},
"nplurals=2; plural=(n != 1);");

10
l10n/lb.json 100644
Wyświetl plik

@ -0,0 +1,10 @@
{ "translations": {
"Open documentation" : "Dokumentatioun opmaachen",
"Finish setup" : "Installatioun ofschléissen",
"Home" : "Doheem",
"Notifications" : "Notifikatiounen",
"Reply" : "Äntwerten",
"Close" : "Zoumaachen",
"Continue" : "Weider"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

Wyświetl plik

@ -1,12 +1,20 @@
OC.L10N.register(
"social",
{
"🎉 Nextcloud becomes part of the federated social networks!" : "🎉 Nextcloud tampa federacinių socialinių tinklų dalimi!",
"Open documentation" : "Atverti dokumentaciją",
"Finish setup" : "Užbaigti sąranką",
"Home" : "Namų",
"Notifications" : "Pranešimai",
"Profile" : "Profilis",
"Post publicly" : "Paskelbti viešai",
"Public" : "Vieša",
"Unfollow" : "Nebesekti",
"Follow" : "Sekti",
"followers" : "sekėjų",
"No results found" : "Nerasta jokių rezultatų",
"There were no results for your search:" : "Jūsų paieška negrąžino jokių rezultatų:",
"Searching for" : "Ieškoma",
"No notifications found" : "Nerasta jokių pranešimų",
"You haven't receive any notifications yet" : "Kol kas nesate gavę jokių pranešimų",
"Reply" : "Atsakyti",
@ -16,6 +24,7 @@ OC.L10N.register(
"Continue" : "Tęsti",
"User not found" : "Naudotojas nerastas",
"Sorry, we could not find the account of {userId}" : "Atleiskite, mums nepavyko rasti {userId} paskyros",
"Nextcloud becomes part of the federated social networks!" : "Nextcloud tampa federacinių socialinių tinklų dalimi!"
"Nextcloud becomes part of the federated social networks!" : "Nextcloud tampa federacinių socialinių tinklų dalimi!",
"We automatically created a Social account for you. Your Social ID is the same as your federated cloud ID:" : "Mes jums automatiškai sukūrėme socialinę paskyrą. Jūsų socialinis ID yra toks pats kaip ir federacinės debesijos ID:"
},
"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);");

Wyświetl plik

@ -1,10 +1,18 @@
{ "translations": {
"🎉 Nextcloud becomes part of the federated social networks!" : "🎉 Nextcloud tampa federacinių socialinių tinklų dalimi!",
"Open documentation" : "Atverti dokumentaciją",
"Finish setup" : "Užbaigti sąranką",
"Home" : "Namų",
"Notifications" : "Pranešimai",
"Profile" : "Profilis",
"Post publicly" : "Paskelbti viešai",
"Public" : "Vieša",
"Unfollow" : "Nebesekti",
"Follow" : "Sekti",
"followers" : "sekėjų",
"No results found" : "Nerasta jokių rezultatų",
"There were no results for your search:" : "Jūsų paieška negrąžino jokių rezultatų:",
"Searching for" : "Ieškoma",
"No notifications found" : "Nerasta jokių pranešimų",
"You haven't receive any notifications yet" : "Kol kas nesate gavę jokių pranešimų",
"Reply" : "Atsakyti",
@ -14,6 +22,7 @@
"Continue" : "Tęsti",
"User not found" : "Naudotojas nerastas",
"Sorry, we could not find the account of {userId}" : "Atleiskite, mums nepavyko rasti {userId} paskyros",
"Nextcloud becomes part of the federated social networks!" : "Nextcloud tampa federacinių socialinių tinklų dalimi!"
"Nextcloud becomes part of the federated social networks!" : "Nextcloud tampa federacinių socialinių tinklų dalimi!",
"We automatically created a Social account for you. Your Social ID is the same as your federated cloud ID:" : "Mes jums automatiškai sukūrėme socialinę paskyrą. Jūsų socialinis ID yra toks pats kaip ir federacinės debesijos ID:"
},"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"
}

39
l10n/lv.js 100644
Wyświetl plik

@ -0,0 +1,39 @@
OC.L10N.register(
"social",
{
"Social" : "Social",
"🎉 Nextcloud becomes part of the federated social networks!" : "🎉 Nextcloud kļūst par daļu apvainotajos sociālajos tīklos!",
"Open documentation" : "Atvērt dokumentāciju",
"Social app setup" : "Social lietotnes iestatīšana",
"Finish setup" : "Pabeigt iestatīšanu",
"The Social app needs to be set up by the server administrator." : "Social lietotne jāuzstādās servera administratoram.",
"Home" : "Sākums",
"Direct messages" : "Tiešie ziņojumi",
"Notifications" : "Paziņojumi",
"Profile" : "Profils",
"Local timeline" : "Lokālā laika josla",
"Global timeline" : "Globālā laika josla",
"Following" : "Seko",
"Post publicly" : "Publisks ieraksts",
"Post to followers" : "Ieraksts sekotājiem",
"Post to recipients" : "Ieraksts saņēmējam",
"Post unlisted" : "Nerindots ieraksts",
"Public" : "Publiska",
"Unlisted" : "Nerindots",
"Followers" : "Sekotāji",
"Direct" : "Tieši",
"Post to mentioned users only" : "Ieraksts tikai pieminētajiem lietotājiem",
"Unfollow" : "Atsekot",
"Follow" : "Sekot",
"posts" : "ieraksts",
"following" : "seko",
"followers" : "sekotāji",
"Searching for" : "Meklēt",
"No posts found" : "Atrasta jauns ieraksts",
"No direct messages found" : "Tiešie ziņojumi nav atrasti",
"Reply" : "Atbildēt",
"Close" : "Aizvērt",
"Continue" : "Turpināt",
"User not found" : "Lietotājs nav atrasts"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");

37
l10n/lv.json 100644
Wyświetl plik

@ -0,0 +1,37 @@
{ "translations": {
"Social" : "Social",
"🎉 Nextcloud becomes part of the federated social networks!" : "🎉 Nextcloud kļūst par daļu apvainotajos sociālajos tīklos!",
"Open documentation" : "Atvērt dokumentāciju",
"Social app setup" : "Social lietotnes iestatīšana",
"Finish setup" : "Pabeigt iestatīšanu",
"The Social app needs to be set up by the server administrator." : "Social lietotne jāuzstādās servera administratoram.",
"Home" : "Sākums",
"Direct messages" : "Tiešie ziņojumi",
"Notifications" : "Paziņojumi",
"Profile" : "Profils",
"Local timeline" : "Lokālā laika josla",
"Global timeline" : "Globālā laika josla",
"Following" : "Seko",
"Post publicly" : "Publisks ieraksts",
"Post to followers" : "Ieraksts sekotājiem",
"Post to recipients" : "Ieraksts saņēmējam",
"Post unlisted" : "Nerindots ieraksts",
"Public" : "Publiska",
"Unlisted" : "Nerindots",
"Followers" : "Sekotāji",
"Direct" : "Tieši",
"Post to mentioned users only" : "Ieraksts tikai pieminētajiem lietotājiem",
"Unfollow" : "Atsekot",
"Follow" : "Sekot",
"posts" : "ieraksts",
"following" : "seko",
"followers" : "sekotāji",
"Searching for" : "Meklēt",
"No posts found" : "Atrasta jauns ieraksts",
"No direct messages found" : "Tiešie ziņojumi nav atrasti",
"Reply" : "Atbildēt",
"Close" : "Aizvērt",
"Continue" : "Turpināt",
"User not found" : "Lietotājs nav atrasts"
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"
}

13
l10n/mk.js 100644
Wyświetl plik

@ -0,0 +1,13 @@
OC.L10N.register(
"social",
{
"Open documentation" : "Отвори ја документацијата",
"Finish setup" : "Заврши го подесувањето",
"Home" : "Дома",
"Notifications" : "Известувања",
"Public" : "Јавна",
"Reply" : "Одговор",
"Close" : "Затвори",
"Continue" : "Продолжи"
},
"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;");

11
l10n/mk.json 100644
Wyświetl plik

@ -0,0 +1,11 @@
{ "translations": {
"Open documentation" : "Отвори ја документацијата",
"Finish setup" : "Заврши го подесувањето",
"Home" : "Дома",
"Notifications" : "Известувања",
"Public" : "Јавна",
"Reply" : "Одговор",
"Close" : "Затвори",
"Continue" : "Продолжи"
},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"
}

12
l10n/mn.js 100644
Wyświetl plik

@ -0,0 +1,12 @@
OC.L10N.register(
"social",
{
"Open documentation" : "бичиг баримт нээх",
"Home" : "Нүүр",
"Notifications" : "Мэдэгдэл",
"Public" : "Нийтийн",
"Reply" : "хариулт",
"Close" : "Хаах",
"Continue" : "үргэлжлүүлэх"
},
"nplurals=2; plural=(n != 1);");

10
l10n/mn.json 100644
Wyświetl plik

@ -0,0 +1,10 @@
{ "translations": {
"Open documentation" : "бичиг баримт нээх",
"Home" : "Нүүр",
"Notifications" : "Мэдэгдэл",
"Public" : "Нийтийн",
"Reply" : "хариулт",
"Close" : "Хаах",
"Continue" : "үргэлжлүүлэх"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

16
l10n/nb.js 100644
Wyświetl plik

@ -0,0 +1,16 @@
OC.L10N.register(
"social",
{
"Open documentation" : "Åpne dokumentasjon",
"Finish setup" : "Fullfør oppsett",
"Home" : "Hjem",
"Notifications" : "Varsler",
"Public" : "Offentlig",
"Reply" : "Svar",
"More actions" : "Flere handlinger",
"Hello" : "Hallo",
"Close" : "Lukk",
"Continue" : "Fortsett",
"User not found" : "Fant ikke brukeren"
},
"nplurals=2; plural=(n != 1);");

14
l10n/nb.json 100644
Wyświetl plik

@ -0,0 +1,14 @@
{ "translations": {
"Open documentation" : "Åpne dokumentasjon",
"Finish setup" : "Fullfør oppsett",
"Home" : "Hjem",
"Notifications" : "Varsler",
"Public" : "Offentlig",
"Reply" : "Svar",
"More actions" : "Flere handlinger",
"Hello" : "Hallo",
"Close" : "Lukk",
"Continue" : "Fortsett",
"User not found" : "Fant ikke brukeren"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

10
l10n/nn_NO.js 100644
Wyświetl plik

@ -0,0 +1,10 @@
OC.L10N.register(
"social",
{
"Finish setup" : "Fullfør oppsettet",
"Home" : "Heim",
"Notifications" : "Meldingar",
"Close" : "Lukk",
"Continue" : "Gå vidare"
},
"nplurals=2; plural=(n != 1);");

8
l10n/nn_NO.json 100644
Wyświetl plik

@ -0,0 +1,8 @@
{ "translations": {
"Finish setup" : "Fullfør oppsettet",
"Home" : "Heim",
"Notifications" : "Meldingar",
"Close" : "Lukk",
"Continue" : "Gå vidare"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

9
l10n/oc.js 100644
Wyświetl plik

@ -0,0 +1,9 @@
OC.L10N.register(
"social",
{
"Home" : "Domicili",
"Notifications" : "Notificacions",
"Reply" : "Respondre",
"Close" : "Tampar"
},
"nplurals=2; plural=(n > 1);");

7
l10n/oc.json 100644
Wyświetl plik

@ -0,0 +1,7 @@
{ "translations": {
"Home" : "Domicili",
"Notifications" : "Notificacions",
"Reply" : "Respondre",
"Close" : "Tampar"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
}

Some files were not shown because too many files have changed in this diff Show More