(cargo-release) version {{version}}

This commit is contained in:
Kitaiti Makoto 2022-05-12 04:29:46 +09:00
parent eec09d79fe
commit 9a824f06c3
48 changed files with 1368 additions and 3833 deletions

View file

@ -4,6 +4,8 @@
## [Unreleased] - ReleaseDate
## [[0.7.2]] - 2022-05-11
### Added
- Basque language (#1013)
@ -260,7 +262,8 @@
- Ability to create multiple blogs
<!-- next-url -->
[Unreleased]: https://github.com/Plume-org/Plume/compare/0.7.1...HEAD
[Unreleased]: https://github.com/Plume-org/Plume/compare/0.7.2...HEAD
[[0.7.2]]: https://github.com/Plume-org/Plume/compare/0.7.1...0.7.2
[[0.7.1]]: https://github.com/Plume-org/Plume/compare/0.7.0...0.7.1
[[0.7.0]]: https://github.com/Plume-org/Plume/compare/0.6.0...0.7.0
[[0.6.0]]: https://github.com/Plume-org/Plume/compare/0.5.0...0.6.0

14
Cargo.lock generated
View file

@ -3198,7 +3198,7 @@ dependencies = [
[[package]]
name = "plume"
version = "0.7.1"
version = "0.7.2"
dependencies = [
"activitystreams",
"atom_syndication",
@ -3236,7 +3236,7 @@ dependencies = [
[[package]]
name = "plume-api"
version = "0.7.1"
version = "0.7.2"
dependencies = [
"serde 1.0.137",
"serde_derive",
@ -3244,7 +3244,7 @@ dependencies = [
[[package]]
name = "plume-cli"
version = "0.7.1"
version = "0.7.2"
dependencies = [
"clap",
"diesel",
@ -3255,7 +3255,7 @@ dependencies = [
[[package]]
name = "plume-common"
version = "0.7.1"
version = "0.7.2"
dependencies = [
"activitystreams",
"activitystreams-ext",
@ -3286,7 +3286,7 @@ dependencies = [
[[package]]
name = "plume-front"
version = "0.7.1"
version = "0.7.2"
dependencies = [
"console_error_panic_hook",
"gettext",
@ -3303,7 +3303,7 @@ dependencies = [
[[package]]
name = "plume-macro"
version = "0.7.1"
version = "0.7.2"
dependencies = [
"proc-macro2 0.4.30",
"quote 0.6.13",
@ -3312,7 +3312,7 @@ dependencies = [
[[package]]
name = "plume-models"
version = "0.7.1"
version = "0.7.2"
dependencies = [
"activitystreams",
"ammonia",

View file

@ -1,7 +1,7 @@
[package]
authors = ["Plume contributors"]
name = "plume"
version = "0.7.1"
version = "0.7.2"
repository = "https://github.com/Plume-org/Plume"
edition = "2018"

View file

@ -1,6 +1,6 @@
[package]
name = "plume-api"
version = "0.7.1"
version = "0.7.2"
authors = ["Plume contributors"]
edition = "2018"

View file

@ -1,6 +1,6 @@
[package]
name = "plume-cli"
version = "0.7.1"
version = "0.7.2"
authors = ["Plume contributors"]
edition = "2018"

View file

@ -1,6 +1,6 @@
[package]
name = "plume-common"
version = "0.7.1"
version = "0.7.2"
authors = ["Plume contributors"]
edition = "2018"

View file

@ -1,6 +1,6 @@
[package]
name = "plume-front"
version = "0.7.1"
version = "0.7.2"
authors = ["Plume contributors"]
edition = "2018"

View file

@ -1,6 +1,6 @@
[package]
name = "plume-macro"
version = "0.7.1"
version = "0.7.2"
authors = ["Trinity Pointard <trinity.pointard@insa-rennes.fr>"]
edition = "2018"
description = "Plume procedural macros"

View file

@ -1,6 +1,6 @@
[package]
name = "plume-models"
version = "0.7.1"
version = "0.7.2"
authors = ["Plume contributors"]
edition = "2018"

View file

@ -126,9 +126,7 @@ msgid "Here is the link for registration: {0}"
msgstr ""
# src/routes/email_signups.rs:219
msgid ""
"Your account has been created. Now you just need to log in, before you can "
"use it."
msgid "Your account has been created. Now you just need to log in, before you can use it."
msgstr ""
# src/routes/instance.rs:117
@ -236,15 +234,11 @@ msgid "Your article has been deleted."
msgstr ""
# src/routes/posts.rs:631
msgid ""
"It looks like the article you tried to delete doesn't exist. Maybe it is "
"already gone?"
msgid "It looks like the article you tried to delete doesn't exist. Maybe it is already gone?"
msgstr ""
# src/routes/posts.rs:673
msgid ""
"Couldn't obtain enough information about your account. Please make sure your "
"username is correct."
msgid "Couldn't obtain enough information about your account. Please make sure your username is correct."
msgstr ""
# src/routes/reshares.rs:58
@ -315,14 +309,7 @@ msgstr ""
msgid "Email confirmation"
msgstr ""
msgid ""
"An email will be sent to provided email. You can continue signing-up via the "
"email."
msgstr ""
msgid ""
"Apologies, but registrations are closed on this particular instance. You "
"can, however, find a different one."
msgid "Apologies, but registrations are closed on this particular instance. You can, however, find a different one."
msgstr ""
msgid "Registration"
@ -331,8 +318,7 @@ msgstr ""
msgid "Check your inbox!"
msgstr ""
msgid ""
"We sent a mail to the address you gave us, with a link for registration."
msgid "We sent a mail to the address you gave us, with a link for registration."
msgstr ""
msgid "Username"
@ -509,8 +495,7 @@ msgstr ""
msgid "Your Profile"
msgstr ""
msgid ""
"To change your avatar, upload it to your gallery and then select from there."
msgid "To change your avatar, upload it to your gallery and then select from there."
msgstr ""
msgid "Upload an avatar"
@ -582,10 +567,7 @@ msgstr ""
msgid "Invalid CSRF token"
msgstr ""
msgid ""
"Something is wrong with your CSRF token. Make sure cookies are enabled in "
"you browser, and try reloading this page. If you continue to see this error "
"message, please report it."
msgid "Something is wrong with your CSRF token. Make sure cookies are enabled in you browser, and try reloading this page. If you continue to see this error message, please report it."
msgstr ""
msgid "You are not authorized."
@ -669,21 +651,13 @@ msgstr ""
msgid "Save these settings"
msgstr ""
msgid ""
"If you are browsing this site as a visitor, no data about you is collected."
msgid "If you are browsing this site as a visitor, no data about you is collected."
msgstr ""
msgid ""
"As a registered user, you have to provide your username (which does not have "
"to be your real name), your functional email address and a password, in "
"order to be able to log in, write articles and comment. The content you "
"submit is stored until you delete it."
msgid "As a registered user, you have to provide your username (which does not have to be your real name), your functional email address and a password, in order to be able to log in, write articles and comment. The content you submit is stored until you delete it."
msgstr ""
msgid ""
"When you log in, we store two cookies, one to keep your session open, the "
"second to prevent other people to act on your behalf. We don't store any "
"other cookies."
msgid "When you log in, we store two cookies, one to keep your session open, the second to prevent other people to act on your behalf. We don't store any other cookies."
msgstr ""
msgid "Blocklisted Emails"
@ -692,10 +666,7 @@ msgstr ""
msgid "Email address"
msgstr ""
msgid ""
"The email address you wish to block. In order to block domains, you can use "
"globbing syntax, for example '*@example.com' blocks all addresses from "
"example.com"
msgid "The email address you wish to block. In order to block domains, you can use globbing syntax, for example '*@example.com' blocks all addresses from example.com"
msgstr ""
msgid "Note"
@ -704,17 +675,13 @@ msgstr ""
msgid "Notify the user?"
msgstr ""
msgid ""
"Optional, shows a message to the user when they attempt to create an account "
"with that address"
msgid "Optional, shows a message to the user when they attempt to create an account with that address"
msgstr ""
msgid "Blocklisting notification"
msgstr ""
msgid ""
"The message to be shown when the user attempts to create an account with "
"this email address"
msgid "The message to be shown when the user attempts to create an account with this email address"
msgstr ""
msgid "Add blocklisted address"
@ -741,7 +708,7 @@ msgstr ""
msgid "Welcome to {}"
msgstr ""
msgid "Nothing to see here yet."
msgid "View all"
msgstr ""
msgid "About {0}"
@ -786,9 +753,7 @@ msgstr ""
msgid "Content"
msgstr ""
msgid ""
"You can upload media to your gallery, and then copy their Markdown code into "
"your articles to insert them."
msgid "You can upload media to your gallery, and then copy their Markdown code into your articles to insert them."
msgstr ""
msgid "Upload media"
@ -846,9 +811,7 @@ msgstr ""
msgid "Boost"
msgstr ""
msgid ""
"{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this "
"article"
msgid "{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this article"
msgstr ""
msgid "Comments"
@ -902,9 +865,7 @@ msgstr ""
msgid "Update password"
msgstr ""
msgid ""
"We sent a mail to the address you gave us, with a link to reset your "
"password."
msgid "We sent a mail to the address you gave us, with a link to reset your password."
msgstr ""
msgid "Send password reset link"
@ -913,9 +874,7 @@ msgstr ""
msgid "This token has expired"
msgstr ""
msgid ""
"Please start the process again by clicking <a href=\"/password-reset\">here</"
"a>."
msgid "Please start the process again by clicking <a href=\"/password-reset\">here</a>."
msgstr ""
msgid "New Blog"
@ -930,8 +889,7 @@ msgstr ""
msgid "Edit \"{}\""
msgstr ""
msgid ""
"You can upload images to your gallery, to use them as blog icons, or banners."
msgid "You can upload images to your gallery, to use them as blog icons, or banners."
msgstr ""
msgid "Upload images"
@ -969,6 +927,9 @@ msgstr[1] ""
msgid "No posts to see here yet."
msgstr ""
msgid "Nothing to see here yet."
msgstr ""
msgid "None"
msgstr ""
@ -990,9 +951,7 @@ msgstr ""
msgid "Authors can manage multiple blogs, each as its own website."
msgstr ""
msgid ""
"Articles are also visible on other Plume instances, and you can interact "
"with them directly from other platforms like Mastodon."
msgid "Articles are also visible on other Plume instances, and you can interact with them directly from other platforms like Mastodon."
msgstr ""
msgid "Read the detailed rules"
@ -1072,3 +1031,4 @@ msgstr ""
msgid "Article license"
msgstr ""

View file

@ -10,8 +10,7 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: 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);\n"
"Plural-Forms: 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);\n"
"X-Crowdin-Project: plume\n"
"X-Crowdin-Project-ID: 352097\n"
"X-Crowdin-Language: ar\n"
@ -127,9 +126,7 @@ msgid "Here is the link for registration: {0}"
msgstr ""
# src/routes/email_signups.rs:219
msgid ""
"Your account has been created. Now you just need to log in, before you can "
"use it."
msgid "Your account has been created. Now you just need to log in, before you can use it."
msgstr "لقد تم إنشاء حسابك. ما عليك إلّا الولوج الآن للتمكّن مِن استعماله."
# src/routes/instance.rs:117
@ -237,15 +234,11 @@ msgid "Your article has been deleted."
msgstr "تم حذف مقالك."
# src/routes/posts.rs:631
msgid ""
"It looks like the article you tried to delete doesn't exist. Maybe it is "
"already gone?"
msgid "It looks like the article you tried to delete doesn't exist. Maybe it is already gone?"
msgstr "لم يتم العثور على المقال الذي تحاول حذفه. ربما سبق حذفه؟"
# src/routes/posts.rs:673
msgid ""
"Couldn't obtain enough information about your account. Please make sure your "
"username is correct."
msgid "Couldn't obtain enough information about your account. Please make sure your username is correct."
msgstr "تعذر العثور عن معلومات حسابك. المرجو التحقق من صحة إسم المستخدم."
# src/routes/reshares.rs:58
@ -316,16 +309,8 @@ msgstr "البريد الالكتروني"
msgid "Email confirmation"
msgstr ""
msgid ""
"An email will be sent to provided email. You can continue signing-up via the "
"email."
msgstr ""
msgid ""
"Apologies, but registrations are closed on this particular instance. You "
"can, however, find a different one."
msgstr ""
"المعذرة، لاكن التسجيل مغلق في هذا المثيل بالدات. يمكنك إجاد مثيل آخر للتسجيل."
msgid "Apologies, but registrations are closed on this particular instance. You can, however, find a different one."
msgstr "المعذرة، لاكن التسجيل مغلق في هذا المثيل بالدات. يمكنك إجاد مثيل آخر للتسجيل."
msgid "Registration"
msgstr ""
@ -333,8 +318,7 @@ msgstr ""
msgid "Check your inbox!"
msgstr "تحقق من علبة الوارد الخاصة بك!"
msgid ""
"We sent a mail to the address you gave us, with a link for registration."
msgid "We sent a mail to the address you gave us, with a link for registration."
msgstr ""
msgid "Username"
@ -511,10 +495,8 @@ msgstr "تعديل حسابك"
msgid "Your Profile"
msgstr "ملفك الشخصي"
msgid ""
"To change your avatar, upload it to your gallery and then select from there."
msgstr ""
"لتغير الصورة التشخيصية قم أولا برفعها إلى الألبوم ثم قم بتعينها من هنالك."
msgid "To change your avatar, upload it to your gallery and then select from there."
msgstr "لتغير الصورة التشخيصية قم أولا برفعها إلى الألبوم ثم قم بتعينها من هنالك."
msgid "Upload an avatar"
msgstr "تحميل صورة رمزية"
@ -585,13 +567,8 @@ msgstr "نعتذر عن الإزعاج. إن كنت تضن أن هذه مشكل
msgid "Invalid CSRF token"
msgstr "الرمز المميز CSRF غير صالح"
msgid ""
"Something is wrong with your CSRF token. Make sure cookies are enabled in "
"you browser, and try reloading this page. If you continue to see this error "
"message, please report it."
msgstr ""
"هناكخطأم ما في رمز CSRF. تحقق أن الكوكيز مفعل في متصفحك وأعد تحميل الصفحة. "
"إذا واجهتهذا الخطأ منجديد يرجى التبليغ."
msgid "Something is wrong with your CSRF token. Make sure cookies are enabled in you browser, and try reloading this page. If you continue to see this error message, please report it."
msgstr "هناكخطأم ما في رمز CSRF. تحقق أن الكوكيز مفعل في متصفحك وأعد تحميل الصفحة. إذا واجهتهذا الخطأ منجديد يرجى التبليغ."
msgid "You are not authorized."
msgstr "ليست لديك التصريحات اللازمة للقيام بذلك."
@ -674,21 +651,13 @@ msgstr "الرخصة الافتراضية للمقال"
msgid "Save these settings"
msgstr "احفظ هذه الإعدادات"
msgid ""
"If you are browsing this site as a visitor, no data about you is collected."
msgid "If you are browsing this site as a visitor, no data about you is collected."
msgstr "إذا كنت تصفح هذا الموقع كزائر ، لا يتم تجميع أي بيانات عنك."
msgid ""
"As a registered user, you have to provide your username (which does not have "
"to be your real name), your functional email address and a password, in "
"order to be able to log in, write articles and comment. The content you "
"submit is stored until you delete it."
msgid "As a registered user, you have to provide your username (which does not have to be your real name), your functional email address and a password, in order to be able to log in, write articles and comment. The content you submit is stored until you delete it."
msgstr ""
msgid ""
"When you log in, we store two cookies, one to keep your session open, the "
"second to prevent other people to act on your behalf. We don't store any "
"other cookies."
msgid "When you log in, we store two cookies, one to keep your session open, the second to prevent other people to act on your behalf. We don't store any other cookies."
msgstr ""
msgid "Blocklisted Emails"
@ -697,10 +666,7 @@ msgstr ""
msgid "Email address"
msgstr ""
msgid ""
"The email address you wish to block. In order to block domains, you can use "
"globbing syntax, for example '*@example.com' blocks all addresses from "
"example.com"
msgid "The email address you wish to block. In order to block domains, you can use globbing syntax, for example '*@example.com' blocks all addresses from example.com"
msgstr ""
msgid "Note"
@ -709,17 +675,13 @@ msgstr ""
msgid "Notify the user?"
msgstr ""
msgid ""
"Optional, shows a message to the user when they attempt to create an account "
"with that address"
msgid "Optional, shows a message to the user when they attempt to create an account with that address"
msgstr ""
msgid "Blocklisting notification"
msgstr ""
msgid ""
"The message to be shown when the user attempts to create an account with "
"this email address"
msgid "The message to be shown when the user attempts to create an account with this email address"
msgstr ""
msgid "Add blocklisted address"
@ -746,8 +708,8 @@ msgstr ""
msgid "Welcome to {}"
msgstr "مرحبا بكم في {0}"
msgid "Nothing to see here yet."
msgstr ""
msgid "View all"
msgstr "عرضها كافة"
msgid "About {0}"
msgstr "عن {0}"
@ -791,11 +753,8 @@ msgstr "العنوان الثانوي"
msgid "Content"
msgstr "المحتوى"
msgid ""
"You can upload media to your gallery, and then copy their Markdown code into "
"your articles to insert them."
msgstr ""
"يكنك رفع الوسائط للألبوم ومن ثم نسخ شفرة الماركداون في مقالاتك لإدراجها."
msgid "You can upload media to your gallery, and then copy their Markdown code into your articles to insert them."
msgstr "يكنك رفع الوسائط للألبوم ومن ثم نسخ شفرة الماركداون في مقالاتك لإدراجها."
msgid "Upload media"
msgstr "تحميل وسائط"
@ -860,12 +819,8 @@ msgstr "لم أعد أرغب في دعم هذا"
msgid "Boost"
msgstr "رقّي"
msgid ""
"{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this "
"article"
msgstr ""
"{0}قم بتسجيل الدخول{1} أو {2}استخدم حسابك على الفديفرس{3} إن كنت ترغب في "
"التفاعل مع هذا المقال"
msgid "{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this article"
msgstr "{0}قم بتسجيل الدخول{1} أو {2}استخدم حسابك على الفديفرس{3} إن كنت ترغب في التفاعل مع هذا المقال"
msgid "Comments"
msgstr "التعليقات"
@ -918,12 +873,8 @@ msgstr "تأكيد"
msgid "Update password"
msgstr "تحديث الكلمة السرية"
msgid ""
"We sent a mail to the address you gave us, with a link to reset your "
"password."
msgstr ""
"لقد أرسلنا رسالة للعنوان الذي توصلنا به من طرفك تضمنرابط لإعادت تحديد كلمة "
"المرور."
msgid "We sent a mail to the address you gave us, with a link to reset your password."
msgstr "لقد أرسلنا رسالة للعنوان الذي توصلنا به من طرفك تضمنرابط لإعادت تحديد كلمة المرور."
msgid "Send password reset link"
msgstr "أرسل رابط إعادة تعيين الكلمة السرية"
@ -931,9 +882,7 @@ msgstr "أرسل رابط إعادة تعيين الكلمة السرية"
msgid "This token has expired"
msgstr ""
msgid ""
"Please start the process again by clicking <a href=\"/password-reset\">here</"
"a>."
msgid "Please start the process again by clicking <a href=\"/password-reset\">here</a>."
msgstr ""
msgid "New Blog"
@ -948,8 +897,7 @@ msgstr "انشاء مدونة"
msgid "Edit \"{}\""
msgstr "تعديل \"{}\""
msgid ""
"You can upload images to your gallery, to use them as blog icons, or banners."
msgid "You can upload images to your gallery, to use them as blog icons, or banners."
msgstr "يمكن رفع الصور إلى ألبومك من أجل إستعمالها كأيقونة المدونة أو الشعار."
msgid "Upload images"
@ -991,6 +939,9 @@ msgstr[5] "هنلك {0} مؤلفون في هذه المدونة: "
msgid "No posts to see here yet."
msgstr "في الوقت الراهن لا توجد أية منشورات هنا."
msgid "Nothing to see here yet."
msgstr ""
msgid "None"
msgstr "لا شيء"
@ -1012,12 +963,8 @@ msgstr "بلوم محرك لامركزي للمدونات."
msgid "Authors can manage multiple blogs, each as its own website."
msgstr "يمكن للمحررين أن يديرو العديد من المدونات كل واحدة كموقع منفرد."
msgid ""
"Articles are also visible on other Plume instances, and you can interact "
"with them directly from other platforms like Mastodon."
msgstr ""
"ستكون المقالات معروضة على مواقع بلومالأخرى حيث يمكنكم التفاعل معها مباشرة "
"عبر أية منصة أخرى مثل ماستدون."
msgid "Articles are also visible on other Plume instances, and you can interact with them directly from other platforms like Mastodon."
msgstr "ستكون المقالات معروضة على مواقع بلومالأخرى حيث يمكنكم التفاعل معها مباشرة عبر أية منصة أخرى مثل ماستدون."
msgid "Read the detailed rules"
msgstr "إقرأ القواعد بالتفصيل"
@ -1097,5 +1044,3 @@ msgstr "نشرتحت هذا الترخيص"
msgid "Article license"
msgstr "رخصة المقال"
#~ msgid "View all"
#~ msgstr "عرضها كافة"

View file

@ -126,12 +126,8 @@ msgid "Here is the link for registration: {0}"
msgstr ""
# src/routes/email_signups.rs:219
msgid ""
"Your account has been created. Now you just need to log in, before you can "
"use it."
msgstr ""
"Вашият акаунт беше създаден. Сега просто трябва да влезете за да можете да "
"го използвате."
msgid "Your account has been created. Now you just need to log in, before you can use it."
msgstr "Вашият акаунт беше създаден. Сега просто трябва да влезете за да можете да го използвате."
# src/routes/instance.rs:117
msgid "Instance settings have been saved."
@ -238,20 +234,12 @@ msgid "Your article has been deleted."
msgstr "Статията е изтрита."
# src/routes/posts.rs:631
msgid ""
"It looks like the article you tried to delete doesn't exist. Maybe it is "
"already gone?"
msgstr ""
"Изглежда, че статията, която се опитвате да изтриете не съществува. Може би "
"вече я няма?"
msgid "It looks like the article you tried to delete doesn't exist. Maybe it is already gone?"
msgstr "Изглежда, че статията, която се опитвате да изтриете не съществува. Може би вече я няма?"
# src/routes/posts.rs:673
msgid ""
"Couldn't obtain enough information about your account. Please make sure your "
"username is correct."
msgstr ""
"Не можа да се получи достатъчно информация за профила ви. Моля, уверете се, "
"че потребителското ви име е правилно."
msgid "Couldn't obtain enough information about your account. Please make sure your username is correct."
msgstr "Не можа да се получи достатъчно информация за профила ви. Моля, уверете се, че потребителското ви име е правилно."
# src/routes/reshares.rs:58
msgid "To reshare a post, you need to be logged in"
@ -279,9 +267,7 @@ msgstr "Вашата парола бе успешно възстановена."
# src/routes/user.rs:87
msgid "To access your dashboard, you need to be logged in"
msgstr ""
"За да получите достъп до таблото си за управление, трябва да сте влезли в "
"профила си"
msgstr "За да получите достъп до таблото си за управление, трябва да сте влезли в профила си"
# src/routes/user.rs:109
msgid "You are no longer following {}."
@ -323,17 +309,8 @@ msgstr "Електронна поща"
msgid "Email confirmation"
msgstr ""
msgid ""
"An email will be sent to provided email. You can continue signing-up via the "
"email."
msgstr ""
msgid ""
"Apologies, but registrations are closed on this particular instance. You "
"can, however, find a different one."
msgstr ""
"Извиняваме се, но регистрациите са затворени за тази конкретна инстанция. "
"Можете обаче да намерите друга."
msgid "Apologies, but registrations are closed on this particular instance. You can, however, find a different one."
msgstr "Извиняваме се, но регистрациите са затворени за тази конкретна инстанция. Можете обаче да намерите друга."
msgid "Registration"
msgstr ""
@ -341,8 +318,7 @@ msgstr ""
msgid "Check your inbox!"
msgstr "Проверете си пощата!"
msgid ""
"We sent a mail to the address you gave us, with a link for registration."
msgid "We sent a mail to the address you gave us, with a link for registration."
msgstr ""
msgid "Username"
@ -502,9 +478,7 @@ msgid "Your Blogs"
msgstr "Вашият Блог"
msgid "You don't have any blog yet. Create your own, or ask to join one."
msgstr ""
"Все още нямате блог. Създайте свой собствен или поискайте да се присъедините "
"към някой друг."
msgstr "Все още нямате блог. Създайте свой собствен или поискайте да се присъедините към някой друг."
msgid "Start a new blog"
msgstr "Започнете нов блог"
@ -521,10 +495,8 @@ msgstr "Редактирайте профила си"
msgid "Your Profile"
msgstr "Вашият профил"
msgid ""
"To change your avatar, upload it to your gallery and then select from there."
msgstr ""
"За да промените аватара си, качете го в галерията и след това го изберете."
msgid "To change your avatar, upload it to your gallery and then select from there."
msgstr "За да промените аватара си, качете го в галерията и след това го изберете."
msgid "Upload an avatar"
msgstr "Качете аватар"
@ -554,17 +526,13 @@ msgid "Danger zone"
msgstr "Опасна зона"
msgid "Be very careful, any action taken here can't be cancelled."
msgstr ""
"Бъдете много внимателни, всяко действие предприето тук не може да бъде "
"отменено."
msgstr "Бъдете много внимателни, всяко действие предприето тук не може да бъде отменено."
msgid "Delete your account"
msgstr "Изтриване на вашият профил"
msgid "Sorry, but as an admin, you can't leave your own instance."
msgstr ""
"За съжаление, като администратор не можете да напуснете своята собствена "
"инстанция."
msgstr "За съжаление, като администратор не можете да напуснете своята собствена инстанция."
msgid "Latest articles"
msgstr "Последни статии"
@ -594,20 +562,13 @@ msgid "Something broke on our side."
msgstr "Възникна грешка от ваша страна."
msgid "Sorry about that. If you think this is a bug, please report it."
msgstr ""
"Извиняваме се за това. Ако смятате, че това е грешка, моля докладвайте я."
msgstr "Извиняваме се за това. Ако смятате, че това е грешка, моля докладвайте я."
msgid "Invalid CSRF token"
msgstr "Невалиден CSRF token (маркер)"
msgid ""
"Something is wrong with your CSRF token. Make sure cookies are enabled in "
"you browser, and try reloading this page. If you continue to see this error "
"message, please report it."
msgstr ""
"Нещо не е наред с вашия CSRF token (маркер). Уверете се, че бисквитките са "
"активирани в браузъра и опитайте да заредите отново тази страница. Ако "
"продължите да виждате това съобщение за грешка, моля, подайте сигнал за това."
msgid "Something is wrong with your CSRF token. Make sure cookies are enabled in you browser, and try reloading this page. If you continue to see this error message, please report it."
msgstr "Нещо не е наред с вашия CSRF token (маркер). Уверете се, че бисквитките са активирани в браузъра и опитайте да заредите отново тази страница. Ако продължите да виждате това съобщение за грешка, моля, подайте сигнал за това."
msgid "You are not authorized."
msgstr "Не сте упълномощени."
@ -690,29 +651,14 @@ msgstr "Лиценз по подразбиране"
msgid "Save these settings"
msgstr "Запаметете тези настройки"
msgid ""
"If you are browsing this site as a visitor, no data about you is collected."
msgid "If you are browsing this site as a visitor, no data about you is collected."
msgstr "Ако разглеждате този сайт като посетител, не се събират данни за вас."
msgid ""
"As a registered user, you have to provide your username (which does not have "
"to be your real name), your functional email address and a password, in "
"order to be able to log in, write articles and comment. The content you "
"submit is stored until you delete it."
msgstr ""
"Като регистриран потребител трябва да предоставите потребителско име (което "
"не е задължително да е вашето истинско име), вашия функционален имейл адрес "
"и парола за да можете да влезете, да напишете статии и коментари. "
"Съдържанието, което изпращате се съхранява докато не го изтриете."
msgid "As a registered user, you have to provide your username (which does not have to be your real name), your functional email address and a password, in order to be able to log in, write articles and comment. The content you submit is stored until you delete it."
msgstr "Като регистриран потребител трябва да предоставите потребителско име (което не е задължително да е вашето истинско име), вашия функционален имейл адрес и парола за да можете да влезете, да напишете статии и коментари. Съдържанието, което изпращате се съхранява докато не го изтриете."
msgid ""
"When you log in, we store two cookies, one to keep your session open, the "
"second to prevent other people to act on your behalf. We don't store any "
"other cookies."
msgstr ""
"Когато влезете в системата, съхраняваме две „бисквитки“, една за отваряне на "
"сесията, а втората за да попречи на други хора да действат от ваше име. Ние "
"не съхраняваме никакви други бисквитки."
msgid "When you log in, we store two cookies, one to keep your session open, the second to prevent other people to act on your behalf. We don't store any other cookies."
msgstr "Когато влезете в системата, съхраняваме две „бисквитки“, една за отваряне на сесията, а втората за да попречи на други хора да действат от ваше име. Ние не съхраняваме никакви други бисквитки."
msgid "Blocklisted Emails"
msgstr "Имейли в череният списък"
@ -720,14 +666,8 @@ msgstr "Имейли в череният списък"
msgid "Email address"
msgstr "Имейл адрес"
msgid ""
"The email address you wish to block. In order to block domains, you can use "
"globbing syntax, for example '*@example.com' blocks all addresses from "
"example.com"
msgstr ""
"Имейл адресът, който искате да блокирате. За да блокирате домейните можете "
"да използвате широкообхватен синтаксис, например '*@example.com' блокира "
"всички адреси от example.com"
msgid "The email address you wish to block. In order to block domains, you can use globbing syntax, for example '*@example.com' blocks all addresses from example.com"
msgstr "Имейл адресът, който искате да блокирате. За да блокирате домейните можете да използвате широкообхватен синтаксис, например '*@example.com' блокира всички адреси от example.com"
msgid "Note"
msgstr "Бележка"
@ -735,22 +675,14 @@ msgstr "Бележка"
msgid "Notify the user?"
msgstr "Уведомяване на потребителя?"
msgid ""
"Optional, shows a message to the user when they attempt to create an account "
"with that address"
msgstr ""
"По желание, показва съобщение на потребителя, когато той се опита да създаде "
"акаунт с този адрес"
msgid "Optional, shows a message to the user when they attempt to create an account with that address"
msgstr "По желание, показва съобщение на потребителя, когато той се опита да създаде акаунт с този адрес"
msgid "Blocklisting notification"
msgstr "Известие за блокиране от списък"
msgid ""
"The message to be shown when the user attempts to create an account with "
"this email address"
msgstr ""
"Съобщението, което трябва да се покаже, когато потребителят се опита да "
"създаде акаунт с този имейл адрес"
msgid "The message to be shown when the user attempts to create an account with this email address"
msgstr "Съобщението, което трябва да се покаже, когато потребителят се опита да създаде акаунт с този имейл адрес"
msgid "Add blocklisted address"
msgstr "Добавяне на адрес в черният списък"
@ -776,8 +708,8 @@ msgstr "Потребителят тихо ще бъде възпрепятств
msgid "Welcome to {}"
msgstr "Добре дошли в {}"
msgid "Nothing to see here yet."
msgstr "Тук още няма какво да се види."
msgid "View all"
msgstr "Виж всичко"
msgid "About {0}"
msgstr "Относно {0}"
@ -821,12 +753,8 @@ msgstr "Подзаглавие"
msgid "Content"
msgstr "Съдържание"
msgid ""
"You can upload media to your gallery, and then copy their Markdown code into "
"your articles to insert them."
msgstr ""
"Можете да качвате мултимедия в галерията си, а след това да копирате "
"Markdown кода в статиите си за да я вмъкнете."
msgid "You can upload media to your gallery, and then copy their Markdown code into your articles to insert them."
msgstr "Можете да качвате мултимедия в галерията си, а след това да копирате Markdown кода в статиите си за да я вмъкнете."
msgid "Upload media"
msgstr "Качете медия"
@ -883,12 +811,8 @@ msgstr "Не искам повече да го подсилвам"
msgid "Boost"
msgstr "Подсилване"
msgid ""
"{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this "
"article"
msgstr ""
"{0}Влезте {1}или {2}използвайте акаунта си в Fediverse{3}, за да "
"взаимодействате с тази статия"
msgid "{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this article"
msgstr "{0}Влезте {1}или {2}използвайте акаунта си в Fediverse{3}, за да взаимодействате с тази статия"
msgid "Comments"
msgstr "Коментари"
@ -906,8 +830,7 @@ msgid "Are you sure?"
msgstr "Сигурен ли си?"
msgid "This article is still a draft. Only you and other authors can see it."
msgstr ""
"Тази статия все още е проект. Само вие и другите автори можете да я видите."
msgstr "Тази статия все още е проект. Само вие и другите автори можете да я видите."
msgid "Only you and other authors can edit this article."
msgstr "Само вие и другите автори можете да редактирате тази статия."
@ -942,12 +865,8 @@ msgstr "Потвърждение"
msgid "Update password"
msgstr "Обнови паролата"
msgid ""
"We sent a mail to the address you gave us, with a link to reset your "
"password."
msgstr ""
"Изпратихме емайл с връзка за възстановяване на паролата ви, на адреса който "
"ни дадохте."
msgid "We sent a mail to the address you gave us, with a link to reset your password."
msgstr "Изпратихме емайл с връзка за възстановяване на паролата ви, на адреса който ни дадохте."
msgid "Send password reset link"
msgstr "Изпращане на връзка за възстановяване на парола"
@ -955,12 +874,8 @@ msgstr "Изпращане на връзка за възстановяване
msgid "This token has expired"
msgstr "Този токен е изтекъл"
msgid ""
"Please start the process again by clicking <a href=\"/password-reset\">here</"
"a>."
msgstr ""
"Моля, стартирайте процеса отново като щракнете <a href=\"/password-reset"
"\">тук</a>."
msgid "Please start the process again by clicking <a href=\"/password-reset\">here</a>."
msgstr "Моля, стартирайте процеса отново като щракнете <a href=\"/password-reset\">тук</a>."
msgid "New Blog"
msgstr "Нов блог"
@ -974,11 +889,8 @@ msgstr "Създайте блог"
msgid "Edit \"{}\""
msgstr "редактирам \"{}\""
msgid ""
"You can upload images to your gallery, to use them as blog icons, or banners."
msgstr ""
"Можете да качвате изображения в галерията си и да ги използвате като икони "
"на блога или банери."
msgid "You can upload images to your gallery, to use them as blog icons, or banners."
msgstr "Можете да качвате изображения в галерията си и да ги използвате като икони на блога или банери."
msgid "Upload images"
msgstr "Качване на изображения"
@ -996,9 +908,7 @@ msgid "Update blog"
msgstr "Актуализация блог"
msgid "Be very careful, any action taken here can't be reversed."
msgstr ""
"Бъдете много внимателни, всяко действие, предприето тук не може да бъде "
"отменено."
msgstr "Бъдете много внимателни, всяко действие, предприето тук не може да бъде отменено."
msgid "Are you sure that you want to permanently delete this blog?"
msgstr "Сигурни ли сте, че искате да изтриете окончателно този блог?"
@ -1017,6 +927,9 @@ msgstr[1] "Има {0} автора в този блог: "
msgid "No posts to see here yet."
msgstr "Все още няма публикации."
msgid "Nothing to see here yet."
msgstr "Тук още няма какво да се види."
msgid "None"
msgstr "Няма"
@ -1036,16 +949,10 @@ msgid "Plume is a decentralized blogging engine."
msgstr "Pluma е децентрализиран двигател за блогове."
msgid "Authors can manage multiple blogs, each as its own website."
msgstr ""
"Авторите могат да управляват множество блогове, всеки като свой уникален "
"уебсайт."
msgstr "Авторите могат да управляват множество блогове, всеки като свой уникален уебсайт."
msgid ""
"Articles are also visible on other Plume instances, and you can interact "
"with them directly from other platforms like Mastodon."
msgstr ""
"Статиите се виждат и на други Plume инстанции като можете да взаимодействате "
"с тях директно и от други платформи като Mastodon."
msgid "Articles are also visible on other Plume instances, and you can interact with them directly from other platforms like Mastodon."
msgstr "Статиите се виждат и на други Plume инстанции като можете да взаимодействате с тях директно и от други платформи като Mastodon."
msgid "Read the detailed rules"
msgstr "Прочетете подробните правила"
@ -1125,5 +1032,3 @@ msgstr "Публикувано под този лиценз"
msgid "Article license"
msgstr "Лиценз на статията"
#~ msgid "View all"
#~ msgstr "Виж всичко"

View file

@ -126,11 +126,8 @@ msgid "Here is the link for registration: {0}"
msgstr ""
# src/routes/email_signups.rs:219
msgid ""
"Your account has been created. Now you just need to log in, before you can "
"use it."
msgstr ""
"S'ha creat el teu compte. Ara cal iniciar sessió per a començar a usar-lo."
msgid "Your account has been created. Now you just need to log in, before you can use it."
msgstr "S'ha creat el teu compte. Ara cal iniciar sessió per a començar a usar-lo."
# src/routes/instance.rs:117
msgid "Instance settings have been saved."
@ -237,19 +234,12 @@ msgid "Your article has been deleted."
msgstr "Sha suprimit el vostre article."
# src/routes/posts.rs:631
msgid ""
"It looks like the article you tried to delete doesn't exist. Maybe it is "
"already gone?"
msgstr ""
"Sembla que l'article que intentes esborrar no existeix. Potser ja no hi és?"
msgid "It looks like the article you tried to delete doesn't exist. Maybe it is already gone?"
msgstr "Sembla que l'article que intentes esborrar no existeix. Potser ja no hi és?"
# src/routes/posts.rs:673
msgid ""
"Couldn't obtain enough information about your account. Please make sure your "
"username is correct."
msgstr ""
"No s'ha pogut obtenir informació sobre el teu compte. Si us plau, assegura't "
"que el teu nom d'usuari és correcte."
msgid "Couldn't obtain enough information about your account. Please make sure your username is correct."
msgstr "No s'ha pogut obtenir informació sobre el teu compte. Si us plau, assegura't que el teu nom d'usuari és correcte."
# src/routes/reshares.rs:58
msgid "To reshare a post, you need to be logged in"
@ -319,17 +309,8 @@ msgstr "Adreça electrònica"
msgid "Email confirmation"
msgstr ""
msgid ""
"An email will be sent to provided email. You can continue signing-up via the "
"email."
msgstr ""
msgid ""
"Apologies, but registrations are closed on this particular instance. You "
"can, however, find a different one."
msgstr ""
"Disculpa, el registre d'aquesta instància és tancat. Pots trobar-ne un altre "
"diferent."
msgid "Apologies, but registrations are closed on this particular instance. You can, however, find a different one."
msgstr "Disculpa, el registre d'aquesta instància és tancat. Pots trobar-ne un altre diferent."
msgid "Registration"
msgstr ""
@ -337,8 +318,7 @@ msgstr ""
msgid "Check your inbox!"
msgstr "Reviseu la vostra safata dentrada."
msgid ""
"We sent a mail to the address you gave us, with a link for registration."
msgid "We sent a mail to the address you gave us, with a link for registration."
msgstr ""
msgid "Username"
@ -357,9 +337,7 @@ msgid "Description"
msgstr "Descripció"
msgid "Useful for visually impaired people, as well as licensing information"
msgstr ""
"Molt útil per a persones amb deficiències visuals aixó com informació sobre "
"llicències"
msgstr "Molt útil per a persones amb deficiències visuals aixó com informació sobre llicències"
msgid "Content warning"
msgstr "Advertència sobre el contingut"
@ -500,8 +478,7 @@ msgid "Your Blogs"
msgstr "Els vostres blogs"
msgid "You don't have any blog yet. Create your own, or ask to join one."
msgstr ""
"Encara no tens cap bloc. Crea el teu propi o pregunta per a unir-te a un."
msgstr "Encara no tens cap bloc. Crea el teu propi o pregunta per a unir-te a un."
msgid "Start a new blog"
msgstr "Inicia un nou bloc"
@ -518,11 +495,8 @@ msgstr "Edita el teu compte"
msgid "Your Profile"
msgstr "El vostre perfil"
msgid ""
"To change your avatar, upload it to your gallery and then select from there."
msgstr ""
"Per a canviar el teu avatar, puja'l a la teva galeria i desprès selecciona'l "
"allà."
msgid "To change your avatar, upload it to your gallery and then select from there."
msgstr "Per a canviar el teu avatar, puja'l a la teva galeria i desprès selecciona'l allà."
msgid "Upload an avatar"
msgstr "Puja un avatar"
@ -558,8 +532,7 @@ msgid "Delete your account"
msgstr "Elimina el teu compte"
msgid "Sorry, but as an admin, you can't leave your own instance."
msgstr ""
"Ho sentim però com a admin, no pots abandonar la teva pròpia instància."
msgstr "Ho sentim però com a admin, no pots abandonar la teva pròpia instància."
msgid "Latest articles"
msgstr "Darrers articles"
@ -594,14 +567,8 @@ msgstr "Disculpa-n's. Si creus que això és un error, si us plau reporta-ho."
msgid "Invalid CSRF token"
msgstr "Token CSRF invalid"
msgid ""
"Something is wrong with your CSRF token. Make sure cookies are enabled in "
"you browser, and try reloading this page. If you continue to see this error "
"message, please report it."
msgstr ""
"Alguna cosa no és correcte amb el teu token CSRF. Assegura't que no "
"bloqueges les galetes en el teu navegador i prova refrescant la pàgina. Si "
"continues veient aquest missatge d'error, si us plau informa-ho."
msgid "Something is wrong with your CSRF token. Make sure cookies are enabled in you browser, and try reloading this page. If you continue to see this error message, please report it."
msgstr "Alguna cosa no és correcte amb el teu token CSRF. Assegura't que no bloqueges les galetes en el teu navegador i prova refrescant la pàgina. Si continues veient aquest missatge d'error, si us plau informa-ho."
msgid "You are not authorized."
msgstr "No estàs autoritzat."
@ -684,31 +651,14 @@ msgstr "Llicència per defecte dels articles"
msgid "Save these settings"
msgstr "Desa aquests paràmetres"
msgid ""
"If you are browsing this site as a visitor, no data about you is collected."
msgstr ""
"Si estàs navegant aquest lloc com a visitant cap dada sobre tu serà "
"recollida."
msgid "If you are browsing this site as a visitor, no data about you is collected."
msgstr "Si estàs navegant aquest lloc com a visitant cap dada sobre tu serà recollida."
msgid ""
"As a registered user, you have to provide your username (which does not have "
"to be your real name), your functional email address and a password, in "
"order to be able to log in, write articles and comment. The content you "
"submit is stored until you delete it."
msgstr ""
"Com a usuari registrat has de proporcionar un nom d'usuari (que no ha de ser "
"el teu nom real), una adreça de correu funcional i una contrasenya per a "
"poder ser capaç d'iniciar sessió, escriure articles i comentar-los. El "
"contingut que enviïs es guarda fins que tu l'esborris."
msgid "As a registered user, you have to provide your username (which does not have to be your real name), your functional email address and a password, in order to be able to log in, write articles and comment. The content you submit is stored until you delete it."
msgstr "Com a usuari registrat has de proporcionar un nom d'usuari (que no ha de ser el teu nom real), una adreça de correu funcional i una contrasenya per a poder ser capaç d'iniciar sessió, escriure articles i comentar-los. El contingut que enviïs es guarda fins que tu l'esborris."
msgid ""
"When you log in, we store two cookies, one to keep your session open, the "
"second to prevent other people to act on your behalf. We don't store any "
"other cookies."
msgstr ""
"Quan inicies sessió guardem dues galetes, una per a mantenir la sessió "
"oberta i l l'altre per a evitar que d'altres persones actuïn en el teu nom. "
"No guardem cap altre galeta."
msgid "When you log in, we store two cookies, one to keep your session open, the second to prevent other people to act on your behalf. We don't store any other cookies."
msgstr "Quan inicies sessió guardem dues galetes, una per a mantenir la sessió oberta i l l'altre per a evitar que d'altres persones actuïn en el teu nom. No guardem cap altre galeta."
msgid "Blocklisted Emails"
msgstr "Llista de bloqueig d'adreces de correu"
@ -716,14 +666,8 @@ msgstr "Llista de bloqueig d'adreces de correu"
msgid "Email address"
msgstr "Adreça de correu electrònic"
msgid ""
"The email address you wish to block. In order to block domains, you can use "
"globbing syntax, for example '*@example.com' blocks all addresses from "
"example.com"
msgstr ""
"L'adreça de correu electrònic que desitges bloquejar. Per a bloquejar "
"dominis pots usar la sintaxi global, per exemple '*@exemple.com' bloqueja "
"totes les adreces de exemple.com"
msgid "The email address you wish to block. In order to block domains, you can use globbing syntax, for example '*@example.com' blocks all addresses from example.com"
msgstr "L'adreça de correu electrònic que desitges bloquejar. Per a bloquejar dominis pots usar la sintaxi global, per exemple '*@exemple.com' bloqueja totes les adreces de exemple.com"
msgid "Note"
msgstr "Nota"
@ -731,22 +675,14 @@ msgstr "Nota"
msgid "Notify the user?"
msgstr "Notificar l'usuari?"
msgid ""
"Optional, shows a message to the user when they attempt to create an account "
"with that address"
msgstr ""
"Opcional, mostra un missatge al usuari quan intenta crear un compte amb "
"aquesta adreça"
msgid "Optional, shows a message to the user when they attempt to create an account with that address"
msgstr "Opcional, mostra un missatge al usuari quan intenta crear un compte amb aquesta adreça"
msgid "Blocklisting notification"
msgstr "Notificacions de la llista de bloqueig"
msgid ""
"The message to be shown when the user attempts to create an account with "
"this email address"
msgstr ""
"El missatge per a ser mostrat quan l'usuari intenta crear un compte amb "
"aquesta adreça de correu"
msgid "The message to be shown when the user attempts to create an account with this email address"
msgstr "El missatge per a ser mostrat quan l'usuari intenta crear un compte amb aquesta adreça de correu"
msgid "Add blocklisted address"
msgstr "Afegir adreça a la llista de bloquejos"
@ -772,8 +708,8 @@ msgstr "Lusuari es veurà impedit en silenci de crear un compte"
msgid "Welcome to {}"
msgstr "Us donem la benvinguda a {}"
msgid "Nothing to see here yet."
msgstr "Encara res a veure aquí."
msgid "View all"
msgstr "Mostra-ho tot"
msgid "About {0}"
msgstr "Quant a {0}"
@ -817,12 +753,8 @@ msgstr "Subtítol"
msgid "Content"
msgstr "Contingut"
msgid ""
"You can upload media to your gallery, and then copy their Markdown code into "
"your articles to insert them."
msgstr ""
"Pots pujar Mèdia a la teva galeria i desprès copiar el codi Markdown dels "
"teus articles per a inserir-los."
msgid "You can upload media to your gallery, and then copy their Markdown code into your articles to insert them."
msgstr "Pots pujar Mèdia a la teva galeria i desprès copiar el codi Markdown dels teus articles per a inserir-los."
msgid "Upload media"
msgstr "Pujar Mèdia"
@ -879,12 +811,8 @@ msgstr "Ja no vull impulsar més això"
msgid "Boost"
msgstr "Impuls"
msgid ""
"{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this "
"article"
msgstr ""
"{0}Inicia sessió{1}, o {2}usa el teu compte del Fedivers{3} per a "
"interactuar amb aquest article"
msgid "{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this article"
msgstr "{0}Inicia sessió{1}, o {2}usa el teu compte del Fedivers{3} per a interactuar amb aquest article"
msgid "Comments"
msgstr "Comentaris"
@ -902,9 +830,7 @@ msgid "Are you sure?"
msgstr "Nesteu segur?"
msgid "This article is still a draft. Only you and other authors can see it."
msgstr ""
"Aquest article és encara un esborrany. Només tu i altres autors podeu "
"veure'l."
msgstr "Aquest article és encara un esborrany. Només tu i altres autors podeu veure'l."
msgid "Only you and other authors can edit this article."
msgstr "Només tu i altres autors podeu editar aquest article."
@ -939,12 +865,8 @@ msgstr "Confirmació"
msgid "Update password"
msgstr "Actualitza la contrasenya"
msgid ""
"We sent a mail to the address you gave us, with a link to reset your "
"password."
msgstr ""
"Hem enviat un correu a l'adreça que ens vas donar, amb un enllaç per a "
"reiniciar la teva contrasenya."
msgid "We sent a mail to the address you gave us, with a link to reset your password."
msgstr "Hem enviat un correu a l'adreça que ens vas donar, amb un enllaç per a reiniciar la teva contrasenya."
msgid "Send password reset link"
msgstr "Envia l'enllaç per a reiniciar la contrasenya"
@ -952,11 +874,8 @@ msgstr "Envia l'enllaç per a reiniciar la contrasenya"
msgid "This token has expired"
msgstr "Aquest token ha caducat"
msgid ""
"Please start the process again by clicking <a href=\"/password-reset\">here</"
"a>."
msgstr ""
"Si us plau inicia el procés clicant <a href=\"/password-reset\">aquí</a>."
msgid "Please start the process again by clicking <a href=\"/password-reset\">here</a>."
msgstr "Si us plau inicia el procés clicant <a href=\"/password-reset\">aquí</a>."
msgid "New Blog"
msgstr "Blog nou"
@ -970,11 +889,8 @@ msgstr "Crea un blog"
msgid "Edit \"{}\""
msgstr "Edita «{}»"
msgid ""
"You can upload images to your gallery, to use them as blog icons, or banners."
msgstr ""
"Pots pujar imatges a la teva galeria per a usar-les com a icones o "
"capçaleres del bloc."
msgid "You can upload images to your gallery, to use them as blog icons, or banners."
msgstr "Pots pujar imatges a la teva galeria per a usar-les com a icones o capçaleres del bloc."
msgid "Upload images"
msgstr "Pujar imatges"
@ -1011,6 +927,9 @@ msgstr[1] "Hi ha {0} autors en aquest blog: "
msgid "No posts to see here yet."
msgstr "Encara no hi ha cap apunt."
msgid "Nothing to see here yet."
msgstr "Encara res a veure aquí."
msgid "None"
msgstr "Cap"
@ -1030,16 +949,10 @@ msgid "Plume is a decentralized blogging engine."
msgstr "Plume és un motor de blocs descentralitzats."
msgid "Authors can manage multiple blogs, each as its own website."
msgstr ""
"Els autors poden gestionar diversos blocs, cadascun amb la seva pròpia "
"pàgina."
msgstr "Els autors poden gestionar diversos blocs, cadascun amb la seva pròpia pàgina."
msgid ""
"Articles are also visible on other Plume instances, and you can interact "
"with them directly from other platforms like Mastodon."
msgstr ""
"Els articles son visibles en altres instàncies Plume i pots interactuar "
"directament amb ells des d'altres plataformes com ara Mastodon."
msgid "Articles are also visible on other Plume instances, and you can interact with them directly from other platforms like Mastodon."
msgstr "Els articles son visibles en altres instàncies Plume i pots interactuar directament amb ells des d'altres plataformes com ara Mastodon."
msgid "Read the detailed rules"
msgstr "Llegeix les normes detallades"
@ -1119,5 +1032,3 @@ msgstr "Publicat segons aquesta llicència"
msgid "Article license"
msgstr "Llicència del article"
#~ msgid "View all"
#~ msgstr "Mostra-ho tot"

View file

@ -126,12 +126,8 @@ msgid "Here is the link for registration: {0}"
msgstr "Zde je odkaz k registraci: {0}"
# src/routes/email_signups.rs:219
msgid ""
"Your account has been created. Now you just need to log in, before you can "
"use it."
msgstr ""
"Váš účet byl vytvořen. Nyní se stačí jenom přihlásit, než ho budete moci "
"používat."
msgid "Your account has been created. Now you just need to log in, before you can use it."
msgstr "Váš účet byl vytvořen. Nyní se stačí jenom přihlásit, než ho budete moci používat."
# src/routes/instance.rs:117
msgid "Instance settings have been saved."