(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 ## [Unreleased] - ReleaseDate
## [[0.7.2]] - 2022-05-11
### Added ### Added
- Basque language (#1013) - Basque language (#1013)
@ -260,7 +262,8 @@
- Ability to create multiple blogs - Ability to create multiple blogs
<!-- next-url --> <!-- 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.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.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 [[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]] [[package]]
name = "plume" name = "plume"
version = "0.7.1" version = "0.7.2"
dependencies = [ dependencies = [
"activitystreams", "activitystreams",
"atom_syndication", "atom_syndication",
@ -3236,7 +3236,7 @@ dependencies = [
[[package]] [[package]]
name = "plume-api" name = "plume-api"
version = "0.7.1" version = "0.7.2"
dependencies = [ dependencies = [
"serde 1.0.137", "serde 1.0.137",
"serde_derive", "serde_derive",
@ -3244,7 +3244,7 @@ dependencies = [
[[package]] [[package]]
name = "plume-cli" name = "plume-cli"
version = "0.7.1" version = "0.7.2"
dependencies = [ dependencies = [
"clap", "clap",
"diesel", "diesel",
@ -3255,7 +3255,7 @@ dependencies = [
[[package]] [[package]]
name = "plume-common" name = "plume-common"
version = "0.7.1" version = "0.7.2"
dependencies = [ dependencies = [
"activitystreams", "activitystreams",
"activitystreams-ext", "activitystreams-ext",
@ -3286,7 +3286,7 @@ dependencies = [
[[package]] [[package]]
name = "plume-front" name = "plume-front"
version = "0.7.1" version = "0.7.2"
dependencies = [ dependencies = [
"console_error_panic_hook", "console_error_panic_hook",
"gettext", "gettext",
@ -3303,7 +3303,7 @@ dependencies = [
[[package]] [[package]]
name = "plume-macro" name = "plume-macro"
version = "0.7.1" version = "0.7.2"
dependencies = [ dependencies = [
"proc-macro2 0.4.30", "proc-macro2 0.4.30",
"quote 0.6.13", "quote 0.6.13",
@ -3312,7 +3312,7 @@ dependencies = [
[[package]] [[package]]
name = "plume-models" name = "plume-models"
version = "0.7.1" version = "0.7.2"
dependencies = [ dependencies = [
"activitystreams", "activitystreams",
"ammonia", "ammonia",

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -126,11 +126,8 @@ msgid "Here is the link for registration: {0}"
msgstr "" msgstr ""
# src/routes/email_signups.rs:219 # src/routes/email_signups.rs:219
msgid "" msgid "Your account has been created. Now you just need to log in, before you can use it."
"Your account has been created. Now you just need to log in, before you can " msgstr "S'ha creat el teu compte. Ara cal iniciar sessió per a començar a usar-lo."
"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 # src/routes/instance.rs:117
msgid "Instance settings have been saved." msgid "Instance settings have been saved."
@ -237,19 +234,12 @@ msgid "Your article has been deleted."
msgstr "Sha suprimit el vostre article." msgstr "Sha suprimit el vostre article."
# src/routes/posts.rs:631 # src/routes/posts.rs:631
msgid "" msgid "It looks like the article you tried to delete doesn't exist. Maybe it is already gone?"
"It looks like the article you tried to delete doesn't exist. Maybe it is " msgstr "Sembla que l'article que intentes esborrar no existeix. Potser ja no hi és?"
"already gone?"
msgstr ""
"Sembla que l'article que intentes esborrar no existeix. Potser ja no hi és?"
# src/routes/posts.rs:673 # src/routes/posts.rs:673
msgid "" msgid "Couldn't obtain enough information about your account. Please make sure your username is correct."
"Couldn't obtain enough information about your account. Please make sure your " msgstr "No s'ha pogut obtenir informació sobre el teu compte. Si us plau, assegura't que el teu nom d'usuari és correcte."
"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 # src/routes/reshares.rs:58
msgid "To reshare a post, you need to be logged in" msgid "To reshare a post, you need to be logged in"
@ -319,17 +309,8 @@ msgstr "Adreça electrònica"
msgid "Email confirmation" msgid "Email confirmation"
msgstr "" msgstr ""
msgid "" msgid "Apologies, but registrations are closed on this particular instance. You can, however, find a different one."
"An email will be sent to provided email. You can continue signing-up via the " msgstr "Disculpa, el registre d'aquesta instància és tancat. Pots trobar-ne un altre diferent."
"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 "Registration" msgid "Registration"
msgstr "" msgstr ""
@ -337,8 +318,7 @@ msgstr ""
msgid "Check your inbox!" msgid "Check your inbox!"
msgstr "Reviseu la vostra safata dentrada." msgstr "Reviseu la vostra safata dentrada."
msgid "" msgid "We sent a mail to the address you gave us, with a link for registration."
"We sent a mail to the address you gave us, with a link for registration."
msgstr "" msgstr ""
msgid "Username" msgid "Username"
@ -357,9 +337,7 @@ msgid "Description"
msgstr "Descripció" msgstr "Descripció"
msgid "Useful for visually impaired people, as well as licensing information" msgid "Useful for visually impaired people, as well as licensing information"
msgstr "" msgstr "Molt útil per a persones amb deficiències visuals aixó com informació sobre llicències"
"Molt útil per a persones amb deficiències visuals aixó com informació sobre "
"llicències"
msgid "Content warning" msgid "Content warning"
msgstr "Advertència sobre el contingut" msgstr "Advertència sobre el contingut"
@ -500,8 +478,7 @@ msgid "Your Blogs"
msgstr "Els vostres blogs" msgstr "Els vostres blogs"
msgid "You don't have any blog yet. Create your own, or ask to join one." msgid "You don't have any blog yet. Create your own, or ask to join one."
msgstr "" msgstr "Encara no tens cap bloc. Crea el teu propi o pregunta per a unir-te a un."
"Encara no tens cap bloc. Crea el teu propi o pregunta per a unir-te a un."
msgid "Start a new blog" msgid "Start a new blog"
msgstr "Inicia un nou bloc" msgstr "Inicia un nou bloc"
@ -518,11 +495,8 @@ msgstr "Edita el teu compte"
msgid "Your Profile" msgid "Your Profile"
msgstr "El vostre perfil" msgstr "El vostre perfil"
msgid "" msgid "To change your avatar, upload it to your gallery and then select from there."
"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à."
msgstr ""
"Per a canviar el teu avatar, puja'l a la teva galeria i desprès selecciona'l "
"allà."
msgid "Upload an avatar" msgid "Upload an avatar"
msgstr "Puja un avatar" msgstr "Puja un avatar"
@ -558,8 +532,7 @@ msgid "Delete your account"
msgstr "Elimina el teu compte" msgstr "Elimina el teu compte"
msgid "Sorry, but as an admin, you can't leave your own instance." msgid "Sorry, but as an admin, you can't leave your own instance."
msgstr "" msgstr "Ho sentim però com a admin, no pots abandonar la teva pròpia instància."
"Ho sentim però com a admin, no pots abandonar la teva pròpia instància."
msgid "Latest articles" msgid "Latest articles"
msgstr "Darrers 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" msgid "Invalid CSRF token"
msgstr "Token CSRF invalid" msgstr "Token CSRF invalid"
msgid "" 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."
"Something is wrong with your CSRF token. Make sure cookies are enabled in " 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."
"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." msgid "You are not authorized."
msgstr "No estàs autoritzat." msgstr "No estàs autoritzat."
@ -684,31 +651,14 @@ msgstr "Llicència per defecte dels articles"
msgid "Save these settings" msgid "Save these settings"
msgstr "Desa aquests paràmetres" msgstr "Desa aquests paràmetres"
msgid "" msgid "If you are browsing this site as a visitor, no data about you is collected."
"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."
msgstr ""
"Si estàs navegant aquest lloc com a visitant cap dada sobre tu serà "
"recollida."
msgid "" 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."
"As a registered user, you have to provide your username (which does not have " 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."
"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 "" 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."
"When you log in, we store two cookies, one to keep your session open, the " 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."
"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" msgid "Blocklisted Emails"
msgstr "Llista de bloqueig d'adreces de correu" msgstr "Llista de bloqueig d'adreces de correu"
@ -716,14 +666,8 @@ msgstr "Llista de bloqueig d'adreces de correu"
msgid "Email address" msgid "Email address"
msgstr "Adreça de correu electrònic" msgstr "Adreça de correu electrònic"
msgid "" 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"
"The email address you wish to block. In order to block domains, you can use " 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"
"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" msgid "Note"
msgstr "Nota" msgstr "Nota"
@ -731,22 +675,14 @@ msgstr "Nota"
msgid "Notify the user?" msgid "Notify the user?"
msgstr "Notificar l'usuari?" msgstr "Notificar l'usuari?"
msgid "" msgid "Optional, shows a message to the user when they attempt to create an account with that address"
"Optional, shows a message to the user when they attempt to create an account " msgstr "Opcional, mostra un missatge al usuari quan intenta crear un compte amb aquesta adreça"
"with that address"
msgstr ""
"Opcional, mostra un missatge al usuari quan intenta crear un compte amb "
"aquesta adreça"
msgid "Blocklisting notification" msgid "Blocklisting notification"
msgstr "Notificacions de la llista de bloqueig" msgstr "Notificacions de la llista de bloqueig"
msgid "" msgid "The message to be shown when the user attempts to create an account with this email address"
"The message to be shown when the user attempts to create an account with " msgstr "El missatge per a ser mostrat quan l'usuari intenta crear un compte amb aquesta adreça de correu"
"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" msgid "Add blocklisted address"
msgstr "Afegir adreça a la llista de bloquejos" 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 {}" msgid "Welcome to {}"
msgstr "Us donem la benvinguda a {}" msgstr "Us donem la benvinguda a {}"
msgid "Nothing to see here yet." msgid "View all"
msgstr "Encara res a veure aquí." msgstr "Mostra-ho tot"
msgid "About {0}" msgid "About {0}"
msgstr "Quant a {0}" msgstr "Quant a {0}"
@ -817,12 +753,8 @@ msgstr "Subtítol"
msgid "Content" msgid "Content"
msgstr "Contingut" msgstr "Contingut"
msgid "" msgid "You can upload media to your gallery, and then copy their Markdown code into your articles to insert them."
"You can upload media to your gallery, and then copy their Markdown code into " msgstr "Pots pujar Mèdia a la teva galeria i desprès copiar el codi Markdown dels teus articles per a inserir-los."
"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" msgid "Upload media"
msgstr "Pujar Mèdia" msgstr "Pujar Mèdia"
@ -879,12 +811,8 @@ msgstr "Ja no vull impulsar més això"
msgid "Boost" msgid "Boost"
msgstr "Impuls" msgstr "Impuls"
msgid "" msgid "{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this article"
"{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this " msgstr "{0}Inicia sessió{1}, o {2}usa el teu compte del Fedivers{3} per a interactuar amb aquest article"
"article"
msgstr ""
"{0}Inicia sessió{1}, o {2}usa el teu compte del Fedivers{3} per a "
"interactuar amb aquest article"
msgid "Comments" msgid "Comments"
msgstr "Comentaris" msgstr "Comentaris"
@ -902,9 +830,7 @@ msgid "Are you sure?"
msgstr "Nesteu segur?" msgstr "Nesteu segur?"
msgid "This article is still a draft. Only you and other authors can see it." msgid "This article is still a draft. Only you and other authors can see it."
msgstr "" msgstr "Aquest article és encara un esborrany. Només tu i altres autors podeu veure'l."
"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." msgid "Only you and other authors can edit this article."
msgstr "Només tu i altres autors podeu editar aquest article." msgstr "Només tu i altres autors podeu editar aquest article."
@ -939,12 +865,8 @@ msgstr "Confirmació"
msgid "Update password" msgid "Update password"
msgstr "Actualitza la contrasenya" msgstr "Actualitza la contrasenya"
msgid "" msgid "We sent a mail to the address you gave us, with a link to reset your password."
"We sent a mail to the address you gave us, with a link to reset your " msgstr "Hem enviat un correu a l'adreça que ens vas donar, amb un enllaç per a reiniciar la teva contrasenya."
"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" msgid "Send password reset link"
msgstr "Envia l'enllaç per a reiniciar la contrasenya" 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" msgid "This token has expired"
msgstr "Aquest token ha caducat" msgstr "Aquest token ha caducat"
msgid "" msgid "Please start the process again by clicking <a href=\"/password-reset\">here</a>."
"Please start the process again by clicking <a href=\"/password-reset\">here</" msgstr "Si us plau inicia el procés clicant <a href=\"/password-reset\">aquí</a>."
"a>."
msgstr ""
"Si us plau inicia el procés clicant <a href=\"/password-reset\">aquí</a>."
msgid "New Blog" msgid "New Blog"
msgstr "Blog nou" msgstr "Blog nou"
@ -970,11 +889,8 @@ msgstr "Crea un blog"
msgid "Edit \"{}\"" msgid "Edit \"{}\""
msgstr "Edita «{}»" msgstr "Edita «{}»"
msgid "" msgid "You can upload images to your gallery, to use them as blog icons, or banners."
"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."
msgstr ""
"Pots pujar imatges a la teva galeria per a usar-les com a icones o "
"capçaleres del bloc."
msgid "Upload images" msgid "Upload images"
msgstr "Pujar imatges" msgstr "Pujar imatges"
@ -1011,6 +927,9 @@ msgstr[1] "Hi ha {0} autors en aquest blog: "
msgid "No posts to see here yet." msgid "No posts to see here yet."
msgstr "Encara no hi ha cap apunt." msgstr "Encara no hi ha cap apunt."
msgid "Nothing to see here yet."
msgstr "Encara res a veure aquí."
msgid "None" msgid "None"
msgstr "Cap" msgstr "Cap"
@ -1030,16 +949,10 @@ msgid "Plume is a decentralized blogging engine."
msgstr "Plume és un motor de blocs descentralitzats." msgstr "Plume és un motor de blocs descentralitzats."
msgid "Authors can manage multiple blogs, each as its own website." msgid "Authors can manage multiple blogs, each as its own website."
msgstr "" msgstr "Els autors poden gestionar diversos blocs, cadascun amb la seva pròpia pàgina."
"Els autors poden gestionar diversos blocs, cadascun amb la seva pròpia "
"pàgina."
msgid "" msgid "Articles are also visible on other Plume instances, and you can interact with them directly from other platforms like Mastodon."
"Articles are also visible on other Plume instances, and you can interact " msgstr "Els articles son visibles en altres instàncies Plume i pots interactuar directament amb ells des d'altres plataformes com ara Mastodon."
"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" msgid "Read the detailed rules"
msgstr "Llegeix les normes detallades" msgstr "Llegeix les normes detallades"
@ -1119,5 +1032,3 @@ msgstr "Publicat segons aquesta llicència"
msgid "Article license" msgid "Article license"
msgstr "Llicència del article" 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}" msgstr "Zde je odkaz k registraci: {0}"
# src/routes/email_signups.rs:219 # src/routes/email_signups.rs:219
msgid "" msgid "Your account has been created. Now you just need to log in, before you can use it."
"Your account has been created. Now you just need to log in, before you can " msgstr "Váš účet byl vytvořen. Nyní se stačí jenom přihlásit, než ho budete moci používat."
"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 # src/routes/instance.rs:117
msgid "Instance settings have been saved." msgid "Instance settings have been saved."
@ -238,20 +234,12 @@ msgid "Your article has been deleted."
msgstr "Váš článek byl smazán." msgstr "Váš článek byl smazán."
# src/routes/posts.rs:631 # src/routes/posts.rs:631
msgid "" msgid "It looks like the article you tried to delete doesn't exist. Maybe it is already gone?"
"It looks like the article you tried to delete doesn't exist. Maybe it is " msgstr "Zdá se, že článek, který jste se snažili smazat, neexistuje, možná je již pryč?"
"already gone?"
msgstr ""
"Zdá se, že článek, který jste se snažili smazat, neexistuje, možná je již "
"pryč?"
# src/routes/posts.rs:673 # src/routes/posts.rs:673
msgid "" msgid "Couldn't obtain enough information about your account. Please make sure your username is correct."
"Couldn't obtain enough information about your account. Please make sure your " msgstr "Nemohli jsme zjistit dostatečné množství informací ohledne vašeho účtu. Prosím ověřte si, že vaše předzývka je správná."
"username is correct."
msgstr ""
"Nemohli jsme zjistit dostatečné množství informací ohledne vašeho účtu. "
"Prosím ověřte si, že vaše předzývka je správná."
# src/routes/reshares.rs:58 # src/routes/reshares.rs:58
msgid "To reshare a post, you need to be logged in" msgid "To reshare a post, you need to be logged in"
@ -321,17 +309,8 @@ msgstr "Email"
msgid "Email confirmation" msgid "Email confirmation"
msgstr "Potvrzení emailem" msgstr "Potvrzení emailem"
msgid "" msgid "Apologies, but registrations are closed on this particular instance. You can, however, find a different one."
"An email will be sent to provided email. You can continue signing-up via the " msgstr "Omlouváme se, ale registrace je uzavřena na této konkrétní instanci. Můžete však najít jinou."
"email."
msgstr ""
msgid ""
"Apologies, but registrations are closed on this particular instance. You "
"can, however, find a different one."
msgstr ""
"Omlouváme se, ale registrace je uzavřena na této konkrétní instanci. Můžete "
"však najít jinou."
msgid "Registration" msgid "Registration"
msgstr "Registrace" msgstr "Registrace"
@ -339,8 +318,7 @@ msgstr "Registrace"
msgid "Check your inbox!" msgid "Check your inbox!"
msgstr "Zkontrolujte svou příchozí poštu!" msgstr "Zkontrolujte svou příchozí poštu!"
msgid "" msgid "We sent a mail to the address you gave us, with a link for registration."
"We sent a mail to the address you gave us, with a link for registration."
msgstr "" msgstr ""
msgid "Username" msgid "Username"
@ -500,9 +478,7 @@ msgid "Your Blogs"
msgstr "Vaše Blogy" msgstr "Vaše Blogy"
msgid "You don't have any blog yet. Create your own, or ask to join one." msgid "You don't have any blog yet. Create your own, or ask to join one."
msgstr "" msgstr "Zatím nemáte žádný blog. Vytvořte si vlastní, nebo požádejte v nejakém o členství."
"Zatím nemáte žádný blog. Vytvořte si vlastní, nebo požádejte v nejakém o "
"členství."
msgid "Start a new blog" msgid "Start a new blog"
msgstr "Začít nový blog" msgstr "Začít nový blog"
@ -519,11 +495,8 @@ msgstr "Upravit váš účet"
msgid "Your Profile" msgid "Your Profile"
msgstr "Váš profil" msgstr "Váš profil"
msgid "" msgid "To change your avatar, upload it to your gallery and then select from there."
"To change your avatar, upload it to your gallery and then select from there." msgstr "Chcete-li změnit svůj avatar, nahrejte ho do své galérie a pak ho odtud zvolte."
msgstr ""
"Chcete-li změnit svůj avatar, nahrejte ho do své galérie a pak ho odtud "
"zvolte."
msgid "Upload an avatar" msgid "Upload an avatar"
msgstr "Nahrát avatara" msgstr "Nahrát avatara"
@ -553,15 +526,13 @@ msgid "Danger zone"
msgstr "Nebezpečná zóna" msgstr "Nebezpečná zóna"
msgid "Be very careful, any action taken here can't be cancelled." msgid "Be very careful, any action taken here can't be cancelled."
msgstr "" msgstr "Buďte velmi opatrný/á, jakákoliv zde provedená akce nemůže být zrušena."
"Buďte velmi opatrný/á, jakákoliv zde provedená akce nemůže být zrušena."
msgid "Delete your account" msgid "Delete your account"
msgstr "Smazat váš účet" msgstr "Smazat váš účet"
msgid "Sorry, but as an admin, you can't leave your own instance." msgid "Sorry, but as an admin, you can't leave your own instance."
msgstr "" msgstr "Omlouváme se, ale jako administrátor nemůžete opustit svou vlastní instanci."
"Omlouváme se, ale jako administrátor nemůžete opustit svou vlastní instanci."
msgid "Latest articles" msgid "Latest articles"
msgstr "Nejposlednejší články" msgstr "Nejposlednejší články"
@ -596,14 +567,8 @@ msgstr "Omlouváme se. Pokud si myslíte, že jde o chybu, prosím nahlašte ji.
msgid "Invalid CSRF token" msgid "Invalid CSRF token"
msgstr "Neplatný CSRF token" msgstr "Neplatný CSRF token"
msgid "" 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."
"Something is wrong with your CSRF token. Make sure cookies are enabled in " msgstr "S vaším tokenem CSRF něco není v pořádku. Ujistěte se, že máte v prohlížeči povolené cookies a zkuste obnovit stránku. Pokud tuto chybovou zprávu budete nadále vidět, prosím nahlašte ji."
"you browser, and try reloading this page. If you continue to see this error "
"message, please report it."
msgstr ""
"S vaším tokenem CSRF něco není v pořádku. Ujistěte se, že máte v prohlížeči "
"povolené cookies a zkuste obnovit stránku. Pokud tuto chybovou zprávu budete "
"nadále vidět, prosím nahlašte ji."
msgid "You are not authorized." msgid "You are not authorized."
msgstr "Nemáte oprávnění." msgstr "Nemáte oprávnění."
@ -686,30 +651,14 @@ msgstr "Výchozí licence článků"
msgid "Save these settings" msgid "Save these settings"
msgstr "Uložit tyhle nastavení" msgstr "Uložit tyhle nastavení"
msgid "" msgid "If you are browsing this site as a visitor, no data about you is collected."
"If you are browsing this site as a visitor, no data about you is collected." msgstr "Pokud si tuto stránku prohlížete jako návštěvník, žádné údaje o vás nejsou shromažďovány."
msgstr ""
"Pokud si tuto stránku prohlížete jako návštěvník, žádné údaje o vás nejsou "
"shromažďovány."
msgid "" 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."
"As a registered user, you have to provide your username (which does not have " msgstr "Jako registrovaný uživatel musíte poskytnout uživatelské jméno (které nemusí být vaším skutečným jménem), funkční e-mailovou adresu a heslo, aby jste se mohl přihlásit, psát články a komentář."
"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 ""
"Jako registrovaný uživatel musíte poskytnout uživatelské jméno (které nemusí "
"být vaším skutečným jménem), funkční e-mailovou adresu a heslo, aby jste se "
"mohl přihlásit, psát články a komentář."
msgid "" 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."
"When you log in, we store two cookies, one to keep your session open, the " msgstr "Když se přihlásíte, ukládáme dvě cookies, jedno, aby bylo možné udržet vaše zasedání otevřené, druhé, aby se zabránilo jiným lidem jednat ve vašem jméně. Žádné další cookies neukládáme."
"second to prevent other people to act on your behalf. We don't store any "
"other cookies."
msgstr ""
"Když se přihlásíte, ukládáme dvě cookies, jedno, aby bylo možné udržet vaše "
"zasedání otevřené, druhé, aby se zabránilo jiným lidem jednat ve vašem "
"jméně. Žádné další cookies neukládáme."
msgid "Blocklisted Emails" msgid "Blocklisted Emails"
msgstr "" msgstr ""
@ -717,10 +666,7 @@ msgstr ""
msgid "Email address" msgid "Email address"
msgstr "Emailová adresa" msgstr "Emailová adresa"
msgid "" 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"
"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 "" msgstr ""
msgid "Note" msgid "Note"
@ -729,17 +675,13 @@ msgstr "Poznámka"
msgid "Notify the user?" msgid "Notify the user?"
msgstr "Upozornit uživatele?" msgstr "Upozornit uživatele?"
msgid "" msgid "Optional, shows a message to the user when they attempt to create an account with that address"
"Optional, shows a message to the user when they attempt to create an account "
"with that address"
msgstr "" msgstr ""
msgid "Blocklisting notification" msgid "Blocklisting notification"
msgstr "" msgstr ""
msgid "" msgid "The message to be shown when the user attempts to create an account with this email address"
"The message to be shown when the user attempts to create an account with "
"this email address"
msgstr "" msgstr ""
msgid "Add blocklisted address" msgid "Add blocklisted address"
@ -766,8 +708,8 @@ msgstr ""
msgid "Welcome to {}" msgid "Welcome to {}"
msgstr "Vítejte na {}" msgstr "Vítejte na {}"
msgid "Nothing to see here yet." msgid "View all"
msgstr "" msgstr "Zobrazit všechny"
msgid "About {0}" msgid "About {0}"
msgstr "O {0}" msgstr "O {0}"
@ -811,12 +753,8 @@ msgstr "Podtitul"
msgid "Content" msgid "Content"
msgstr "Obsah" msgstr "Obsah"
msgid "" msgid "You can upload media to your gallery, and then copy their Markdown code into your articles to insert them."
"You can upload media to your gallery, and then copy their Markdown code into " msgstr "Můžete nahrát média do své galerie, a pak zkopírovat jejich kód Markdown do vašich článků, pro vložení."
"your articles to insert them."
msgstr ""
"Můžete nahrát média do své galerie, a pak zkopírovat jejich kód Markdown do "
"vašich článků, pro vložení."
msgid "Upload media" msgid "Upload media"
msgstr "Nahrát média" msgstr "Nahrát média"
@ -877,12 +815,8 @@ msgstr "Už to nechci dále boostovat"
msgid "Boost" msgid "Boost"
msgstr "Boostnout" msgstr "Boostnout"
msgid "" msgid "{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this article"
"{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this " msgstr "{0}Přihlasit se{1}, nebo {2}použít váš Fediverse účet{3} k interakci s tímto článkem"
"article"
msgstr ""
"{0}Přihlasit se{1}, nebo {2}použít váš Fediverse účet{3} k interakci s tímto "
"článkem"
msgid "Comments" msgid "Comments"
msgstr "Komentáře" msgstr "Komentáře"
@ -900,8 +834,7 @@ msgid "Are you sure?"
msgstr "Jste si jisti?" msgstr "Jste si jisti?"
msgid "This article is still a draft. Only you and other authors can see it." msgid "This article is still a draft. Only you and other authors can see it."
msgstr "" msgstr "Tento článek je stále konceptem. Jenom vy, a další autoři ho mohou vidět."
"Tento článek je stále konceptem. Jenom vy, a další autoři ho mohou vidět."
msgid "Only you and other authors can edit this article." msgid "Only you and other authors can edit this article."
msgstr "Jenom vy, a další autoři mohou upravovat tento článek." msgstr "Jenom vy, a další autoři mohou upravovat tento článek."
@ -936,12 +869,8 @@ msgstr "Potvrzení"
msgid "Update password" msgid "Update password"
msgstr "Aktualizovat heslo" msgstr "Aktualizovat heslo"
msgid "" msgid "We sent a mail to the address you gave us, with a link to reset your password."
"We sent a mail to the address you gave us, with a link to reset your " msgstr "Zaslali jsme email na adresu, kterou jste nám dodali, s odkazem na obnovu vášho hesla."
"password."
msgstr ""
"Zaslali jsme email na adresu, kterou jste nám dodali, s odkazem na obnovu "
"vášho hesla."
msgid "Send password reset link" msgid "Send password reset link"
msgstr "Poslat odkaz na obnovení hesla" msgstr "Poslat odkaz na obnovení hesla"
@ -949,9 +878,7 @@ msgstr "Poslat odkaz na obnovení hesla"
msgid "This token has expired" msgid "This token has expired"
msgstr "" msgstr ""
msgid "" msgid "Please start the process again by clicking <a href=\"/password-reset\">here</a>."
"Please start the process again by clicking <a href=\"/password-reset\">here</"
"a>."
msgstr "" msgstr ""
msgid "New Blog" msgid "New Blog"
@ -966,11 +893,8 @@ msgstr "Vytvořit blog"
msgid "Edit \"{}\"" msgid "Edit \"{}\""
msgstr "Upravit \"{}\"" msgstr "Upravit \"{}\""
msgid "" msgid "You can upload images to your gallery, to use them as blog icons, or banners."
"You can upload images to your gallery, to use them as blog icons, or banners." msgstr "Můžete nahrát obrázky do své galerie, aby je šlo použít jako ikony blogu, nebo bannery."
msgstr ""
"Můžete nahrát obrázky do své galerie, aby je šlo použít jako ikony blogu, "
"nebo bannery."
msgid "Upload images" msgid "Upload images"
msgstr "Nahrát obrázky" msgstr "Nahrát obrázky"
@ -988,8 +912,7 @@ msgid "Update blog"
msgstr "Aktualizovat blog" msgstr "Aktualizovat blog"
msgid "Be very careful, any action taken here can't be reversed." msgid "Be very careful, any action taken here can't be reversed."
msgstr "" msgstr "Buďte velmi opatrný/á, jakákoliv zde provedená akce nemůže být vrácena."
"Buďte velmi opatrný/á, jakákoliv zde provedená akce nemůže být vrácena."
msgid "Are you sure that you want to permanently delete this blog?" msgid "Are you sure that you want to permanently delete this blog?"
msgstr "" msgstr ""
@ -1010,6 +933,9 @@ msgstr[3] "Tento blog má {0} autorů: "
msgid "No posts to see here yet." msgid "No posts to see here yet."
msgstr "Ještě zde nejsou k vidění žádné příspěvky." msgstr "Ještě zde nejsou k vidění žádné příspěvky."
msgid "Nothing to see here yet."
msgstr ""
msgid "None" msgid "None"
msgstr "Žádné" msgstr "Žádné"
@ -1031,12 +957,8 @@ msgstr "Plume je decentralizovaný blogování systém."
msgid "Authors can manage multiple blogs, each as its own website." msgid "Authors can manage multiple blogs, each as its own website."
msgstr "Autoři mohou spravovat vícero blogů, každý jako svou vlastní stránku." msgstr "Autoři mohou spravovat vícero blogů, každý jako svou vlastní stránku."
msgid "" msgid "Articles are also visible on other Plume instances, and you can interact with them directly from other platforms like Mastodon."
"Articles are also visible on other Plume instances, and you can interact " msgstr "Články jsou viditelné také na ostatních Plume instancích, a můžete s nimi narábět přímo i v rámci jiných platforem, jako je Mastodon."
"with them directly from other platforms like Mastodon."
msgstr ""
"Články jsou viditelné také na ostatních Plume instancích, a můžete s nimi "
"narábět přímo i v rámci jiných platforem, jako je Mastodon."
msgid "Read the detailed rules" msgid "Read the detailed rules"
msgstr "Přečtěte si podrobná pravidla" msgstr "Přečtěte si podrobná pravidla"
@ -1116,5 +1038,3 @@ msgstr "Zveřejněn pod touto licenci"
msgid "Article license" msgid "Article license"
msgstr "Licence článku" msgstr "Licence článku"
#~ msgid "View all"
#~ msgstr "Zobrazit všechny"

View file

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

View file

@ -126,12 +126,8 @@ msgid "Here is the link for registration: {0}"
msgstr "Dies ist der Link für die Anmeldung: {0}" msgstr "Dies ist der Link für die Anmeldung: {0}"
# src/routes/email_signups.rs:219 # src/routes/email_signups.rs:219
msgid "" msgid "Your account has been created. Now you just need to log in, before you can use it."
"Your account has been created. Now you just need to log in, before you can " msgstr "Dein Konto wurde erstellt. Jetzt musst du dich nur noch anmelden, um es nutzen zu können."
"use it."
msgstr ""
"Dein Konto wurde erstellt. Jetzt musst du dich nur noch anmelden, um es "
"nutzen zu können."
# src/routes/instance.rs:117 # src/routes/instance.rs:117
msgid "Instance settings have been saved." msgid "Instance settings have been saved."
@ -238,20 +234,12 @@ msgid "Your article has been deleted."
msgstr "Dein Artikel wurde gelöscht." msgstr "Dein Artikel wurde gelöscht."
# src/routes/posts.rs:631 # src/routes/posts.rs:631
msgid "" msgid "It looks like the article you tried to delete doesn't exist. Maybe it is already gone?"
"It looks like the article you tried to delete doesn't exist. Maybe it is " msgstr "Möglicherweise ist der zu löschende Artikel nicht (mehr) vorhanden. Wurde er vielleicht schon entfernt?"
"already gone?"
msgstr ""
"Möglicherweise ist der zu löschende Artikel nicht (mehr) vorhanden. Wurde er "
"vielleicht schon entfernt?"
# src/routes/posts.rs:673 # src/routes/posts.rs:673
msgid "" msgid "Couldn't obtain enough information about your account. Please make sure your username is correct."
"Couldn't obtain enough information about your account. Please make sure your " msgstr "Wir konnten nicht genug Informationen über dein Konto finden. Bitte stelle sicher, dass dein Benutzername richtig ist."
"username is correct."
msgstr ""
"Wir konnten nicht genug Informationen über dein Konto finden. Bitte stelle "
"sicher, dass dein Benutzername richtig ist."
# src/routes/reshares.rs:58 # src/routes/reshares.rs:58
msgid "To reshare a post, you need to be logged in" msgid "To reshare a post, you need to be logged in"
@ -321,17 +309,8 @@ msgstr "E-Mail-Adresse"
msgid "Email confirmation" msgid "Email confirmation"
msgstr "E-Mail-Bestätigung" msgstr "E-Mail-Bestätigung"
msgid "" msgid "Apologies, but registrations are closed on this particular instance. You can, however, find a different one."
"An email will be sent to provided email. You can continue signing-up via the " msgstr "Entschuldigung, Registrierungen sind auf dieser Instanz geschlossen. Du kannst jedoch eine andere finden."
"email."
msgstr ""
msgid ""
"Apologies, but registrations are closed on this particular instance. You "
"can, however, find a different one."
msgstr ""
"Entschuldigung, Registrierungen sind auf dieser Instanz geschlossen. Du "
"kannst jedoch eine andere finden."
msgid "Registration" msgid "Registration"
msgstr "Registrierung" msgstr "Registrierung"
@ -339,11 +318,8 @@ msgstr "Registrierung"
msgid "Check your inbox!" msgid "Check your inbox!"
msgstr "Posteingang prüfen!" msgstr "Posteingang prüfen!"
msgid "" msgid "We sent a mail to the address you gave us, with a link for registration."
"We sent a mail to the address you gave us, with a link for registration." msgstr "Wir haben eine E-Mail mit einem Link zur Registrierung an die von Ihnen angegebene Adresse gesendet."
msgstr ""
"Wir haben eine E-Mail mit einem Link zur Registrierung an die von Ihnen "
"angegebene Adresse gesendet."
msgid "Username" msgid "Username"
msgstr "Benutzername" msgstr "Benutzername"
@ -502,9 +478,7 @@ msgid "Your Blogs"
msgstr "Deine Blogs" msgstr "Deine Blogs"
msgid "You don't have any blog yet. Create your own, or ask to join one." msgid "You don't have any blog yet. Create your own, or ask to join one."
msgstr "" msgstr "Du hast noch keinen Blog. Erstelle deinen eigenen, oder frage, um dich einem anzuschließen."
"Du hast noch keinen Blog. Erstelle deinen eigenen, oder frage, um dich einem "
"anzuschließen."
msgid "Start a new blog" msgid "Start a new blog"
msgstr "Neuen Blog beginnen" msgstr "Neuen Blog beginnen"
@ -521,11 +495,8 @@ msgstr "Eigenes Profil bearbeiten"
msgid "Your Profile" msgid "Your Profile"
msgstr "Dein Profil" msgstr "Dein Profil"
msgid "" msgid "To change your avatar, upload it to your gallery and then select from there."
"To change your avatar, upload it to your gallery and then select from there." msgstr "Um dein Profilbild zu ändern, lade es in deine Galerie hoch und wähle es dort aus."
msgstr ""
"Um dein Profilbild zu ändern, lade es in deine Galerie hoch und wähle es "
"dort aus."
msgid "Upload an avatar" msgid "Upload an avatar"
msgstr "Ein Profilbild hochladen" msgstr "Ein Profilbild hochladen"
@ -561,9 +532,7 @@ msgid "Delete your account"
msgstr "Eigenen Account löschen" msgstr "Eigenen Account löschen"
msgid "Sorry, but as an admin, you can't leave your own instance." msgid "Sorry, but as an admin, you can't leave your own instance."
msgstr "" msgstr "Entschuldingung, aber als Administrator kannst du deine eigene Instanz nicht verlassen."
"Entschuldingung, aber als Administrator kannst du deine eigene Instanz nicht "
"verlassen."
msgid "Latest articles" msgid "Latest articles"
msgstr "Neueste Artikel" msgstr "Neueste Artikel"
@ -593,20 +562,13 @@ msgid "Something broke on our side."
msgstr "Bei dir ist etwas schief gegangen." msgstr "Bei dir ist etwas schief gegangen."
msgid "Sorry about that. If you think this is a bug, please report it." msgid "Sorry about that. If you think this is a bug, please report it."
msgstr "" msgstr "Das tut uns leid. Wenn du denkst, dass dies ein Bug ist, melde ihn bitte."
"Das tut uns leid. Wenn du denkst, dass dies ein Bug ist, melde ihn bitte."
msgid "Invalid CSRF token" msgid "Invalid CSRF token"
msgstr "Ungültiges CSRF-Token" msgstr "Ungültiges CSRF-Token"
msgid "" 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."
"Something is wrong with your CSRF token. Make sure cookies are enabled in " msgstr "Irgendetwas stimmt mit deinem CSRF token nicht. Vergewissere dich, dass Cookies in deinem Browser aktiviert sind und versuche diese Seite neu zu laden. Bitte melde diesen Fehler, falls er erneut auftritt."
"you browser, and try reloading this page. If you continue to see this error "
"message, please report it."
msgstr ""
"Irgendetwas stimmt mit deinem CSRF token nicht. Vergewissere dich, dass "
"Cookies in deinem Browser aktiviert sind und versuche diese Seite neu zu "
"laden. Bitte melde diesen Fehler, falls er erneut auftritt."
msgid "You are not authorized." msgid "You are not authorized."
msgstr "Berechtigung fehlt" msgstr "Berechtigung fehlt"
@ -689,31 +651,14 @@ msgstr "Voreingestellte Artikel-Lizenz"
msgid "Save these settings" msgid "Save these settings"
msgstr "Diese Einstellungen speichern" msgstr "Diese Einstellungen speichern"
msgid "" msgid "If you are browsing this site as a visitor, no data about you is collected."
"If you are browsing this site as a visitor, no data about you is collected." msgstr "Wenn Sie diese Website als Besucher nutzen, werden keine Daten über Sie erhoben."
msgstr ""
"Wenn Sie diese Website als Besucher nutzen, werden keine Daten über Sie "
"erhoben."
msgid "" 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."
"As a registered user, you have to provide your username (which does not have " msgstr "Als registrierter Benutzer müssen Sie Ihren Benutzernamen (der nicht Ihr richtiger Name sein muss), Ihre E-Mail-Adresse und ein Passwort angeben, um sich anmelden, Artikel schreiben und kommentieren zu können. Die von Ihnen übermittelten Inhalte werden gespeichert, bis Sie sie löschen."
"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 ""
"Als registrierter Benutzer müssen Sie Ihren Benutzernamen (der nicht Ihr "
"richtiger Name sein muss), Ihre E-Mail-Adresse und ein Passwort angeben, um "
"sich anmelden, Artikel schreiben und kommentieren zu können. Die von Ihnen "
"übermittelten Inhalte werden gespeichert, bis Sie sie löschen."
msgid "" 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."
"When you log in, we store two cookies, one to keep your session open, the " msgstr "Wenn Sie sich anmelden, speichern wir zwei Cookies, eines, um Ihre Sitzung offen zu halten, das andere, um zu verhindern, dass andere Personen in Ihrem Namen handeln. Wir speichern keine weiteren Cookies."
"second to prevent other people to act on your behalf. We don't store any "
"other cookies."
msgstr ""
"Wenn Sie sich anmelden, speichern wir zwei Cookies, eines, um Ihre Sitzung "
"offen zu halten, das andere, um zu verhindern, dass andere Personen in Ihrem "
"Namen handeln. Wir speichern keine weiteren Cookies."
msgid "Blocklisted Emails" msgid "Blocklisted Emails"
msgstr "Gesperrte E-Mail-Adressen" msgstr "Gesperrte E-Mail-Adressen"
@ -721,14 +666,8 @@ msgstr "Gesperrte E-Mail-Adressen"
msgid "Email address" msgid "Email address"
msgstr "EMailAdresse" msgstr "EMailAdresse"
msgid "" 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"
"The email address you wish to block. In order to block domains, you can use " msgstr "Die E-Mail-Adresse, die du sperren möchtest. Um bestimmte Domänen zu sperren, kannst du den Globbing-Syntax verwenden: Beispielsweise: *@example.com” sperrt alle Adressen von example.com"
"globbing syntax, for example '*@example.com' blocks all addresses from "
"example.com"
msgstr ""
"Die E-Mail-Adresse, die du sperren möchtest. Um bestimmte Domänen zu "
"sperren, kannst du den Globbing-Syntax verwenden: Beispielsweise: *@example."
"com” sperrt alle Adressen von example.com"
msgid "Note" msgid "Note"
msgstr "Notiz" msgstr "Notiz"
@ -736,22 +675,14 @@ msgstr "Notiz"
msgid "Notify the user?" msgid "Notify the user?"
msgstr "Benutzer benachrichtigen?" msgstr "Benutzer benachrichtigen?"
msgid "" msgid "Optional, shows a message to the user when they attempt to create an account with that address"
"Optional, shows a message to the user when they attempt to create an account " msgstr "Optional: Dem Benutzer wird eine Nachricht angezeigt, wenn er versucht, ein Konto mit dieser Adresse zu erstellen"
"with that address"
msgstr ""
"Optional: Dem Benutzer wird eine Nachricht angezeigt, wenn er versucht, ein "
"Konto mit dieser Adresse zu erstellen"
msgid "Blocklisting notification" msgid "Blocklisting notification"
msgstr "Sperrlisten-Benachrichtigung" msgstr "Sperrlisten-Benachrichtigung"
msgid "" msgid "The message to be shown when the user attempts to create an account with this email address"
"The message to be shown when the user attempts to create an account with " msgstr "Die Nachricht, die angezeigt wird, wenn der Benutzer versucht, ein Konto mit dieser E-Mail-Adresse zu erstellen"
"this email address"
msgstr ""
"Die Nachricht, die angezeigt wird, wenn der Benutzer versucht, ein Konto mit "
"dieser E-Mail-Adresse zu erstellen"
msgid "Add blocklisted address" msgid "Add blocklisted address"
msgstr "Adresse zur Sperrliste hinzufügen" msgstr "Adresse zur Sperrliste hinzufügen"
@ -769,18 +700,16 @@ msgid "Blocklisted for:"
msgstr "Gesperrt für:" msgstr "Gesperrt für:"
msgid "Will notify them on account creation with this message:" msgid "Will notify them on account creation with this message:"
msgstr "" msgstr "Du wirst beim Erstellen eines Kontos mit dieser Nachricht benachrichtigt:"
"Du wirst beim Erstellen eines Kontos mit dieser Nachricht benachrichtigt:"
msgid "The user will be silently prevented from making an account" msgid "The user will be silently prevented from making an account"
msgstr "" msgstr "Der Benutzer wird stillschweigend daran gehindert, ein Konto einzurichten"
"Der Benutzer wird stillschweigend daran gehindert, ein Konto einzurichten"
msgid "Welcome to {}" msgid "Welcome to {}"
msgstr "Willkommen bei {}" msgstr "Willkommen bei {}"
msgid "Nothing to see here yet." msgid "View all"
msgstr "Hier gibt es noch nichts zu sehen." msgstr "Alles anzeigen"
msgid "About {0}" msgid "About {0}"
msgstr "Über {0}" msgstr "Über {0}"
@ -824,12 +753,8 @@ msgstr "Untertitel"
msgid "Content" msgid "Content"
msgstr "Inhalt" msgstr "Inhalt"
msgid "" msgid "You can upload media to your gallery, and then copy their Markdown code into your articles to insert them."
"You can upload media to your gallery, and then copy their Markdown code into " msgstr "Du kannst Medien in deine Galerie hochladen und dann deren Markdown-Code in deine Artikel kopieren, um sie einzufügen."
"your articles to insert them."
msgstr ""
"Du kannst Medien in deine Galerie hochladen und dann deren Markdown-Code in "
"deine Artikel kopieren, um sie einzufügen."
msgid "Upload media" msgid "Upload media"
msgstr "Medien hochladen" msgstr "Medien hochladen"
@ -886,12 +811,8 @@ msgstr "Ich möchte das nicht mehr boosten"
msgid "Boost" msgid "Boost"
msgstr "Boosten" msgstr "Boosten"
msgid "" msgid "{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this article"
"{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this " msgstr "{0}Anmelden{1} oder {2}Ihr Fediverse-Konto verwenden{3}, um mit diesem Artikel zu interagieren."
"article"
msgstr ""
"{0}Anmelden{1} oder {2}Ihr Fediverse-Konto verwenden{3}, um mit diesem "
"Artikel zu interagieren."
msgid "Comments" msgid "Comments"
msgstr "Kommentare" msgstr "Kommentare"
@ -909,9 +830,7 @@ msgid "Are you sure?"
msgstr "Bist du dir sicher?" msgstr "Bist du dir sicher?"
msgid "This article is still a draft. Only you and other authors can see it." msgid "This article is still a draft. Only you and other authors can see it."
msgstr "" msgstr "Dieser Artikel ist noch ein Entwurf. Nur Sie und andere Autoren können ihn sehen."
"Dieser Artikel ist noch ein Entwurf. Nur Sie und andere Autoren können ihn "
"sehen."
msgid "Only you and other authors can edit this article." msgid "Only you and other authors can edit this article."
msgstr "Nur Sie und andere Autoren können diesen Artikel bearbeiten." msgstr "Nur Sie und andere Autoren können diesen Artikel bearbeiten."
@ -946,12 +865,8 @@ msgstr "Bestätigung"
msgid "Update password" msgid "Update password"
msgstr "Passwort aktualisieren" msgstr "Passwort aktualisieren"
msgid "" msgid "We sent a mail to the address you gave us, with a link to reset your password."
"We sent a mail to the address you gave us, with a link to reset your " msgstr "Wir haben eine Mail an die von dir angegebene Adresse gesendet, mit einem Link, um dein Passwort zurückzusetzen."
"password."
msgstr ""
"Wir haben eine Mail an die von dir angegebene Adresse gesendet, mit einem "
"Link, um dein Passwort zurückzusetzen."
msgid "Send password reset link" msgid "Send password reset link"
msgstr "Link zum Zurücksetzen des Passworts senden" msgstr "Link zum Zurücksetzen des Passworts senden"
@ -959,12 +874,8 @@ msgstr "Link zum Zurücksetzen des Passworts senden"
msgid "This token has expired" msgid "This token has expired"
msgstr "Diese Token ist veraltet" msgstr "Diese Token ist veraltet"
msgid "" msgid "Please start the process again by clicking <a href=\"/password-reset\">here</a>."
"Please start the process again by clicking <a href=\"/password-reset\">here</" msgstr "Bitte starten Sie den Prozess erneut, indem Sie <a href=\"/password-reset\">hier</a> klicken."
"a>."
msgstr ""
"Bitte starten Sie den Prozess erneut, indem Sie <a href=\"/password-reset"
"\">hier</a> klicken."
msgid "New Blog" msgid "New Blog"
msgstr "Neuer Blog" msgstr "Neuer Blog"
@ -978,11 +889,8 @@ msgstr "Blog erstellen"
msgid "Edit \"{}\"" msgid "Edit \"{}\""
msgstr "„{}” bearbeiten" msgstr "„{}” bearbeiten"
msgid "" msgid "You can upload images to your gallery, to use them as blog icons, or banners."
"You can upload images to your gallery, to use them as blog icons, or banners." msgstr "Sie können Bilder in Ihre Galerie hochladen, um sie als Blog-Symbol oder Banner zu verwenden."
msgstr ""
"Sie können Bilder in Ihre Galerie hochladen, um sie als Blog-Symbol oder "
"Banner zu verwenden."
msgid "Upload images" msgid "Upload images"
msgstr "Bilder hochladen" msgstr "Bilder hochladen"
@ -1000,9 +908,7 @@ msgid "Update blog"
msgstr "Blog aktualisieren" msgstr "Blog aktualisieren"
msgid "Be very careful, any action taken here can't be reversed." msgid "Be very careful, any action taken here can't be reversed."
msgstr "" msgstr "Seien Sie sehr vorsichtig, alle hier getroffenen Aktionen können nicht widerrufen werden."
"Seien Sie sehr vorsichtig, alle hier getroffenen Aktionen können nicht "
"widerrufen werden."
msgid "Are you sure that you want to permanently delete this blog?" msgid "Are you sure that you want to permanently delete this blog?"
msgstr "Möchten Sie diesen Blog wirklich dauerhaft löschen?" msgstr "Möchten Sie diesen Blog wirklich dauerhaft löschen?"
@ -1021,6 +927,9 @@ msgstr[1] "Es gibt {0} Autoren auf diesem Blog: "
msgid "No posts to see here yet." msgid "No posts to see here yet."
msgstr "Bisher keine Beiträge vorhanden." msgstr "Bisher keine Beiträge vorhanden."
msgid "Nothing to see here yet."
msgstr "Hier gibt es noch nichts zu sehen."
msgid "None" msgid "None"
msgstr "Keine" msgstr "Keine"
@ -1042,12 +951,8 @@ msgstr "Plume ist eine dezentrale Blogging-Engine."
msgid "Authors can manage multiple blogs, each as its own website." msgid "Authors can manage multiple blogs, each as its own website."
msgstr "Autoren können mehrere Blogs verwalten, jeden als eigene Website." msgstr "Autoren können mehrere Blogs verwalten, jeden als eigene Website."
msgid "" msgid "Articles are also visible on other Plume instances, and you can interact with them directly from other platforms like Mastodon."
"Articles are also visible on other Plume instances, and you can interact " msgstr "Artikel sind auch auf anderen Plume-Instanzen sichtbar und du kannst mit ihnen direkt von anderen Plattformen wie Mastodon interagieren."
"with them directly from other platforms like Mastodon."
msgstr ""
"Artikel sind auch auf anderen Plume-Instanzen sichtbar und du kannst mit "
"ihnen direkt von anderen Plattformen wie Mastodon interagieren."
msgid "Read the detailed rules" msgid "Read the detailed rules"
msgstr "Die detaillierten Regeln lesen" msgstr "Die detaillierten Regeln lesen"
@ -1127,5 +1032,3 @@ msgstr "Unter dieser Lizenz veröffentlicht"
msgid "Article license" msgid "Article license"
msgstr "Artikel-Lizenz" msgstr "Artikel-Lizenz"
#~ msgid "View all"
#~ msgstr "Alles anzeigen"

View file

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

View file

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

View file

@ -126,9 +126,7 @@ msgid "Here is the link for registration: {0}"
msgstr "" msgstr ""
# src/routes/email_signups.rs:219 # src/routes/email_signups.rs:219
msgid "" msgid "Your account has been created. Now you just need to log in, before you can use it."
"Your account has been created. Now you just need to log in, before you can "
"use it."
msgstr "" msgstr ""
# src/routes/instance.rs:117 # src/routes/instance.rs:117
@ -236,15 +234,11 @@ msgid "Your article has been deleted."
msgstr "Via artikolo estis forigita." msgstr "Via artikolo estis forigita."
# src/routes/posts.rs:631 # src/routes/posts.rs:631
msgid "" msgid "It looks like the article you tried to delete doesn't exist. Maybe it is already gone?"
"It looks like the article you tried to delete doesn't exist. Maybe it is "
"already gone?"
msgstr "" msgstr ""
# src/routes/posts.rs:673 # src/routes/posts.rs:673
msgid "" msgid "Couldn't obtain enough information about your account. Please make sure your username is correct."
"Couldn't obtain enough information about your account. Please make sure your "
"username is correct."
msgstr "" msgstr ""
# src/routes/reshares.rs:58 # src/routes/reshares.rs:58
@ -315,14 +309,7 @@ msgstr "Retpoŝtadreso"
msgid "Email confirmation" msgid "Email confirmation"
msgstr "" msgstr ""
msgid "" msgid "Apologies, but registrations are closed on this particular instance. You can, however, find a different one."
"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 "" msgstr ""
msgid "Registration" msgid "Registration"
@ -331,8 +318,7 @@ msgstr ""
msgid "Check your inbox!" msgid "Check your inbox!"
msgstr "" msgstr ""
msgid "" msgid "We sent a mail to the address you gave us, with a link for registration."
"We sent a mail to the address you gave us, with a link for registration."
msgstr "" msgstr ""
msgid "Username" msgid "Username"
@ -509,10 +495,8 @@ msgstr "Redakti vian konton"
msgid "Your Profile" msgid "Your Profile"
msgstr "Via profilo" msgstr "Via profilo"
msgid "" msgid "To change your avatar, upload it to your gallery and then select from there."
"To change your avatar, upload it to your gallery and then select from there." msgstr "Por ĉanĝi vian profilbildon, retsendu ĝin en via bildaro kaj selektu ol kie."
msgstr ""
"Por ĉanĝi vian profilbildon, retsendu ĝin en via bildaro kaj selektu ol kie."
msgid "Upload an avatar" msgid "Upload an avatar"
msgstr "Retsendi profilbildo" msgstr "Retsendi profilbildo"
@ -583,10 +567,7 @@ msgstr ""
msgid "Invalid CSRF token" msgid "Invalid CSRF token"
msgstr "" msgstr ""
msgid "" 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."
"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 "" msgstr ""
msgid "You are not authorized." msgid "You are not authorized."
@ -670,21 +651,13 @@ msgstr ""
msgid "Save these settings" msgid "Save these settings"
msgstr "Konservi ĉi tiujn agordojn" msgstr "Konservi ĉi tiujn agordojn"
msgid "" msgid "If you are browsing this site as a visitor, no data about you is collected."
"If you are browsing this site as a visitor, no data about you is collected."
msgstr "" msgstr ""
msgid "" 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."
"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 "" msgstr ""
msgid "" 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."
"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 "" msgstr ""
msgid "Blocklisted Emails" msgid "Blocklisted Emails"
@ -693,10 +666,7 @@ msgstr ""
msgid "Email address" msgid "Email address"
msgstr "" msgstr ""
msgid "" 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"
"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 "" msgstr ""
msgid "Note" msgid "Note"
@ -705,17 +675,13 @@ msgstr ""
msgid "Notify the user?" msgid "Notify the user?"
msgstr "" msgstr ""
msgid "" msgid "Optional, shows a message to the user when they attempt to create an account with that address"
"Optional, shows a message to the user when they attempt to create an account "
"with that address"
msgstr "" msgstr ""
msgid "Blocklisting notification" msgid "Blocklisting notification"
msgstr "" msgstr ""
msgid "" msgid "The message to be shown when the user attempts to create an account with this email address"
"The message to be shown when the user attempts to create an account with "
"this email address"
msgstr "" msgstr ""
msgid "Add blocklisted address" msgid "Add blocklisted address"
@ -742,7 +708,7 @@ msgstr ""
msgid "Welcome to {}" msgid "Welcome to {}"
msgstr "" msgstr ""
msgid "Nothing to see here yet." msgid "View all"
msgstr "" msgstr ""
msgid "About {0}" msgid "About {0}"
@ -787,9 +753,7 @@ msgstr ""
msgid "Content" msgid "Content"
msgstr "Enhavo" msgstr "Enhavo"
msgid "" msgid "You can upload media to your gallery, and then copy their Markdown code into your articles to insert them."
"You can upload media to your gallery, and then copy their Markdown code into "
"your articles to insert them."
msgstr "" msgstr ""
msgid "Upload media" msgid "Upload media"
@ -847,9 +811,7 @@ msgstr ""
msgid "Boost" msgid "Boost"
msgstr "" msgstr ""
msgid "" msgid "{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this article"
"{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this "
"article"
msgstr "" msgstr ""
msgid "Comments" msgid "Comments"
@ -903,9 +865,7 @@ msgstr "Konfirmo"
msgid "Update password" msgid "Update password"
msgstr "Ĝisdatigi pasvorton" msgstr "Ĝisdatigi pasvorton"
msgid "" msgid "We sent a mail to the address you gave us, with a link to reset your password."
"We sent a mail to the address you gave us, with a link to reset your "
"password."
msgstr "" msgstr ""
msgid "Send password reset link" msgid "Send password reset link"
@ -914,9 +874,7 @@ msgstr "Sendi ligilon por restarigi pasvorton"
msgid "This token has expired" msgid "This token has expired"
msgstr "" msgstr ""
msgid "" msgid "Please start the process again by clicking <a href=\"/password-reset\">here</a>."
"Please start the process again by clicking <a href=\"/password-reset\">here</"
"a>."
msgstr "" msgstr ""
msgid "New Blog" msgid "New Blog"
@ -931,8 +889,7 @@ msgstr "Krei blogon"
msgid "Edit \"{}\"" msgid "Edit \"{}\""
msgstr "Redakti “{}”" msgstr "Redakti “{}”"
msgid "" msgid "You can upload images to your gallery, to use them as blog icons, or banners."
"You can upload images to your gallery, to use them as blog icons, or banners."
msgstr "" msgstr ""
msgid "Upload images" msgid "Upload images"
@ -970,6 +927,9 @@ msgstr[1] ""
msgid "No posts to see here yet." msgid "No posts to see here yet."
msgstr "" msgstr ""
msgid "Nothing to see here yet."
msgstr ""
msgid "None" msgid "None"
msgstr "Neniu" msgstr "Neniu"
@ -991,9 +951,7 @@ msgstr ""
msgid "Authors can manage multiple blogs, each as its own website." msgid "Authors can manage multiple blogs, each as its own website."
msgstr "" msgstr ""
msgid "" msgid "Articles are also visible on other Plume instances, and you can interact with them directly from other platforms like Mastodon."
"Articles are also visible on other Plume instances, and you can interact "
"with them directly from other platforms like Mastodon."
msgstr "" msgstr ""
msgid "Read the detailed rules" msgid "Read the detailed rules"
@ -1073,3 +1031,4 @@ msgstr "Eldonita sub ĉi tiu permesilo"
msgid "Article license" msgid "Article license"
msgstr "Artikola permesilo" msgstr "Artikola permesilo"

View file

@ -126,12 +126,8 @@ msgid "Here is the link for registration: {0}"
msgstr "Aquí está el enlace para la inscripción: {0}" msgstr "Aquí está el enlace para la inscripción: {0}"
# src/routes/email_signups.rs:219 # src/routes/email_signups.rs:219
msgid "" msgid "Your account has been created. Now you just need to log in, before you can use it."
"Your account has been created. Now you just need to log in, before you can " msgstr "Tu cuenta ha sido creada. Ahora solo necesitas iniciar sesión, antes de poder usarla."
"use it."
msgstr ""
"Tu cuenta ha sido creada. Ahora solo necesitas iniciar sesión, antes de "
"poder usarla."
# src/routes/instance.rs:117 # src/routes/instance.rs:117
msgid "Instance settings have been saved." msgid "Instance settings have been saved."
@ -238,20 +234,12 @@ msgid "Your article has been deleted."
msgstr "Se ha eliminado el artículo." msgstr "Se ha eliminado el artículo."
# src/routes/posts.rs:631 # src/routes/posts.rs:631
msgid "" msgid "It looks like the article you tried to delete doesn't exist. Maybe it is already gone?"
"It looks like the article you tried to delete doesn't exist. Maybe it is " msgstr "Parece que el artículo que intentaste eliminar no existe. ¿Tal vez ya haya desaparecido?"
"already gone?"
msgstr ""
"Parece que el artículo que intentaste eliminar no existe. ¿Tal vez ya haya "
"desaparecido?"
# src/routes/posts.rs:673 # src/routes/posts.rs:673
msgid "" msgid "Couldn't obtain enough information about your account. Please make sure your username is correct."
"Couldn't obtain enough information about your account. Please make sure your " msgstr "No se pudo obtener suficiente información sobre su cuenta. Por favor, asegúrese de que su nombre de usuario es correcto."
"username is correct."
msgstr ""
"No se pudo obtener suficiente información sobre su cuenta. Por favor, "
"asegúrese de que su nombre de usuario es correcto."
# src/routes/reshares.rs:58 # src/routes/reshares.rs:58
msgid "To reshare a post, you need to be logged in" msgid "To reshare a post, you need to be logged in"
@ -321,17 +309,8 @@ msgstr "Correo electrónico"
msgid "Email confirmation" msgid "Email confirmation"
msgstr "Confirmación de correo electrónico" msgstr "Confirmación de correo electrónico"
msgid "" msgid "Apologies, but registrations are closed on this particular instance. You can, however, find a different one."
"An email will be sent to provided email. You can continue signing-up via the " msgstr "Lo sentimos, pero las inscripciones están cerradas en esta instancia. Sin embargo, puede encontrar una instancia distinta."
"email."
msgstr ""
msgid ""
"Apologies, but registrations are closed on this particular instance. You "
"can, however, find a different one."
msgstr ""
"Lo sentimos, pero las inscripciones están cerradas en esta instancia. Sin "
"embargo, puede encontrar una instancia distinta."
msgid "Registration" msgid "Registration"
msgstr "Inscripción" msgstr "Inscripción"
@ -339,11 +318,8 @@ msgstr "Inscripción"
msgid "Check your inbox!" msgid "Check your inbox!"
msgstr "Revise su bandeja de entrada!" msgstr "Revise su bandeja de entrada!"
msgid "" msgid "We sent a mail to the address you gave us, with a link for registration."
"We sent a mail to the address you gave us, with a link for registration." msgstr "Hemos enviado un correo a la dirección que nos has facilitado, con un enlace para la inscripción."
msgstr ""
"Hemos enviado un correo a la dirección que nos has facilitado, con un enlace "
"para la inscripción."
msgid "Username" msgid "Username"
msgstr "Nombre de usuario" msgstr "Nombre de usuario"
@ -361,9 +337,7 @@ msgid "Description"
msgstr "Descripción" msgstr "Descripción"
msgid "Useful for visually impaired people, as well as licensing information" msgid "Useful for visually impaired people, as well as licensing information"
msgstr "" msgstr "Útil para personas con discapacidad visual, tanto como información de licencias"
"Útil para personas con discapacidad visual, tanto como información de "
"licencias"
msgid "Content warning" msgid "Content warning"
msgstr "Aviso de contenido" msgstr "Aviso de contenido"
@ -521,8 +495,7 @@ msgstr "Edita tu cuenta"
msgid "Your Profile" msgid "Your Profile"
msgstr "Tu perfil" msgstr "Tu perfil"
msgid "" msgid "To change your avatar, upload it to your gallery and then select from there."
"To change your avatar, upload it to your gallery and then select from there."
msgstr "Para cambiar tu avatar, súbalo a su galería y seleccione de ahí." msgstr "Para cambiar tu avatar, súbalo a su galería y seleccione de ahí."
msgid "Upload an avatar" msgid "Upload an avatar"
@ -559,8 +532,7 @@ msgid "Delete your account"
msgstr "Eliminar tu cuenta" msgstr "Eliminar tu cuenta"
msgid "Sorry, but as an admin, you can't leave your own instance." msgid "Sorry, but as an admin, you can't leave your own instance."
msgstr "" msgstr "Lo sentimos, pero como un administrador, no puede dejar su propia instancia."
"Lo sentimos, pero como un administrador, no puede dejar su propia instancia."
msgid "Latest articles" msgid "Latest articles"
msgstr "Últimas publicaciones" msgstr "Últimas publicaciones"
@ -590,20 +562,13 @@ msgid "Something broke on our side."
msgstr "Algo ha salido mal de nuestro lado." msgstr "Algo ha salido mal de nuestro lado."
msgid "Sorry about that. If you think this is a bug, please report it." msgid "Sorry about that. If you think this is a bug, please report it."
msgstr "" msgstr "Disculpe la molestia. Si cree que esto es un defecto, por favor repórtalo."
"Disculpe la molestia. Si cree que esto es un defecto, por favor repórtalo."
msgid "Invalid CSRF token" msgid "Invalid CSRF token"
msgstr "Token CSRF inválido" msgstr "Token CSRF inválido"
msgid "" 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."
"Something is wrong with your CSRF token. Make sure cookies are enabled in " msgstr "Hay un problema con su token CSRF. Asegúrase de que las cookies están habilitadas en su navegador, e intente recargar esta página. Si sigue viendo este mensaje de error, por favor infórmelo."
"you browser, and try reloading this page. If you continue to see this error "
"message, please report it."
msgstr ""
"Hay un problema con su token CSRF. Asegúrase de que las cookies están "
"habilitadas en su navegador, e intente recargar esta página. Si sigue viendo "
"este mensaje de error, por favor infórmelo."
msgid "You are not authorized." msgid "You are not authorized."
msgstr "No está autorizado." msgstr "No está autorizado."
@ -686,32 +651,14 @@ msgstr "Licencia del artículo por defecto"
msgid "Save these settings" msgid "Save these settings"
msgstr "Guardar estos ajustes" msgstr "Guardar estos ajustes"
msgid "" msgid "If you are browsing this site as a visitor, no data about you is collected."
"If you are browsing this site as a visitor, no data about you is collected." msgstr "Si está navegando por este sitio como visitante, no se recopilan datos sobre usted."
msgstr ""
"Si está navegando por este sitio como visitante, no se recopilan datos sobre "
"usted."
msgid "" 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."
"As a registered user, you have to provide your username (which does not have " msgstr "Como usuario registrado, tienes que proporcionar tu nombre de usuario (que no tiene que ser tu nombre real), tu dirección de correo electrónico funcional y una contraseña, con el fin de poder iniciar sesión, escribir artículos y comentarios. El contenido que envíes se almacena hasta que lo elimines."
"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 ""
"Como usuario registrado, tienes que proporcionar tu nombre de usuario (que "
"no tiene que ser tu nombre real), tu dirección de correo electrónico "
"funcional y una contraseña, con el fin de poder iniciar sesión, escribir "
"artículos y comentarios. El contenido que envíes se almacena hasta que lo "
"elimines."
msgid "" 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."
"When you log in, we store two cookies, one to keep your session open, the " msgstr "Cuando inicias sesión, guardamos dos cookies, una para mantener tu sesión abierta, la segunda para evitar que otras personas actúen en tu nombre. No almacenamos ninguna otra cookie."
"second to prevent other people to act on your behalf. We don't store any "
"other cookies."
msgstr ""
"Cuando inicias sesión, guardamos dos cookies, una para mantener tu sesión "
"abierta, la segunda para evitar que otras personas actúen en tu nombre. No "
"almacenamos ninguna otra cookie."
msgid "Blocklisted Emails" msgid "Blocklisted Emails"
msgstr "Correos en la lista de bloqueos" msgstr "Correos en la lista de bloqueos"
@ -719,14 +666,8 @@ msgstr "Correos en la lista de bloqueos"
msgid "Email address" msgid "Email address"
msgstr "Dirección de correo electrónico" msgstr "Dirección de correo electrónico"
msgid "" 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"
"The email address you wish to block. In order to block domains, you can use " msgstr "La dirección de correo electrónico que deseas bloquear. Para bloquear dominios, puedes usar sintaxis de globbing, por ejemplo '*@example.com' bloquea todas las direcciones de example.com"
"globbing syntax, for example '*@example.com' blocks all addresses from "
"example.com"
msgstr ""
"La dirección de correo electrónico que deseas bloquear. Para bloquear "
"dominios, puedes usar sintaxis de globbing, por ejemplo '*@example.com' "
"bloquea todas las direcciones de example.com"
msgid "Note" msgid "Note"
msgstr "Nota" msgstr "Nota"
@ -734,22 +675,14 @@ msgstr "Nota"
msgid "Notify the user?" msgid "Notify the user?"
msgstr "¿Notificar al usuario?" msgstr "¿Notificar al usuario?"
msgid "" msgid "Optional, shows a message to the user when they attempt to create an account with that address"
"Optional, shows a message to the user when they attempt to create an account " msgstr "Opcional, muestra un mensaje al usuario cuando intenta crear una cuenta con esa dirección"
"with that address"
msgstr ""
"Opcional, muestra un mensaje al usuario cuando intenta crear una cuenta con "
"esa dirección"
msgid "Blocklisting notification" msgid "Blocklisting notification"
msgstr "Notificación de bloqueo" msgstr "Notificación de bloqueo"
msgid "" msgid "The message to be shown when the user attempts to create an account with this email address"
"The message to be shown when the user attempts to create an account with " msgstr "El mensaje que se mostrará cuando el usuario intente crear una cuenta con esta dirección de correo electrónico"
"this email address"
msgstr ""
"El mensaje que se mostrará cuando el usuario intente crear una cuenta con "
"esta dirección de correo electrónico"
msgid "Add blocklisted address" msgid "Add blocklisted address"
msgstr "Añadir dirección bloqueada" msgstr "Añadir dirección bloqueada"
@ -764,9 +697,7 @@ msgid "Email address:"
msgstr "Dirección de correo electrónico:" msgstr "Dirección de correo electrónico:"
msgid "Blocklisted for:" msgid "Blocklisted for:"
msgstr "" msgstr "Este texto no tiene información de contexto. El texto es usado en plume.pot. Posición en el archivo: 115:"
"Este texto no tiene información de contexto. El texto es usado en plume.pot. "
"Posición en el archivo: 115:"
msgid "Will notify them on account creation with this message:" msgid "Will notify them on account creation with this message:"
msgstr "Les notificará al crear la cuenta con este mensaje:" msgstr "Les notificará al crear la cuenta con este mensaje:"
@ -777,8 +708,8 @@ msgstr "Se impedirá silenciosamente al usuario crear una cuenta"
msgid "Welcome to {}" msgid "Welcome to {}"
msgstr "Bienvenido a {}" msgstr "Bienvenido a {}"
msgid "Nothing to see here yet." msgid "View all"
msgstr "No hay nada que ver aquí todavía." msgstr "Ver todo"
msgid "About {0}" msgid "About {0}"
msgstr "Acerca de {0}" msgstr "Acerca de {0}"
@ -822,12 +753,8 @@ msgstr "Subtítulo"
msgid "Content" msgid "Content"
msgstr "Contenido" msgstr "Contenido"
msgid "" msgid "You can upload media to your gallery, and then copy their Markdown code into your articles to insert them."
"You can upload media to your gallery, and then copy their Markdown code into " msgstr "Puede subir los medios a su galería, y luego copiar su código Markdown en sus artículos para insertarlos."
"your articles to insert them."
msgstr ""
"Puede subir los medios a su galería, y luego copiar su código Markdown en "
"sus artículos para insertarlos."
msgid "Upload media" msgid "Upload media"
msgstr "Cargar medios" msgstr "Cargar medios"
@ -884,12 +811,8 @@ msgstr "Ya no quiero compartir esto"
msgid "Boost" msgid "Boost"
msgstr "Compartir" msgstr "Compartir"
msgid "" msgid "{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this article"
"{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this " msgstr "{0}Inicie sesión{1}, o {2}utilice su cuenta del Fediverso{3} para interactuar con este artículo"
"article"
msgstr ""
"{0}Inicie sesión{1}, o {2}utilice su cuenta del Fediverso{3} para "
"interactuar con este artículo"
msgid "Comments" msgid "Comments"
msgstr "Comentários" msgstr "Comentários"
@ -907,8 +830,7 @@ msgid "Are you sure?"
msgstr "¿Está seguro?" msgstr "¿Está seguro?"
msgid "This article is still a draft. Only you and other authors can see it." msgid "This article is still a draft. Only you and other authors can see it."
msgstr "" msgstr "Este artículo sigue siendo un borrador. Sólo tú y otros autores pueden verlo."
"Este artículo sigue siendo un borrador. Sólo tú y otros autores pueden verlo."
msgid "Only you and other authors can edit this article." msgid "Only you and other authors can edit this article."
msgstr "Sólo tú y otros autores pueden editar este artículo." msgstr "Sólo tú y otros autores pueden editar este artículo."
@ -943,12 +865,8 @@ msgstr "Confirmación"
msgid "Update password" msgid "Update password"
msgstr "Actualizar contraseña" msgstr "Actualizar contraseña"
msgid "" msgid "We sent a mail to the address you gave us, with a link to reset your password."
"We sent a mail to the address you gave us, with a link to reset your " msgstr "Enviamos un correo a la dirección que nos dio, con un enlace para restablecer su contraseña."
"password."
msgstr ""
"Enviamos un correo a la dirección que nos dio, con un enlace para "
"restablecer su contraseña."
msgid "Send password reset link" msgid "Send password reset link"
msgstr "Enviar enlace de restablecimiento de contraseña" msgstr "Enviar enlace de restablecimiento de contraseña"
@ -956,12 +874,8 @@ msgstr "Enviar enlace de restablecimiento de contraseña"
msgid "This token has expired" msgid "This token has expired"
msgstr "Este token ha caducado" msgstr "Este token ha caducado"
msgid "" msgid "Please start the process again by clicking <a href=\"/password-reset\">here</a>."
"Please start the process again by clicking <a href=\"/password-reset\">here</" msgstr "Por favor, vuelva a iniciar el proceso haciendo click <a href=\"/password-reset\">aquí</a>."
"a>."
msgstr ""
"Por favor, vuelva a iniciar el proceso haciendo click <a href=\"/password-"
"reset\">aquí</a>."
msgid "New Blog" msgid "New Blog"
msgstr "Nuevo Blog" msgstr "Nuevo Blog"
@ -975,11 +889,8 @@ msgstr "Crear el blog"
msgid "Edit \"{}\"" msgid "Edit \"{}\""
msgstr "Editar \"{}\"" msgstr "Editar \"{}\""
msgid "" msgid "You can upload images to your gallery, to use them as blog icons, or banners."
"You can upload images to your gallery, to use them as blog icons, or banners." msgstr "Puede subir imágenes a su galería, para usarlas como iconos de blog, o banderas."
msgstr ""
"Puede subir imágenes a su galería, para usarlas como iconos de blog, o "
"banderas."
msgid "Upload images" msgid "Upload images"
msgstr "Subir imágenes" msgstr "Subir imágenes"
@ -997,9 +908,7 @@ msgid "Update blog"
msgstr "Actualizar el blog" msgstr "Actualizar el blog"
msgid "Be very careful, any action taken here can't be reversed." msgid "Be very careful, any action taken here can't be reversed."
msgstr "" msgstr "Tenga mucho cuidado, cualquier acción que se tome aquí no puede ser invertida."
"Tenga mucho cuidado, cualquier acción que se tome aquí no puede ser "
"invertida."
msgid "Are you sure that you want to permanently delete this blog?" msgid "Are you sure that you want to permanently delete this blog?"
msgstr "¿Está seguro que desea eliminar permanentemente este blog?" msgstr "¿Está seguro que desea eliminar permanentemente este blog?"
@ -1018,6 +927,9 @@ msgstr[1] "Hay {0} autores en este blog: "
msgid "No posts to see here yet." msgid "No posts to see here yet."
msgstr "Ningún artículo aún." msgstr "Ningún artículo aún."
msgid "Nothing to see here yet."
msgstr "No hay nada que ver aquí todavía."
msgid "None" msgid "None"
msgstr "Ninguno" msgstr "Ninguno"
@ -1037,16 +949,10 @@ msgid "Plume is a decentralized blogging engine."
msgstr "Plume es un motor de blogs descentralizado." msgstr "Plume es un motor de blogs descentralizado."
msgid "Authors can manage multiple blogs, each as its own website." msgid "Authors can manage multiple blogs, each as its own website."
msgstr "" msgstr "Los autores pueden administrar múltiples blogs, cada uno como su propio sitio web."
"Los autores pueden administrar múltiples blogs, cada uno como su propio "
"sitio web."
msgid "" msgid "Articles are also visible on other Plume instances, and you can interact with them directly from other platforms like Mastodon."
"Articles are also visible on other Plume instances, and you can interact " msgstr "Los artículos también son visibles en otras instancias de Plume, y puede interactuar con ellos directamente desde otras plataformas como Mastodon."
"with them directly from other platforms like Mastodon."
msgstr ""
"Los artículos también son visibles en otras instancias de Plume, y puede "
"interactuar con ellos directamente desde otras plataformas como Mastodon."
msgid "Read the detailed rules" msgid "Read the detailed rules"
msgstr "Leer las reglas detalladas" msgstr "Leer las reglas detalladas"
@ -1126,5 +1032,3 @@ msgstr "Publicado bajo esta licencia"
msgid "Article license" msgid "Article license"
msgstr "Licencia de artículo" msgstr "Licencia de artículo"
#~ msgid "View all"
#~ msgstr "Ver todo"

View file

@ -126,12 +126,8 @@ msgid "Here is the link for registration: {0}"
msgstr "Hemen duzu izena emateko esteka: {0}" msgstr "Hemen duzu izena emateko esteka: {0}"
# src/routes/email_signups.rs:219 # src/routes/email_signups.rs:219
msgid "" msgid "Your account has been created. Now you just need to log in, before you can use it."
"Your account has been created. Now you just need to log in, before you can " msgstr "Zure kontua sortu da. Orain saioa hasi besterik ez duzu egin behar, erabili aurretik."
"use it."
msgstr ""
"Zure kontua sortu da. Orain saioa hasi besterik ez duzu egin behar, erabili "
"aurretik."
# src/routes/instance.rs:117 # src/routes/instance.rs:117
msgid "Instance settings have been saved." msgid "Instance settings have been saved."
@ -238,20 +234,12 @@ msgid "Your article has been deleted."
msgstr "Zure artikulua ezabatu da." msgstr "Zure artikulua ezabatu da."
# src/routes/posts.rs:631 # src/routes/posts.rs:631
msgid "" msgid "It looks like the article you tried to delete doesn't exist. Maybe it is already gone?"
"It looks like the article you tried to delete doesn't exist. Maybe it is " msgstr "Badirudi ezabatzen saiatu zaren artikulua ez dela existitzen. Beharbada dagoeneko ezabatuta dago."
"already gone?"
msgstr ""
"Badirudi ezabatzen saiatu zaren artikulua ez dela existitzen. Beharbada "
"dagoeneko ezabatuta dago."
# src/routes/posts.rs:673 # src/routes/posts.rs:673
msgid "" msgid "Couldn't obtain enough information about your account. Please make sure your username is correct."
"Couldn't obtain enough information about your account. Please make sure your " msgstr "Ezin izan da zure kontuari buruzko nahikoa informazio lortu. Mesedez, egiaztatu erabiltzailea zuzena dela."
"username is correct."
msgstr ""
"Ezin izan da zure kontuari buruzko nahikoa informazio lortu. Mesedez, "
"egiaztatu erabiltzailea zuzena dela."
# src/routes/reshares.rs:58 # src/routes/reshares.rs:58
msgid "To reshare a post, you need to be logged in" msgid "To reshare a post, you need to be logged in"
@ -321,17 +309,8 @@ msgstr "Posta elektronikoa"
msgid "Email confirmation" msgid "Email confirmation"
msgstr "Baieztatu helbide elektronikoa" msgstr "Baieztatu helbide elektronikoa"
msgid "" msgid "Apologies, but registrations are closed on this particular instance. You can, however, find a different one."
"An email will be sent to provided email. You can continue signing-up via the " msgstr "Sentitzen dugu, baina ezin duzu instantzia honetan izena eman. Hala ere, beste instantzia bat aurki dezakezu."
"email."
msgstr ""
msgid ""
"Apologies, but registrations are closed on this particular instance. You "
"can, however, find a different one."
msgstr ""
"Sentitzen dugu, baina ezin duzu instantzia honetan izena eman. Hala ere, "
"beste instantzia bat aurki dezakezu."
msgid "Registration" msgid "Registration"
msgstr "Izen-ematea" msgstr "Izen-ematea"
@ -339,10 +318,8 @@ msgstr "Izen-ematea"
msgid "Check your inbox!" msgid "Check your inbox!"
msgstr "Begiratu zure sarrera-erretilua!" msgstr "Begiratu zure sarrera-erretilua!"
msgid "" msgid "We sent a mail to the address you gave us, with a link for registration."
"We sent a mail to the address you gave us, with a link for registration." msgstr "Mezu bat bidali dugu eman diguzun helbidera, izena emateko estekarekin."
msgstr ""
"Mezu bat bidali dugu eman diguzun helbidera, izena emateko estekarekin."
msgid "Username" msgid "Username"
msgstr "Erabiltzailea" msgstr "Erabiltzailea"
@ -360,9 +337,7 @@ msgid "Description"
msgstr "Azalpena" msgstr "Azalpena"
msgid "Useful for visually impaired people, as well as licensing information" msgid "Useful for visually impaired people, as well as licensing information"
msgstr "" msgstr "Ikusmen-desgaitasuna duten pertsonentzat erabilgarria, bai eta lizentziei buruzko informazioa ere"
"Ikusmen-desgaitasuna duten pertsonentzat erabilgarria, bai eta lizentziei "
"buruzko informazioa ere"
msgid "Content warning" msgid "Content warning"
msgstr "Edukiari buruzko oharra" msgstr "Edukiari buruzko oharra"
@ -503,9 +478,7 @@ msgid "Your Blogs"
msgstr "Zure blogak" msgstr "Zure blogak"
msgid "You don't have any blog yet. Create your own, or ask to join one." msgid "You don't have any blog yet. Create your own, or ask to join one."
msgstr "" msgstr "Oraindik ez duzu blogik. Sortu bat zeure buruarentzat edo eskatu batekin bat egitea."
"Oraindik ez duzu blogik. Sortu bat zeure buruarentzat edo eskatu batekin bat "
"egitea."
msgid "Start a new blog" msgid "Start a new blog"
msgstr "Hasi blog berri bat." msgstr "Hasi blog berri bat."
@ -522,8 +495,7 @@ msgstr "Editatu zure kontua"
msgid "Your Profile" msgid "Your Profile"
msgstr "Zure profila" msgstr "Zure profila"
msgid "" msgid "To change your avatar, upload it to your gallery and then select from there."
"To change your avatar, upload it to your gallery and then select from there."
msgstr "Zure avatarra aldatzeko, sartu zure galerian eta aukeratu hortik." msgstr "Zure avatarra aldatzeko, sartu zure galerian eta aukeratu hortik."
msgid "Upload an avatar" msgid "Upload an avatar"
@ -560,8 +532,7 @@ msgid "Delete your account"
msgstr "Ezabatu zure kontua" msgstr "Ezabatu zure kontua"
msgid "Sorry, but as an admin, you can't leave your own instance." msgid "Sorry, but as an admin, you can't leave your own instance."
msgstr "" msgstr "Sentitzen dugu, baina administratzaile gisa, ezin duzu zure instantzia utzi."
"Sentitzen dugu, baina administratzaile gisa, ezin duzu zure instantzia utzi."
msgid "Latest articles" msgid "Latest articles"
msgstr "Azken artikuluak" msgstr "Azken artikuluak"
@ -596,14 +567,8 @@ msgstr "Sentitzen dugu. Akats bat dela uste baduzu, jakinaraziguzu."
msgid "Invalid CSRF token" msgid "Invalid CSRF token"
msgstr "CSRF token baliogabea" msgstr "CSRF token baliogabea"
msgid "" 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."
"Something is wrong with your CSRF token. Make sure cookies are enabled in " msgstr "Arazo bat dago zure CSRF tokenarekin. Ziurtatu cookieak zure nabigatzailean gaituta daudela eta saiatu orri hau birkargatzen. Errore-mezu hau ikusten jarraitzen baduzu, mesedez, jakinaraziguzu."
"you browser, and try reloading this page. If you continue to see this error "
"message, please report it."
msgstr ""
"Arazo bat dago zure CSRF tokenarekin. Ziurtatu cookieak zure nabigatzailean "
"gaituta daudela eta saiatu orri hau birkargatzen. Errore-mezu hau ikusten "
"jarraitzen baduzu, mesedez, jakinaraziguzu."
msgid "You are not authorized." msgid "You are not authorized."
msgstr "Ez duzu baimenik." msgstr "Ez duzu baimenik."
@ -686,29 +651,14 @@ msgstr "Artikuluen lizentzia, besterik adierazi ezean"
msgid "Save these settings" msgid "Save these settings"
msgstr "Gorde ezarpenak" msgstr "Gorde ezarpenak"
msgid "" msgid "If you are browsing this site as a visitor, no data about you is collected."
"If you are browsing this site as a visitor, no data about you is collected."
msgstr "Saiorik hasi ez baduzu, ez dugu zuri buruzko inolako daturik gordeko." msgstr "Saiorik hasi ez baduzu, ez dugu zuri buruzko inolako daturik gordeko."
msgid "" 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."
"As a registered user, you have to provide your username (which does not have " msgstr "Izena eman baduzu, erabiltzaile izena (ez da beharrezkoa zure benetako izena izatea), helbide elektronikoa eta pasahitza zehaztu behar dituzu saioa hasi ahal izateko, artikuluak idazteko eta iruzkinak egiteko. Igotzen duzun edukia gorde egingo da zuk ezabatzen duzun arte."
"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 ""
"Izena eman baduzu, erabiltzaile izena (ez da beharrezkoa zure benetako izena "
"izatea), helbide elektronikoa eta pasahitza zehaztu behar dituzu saioa hasi "
"ahal izateko, artikuluak idazteko eta iruzkinak egiteko. Igotzen duzun "
"edukia gorde egingo da zuk ezabatzen duzun arte."
msgid "" 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."
"When you log in, we store two cookies, one to keep your session open, the " msgstr "Saioa hasten duzunean bi cookie gordetzen ditugu: bata saioa irekita mantentzeko; bestea beste batzuek zu izango bazina jardun ahal ez izateko. Ez dugu bestelako cookierik gordetzen."
"second to prevent other people to act on your behalf. We don't store any "
"other cookies."
msgstr ""
"Saioa hasten duzunean bi cookie gordetzen ditugu: bata saioa irekita "
"mantentzeko; bestea beste batzuek zu izango bazina jardun ahal ez izateko. "
"Ez dugu bestelako cookierik gordetzen."
msgid "Blocklisted Emails" msgid "Blocklisted Emails"
msgstr "Debekatutako helbide elektronikoak" msgstr "Debekatutako helbide elektronikoak"
@ -716,14 +666,8 @@ msgstr "Debekatutako helbide elektronikoak"
msgid "Email address" msgid "Email address"
msgstr "Helbide elektronikoa" msgstr "Helbide elektronikoa"
msgid "" 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"
"The email address you wish to block. In order to block domains, you can use " msgstr "Blokeatu nahiko zenukeen helbide elektronikoa. Domeinu bat blokeatzeko globbing sintaxia erabil dezakezu, adibidez '*@adibidea.eus'-ek adibidea.eus domeinuko helbide elektroniko guztiak blokeatuko ditu"
"globbing syntax, for example '*@example.com' blocks all addresses from "
"example.com"
msgstr ""
"Blokeatu nahiko zenukeen helbide elektronikoa. Domeinu bat blokeatzeko "
"globbing sintaxia erabil dezakezu, adibidez '*@adibidea.eus'-ek adibidea.eus "
"domeinuko helbide elektroniko guztiak blokeatuko ditu"
msgid "Note" msgid "Note"
msgstr "Oharra" msgstr "Oharra"
@ -731,22 +675,14 @@ msgstr "Oharra"
msgid "Notify the user?" msgid "Notify the user?"
msgstr "Erabiltzailea jakinarazi?" msgstr "Erabiltzailea jakinarazi?"
msgid "" msgid "Optional, shows a message to the user when they attempt to create an account with that address"
"Optional, shows a message to the user when they attempt to create an account " msgstr "Hautazkoa, mezu bat erakusten die erabiltzaileei helbide honekin kontu bat sortzen saiatzen direnean"
"with that address"
msgstr ""
"Hautazkoa, mezu bat erakusten die erabiltzaileei helbide honekin kontu bat "
"sortzen saiatzen direnean"
msgid "Blocklisting notification" msgid "Blocklisting notification"
msgstr "Blokeoaren jakinarazpena" msgstr "Blokeoaren jakinarazpena"
msgid "" msgid "The message to be shown when the user attempts to create an account with this email address"
"The message to be shown when the user attempts to create an account with " msgstr "Helbide elektroniko hau duen kontu bat sortzen saiatzen den erabiltzaileari agertuko zaion mezua"
"this email address"
msgstr ""
"Helbide elektroniko hau duen kontu bat sortzen saiatzen den erabiltzaileari "
"agertuko zaion mezua"
msgid "Add blocklisted address" msgid "Add blocklisted address"
msgstr "Gehitu helbide blokeatua" msgstr "Gehitu helbide blokeatua"
@ -772,8 +708,8 @@ msgstr "Erabiltzaileari isilean eragotziko zaio kontu bat sortzea"
msgid "Welcome to {}" msgid "Welcome to {}"
msgstr "Ongi etorri {}(e)ra" msgstr "Ongi etorri {}(e)ra"
msgid "Nothing to see here yet." msgid "View all"
msgstr "Oraindik ez dago zerikusirik hemen." msgstr "Ikusi guztia"
msgid "About {0}" msgid "About {0}"
msgstr "{0}ri buruz" msgstr "{0}ri buruz"
@ -817,12 +753,8 @@ msgstr "Azpititulua"
msgid "Content" msgid "Content"
msgstr "Edukia" msgstr "Edukia"
msgid "" msgid "You can upload media to your gallery, and then copy their Markdown code into your articles to insert them."
"You can upload media to your gallery, and then copy their Markdown code into " msgstr "Baliabideak igo ditzakezu zure galeriara eta ondoren Markdown kodea kopiatu artikuluan txertatzeko."
"your articles to insert them."
msgstr ""
"Baliabideak igo ditzakezu zure galeriara eta ondoren Markdown kodea kopiatu "
"artikuluan txertatzeko."
msgid "Upload media" msgid "Upload media"
msgstr "Igo baliabideak" msgstr "Igo baliabideak"
@ -879,9 +811,7 @@ msgstr "Jada ez dut partekatu nahi"
msgid "Boost" msgid "Boost"
msgstr "Bultzatu" msgstr "Bultzatu"
msgid "" msgid "{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this article"
"{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this "
"article"
msgstr "{0}Hasi saioa{1} edo {2}erabili Fedibertsoko kontua{3}" msgstr "{0}Hasi saioa{1} edo {2}erabili Fedibertsoko kontua{3}"
msgid "Comments" msgid "Comments"
@ -900,9 +830,7 @@ msgid "Are you sure?"
msgstr "Ziur al zaude?" msgstr "Ziur al zaude?"
msgid "This article is still a draft. Only you and other authors can see it." msgid "This article is still a draft. Only you and other authors can see it."
msgstr "" msgstr "Artikulu hau zirriborro bat baino ez da. Zuk eta beste egileek bakarrik ikus dezakezue."
"Artikulu hau zirriborro bat baino ez da. Zuk eta beste egileek bakarrik ikus "
"dezakezue."
msgid "Only you and other authors can edit this article." msgid "Only you and other authors can edit this article."
msgstr "Zuk eta beste egileek bakarrik moldatu dezakezue artikulu hau." msgstr "Zuk eta beste egileek bakarrik moldatu dezakezue artikulu hau."
@ -937,9 +865,7 @@ msgstr "Baieztapena"
msgid "Update password" msgid "Update password"
msgstr "Eguneratu pasahitza" msgstr "Eguneratu pasahitza"
msgid "" msgid "We sent a mail to the address you gave us, with a link to reset your password."
"We sent a mail to the address you gave us, with a link to reset your "
"password."
msgstr "Pasahitza berrezartzeko esteka bidali dizugu eman zenigun helbidera." msgstr "Pasahitza berrezartzeko esteka bidali dizugu eman zenigun helbidera."
msgid "Send password reset link" msgid "Send password reset link"
@ -948,12 +874,8 @@ msgstr "Bidali pasahitza berrezartzeko esteka"
msgid "This token has expired" msgid "This token has expired"
msgstr "Token hau iraungi egin da" msgstr "Token hau iraungi egin da"
msgid "" msgid "Please start the process again by clicking <a href=\"/password-reset\">here</a>."
"Please start the process again by clicking <a href=\"/password-reset\">here</" msgstr "Mesedez, hasi berriro prozesua <a href=\"/password-reset\">hemen</a> klik eginez."
"a>."
msgstr ""
"Mesedez, hasi berriro prozesua <a href=\"/password-reset\">hemen</a> klik "
"eginez."
msgid "New Blog" msgid "New Blog"
msgstr "Blog berria" msgstr "Blog berria"
@ -967,11 +889,8 @@ msgstr "Sortu bloga"
msgid "Edit \"{}\"" msgid "Edit \"{}\""
msgstr "Editatu \"{}\"" msgstr "Editatu \"{}\""
msgid "" msgid "You can upload images to your gallery, to use them as blog icons, or banners."
"You can upload images to your gallery, to use them as blog icons, or banners." msgstr "Irudiak igo ditzakezu zure galeriara, blogeko ikono edo baner gisa erabiltzeko."
msgstr ""
"Irudiak igo ditzakezu zure galeriara, blogeko ikono edo baner gisa "
"erabiltzeko."
msgid "Upload images" msgid "Upload images"
msgstr "Igo irudiak" msgstr "Igo irudiak"
@ -1008,6 +927,9 @@ msgstr[1] "{0} egile daude blog honetan: "
msgid "No posts to see here yet." msgid "No posts to see here yet."
msgstr "Oraindik ez dago artikulurik ikusgai." msgstr "Oraindik ez dago artikulurik ikusgai."
msgid "Nothing to see here yet."
msgstr "Oraindik ez dago zerikusirik hemen."
msgid "None" msgid "None"
msgstr "Bat ere ez" msgstr "Bat ere ez"
@ -1027,16 +949,10 @@ msgid "Plume is a decentralized blogging engine."
msgstr "Plume blog-motor deszentralizatua da." msgstr "Plume blog-motor deszentralizatua da."
msgid "Authors can manage multiple blogs, each as its own website." msgid "Authors can manage multiple blogs, each as its own website."
msgstr "" msgstr "Egileek blog bat baino gehiago kudeatu ditzakete, bakoitza webgune bat bailitzan."
"Egileek blog bat baino gehiago kudeatu ditzakete, bakoitza webgune bat "
"bailitzan."
msgid "" msgid "Articles are also visible on other Plume instances, and you can interact with them directly from other platforms like Mastodon."
"Articles are also visible on other Plume instances, and you can interact " msgstr "Artikuluak beste Plume instantzietan daude ikusgai, eta Mastodon bezalako plataformekin parte hartu dezakezu."
"with them directly from other platforms like Mastodon."
msgstr ""
"Artikuluak beste Plume instantzietan daude ikusgai, eta Mastodon bezalako "
"plataformekin parte hartu dezakezu."
msgid "Read the detailed rules" msgid "Read the detailed rules"
msgstr "Irakurri arauak bere osotasunean" msgstr "Irakurri arauak bere osotasunean"
@ -1116,5 +1032,3 @@ msgstr "Lizentzia honekin argitaratua"
msgid "Article license" msgid "Article license"
msgstr "Artikuluaren lizentzia" msgstr "Artikuluaren lizentzia"
#~ msgid "View all"
#~ msgstr "Ikusi guztia"

View file

@ -126,11 +126,8 @@ msgid "Here is the link for registration: {0}"
msgstr "این‌جا پیوندی برای نام‌نویسی است: {0}" msgstr "این‌جا پیوندی برای نام‌نویسی است: {0}"
# src/routes/email_signups.rs:219 # src/routes/email_signups.rs:219
msgid "" msgid "Your account has been created. Now you just need to log in, before you can use it."
"Your account has been created. Now you just need to log in, before you can " msgstr "حساب شما ایجاد شده است. اکنون برای استفاده از آن تنها نیاز است که واردش شوید."
"use it."
msgstr ""
"حساب شما ایجاد شده است. اکنون برای استفاده از آن تنها نیاز است که واردش شوید."
# src/routes/instance.rs:117 # src/routes/instance.rs:117
msgid "Instance settings have been saved." msgid "Instance settings have been saved."
@ -237,19 +234,12 @@ msgid "Your article has been deleted."
msgstr "مقالهٔ شما پاک شده است." msgstr "مقالهٔ شما پاک شده است."
# src/routes/posts.rs:631 # src/routes/posts.rs:631
msgid "" msgid "It looks like the article you tried to delete doesn't exist. Maybe it is already gone?"
"It looks like the article you tried to delete doesn't exist. Maybe it is " msgstr "به نظر می‌رسد مقاله‌ای را که می‌خواهید پاک کنید، وجود ندارد. قبلا پاک نشده است؟"
"already gone?"
msgstr ""
"به نظر می‌رسد مقاله‌ای را که می‌خواهید پاک کنید، وجود ندارد. قبلا پاک نشده است؟"
# src/routes/posts.rs:673 # src/routes/posts.rs:673
msgid "" msgid "Couldn't obtain enough information about your account. Please make sure your username is correct."
"Couldn't obtain enough information about your account. Please make sure your " msgstr "نتوانستیم اطّلاعات کافی دربارهٔ حساب شما دریافت کنیم. لطفاً مطمئن شوید که نام کاربری درست است."
"username is correct."
msgstr ""
"نتوانستیم اطّلاعات کافی دربارهٔ حساب شما دریافت کنیم. لطفاً مطمئن شوید که نام "
"کاربری درست است."
# src/routes/reshares.rs:58 # src/routes/reshares.rs:58
msgid "To reshare a post, you need to be logged in" msgid "To reshare a post, you need to be logged in"
@ -319,17 +309,8 @@ msgstr "رایانامه"
msgid "Email confirmation" msgid "Email confirmation"
msgstr "تأیید رایانامه" msgstr "تأیید رایانامه"
msgid "" msgid "Apologies, but registrations are closed on this particular instance. You can, however, find a different one."
"An email will be sent to provided email. You can continue signing-up via the " msgstr "معذرت می‌خواهیم. ثبت‌نام روی این نمونه خاص بسته شده است. با این حال شما می‌توانید یک نمونه دیگر پیدا کنید."
"email."
msgstr ""
msgid ""
"Apologies, but registrations are closed on this particular instance. You "
"can, however, find a different one."
msgstr ""
"معذرت می‌خواهیم. ثبت‌نام روی این نمونه خاص بسته شده است. با این حال شما "
"می‌توانید یک نمونه دیگر پیدا کنید."
msgid "Registration" msgid "Registration"
msgstr "نام‌نویسی" msgstr "نام‌نویسی"
@ -337,8 +318,7 @@ msgstr "نام‌نویسی"
msgid "Check your inbox!" msgid "Check your inbox!"
msgstr "صندوق پستی خود را بررسی کنید!" msgstr "صندوق پستی خود را بررسی کنید!"
msgid "" msgid "We sent a mail to the address you gave us, with a link for registration."
"We sent a mail to the address you gave us, with a link for registration."
msgstr "نامه‌ای همراه با پیوند نام‌نویسی به نشانی‌ای که به‌مان دادید، فرستادیم." msgstr "نامه‌ای همراه با پیوند نام‌نویسی به نشانی‌ای که به‌مان دادید، فرستادیم."
msgid "Username" msgid "Username"
@ -498,8 +478,7 @@ msgid "Your Blogs"
msgstr "بلاگ‌های شما" msgstr "بلاگ‌های شما"
msgid "You don't have any blog yet. Create your own, or ask to join one." msgid "You don't have any blog yet. Create your own, or ask to join one."
msgstr "" msgstr "شما هنوز هیچ بلاگی ندارید. یکی بسازید یا درخواست پیوستن به یکی را بدهید."
"شما هنوز هیچ بلاگی ندارید. یکی بسازید یا درخواست پیوستن به یکی را بدهید."
msgid "Start a new blog" msgid "Start a new blog"
msgstr "شروع یک بلاگ جدید" msgstr "شروع یک بلاگ جدید"
@ -516,11 +495,8 @@ msgstr "حساب‌تان را ویرایش کنید"
msgid "Your Profile" msgid "Your Profile"
msgstr "نمایهٔ شما" msgstr "نمایهٔ شما"
msgid "" msgid "To change your avatar, upload it to your gallery and then select from there."
"To change your avatar, upload it to your gallery and then select from there." msgstr "برای تغییر تصویر حساب‌تان، ابتدا آن را در نگارخانه بارگذاری کرده و سپس از همان جا انتخابش کنید."
msgstr ""
"برای تغییر تصویر حساب‌تان، ابتدا آن را در نگارخانه بارگذاری کرده و سپس از "
"همان جا انتخابش کنید."
msgid "Upload an avatar" msgid "Upload an avatar"
msgstr "بارگذاری تصویر حساب" msgstr "بارگذاری تصویر حساب"
@ -586,21 +562,13 @@ msgid "Something broke on our side."
msgstr "مشکلی سمت ما پیش آمد." msgstr "مشکلی سمت ما پیش آمد."
msgid "Sorry about that. If you think this is a bug, please report it." msgid "Sorry about that. If you think this is a bug, please report it."
msgstr "" msgstr "از این بابت متاسفیم. اگر فکر می‌کنید این اتفاق ناشی از یک اشکال فنی است، لطفا آن را گزارش کنید."
"از این بابت متاسفیم. اگر فکر می‌کنید این اتفاق ناشی از یک اشکال فنی است، لطفا "
"آن را گزارش کنید."
msgid "Invalid CSRF token" msgid "Invalid CSRF token"
msgstr "توکن CSRF نامعتبر" msgstr "توکن CSRF نامعتبر"
msgid "" 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."
"Something is wrong with your CSRF token. Make sure cookies are enabled in " msgstr "مشکلی در ارتباط با توکن CSRF ما وجود دارد. اطمینان حاصل کنید که کوکی در مرورگرتان فعّال است و سپس این صفحه را مجددا فراخوانی کنید. اگر این پیام خطا را باز هم مشاهده کردید، موضوع را گزارش کنید."
"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." msgid "You are not authorized."
msgstr "شما مجاز به این کار نیستید." msgstr "شما مجاز به این کار نیستید."
@ -683,31 +651,14 @@ msgstr "پروانهٔ پیش‌فرض مقاله"
msgid "Save these settings" msgid "Save these settings"
msgstr "ذخیره این تنظیمات" msgstr "ذخیره این تنظیمات"
msgid "" msgid "If you are browsing this site as a visitor, no data about you is collected."
"If you are browsing this site as a visitor, no data about you is collected." msgstr "اگر شما به عنوان یک بازدیدکننده در حال مرور این پایگاه هستید، هیچ داده‌ای درباره شما گردآوری نمی‌شود."
msgstr ""
"اگر شما به عنوان یک بازدیدکننده در حال مرور این پایگاه هستید، هیچ داده‌ای "
"درباره شما گردآوری نمی‌شود."
msgid "" 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."
"As a registered user, you have to provide your username (which does not have " msgstr "به عنوان یک کاربر ثبت‌نام شده، برای آن‌که بتوانید وارد شده و مقاله بنویسید یا نظر بدهید، لازم است که نام کاربری (که لازم نیست نام واقعی شما باشد) و نشانی رایانامهٔ فعّال‌تان را ارائه کنید. محتوایی که ثبت می‌کنید، تا زمانی که خودتان آن را پاک نکنید نگه‌داری می‌شود."
"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 "" 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."
"When you log in, we store two cookies, one to keep your session open, the " msgstr "وقتی وارد می‌شوید، ما دو کوکی ذخیره می‌کنیم. یکی برای باز نگه‌داشتن نشست جاری و دومی برای اجتناب از فعّالیت دیگران از جانب شما. ما هیچ کوکی دیگری ذخیره نمی‌کنیم."
"second to prevent other people to act on your behalf. We don't store any "
"other cookies."
msgstr ""
"وقتی وارد می‌شوید، ما دو کوکی ذخیره می‌کنیم. یکی برای باز نگه‌داشتن نشست جاری و "
"دومی برای اجتناب از فعّالیت دیگران از جانب شما. ما هیچ کوکی دیگری ذخیره "
"نمی‌کنیم."
msgid "Blocklisted Emails" msgid "Blocklisted Emails"
msgstr "رایانامه‌های مسدود شده" msgstr "رایانامه‌های مسدود شده"
@ -715,14 +666,8 @@ msgstr "رایانامه‌های مسدود شده"
msgid "Email address" msgid "Email address"
msgstr "نشانی رایانامه" msgstr "نشانی رایانامه"
msgid "" 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"
"The email address you wish to block. In order to block domains, you can use " msgstr "نشانی رایانامه‌ای که می‌خواهید مسدود کنید. اگر می‌خواهید دامنه‌ها را مسدود کنید، می‌تواند از نحو گِلاب استفاده کنید. مثلاً عبارت '*@example.com' تمام نشانی‌ها از دامنه example.com را مسدود می‌کند"
"globbing syntax, for example '*@example.com' blocks all addresses from "
"example.com"
msgstr ""
"نشانی رایانامه‌ای که می‌خواهید مسدود کنید. اگر می‌خواهید دامنه‌ها را مسدود کنید، "
"می‌تواند از نحو گِلاب استفاده کنید. مثلاً عبارت '*@example.com' تمام نشانی‌ها از "
"دامنه example.com را مسدود می‌کند"
msgid "Note" msgid "Note"
msgstr "یادداشت" msgstr "یادداشت"
@ -730,22 +675,14 @@ msgstr "یادداشت"
msgid "Notify the user?" msgid "Notify the user?"
msgstr "به کاربر اعلان شود؟" msgstr "به کاربر اعلان شود؟"
msgid "" msgid "Optional, shows a message to the user when they attempt to create an account with that address"
"Optional, shows a message to the user when they attempt to create an account " msgstr "اختیاری، هنگامی که کاربر با آن نشانی تلاش برای ایجاد حساب کند، پیامی به او نشان می‌دهد"
"with that address"
msgstr ""
"اختیاری، هنگامی که کاربر با آن نشانی تلاش برای ایجاد حساب کند، پیامی به او "
"نشان می‌دهد"
msgid "Blocklisting notification" msgid "Blocklisting notification"
msgstr "اعلان‌ مسدودسازی" msgstr "اعلان‌ مسدودسازی"
msgid "" msgid "The message to be shown when the user attempts to create an account with this email address"
"The message to be shown when the user attempts to create an account with " msgstr "پیامی که هنگام تلاش کاربر برای ساخت حساب با این نشانی رایانامه به او نشان داده می‌شود"
"this email address"
msgstr ""
"پیامی که هنگام تلاش کاربر برای ساخت حساب با این نشانی رایانامه به او نشان "
"داده می‌شود"
msgid "Add blocklisted address" msgid "Add blocklisted address"
msgstr "اضافه کردن نشانی مسدودشده" msgstr "اضافه کردن نشانی مسدودشده"
@ -771,8 +708,8 @@ msgstr "بی سر و صدا از ساختن حساب توسط این کاربر
msgid "Welcome to {}" msgid "Welcome to {}"
msgstr "به {} خوش‌آمدید" msgstr "به {} خوش‌آمدید"
msgid "Nothing to see here yet." msgid "View all"
msgstr "هنوز اینجا چیزی برای دیدن نیست." msgstr "دیدن همه"
msgid "About {0}" msgid "About {0}"
msgstr "دربارهٔ {0}" msgstr "دربارهٔ {0}"
@ -816,12 +753,8 @@ msgstr "زیرعنوان"
msgid "Content" msgid "Content"
msgstr "محتوا" msgstr "محتوا"
msgid "" msgid "You can upload media to your gallery, and then copy their Markdown code into your articles to insert them."
"You can upload media to your gallery, and then copy their Markdown code into " msgstr "می‌تواند رسانه را در نگار‌خانهٔ خود بارگذاری کنید، و سپس کد مارک‌داون آن‌ها را درون مقاله‌تان درج کنید."
"your articles to insert them."
msgstr ""
"می‌تواند رسانه را در نگار‌خانهٔ خود بارگذاری کنید، و سپس کد مارک‌داون آن‌ها را "
"درون مقاله‌تان درج کنید."
msgid "Upload media" msgid "Upload media"
msgstr "بارگذاری رسانه" msgstr "بارگذاری رسانه"
@ -878,12 +811,8 @@ msgstr "دیگر نمی‌خوام این را تقویت کنم"
msgid "Boost" msgid "Boost"
msgstr "تقویت" msgstr "تقویت"
msgid "" msgid "{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this article"
"{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this " msgstr "{0}وارد شوید{1}، یا {2}از حساب فدیورس خود{3} برای تعامل با این مقاله استفاده کنید"
"article"
msgstr ""
"{0}وارد شوید{1}، یا {2}از حساب فدیورس خود{3} برای تعامل با این مقاله استفاده "
"کنید"
msgid "Comments" msgid "Comments"
msgstr "نظرات" msgstr "نظرات"
@ -901,9 +830,7 @@ msgid "Are you sure?"
msgstr "مطمئنید؟" msgstr "مطمئنید؟"
msgid "This article is still a draft. Only you and other authors can see it." 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." msgid "Only you and other authors can edit this article."
msgstr "تنها شما و دیگر نویسندگان می‌توانید این مقاله را ویرایش کنید." msgstr "تنها شما و دیگر نویسندگان می‌توانید این مقاله را ویرایش کنید."
@ -938,12 +865,8 @@ msgstr "تایید"
msgid "Update password" msgid "Update password"
msgstr "به‌روزرسانی گذرواژه" msgstr "به‌روزرسانی گذرواژه"
msgid "" msgid "We sent a mail to the address you gave us, with a link to reset your password."
"We sent a mail to the address you gave us, with a link to reset your " msgstr "ما، یک رایانامه به نشانی‌ای که به ما دادید فرستاده‌ایم. با پیوندی که در آن است می‌توانید گذرواژه خود را تغییر دهید."
"password."
msgstr ""
"ما، یک رایانامه به نشانی‌ای که به ما دادید فرستاده‌ایم. با پیوندی که در آن است "
"می‌توانید گذرواژه خود را تغییر دهید."
msgid "Send password reset link" msgid "Send password reset link"
msgstr "فرستادن پیوند بازنشانی گذرواژه" msgstr "فرستادن پیوند بازنشانی گذرواژه"
@ -951,11 +874,8 @@ msgstr "فرستادن پیوند بازنشانی گذرواژه"
msgid "This token has expired" msgid "This token has expired"
msgstr "این توکن منقضی شده است" msgstr "این توکن منقضی شده است"
msgid "" msgid "Please start the process again by clicking <a href=\"/password-reset\">here</a>."
"Please start the process again by clicking <a href=\"/password-reset\">here</" msgstr "لطفاً برای شروع فرایند، <a href=\"/password-reset\">اینجا</a> کلیک کنید."
"a>."
msgstr ""
"لطفاً برای شروع فرایند، <a href=\"/password-reset\">اینجا</a> کلیک کنید."
msgid "New Blog" msgid "New Blog"
msgstr "بلاگ جدید" msgstr "بلاگ جدید"
@ -969,11 +889,8 @@ msgstr "ایجاد بلاگ"
msgid "Edit \"{}\"" msgid "Edit \"{}\""
msgstr "ویرایش «{}»" msgstr "ویرایش «{}»"
msgid "" msgid "You can upload images to your gallery, to use them as blog icons, or banners."
"You can upload images to your gallery, to use them as blog icons, or banners." msgstr "می‌توانید تصاویرتان را در نگارخانه بارگذاری کرده و از آن‌ها به عنوان شکلک و یا تصویر سردر بلاگ استفاده کنید."
msgstr ""
"می‌توانید تصاویرتان را در نگارخانه بارگذاری کرده و از آن‌ها به عنوان شکلک و یا "
"تصویر سردر بلاگ استفاده کنید."
msgid "Upload images" msgid "Upload images"
msgstr "بارگذاری تصاویر" msgstr "بارگذاری تصاویر"
@ -991,8 +908,7 @@ msgid "Update blog"
msgstr "به‌روزرسانی بلاگ" msgstr "به‌روزرسانی بلاگ"
msgid "Be very careful, any action taken here can't be reversed." 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?" msgid "Are you sure that you want to permanently delete this blog?"
msgstr "آیا مطمئن هستید که می‌خواهید این بلاگ را برای همیشه حذف کنید؟" msgstr "آیا مطمئن هستید که می‌خواهید این بلاگ را برای همیشه حذف کنید؟"
@ -1011,6 +927,9 @@ msgstr[1] "{0} نویسنده در این بلاگ هستند: "
msgid "No posts to see here yet." msgid "No posts to see here yet."
msgstr "هنوز فرسته‌ای برای دیدن وجود ندارد." msgstr "هنوز فرسته‌ای برای دیدن وجود ندارد."
msgid "Nothing to see here yet."
msgstr "هنوز اینجا چیزی برای دیدن نیست."
msgid "None" msgid "None"
msgstr "هیچ‌کدام" msgstr "هیچ‌کدام"
@ -1030,16 +949,10 @@ msgid "Plume is a decentralized blogging engine."
msgstr "پلوم یک موتور بلاگ‌نویسی غیرمتمرکز است." msgstr "پلوم یک موتور بلاگ‌نویسی غیرمتمرکز است."
msgid "Authors can manage multiple blogs, each as its own website." msgid "Authors can manage multiple blogs, each as its own website."
msgstr "" msgstr "نویسندگان می‌توانند چندین بلاگ را مدیریت کنند که هر کدام‌شان مانند یک پایگاه وب مستقل هستند."
"نویسندگان می‌توانند چندین بلاگ را مدیریت کنند که هر کدام‌شان مانند یک پایگاه "
"وب مستقل هستند."
msgid "" msgid "Articles are also visible on other Plume instances, and you can interact with them directly from other platforms like Mastodon."
"Articles are also visible on other Plume instances, and you can interact " msgstr "مقالات در سایر نمونه‌های پلوم نیز قابل مشاهده هستند و شما می‌توانید با آن‌ها به صورت مستقیم و از دیگر بن‌سازه‌ها مانند ماستودون تعامل داشته باشید."
"with them directly from other platforms like Mastodon."
msgstr ""
"مقالات در سایر نمونه‌های پلوم نیز قابل مشاهده هستند و شما می‌توانید با آن‌ها به "
"صورت مستقیم و از دیگر بن‌سازه‌ها مانند ماستودون تعامل داشته باشید."
msgid "Read the detailed rules" msgid "Read the detailed rules"
msgstr "قوانین کامل را مطالعه کنید" msgstr "قوانین کامل را مطالعه کنید"
@ -1119,5 +1032,3 @@ msgstr "منتشر شده تحت این پروانه"
msgid "Article license" msgid "Article license"
msgstr "پروانهٔ مقاله" msgstr "پروانهٔ مقاله"
#~ msgid "View all"
#~ msgstr "دیدن همه"

View file

@ -126,9 +126,7 @@ msgid "Here is the link for registration: {0}"
msgstr "" msgstr ""
# src/routes/email_signups.rs:219 # src/routes/email_signups.rs:219
msgid "" msgid "Your account has been created. Now you just need to log in, before you can use it."
"Your account has been created. Now you just need to log in, before you can "
"use it."
msgstr "" msgstr ""
# src/routes/instance.rs:117 # src/routes/instance.rs:117
@ -236,20 +234,12 @@ msgid "Your article has been deleted."
msgstr "Artikkelisi on poistettu." msgstr "Artikkelisi on poistettu."
# src/routes/posts.rs:631 # src/routes/posts.rs:631
msgid "" msgid "It looks like the article you tried to delete doesn't exist. Maybe it is already gone?"
"It looks like the article you tried to delete doesn't exist. Maybe it is " msgstr "Näyttää siltä, että koetat poistaa artikkelia jota ei ole olemassa. Ehkä se on jo poistettu?"
"already gone?"
msgstr ""
"Näyttää siltä, että koetat poistaa artikkelia jota ei ole olemassa. Ehkä se "
"on jo poistettu?"
# src/routes/posts.rs:673 # src/routes/posts.rs:673
msgid "" msgid "Couldn't obtain enough information about your account. Please make sure your username is correct."
"Couldn't obtain enough information about your account. Please make sure your " msgstr "Tunnuksestasi ei saatu haettua tarpeeksi tietoja. Varmistathan että käyttäjätunkuksesi on oikein."
"username is correct."
msgstr ""
"Tunnuksestasi ei saatu haettua tarpeeksi tietoja. Varmistathan että "
"käyttäjätunkuksesi on oikein."
# src/routes/reshares.rs:58 # src/routes/reshares.rs:58
msgid "To reshare a post, you need to be logged in" msgid "To reshare a post, you need to be logged in"
@ -319,14 +309,7 @@ msgstr ""
msgid "Email confirmation" msgid "Email confirmation"
msgstr "" msgstr ""
msgid "" msgid "Apologies, but registrations are closed on this particular instance. You can, however, find a different one."
"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 "" msgstr ""
msgid "Registration" msgid "Registration"
@ -335,8 +318,7 @@ msgstr ""
msgid "Check your inbox!" msgid "Check your inbox!"
msgstr "" msgstr ""
msgid "" msgid "We sent a mail to the address you gave us, with a link for registration."
"We sent a mail to the address you gave us, with a link for registration."
msgstr "" msgstr ""
msgid "Username" msgid "Username"
@ -513,8 +495,7 @@ msgstr ""
msgid "Your Profile" msgid "Your Profile"
msgstr "" msgstr ""
msgid "" msgid "To change your avatar, upload it to your gallery and then select from there."
"To change your avatar, upload it to your gallery and then select from there."
msgstr "" msgstr ""
msgid "Upload an avatar" msgid "Upload an avatar"
@ -586,10 +567,7 @@ msgstr ""
msgid "Invalid CSRF token" msgid "Invalid CSRF token"
msgstr "" msgstr ""
msgid "" 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."
"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 "" msgstr ""
msgid "You are not authorized." msgid "You are not authorized."
@ -673,21 +651,13 @@ msgstr "Oletus lisenssi artikelleille"
msgid "Save these settings" msgid "Save these settings"
msgstr "Tallenna nämä asetukset" msgstr "Tallenna nämä asetukset"
msgid "" msgid "If you are browsing this site as a visitor, no data about you is collected."
"If you are browsing this site as a visitor, no data about you is collected."
msgstr "Jos aelailet tätä sivua vierailijana, sinusta ei kerätä yhtään dataa." msgstr "Jos aelailet tätä sivua vierailijana, sinusta ei kerätä yhtään dataa."
msgid "" 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."
"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 "" msgstr ""
msgid "" 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."
"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 "" msgstr ""
msgid "Blocklisted Emails" msgid "Blocklisted Emails"
@ -696,10 +666,7 @@ msgstr ""
msgid "Email address" msgid "Email address"
msgstr "" msgstr ""
msgid "" 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"
"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 "" msgstr ""
msgid "Note" msgid "Note"
@ -708,17 +675,13 @@ msgstr ""
msgid "Notify the user?" msgid "Notify the user?"
msgstr "" msgstr ""
msgid "" msgid "Optional, shows a message to the user when they attempt to create an account with that address"
"Optional, shows a message to the user when they attempt to create an account "
"with that address"
msgstr "" msgstr ""
msgid "Blocklisting notification" msgid "Blocklisting notification"
msgstr "" msgstr ""
msgid "" msgid "The message to be shown when the user attempts to create an account with this email address"
"The message to be shown when the user attempts to create an account with "
"this email address"
msgstr "" msgstr ""
msgid "Add blocklisted address" msgid "Add blocklisted address"
@ -745,7 +708,7 @@ msgstr ""
msgid "Welcome to {}" msgid "Welcome to {}"
msgstr "" msgstr ""
msgid "Nothing to see here yet." msgid "View all"
msgstr "" msgstr ""
msgid "About {0}" msgid "About {0}"
@ -790,9 +753,7 @@ msgstr ""
msgid "Content" msgid "Content"
msgstr "" msgstr ""
msgid "" msgid "You can upload media to your gallery, and then copy their Markdown code into your articles to insert them."
"You can upload media to your gallery, and then copy their Markdown code into "
"your articles to insert them."
msgstr "" msgstr ""
msgid "Upload media" msgid "Upload media"
@ -850,9 +811,7 @@ msgstr ""
msgid "Boost" msgid "Boost"
msgstr "" msgstr ""
msgid "" msgid "{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this article"
"{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this "
"article"
msgstr "" msgstr ""
msgid "Comments" msgid "Comments"
@ -906,9 +865,7 @@ msgstr ""
msgid "Update password" msgid "Update password"
msgstr "" msgstr ""
msgid "" msgid "We sent a mail to the address you gave us, with a link to reset your password."
"We sent a mail to the address you gave us, with a link to reset your "
"password."
msgstr "" msgstr ""
msgid "Send password reset link" msgid "Send password reset link"
@ -917,9 +874,7 @@ msgstr ""
msgid "This token has expired" msgid "This token has expired"
msgstr "" msgstr ""
msgid "" msgid "Please start the process again by clicking <a href=\"/password-reset\">here</a>."
"Please start the process again by clicking <a href=\"/password-reset\">here</"
"a>."
msgstr "" msgstr ""
msgid "New Blog" msgid "New Blog"
@ -934,8 +889,7 @@ msgstr ""
msgid "Edit \"{}\"" msgid "Edit \"{}\""
msgstr "" msgstr ""
msgid "" msgid "You can upload images to your gallery, to use them as blog icons, or banners."
"You can upload images to your gallery, to use them as blog icons, or banners."
msgstr "" msgstr ""
msgid "Upload images" msgid "Upload images"
@ -973,6 +927,9 @@ msgstr[1] ""
msgid "No posts to see here yet." msgid "No posts to see here yet."
msgstr "" msgstr ""
msgid "Nothing to see here yet."
msgstr ""
msgid "None" msgid "None"
msgstr "" msgstr ""
@ -994,9 +951,7 @@ msgstr ""
msgid "Authors can manage multiple blogs, each as its own website." msgid "Authors can manage multiple blogs, each as its own website."
msgstr "" msgstr ""
msgid "" msgid "Articles are also visible on other Plume instances, and you can interact with them directly from other platforms like Mastodon."
"Articles are also visible on other Plume instances, and you can interact "
"with them directly from other platforms like Mastodon."
msgstr "" msgstr ""
msgid "Read the detailed rules" msgid "Read the detailed rules"
@ -1076,3 +1031,4 @@ msgstr ""
msgid "Article license" msgid "Article license"
msgstr "" msgstr ""

View file

@ -126,12 +126,8 @@ msgid "Here is the link for registration: {0}"
msgstr "Voici le lien pour vous inscrire : {0}" msgstr "Voici le lien pour vous inscrire : {0}"
# src/routes/email_signups.rs:219 # src/routes/email_signups.rs:219
msgid "" msgid "Your account has been created. Now you just need to log in, before you can use it."
"Your account has been created. Now you just need to log in, before you can " msgstr "Votre compte a été créé. Vous avez juste à vous connecter, avant de pouvoir l'utiliser."
"use it."
msgstr ""
"Votre compte a été créé. Vous avez juste à vous connecter, avant de pouvoir "
"l'utiliser."
# src/routes/instance.rs:117 # src/routes/instance.rs:117
msgid "Instance settings have been saved." msgid "Instance settings have been saved."
@ -238,20 +234,12 @@ msgid "Your article has been deleted."
msgstr "Votre article a été supprimé." msgstr "Votre article a été supprimé."
# src/routes/posts.rs:631 # src/routes/posts.rs:631
msgid "" msgid "It looks like the article you tried to delete doesn't exist. Maybe it is already gone?"
"It looks like the article you tried to delete doesn't exist. Maybe it is " msgstr "Il semble que l'article que vous avez essayé de supprimer n'existe pas. Peut-être a-t-il déjà été supprimé ?"
"already gone?"
msgstr ""
"Il semble que l'article que vous avez essayé de supprimer n'existe pas. Peut-"
"être a-t-il déjà été supprimé ?"
# src/routes/posts.rs:673 # src/routes/posts.rs:673
msgid "" msgid "Couldn't obtain enough information about your account. Please make sure your username is correct."
"Couldn't obtain enough information about your account. Please make sure your " msgstr "Nous n'avons pas pu obtenir assez d'informations à propos de votre compte. Veuillez vous assurer que votre nom d'utilisateur est correct."
"username is correct."
msgstr ""
"Nous n'avons pas pu obtenir assez d'informations à propos de votre compte. "
"Veuillez vous assurer que votre nom d'utilisateur est correct."
# src/routes/reshares.rs:58 # src/routes/reshares.rs:58
msgid "To reshare a post, you need to be logged in" msgid "To reshare a post, you need to be logged in"
@ -321,17 +309,8 @@ msgstr "Adresse électronique"
msgid "Email confirmation" msgid "Email confirmation"
msgstr "Confirmer l'email" msgstr "Confirmer l'email"
msgid "" msgid "Apologies, but registrations are closed on this particular instance. You can, however, find a different one."
"An email will be sent to provided email. You can continue signing-up via the " msgstr "Désolé, mais les inscriptions sont fermées sur cette instance en particulier. Vous pouvez, toutefois, en trouver une autre."
"email."
msgstr ""
msgid ""
"Apologies, but registrations are closed on this particular instance. You "
"can, however, find a different one."
msgstr ""
"Désolé, mais les inscriptions sont fermées sur cette instance en "
"particulier. Vous pouvez, toutefois, en trouver une autre."
msgid "Registration" msgid "Registration"
msgstr "Inscription" msgstr "Inscription"
@ -339,11 +318,8 @@ msgstr "Inscription"
msgid "Check your inbox!" msgid "Check your inbox!"
msgstr "Vérifiez votre boîte de réception !" msgstr "Vérifiez votre boîte de réception !"
msgid "" msgid "We sent a mail to the address you gave us, with a link for registration."
"We sent a mail to the address you gave us, with a link for registration." msgstr "Nous avons envoyé un mail à l'adresse que vous nous avez donnée, avec un lien pour réinitialiser votre mot de passe."
msgstr ""
"Nous avons envoyé un mail à l'adresse que vous nous avez donnée, avec un "
"lien pour réinitialiser votre mot de passe."
msgid "Username" msgid "Username"
msgstr "Nom dutilisateur" msgstr "Nom dutilisateur"
@ -361,9 +337,7 @@ msgid "Description"
msgstr "Description" msgstr "Description"
msgid "Useful for visually impaired people, as well as licensing information" msgid "Useful for visually impaired people, as well as licensing information"
msgstr "" msgstr "Utile pour les personnes malvoyantes, ainsi que pour les informations de licence"
"Utile pour les personnes malvoyantes, ainsi que pour les informations de "
"licence"
msgid "Content warning" msgid "Content warning"
msgstr "Avertissement" msgstr "Avertissement"
@ -504,9 +478,7 @@ msgid "Your Blogs"
msgstr "Vos Blogs" msgstr "Vos Blogs"
msgid "You don't have any blog yet. Create your own, or ask to join one." msgid "You don't have any blog yet. Create your own, or ask to join one."
msgstr "" msgstr "Vous n'avez pas encore de blog. Créez votre propre blog, ou demandez de vous joindre à un."
"Vous n'avez pas encore de blog. Créez votre propre blog, ou demandez de vous "
"joindre à un."
msgid "Start a new blog" msgid "Start a new blog"
msgstr "Commencer un nouveau blog" msgstr "Commencer un nouveau blog"
@ -523,11 +495,8 @@ msgstr "Modifier votre compte"
msgid "Your Profile" msgid "Your Profile"
msgstr "Votre Profil" msgstr "Votre Profil"
msgid "" msgid "To change your avatar, upload it to your gallery and then select from there."
"To change your avatar, upload it to your gallery and then select from there." msgstr "Pour modifier votre avatar, téléversez-le dans votre galerie puis sélectionnez-le à partir de là."
msgstr ""
"Pour modifier votre avatar, téléversez-le dans votre galerie puis "
"sélectionnez-le à partir de là."
msgid "Upload an avatar" msgid "Upload an avatar"
msgstr "Téléverser un avatar" msgstr "Téléverser un avatar"
@ -563,9 +532,7 @@ msgid "Delete your account"
msgstr "Supprimer votre compte" msgstr "Supprimer votre compte"
msgid "Sorry, but as an admin, you can't leave your own instance." msgid "Sorry, but as an admin, you can't leave your own instance."
msgstr "" msgstr "Désolé, mais en tant qu'administrateur, vous ne pouvez pas quitter votre propre instance."
"Désolé, mais en tant qu'administrateur, vous ne pouvez pas quitter votre "
"propre instance."
msgid "Latest articles" msgid "Latest articles"
msgstr "Derniers articles" msgstr "Derniers articles"
@ -595,21 +562,13 @@ msgid "Something broke on our side."
msgstr "Nous avons cassé quelque chose." msgstr "Nous avons cassé quelque chose."
msgid "Sorry about that. If you think this is a bug, please report it." msgid "Sorry about that. If you think this is a bug, please report it."
msgstr "" msgstr "Nous sommes désolé⋅e⋅s. Si vous pensez que cest un bogue, merci de le signaler."
"Nous sommes désolé⋅e⋅s. Si vous pensez que cest un bogue, merci de le "
"signaler."
msgid "Invalid CSRF token" msgid "Invalid CSRF token"
msgstr "Jeton CSRF invalide" msgstr "Jeton CSRF invalide"
msgid "" 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."
"Something is wrong with your CSRF token. Make sure cookies are enabled in " msgstr "Quelque chose ne va pas avec votre jeton CSRF. Assurez-vous que les cookies sont activés dans votre navigateur, et essayez de recharger cette page. Si vous continuez à voir cette erreur, merci de la signaler."
"you browser, and try reloading this page. If you continue to see this error "
"message, please report it."
msgstr ""
"Quelque chose ne va pas avec votre jeton CSRF. Assurez-vous que les cookies "
"sont activés dans votre navigateur, et essayez de recharger cette page. Si "
"vous continuez à voir cette erreur, merci de la signaler."
msgid "You are not authorized." msgid "You are not authorized."
msgstr "Vous navez pas les droits." msgstr "Vous navez pas les droits."
@ -692,32 +651,14 @@ msgstr "Licence d'article par défaut"
msgid "Save these settings" msgid "Save these settings"
msgstr "Sauvegarder ces paramètres" msgstr "Sauvegarder ces paramètres"
msgid "" msgid "If you are browsing this site as a visitor, no data about you is collected."
"If you are browsing this site as a visitor, no data about you is collected." msgstr "Si vous naviguez sur ce site en tant que visiteur, aucune donnée ne vous concernant n'est collectée."
msgstr ""
"Si vous naviguez sur ce site en tant que visiteur, aucune donnée ne vous "
"concernant n'est collectée."
msgid "" 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."
"As a registered user, you have to provide your username (which does not have " msgstr "En tant qu'utilisateur enregistré, vous devez fournir votre nom d'utilisateur (qui n'est pas forcément votre vrai nom), votre adresse e-mail fonctionnelle et un mot de passe, afin de pouvoir vous connecter, écrire des articles et commenter. Le contenu que vous soumettez est stocké jusqu'à ce que vous le supprimiez."
"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 ""
"En tant qu'utilisateur enregistré, vous devez fournir votre nom "
"d'utilisateur (qui n'est pas forcément votre vrai nom), votre adresse e-mail "
"fonctionnelle et un mot de passe, afin de pouvoir vous connecter, écrire des "
"articles et commenter. Le contenu que vous soumettez est stocké jusqu'à ce "
"que vous le supprimiez."
msgid "" 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."
"When you log in, we store two cookies, one to keep your session open, the " msgstr "Lorsque vous vous connectez, nous stockons deux cookies, l'un pour garder votre session ouverte, le second pour empêcher d'autres personnes d'agir en votre nom. Nous ne stockons aucun autre cookie."
"second to prevent other people to act on your behalf. We don't store any "
"other cookies."
msgstr ""
"Lorsque vous vous connectez, nous stockons deux cookies, l'un pour garder "
"votre session ouverte, le second pour empêcher d'autres personnes d'agir en "
"votre nom. Nous ne stockons aucun autre cookie."
msgid "Blocklisted Emails" msgid "Blocklisted Emails"
msgstr "Emails bloqués" msgstr "Emails bloqués"
@ -725,14 +666,8 @@ msgstr "Emails bloqués"
msgid "Email address" msgid "Email address"
msgstr "Adresse e-mail" msgstr "Adresse e-mail"
msgid "" 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"
"The email address you wish to block. In order to block domains, you can use " msgstr "L'adresse e-mail que vous souhaitez bloquer. Pour bloquer des domaines, vous pouvez utiliser la syntaxe : '*@example.com' qui bloque toutes les adresses du domaine exemple.com"
"globbing syntax, for example '*@example.com' blocks all addresses from "
"example.com"
msgstr ""
"L'adresse e-mail que vous souhaitez bloquer. Pour bloquer des domaines, vous "
"pouvez utiliser la syntaxe : '*@example.com' qui bloque toutes les adresses "
"du domaine exemple.com"
msgid "Note" msgid "Note"
msgstr "Note" msgstr "Note"
@ -740,22 +675,14 @@ msgstr "Note"
msgid "Notify the user?" msgid "Notify the user?"
msgstr "Notifier l'utilisateurice ?" msgstr "Notifier l'utilisateurice ?"
msgid "" msgid "Optional, shows a message to the user when they attempt to create an account with that address"
"Optional, shows a message to the user when they attempt to create an account " msgstr "Optionnel, affiche un message lors de la création d'un compte avec cette adresse"
"with that address"
msgstr ""
"Optionnel, affiche un message lors de la création d'un compte avec cette "
"adresse"
msgid "Blocklisting notification" msgid "Blocklisting notification"
msgstr "Notification de blocage" msgstr "Notification de blocage"
msgid "" msgid "The message to be shown when the user attempts to create an account with this email address"
"The message to be shown when the user attempts to create an account with " msgstr "Le message à afficher lors de la création d'un compte avec cette adresse e-mail"
"this email address"
msgstr ""
"Le message à afficher lors de la création d'un compte avec cette adresse e-"
"mail"
msgid "Add blocklisted address" msgid "Add blocklisted address"
msgstr "Bloquer une adresse" msgstr "Bloquer une adresse"
@ -781,8 +708,8 @@ msgstr "L'utilisateurice sera silencieusement empêché.e de créer un compte"
msgid "Welcome to {}" msgid "Welcome to {}"
msgstr "Bienvenue sur {0}" msgstr "Bienvenue sur {0}"
msgid "Nothing to see here yet." msgid "View all"
msgstr "Rien à voir ici pour le moment." msgstr "Tout afficher"
msgid "About {0}" msgid "About {0}"
msgstr "À propos de {0}" msgstr "À propos de {0}"
@ -826,12 +753,8 @@ msgstr "Sous-titre"
msgid "Content" msgid "Content"
msgstr "Contenu" msgstr "Contenu"
msgid "" msgid "You can upload media to your gallery, and then copy their Markdown code into your articles to insert them."
"You can upload media to your gallery, and then copy their Markdown code into " msgstr "Vous pouvez télécharger des médias dans votre galerie, et copier leur code Markdown dans vos articles pour les insérer."
"your articles to insert them."
msgstr ""
"Vous pouvez télécharger des médias dans votre galerie, et copier leur code "
"Markdown dans vos articles pour les insérer."
msgid "Upload media" msgid "Upload media"
msgstr "Téléverser un média" msgstr "Téléverser un média"
@ -888,12 +811,8 @@ msgstr "Je ne veux plus le repartager"
msgid "Boost" msgid "Boost"
msgstr "Partager" msgstr "Partager"
msgid "" msgid "{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this article"
"{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this " msgstr "{0}Connectez-vous{1}, ou {2}utilisez votre compte sur le Fediverse{3} pour interagir avec cet article"
"article"
msgstr ""
"{0}Connectez-vous{1}, ou {2}utilisez votre compte sur le Fediverse{3} pour "
"interagir avec cet article"
msgid "Comments" msgid "Comments"
msgstr "Commentaires" msgstr "Commentaires"
@ -911,9 +830,7 @@ msgid "Are you sure?"
msgstr "Êtes-vous sûr⋅e ?" msgstr "Êtes-vous sûr⋅e ?"
msgid "This article is still a draft. Only you and other authors can see it." msgid "This article is still a draft. Only you and other authors can see it."
msgstr "" msgstr "Cet article est toujours un brouillon. Seuls vous et les autres auteur·e·s peuvent le voir."
"Cet article est toujours un brouillon. Seuls vous et les autres auteur·e·s "
"peuvent le voir."
msgid "Only you and other authors can edit this article." msgid "Only you and other authors can edit this article."
msgstr "Seuls vous et les autres auteur·e·s peuvent modifier cet article." msgstr "Seuls vous et les autres auteur·e·s peuvent modifier cet article."
@ -948,12 +865,8 @@ msgstr "Confirmation"
msgid "Update password" msgid "Update password"
msgstr "Mettre à jour le mot de passe" msgstr "Mettre à jour le mot de passe"
msgid "" msgid "We sent a mail to the address you gave us, with a link to reset your password."
"We sent a mail to the address you gave us, with a link to reset your " msgstr "Nous avons envoyé un mail à l'adresse que vous nous avez donnée, avec un lien pour réinitialiser votre mot de passe."
"password."
msgstr ""
"Nous avons envoyé un mail à l'adresse que vous nous avez donnée, avec un "
"lien pour réinitialiser votre mot de passe."
msgid "Send password reset link" msgid "Send password reset link"
msgstr "Envoyer un lien pour réinitialiser le mot de passe" msgstr "Envoyer un lien pour réinitialiser le mot de passe"
@ -961,12 +874,8 @@ msgstr "Envoyer un lien pour réinitialiser le mot de passe"
msgid "This token has expired" msgid "This token has expired"
msgstr "Ce jeton a expiré" msgstr "Ce jeton a expiré"
msgid "" msgid "Please start the process again by clicking <a href=\"/password-reset\">here</a>."
"Please start the process again by clicking <a href=\"/password-reset\">here</" msgstr "Veuillez recommencer le processus en cliquant <a href=\"/password-reset\">ici</a>."
"a>."
msgstr ""
"Veuillez recommencer le processus en cliquant <a href=\"/password-reset"
"\">ici</a>."
msgid "New Blog" msgid "New Blog"
msgstr "Nouveau Blog" msgstr "Nouveau Blog"
@ -980,11 +889,8 @@ msgstr "Créer le blog"
msgid "Edit \"{}\"" msgid "Edit \"{}\""
msgstr "Modifier \"{}\"" msgstr "Modifier \"{}\""
msgid "" msgid "You can upload images to your gallery, to use them as blog icons, or banners."
"You can upload images to your gallery, to use them as blog icons, or banners." msgstr "Vous pouvez téléverser des images dans votre galerie, pour les utiliser comme icônes de blog ou illustrations."
msgstr ""
"Vous pouvez téléverser des images dans votre galerie, pour les utiliser "
"comme icônes de blog ou illustrations."
msgid "Upload images" msgid "Upload images"
msgstr "Téléverser des images" msgstr "Téléverser des images"
@ -1021,6 +927,9 @@ msgstr[1] "Il y a {0} auteurs sur ce blog: "
msgid "No posts to see here yet." msgid "No posts to see here yet."
msgstr "Aucun article pour le moment." msgstr "Aucun article pour le moment."
msgid "Nothing to see here yet."
msgstr "Rien à voir ici pour le moment."
msgid "None" msgid "None"
msgstr "Aucun" msgstr "Aucun"
@ -1040,17 +949,10 @@ msgid "Plume is a decentralized blogging engine."
msgstr "Plume est un moteur de blog décentralisé." msgstr "Plume est un moteur de blog décentralisé."
msgid "Authors can manage multiple blogs, each as its own website." msgid "Authors can manage multiple blogs, each as its own website."
msgstr "" msgstr "Les auteurs peuvent avoir plusieurs blogs, chacun étant comme un site indépendant."
"Les auteurs peuvent avoir plusieurs blogs, chacun étant comme un site "
"indépendant."
msgid "" msgid "Articles are also visible on other Plume instances, and you can interact with them directly from other platforms like Mastodon."
"Articles are also visible on other Plume instances, and you can interact " msgstr "Les articles sont également visibles sur d'autres instances Plume, et vous pouvez interagir avec eux directement à partir d'autres plateformes comme Mastodon."
"with them directly from other platforms like Mastodon."
msgstr ""
"Les articles sont également visibles sur d'autres instances Plume, et vous "
"pouvez interagir avec eux directement à partir d'autres plateformes comme "
"Mastodon."
msgid "Read the detailed rules" msgid "Read the detailed rules"
msgstr "Lire les règles détaillées" msgstr "Lire les règles détaillées"
@ -1130,5 +1032,3 @@ msgstr "Placé sous cette licence"
msgid "Article license" msgid "Article license"
msgstr "Licence de l'article" msgstr "Licence de l'article"
#~ msgid "View all"
#~ msgstr "Tout afficher"

View file

@ -126,9 +126,7 @@ msgid "Here is the link for registration: {0}"
msgstr "Aquí tes a ligazón para crear a conta: {0}" msgstr "Aquí tes a ligazón para crear a conta: {0}"
# src/routes/email_signups.rs:219 # src/routes/email_signups.rs:219
msgid "" msgid "Your account has been created. Now you just need to log in, before you can use it."
"Your account has been created. Now you just need to log in, before you can "
"use it."
msgstr "Creouse a túa conta. Agora só tes que conectarte para poder utilizala." msgstr "Creouse a túa conta. Agora só tes que conectarte para poder utilizala."
# src/routes/instance.rs:117 # src/routes/instance.rs:117
@ -236,19 +234,12 @@ msgid "Your article has been deleted."
msgstr "Eliminouse o artigo." msgstr "Eliminouse o artigo."
# src/routes/posts.rs:631 # src/routes/posts.rs:631
msgid "" msgid "It looks like the article you tried to delete doesn't exist. Maybe it is already gone?"
"It looks like the article you tried to delete doesn't exist. Maybe it is " msgstr "Semella que o artigo que quere eliminar non existe. Igual xa foi eliminado?"
"already gone?"
msgstr ""
"Semella que o artigo que quere eliminar non existe. Igual xa foi eliminado?"
# src/routes/posts.rs:673 # src/routes/posts.rs:673
msgid "" msgid "Couldn't obtain enough information about your account. Please make sure your username is correct."
"Couldn't obtain enough information about your account. Please make sure your " msgstr "Non se puido obter información suficiente sobre a súa conta. Por favor asegúrese de que o nome de usuaria é correcto."
"username is correct."
msgstr ""
"Non se puido obter información suficiente sobre a súa conta. Por favor "
"asegúrese de que o nome de usuaria é correcto."
# src/routes/reshares.rs:58 # src/routes/reshares.rs:58
msgid "To reshare a post, you need to be logged in" msgid "To reshare a post, you need to be logged in"
@ -318,17 +309,8 @@ msgstr "Correo-e"
msgid "Email confirmation" msgid "Email confirmation"
msgstr "Email de confirmación" msgstr "Email de confirmación"
msgid "" msgid "Apologies, but registrations are closed on this particular instance. You can, however, find a different one."
"An email will be sent to provided email. You can continue signing-up via the " msgstr "Desculpe, pero o rexistro en esta instancia está pechado. Porén pode atopar outra no fediverso."
"email."
msgstr ""
msgid ""
"Apologies, but registrations are closed on this particular instance. You "
"can, however, find a different one."
msgstr ""
"Desculpe, pero o rexistro en esta instancia está pechado. Porén pode atopar "
"outra no fediverso."
msgid "Registration" msgid "Registration"
msgstr "Rexistro" msgstr "Rexistro"
@ -336,10 +318,8 @@ msgstr "Rexistro"
msgid "Check your inbox!" msgid "Check your inbox!"
msgstr "Comprobe o seu correo!" msgstr "Comprobe o seu correo!"
msgid "" msgid "We sent a mail to the address you gave us, with a link for registration."
"We sent a mail to the address you gave us, with a link for registration." msgstr "Enviamos un email ao enderezo indicado cunha ligazón para crear a conta."
msgstr ""
"Enviamos un email ao enderezo indicado cunha ligazón para crear a conta."
msgid "Username" msgid "Username"
msgstr "Nome de usuaria" msgstr "Nome de usuaria"
@ -357,8 +337,7 @@ msgid "Description"
msgstr "Descrición" msgstr "Descrición"
msgid "Useful for visually impaired people, as well as licensing information" msgid "Useful for visually impaired people, as well as licensing information"
msgstr "" msgstr "Útil para persoas con deficiencias visuais, así como información da licenza"
"Útil para persoas con deficiencias visuais, así como información da licenza"
msgid "Content warning" msgid "Content warning"
msgstr "Aviso sobre o contido" msgstr "Aviso sobre o contido"
@ -516,11 +495,8 @@ msgstr "Edite a súa conta"
msgid "Your Profile" msgid "Your Profile"
msgstr "O seu Perfil" msgstr "O seu Perfil"
msgid "" msgid "To change your avatar, upload it to your gallery and then select from there."
"To change your avatar, upload it to your gallery and then select from there." msgstr "Para cambiar o avatar, suba a imaxe a súa galería e despois escollaa desde alí."
msgstr ""
"Para cambiar o avatar, suba a imaxe a súa galería e despois escollaa desde "
"alí."
msgid "Upload an avatar" msgid "Upload an avatar"
msgstr "Subir un avatar" msgstr "Subir un avatar"
@ -556,9 +532,7 @@ msgid "Delete your account"
msgstr "Eliminar a súa conta" msgstr "Eliminar a súa conta"
msgid "Sorry, but as an admin, you can't leave your own instance." msgid "Sorry, but as an admin, you can't leave your own instance."
msgstr "" msgstr "Lamentámolo, pero como administradora, non pode deixar a súa propia instancia."
"Lamentámolo, pero como administradora, non pode deixar a súa propia "
"instancia."
msgid "Latest articles" msgid "Latest articles"
msgstr "Últimos artigos" msgstr "Últimos artigos"
@ -593,14 +567,8 @@ msgstr "Lamentálmolo. Si cree que é un bug, infórmenos por favor."
msgid "Invalid CSRF token" msgid "Invalid CSRF token"
msgstr "Testemuño CSRF non válido" msgstr "Testemuño CSRF non válido"
msgid "" 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."
"Something is wrong with your CSRF token. Make sure cookies are enabled in " msgstr "Hai un problema co seu testemuño CSRF. Asegúrese de ter as cookies activadas no navegador, e recargue a páxina. Si persiste o aviso de este fallo, informe por favor."
"you browser, and try reloading this page. If you continue to see this error "
"message, please report it."
msgstr ""
"Hai un problema co seu testemuño CSRF. Asegúrese de ter as cookies activadas "
"no navegador, e recargue a páxina. Si persiste o aviso de este fallo, "
"informe por favor."
msgid "You are not authorized." msgid "You are not authorized."
msgstr "Non ten permiso." msgstr "Non ten permiso."
@ -683,29 +651,14 @@ msgstr "Licenza por omisión dos artigos"
msgid "Save these settings" msgid "Save these settings"
msgstr "Gardar estas preferencias" msgstr "Gardar estas preferencias"
msgid "" msgid "If you are browsing this site as a visitor, no data about you is collected."
"If you are browsing this site as a visitor, no data about you is collected."
msgstr "Se estás lendo esta web como visitante non se recollen datos sobre ti." msgstr "Se estás lendo esta web como visitante non se recollen datos sobre ti."
msgid "" 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."
"As a registered user, you have to provide your username (which does not have " msgstr "Como usuaria rexistrada, tes que proporcionar un nome de usuaria (que non ten que ser o teu nome real), un enderezo activo de correo electrónico e un contrasinal, para poder conectarte, escribir artigos e comentar. O contido que envíes permanece ata que o borres."
"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 ""
"Como usuaria rexistrada, tes que proporcionar un nome de usuaria (que non "
"ten que ser o teu nome real), un enderezo activo de correo electrónico e un "
"contrasinal, para poder conectarte, escribir artigos e comentar. O contido "
"que envíes permanece ata que o borres."
msgid "" 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."
"When you log in, we store two cookies, one to keep your session open, the " msgstr "Cando te conectas, gardamos dous testemuños, un para manter a sesión aberta e o segundo para previr que outra xente actúe no teu nome. Non gardamos máis testemuños."
"second to prevent other people to act on your behalf. We don't store any "
"other cookies."
msgstr ""
"Cando te conectas, gardamos dous testemuños, un para manter a sesión aberta "
"e o segundo para previr que outra xente actúe no teu nome. Non gardamos máis "
"testemuños."
msgid "Blocklisted Emails" msgid "Blocklisted Emails"
msgstr "Emails na lista de bloqueo" msgstr "Emails na lista de bloqueo"
@ -713,14 +666,8 @@ msgstr "Emails na lista de bloqueo"
msgid "Email address" msgid "Email address"
msgstr "Enderezo de email" msgstr "Enderezo de email"
msgid "" 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"
"The email address you wish to block. In order to block domains, you can use " msgstr "O enderezo de email que queres bloquear. Para poder bloquear dominios, podes usar sintaxe globbing, por exemplo '*@exemplo.com' bloquea todos os enderezos de exemplo.com"
"globbing syntax, for example '*@example.com' blocks all addresses from "
"example.com"
msgstr ""
"O enderezo de email que queres bloquear. Para poder bloquear dominios, podes "
"usar sintaxe globbing, por exemplo '*@exemplo.com' bloquea todos os "
"enderezos de exemplo.com"
msgid "Note" msgid "Note"
msgstr "Nota" msgstr "Nota"
@ -728,22 +675,14 @@ msgstr "Nota"
msgid "Notify the user?" msgid "Notify the user?"
msgstr "Notificar a usuaria?" msgstr "Notificar a usuaria?"
msgid "" msgid "Optional, shows a message to the user when they attempt to create an account with that address"
"Optional, shows a message to the user when they attempt to create an account " msgstr "Optativo, mostra unha mensaxe a usuaria cando intenta crear unha conta con ese enderezo"
"with that address"
msgstr ""
"Optativo, mostra unha mensaxe a usuaria cando intenta crear unha conta con "
"ese enderezo"
msgid "Blocklisting notification" msgid "Blocklisting notification"
msgstr "Notificación do bloqueo" msgstr "Notificación do bloqueo"
msgid "" msgid "The message to be shown when the user attempts to create an account with this email address"
"The message to be shown when the user attempts to create an account with " msgstr "A mensaxe será amosada cando a usuaria intente crear unha conta on ese enderezo de email"
"this email address"
msgstr ""
"A mensaxe será amosada cando a usuaria intente crear unha conta on ese "
"enderezo de email"
msgid "Add blocklisted address" msgid "Add blocklisted address"
msgstr "Engadir a lista de bloqueo" msgstr "Engadir a lista de bloqueo"
@ -769,8 +708,8 @@ msgstr "Previrase caladamente que a usuaria cree conta"
msgid "Welcome to {}" msgid "Welcome to {}"
msgstr "Benvida a {}" msgstr "Benvida a {}"
msgid "Nothing to see here yet." msgid "View all"
msgstr "Aínda non hai nada publicado." msgstr "Ver todos"
msgid "About {0}" msgid "About {0}"
msgstr "Acerca de {0}" msgstr "Acerca de {0}"
@ -814,12 +753,8 @@ msgstr "Subtítulo"
msgid "Content" msgid "Content"
msgstr "Contido" msgstr "Contido"
msgid "" msgid "You can upload media to your gallery, and then copy their Markdown code into your articles to insert them."
"You can upload media to your gallery, and then copy their Markdown code into " msgstr "Pode subir medios a galería e despois copiar o seu código Markdown nos artigos para incrustalos."
"your articles to insert them."
msgstr ""
"Pode subir medios a galería e despois copiar o seu código Markdown nos "
"artigos para incrustalos."
msgid "Upload media" msgid "Upload media"
msgstr "Subir medios" msgstr "Subir medios"
@ -876,12 +811,8 @@ msgstr "Xa non quero promocionar este artigo"
msgid "Boost" msgid "Boost"
msgstr "Promover" msgstr "Promover"
msgid "" msgid "{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this article"
"{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this " msgstr "{0}Conectar{1}, ou {2}utilice a súa conta no Fediverso{3} para interactuar con este artigo"
"article"
msgstr ""
"{0}Conectar{1}, ou {2}utilice a súa conta no Fediverso{3} para interactuar "
"con este artigo"
msgid "Comments" msgid "Comments"
msgstr "Comentarios" msgstr "Comentarios"
@ -934,12 +865,8 @@ msgstr "Confirmación"
msgid "Update password" msgid "Update password"
msgstr "Actualizar contrasinal" msgstr "Actualizar contrasinal"
msgid "" msgid "We sent a mail to the address you gave us, with a link to reset your password."
"We sent a mail to the address you gave us, with a link to reset your " msgstr "Enviamosche un correo ao enderezo que indicado, cunha ligazón para restablecer o contrasinal."
"password."
msgstr ""
"Enviamosche un correo ao enderezo que indicado, cunha ligazón para "
"restablecer o contrasinal."
msgid "Send password reset link" msgid "Send password reset link"
msgstr "Enviar ligazón para restablecer contrasinal" msgstr "Enviar ligazón para restablecer contrasinal"
@ -947,11 +874,8 @@ msgstr "Enviar ligazón para restablecer contrasinal"
msgid "This token has expired" msgid "This token has expired"
msgstr "O testemuño caducou" msgstr "O testemuño caducou"
msgid "" msgid "Please start the process again by clicking <a href=\"/password-reset\">here</a>."
"Please start the process again by clicking <a href=\"/password-reset\">here</" msgstr "Inicia o preceso de novo premendo <a href=\"/password-reset\">aquí</a>."
"a>."
msgstr ""
"Inicia o preceso de novo premendo <a href=\"/password-reset\">aquí</a>."
msgid "New Blog" msgid "New Blog"
msgstr "Novo Blog" msgstr "Novo Blog"
@ -965,10 +889,8 @@ msgstr "Crear blog"
msgid "Edit \"{}\"" msgid "Edit \"{}\""
msgstr "Editar \"{}\"" msgstr "Editar \"{}\""
msgid "" msgid "You can upload images to your gallery, to use them as blog icons, or banners."
"You can upload images to your gallery, to use them as blog icons, or banners." msgstr "Pode subir imaxes a súa galería, e utilizalas como iconas do blog ou banners."
msgstr ""
"Pode subir imaxes a súa galería, e utilizalas como iconas do blog ou banners."
msgid "Upload images" msgid "Upload images"
msgstr "Subir imaxes" msgstr "Subir imaxes"
@ -1005,6 +927,9 @@ msgstr[1] "Este blog ten {0} autoras: "
msgid "No posts to see here yet." msgid "No posts to see here yet."
msgstr "Aínda non hai entradas publicadas" msgstr "Aínda non hai entradas publicadas"
msgid "Nothing to see here yet."
msgstr "Aínda non hai nada publicado."
msgid "None" msgid "None"
msgstr "Ningunha" msgstr "Ningunha"
@ -1024,15 +949,10 @@ msgid "Plume is a decentralized blogging engine."
msgstr "Plume é un motor de publicación descentralizada." msgstr "Plume é un motor de publicación descentralizada."
msgid "Authors can manage multiple blogs, each as its own website." msgid "Authors can manage multiple blogs, each as its own website."
msgstr "" msgstr "As autoras poden xestionar múltiples blogs, cada un no seu propio sitio web."
"As autoras poden xestionar múltiples blogs, cada un no seu propio sitio web."
msgid "" msgid "Articles are also visible on other Plume instances, and you can interact with them directly from other platforms like Mastodon."
"Articles are also visible on other Plume instances, and you can interact " msgstr "Os artigos tamén son visibles en outras instancias Plume, e pode interactuar con eles directamente ou desde plataformas como Mastodon."
"with them directly from other platforms like Mastodon."
msgstr ""
"Os artigos tamén son visibles en outras instancias Plume, e pode interactuar "
"con eles directamente ou desde plataformas como Mastodon."
msgid "Read the detailed rules" msgid "Read the detailed rules"
msgstr "Lea o detalle das normas" msgstr "Lea o detalle das normas"
@ -1112,5 +1032,3 @@ msgstr "Publicado baixo esta licenza"
msgid "Article license" msgid "Article license"
msgstr "Licenza do artigo" msgstr "Licenza do artigo"
#~ msgid "View all"
#~ msgstr "Ver todos"

View file

@ -10,8 +10,7 @@ msgstr ""
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" "Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3;\n"
"%100==4 ? 2 : 3;\n"
"X-Crowdin-Project: plume\n" "X-Crowdin-Project: plume\n"
"X-Crowdin-Project-ID: 352097\n" "X-Crowdin-Project-ID: 352097\n"
"X-Crowdin-Language: he\n" "X-Crowdin-Language: he\n"
@ -127,9 +126,7 @@ msgid "Here is the link for registration: {0}"
msgstr "" msgstr ""
# src/routes/email_signups.rs:219 # src/routes/email_signups.rs:219
msgid "" msgid "Your account has been created. Now you just need to log in, before you can use it."
"Your account has been created. Now you just need to log in, before you can "
"use it."
msgstr "" msgstr ""
# src/routes/instance.rs:117 # src/routes/instance.rs:117
@ -237,15 +234,11 @@ msgid "Your article has been deleted."
msgstr "" msgstr ""
# src/routes/posts.rs:631 # src/routes/posts.rs:631
msgid "" msgid "It looks like the article you tried to delete doesn't exist. Maybe it is already gone?"
"It looks like the article you tried to delete doesn't exist. Maybe it is "
"already gone?"
msgstr "" msgstr ""
# src/routes/posts.rs:673 # src/routes/posts.rs:673
msgid "" msgid "Couldn't obtain enough information about your account. Please make sure your username is correct."
"Couldn't obtain enough information about your account. Please make sure your "
"username is correct."
msgstr "" msgstr ""
# src/routes/reshares.rs:58 # src/routes/reshares.rs:58
@ -316,14 +309,7 @@ msgstr ""
msgid "Email confirmation" msgid "Email confirmation"
msgstr "" msgstr ""
msgid "" msgid "Apologies, but registrations are closed on this particular instance. You can, however, find a different one."
"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 "" msgstr ""
msgid "Registration" msgid "Registration"
@ -332,8 +318,7 @@ msgstr ""
msgid "Check your inbox!" msgid "Check your inbox!"
msgstr "" msgstr ""
msgid "" msgid "We sent a mail to the address you gave us, with a link for registration."
"We sent a mail to the address you gave us, with a link for registration."
msgstr "" msgstr ""
msgid "Username" msgid "Username"
@ -510,8 +495,7 @@ msgstr ""
msgid "Your Profile" msgid "Your Profile"
msgstr "" msgstr ""
msgid "" msgid "To change your avatar, upload it to your gallery and then select from there."
"To change your avatar, upload it to your gallery and then select from there."
msgstr "" msgstr ""
msgid "Upload an avatar" msgid "Upload an avatar"
@ -583,10 +567,7 @@ msgstr ""
msgid "Invalid CSRF token" msgid "Invalid CSRF token"
msgstr "" msgstr ""
msgid "" 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."
"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 "" msgstr ""
msgid "You are not authorized." msgid "You are not authorized."
@ -670,21 +651,13 @@ msgstr ""
msgid "Save these settings" msgid "Save these settings"
msgstr "" msgstr ""
msgid "" msgid "If you are browsing this site as a visitor, no data about you is collected."
"If you are browsing this site as a visitor, no data about you is collected."
msgstr "" msgstr ""
msgid "" 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."
"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 "" msgstr ""
msgid "" 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."
"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 "" msgstr ""
msgid "Blocklisted Emails" msgid "Blocklisted Emails"
@ -693,10 +666,7 @@ msgstr ""
msgid "Email address" msgid "Email address"
msgstr "" msgstr ""
msgid "" 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"
"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 "" msgstr ""
msgid "Note" msgid "Note"
@ -705,17 +675,13 @@ msgstr ""
msgid "Notify the user?" msgid "Notify the user?"
msgstr "" msgstr ""
msgid "" msgid "Optional, shows a message to the user when they attempt to create an account with that address"
"Optional, shows a message to the user when they attempt to create an account "
"with that address"
msgstr "" msgstr ""
msgid "Blocklisting notification" msgid "Blocklisting notification"
msgstr "" msgstr ""
msgid "" msgid "The message to be shown when the user attempts to create an account with this email address"
"The message to be shown when the user attempts to create an account with "
"this email address"
msgstr "" msgstr ""
msgid "Add blocklisted address" msgid "Add blocklisted address"
@ -742,7 +708,7 @@ msgstr ""
msgid "Welcome to {}" msgid "Welcome to {}"
msgstr "" msgstr ""
msgid "Nothing to see here yet." msgid "View all"
msgstr "" msgstr ""
msgid "About {0}" msgid "About {0}"
@ -787,9 +753,7 @@ msgstr ""
msgid "Content" msgid "Content"
msgstr "" msgstr ""
msgid "" msgid "You can upload media to your gallery, and then copy their Markdown code into your articles to insert them."
"You can upload media to your gallery, and then copy their Markdown code into "
"your articles to insert them."
msgstr "" msgstr ""
msgid "Upload media" msgid "Upload media"
@ -851,9 +815,7 @@ msgstr ""
msgid "Boost" msgid "Boost"
msgstr "" msgstr ""
msgid "" msgid "{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this article"
"{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this "
"article"
msgstr "" msgstr ""
msgid "Comments" msgid "Comments"
@ -907,9 +869,7 @@ msgstr ""
msgid "Update password" msgid "Update password"
msgstr "" msgstr ""
msgid "" msgid "We sent a mail to the address you gave us, with a link to reset your password."
"We sent a mail to the address you gave us, with a link to reset your "
"password."
msgstr "" msgstr ""
msgid "Send password reset link" msgid "Send password reset link"
@ -918,9 +878,7 @@ msgstr ""
msgid "This token has expired" msgid "This token has expired"
msgstr "" msgstr ""
msgid "" msgid "Please start the process again by clicking <a href=\"/password-reset\">here</a>."
"Please start the process again by clicking <a href=\"/password-reset\">here</"
"a>."
msgstr "" msgstr ""
msgid "New Blog" msgid "New Blog"
@ -935,8 +893,7 @@ msgstr ""
msgid "Edit \"{}\"" msgid "Edit \"{}\""
msgstr "" msgstr ""
msgid "" msgid "You can upload images to your gallery, to use them as blog icons, or banners."
"You can upload images to your gallery, to use them as blog icons, or banners."
msgstr "" msgstr ""
msgid "Upload images" msgid "Upload images"
@ -976,6 +933,9 @@ msgstr[3] ""
msgid "No posts to see here yet." msgid "No posts to see here yet."
msgstr "" msgstr ""
msgid "Nothing to see here yet."
msgstr ""
msgid "None" msgid "None"
msgstr "" msgstr ""
@ -997,9 +957,7 @@ msgstr ""
msgid "Authors can manage multiple blogs, each as its own website." msgid "Authors can manage multiple blogs, each as its own website."
msgstr "" msgstr ""
msgid "" msgid "Articles are also visible on other Plume instances, and you can interact with them directly from other platforms like Mastodon."
"Articles are also visible on other Plume instances, and you can interact "
"with them directly from other platforms like Mastodon."
msgstr "" msgstr ""
msgid "Read the detailed rules" msgid "Read the detailed rules"
@ -1079,3 +1037,4 @@ msgstr ""
msgid "Article license" msgid "Article license"
msgstr "" msgstr ""

View file

@ -126,9 +126,7 @@ msgid "Here is the link for registration: {0}"
msgstr "" msgstr ""
# src/routes/email_signups.rs:219 # src/routes/email_signups.rs:219
msgid "" msgid "Your account has been created. Now you just need to log in, before you can use it."
"Your account has been created. Now you just need to log in, before you can "
"use it."
msgstr "" msgstr ""
# src/routes/instance.rs:117 # src/routes/instance.rs:117
@ -236,18 +234,12 @@ msgid "Your article has been deleted."
msgstr "" msgstr ""
# src/routes/posts.rs:631 # src/routes/posts.rs:631
msgid "" msgid "It looks like the article you tried to delete doesn't exist. Maybe it is already gone?"
"It looks like the article you tried to delete doesn't exist. Maybe it is "
"already gone?"
msgstr "" msgstr ""
# src/routes/posts.rs:673 # src/routes/posts.rs:673
msgid "" msgid "Couldn't obtain enough information about your account. Please make sure your username is correct."
"Couldn't obtain enough information about your account. Please make sure your " msgstr "आपके अकाउंट के बारे में पर्याप्त जानकारी नहीं मिल पायी. कृपया जांच करें की आपका यूजरनाम सही है."
"username is correct."
msgstr ""
"आपके अकाउंट के बारे में पर्याप्त जानकारी नहीं मिल पायी. कृपया जांच करें की आपका यूजरनाम "
"सही है."
# src/routes/reshares.rs:58 # src/routes/reshares.rs:58
msgid "To reshare a post, you need to be logged in" msgid "To reshare a post, you need to be logged in"
@ -317,14 +309,7 @@ msgstr "ईमेल"
msgid "Email confirmation" msgid "Email confirmation"
msgstr "" msgstr ""
msgid "" msgid "Apologies, but registrations are closed on this particular instance. You can, however, find a different one."
"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 "" msgstr ""
msgid "Registration" msgid "Registration"
@ -333,8 +318,7 @@ msgstr ""
msgid "Check your inbox!" msgid "Check your inbox!"
msgstr "आपका इनबॉक्स चेक करें" msgstr "आपका इनबॉक्स चेक करें"
msgid "" msgid "We sent a mail to the address you gave us, with a link for registration."
"We sent a mail to the address you gave us, with a link for registration."
msgstr "" msgstr ""
msgid "Username" msgid "Username"
@ -511,8 +495,7 @@ msgstr "अपने अकाउंट में बदलाव करें"
msgid "Your Profile" msgid "Your Profile"
msgstr "आपकी प्रोफाइल" msgstr "आपकी प्रोफाइल"
msgid "" msgid "To change your avatar, upload it to your gallery and then select from there."
"To change your avatar, upload it to your gallery and then select from there."
msgstr "" msgstr ""
msgid "Upload an avatar" msgid "Upload an avatar"
@ -584,10 +567,7 @@ msgstr ""
msgid "Invalid CSRF token" msgid "Invalid CSRF token"
msgstr "" msgstr ""
msgid "" 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."
"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 "" msgstr ""
msgid "You are not authorized." msgid "You are not authorized."
@ -671,21 +651,13 @@ msgstr "डिफ़ॉल्ट आलेख लायसेंस"
msgid "Save these settings" msgid "Save these settings"
msgstr "इन सेटिंग्स को सेव करें" msgstr "इन सेटिंग्स को सेव करें"
msgid "" msgid "If you are browsing this site as a visitor, no data about you is collected."
"If you are browsing this site as a visitor, no data about you is collected."
msgstr "" msgstr ""
msgid "" 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."
"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 "" msgstr ""
msgid "" 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."
"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 "" msgstr ""
msgid "Blocklisted Emails" msgid "Blocklisted Emails"
@ -694,10 +666,7 @@ msgstr ""
msgid "Email address" msgid "Email address"
msgstr "" msgstr ""
msgid "" 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"
"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 "" msgstr ""
msgid "Note" msgid "Note"
@ -706,17 +675,13 @@ msgstr ""
msgid "Notify the user?" msgid "Notify the user?"
msgstr "" msgstr ""
msgid "" msgid "Optional, shows a message to the user when they attempt to create an account with that address"
"Optional, shows a message to the user when they attempt to create an account "
"with that address"
msgstr "" msgstr ""
msgid "Blocklisting notification" msgid "Blocklisting notification"
msgstr "" msgstr ""
msgid "" msgid "The message to be shown when the user attempts to create an account with this email address"
"The message to be shown when the user attempts to create an account with "
"this email address"
msgstr "" msgstr ""
msgid "Add blocklisted address" msgid "Add blocklisted address"
@ -743,7 +708,7 @@ msgstr ""
msgid "Welcome to {}" msgid "Welcome to {}"
msgstr "{} में स्वागत" msgstr "{} में स्वागत"
msgid "Nothing to see here yet." msgid "View all"
msgstr "" msgstr ""
msgid "About {0}" msgid "About {0}"
@ -788,9 +753,7 @@ msgstr ""
msgid "Content" msgid "Content"
msgstr "" msgstr ""
msgid "" msgid "You can upload media to your gallery, and then copy their Markdown code into your articles to insert them."
"You can upload media to your gallery, and then copy their Markdown code into "
"your articles to insert them."
msgstr "" msgstr ""
msgid "Upload media" msgid "Upload media"
@ -848,12 +811,8 @@ msgstr "मुझे अब इसे बूस्ट नहीं करना
msgid "Boost" msgid "Boost"
msgstr "बूस्ट" msgstr "बूस्ट"
msgid "" msgid "{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this article"
"{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this " msgstr "{0}लोग इन करें{1}, या {2}आपके फेडिवेर्से अकाउंट का इस्तेमाल करें{3} इस आर्टिकल से इंटरैक्ट करने के लिए"
"article"
msgstr ""
"{0}लोग इन करें{1}, या {2}आपके फेडिवेर्से अकाउंट का इस्तेमाल करें{3} इस आर्टिकल से इंटरैक्ट "
"करने के लिए"
msgid "Comments" msgid "Comments"
msgstr "कमैंट्स" msgstr "कमैंट्स"
@ -906,9 +865,7 @@ msgstr "पुष्टीकरण"
msgid "Update password" msgid "Update password"
msgstr "पासवर्ड अपडेट करें" msgstr "पासवर्ड अपडेट करें"
msgid "" msgid "We sent a mail to the address you gave us, with a link to reset your password."
"We sent a mail to the address you gave us, with a link to reset your "
"password."
msgstr "हमने आपके दिए गए इ-मेल पे पासवर्ड रिसेट लिंक भेज दिया है." msgstr "हमने आपके दिए गए इ-मेल पे पासवर्ड रिसेट लिंक भेज दिया है."
msgid "Send password reset link" msgid "Send password reset link"
@ -917,9 +874,7 @@ msgstr "पासवर्ड रिसेट करने के लिए ल
msgid "This token has expired" msgid "This token has expired"
msgstr "" msgstr ""
msgid "" msgid "Please start the process again by clicking <a href=\"/password-reset\">here</a>."
"Please start the process again by clicking <a href=\"/password-reset\">here</"
"a>."
msgstr "" msgstr ""
msgid "New Blog" msgid "New Blog"
@ -934,8 +889,7 @@ msgstr "ब्लॉग बनाएं"
msgid "Edit \"{}\"" msgid "Edit \"{}\""
msgstr "{0} में बदलाव करें" msgstr "{0} में बदलाव करें"
msgid "" msgid "You can upload images to your gallery, to use them as blog icons, or banners."
"You can upload images to your gallery, to use them as blog icons, or banners."
msgstr "आप गैलरी में फोटो दाल कर, उनका ब्लॉग आइकॉन या बैनर के लिए उपयोग कर सकते हैं" msgstr "आप गैलरी में फोटो दाल कर, उनका ब्लॉग आइकॉन या बैनर के लिए उपयोग कर सकते हैं"
msgid "Upload images" msgid "Upload images"
@ -973,6 +927,9 @@ msgstr[1] "ये ब्लॉग पे {0} लेखक हैं: "
msgid "No posts to see here yet." msgid "No posts to see here yet."
msgstr "यहाँ वर्तमान में कोई पोस्ट्स नहीं है." msgstr "यहाँ वर्तमान में कोई पोस्ट्स नहीं है."
msgid "Nothing to see here yet."
msgstr ""
msgid "None" msgid "None"
msgstr "" msgstr ""
@ -994,9 +951,7 @@ msgstr ""
msgid "Authors can manage multiple blogs, each as its own website." msgid "Authors can manage multiple blogs, each as its own website."
msgstr "" msgstr ""
msgid "" msgid "Articles are also visible on other Plume instances, and you can interact with them directly from other platforms like Mastodon."
"Articles are also visible on other Plume instances, and you can interact "
"with them directly from other platforms like Mastodon."
msgstr "" msgstr ""
msgid "Read the detailed rules" msgid "Read the detailed rules"
@ -1076,3 +1031,4 @@ msgstr "इस लिसेंसे के साथ पब्लिश कि
msgid "Article license" msgid "Article license"
msgstr "आर्टिकल लाइसेंस" msgstr "आर्टिकल लाइसेंस"

View file

@ -10,8 +10,7 @@ msgstr ""
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Crowdin-Project: plume\n" "X-Crowdin-Project: plume\n"
"X-Crowdin-Project-ID: 352097\n" "X-Crowdin-Project-ID: 352097\n"
"X-Crowdin-Language: hr\n" "X-Crowdin-Language: hr\n"
@ -127,9 +126,7 @@ msgid "Here is the link for registration: {0}"
msgstr "" msgstr ""
# src/routes/email_signups.rs:219 # src/routes/email_signups.rs:219
msgid "" msgid "Your account has been created. Now you just need to log in, before you can use it."
"Your account has been created. Now you just need to log in, before you can "
"use it."
msgstr "" msgstr ""
# src/routes/instance.rs:117 # src/routes/instance.rs:117
@ -237,15 +234,11 @@ msgid "Your article has been deleted."
msgstr "" msgstr ""
# src/routes/posts.rs:631 # src/routes/posts.rs:631
msgid "" msgid "It looks like the article you tried to delete doesn't exist. Maybe it is already gone?"
"It looks like the article you tried to delete doesn't exist. Maybe it is "
"already gone?"
msgstr "" msgstr ""
# src/routes/posts.rs:673 # src/routes/posts.rs:673
msgid "" msgid "Couldn't obtain enough information about your account. Please make sure your username is correct."
"Couldn't obtain enough information about your account. Please make sure your "
"username is correct."
msgstr "" msgstr ""
# src/routes/reshares.rs:58 # src/routes/reshares.rs:58
@ -316,14 +309,7 @@ msgstr "E-pošta"
msgid "Email confirmation" msgid "Email confirmation"
msgstr "" msgstr ""
msgid "" msgid "Apologies, but registrations are closed on this particular instance. You can, however, find a different one."
"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 "" msgstr ""
msgid "Registration" msgid "Registration"
@ -332,8 +318,7 @@ msgstr ""
msgid "Check your inbox!" msgid "Check your inbox!"
msgstr "" msgstr ""
msgid "" msgid "We sent a mail to the address you gave us, with a link for registration."
"We sent a mail to the address you gave us, with a link for registration."
msgstr "" msgstr ""
msgid "Username" msgid "Username"
@ -510,8 +495,7 @@ msgstr "Uredite svoj račun"
msgid "Your Profile" msgid "Your Profile"
msgstr "Tvoj Profil" msgstr "Tvoj Profil"
msgid "" msgid "To change your avatar, upload it to your gallery and then select from there."
"To change your avatar, upload it to your gallery and then select from there."
msgstr "" msgstr ""
msgid "Upload an avatar" msgid "Upload an avatar"
@ -583,10 +567,7 @@ msgstr ""
msgid "Invalid CSRF token" msgid "Invalid CSRF token"
msgstr "" msgstr ""
msgid "" 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."
"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 "" msgstr ""
msgid "You are not authorized." msgid "You are not authorized."
@ -670,21 +651,13 @@ msgstr ""
msgid "Save these settings" msgid "Save these settings"
msgstr "" msgstr ""
msgid "" msgid "If you are browsing this site as a visitor, no data about you is collected."
"If you are browsing this site as a visitor, no data about you is collected."
msgstr "" msgstr ""
msgid "" 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."
"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 "" msgstr ""
msgid "" 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."
"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 "" msgstr ""
msgid "Blocklisted Emails" msgid "Blocklisted Emails"
@ -693,10 +666,7 @@ msgstr ""
msgid "Email address" msgid "Email address"
msgstr "" msgstr ""
msgid "" 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"
"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 "" msgstr ""
msgid "Note" msgid "Note"
@ -705,17 +675,13 @@ msgstr ""
msgid "Notify the user?" msgid "Notify the user?"
msgstr "" msgstr ""
msgid "" msgid "Optional, shows a message to the user when they attempt to create an account with that address"
"Optional, shows a message to the user when they attempt to create an account "
"with that address"
msgstr "" msgstr ""
msgid "Blocklisting notification" msgid "Blocklisting notification"
msgstr "" msgstr ""
msgid "" msgid "The message to be shown when the user attempts to create an account with this email address"
"The message to be shown when the user attempts to create an account with "
"this email address"
msgstr "" msgstr ""
msgid "Add blocklisted address" msgid "Add blocklisted address"
@ -742,7 +708,7 @@ msgstr ""
msgid "Welcome to {}" msgid "Welcome to {}"
msgstr "Dobrodošli u {0}" msgstr "Dobrodošli u {0}"
msgid "Nothing to see here yet." msgid "View all"
msgstr "" msgstr ""
msgid "About {0}" msgid "About {0}"
@ -787,9 +753,7 @@ msgstr ""
msgid "Content" msgid "Content"
msgstr "" msgstr ""
msgid "" msgid "You can upload media to your gallery, and then copy their Markdown code into your articles to insert them."
"You can upload media to your gallery, and then copy their Markdown code into "
"your articles to insert them."
msgstr "" msgstr ""
msgid "Upload media" msgid "Upload media"
@ -849,9 +813,7 @@ msgstr ""
msgid "Boost" msgid "Boost"
msgstr "" msgstr ""
msgid "" msgid "{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this article"
"{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this "
"article"
msgstr "" msgstr ""
msgid "Comments" msgid "Comments"
@ -905,9 +867,7 @@ msgstr ""
msgid "Update password" msgid "Update password"
msgstr "" msgstr ""
msgid "" msgid "We sent a mail to the address you gave us, with a link to reset your password."
"We sent a mail to the address you gave us, with a link to reset your "
"password."
msgstr "" msgstr ""
msgid "Send password reset link" msgid "Send password reset link"
@ -916,9 +876,7 @@ msgstr ""
msgid "This token has expired" msgid "This token has expired"
msgstr "" msgstr ""
msgid "" msgid "Please start the process again by clicking <a href=\"/password-reset\">here</a>."
"Please start the process again by clicking <a href=\"/password-reset\">here</"
"a>."
msgstr "" msgstr ""
msgid "New Blog" msgid "New Blog"
@ -933,8 +891,7 @@ msgstr ""
msgid "Edit \"{}\"" msgid "Edit \"{}\""
msgstr "" msgstr ""
msgid "" msgid "You can upload images to your gallery, to use them as blog icons, or banners."
"You can upload images to your gallery, to use them as blog icons, or banners."
msgstr "" msgstr ""
msgid "Upload images" msgid "Upload images"
@ -973,6 +930,9 @@ msgstr[2] ""
msgid "No posts to see here yet." msgid "No posts to see here yet."
msgstr "" msgstr ""
msgid "Nothing to see here yet."
msgstr ""
msgid "None" msgid "None"
msgstr "" msgstr ""
@ -994,9 +954,7 @@ msgstr ""
msgid "Authors can manage multiple blogs, each as its own website." msgid "Authors can manage multiple blogs, each as its own website."
msgstr "" msgstr ""
msgid "" msgid "Articles are also visible on other Plume instances, and you can interact with them directly from other platforms like Mastodon."
"Articles are also visible on other Plume instances, and you can interact "
"with them directly from other platforms like Mastodon."
msgstr "" msgstr ""
msgid "Read the detailed rules" msgid "Read the detailed rules"
@ -1076,3 +1034,4 @@ msgstr ""
msgid "Article license" msgid "Article license"
msgstr "" msgstr ""

View file

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

View file

@ -126,12 +126,8 @@ msgid "Here is the link for registration: {0}"
msgstr "" msgstr ""
# src/routes/email_signups.rs:219 # src/routes/email_signups.rs:219
msgid "" msgid "Your account has been created. Now you just need to log in, before you can use it."
"Your account has been created. Now you just need to log in, before you can " msgstr "Il tuo account è stato creato. Ora devi solo effettuare l'accesso prima di poterlo utilizzare."
"use it."
msgstr ""
"Il tuo account è stato creato. Ora devi solo effettuare l'accesso prima di "
"poterlo utilizzare."
# src/routes/instance.rs:117 # src/routes/instance.rs:117
msgid "Instance settings have been saved." msgid "Instance settings have been saved."
@ -238,20 +234,12 @@ msgid "Your article has been deleted."
msgstr "Il tuo articolo è stato eliminato." msgstr "Il tuo articolo è stato eliminato."
# src/routes/posts.rs:631 # src/routes/posts.rs:631
msgid "" msgid "It looks like the article you tried to delete doesn't exist. Maybe it is already gone?"
"It looks like the article you tried to delete doesn't exist. Maybe it is " msgstr "Sembra che l'articolo che cerchi di eliminare non esista. Forse è già stato cancellato?"
"already gone?"
msgstr ""
"Sembra che l'articolo che cerchi di eliminare non esista. Forse è già stato "
"cancellato?"
# src/routes/posts.rs:673 # src/routes/posts.rs:673
msgid "" msgid "Couldn't obtain enough information about your account. Please make sure your username is correct."
"Couldn't obtain enough information about your account. Please make sure your " msgstr "Non è stato possibile ottenere abbastanza informazioni sul tuo account. Per favore assicurati che il tuo nome utente sia corretto."
"username is correct."
msgstr ""
"Non è stato possibile ottenere abbastanza informazioni sul tuo account. Per "
"favore assicurati che il tuo nome utente sia corretto."
# src/routes/reshares.rs:58 # src/routes/reshares.rs:58
msgid "To reshare a post, you need to be logged in" msgid "To reshare a post, you need to be logged in"
@ -321,17 +309,8 @@ msgstr "Email"
msgid "Email confirmation" msgid "Email confirmation"
msgstr "" msgstr ""
msgid "" msgid "Apologies, but registrations are closed on this particular instance. You can, however, find a different one."
"An email will be sent to provided email. You can continue signing-up via the " msgstr "Spiacenti, ma le registrazioni sono chiuse per questa istanza. Puoi comunque trovarne un'altra."
"email."
msgstr ""
msgid ""
"Apologies, but registrations are closed on this particular instance. You "
"can, however, find a different one."
msgstr ""
"Spiacenti, ma le registrazioni sono chiuse per questa istanza. Puoi comunque "
"trovarne un'altra."
msgid "Registration" msgid "Registration"
msgstr "" msgstr ""
@ -339,8 +318,7 @@ msgstr ""
msgid "Check your inbox!" msgid "Check your inbox!"
msgstr "Controlla la tua casella di posta in arrivo!" msgstr "Controlla la tua casella di posta in arrivo!"
msgid "" msgid "We sent a mail to the address you gave us, with a link for registration."
"We sent a mail to the address you gave us, with a link for registration."
msgstr "" msgstr ""
msgid "Username" msgid "Username"
@ -500,9 +478,7 @@ msgid "Your Blogs"
msgstr "I Tuoi Blog" msgstr "I Tuoi Blog"
msgid "You don't have any blog yet. Create your own, or ask to join one." msgid "You don't have any blog yet. Create your own, or ask to join one."
msgstr "" msgstr "Non hai ancora nessun blog. Creane uno tuo, o chiedi di unirti ad uno esistente."
"Non hai ancora nessun blog. Creane uno tuo, o chiedi di unirti ad uno "
"esistente."
msgid "Start a new blog" msgid "Start a new blog"
msgstr "Inizia un nuovo blog" msgstr "Inizia un nuovo blog"
@ -519,11 +495,8 @@ msgstr "Modifica il tuo account"
msgid "Your Profile" msgid "Your Profile"
msgstr "Il Tuo Profilo" msgstr "Il Tuo Profilo"
msgid "" msgid "To change your avatar, upload it to your gallery and then select from there."
"To change your avatar, upload it to your gallery and then select from there." msgstr "Per modificare la tua immagine di profilo, caricala nella tua galleria e poi selezionala da là."
msgstr ""
"Per modificare la tua immagine di profilo, caricala nella tua galleria e poi "
"selezionala da là."
msgid "Upload an avatar" msgid "Upload an avatar"
msgstr "Carica un'immagine di profilo" msgstr "Carica un'immagine di profilo"
@ -553,8 +526,7 @@ msgid "Danger zone"
msgstr "Zona pericolosa" msgstr "Zona pericolosa"
msgid "Be very careful, any action taken here can't be cancelled." msgid "Be very careful, any action taken here can't be cancelled."
msgstr "" msgstr "Fai molta attenzione, qualsiasi scelta fatta qui non può essere annullata."
"Fai molta attenzione, qualsiasi scelta fatta qui non può essere annullata."
msgid "Delete your account" msgid "Delete your account"
msgstr "Elimina il tuo account" msgstr "Elimina il tuo account"
@ -595,14 +567,8 @@ msgstr "Scusa per questo. Se pensi sia un bug, per favore segnalacelo."
msgid "Invalid CSRF token" msgid "Invalid CSRF token"
msgstr "Token CSRF non valido" msgstr "Token CSRF non valido"
msgid "" 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."
"Something is wrong with your CSRF token. Make sure cookies are enabled in " msgstr "Qualcosa è andato storto con il tuo token CSRF. Assicurati di aver abilitato i cookies nel tuo browser, e prova a ricaricare questa pagina. Se l'errore si dovesse ripresentare, per favore segnalacelo."
"you browser, and try reloading this page. If you continue to see this error "
"message, please report it."
msgstr ""
"Qualcosa è andato storto con il tuo token CSRF. Assicurati di aver abilitato "
"i cookies nel tuo browser, e prova a ricaricare questa pagina. Se l'errore "
"si dovesse ripresentare, per favore segnalacelo."
msgid "You are not authorized." msgid "You are not authorized."
msgstr "Non sei autorizzato." msgstr "Non sei autorizzato."
@ -685,31 +651,14 @@ msgstr "Licenza predefinita degli articoli"
msgid "Save these settings" msgid "Save these settings"
msgstr "Salva queste impostazioni" msgstr "Salva queste impostazioni"
msgid "" msgid "If you are browsing this site as a visitor, no data about you is collected."
"If you are browsing this site as a visitor, no data about you is collected." msgstr "Se stai navigando in questo sito come visitatore, non vengono raccolti dati su di te."
msgstr ""
"Se stai navigando in questo sito come visitatore, non vengono raccolti dati "
"su di te."
msgid "" 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."
"As a registered user, you have to provide your username (which does not have " msgstr "Come utente registrato, devi fornire il tuo nome utente (che può anche non essere il tuo vero nome), un tuo indirizzo email funzionante e una password, per poter accedere, scrivere articoli e commenti. Il contenuto che invii è memorizzato fino a quando non lo elimini."
"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 ""
"Come utente registrato, devi fornire il tuo nome utente (che può anche non "
"essere il tuo vero nome), un tuo indirizzo email funzionante e una password, "
"per poter accedere, scrivere articoli e commenti. Il contenuto che invii è "
"memorizzato fino a quando non lo elimini."
msgid "" 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."
"When you log in, we store two cookies, one to keep your session open, the " msgstr "Quando accedi, conserviamo due cookie, uno per mantenere aperta la sessione, il secondo per impedire ad altre persone di agire al tuo posto. Non conserviamo nessun altro cookie."
"second to prevent other people to act on your behalf. We don't store any "
"other cookies."
msgstr ""
"Quando accedi, conserviamo due cookie, uno per mantenere aperta la sessione, "
"il secondo per impedire ad altre persone di agire al tuo posto. Non "
"conserviamo nessun altro cookie."
msgid "Blocklisted Emails" msgid "Blocklisted Emails"
msgstr "Email Blocklist" msgstr "Email Blocklist"
@ -717,14 +666,8 @@ msgstr "Email Blocklist"
msgid "Email address" msgid "Email address"
msgstr "Indirizzo email" msgstr "Indirizzo email"
msgid "" 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"
"The email address you wish to block. In order to block domains, you can use " msgstr "L'indirizzo email che vuoi bloccare. Per bloccare i domini, puoi usare la sintassi di globbing, per esempio '*@example.com' blocca tutti gli indirizzi da example.com"
"globbing syntax, for example '*@example.com' blocks all addresses from "
"example.com"
msgstr ""
"L'indirizzo email che vuoi bloccare. Per bloccare i domini, puoi usare la "
"sintassi di globbing, per esempio '*@example.com' blocca tutti gli indirizzi "
"da example.com"
msgid "Note" msgid "Note"
msgstr "Nota" msgstr "Nota"
@ -732,22 +675,14 @@ msgstr "Nota"
msgid "Notify the user?" msgid "Notify the user?"
msgstr "Notifica l'utente?" msgstr "Notifica l'utente?"
msgid "" msgid "Optional, shows a message to the user when they attempt to create an account with that address"
"Optional, shows a message to the user when they attempt to create an account " msgstr "Opzionale, mostra un messaggio all'utente quando tenta di creare un conto con quell'indirizzo"
"with that address"
msgstr ""
"Opzionale, mostra un messaggio all'utente quando tenta di creare un conto "
"con quell'indirizzo"
msgid "Blocklisting notification" msgid "Blocklisting notification"
msgstr "Notifica di blocklist" msgstr "Notifica di blocklist"
msgid "" msgid "The message to be shown when the user attempts to create an account with this email address"
"The message to be shown when the user attempts to create an account with " msgstr "Il messaggio da mostrare quando l'utente tenta di creare un profilo con questo indirizzo email"
"this email address"
msgstr ""
"Il messaggio da mostrare quando l'utente tenta di creare un profilo con "
"questo indirizzo email"
msgid "Add blocklisted address" msgid "Add blocklisted address"
msgstr "Aggiungi indirizzo messo in blocklist" msgstr "Aggiungi indirizzo messo in blocklist"
@ -773,8 +708,8 @@ msgstr "L'utente sarà prevenuto silenziosamente dal creare un profilo"
msgid "Welcome to {}" msgid "Welcome to {}"
msgstr "Benvenuto su {}" msgstr "Benvenuto su {}"
msgid "Nothing to see here yet." msgid "View all"
msgstr "Ancora niente da vedere qui." msgstr "Vedi tutto"
msgid "About {0}" msgid "About {0}"
msgstr "A proposito di {0}" msgstr "A proposito di {0}"
@ -818,12 +753,8 @@ msgstr "Sottotitolo"
msgid "Content" msgid "Content"
msgstr "Contenuto" msgstr "Contenuto"
msgid "" msgid "You can upload media to your gallery, and then copy their Markdown code into your articles to insert them."
"You can upload media to your gallery, and then copy their Markdown code into " msgstr "Puoi caricare media nella tua galleria, e poi copiare il loro codice Markdown nei tuoi articoli per inserirli."
"your articles to insert them."
msgstr ""
"Puoi caricare media nella tua galleria, e poi copiare il loro codice "
"Markdown nei tuoi articoli per inserirli."
msgid "Upload media" msgid "Upload media"
msgstr "Carica media" msgstr "Carica media"
@ -880,12 +811,8 @@ msgstr "Non voglio più boostare questo"
msgid "Boost" msgid "Boost"
msgstr "Boost" msgstr "Boost"
msgid "" msgid "{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this article"
"{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this " msgstr "{0}Accedi{1}, o {2}usa il tuo account del Fediverso{3} per interagire con questo articolo"
"article"
msgstr ""
"{0}Accedi{1}, o {2}usa il tuo account del Fediverso{3} per interagire con "
"questo articolo"
msgid "Comments" msgid "Comments"
msgstr "Commenti" msgstr "Commenti"
@ -903,9 +830,7 @@ msgid "Are you sure?"
msgstr "Sei sicuro?" msgstr "Sei sicuro?"
msgid "This article is still a draft. Only you and other authors can see it." msgid "This article is still a draft. Only you and other authors can see it."
msgstr "" msgstr "Questo articolo è ancora una bozza. Solo voi e gli altri autori la potete vedere."
"Questo articolo è ancora una bozza. Solo voi e gli altri autori la potete "
"vedere."
msgid "Only you and other authors can edit this article." msgid "Only you and other authors can edit this article."
msgstr "Solo tu e gli altri autori potete modificare questo articolo." msgstr "Solo tu e gli altri autori potete modificare questo articolo."
@ -940,12 +865,8 @@ msgstr "Conferma"
msgid "Update password" msgid "Update password"
msgstr "Aggiorna password" msgstr "Aggiorna password"
msgid "" msgid "We sent a mail to the address you gave us, with a link to reset your password."
"We sent a mail to the address you gave us, with a link to reset your " msgstr "Ti abbiamo inviato una mail all'indirizzo che ci hai fornito, con il collegamento per reimpostare la tua password."
"password."
msgstr ""
"Ti abbiamo inviato una mail all'indirizzo che ci hai fornito, con il "
"collegamento per reimpostare la tua password."
msgid "Send password reset link" msgid "Send password reset link"
msgstr "Invia collegamento per reimpostare la password" msgstr "Invia collegamento per reimpostare la password"
@ -953,12 +874,8 @@ msgstr "Invia collegamento per reimpostare la password"
msgid "This token has expired" msgid "This token has expired"
msgstr "Questo token è scaduto" msgstr "Questo token è scaduto"
msgid "" msgid "Please start the process again by clicking <a href=\"/password-reset\">here</a>."
"Please start the process again by clicking <a href=\"/password-reset\">here</" msgstr "Sei pregato di riavviare il processo cliccando <a href=\"/password-reset\">qui</a>."
"a>."
msgstr ""
"Sei pregato di riavviare il processo cliccando <a href=\"/password-reset"
"\">qui</a>."
msgid "New Blog" msgid "New Blog"
msgstr "Nuovo Blog" msgstr "Nuovo Blog"
@ -972,11 +889,8 @@ msgstr "Crea blog"
msgid "Edit \"{}\"" msgid "Edit \"{}\""
msgstr "Modifica \"{}\"" msgstr "Modifica \"{}\""
msgid "" msgid "You can upload images to your gallery, to use them as blog icons, or banners."
"You can upload images to your gallery, to use them as blog icons, or banners." msgstr "Puoi caricare immagini nella tua galleria, ed utilizzarle come icone del blog, o copertine."
msgstr ""
"Puoi caricare immagini nella tua galleria, ed utilizzarle come icone del "
"blog, o copertine."
msgid "Upload images" msgid "Upload images"
msgstr "Carica immagini" msgstr "Carica immagini"
@ -994,8 +908,7 @@ msgid "Update blog"
msgstr "Aggiorna blog" msgstr "Aggiorna blog"
msgid "Be very careful, any action taken here can't be reversed." msgid "Be very careful, any action taken here can't be reversed."
msgstr "" msgstr "Fai molta attenzione, qualsiasi scelta fatta qui non può essere annullata."
"Fai molta attenzione, qualsiasi scelta fatta qui non può essere annullata."
msgid "Are you sure that you want to permanently delete this blog?" msgid "Are you sure that you want to permanently delete this blog?"
msgstr "Sei sicuro di voler eliminare permanentemente questo blog?" msgstr "Sei sicuro di voler eliminare permanentemente questo blog?"
@ -1014,6 +927,9 @@ msgstr[1] "Ci sono {0} autori su questo blog: "
msgid "No posts to see here yet." msgid "No posts to see here yet."
msgstr "Nessun post da mostrare qui." msgstr "Nessun post da mostrare qui."
msgid "Nothing to see here yet."
msgstr "Ancora niente da vedere qui."
msgid "None" msgid "None"
msgstr "Nessuna" msgstr "Nessuna"
@ -1033,16 +949,10 @@ msgid "Plume is a decentralized blogging engine."
msgstr "Plume è un motore di blog decentralizzato." msgstr "Plume è un motore di blog decentralizzato."
msgid "Authors can manage multiple blogs, each as its own website." msgid "Authors can manage multiple blogs, each as its own website."
msgstr "" msgstr "Gli autori possono gestire blog multipli, ognuno come fosse un sito web differente."
"Gli autori possono gestire blog multipli, ognuno come fosse un sito web "
"differente."
msgid "" msgid "Articles are also visible on other Plume instances, and you can interact with them directly from other platforms like Mastodon."
"Articles are also visible on other Plume instances, and you can interact " msgstr "Gli articoli sono anche visibili su altre istanze Plume, e puoi interagire con loro direttamente da altre piattaforme come Mastodon."
"with them directly from other platforms like Mastodon."
msgstr ""
"Gli articoli sono anche visibili su altre istanze Plume, e puoi interagire "
"con loro direttamente da altre piattaforme come Mastodon."
msgid "Read the detailed rules" msgid "Read the detailed rules"
msgstr "Leggi le regole dettagliate" msgstr "Leggi le regole dettagliate"
@ -1122,5 +1032,3 @@ msgstr "Pubblicato sotto questa licenza"
msgid "Article license" msgid "Article license"
msgstr "Licenza dell'articolo" msgstr "Licenza dell'articolo"
#~ msgid "View all"
#~ msgstr "Vedi tutto"

View file

@ -126,9 +126,7 @@ msgid "Here is the link for registration: {0}"
msgstr "こちらのリンクから、ユーザー登録できます: {0}" msgstr "こちらのリンクから、ユーザー登録できます: {0}"
# src/routes/email_signups.rs:219 # src/routes/email_signups.rs:219
msgid "" msgid "Your account has been created. Now you just need to log in, before you can use it."
"Your account has been created. Now you just need to log in, before you can "
"use it."
msgstr "アカウントを作成しました。使用前に、ログインする必要があります。" msgstr "アカウントを作成しました。使用前に、ログインする必要があります。"
# src/routes/instance.rs:117 # src/routes/instance.rs:117
@ -236,19 +234,12 @@ msgid "Your article has been deleted."
msgstr "投稿を削除しました。" msgstr "投稿を削除しました。"
# src/routes/posts.rs:631 # src/routes/posts.rs:631
msgid "" msgid "It looks like the article you tried to delete doesn't exist. Maybe it is already gone?"
"It looks like the article you tried to delete doesn't exist. Maybe it is " msgstr "削除しようとしている投稿は存在しないようです。すでに削除していませんか?"
"already gone?"
msgstr ""
"削除しようとしている投稿は存在しないようです。すでに削除していませんか?"
# src/routes/posts.rs:673 # src/routes/posts.rs:673
msgid "" msgid "Couldn't obtain enough information about your account. Please make sure your username is correct."
"Couldn't obtain enough information about your account. Please make sure your " msgstr "お使いのアカウントに関する十分な情報を取得できませんでした。ご自身のユーザー名が正しいことを確認してください。"
"username is correct."
msgstr ""
"お使いのアカウントに関する十分な情報を取得できませんでした。ご自身のユーザー"
"名が正しいことを確認してください。"
# src/routes/reshares.rs:58 # src/routes/reshares.rs:58
msgid "To reshare a post, you need to be logged in" msgid "To reshare a post, you need to be logged in"
@ -318,17 +309,8 @@ msgstr "メールアドレス"
msgid "Email confirmation" msgid "Email confirmation"
msgstr "メール確認" msgstr "メール確認"
msgid "" msgid "Apologies, but registrations are closed on this particular instance. You can, however, find a different one."
"An email will be sent to provided email. You can continue signing-up via the " msgstr "申し訳ありませんが、このインスタンスでの登録は限定されています。ですが、他のインスタンスを見つけることはできます。"
"email."
msgstr ""
msgid ""
"Apologies, but registrations are closed on this particular instance. You "
"can, however, find a different one."
msgstr ""
"申し訳ありませんが、このインスタンスでの登録は限定されています。ですが、他の"
"インスタンスを見つけることはできます。"
msgid "Registration" msgid "Registration"
msgstr "ユーザー登録" msgstr "ユーザー登録"
@ -336,11 +318,8 @@ msgstr "ユーザー登録"
msgid "Check your inbox!" msgid "Check your inbox!"
msgstr "受信トレイを確認してください!" msgstr "受信トレイを確認してください!"
msgid "" msgid "We sent a mail to the address you gave us, with a link for registration."
"We sent a mail to the address you gave us, with a link for registration." msgstr "指定された宛先に、ユーザー登録するためのリンクを記載したメールを送信しました。"
msgstr ""
"指定された宛先に、ユーザー登録するためのリンクを記載したメールを送信しまし"
"た。"
msgid "Username" msgid "Username"
msgstr "ユーザー名" msgstr "ユーザー名"
@ -499,9 +478,7 @@ msgid "Your Blogs"
msgstr "ブログ" msgstr "ブログ"
msgid "You don't have any blog yet. Create your own, or ask to join one." msgid "You don't have any blog yet. Create your own, or ask to join one."
msgstr "" msgstr "ブログはまだありません。ご自身のブログを作成するか、他の人のブログに参加できるか確認しましょう。"
"ブログはまだありません。ご自身のブログを作成するか、他の人のブログに参加でき"
"るか確認しましょう。"
msgid "Start a new blog" msgid "Start a new blog"
msgstr "新しいブログを開始" msgstr "新しいブログを開始"
@ -518,8 +495,7 @@ msgstr "アカウントを編集"
msgid "Your Profile" msgid "Your Profile"
msgstr "プロフィール" msgstr "プロフィール"
msgid "" msgid "To change your avatar, upload it to your gallery and then select from there."
"To change your avatar, upload it to your gallery and then select from there."
msgstr "アバターを変更するには、ギャラリーにアップロードして選択してください。" msgstr "アバターを変更するには、ギャラリーにアップロードして選択してください。"
msgid "Upload an avatar" msgid "Upload an avatar"
@ -586,20 +562,13 @@ msgid "Something broke on our side."
msgstr "サーバー側で何らかの問題が発生しました。" msgstr "サーバー側で何らかの問題が発生しました。"
msgid "Sorry about that. If you think this is a bug, please report it." msgid "Sorry about that. If you think this is a bug, please report it."
msgstr "" msgstr "申し訳ありません。これがバグだと思われる場合は、問題を報告してください。"
"申し訳ありません。これがバグだと思われる場合は、問題を報告してください。"
msgid "Invalid CSRF token" msgid "Invalid CSRF token"
msgstr "無効な CSRF トークンです" msgstr "無効な CSRF トークンです"
msgid "" 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."
"Something is wrong with your CSRF token. Make sure cookies are enabled in " msgstr "CSRF トークンに問題が発生しました。お使いのブラウザーで Cookie が有効になっていることを確認して、このページを再読み込みしてみてください。このエラーメッセージが表示され続ける場合は、問題を報告してください。"
"you browser, and try reloading this page. If you continue to see this error "
"message, please report it."
msgstr ""
"CSRF トークンに問題が発生しました。お使いのブラウザーで Cookie が有効になって"
"いることを確認して、このページを再読み込みしてみてください。このエラーメッ"
"セージが表示され続ける場合は、問題を報告してください。"
msgid "You are not authorized." msgid "You are not authorized."
msgstr "許可されていません。" msgstr "許可されていません。"
@ -682,31 +651,14 @@ msgstr "投稿のデフォルトのライセンス"
msgid "Save these settings" msgid "Save these settings"
msgstr "設定を保存" msgstr "設定を保存"
msgid "" msgid "If you are browsing this site as a visitor, no data about you is collected."
"If you are browsing this site as a visitor, no data about you is collected." msgstr "閲覧者としてこのサイトをご覧になっている場合、ご自身のデータは一切収集されません。"
msgstr ""
"閲覧者としてこのサイトをご覧になっている場合、ご自身のデータは一切収集されま"
"せん。"
msgid "" 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."
"As a registered user, you have to provide your username (which does not have " msgstr "登録ユーザーの場合、ログインしたり記事やコメントを投稿したりできるようにするため、ご自身のユーザー名(本名である必要はありません)、利用可能なメールアドレス、パスワードを指定する必要があります。投稿したコンテンツは、削除しない限り保存されます。"
"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 "" 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."
"When you log in, we store two cookies, one to keep your session open, the " msgstr "ログインの際に、2 個の Cookie を保存します。1 つはセッションを開いた状態にするため、もう 1 つは誰かがあなたになりすますのを防ぐために使われます。この他には、一切の Cookie を保存しません。"
"second to prevent other people to act on your behalf. We don't store any "
"other cookies."
msgstr ""
"ログインの際に、2 個の Cookie を保存します。1 つはセッションを開いた状態にす"
"るため、もう 1 つは誰かがあなたになりすますのを防ぐために使われます。この他に"
"は、一切の Cookie を保存しません。"
msgid "Blocklisted Emails" msgid "Blocklisted Emails"
msgstr "ブロックするメール" msgstr "ブロックするメール"
@ -714,13 +666,8 @@ msgstr "ブロックするメール"
msgid "Email address" msgid "Email address"
msgstr "メールアドレス" msgstr "メールアドレス"
msgid "" 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"
"The email address you wish to block. In order to block domains, you can use " msgstr "ブロックするメールアドレス。*記法を使ってドメインをブロックすることができます。例えば '*@example.com' はexample.com の全てのアドレスをブロックします。"
"globbing syntax, for example '*@example.com' blocks all addresses from "
"example.com"
msgstr ""
"ブロックするメールアドレス。*記法を使ってドメインをブロックすることができま"
"す。例えば '*@example.com' はexample.com の全てのアドレスをブロックします。"
msgid "Note" msgid "Note"
msgstr "メモ" msgstr "メモ"
@ -728,21 +675,14 @@ msgstr "メモ"
msgid "Notify the user?" msgid "Notify the user?"
msgstr "ユーザーに知らせるか?" msgstr "ユーザーに知らせるか?"
msgid "" msgid "Optional, shows a message to the user when they attempt to create an account with that address"
"Optional, shows a message to the user when they attempt to create an account " msgstr "省略可。このアドレスでアカウントを作ろうとした時にユーザーにメッセージを表示します"
"with that address"
msgstr ""
"省略可。このアドレスでアカウントを作ろうとした時にユーザーにメッセージを表示"
"します"
msgid "Blocklisting notification" msgid "Blocklisting notification"
msgstr "ブロックリストの通知" msgstr "ブロックリストの通知"
msgid "" msgid "The message to be shown when the user attempts to create an account with this email address"
"The message to be shown when the user attempts to create an account with " msgstr "ユーザーがこのメールアドレスでアカウントを作ろうとした時に表示するメッセージ"
"this email address"
msgstr ""
"ユーザーがこのメールアドレスでアカウントを作ろうとした時に表示するメッセージ"
msgid "Add blocklisted address" msgid "Add blocklisted address"
msgstr "ブロックするアドレスを追加" msgstr "ブロックするアドレスを追加"
@ -768,8 +708,8 @@ msgstr "ユーザーには知らせずにアカウント作成を防ぎます"
msgid "Welcome to {}" msgid "Welcome to {}"
msgstr "{} へようこそ" msgstr "{} へようこそ"
msgid "Nothing to see here yet." msgid "View all"
msgstr "ここにはまだ表示できる項目がありません。" msgstr "すべて表示"
msgid "About {0}" msgid "About {0}"
msgstr "{0} について" msgstr "{0} について"
@ -813,12 +753,8 @@ msgstr "サブタイトル"
msgid "Content" msgid "Content"
msgstr "コンテンツ" msgstr "コンテンツ"
msgid "" msgid "You can upload media to your gallery, and then copy their Markdown code into your articles to insert them."
"You can upload media to your gallery, and then copy their Markdown code into " msgstr "メディアをギャラリーにアップロードして、その Markdown コードをコピーして投稿に挿入できます。"
"your articles to insert them."
msgstr ""
"メディアをギャラリーにアップロードして、その Markdown コードをコピーして投稿"
"に挿入できます。"
msgid "Upload media" msgid "Upload media"
msgstr "メディアをアップロード" msgstr "メディアをアップロード"
@ -873,12 +809,8 @@ msgstr "このブーストを取り消します"
msgid "Boost" msgid "Boost"
msgstr "ブースト" msgstr "ブースト"
msgid "" msgid "{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this article"
"{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this " msgstr "この記事と関わるには{0}ログイン{1}するか {2}Fediverse アカウントを使用{3}してください"
"article"
msgstr ""
"この記事と関わるには{0}ログイン{1}するか {2}Fediverse アカウントを使用{3}して"
"ください"
msgid "Comments" msgid "Comments"
msgstr "コメント" msgstr "コメント"
@ -931,12 +863,8 @@ msgstr "確認"
msgid "Update password" msgid "Update password"
msgstr "パスワードを更新" msgstr "パスワードを更新"
msgid "" msgid "We sent a mail to the address you gave us, with a link to reset your password."
"We sent a mail to the address you gave us, with a link to reset your " msgstr "指定された宛先に、パスワードをリセットするためのリンクを記載したメールを送信しました。"
"password."
msgstr ""
"指定された宛先に、パスワードをリセットするためのリンクを記載したメールを送信"
"しました。"
msgid "Send password reset link" msgid "Send password reset link"
msgstr "パスワードリセットリンクを送信" msgstr "パスワードリセットリンクを送信"
@ -944,12 +872,8 @@ msgstr "パスワードリセットリンクを送信"
msgid "This token has expired" msgid "This token has expired"
msgstr "このトークンは有効期限切れです" msgstr "このトークンは有効期限切れです"
msgid "" msgid "Please start the process again by clicking <a href=\"/password-reset\">here</a>."
"Please start the process again by clicking <a href=\"/password-reset\">here</" msgstr "<a href=\"/password-reset\">こちら</a>をクリックして、手順をやり直してください。"
"a>."
msgstr ""
"<a href=\"/password-reset\">こちら</a>をクリックして、手順をやり直してくださ"
"い。"
msgid "New Blog" msgid "New Blog"
msgstr "新しいブログ" msgstr "新しいブログ"
@ -963,10 +887,8 @@ msgstr "ブログを作成"
msgid "Edit \"{}\"" msgid "Edit \"{}\""
msgstr "\"{}\" を編集" msgstr "\"{}\" を編集"
msgid "" msgid "You can upload images to your gallery, to use them as blog icons, or banners."
"You can upload images to your gallery, to use them as blog icons, or banners." msgstr "ギャラリーにアップロードした画像を、ブログアイコンやバナーに使用できます。"
msgstr ""
"ギャラリーにアップロードした画像を、ブログアイコンやバナーに使用できます。"
msgid "Upload images" msgid "Upload images"
msgstr "画像をアップロード" msgstr "画像をアップロード"
@ -1002,6 +924,9 @@ msgstr[0] "このブログには {0} 人の投稿者がいます: "
msgid "No posts to see here yet." msgid "No posts to see here yet."
msgstr "ここには表示できる投稿はまだありません。" msgstr "ここには表示できる投稿はまだありません。"
msgid "Nothing to see here yet."
msgstr "ここにはまだ表示できる項目がありません。"
msgid "None" msgid "None"
msgstr "なし" msgstr "なし"
@ -1023,12 +948,8 @@ msgstr "Plume は分散型ブログエンジンです。"
msgid "Authors can manage multiple blogs, each as its own website." msgid "Authors can manage multiple blogs, each as its own website."
msgstr "作成者は、それぞれ独自のウェブサイトとして複数のブログを管理できます。" msgstr "作成者は、それぞれ独自のウェブサイトとして複数のブログを管理できます。"
msgid "" msgid "Articles are also visible on other Plume instances, and you can interact with them directly from other platforms like Mastodon."
"Articles are also visible on other Plume instances, and you can interact " msgstr "投稿は他の Plume インスタンスからも閲覧可能であり、Mastdon のように他のプラットフォームから直接記事にアクセスできます。"
"with them directly from other platforms like Mastodon."
msgstr ""
"投稿は他の Plume インスタンスからも閲覧可能であり、Mastdon のように他のプラッ"
"トフォームから直接記事にアクセスできます。"
msgid "Read the detailed rules" msgid "Read the detailed rules"
msgstr "詳細な規則を読む" msgstr "詳細な規則を読む"
@ -1108,5 +1029,3 @@ msgstr "適用されているライセンス"
msgid "Article license" msgid "Article license"
msgstr "投稿のライセンス" msgstr "投稿のライセンス"
#~ msgid "View all"
#~ msgstr "すべて表示"

View file

@ -126,9 +126,7 @@ msgid "Here is the link for registration: {0}"
msgstr "" msgstr ""
# src/routes/email_signups.rs:219 # src/routes/email_signups.rs:219
msgid "" msgid "Your account has been created. Now you just need to log in, before you can use it."
"Your account has been created. Now you just need to log in, before you can "
"use it."
msgstr "" msgstr ""
# src/routes/instance.rs:117 # src/routes/instance.rs:117
@ -236,15 +234,11 @@ msgid "Your article has been deleted."
msgstr "" msgstr ""
# src/routes/posts.rs:631 # src/routes/posts.rs:631
msgid "" msgid "It looks like the article you tried to delete doesn't exist. Maybe it is already gone?"
"It looks like the article you tried to delete doesn't exist. Maybe it is "
"already gone?"
msgstr "" msgstr ""
# src/routes/posts.rs:673 # src/routes/posts.rs:673
msgid "" msgid "Couldn't obtain enough information about your account. Please make sure your username is correct."
"Couldn't obtain enough information about your account. Please make sure your "
"username is correct."
msgstr "" msgstr ""
# src/routes/reshares.rs:58 # src/routes/reshares.rs:58
@ -315,14 +309,7 @@ msgstr ""
msgid "Email confirmation" msgid "Email confirmation"
msgstr "" msgstr ""
msgid "" msgid "Apologies, but registrations are closed on this particular instance. You can, however, find a different one."
"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 "" msgstr ""
msgid "Registration" msgid "Registration"
@ -331,8 +318,7 @@ msgstr ""
msgid "Check your inbox!" msgid "Check your inbox!"
msgstr "" msgstr ""
msgid "" msgid "We sent a mail to the address you gave us, with a link for registration."
"We sent a mail to the address you gave us, with a link for registration."
msgstr "" msgstr ""
msgid "Username" msgid "Username"
@ -509,8 +495,7 @@ msgstr ""
msgid "Your Profile" msgid "Your Profile"
msgstr "" msgstr ""
msgid "" msgid "To change your avatar, upload it to your gallery and then select from there."
"To change your avatar, upload it to your gallery and then select from there."
msgstr "" msgstr ""
msgid "Upload an avatar" msgid "Upload an avatar"
@ -582,10 +567,7 @@ msgstr ""
msgid "Invalid CSRF token" msgid "Invalid CSRF token"
msgstr "" msgstr ""
msgid "" 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."
"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 "" msgstr ""
msgid "You are not authorized." msgid "You are not authorized."
@ -669,21 +651,13 @@ msgstr ""
msgid "Save these settings" msgid "Save these settings"
msgstr "" msgstr ""
msgid "" msgid "If you are browsing this site as a visitor, no data about you is collected."
"If you are browsing this site as a visitor, no data about you is collected."
msgstr "" msgstr ""
msgid "" 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."
"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 "" msgstr ""
msgid "" 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."
"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 "" msgstr ""
msgid "Blocklisted Emails" msgid "Blocklisted Emails"
@ -692,10 +666,7 @@ msgstr ""
msgid "Email address" msgid "Email address"
msgstr "" msgstr ""
msgid "" 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"
"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 "" msgstr ""
msgid "Note" msgid "Note"
@ -704,17 +675,13 @@ msgstr ""
msgid "Notify the user?" msgid "Notify the user?"
msgstr "" msgstr ""
msgid "" msgid "Optional, shows a message to the user when they attempt to create an account with that address"
"Optional, shows a message to the user when they attempt to create an account "
"with that address"
msgstr "" msgstr ""
msgid "Blocklisting notification" msgid "Blocklisting notification"
msgstr "" msgstr ""
msgid "" msgid "The message to be shown when the user attempts to create an account with this email address"
"The message to be shown when the user attempts to create an account with "
"this email address"
msgstr "" msgstr ""
msgid "Add blocklisted address" msgid "Add blocklisted address"
@ -741,7 +708,7 @@ msgstr ""
msgid "Welcome to {}" msgid "Welcome to {}"
msgstr "" msgstr ""
msgid "Nothing to see here yet." msgid "View all"
msgstr "" msgstr ""
msgid "About {0}" msgid "About {0}"
@ -786,9 +753,7 @@ msgstr ""
msgid "Content" msgid "Content"
msgstr "" msgstr ""
msgid "" msgid "You can upload media to your gallery, and then copy their Markdown code into your articles to insert them."
"You can upload media to your gallery, and then copy their Markdown code into "
"your articles to insert them."
msgstr "" msgstr ""
msgid "Upload media" msgid "Upload media"
@ -844,9 +809,7 @@ msgstr ""
msgid "Boost" msgid "Boost"
msgstr "" msgstr ""
msgid "" msgid "{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this article"
"{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this "
"article"
msgstr "" msgstr ""
msgid "Comments" msgid "Comments"
@ -900,9 +863,7 @@ msgstr ""
msgid "Update password" msgid "Update password"
msgstr "" msgstr ""
msgid "" msgid "We sent a mail to the address you gave us, with a link to reset your password."
"We sent a mail to the address you gave us, with a link to reset your "
"password."
msgstr "" msgstr ""
msgid "Send password reset link" msgid "Send password reset link"
@ -911,9 +872,7 @@ msgstr ""
msgid "This token has expired" msgid "This token has expired"
msgstr "" msgstr ""
msgid "" msgid "Please start the process again by clicking <a href=\"/password-reset\">here</a>."
"Please start the process again by clicking <a href=\"/password-reset\">here</"
"a>."
msgstr "" msgstr ""
msgid "New Blog" msgid "New Blog"
@ -928,8 +887,7 @@ msgstr ""
msgid "Edit \"{}\"" msgid "Edit \"{}\""
msgstr "" msgstr ""
msgid "" msgid "You can upload images to your gallery, to use them as blog icons, or banners."
"You can upload images to your gallery, to use them as blog icons, or banners."
msgstr "" msgstr ""
msgid "Upload images" msgid "Upload images"
@ -966,6 +924,9 @@ msgstr[0] ""
msgid "No posts to see here yet." msgid "No posts to see here yet."
msgstr "" msgstr ""
msgid "Nothing to see here yet."
msgstr ""
msgid "None" msgid "None"
msgstr "" msgstr ""
@ -987,9 +948,7 @@ msgstr ""
msgid "Authors can manage multiple blogs, each as its own website." msgid "Authors can manage multiple blogs, each as its own website."
msgstr "" msgstr ""
msgid "" msgid "Articles are also visible on other Plume instances, and you can interact with them directly from other platforms like Mastodon."
"Articles are also visible on other Plume instances, and you can interact "
"with them directly from other platforms like Mastodon."
msgstr "" msgstr ""
msgid "Read the detailed rules" msgid "Read the detailed rules"
@ -1069,3 +1028,4 @@ msgstr ""
msgid "Article license" msgid "Article license"
msgstr "" msgstr ""

View file

@ -126,12 +126,8 @@ msgid "Here is the link for registration: {0}"
msgstr "" msgstr ""
# src/routes/email_signups.rs:219 # src/routes/email_signups.rs:219
msgid "" msgid "Your account has been created. Now you just need to log in, before you can use it."
"Your account has been created. Now you just need to log in, before you can " msgstr "Je account is aangemaakt. Nu hoe je alleen maar in te loggen, om het te kunnen gebruiken."
"use it."
msgstr ""
"Je account is aangemaakt. Nu hoe je alleen maar in te loggen, om het te "
"kunnen gebruiken."
# src/routes/instance.rs:117 # src/routes/instance.rs:117
msgid "Instance settings have been saved." msgid "Instance settings have been saved."
@ -238,20 +234,12 @@ msgid "Your article has been deleted."
msgstr "Je artikel is verwijderd." msgstr "Je artikel is verwijderd."
# src/routes/posts.rs:631 # src/routes/posts.rs:631
msgid "" msgid "It looks like the article you tried to delete doesn't exist. Maybe it is already gone?"
"It looks like the article you tried to delete doesn't exist. Maybe it is " msgstr "Het lijkt erop dat het artikel dat je probeerde te verwijderen niet bestaat. Misschien is het al verdwenen?"
"already gone?"
msgstr ""
"Het lijkt erop dat het artikel dat je probeerde te verwijderen niet bestaat. "
"Misschien is het al verdwenen?"
# src/routes/posts.rs:673 # src/routes/posts.rs:673
msgid "" msgid "Couldn't obtain enough information about your account. Please make sure your username is correct."
"Couldn't obtain enough information about your account. Please make sure your " msgstr "Kon niet genoeg informatie over je account opvragen. Controleer of je gebruikersnaam juist is."
"username is correct."
msgstr ""
"Kon niet genoeg informatie over je account opvragen. Controleer of je "
"gebruikersnaam juist is."
# src/routes/reshares.rs:58 # src/routes/reshares.rs:58
msgid "To reshare a post, you need to be logged in" msgid "To reshare a post, you need to be logged in"
@ -321,17 +309,8 @@ msgstr "E-mailadres"
msgid "Email confirmation" msgid "Email confirmation"
msgstr "" msgstr ""
msgid "" msgid "Apologies, but registrations are closed on this particular instance. You can, however, find a different one."
"An email will be sent to provided email. You can continue signing-up via the " msgstr "Excuses, maar registraties zijn gesloten voor deze server. Je kunt wel een andere vinden."
"email."
msgstr ""
msgid ""
"Apologies, but registrations are closed on this particular instance. You "
"can, however, find a different one."
msgstr ""
"Excuses, maar registraties zijn gesloten voor deze server. Je kunt wel een "
"andere vinden."
msgid "Registration" msgid "Registration"
msgstr "" msgstr ""
@ -339,8 +318,7 @@ msgstr ""
msgid "Check your inbox!" msgid "Check your inbox!"
msgstr "Ga naar je inbox!" msgstr "Ga naar je inbox!"
msgid "" msgid "We sent a mail to the address you gave us, with a link for registration."
"We sent a mail to the address you gave us, with a link for registration."
msgstr "" msgstr ""
msgid "Username" msgid "Username"
@ -500,9 +478,7 @@ msgid "Your Blogs"
msgstr "Je blogs" msgstr "Je blogs"
msgid "You don't have any blog yet. Create your own, or ask to join one." msgid "You don't have any blog yet. Create your own, or ask to join one."
msgstr "" msgstr "Je hebt nog geen blog. Maak een blog, of vraag om aan een blog mee te mogen doen."
"Je hebt nog geen blog. Maak een blog, of vraag om aan een blog mee te mogen "
"doen."
msgid "Start a new blog" msgid "Start a new blog"
msgstr "Start een nieuwe blog" msgstr "Start een nieuwe blog"
@ -519,11 +495,8 @@ msgstr "Bewerk je account"
msgid "Your Profile" msgid "Your Profile"
msgstr "Je profiel" msgstr "Je profiel"
msgid "" msgid "To change your avatar, upload it to your gallery and then select from there."
"To change your avatar, upload it to your gallery and then select from there." msgstr "Om je avatar te veranderen upload je die naar je galerij en selecteer je avatar daar."
msgstr ""
"Om je avatar te veranderen upload je die naar je galerij en selecteer je "
"avatar daar."
msgid "Upload an avatar" msgid "Upload an avatar"
msgstr "Upload een avatar" msgstr "Upload een avatar"
@ -594,14 +567,8 @@ msgstr "Sorry. Als je denkt dat dit een bug is, rapporteer het dan."
msgid "Invalid CSRF token" msgid "Invalid CSRF token"
msgstr "Ongeldig CSRF token" msgstr "Ongeldig CSRF token"
msgid "" 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."
"Something is wrong with your CSRF token. Make sure cookies are enabled in " msgstr "Er is iets mis met het CSRF-token. Zorg ervoor dat cookies ingeschakeld zijn in je browser en probeer deze pagina opnieuw te laden. Als je dit foutbericht blijft zien, rapporteer het dan."
"you browser, and try reloading this page. If you continue to see this error "
"message, please report it."
msgstr ""
"Er is iets mis met het CSRF-token. Zorg ervoor dat cookies ingeschakeld zijn "
"in je browser en probeer deze pagina opnieuw te laden. Als je dit "
"foutbericht blijft zien, rapporteer het dan."
msgid "You are not authorized." msgid "You are not authorized."
msgstr "Je bent niet geautoriseerd." msgstr "Je bent niet geautoriseerd."
@ -684,31 +651,14 @@ msgstr "Standaard artikellicentie"
msgid "Save these settings" msgid "Save these settings"
msgstr "Deze instellingen opslaan" msgstr "Deze instellingen opslaan"
msgid "" msgid "If you are browsing this site as a visitor, no data about you is collected."
"If you are browsing this site as a visitor, no data about you is collected." msgstr "Als je deze site als bezoeker bekijkt, worden er geen gegevens over jou verzameld."
msgstr ""
"Als je deze site als bezoeker bekijkt, worden er geen gegevens over jou "
"verzameld."
msgid "" 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."
"As a registered user, you have to provide your username (which does not have " msgstr "Als geregistreerde gebruiker moet je je gebruikersnaam invoeren (dat hoeft niet je echte naam te zijn), je bestaande e-mailadres en een wachtwoord om in te kunnen loggen, artikelen en commentaar te schrijven. De inhoud die je opgeeft wordt opgeslagen totdat je die verwijdert."
"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 ""
"Als geregistreerde gebruiker moet je je gebruikersnaam invoeren (dat hoeft "
"niet je echte naam te zijn), je bestaande e-mailadres en een wachtwoord om "
"in te kunnen loggen, artikelen en commentaar te schrijven. De inhoud die je "
"opgeeft wordt opgeslagen totdat je die verwijdert."
msgid "" 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."
"When you log in, we store two cookies, one to keep your session open, the " msgstr "Als je inlogt, slaan we twee cookies op, de eerste om je sessie open te houden, de tweede om andere mensen te verhinderen om namens jou iets te doen. We slaan geen andere cookies op."
"second to prevent other people to act on your behalf. We don't store any "
"other cookies."
msgstr ""
"Als je inlogt, slaan we twee cookies op, de eerste om je sessie open te "
"houden, de tweede om andere mensen te verhinderen om namens jou iets te "
"doen. We slaan geen andere cookies op."
msgid "Blocklisted Emails" msgid "Blocklisted Emails"
msgstr "Geblokkeerde e-mailadressen" msgstr "Geblokkeerde e-mailadressen"
@ -716,14 +666,8 @@ msgstr "Geblokkeerde e-mailadressen"
msgid "Email address" msgid "Email address"
msgstr "E-mailadres" msgstr "E-mailadres"
msgid "" 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"
"The email address you wish to block. In order to block domains, you can use " msgstr "Het e-mailadres dat je wilt blokkeren. Om hele domeinen te blokkeren, kunt je de globale syntax gebruiken, bijvoorbeeld '*@example.com' blokkeert alle adressen van example.com"
"globbing syntax, for example '*@example.com' blocks all addresses from "
"example.com"
msgstr ""
"Het e-mailadres dat je wilt blokkeren. Om hele domeinen te blokkeren, kunt "
"je de globale syntax gebruiken, bijvoorbeeld '*@example.com' blokkeert alle "
"adressen van example.com"
msgid "Note" msgid "Note"
msgstr "Opmerking" msgstr "Opmerking"
@ -731,22 +675,14 @@ msgstr "Opmerking"
msgid "Notify the user?" msgid "Notify the user?"
msgstr "De gebruiker informeren?" msgstr "De gebruiker informeren?"
msgid "" msgid "Optional, shows a message to the user when they attempt to create an account with that address"
"Optional, shows a message to the user when they attempt to create an account " msgstr "Optioneel. Toont een bericht aan gebruikers wanneer ze een account met dat adres proberen aan te maken"
"with that address"
msgstr ""
"Optioneel. Toont een bericht aan gebruikers wanneer ze een account met dat "
"adres proberen aan te maken"
msgid "Blocklisting notification" msgid "Blocklisting notification"
msgstr "Blokkeringsmelding" msgstr "Blokkeringsmelding"
msgid "" msgid "The message to be shown when the user attempts to create an account with this email address"
"The message to be shown when the user attempts to create an account with " msgstr "Het bericht dat wordt getoond als iemand een account met dit e-mailadres probeert aan te maken"
"this email address"
msgstr ""
"Het bericht dat wordt getoond als iemand een account met dit e-mailadres "
"probeert aan te maken"
msgid "Add blocklisted address" msgid "Add blocklisted address"
msgstr "Te blokkeren adres toevoegen" msgstr "Te blokkeren adres toevoegen"
@ -772,8 +708,8 @@ msgstr "De gebruiker wordt stilletjes verhinderd om een account aan te maken"
msgid "Welcome to {}" msgid "Welcome to {}"
msgstr "Welkom bij {}" msgstr "Welkom bij {}"
msgid "Nothing to see here yet." msgid "View all"
msgstr "Nog niets te zien hier." msgstr "Bekijk alles"
msgid "About {0}" msgid "About {0}"
msgstr "Over {0}" msgstr "Over {0}"
@ -817,12 +753,8 @@ msgstr "Ondertitel"
msgid "Content" msgid "Content"
msgstr "Inhoud" msgstr "Inhoud"
msgid "" msgid "You can upload media to your gallery, and then copy their Markdown code into your articles to insert them."
"You can upload media to your gallery, and then copy their Markdown code into " msgstr "Je kunt media uploaden naar je galerij en vervolgens de Markdown code in je artikelen kopiëren om ze in te voegen."
"your articles to insert them."
msgstr ""
"Je kunt media uploaden naar je galerij en vervolgens de Markdown code in je "
"artikelen kopiëren om ze in te voegen."
msgid "Upload media" msgid "Upload media"
msgstr "Media uploaden" msgstr "Media uploaden"
@ -879,12 +811,8 @@ msgstr "Ik wil dit niet meer boosten"
msgid "Boost" msgid "Boost"
msgstr "Boosten" msgstr "Boosten"
msgid "" msgid "{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this article"
"{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this " msgstr "{0}Log in{1}, of {2}gebruik je Fediverse account{3} om over dit artikel te communiceren"
"article"
msgstr ""
"{0}Log in{1}, of {2}gebruik je Fediverse account{3} om over dit artikel te "
"communiceren"
msgid "Comments" msgid "Comments"
msgstr "Reacties" msgstr "Reacties"
@ -902,9 +830,7 @@ msgid "Are you sure?"
msgstr "Weet je het zeker?" msgstr "Weet je het zeker?"
msgid "This article is still a draft. Only you and other authors can see it." msgid "This article is still a draft. Only you and other authors can see it."
msgstr "" msgstr "Dit artikel is nog een concept. Alleen jij en andere auteurs kunnen het bekijken."
"Dit artikel is nog een concept. Alleen jij en andere auteurs kunnen het "
"bekijken."
msgid "Only you and other authors can edit this article." msgid "Only you and other authors can edit this article."
msgstr "Alleen jij en andere auteurs kunnen dit artikel bewerken." msgstr "Alleen jij en andere auteurs kunnen dit artikel bewerken."
@ -939,12 +865,8 @@ msgstr "Bevestiging"
msgid "Update password" msgid "Update password"
msgstr "Wachtwoord bijwerken" msgstr "Wachtwoord bijwerken"
msgid "" msgid "We sent a mail to the address you gave us, with a link to reset your password."
"We sent a mail to the address you gave us, with a link to reset your " msgstr "We hebben een e-mail gestuurd naar het adres dat je hebt opgegeven, met een link om je wachtwoord te resetten."
"password."
msgstr ""
"We hebben een e-mail gestuurd naar het adres dat je hebt opgegeven, met een "
"link om je wachtwoord te resetten."
msgid "Send password reset link" msgid "Send password reset link"
msgstr "Wachtwoordresetlink versturen" msgstr "Wachtwoordresetlink versturen"
@ -952,12 +874,8 @@ msgstr "Wachtwoordresetlink versturen"
msgid "This token has expired" msgid "This token has expired"
msgstr "Dit token is verlopen" msgstr "Dit token is verlopen"
msgid "" msgid "Please start the process again by clicking <a href=\"/password-reset\">here</a>."
"Please start the process again by clicking <a href=\"/password-reset\">here</" msgstr "Start het proces opnieuw door <a href=\"/password-reset\">hier</a> te klikken."
"a>."
msgstr ""
"Start het proces opnieuw door <a href=\"/password-reset\">hier</a> te "
"klikken."
msgid "New Blog" msgid "New Blog"
msgstr "Nieuwe blog" msgstr "Nieuwe blog"
@ -971,11 +889,8 @@ msgstr "Creëer blog"
msgid "Edit \"{}\"" msgid "Edit \"{}\""
msgstr "\"{}\" bewerken" msgstr "\"{}\" bewerken"
msgid "" msgid "You can upload images to your gallery, to use them as blog icons, or banners."
"You can upload images to your gallery, to use them as blog icons, or banners." msgstr "Je kunt afbeeldingen uploaden naar je galerij om ze als blogpictogrammen of banners te gebruiken."
msgstr ""
"Je kunt afbeeldingen uploaden naar je galerij om ze als blogpictogrammen of "
"banners te gebruiken."
msgid "Upload images" msgid "Upload images"
msgstr "Afbeeldingen opladen" msgstr "Afbeeldingen opladen"
@ -1012,6 +927,9 @@ msgstr[1] "Er zijn {0} auteurs op dit blog: "
msgid "No posts to see here yet." msgid "No posts to see here yet."
msgstr "Er is nog niets te zien." msgstr "Er is nog niets te zien."
msgid "Nothing to see here yet."
msgstr "Nog niets te zien hier."
msgid "None" msgid "None"
msgstr "Geen" msgstr "Geen"
@ -1033,12 +951,8 @@ msgstr "Plume is een gedecentraliseerde blogging-engine."
msgid "Authors can manage multiple blogs, each as its own website." msgid "Authors can manage multiple blogs, each as its own website."
msgstr "Auteurs kunnen meerdere blogs beheren, elk als een eigen website." msgstr "Auteurs kunnen meerdere blogs beheren, elk als een eigen website."
msgid "" msgid "Articles are also visible on other Plume instances, and you can interact with them directly from other platforms like Mastodon."
"Articles are also visible on other Plume instances, and you can interact " msgstr "Artikelen zijn ook zichtbaar op andere Plume-servers en je kunt ze direct vanuit andere platforms zoals Mastodon gebruiken."
"with them directly from other platforms like Mastodon."
msgstr ""
"Artikelen zijn ook zichtbaar op andere Plume-servers en je kunt ze direct "
"vanuit andere platforms zoals Mastodon gebruiken."
msgid "Read the detailed rules" msgid "Read the detailed rules"
msgstr "Lees de gedetailleerde instructies" msgstr "Lees de gedetailleerde instructies"
@ -1118,5 +1032,3 @@ msgstr "Gepubliceerd onder deze licentie"
msgid "Article license" msgid "Article license"
msgstr "Artikel licentie" msgstr "Artikel licentie"
#~ msgid "View all"
#~ msgstr "Bekijk alles"

View file

@ -126,9 +126,7 @@ msgid "Here is the link for registration: {0}"
msgstr "" msgstr ""
# src/routes/email_signups.rs:219 # src/routes/email_signups.rs:219
msgid "" msgid "Your account has been created. Now you just need to log in, before you can use it."
"Your account has been created. Now you just need to log in, before you can "
"use it."
msgstr "Kontoen din er opprettet. Du må logge inn for å bruke den." msgstr "Kontoen din er opprettet. Du må logge inn for å bruke den."
# src/routes/instance.rs:117 # src/routes/instance.rs:117
@ -236,20 +234,12 @@ msgid "Your article has been deleted."
msgstr "Artikkelen er slettet." msgstr "Artikkelen er slettet."
# src/routes/posts.rs:631 # src/routes/posts.rs:631
msgid "" msgid "It looks like the article you tried to delete doesn't exist. Maybe it is already gone?"
"It looks like the article you tried to delete doesn't exist. Maybe it is " msgstr "Det ser ut som arikkelen du prøvde allerede er slettet; Kanskje den allerede er fjernet?"
"already gone?"
msgstr ""
"Det ser ut som arikkelen du prøvde allerede er slettet; Kanskje den allerede "
"er fjernet?"
# src/routes/posts.rs:673 # src/routes/posts.rs:673
msgid "" msgid "Couldn't obtain enough information about your account. Please make sure your username is correct."
"Couldn't obtain enough information about your account. Please make sure your " msgstr "Klarte ikke å hente informasjon om kontoen din. Vennligst sjekk at brukernavnet er korrekt."
"username is correct."
msgstr ""
"Klarte ikke å hente informasjon om kontoen din. Vennligst sjekk at "
"brukernavnet er korrekt."
# src/routes/reshares.rs:58 # src/routes/reshares.rs:58
msgid "To reshare a post, you need to be logged in" msgid "To reshare a post, you need to be logged in"
@ -319,17 +309,8 @@ msgstr "E-post"
msgid "Email confirmation" msgid "Email confirmation"
msgstr "" msgstr ""
msgid "" msgid "Apologies, but registrations are closed on this particular instance. You can, however, find a different one."
"An email will be sent to provided email. You can continue signing-up via the " msgstr "Beklager, nyregistreringer er lukket på denne instansen. Du kan istedet finne en annen instans."
"email."
msgstr ""
msgid ""
"Apologies, but registrations are closed on this particular instance. You "
"can, however, find a different one."
msgstr ""
"Beklager, nyregistreringer er lukket på denne instansen. Du kan istedet "
"finne en annen instans."
msgid "Registration" msgid "Registration"
msgstr "" msgstr ""
@ -337,8 +318,7 @@ msgstr ""
msgid "Check your inbox!" msgid "Check your inbox!"
msgstr "" msgstr ""
msgid "" msgid "We sent a mail to the address you gave us, with a link for registration."
"We sent a mail to the address you gave us, with a link for registration."
msgstr "" msgstr ""
msgid "Username" msgid "Username"
@ -515,10 +495,8 @@ msgstr "Endre kontoen din"
msgid "Your Profile" msgid "Your Profile"
msgstr "Din profil" msgstr "Din profil"
msgid "" msgid "To change your avatar, upload it to your gallery and then select from there."
"To change your avatar, upload it to your gallery and then select from there." msgstr "For å endre avataren din må du legge den til galleriet og velge den der."
msgstr ""
"For å endre avataren din må du legge den til galleriet og velge den der."
msgid "Upload an avatar" msgid "Upload an avatar"
msgstr "Last opp en avatar" msgstr "Last opp en avatar"
@ -584,21 +562,13 @@ msgid "Something broke on our side."
msgstr "Noe brakk hos oss." msgstr "Noe brakk hos oss."
msgid "Sorry about that. If you think this is a bug, please report it." msgid "Sorry about that. If you think this is a bug, please report it."
msgstr "" msgstr "Beklager! Hvis du tror at dette er en programfeil, setter vi pris på at du sier ifra."
"Beklager! Hvis du tror at dette er en programfeil, setter vi pris på at du "
"sier ifra."
msgid "Invalid CSRF token" msgid "Invalid CSRF token"
msgstr "Ugyldig CSRF token" msgstr "Ugyldig CSRF token"
msgid "" 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."
"Something is wrong with your CSRF token. Make sure cookies are enabled in " msgstr "Noe er galt med CSRF token. Påse at informasjonskapsler er aktivert i nettleseren, prøv så å hente nettsiden på nytt. Hvis du fortsatt ser denne feilen, setter vi pris på om du sier ifra."
"you browser, and try reloading this page. If you continue to see this error "
"message, please report it."
msgstr ""
"Noe er galt med CSRF token. Påse at informasjonskapsler er aktivert i "
"nettleseren, prøv så å hente nettsiden på nytt. Hvis du fortsatt ser denne "
"feilen, setter vi pris på om du sier ifra."
msgid "You are not authorized." msgid "You are not authorized."
msgstr "Du har ikke tilgang." msgstr "Du har ikke tilgang."
@ -681,30 +651,14 @@ msgstr "Standardlisens for artikler"
msgid "Save these settings" msgid "Save these settings"
msgstr "Lagre innstillingene" msgstr "Lagre innstillingene"
msgid "" msgid "If you are browsing this site as a visitor, no data about you is collected."
"If you are browsing this site as a visitor, no data about you is collected." msgstr "Hvis du besøker denne siden som gjest, lagres ingen informasjon om deg."
msgstr ""
"Hvis du besøker denne siden som gjest, lagres ingen informasjon om deg."
msgid "" 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."
"As a registered user, you have to provide your username (which does not have " msgstr "For å registrere deg må du oppgi ett brukernavn (dette behøver ikke å samsvare med ditt ekte navn), en fungerende epost-adresse og ett passord. Dette gjør at du kan logge inn, skrive artikler og kommentarer. Innholdet du legger inn blir lagret inntil du sletter det."
"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 ""
"For å registrere deg må du oppgi ett brukernavn (dette behøver ikke å "
"samsvare med ditt ekte navn), en fungerende epost-adresse og ett passord. "
"Dette gjør at du kan logge inn, skrive artikler og kommentarer. Innholdet du "
"legger inn blir lagret inntil du sletter det."
msgid "" 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."
"When you log in, we store two cookies, one to keep your session open, the " msgstr "Når du logger inn lagrer vi to informasjonskapsler. Den har informasjon om sesjonen din, den andre beskytter identiteten din. Vi lagrer ingen andre informasjonskapsler."
"second to prevent other people to act on your behalf. We don't store any "
"other cookies."
msgstr ""
"Når du logger inn lagrer vi to informasjonskapsler. Den har informasjon om "
"sesjonen din, den andre beskytter identiteten din. Vi lagrer ingen andre "
"informasjonskapsler."
msgid "Blocklisted Emails" msgid "Blocklisted Emails"
msgstr "" msgstr ""
@ -712,10 +666,7 @@ msgstr ""
msgid "Email address" msgid "Email address"
msgstr "" msgstr ""
msgid "" 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"
"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 "" msgstr ""
msgid "Note" msgid "Note"
@ -724,17 +675,13 @@ msgstr ""
msgid "Notify the user?" msgid "Notify the user?"
msgstr "" msgstr ""
msgid "" msgid "Optional, shows a message to the user when they attempt to create an account with that address"
"Optional, shows a message to the user when they attempt to create an account "
"with that address"
msgstr "" msgstr ""
msgid "Blocklisting notification" msgid "Blocklisting notification"
msgstr "" msgstr ""
msgid "" msgid "The message to be shown when the user attempts to create an account with this email address"
"The message to be shown when the user attempts to create an account with "
"this email address"
msgstr "" msgstr ""
msgid "Add blocklisted address" msgid "Add blocklisted address"
@ -761,8 +708,8 @@ msgstr ""
msgid "Welcome to {}" msgid "Welcome to {}"
msgstr "Velkommen til {}" msgstr "Velkommen til {}"
msgid "Nothing to see here yet." msgid "View all"
msgstr "" msgstr "Vis alle"
msgid "About {0}" msgid "About {0}"
msgstr "Om {0}" msgstr "Om {0}"
@ -806,12 +753,8 @@ msgstr ""
msgid "Content" msgid "Content"
msgstr "Innhold" msgstr "Innhold"
msgid "" msgid "You can upload media to your gallery, and then copy their Markdown code into your articles to insert them."
"You can upload media to your gallery, and then copy their Markdown code into " msgstr "Du kan laste opp medier til galleriet, og så lime inn Markdown syntaksen inn i artiklen for å bruke dem."
"your articles to insert them."
msgstr ""
"Du kan laste opp medier til galleriet, og så lime inn Markdown syntaksen inn "
"i artiklen for å bruke dem."
msgid "Upload media" msgid "Upload media"
msgstr "Last opp medie" msgstr "Last opp medie"
@ -868,12 +811,8 @@ msgstr "Jeg vil ikke fremheve dette lenger"
msgid "Boost" msgid "Boost"
msgstr "Fremhev" msgstr "Fremhev"
msgid "" msgid "{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this article"
"{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this " msgstr "{0}Logg inn{1} eller {2}bruk din Fediverse konto{3} for å interaktere med denne artikkelen"
"article"
msgstr ""
"{0}Logg inn{1} eller {2}bruk din Fediverse konto{3} for å interaktere med "
"denne artikkelen"
msgid "Comments" msgid "Comments"
msgstr "Kommentarer" msgstr "Kommentarer"
@ -891,8 +830,7 @@ msgid "Are you sure?"
msgstr "" msgstr ""
msgid "This article is still a draft. Only you and other authors can see it." msgid "This article is still a draft. Only you and other authors can see it."
msgstr "" msgstr "Denne artikkelen er ett utkast. Bare du og andre forfattere kan se den."
"Denne artikkelen er ett utkast. Bare du og andre forfattere kan se den."
msgid "Only you and other authors can edit this article." msgid "Only you and other authors can edit this article."
msgstr "Bare du og andre forfattere kan endre denne artikkelen." msgstr "Bare du og andre forfattere kan endre denne artikkelen."
@ -927,9 +865,7 @@ msgstr ""
msgid "Update password" msgid "Update password"
msgstr "" msgstr ""
msgid "" msgid "We sent a mail to the address you gave us, with a link to reset your password."
"We sent a mail to the address you gave us, with a link to reset your "
"password."
msgstr "" msgstr ""
msgid "Send password reset link" msgid "Send password reset link"
@ -938,9 +874,7 @@ msgstr "Send lenke for tilbakestilling av passord"
msgid "This token has expired" msgid "This token has expired"
msgstr "" msgstr ""
msgid "" msgid "Please start the process again by clicking <a href=\"/password-reset\">here</a>."
"Please start the process again by clicking <a href=\"/password-reset\">here</"
"a>."
msgstr "" msgstr ""
msgid "New Blog" msgid "New Blog"
@ -955,11 +889,8 @@ msgstr "Opprett blogg"
msgid "Edit \"{}\"" msgid "Edit \"{}\""
msgstr "Rediger \"{}\"" msgstr "Rediger \"{}\""
msgid "" msgid "You can upload images to your gallery, to use them as blog icons, or banners."
"You can upload images to your gallery, to use them as blog icons, or banners." msgstr "Du kan legge opp bilder til galleriet ditt for å bruke den som bloggikoner eller bannere."
msgstr ""
"Du kan legge opp bilder til galleriet ditt for å bruke den som bloggikoner "
"eller bannere."
msgid "Upload images" msgid "Upload images"
msgstr "Last opp bilder" msgstr "Last opp bilder"
@ -996,6 +927,9 @@ msgstr[1] "Det er {0} forfattere av denne bloggen: "
msgid "No posts to see here yet." msgid "No posts to see here yet."
msgstr "Det er ingen artikler her enda." msgstr "Det er ingen artikler her enda."
msgid "Nothing to see here yet."
msgstr ""
msgid "None" msgid "None"
msgstr "" msgstr ""
@ -1017,9 +951,7 @@ msgstr ""
msgid "Authors can manage multiple blogs, each as its own website." msgid "Authors can manage multiple blogs, each as its own website."
msgstr "" msgstr ""
msgid "" msgid "Articles are also visible on other Plume instances, and you can interact with them directly from other platforms like Mastodon."
"Articles are also visible on other Plume instances, and you can interact "
"with them directly from other platforms like Mastodon."
msgstr "" msgstr ""
msgid "Read the detailed rules" msgid "Read the detailed rules"
@ -1100,5 +1032,3 @@ msgstr ""
msgid "Article license" msgid "Article license"
msgstr "" msgstr ""
#~ msgid "View all"
#~ msgstr "Vis alle"

View file

@ -10,9 +10,7 @@ msgstr ""
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n" "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
"%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n"
"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
"X-Crowdin-Project: plume\n" "X-Crowdin-Project: plume\n"
"X-Crowdin-Project-ID: 352097\n" "X-Crowdin-Project-ID: 352097\n"
"X-Crowdin-Language: pl\n" "X-Crowdin-Language: pl\n"
@ -128,12 +126,8 @@ msgid "Here is the link for registration: {0}"
msgstr "" msgstr ""
# src/routes/email_signups.rs:219 # src/routes/email_signups.rs:219
msgid "" msgid "Your account has been created. Now you just need to log in, before you can use it."
"Your account has been created. Now you just need to log in, before you can " msgstr "Twoje konto zostało utworzone. Zanim będziesz mógł(-ogła) z niego korzystać, musisz się zalogować."
"use it."
msgstr ""
"Twoje konto zostało utworzone. Zanim będziesz mógł(-ogła) z niego korzystać, "
"musisz się zalogować."
# src/routes/instance.rs:117 # src/routes/instance.rs:117
msgid "Instance settings have been saved." msgid "Instance settings have been saved."
@ -240,20 +234,12 @@ msgid "Your article has been deleted."
msgstr "Twój artykuł został usunięty." msgstr "Twój artykuł został usunięty."
# src/routes/posts.rs:631 # src/routes/posts.rs:631
msgid "" msgid "It looks like the article you tried to delete doesn't exist. Maybe it is already gone?"
"It looks like the article you tried to delete doesn't exist. Maybe it is " msgstr "Wygląda na to, że artykuł który próbowałeś(-aś) usunąć nie istnieje. Może został usunięty wcześniej?"
"already gone?"
msgstr ""
"Wygląda na to, że artykuł który próbowałeś(-aś) usunąć nie istnieje. Może "
"został usunięty wcześniej?"
# src/routes/posts.rs:673 # src/routes/posts.rs:673
msgid "" msgid "Couldn't obtain enough information about your account. Please make sure your username is correct."
"Couldn't obtain enough information about your account. Please make sure your " msgstr "Nie można uzyskać wystarczającej ilości informacji o Twoim koncie. Upewnij się, że nazwa użytkownika jest prawidłowa."
"username is correct."
msgstr ""
"Nie można uzyskać wystarczającej ilości informacji o Twoim koncie. Upewnij "
"się, że nazwa użytkownika jest prawidłowa."
# src/routes/reshares.rs:58 # src/routes/reshares.rs:58
msgid "To reshare a post, you need to be logged in" msgid "To reshare a post, you need to be logged in"
@ -323,17 +309,8 @@ msgstr "Adres e-mail"
msgid "Email confirmation" msgid "Email confirmation"
msgstr "" msgstr ""
msgid "" msgid "Apologies, but registrations are closed on this particular instance. You can, however, find a different one."
"An email will be sent to provided email. You can continue signing-up via the " msgstr "Przepraszamy, rejestracja jest zamknięta na tej instancji. Spróbuj znaleźć inną."
"email."
msgstr ""
msgid ""
"Apologies, but registrations are closed on this particular instance. You "
"can, however, find a different one."
msgstr ""
"Przepraszamy, rejestracja jest zamknięta na tej instancji. Spróbuj znaleźć "
"inną."
msgid "Registration" msgid "Registration"
msgstr "" msgstr ""
@ -341,8 +318,7 @@ msgstr ""
msgid "Check your inbox!" msgid "Check your inbox!"
msgstr "Sprawdź do swoją skrzynki odbiorczej!" msgstr "Sprawdź do swoją skrzynki odbiorczej!"
msgid "" msgid "We sent a mail to the address you gave us, with a link for registration."
"We sent a mail to the address you gave us, with a link for registration."
msgstr "" msgstr ""
msgid "Username" msgid "Username"
@ -361,9 +337,7 @@ msgid "Description"
msgstr "Opis" msgstr "Opis"
msgid "Useful for visually impaired people, as well as licensing information" msgid "Useful for visually impaired people, as well as licensing information"
msgstr "" msgstr "Przydatny dla osób z problemami ze wzrokiem oraz do umieszczenia informacji o licencji"
"Przydatny dla osób z problemami ze wzrokiem oraz do umieszczenia informacji "
"o licencji"
msgid "Content warning" msgid "Content warning"
msgstr "Ostrzeżenie o zawartości" msgstr "Ostrzeżenie o zawartości"
@ -504,9 +478,7 @@ msgid "Your Blogs"
msgstr "Twoje blogi" msgstr "Twoje blogi"
msgid "You don't have any blog yet. Create your own, or ask to join one." msgid "You don't have any blog yet. Create your own, or ask to join one."
msgstr "" msgstr "Nie posiadasz żadnego bloga. Utwórz własny, lub poproś o dołączanie do istniejącego."
"Nie posiadasz żadnego bloga. Utwórz własny, lub poproś o dołączanie do "
"istniejącego."
msgid "Start a new blog" msgid "Start a new blog"
msgstr "Utwórz nowy blog" msgstr "Utwórz nowy blog"
@ -523,11 +495,8 @@ msgstr "Edytuj swoje konto"
msgid "Your Profile" msgid "Your Profile"
msgstr "Twój profil" msgstr "Twój profil"
msgid "" msgid "To change your avatar, upload it to your gallery and then select from there."
"To change your avatar, upload it to your gallery and then select from there." msgstr "Aby zmienić swój awatar, prześlij go do Twojej galerii, a następnie wybierz go stamtąd."
msgstr ""
"Aby zmienić swój awatar, prześlij go do Twojej galerii, a następnie wybierz "
"go stamtąd."
msgid "Upload an avatar" msgid "Upload an avatar"
msgstr "Wczytaj awatara" msgstr "Wczytaj awatara"
@ -593,20 +562,13 @@ msgid "Something broke on our side."
msgstr "Coś poszło nie tak." msgstr "Coś poszło nie tak."
msgid "Sorry about that. If you think this is a bug, please report it." msgid "Sorry about that. If you think this is a bug, please report it."
msgstr "" msgstr "Przepraszamy. Jeżeli uważasz że wystąpił błąd, prosimy o zgłoszenie go."
"Przepraszamy. Jeżeli uważasz że wystąpił błąd, prosimy o zgłoszenie go."
msgid "Invalid CSRF token" msgid "Invalid CSRF token"
msgstr "Nieprawidłowy token CSRF" msgstr "Nieprawidłowy token CSRF"
msgid "" 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."
"Something is wrong with your CSRF token. Make sure cookies are enabled in " msgstr "Coś poszło nie tak z tokenem CSRF. Upewnij się, że w przeglądarce są włączone pliki cookies i spróbuj odświeżyć stronę. Jeżeli wciąż widzisz tę wiadomość, zgłoś to."
"you browser, and try reloading this page. If you continue to see this error "
"message, please report it."
msgstr ""
"Coś poszło nie tak z tokenem CSRF. Upewnij się, że w przeglądarce są "
"włączone pliki cookies i spróbuj odświeżyć stronę. Jeżeli wciąż widzisz tę "
"wiadomość, zgłoś to."
msgid "You are not authorized." msgid "You are not authorized."
msgstr "Nie jesteś zalogowany." msgstr "Nie jesteś zalogowany."
@ -689,31 +651,14 @@ msgstr "Domyślna licencja artykułów"
msgid "Save these settings" msgid "Save these settings"
msgstr "Zapisz te ustawienia" msgstr "Zapisz te ustawienia"
msgid "" msgid "If you are browsing this site as a visitor, no data about you is collected."
"If you are browsing this site as a visitor, no data about you is collected." msgstr "Jeśli przeglądasz tę witrynę jako odwiedzający, nie zbierasz żadnych danych o Tobie."
msgstr ""
"Jeśli przeglądasz tę witrynę jako odwiedzający, nie zbierasz żadnych danych "
"o Tobie."
msgid "" 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."
"As a registered user, you have to provide your username (which does not have " msgstr "Jako zarejestrowany użytkownik, musisz podać swoją nazwę użytkownika (nie musi to być Twoje imię i nazwisko), działający adres e-mail i hasło, aby móc zalogować się, pisać artykuły i komentować. Dodane treści są przechowywane do czasu, gdy je usuniesz."
"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 ""
"Jako zarejestrowany użytkownik, musisz podać swoją nazwę użytkownika (nie "
"musi to być Twoje imię i nazwisko), działający adres e-mail i hasło, aby móc "
"zalogować się, pisać artykuły i komentować. Dodane treści są przechowywane "
"do czasu, gdy je usuniesz."
msgid "" 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."
"When you log in, we store two cookies, one to keep your session open, the " msgstr "Po zalogowaniu się, przechowujemy dwa ciasteczka jedno, aby utrzymać aktywną sesję i drugie, aby uniemożliwić innym podszywanie się pod Ciebie. Nie przechowujemy innych plików cookie."
"second to prevent other people to act on your behalf. We don't store any "
"other cookies."
msgstr ""
"Po zalogowaniu się, przechowujemy dwa ciasteczka jedno, aby utrzymać "
"aktywną sesję i drugie, aby uniemożliwić innym podszywanie się pod Ciebie. "
"Nie przechowujemy innych plików cookie."
msgid "Blocklisted Emails" msgid "Blocklisted Emails"
msgstr "Zablokowane adresy e-mail" msgstr "Zablokowane adresy e-mail"
@ -721,14 +666,8 @@ msgstr "Zablokowane adresy e-mail"
msgid "Email address" msgid "Email address"
msgstr "Adresy e-mail" msgstr "Adresy e-mail"
msgid "" 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"
"The email address you wish to block. In order to block domains, you can use " msgstr "Adres e-mail, który chcesz zablokować. Aby zablokować domeny, możesz użyć globbing syntax, na przykład '*@example.com' blokuje wszystkie adresy z example.com"
"globbing syntax, for example '*@example.com' blocks all addresses from "
"example.com"
msgstr ""
"Adres e-mail, który chcesz zablokować. Aby zablokować domeny, możesz użyć "
"globbing syntax, na przykład '*@example.com' blokuje wszystkie adresy z "
"example.com"
msgid "Note" msgid "Note"
msgstr "Notatka" msgstr "Notatka"
@ -736,22 +675,14 @@ msgstr "Notatka"
msgid "Notify the user?" msgid "Notify the user?"
msgstr "Powiadomić użytkownika?" msgstr "Powiadomić użytkownika?"
msgid "" msgid "Optional, shows a message to the user when they attempt to create an account with that address"
"Optional, shows a message to the user when they attempt to create an account " msgstr "Opcjonalnie, pokazuje wiadomość użytkownikowi gdy próbuje utworzyć konto o tym adresie"
"with that address"
msgstr ""
"Opcjonalnie, pokazuje wiadomość użytkownikowi gdy próbuje utworzyć konto o "
"tym adresie"
msgid "Blocklisting notification" msgid "Blocklisting notification"
msgstr "Zablokuj powiadomienie" msgstr "Zablokuj powiadomienie"
msgid "" msgid "The message to be shown when the user attempts to create an account with this email address"
"The message to be shown when the user attempts to create an account with " msgstr "Wiadomość do wyświetlenia, gdy użytkownik próbuje utworzyć konto z tym adresem e-mail"
"this email address"
msgstr ""
"Wiadomość do wyświetlenia, gdy użytkownik próbuje utworzyć konto z tym "
"adresem e-mail"
msgid "Add blocklisted address" msgid "Add blocklisted address"
msgstr "Dodaj zablokowany adres" msgstr "Dodaj zablokowany adres"
@ -777,8 +708,8 @@ msgstr ""
msgid "Welcome to {}" msgid "Welcome to {}"
msgstr "Witamy na {}" msgstr "Witamy na {}"
msgid "Nothing to see here yet." msgid "View all"
msgstr "Niczego tu jeszcze nie ma." msgstr "Zobacz wszystko"
msgid "About {0}" msgid "About {0}"
msgstr "O {0}" msgstr "O {0}"
@ -822,12 +753,8 @@ msgstr "Podtytuł"
msgid "Content" msgid "Content"
msgstr "Zawartość" msgstr "Zawartość"
msgid "" msgid "You can upload media to your gallery, and then copy their Markdown code into your articles to insert them."
"You can upload media to your gallery, and then copy their Markdown code into " msgstr "Możesz przesłać multimedia do swojej galerii, i następnie skopiuj ich kod Markdown do artykułów, aby je wstawić."
"your articles to insert them."
msgstr ""
"Możesz przesłać multimedia do swojej galerii, i następnie skopiuj ich kod "
"Markdown do artykułów, aby je wstawić."
msgid "Upload media" msgid "Upload media"
msgstr "Przesłać media" msgstr "Przesłać media"
@ -888,12 +815,8 @@ msgstr "Nie chcę tego podbijać"
msgid "Boost" msgid "Boost"
msgstr "Podbij" msgstr "Podbij"
msgid "" msgid "{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this article"
"{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this " msgstr "{0}Zaloguj się{1} lub {2}użyj konta w Fediwersum{3}, aby wejść w interakcje z tym artykułem"
"article"
msgstr ""
"{0}Zaloguj się{1} lub {2}użyj konta w Fediwersum{3}, aby wejść w interakcje "
"z tym artykułem"
msgid "Comments" msgid "Comments"
msgstr "Komentarze" msgstr "Komentarze"
@ -946,12 +869,8 @@ msgstr "Potwierdzenie"
msgid "Update password" msgid "Update password"
msgstr "Zaktualizuj hasło" msgstr "Zaktualizuj hasło"
msgid "" msgid "We sent a mail to the address you gave us, with a link to reset your password."
"We sent a mail to the address you gave us, with a link to reset your " msgstr "Wysłaliśmy maila na adres, który nam podałeś, z linkiem do zresetowania hasła."
"password."
msgstr ""
"Wysłaliśmy maila na adres, który nam podałeś, z linkiem do zresetowania "
"hasła."
msgid "Send password reset link" msgid "Send password reset link"
msgstr "Wyślij e-mail resetujący hasło" msgstr "Wyślij e-mail resetujący hasło"
@ -959,12 +878,8 @@ msgstr "Wyślij e-mail resetujący hasło"
msgid "This token has expired" msgid "This token has expired"
msgstr "Ten token utracił własność" msgstr "Ten token utracił własność"
msgid "" msgid "Please start the process again by clicking <a href=\"/password-reset\">here</a>."
"Please start the process again by clicking <a href=\"/password-reset\">here</" msgstr "Rozpocznij ten proces ponownie klikając <a href=\"/password-reset\">tutaj</a>."
"a>."
msgstr ""
"Rozpocznij ten proces ponownie klikając <a href=\"/password-reset\">tutaj</"
"a>."
msgid "New Blog" msgid "New Blog"
msgstr "Nowy blog" msgstr "Nowy blog"
@ -978,11 +893,8 @@ msgstr "Utwórz blog"
msgid "Edit \"{}\"" msgid "Edit \"{}\""
msgstr "Edytuj \"{}\"" msgstr "Edytuj \"{}\""
msgid "" msgid "You can upload images to your gallery, to use them as blog icons, or banners."
"You can upload images to your gallery, to use them as blog icons, or banners." msgstr "Możesz przesłać zdjęcia do swojej galerii, aby używać ich jako ikon, lub banery blogów."
msgstr ""
"Możesz przesłać zdjęcia do swojej galerii, aby używać ich jako ikon, lub "
"banery blogów."
msgid "Upload images" msgid "Upload images"
msgstr "Przesyłać zdjęcia" msgstr "Przesyłać zdjęcia"
@ -1021,6 +933,9 @@ msgstr[3] "Ten blog ma {0} autorów: "
msgid "No posts to see here yet." msgid "No posts to see here yet."
msgstr "Brak wpisów do wyświetlenia." msgstr "Brak wpisów do wyświetlenia."
msgid "Nothing to see here yet."
msgstr "Niczego tu jeszcze nie ma."
msgid "None" msgid "None"
msgstr "Brak" msgstr "Brak"
@ -1042,13 +957,8 @@ msgstr "Plume jest zdecentralizowanym silnikiem blogowym."
msgid "Authors can manage multiple blogs, each as its own website." msgid "Authors can manage multiple blogs, each as its own website."
msgstr "Autorzy mogą zarządzać różne blogi, każdy jako unikalny stronie." msgstr "Autorzy mogą zarządzać różne blogi, każdy jako unikalny stronie."
msgid "" msgid "Articles are also visible on other Plume instances, and you can interact with them directly from other platforms like Mastodon."
"Articles are also visible on other Plume instances, and you can interact " msgstr "Artykuły są również widoczne w innych instancjach Plume i możesz też wchodzić bezpośrednio interakcje z nimi z innych platform, takich jak Mastodon."
"with them directly from other platforms like Mastodon."
msgstr ""
"Artykuły są również widoczne w innych instancjach Plume i możesz też "
"wchodzić bezpośrednio interakcje z nimi z innych platform, takich jak "
"Mastodon."
msgid "Read the detailed rules" msgid "Read the detailed rules"
msgstr "Przeczytaj szczegółowe zasady" msgstr "Przeczytaj szczegółowe zasady"
@ -1128,5 +1038,3 @@ msgstr "Opublikowany na tej licencji"
msgid "Article license" msgid "Article license"
msgstr "Licencja artykułu" msgstr "Licencja artykułu"
#~ msgid "View all"
#~ msgstr "Zobacz wszystko"

View file

@ -126,9 +126,7 @@ msgid "Here is the link for registration: {0}"
msgstr "" msgstr ""
# src/routes/email_signups.rs:219 # src/routes/email_signups.rs:219
msgid "" msgid "Your account has been created. Now you just need to log in, before you can use it."
"Your account has been created. Now you just need to log in, before you can "
"use it."
msgstr "Sua conta foi criada. Agora você só precisa entrar para poder usá-la." msgstr "Sua conta foi criada. Agora você só precisa entrar para poder usá-la."
# src/routes/instance.rs:117 # src/routes/instance.rs:117
@ -236,20 +234,12 @@ msgid "Your article has been deleted."
msgstr "Seu artigo foi excluído." msgstr "Seu artigo foi excluído."
# src/routes/posts.rs:631 # src/routes/posts.rs:631
msgid "" msgid "It looks like the article you tried to delete doesn't exist. Maybe it is already gone?"
"It looks like the article you tried to delete doesn't exist. Maybe it is " msgstr "Parece que o artigo que você tentou excluir não existe. Talvez ele já tenha sido excluído?"
"already gone?"
msgstr ""
"Parece que o artigo que você tentou excluir não existe. Talvez ele já tenha "
"sido excluído?"
# src/routes/posts.rs:673 # src/routes/posts.rs:673
msgid "" msgid "Couldn't obtain enough information about your account. Please make sure your username is correct."
"Couldn't obtain enough information about your account. Please make sure your " msgstr "Não foi possível obter informações sobre sua conta. Por favor, certifique-se de que seu nome de usuário completo está certo."
"username is correct."
msgstr ""
"Não foi possível obter informações sobre sua conta. Por favor, certifique-se "
"de que seu nome de usuário completo está certo."
# src/routes/reshares.rs:58 # src/routes/reshares.rs:58
msgid "To reshare a post, you need to be logged in" msgid "To reshare a post, you need to be logged in"
@ -319,17 +309,8 @@ msgstr "E-mail"
msgid "Email confirmation" msgid "Email confirmation"
msgstr "" msgstr ""
msgid "" msgid "Apologies, but registrations are closed on this particular instance. You can, however, find a different one."
"An email will be sent to provided email. You can continue signing-up via the " msgstr "Desculpe, mas os registros estão fechados nesta instância. Você pode, no entanto, procurar outra."
"email."
msgstr ""
msgid ""
"Apologies, but registrations are closed on this particular instance. You "
"can, however, find a different one."
msgstr ""
"Desculpe, mas os registros estão fechados nesta instância. Você pode, no "
"entanto, procurar outra."
msgid "Registration" msgid "Registration"
msgstr "" msgstr ""
@ -337,8 +318,7 @@ msgstr ""
msgid "Check your inbox!" msgid "Check your inbox!"
msgstr "Verifique sua caixa de entrada!" msgstr "Verifique sua caixa de entrada!"
msgid "" msgid "We sent a mail to the address you gave us, with a link for registration."
"We sent a mail to the address you gave us, with a link for registration."
msgstr "" msgstr ""
msgid "Username" msgid "Username"
@ -357,8 +337,7 @@ msgid "Description"
msgstr "Descrição" msgstr "Descrição"
msgid "Useful for visually impaired people, as well as licensing information" msgid "Useful for visually impaired people, as well as licensing information"
msgstr "" msgstr "Útil para pessoas com deficiência visual e para informações de licenciamento"
"Útil para pessoas com deficiência visual e para informações de licenciamento"
msgid "Content warning" msgid "Content warning"
msgstr "Alerta de conteúdo" msgstr "Alerta de conteúdo"
@ -516,8 +495,7 @@ msgstr "Editar sua conta"
msgid "Your Profile" msgid "Your Profile"
msgstr "Seu Perfil" msgstr "Seu Perfil"
msgid "" msgid "To change your avatar, upload it to your gallery and then select from there."
"To change your avatar, upload it to your gallery and then select from there."
msgstr "Para mudar sua imagem de perfil, selecione uma nova na galeria." msgstr "Para mudar sua imagem de perfil, selecione uma nova na galeria."
msgid "Upload an avatar" msgid "Upload an avatar"
@ -548,16 +526,13 @@ msgid "Danger zone"
msgstr "Zona de risco" msgstr "Zona de risco"
msgid "Be very careful, any action taken here can't be cancelled." msgid "Be very careful, any action taken here can't be cancelled."
msgstr "" msgstr "Tenha muito cuidado, qualquer ação tomada aqui não poderá ser desfeita."
"Tenha muito cuidado, qualquer ação tomada aqui não poderá ser desfeita."
msgid "Delete your account" msgid "Delete your account"
msgstr "Excluir sua conta" msgstr "Excluir sua conta"
msgid "Sorry, but as an admin, you can't leave your own instance." msgid "Sorry, but as an admin, you can't leave your own instance."
msgstr "" msgstr "Desculpe, mas como administrador(a), você não pode sair da sua própria instância."
"Desculpe, mas como administrador(a), você não pode sair da sua própria "
"instância."
msgid "Latest articles" msgid "Latest articles"
msgstr "Artigos recentes" msgstr "Artigos recentes"
@ -592,14 +567,8 @@ msgstr "Desculpe por isso. Se você acha que é um bug, por favor, reporte-o."
msgid "Invalid CSRF token" msgid "Invalid CSRF token"
msgstr "Token CSRF inválido" msgstr "Token CSRF inválido"
msgid "" 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."
"Something is wrong with your CSRF token. Make sure cookies are enabled in " msgstr "Algo está errado com seu token CSRF. Certifique-se de que os cookies estão habilitados no seu navegador e tente atualizar esta página. Se você continuar vendo esta mensagem de erro, por favor reporte-a."
"you browser, and try reloading this page. If you continue to see this error "
"message, please report it."
msgstr ""
"Algo está errado com seu token CSRF. Certifique-se de que os cookies estão "
"habilitados no seu navegador e tente atualizar esta página. Se você "
"continuar vendo esta mensagem de erro, por favor reporte-a."
msgid "You are not authorized." msgid "You are not authorized."
msgstr "Você não tem permissão." msgstr "Você não tem permissão."
@ -682,31 +651,14 @@ msgstr "Licença padrão do artigo"
msgid "Save these settings" msgid "Save these settings"
msgstr "Salvar estas configurações" msgstr "Salvar estas configurações"
msgid "" msgid "If you are browsing this site as a visitor, no data about you is collected."
"If you are browsing this site as a visitor, no data about you is collected." msgstr "Se você está navegando neste site como um visitante, nenhum dado sobre você é coletado."
msgstr ""
"Se você está navegando neste site como um visitante, nenhum dado sobre você "
"é coletado."
msgid "" 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."
"As a registered user, you have to provide your username (which does not have " msgstr "Como usuário registrado, você deve fornecer seu nome de usuário (que não precisa ser seu nome real), seu endereço de e-mail funcional e uma senha, para poder entrar, escrever artigos e comentários. O conteúdo que você enviar é armazenado até que você o exclua."
"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 ""
"Como usuário registrado, você deve fornecer seu nome de usuário (que não "
"precisa ser seu nome real), seu endereço de e-mail funcional e uma senha, "
"para poder entrar, escrever artigos e comentários. O conteúdo que você "
"enviar é armazenado até que você o exclua."
msgid "" 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."
"When you log in, we store two cookies, one to keep your session open, the " msgstr "Quando você entra, armazenamos dois cookies, um para manter a sua sessão aberta e o outro para impedir outras pessoas de agirem em seu nome. Não armazenamos nenhum outro cookies."
"second to prevent other people to act on your behalf. We don't store any "
"other cookies."
msgstr ""
"Quando você entra, armazenamos dois cookies, um para manter a sua sessão "
"aberta e o outro para impedir outras pessoas de agirem em seu nome. Não "
"armazenamos nenhum outro cookies."
msgid "Blocklisted Emails" msgid "Blocklisted Emails"
msgstr "E-mails Bloqueados" msgstr "E-mails Bloqueados"
@ -714,14 +666,8 @@ msgstr "E-mails Bloqueados"
msgid "Email address" msgid "Email address"
msgstr "Endereço de e-mail" msgstr "Endereço de e-mail"
msgid "" 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"
"The email address you wish to block. In order to block domains, you can use " msgstr "O endereço de e-mail que você deseja bloquear. Para bloquear domínios, você pode usar sintaxe global, por exemplo, '*@exemplo.com' bloqueia todos os endereços de exemplo.com"
"globbing syntax, for example '*@example.com' blocks all addresses from "
"example.com"
msgstr ""
"O endereço de e-mail que você deseja bloquear. Para bloquear domínios, você "
"pode usar sintaxe global, por exemplo, '*@exemplo.com' bloqueia todos os "
"endereços de exemplo.com"
msgid "Note" msgid "Note"
msgstr "Nota" msgstr "Nota"
@ -729,22 +675,14 @@ msgstr "Nota"
msgid "Notify the user?" msgid "Notify the user?"
msgstr "Notificar o usuário?" msgstr "Notificar o usuário?"
msgid "" msgid "Optional, shows a message to the user when they attempt to create an account with that address"
"Optional, shows a message to the user when they attempt to create an account " msgstr "Opcional, mostra uma mensagem para o usuário quando ele tenta criar uma conta com este endereço de e-mail"
"with that address"
msgstr ""
"Opcional, mostra uma mensagem para o usuário quando ele tenta criar uma "
"conta com este endereço de e-mail"
msgid "Blocklisting notification" msgid "Blocklisting notification"
msgstr "Notificação de bloqueio" msgstr "Notificação de bloqueio"
msgid "" msgid "The message to be shown when the user attempts to create an account with this email address"
"The message to be shown when the user attempts to create an account with " msgstr "A mensagem a ser mostrada quando o usuário tenta criar uma conta com este endereço de e-mail"
"this email address"
msgstr ""
"A mensagem a ser mostrada quando o usuário tenta criar uma conta com este "
"endereço de e-mail"
msgid "Add blocklisted address" msgid "Add blocklisted address"
msgstr "Adicionar endereço bloqueado" msgstr "Adicionar endereço bloqueado"
@ -770,8 +708,8 @@ msgstr "O usuário será impedido de criar uma conta silenciosamente"
msgid "Welcome to {}" msgid "Welcome to {}"
msgstr "Boas vindas ao {}" msgstr "Boas vindas ao {}"
msgid "Nothing to see here yet." msgid "View all"
msgstr "Nada para ver aqui ainda." msgstr "Ver tudo"
msgid "About {0}" msgid "About {0}"
msgstr "Sobre {0}" msgstr "Sobre {0}"
@ -815,12 +753,8 @@ msgstr "Subtítulo"
msgid "Content" msgid "Content"
msgstr "Conteúdo" msgstr "Conteúdo"
msgid "" msgid "You can upload media to your gallery, and then copy their Markdown code into your articles to insert them."
"You can upload media to your gallery, and then copy their Markdown code into " msgstr "Você pode enviar mídia da sua galeria e inserí-la no artigo usando o código Markdown."
"your articles to insert them."
msgstr ""
"Você pode enviar mídia da sua galeria e inserí-la no artigo usando o código "
"Markdown."
msgid "Upload media" msgid "Upload media"
msgstr "Enviar mídia" msgstr "Enviar mídia"
@ -877,12 +811,8 @@ msgstr "Não quero mais compartilhar isso"
msgid "Boost" msgid "Boost"
msgstr "Compartilhar" msgstr "Compartilhar"
msgid "" msgid "{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this article"
"{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this " msgstr "{0}Entrar{1}, ou {2}usar sua conta do Fediverso{3} para interagir com este artigo"
"article"
msgstr ""
"{0}Entrar{1}, ou {2}usar sua conta do Fediverso{3} para interagir com este "
"artigo"
msgid "Comments" msgid "Comments"
msgstr "Comentários" msgstr "Comentários"
@ -900,8 +830,7 @@ msgid "Are you sure?"
msgstr "Você tem certeza?" msgstr "Você tem certeza?"
msgid "This article is still a draft. Only you and other authors can see it." msgid "This article is still a draft. Only you and other authors can see it."
msgstr "" msgstr "Este artigo ainda é um rascunho. Apenas você e outros autores podem vê-lo."
"Este artigo ainda é um rascunho. Apenas você e outros autores podem vê-lo."
msgid "Only you and other authors can edit this article." msgid "Only you and other authors can edit this article."
msgstr "Apenas você e outros autores podem editar este artigo." msgstr "Apenas você e outros autores podem editar este artigo."
@ -936,9 +865,7 @@ msgstr "Confirmação"
msgid "Update password" msgid "Update password"
msgstr "Atualizar senha" msgstr "Atualizar senha"
msgid "" msgid "We sent a mail to the address you gave us, with a link to reset your password."
"We sent a mail to the address you gave us, with a link to reset your "
"password."
msgstr "Enviamos para você um e-mail com um link para redefinir sua senha." msgstr "Enviamos para você um e-mail com um link para redefinir sua senha."
msgid "Send password reset link" msgid "Send password reset link"
@ -947,12 +874,8 @@ msgstr "Enviar link para redefinir senha"
msgid "This token has expired" msgid "This token has expired"
msgstr "Este token expirou" msgstr "Este token expirou"
msgid "" msgid "Please start the process again by clicking <a href=\"/password-reset\">here</a>."
"Please start the process again by clicking <a href=\"/password-reset\">here</" msgstr "Por favor, inicie o processo novamente clicando em <a href=\"/password-reset\">aqui</a>."
"a>."
msgstr ""
"Por favor, inicie o processo novamente clicando em <a href=\"/password-reset"
"\">aqui</a>."
msgid "New Blog" msgid "New Blog"
msgstr "Novo Blog" msgstr "Novo Blog"
@ -966,11 +889,8 @@ msgstr "Criar blog"
msgid "Edit \"{}\"" msgid "Edit \"{}\""
msgstr "Editar \"{}\"" msgstr "Editar \"{}\""
msgid "" msgid "You can upload images to your gallery, to use them as blog icons, or banners."
"You can upload images to your gallery, to use them as blog icons, or banners." msgstr "Você pode enviar imagens da sua galeria, para usá-las como ícones ou capas do blog."
msgstr ""
"Você pode enviar imagens da sua galeria, para usá-las como ícones ou capas "
"do blog."
msgid "Upload images" msgid "Upload images"
msgstr "Enviar imagens" msgstr "Enviar imagens"
@ -988,8 +908,7 @@ msgid "Update blog"
msgstr "Atualizar blog" msgstr "Atualizar blog"
msgid "Be very careful, any action taken here can't be reversed." msgid "Be very careful, any action taken here can't be reversed."
msgstr "" msgstr "Tenha muito cuidado, qualquer ação tomada aqui não poderá ser desfeita."
"Tenha muito cuidado, qualquer ação tomada aqui não poderá ser desfeita."
msgid "Are you sure that you want to permanently delete this blog?" msgid "Are you sure that you want to permanently delete this blog?"
msgstr "Tem certeza que deseja apagar permanentemente este blog?" msgstr "Tem certeza que deseja apagar permanentemente este blog?"
@ -1008,6 +927,9 @@ msgstr[1] "Há {0} autores neste blog: "
msgid "No posts to see here yet." msgid "No posts to see here yet."
msgstr "Sem artigos ainda." msgstr "Sem artigos ainda."
msgid "Nothing to see here yet."
msgstr "Nada para ver aqui ainda."
msgid "None" msgid "None"
msgstr "Nenhum" msgstr "Nenhum"
@ -1029,12 +951,8 @@ msgstr "Plume é um motor de blogs descentralizado."
msgid "Authors can manage multiple blogs, each as its own website." msgid "Authors can manage multiple blogs, each as its own website."
msgstr "Autores podem gerenciar vários blogs, cada um como seu próprio site." msgstr "Autores podem gerenciar vários blogs, cada um como seu próprio site."
msgid "" msgid "Articles are also visible on other Plume instances, and you can interact with them directly from other platforms like Mastodon."
"Articles are also visible on other Plume instances, and you can interact " msgstr "Os artigos também são visíveis em outras instâncias Plume, e você pode interagir com elas diretamente de outras plataformas como o Mastodon."
"with them directly from other platforms like Mastodon."
msgstr ""
"Os artigos também são visíveis em outras instâncias Plume, e você pode "
"interagir com elas diretamente de outras plataformas como o Mastodon."
msgid "Read the detailed rules" msgid "Read the detailed rules"
msgstr "Leia as regras detalhadas" msgstr "Leia as regras detalhadas"
@ -1114,5 +1032,3 @@ msgstr "Publicado sob esta licença"
msgid "Article license" msgid "Article license"
msgstr "Licença do artigo" msgstr "Licença do artigo"
#~ msgid "View all"
#~ msgstr "Ver tudo"

View file

@ -10,8 +10,7 @@ msgstr ""
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100>0 && n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100>0 && n%100<20)) ? 1 : 2);\n"
"%100<20)) ? 1 : 2);\n"
"X-Crowdin-Project: plume\n" "X-Crowdin-Project: plume\n"
"X-Crowdin-Project-ID: 352097\n" "X-Crowdin-Project-ID: 352097\n"
"X-Crowdin-Language: ro\n" "X-Crowdin-Language: ro\n"
@ -127,9 +126,7 @@ msgid "Here is the link for registration: {0}"
msgstr "" msgstr ""
# src/routes/email_signups.rs:219 # src/routes/email_signups.rs:219
msgid "" msgid "Your account has been created. Now you just need to log in, before you can use it."
"Your account has been created. Now you just need to log in, before you can "
"use it."
msgstr "" msgstr ""
# src/routes/instance.rs:117 # src/routes/instance.rs:117
@ -237,15 +234,11 @@ msgid "Your article has been deleted."
msgstr "" msgstr ""
# src/routes/posts.rs:631 # src/routes/posts.rs:631
msgid "" msgid "It looks like the article you tried to delete doesn't exist. Maybe it is already gone?"
"It looks like the article you tried to delete doesn't exist. Maybe it is "
"already gone?"
msgstr "" msgstr ""
# src/routes/posts.rs:673 # src/routes/posts.rs:673
msgid "" msgid "Couldn't obtain enough information about your account. Please make sure your username is correct."
"Couldn't obtain enough information about your account. Please make sure your "
"username is correct."
msgstr "" msgstr ""
# src/routes/reshares.rs:58 # src/routes/reshares.rs:58
@ -316,14 +309,7 @@ msgstr "Email"
msgid "Email confirmation" msgid "Email confirmation"
msgstr "" msgstr ""
msgid "" msgid "Apologies, but registrations are closed on this particular instance. You can, however, find a different one."
"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 "" msgstr ""
msgid "Registration" msgid "Registration"
@ -332,8 +318,7 @@ msgstr ""
msgid "Check your inbox!" msgid "Check your inbox!"
msgstr "" msgstr ""
msgid "" msgid "We sent a mail to the address you gave us, with a link for registration."
"We sent a mail to the address you gave us, with a link for registration."
msgstr "" msgstr ""
msgid "Username" msgid "Username"
@ -510,8 +495,7 @@ msgstr ""
msgid "Your Profile" msgid "Your Profile"
msgstr "" msgstr ""
msgid "" msgid "To change your avatar, upload it to your gallery and then select from there."
"To change your avatar, upload it to your gallery and then select from there."
msgstr "" msgstr ""
msgid "Upload an avatar" msgid "Upload an avatar"
@ -583,10 +567,7 @@ msgstr ""
msgid "Invalid CSRF token" msgid "Invalid CSRF token"
msgstr "" msgstr ""
msgid "" 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."
"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 "" msgstr ""
msgid "You are not authorized." msgid "You are not authorized."
@ -670,21 +651,13 @@ msgstr ""
msgid "Save these settings" msgid "Save these settings"
msgstr "" msgstr ""
msgid "" msgid "If you are browsing this site as a visitor, no data about you is collected."
"If you are browsing this site as a visitor, no data about you is collected."
msgstr "" msgstr ""
msgid "" 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."
"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 "" msgstr ""
msgid "" 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."
"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 "" msgstr ""
msgid "Blocklisted Emails" msgid "Blocklisted Emails"
@ -693,10 +666,7 @@ msgstr ""
msgid "Email address" msgid "Email address"
msgstr "" msgstr ""
msgid "" 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"
"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 "" msgstr ""
msgid "Note" msgid "Note"
@ -705,17 +675,13 @@ msgstr ""
msgid "Notify the user?" msgid "Notify the user?"
msgstr "" msgstr ""
msgid "" msgid "Optional, shows a message to the user when they attempt to create an account with that address"
"Optional, shows a message to the user when they attempt to create an account "
"with that address"
msgstr "" msgstr ""
msgid "Blocklisting notification" msgid "Blocklisting notification"
msgstr "" msgstr ""
msgid "" msgid "The message to be shown when the user attempts to create an account with this email address"
"The message to be shown when the user attempts to create an account with "
"this email address"
msgstr "" msgstr ""
msgid "Add blocklisted address" msgid "Add blocklisted address"
@ -742,7 +708,7 @@ msgstr ""
msgid "Welcome to {}" msgid "Welcome to {}"
msgstr "" msgstr ""
msgid "Nothing to see here yet." msgid "View all"
msgstr "" msgstr ""
msgid "About {0}" msgid "About {0}"
@ -787,9 +753,7 @@ msgstr ""
msgid "Content" msgid "Content"
msgstr "" msgstr ""
msgid "" msgid "You can upload media to your gallery, and then copy their Markdown code into your articles to insert them."
"You can upload media to your gallery, and then copy their Markdown code into "
"your articles to insert them."
msgstr "" msgstr ""
msgid "Upload media" msgid "Upload media"
@ -849,9 +813,7 @@ msgstr ""
msgid "Boost" msgid "Boost"
msgstr "Boost" msgstr "Boost"
msgid "" msgid "{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this article"
"{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this "
"article"
msgstr "" msgstr ""
msgid "Comments" msgid "Comments"
@ -905,9 +867,7 @@ msgstr ""
msgid "Update password" msgid "Update password"
msgstr "" msgstr ""
msgid "" msgid "We sent a mail to the address you gave us, with a link to reset your password."
"We sent a mail to the address you gave us, with a link to reset your "
"password."
msgstr "" msgstr ""
msgid "Send password reset link" msgid "Send password reset link"
@ -916,9 +876,7 @@ msgstr ""
msgid "This token has expired" msgid "This token has expired"
msgstr "" msgstr ""
msgid "" msgid "Please start the process again by clicking <a href=\"/password-reset\">here</a>."
"Please start the process again by clicking <a href=\"/password-reset\">here</"
"a>."
msgstr "" msgstr ""
msgid "New Blog" msgid "New Blog"
@ -933,8 +891,7 @@ msgstr ""
msgid "Edit \"{}\"" msgid "Edit \"{}\""
msgstr "" msgstr ""
msgid "" msgid "You can upload images to your gallery, to use them as blog icons, or banners."
"You can upload images to your gallery, to use them as blog icons, or banners."
msgstr "" msgstr ""
msgid "Upload images" msgid "Upload images"
@ -973,6 +930,9 @@ msgstr[2] ""
msgid "No posts to see here yet." msgid "No posts to see here yet."
msgstr "" msgstr ""
msgid "Nothing to see here yet."
msgstr ""
msgid "None" msgid "None"
msgstr "" msgstr ""
@ -994,9 +954,7 @@ msgstr ""
msgid "Authors can manage multiple blogs, each as its own website." msgid "Authors can manage multiple blogs, each as its own website."
msgstr "" msgstr ""
msgid "" msgid "Articles are also visible on other Plume instances, and you can interact with them directly from other platforms like Mastodon."
"Articles are also visible on other Plume instances, and you can interact "
"with them directly from other platforms like Mastodon."
msgstr "" msgstr ""
msgid "Read the detailed rules" msgid "Read the detailed rules"
@ -1076,3 +1034,4 @@ msgstr ""
msgid "Article license" msgid "Article license"
msgstr "" msgstr ""

View file

@ -10,9 +10,7 @@ msgstr ""
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 " "Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n"
"&& n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 "
"&& n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n"
"X-Crowdin-Project: plume\n" "X-Crowdin-Project: plume\n"
"X-Crowdin-Project-ID: 352097\n" "X-Crowdin-Project-ID: 352097\n"
"X-Crowdin-Language: ru\n" "X-Crowdin-Language: ru\n"
@ -128,12 +126,8 @@ msgid "Here is the link for registration: {0}"
msgstr "" msgstr ""
# src/routes/email_signups.rs:219 # src/routes/email_signups.rs:219
msgid "" msgid "Your account has been created. Now you just need to log in, before you can use it."
"Your account has been created. Now you just need to log in, before you can " msgstr "Ваша учетная запись была создана. Теперь вам нужно авторизоваться, прежде чем вы сможете ее использовать."
"use it."
msgstr ""
"Ваша учетная запись была создана. Теперь вам нужно авторизоваться, прежде "
"чем вы сможете ее использовать."
# src/routes/instance.rs:117 # src/routes/instance.rs:117
msgid "Instance settings have been saved." msgid "Instance settings have been saved."
@ -240,20 +234,12 @@ msgid "Your article has been deleted."
msgstr "Ваша статья была удалена." msgstr "Ваша статья была удалена."
# src/routes/posts.rs:631 # src/routes/posts.rs:631
msgid "" msgid "It looks like the article you tried to delete doesn't exist. Maybe it is already gone?"
"It looks like the article you tried to delete doesn't exist. Maybe it is " msgstr "Похоже, статья, которую вы пытаетесь удалить, не существует. Возможно она уже исчезла?"
"already gone?"
msgstr ""
"Похоже, статья, которую вы пытаетесь удалить, не существует. Возможно она "
"уже исчезла?"
# src/routes/posts.rs:673 # src/routes/posts.rs:673
msgid "" msgid "Couldn't obtain enough information about your account. Please make sure your username is correct."
"Couldn't obtain enough information about your account. Please make sure your " msgstr "Не удалось получить достаточную информацию о вашей учетной записи. Пожалуйста, убедитесь, что ваше имя пользователя правильно."
"username is correct."
msgstr ""
"Не удалось получить достаточную информацию о вашей учетной записи. "
"Пожалуйста, убедитесь, что ваше имя пользователя правильно."
# src/routes/reshares.rs:58 # src/routes/reshares.rs:58
msgid "To reshare a post, you need to be logged in" msgid "To reshare a post, you need to be logged in"
@ -323,17 +309,8 @@ msgstr "Электронная почта"
msgid "Email confirmation" msgid "Email confirmation"
msgstr "" msgstr ""
msgid "" msgid "Apologies, but registrations are closed on this particular instance. You can, however, find a different one."
"An email will be sent to provided email. You can continue signing-up via the " msgstr "Приносим извинения, но регистрация на данном узле закрыта. Однако, вы можете найти другой."
"email."
msgstr ""
msgid ""
"Apologies, but registrations are closed on this particular instance. You "
"can, however, find a different one."
msgstr ""
"Приносим извинения, но регистрация на данном узле закрыта. Однако, вы можете "
"найти другой."
msgid "Registration" msgid "Registration"
msgstr "" msgstr ""
@ -341,8 +318,7 @@ msgstr ""
msgid "Check your inbox!" msgid "Check your inbox!"
msgstr "Проверьте ваш почтовый ящик!" msgstr "Проверьте ваш почтовый ящик!"
msgid "" msgid "We sent a mail to the address you gave us, with a link for registration."
"We sent a mail to the address you gave us, with a link for registration."
msgstr "" msgstr ""
msgid "Username" msgid "Username"
@ -361,8 +337,7 @@ msgid "Description"
msgstr "Описание" msgstr "Описание"
msgid "Useful for visually impaired people, as well as licensing information" msgid "Useful for visually impaired people, as well as licensing information"
msgstr "" msgstr "Полезно для людей с недостатками зрения и для информации об авторских правах"
"Полезно для людей с недостатками зрения и для информации об авторских правах"
msgid "Content warning" msgid "Content warning"
msgstr "Предупреждение о контенте" msgstr "Предупреждение о контенте"
@ -503,9 +478,7 @@ msgid "Your Blogs"
msgstr "Ваш блог" msgstr "Ваш блог"
msgid "You don't have any blog yet. Create your own, or ask to join one." msgid "You don't have any blog yet. Create your own, or ask to join one."
msgstr "" msgstr "У вас пока нет ни одного блога. Создайте свой собственный блог, или попросите разрешения присоединиться к одному из существующих."
"У вас пока нет ни одного блога. Создайте свой собственный блог, или "
"попросите разрешения присоединиться к одному из существующих."
msgid "Start a new blog" msgid "Start a new blog"
msgstr "Начать новый блог" msgstr "Начать новый блог"
@ -522,10 +495,8 @@ msgstr "Редактировать ваш аккаунт"
msgid "Your Profile" msgid "Your Profile"
msgstr "Ваш профиль" msgstr "Ваш профиль"
msgid "" msgid "To change your avatar, upload it to your gallery and then select from there."
"To change your avatar, upload it to your gallery and then select from there." msgstr "Чтобы изменить свой аватар, загрузите его в галерею и затем выберите из неё."
msgstr ""
"Чтобы изменить свой аватар, загрузите его в галерею и затем выберите из неё."
msgid "Upload an avatar" msgid "Upload an avatar"
msgstr "Загрузить аватар" msgstr "Загрузить аватар"
@ -561,9 +532,7 @@ msgid "Delete your account"
msgstr "Удалить ваш аккаунт" msgstr "Удалить ваш аккаунт"
msgid "Sorry, but as an admin, you can't leave your own instance." msgid "Sorry, but as an admin, you can't leave your own instance."
msgstr "" msgstr "Извините, но как администратор вы не можете покинуть свой собственный экземпляр."
"Извините, но как администратор вы не можете покинуть свой собственный "
"экземпляр."
msgid "Latest articles" msgid "Latest articles"
msgstr "Последние статьи" msgstr "Последние статьи"
@ -593,21 +562,13 @@ msgid "Something broke on our side."
msgstr "На нашей стороне что-то пошло не так." msgstr "На нашей стороне что-то пошло не так."
msgid "Sorry about that. If you think this is a bug, please report it." msgid "Sorry about that. If you think this is a bug, please report it."
msgstr "" msgstr "Приносим извинения. Если вы считаете что это ошибка, пожалуйста сообщите о ней."
"Приносим извинения. Если вы считаете что это ошибка, пожалуйста сообщите о "
"ней."
msgid "Invalid CSRF token" msgid "Invalid CSRF token"
msgstr "Неверный CSRF токен" msgstr "Неверный CSRF токен"
msgid "" 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."
"Something is wrong with your CSRF token. Make sure cookies are enabled in " msgstr "Что-то не так с вашим CSRF-токеном. Убедитесь что в вашем браузере включены cookies и попробуйте перезагрузить страницу. Если вы продолжите видеть это сообщение об ошибке, сообщите об этом."
"you browser, and try reloading this page. If you continue to see this error "
"message, please report it."
msgstr ""
"Что-то не так с вашим CSRF-токеном. Убедитесь что в вашем браузере включены "
"cookies и попробуйте перезагрузить страницу. Если вы продолжите видеть это "
"сообщение об ошибке, сообщите об этом."
msgid "You are not authorized." msgid "You are not authorized."
msgstr "Вы не авторизованы." msgstr "Вы не авторизованы."
@ -690,32 +651,14 @@ msgstr "Лицензия статей по умолчанию"
msgid "Save these settings" msgid "Save these settings"
msgstr "Сохранить эти настройки" msgstr "Сохранить эти настройки"
msgid "" msgid "If you are browsing this site as a visitor, no data about you is collected."
"If you are browsing this site as a visitor, no data about you is collected." msgstr "Если вы просматриваете этот сайт в качестве посетителя, никаких данных о вас не собирается."
msgstr ""
"Если вы просматриваете этот сайт в качестве посетителя, никаких данных о вас "
"не собирается."
msgid "" 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."
"As a registered user, you have to provide your username (which does not have " msgstr "Как зарегистрированный пользователь, вы должны указать ваше имя пользователя (которое не должно быть вашим настоящим именем), ваш действующий адрес электронной почты и пароль, чтобы иметь возможность войти в систему, писать статьи и комментарии. Составленный вами контент хранится до тех пор, пока вы его не удаляете."
"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 "" 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."
"When you log in, we store two cookies, one to keep your session open, the " msgstr "Когда вы входите в систему, мы храним два cookie-файла, один - для того, чтобы поддерживать вашу сессию открытой,, второй, чтобы не допустить действий других людей от вашего имени. Мы не храним другие куки."
"second to prevent other people to act on your behalf. We don't store any "
"other cookies."
msgstr ""
"Когда вы входите в систему, мы храним два cookie-файла, один - для того, "
"чтобы поддерживать вашу сессию открытой,, второй, чтобы не допустить "
"действий других людей от вашего имени. Мы не храним другие куки."
msgid "Blocklisted Emails" msgid "Blocklisted Emails"
msgstr "Заблокированные адреса электронной почты" msgstr "Заблокированные адреса электронной почты"
@ -723,14 +666,8 @@ msgstr "Заблокированные адреса электронной по
msgid "Email address" msgid "Email address"
msgstr "Адрес электронной почты" msgstr "Адрес электронной почты"
msgid "" 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"
"The email address you wish to block. In order to block domains, you can use " msgstr "Адрес электронной почты, который вы хотите заблокировать. Чтобы заблокировать домены, вы можете использовать метасимволы, например '*@example.com' блокирует все адреса от example.com"
"globbing syntax, for example '*@example.com' blocks all addresses from "
"example.com"
msgstr ""
"Адрес электронной почты, который вы хотите заблокировать. Чтобы "
"заблокировать домены, вы можете использовать метасимволы, например "
"'*@example.com' блокирует все адреса от example.com"
msgid "Note" msgid "Note"
msgstr "Заметка" msgstr "Заметка"
@ -738,22 +675,14 @@ msgstr "Заметка"
msgid "Notify the user?" msgid "Notify the user?"
msgstr "Уведомить пользователя?" msgstr "Уведомить пользователя?"
msgid "" msgid "Optional, shows a message to the user when they attempt to create an account with that address"
"Optional, shows a message to the user when they attempt to create an account " msgstr "Необязательно, показывает пользователю сообщение при попытке создать учетную запись с этим адресом"
"with that address"
msgstr ""
"Необязательно, показывает пользователю сообщение при попытке создать учетную "
"запись с этим адресом"
msgid "Blocklisting notification" msgid "Blocklisting notification"
msgstr "Уведомление о Блокировке" msgstr "Уведомление о Блокировке"
msgid "" msgid "The message to be shown when the user attempts to create an account with this email address"
"The message to be shown when the user attempts to create an account with " msgstr "Сообщение, которое будет показано, когда пользователь пытается создать учетную запись с этим адресом электронной почты"
"this email address"
msgstr ""
"Сообщение, которое будет показано, когда пользователь пытается создать "
"учетную запись с этим адресом электронной почты"
msgid "Add blocklisted address" msgid "Add blocklisted address"
msgstr "Добавить адрес в список блокировки" msgstr "Добавить адрес в список блокировки"
@ -774,14 +703,13 @@ msgid "Will notify them on account creation with this message:"
msgstr "Уведомлять их при создании учетной записи с таким сообщением:" msgstr "Уведомлять их при создании учетной записи с таким сообщением:"
msgid "The user will be silently prevented from making an account" msgid "The user will be silently prevented from making an account"
msgstr "" msgstr "Пользователю не будет позволено создать учетную запись без объяснения причин"
"Пользователю не будет позволено создать учетную запись без объяснения причин"
msgid "Welcome to {}" msgid "Welcome to {}"
msgstr "Добро пожаловать в {}" msgstr "Добро пожаловать в {}"
msgid "Nothing to see here yet." msgid "View all"
msgstr "Здесь ничего нет." msgstr "Показать все"
msgid "About {0}" msgid "About {0}"
msgstr "О {0}" msgstr "О {0}"
@ -825,12 +753,8 @@ msgstr "Подзаголовок"
msgid "Content" msgid "Content"
msgstr "Содержимое" msgstr "Содержимое"
msgid "" msgid "You can upload media to your gallery, and then copy their Markdown code into your articles to insert them."
"You can upload media to your gallery, and then copy their Markdown code into " msgstr "Вы можете загрузить медиафайлы в галерею, а затем скопировать их код Markdown в ваши статьи, чтобы вставить их."
"your articles to insert them."
msgstr ""
"Вы можете загрузить медиафайлы в галерею, а затем скопировать их код "
"Markdown в ваши статьи, чтобы вставить их."
msgid "Upload media" msgid "Upload media"
msgstr "Загрузить медиафайл" msgstr "Загрузить медиафайл"
@ -891,12 +815,8 @@ msgstr "Я не хочу больше повышать это"
msgid "Boost" msgid "Boost"
msgstr "Продвинуть" msgstr "Продвинуть"
msgid "" msgid "{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this article"
"{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this " msgstr "{0}Войдите{1}, или {2}используйте ваш Fediverse аккаунт{3} для взаимодействия с этой статьей"
"article"
msgstr ""
"{0}Войдите{1}, или {2}используйте ваш Fediverse аккаунт{3} для "
"взаимодействия с этой статьей"
msgid "Comments" msgid "Comments"
msgstr "Комментарии" msgstr "Комментарии"
@ -914,9 +834,7 @@ msgid "Are you sure?"
msgstr "Вы уверены?" msgstr "Вы уверены?"
msgid "This article is still a draft. Only you and other authors can see it." 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." msgid "Only you and other authors can edit this article."
msgstr "Только вы и другие авторы могут редактировать эту статью." msgstr "Только вы и другие авторы могут редактировать эту статью."
@ -951,12 +869,8 @@ msgstr "Подтверждение"
msgid "Update password" msgid "Update password"
msgstr "Сменить пароль" msgstr "Сменить пароль"
msgid "" msgid "We sent a mail to the address you gave us, with a link to reset your password."
"We sent a mail to the address you gave us, with a link to reset your " msgstr "Мы отправили письмо на адрес, который вы нам дали, со ссылкой для сброса пароля."
"password."
msgstr ""
"Мы отправили письмо на адрес, который вы нам дали, со ссылкой для сброса "
"пароля."
msgid "Send password reset link" msgid "Send password reset link"
msgstr "Отправить ссылку для сброса пароля" msgstr "Отправить ссылку для сброса пароля"
@ -964,12 +878,8 @@ msgstr "Отправить ссылку для сброса пароля"
msgid "This token has expired" msgid "This token has expired"
msgstr "Истек срок действия этого токена" msgstr "Истек срок действия этого токена"
msgid "" msgid "Please start the process again by clicking <a href=\"/password-reset\">here</a>."
"Please start the process again by clicking <a href=\"/password-reset\">here</" msgstr "Пожалуйста, начните процесс еще раз, нажав <a href=\"/password-reset\">здесь</a>."
"a>."
msgstr ""
"Пожалуйста, начните процесс еще раз, нажав <a href=\"/password-reset"
"\">здесь</a>."
msgid "New Blog" msgid "New Blog"
msgstr "Новый блог" msgstr "Новый блог"
@ -983,11 +893,8 @@ msgstr "Создать блог"
msgid "Edit \"{}\"" msgid "Edit \"{}\""
msgstr "Редактировать \"{}\"" msgstr "Редактировать \"{}\""
msgid "" msgid "You can upload images to your gallery, to use them as blog icons, or banners."
"You can upload images to your gallery, to use them as blog icons, or banners." msgstr "Вы можете загружать изображения в галерею, использовать их как иконки блога, или баннеры."
msgstr ""
"Вы можете загружать изображения в галерею, использовать их как иконки блога, "
"или баннеры."
msgid "Upload images" msgid "Upload images"
msgstr "Загрузить изображения" msgstr "Загрузить изображения"
@ -1026,6 +933,9 @@ msgstr[3] "В этом блоге {0} авторов: "
msgid "No posts to see here yet." msgid "No posts to see here yet."
msgstr "Здесь пока нет постов." msgstr "Здесь пока нет постов."
msgid "Nothing to see here yet."
msgstr "Здесь ничего нет."
msgid "None" msgid "None"
msgstr "Нет" msgstr "Нет"
@ -1045,17 +955,10 @@ msgid "Plume is a decentralized blogging engine."
msgstr "Plume это децентрализованный движок для блоггинга." msgstr "Plume это децентрализованный движок для блоггинга."
msgid "Authors can manage multiple blogs, each as its own website." msgid "Authors can manage multiple blogs, each as its own website."
msgstr "" msgstr "Авторы могут управлять несколькими блогами, каждый из которых является собственным сайтом."
"Авторы могут управлять несколькими блогами, каждый из которых является "
"собственным сайтом."
msgid "" msgid "Articles are also visible on other Plume instances, and you can interact with them directly from other platforms like Mastodon."
"Articles are also visible on other Plume instances, and you can interact " msgstr "Статьи также видны на других экземплярах Plume, и вы можете взаимодействовать с ними непосредственно с других платформ, таких как Мастодонт."
"with them directly from other platforms like Mastodon."
msgstr ""
"Статьи также видны на других экземплярах Plume, и вы можете "
"взаимодействовать с ними непосредственно с других платформ, таких как "
"Мастодонт."
msgid "Read the detailed rules" msgid "Read the detailed rules"
msgstr "Прочитать подробные правила" msgstr "Прочитать подробные правила"
@ -1135,5 +1038,3 @@ msgstr "Опубликовано по этой лицензии"
msgid "Article license" msgid "Article license"
msgstr "Лицензия статьи" msgstr "Лицензия статьи"
#~ msgid "View all"
#~ msgstr "Показать все"

View file

@ -126,9 +126,7 @@ msgid "Here is the link for registration: {0}"
msgstr "" msgstr ""
# src/routes/email_signups.rs:219 # src/routes/email_signups.rs:219
msgid "" msgid "Your account has been created. Now you just need to log in, before you can use it."
"Your account has been created. Now you just need to log in, before you can "
"use it."
msgstr "" msgstr ""
# src/routes/instance.rs:117 # src/routes/instance.rs:117
@ -236,15 +234,11 @@ msgid "Your article has been deleted."
msgstr "" msgstr ""
# src/routes/posts.rs:631 # src/routes/posts.rs:631
msgid "" msgid "It looks like the article you tried to delete doesn't exist. Maybe it is already gone?"
"It looks like the article you tried to delete doesn't exist. Maybe it is "
"already gone?"
msgstr "" msgstr ""
# src/routes/posts.rs:673 # src/routes/posts.rs:673
msgid "" msgid "Couldn't obtain enough information about your account. Please make sure your username is correct."
"Couldn't obtain enough information about your account. Please make sure your "
"username is correct."
msgstr "" msgstr ""
# src/routes/reshares.rs:58 # src/routes/reshares.rs:58
@ -315,14 +309,7 @@ msgstr ""
msgid "Email confirmation" msgid "Email confirmation"
msgstr "" msgstr ""
msgid "" msgid "Apologies, but registrations are closed on this particular instance. You can, however, find a different one."
"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 "" msgstr ""
msgid "Registration" msgid "Registration"
@ -331,8 +318,7 @@ msgstr ""
msgid "Check your inbox!" msgid "Check your inbox!"
msgstr "" msgstr ""
msgid "" msgid "We sent a mail to the address you gave us, with a link for registration."
"We sent a mail to the address you gave us, with a link for registration."
msgstr "" msgstr ""
msgid "Username" msgid "Username"
@ -509,8 +495,7 @@ msgstr ""
msgid "Your Profile" msgid "Your Profile"
msgstr "" msgstr ""
msgid "" msgid "To change your avatar, upload it to your gallery and then select from there."
"To change your avatar, upload it to your gallery and then select from there."
msgstr "" msgstr ""
msgid "Upload an avatar" msgid "Upload an avatar"
@ -582,10 +567,7 @@ msgstr ""
msgid "Invalid CSRF token" msgid "Invalid CSRF token"
msgstr "" msgstr ""
msgid "" 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."
"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 "" msgstr ""
msgid "You are not authorized." msgid "You are not authorized."
@ -669,21 +651,13 @@ msgstr ""
msgid "Save these settings" msgid "Save these settings"
msgstr "" msgstr ""
msgid "" msgid "If you are browsing this site as a visitor, no data about you is collected."
"If you are browsing this site as a visitor, no data about you is collected."
msgstr "" msgstr ""
msgid "" 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."
"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 "" msgstr ""
msgid "" 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."
"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 "" msgstr ""
msgid "Blocklisted Emails" msgid "Blocklisted Emails"
@ -692,10 +666,7 @@ msgstr ""
msgid "Email address" msgid "Email address"
msgstr "" msgstr ""
msgid "" 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"
"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 "" msgstr ""
msgid "Note" msgid "Note"
@ -704,17 +675,13 @@ msgstr ""
msgid "Notify the user?" msgid "Notify the user?"
msgstr "" msgstr ""
msgid "" msgid "Optional, shows a message to the user when they attempt to create an account with that address"
"Optional, shows a message to the user when they attempt to create an account "
"with that address"
msgstr "" msgstr ""
msgid "Blocklisting notification" msgid "Blocklisting notification"
msgstr "" msgstr ""
msgid "" msgid "The message to be shown when the user attempts to create an account with this email address"
"The message to be shown when the user attempts to create an account with "
"this email address"
msgstr "" msgstr ""
msgid "Add blocklisted address" msgid "Add blocklisted address"
@ -741,7 +708,7 @@ msgstr ""
msgid "Welcome to {}" msgid "Welcome to {}"
msgstr "" msgstr ""
msgid "Nothing to see here yet." msgid "View all"
msgstr "" msgstr ""
msgid "About {0}" msgid "About {0}"
@ -786,9 +753,7 @@ msgstr ""
msgid "Content" msgid "Content"
msgstr "" msgstr ""
msgid "" msgid "You can upload media to your gallery, and then copy their Markdown code into your articles to insert them."
"You can upload media to your gallery, and then copy their Markdown code into "
"your articles to insert them."
msgstr "" msgstr ""
msgid "Upload media" msgid "Upload media"
@ -846,9 +811,7 @@ msgstr ""
msgid "Boost" msgid "Boost"
msgstr "" msgstr ""
msgid "" msgid "{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this article"
"{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this "
"article"
msgstr "" msgstr ""
msgid "Comments" msgid "Comments"
@ -902,9 +865,7 @@ msgstr ""
msgid "Update password" msgid "Update password"
msgstr "" msgstr ""
msgid "" msgid "We sent a mail to the address you gave us, with a link to reset your password."
"We sent a mail to the address you gave us, with a link to reset your "
"password."
msgstr "" msgstr ""
msgid "Send password reset link" msgid "Send password reset link"
@ -913,9 +874,7 @@ msgstr ""
msgid "This token has expired" msgid "This token has expired"
msgstr "" msgstr ""
msgid "" msgid "Please start the process again by clicking <a href=\"/password-reset\">here</a>."
"Please start the process again by clicking <a href=\"/password-reset\">here</"
"a>."
msgstr "" msgstr ""
msgid "New Blog" msgid "New Blog"
@ -930,8 +889,7 @@ msgstr "ᱵᱞᱚᱜ ᱛᱮᱭᱟᱨ ᱢᱮ"
msgid "Edit \"{}\"" msgid "Edit \"{}\""
msgstr "\"{}\" ᱥᱟᱯᱰᱟᱣ" msgstr "\"{}\" ᱥᱟᱯᱰᱟᱣ"
msgid "" msgid "You can upload images to your gallery, to use them as blog icons, or banners."
"You can upload images to your gallery, to use them as blog icons, or banners."
msgstr "" msgstr ""
msgid "Upload images" msgid "Upload images"
@ -969,6 +927,9 @@ msgstr[1] ""
msgid "No posts to see here yet." msgid "No posts to see here yet."
msgstr "" msgstr ""
msgid "Nothing to see here yet."
msgstr ""
msgid "None" msgid "None"
msgstr "" msgstr ""
@ -990,9 +951,7 @@ msgstr ""
msgid "Authors can manage multiple blogs, each as its own website." msgid "Authors can manage multiple blogs, each as its own website."
msgstr "" msgstr ""
msgid "" msgid "Articles are also visible on other Plume instances, and you can interact with them directly from other platforms like Mastodon."
"Articles are also visible on other Plume instances, and you can interact "
"with them directly from other platforms like Mastodon."
msgstr "" msgstr ""
msgid "Read the detailed rules" msgid "Read the detailed rules"
@ -1072,3 +1031,4 @@ msgstr ""
msgid "Article license" msgid "Article license"
msgstr "" msgstr ""

View file

@ -126,9 +126,7 @@ msgid "Here is the link for registration: {0}"
msgstr "" msgstr ""
# src/routes/email_signups.rs:219 # src/routes/email_signups.rs:219
msgid "" msgid "Your account has been created. Now you just need to log in, before you can use it."
"Your account has been created. Now you just need to log in, before you can "
"use it."
msgstr "" msgstr ""
# src/routes/instance.rs:117 # src/routes/instance.rs:117
@ -236,15 +234,11 @@ msgid "Your article has been deleted."
msgstr "" msgstr ""
# src/routes/posts.rs:631 # src/routes/posts.rs:631
msgid "" msgid "It looks like the article you tried to delete doesn't exist. Maybe it is already gone?"
"It looks like the article you tried to delete doesn't exist. Maybe it is "
"already gone?"
msgstr "" msgstr ""
# src/routes/posts.rs:673 # src/routes/posts.rs:673
msgid "" msgid "Couldn't obtain enough information about your account. Please make sure your username is correct."
"Couldn't obtain enough information about your account. Please make sure your "
"username is correct."
msgstr "" msgstr ""
# src/routes/reshares.rs:58 # src/routes/reshares.rs:58
@ -315,14 +309,7 @@ msgstr ""
msgid "Email confirmation" msgid "Email confirmation"
msgstr "" msgstr ""
msgid "" msgid "Apologies, but registrations are closed on this particular instance. You can, however, find a different one."
"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 "" msgstr ""
msgid "Registration" msgid "Registration"
@ -331,8 +318,7 @@ msgstr ""
msgid "Check your inbox!" msgid "Check your inbox!"
msgstr "" msgstr ""
msgid "" msgid "We sent a mail to the address you gave us, with a link for registration."
"We sent a mail to the address you gave us, with a link for registration."
msgstr "" msgstr ""
msgid "Username" msgid "Username"
@ -509,8 +495,7 @@ msgstr ""
msgid "Your Profile" msgid "Your Profile"
msgstr "" msgstr ""
msgid "" msgid "To change your avatar, upload it to your gallery and then select from there."
"To change your avatar, upload it to your gallery and then select from there."
msgstr "" msgstr ""
msgid "Upload an avatar" msgid "Upload an avatar"
@ -582,10 +567,7 @@ msgstr ""
msgid "Invalid CSRF token" msgid "Invalid CSRF token"
msgstr "" msgstr ""
msgid "" 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."
"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 "" msgstr ""
msgid "You are not authorized." msgid "You are not authorized."
@ -669,21 +651,13 @@ msgstr ""
msgid "Save these settings" msgid "Save these settings"
msgstr "" msgstr ""
msgid "" msgid "If you are browsing this site as a visitor, no data about you is collected."
"If you are browsing this site as a visitor, no data about you is collected."
msgstr "" msgstr ""
msgid "" 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."
"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 "" msgstr ""
msgid "" 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."
"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 "" msgstr ""
msgid "Blocklisted Emails" msgid "Blocklisted Emails"
@ -692,10 +666,7 @@ msgstr ""
msgid "Email address" msgid "Email address"
msgstr "විද්‍යුත් තැපැල් ලිපිනය" msgstr "විද්‍යුත් තැපැල් ලිපිනය"
msgid "" 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"
"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 "" msgstr ""
msgid "Note" msgid "Note"
@ -704,17 +675,13 @@ msgstr "සටහන"
msgid "Notify the user?" msgid "Notify the user?"
msgstr "" msgstr ""
msgid "" msgid "Optional, shows a message to the user when they attempt to create an account with that address"
"Optional, shows a message to the user when they attempt to create an account "
"with that address"
msgstr "" msgstr ""
msgid "Blocklisting notification" msgid "Blocklisting notification"
msgstr "" msgstr ""
msgid "" msgid "The message to be shown when the user attempts to create an account with this email address"
"The message to be shown when the user attempts to create an account with "
"this email address"
msgstr "" msgstr ""
msgid "Add blocklisted address" msgid "Add blocklisted address"
@ -741,7 +708,7 @@ msgstr ""
msgid "Welcome to {}" msgid "Welcome to {}"
msgstr "" msgstr ""
msgid "Nothing to see here yet." msgid "View all"
msgstr "" msgstr ""
msgid "About {0}" msgid "About {0}"
@ -786,9 +753,7 @@ msgstr ""
msgid "Content" msgid "Content"
msgstr "අන්තර්ගතය" msgstr "අන්තර්ගතය"
msgid "" msgid "You can upload media to your gallery, and then copy their Markdown code into your articles to insert them."
"You can upload media to your gallery, and then copy their Markdown code into "
"your articles to insert them."
msgstr "" msgstr ""
msgid "Upload media" msgid "Upload media"
@ -846,9 +811,7 @@ msgstr ""
msgid "Boost" msgid "Boost"
msgstr "" msgstr ""
msgid "" msgid "{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this article"
"{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this "
"article"
msgstr "" msgstr ""
msgid "Comments" msgid "Comments"
@ -902,9 +865,7 @@ msgstr ""
msgid "Update password" msgid "Update password"
msgstr "" msgstr ""
msgid "" msgid "We sent a mail to the address you gave us, with a link to reset your password."
"We sent a mail to the address you gave us, with a link to reset your "
"password."
msgstr "" msgstr ""
msgid "Send password reset link" msgid "Send password reset link"
@ -913,9 +874,7 @@ msgstr ""
msgid "This token has expired" msgid "This token has expired"
msgstr "" msgstr ""
msgid "" msgid "Please start the process again by clicking <a href=\"/password-reset\">here</a>."
"Please start the process again by clicking <a href=\"/password-reset\">here</"
"a>."
msgstr "" msgstr ""
msgid "New Blog" msgid "New Blog"
@ -930,8 +889,7 @@ msgstr ""
msgid "Edit \"{}\"" msgid "Edit \"{}\""
msgstr "" msgstr ""
msgid "" msgid "You can upload images to your gallery, to use them as blog icons, or banners."
"You can upload images to your gallery, to use them as blog icons, or banners."
msgstr "" msgstr ""
msgid "Upload images" msgid "Upload images"
@ -969,6 +927,9 @@ msgstr[1] ""
msgid "No posts to see here yet." msgid "No posts to see here yet."
msgstr "" msgstr ""
msgid "Nothing to see here yet."
msgstr ""
msgid "None" msgid "None"
msgstr "කිසිවක් නැත" msgstr "කිසිවක් නැත"
@ -990,9 +951,7 @@ msgstr ""
msgid "Authors can manage multiple blogs, each as its own website." msgid "Authors can manage multiple blogs, each as its own website."
msgstr "" msgstr ""
msgid "" msgid "Articles are also visible on other Plume instances, and you can interact with them directly from other platforms like Mastodon."
"Articles are also visible on other Plume instances, and you can interact "
"with them directly from other platforms like Mastodon."
msgstr "" msgstr ""
msgid "Read the detailed rules" msgid "Read the detailed rules"
@ -1072,3 +1031,4 @@ msgstr ""
msgid "Article license" msgid "Article license"
msgstr "" msgstr ""

View file

@ -126,11 +126,8 @@ msgid "Here is the link for registration: {0}"
msgstr "Link pre zaregistrovanie je tu: {0}" msgstr "Link pre zaregistrovanie je tu: {0}"
# src/routes/email_signups.rs:219 # src/routes/email_signups.rs:219
msgid "" msgid "Your account has been created. Now you just need to log in, before you can use it."
"Your account has been created. Now you just need to log in, before you can " msgstr "Tvoj účet bol vytvorený. K jeho užívaniu sa teraz musíš už len prihlásiť."
"use it."
msgstr ""
"Tvoj účet bol vytvorený. K jeho užívaniu sa teraz musíš už len prihlásiť."
# src/routes/instance.rs:117 # src/routes/instance.rs:117
msgid "Instance settings have been saved." msgid "Instance settings have been saved."
@ -237,20 +234,12 @@ msgid "Your article has been deleted."
msgstr "Tvoj článok bol vymazaný." msgstr "Tvoj článok bol vymazaný."
# src/routes/posts.rs:631 # src/routes/posts.rs:631
msgid "" msgid "It looks like the article you tried to delete doesn't exist. Maybe it is already gone?"
"It looks like the article you tried to delete doesn't exist. Maybe it is " msgstr "Vyzerá to tak, že článok, ktorý si sa pokúšal/a vymazať neexistuje. Možno je už preč?"
"already gone?"
msgstr ""
"Vyzerá to tak, že článok, ktorý si sa pokúšal/a vymazať neexistuje. Možno je "
"už preč?"
# src/routes/posts.rs:673 # src/routes/posts.rs:673
msgid "" msgid "Couldn't obtain enough information about your account. Please make sure your username is correct."
"Couldn't obtain enough information about your account. Please make sure your " msgstr "Nebolo možné zistiť postačujúce množstvo informácií o tvojom účte. Prosím over si, že tvoja prezývka je zadaná správne, v celku."
"username is correct."
msgstr ""
"Nebolo možné zistiť postačujúce množstvo informácií o tvojom účte. Prosím "
"over si, že tvoja prezývka je zadaná správne, v celku."
# src/routes/reshares.rs:58 # src/routes/reshares.rs:58
msgid "To reshare a post, you need to be logged in" msgid "To reshare a post, you need to be logged in"
@ -320,17 +309,8 @@ msgstr "Emailová adresa"
msgid "Email confirmation" msgid "Email confirmation"
msgstr "Potvrdenie emailom" msgstr "Potvrdenie emailom"
msgid "" msgid "Apologies, but registrations are closed on this particular instance. You can, however, find a different one."
"An email will be sent to provided email. You can continue signing-up via the " msgstr "Ospravedlňujeme sa, ale na tejto konkrétnej instancii sú registrácie zatvorené. Môžeš si však nájsť inú."
"email."
msgstr ""
msgid ""
"Apologies, but registrations are closed on this particular instance. You "
"can, however, find a different one."
msgstr ""
"Ospravedlňujeme sa, ale na tejto konkrétnej instancii sú registrácie "
"zatvorené. Môžeš si však nájsť inú."
msgid "Registration" msgid "Registration"
msgstr "Registrovať" msgstr "Registrovať"
@ -338,10 +318,8 @@ msgstr "Registrovať"
msgid "Check your inbox!" msgid "Check your inbox!"
msgstr "Pozri si svoju Doručenú poštu!" msgstr "Pozri si svoju Doručenú poštu!"
msgid "" msgid "We sent a mail to the address you gave us, with a link for registration."
"We sent a mail to the address you gave us, with a link for registration." msgstr "Email s odkazom pre registráciu sme odoslali na adresu, ktorú si nám dal/a."
msgstr ""
"Email s odkazom pre registráciu sme odoslali na adresu, ktorú si nám dal/a."
msgid "Username" msgid "Username"
msgstr "Užívateľské meno" msgstr "Užívateľské meno"
@ -359,8 +337,7 @@ msgid "Description"
msgstr "Popis" msgstr "Popis"
msgid "Useful for visually impaired people, as well as licensing information" msgid "Useful for visually impaired people, as well as licensing information"
msgstr "" msgstr "Užitočné pre zrakovo postihnutých ľudí, ako aj pre informácie o licencovaní"
"Užitočné pre zrakovo postihnutých ľudí, ako aj pre informácie o licencovaní"
msgid "Content warning" msgid "Content warning"
msgstr "Varovanie o obsahu" msgstr "Varovanie o obsahu"
@ -501,9 +478,7 @@ msgid "Your Blogs"
msgstr "Tvoje blogy" msgstr "Tvoje blogy"
msgid "You don't have any blog yet. Create your own, or ask to join one." msgid "You don't have any blog yet. Create your own, or ask to join one."
msgstr "" msgstr "Ešte nemáš žiaden blog. Vytvor si svoj vlastný, alebo požiadaj v niektorom o členstvo."
"Ešte nemáš žiaden blog. Vytvor si svoj vlastný, alebo požiadaj v niektorom o "
"členstvo."
msgid "Start a new blog" msgid "Start a new blog"
msgstr "Začni nový blog" msgstr "Začni nový blog"
@ -520,10 +495,8 @@ msgstr "Uprav svoj účet"
msgid "Your Profile" msgid "Your Profile"
msgstr "Tvoj profil" msgstr "Tvoj profil"
msgid "" msgid "To change your avatar, upload it to your gallery and then select from there."
"To change your avatar, upload it to your gallery and then select from there." msgstr "Pre zmenu tvojho avataru ho nahraj do svojej galérie a potom ho odtiaľ zvoľ."
msgstr ""
"Pre zmenu tvojho avataru ho nahraj do svojej galérie a potom ho odtiaľ zvoľ."
msgid "Upload an avatar" msgid "Upload an avatar"
msgstr "Nahraj avatar" msgstr "Nahraj avatar"
@ -553,16 +526,13 @@ msgid "Danger zone"
msgstr "Riziková zóna" msgstr "Riziková zóna"
msgid "Be very careful, any action taken here can't be cancelled." msgid "Be very careful, any action taken here can't be cancelled."
msgstr "" msgstr "Buď veľmi opatrný/á, akýkoľvek úkon vykonaný v tomto priestore nieje možné vziať späť."
"Buď veľmi opatrný/á, akýkoľvek úkon vykonaný v tomto priestore nieje možné "
"vziať späť."
msgid "Delete your account" msgid "Delete your account"
msgstr "Vymaž svoj účet" msgstr "Vymaž svoj účet"
msgid "Sorry, but as an admin, you can't leave your own instance." msgid "Sorry, but as an admin, you can't leave your own instance."
msgstr "" msgstr "Prepáč, ale ako jej správca, ty nemôžeš opustiť svoju vlastnú instanciu."
"Prepáč, ale ako jej správca, ty nemôžeš opustiť svoju vlastnú instanciu."
msgid "Latest articles" msgid "Latest articles"
msgstr "Najnovšie články" msgstr "Najnovšie články"
@ -597,14 +567,8 @@ msgstr "Prepáč ohľadom toho. Ak si myslíš, že ide o chybu, prosím nahlás
msgid "Invalid CSRF token" msgid "Invalid CSRF token"
msgstr "Neplatný CSRF token" msgstr "Neplatný CSRF token"
msgid "" 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."
"Something is wrong with your CSRF token. Make sure cookies are enabled in " msgstr "Niečo nieje v poriadku s tvojím CSRF tokenom. Uisti sa, že máš vo svojom prehliadači povolené cookies, potom skús načítať stránku znovu. Ak budeš aj naďalej vidieť túto chybovú správu, prosím nahlás ju."
"you browser, and try reloading this page. If you continue to see this error "
"message, please report it."
msgstr ""
"Niečo nieje v poriadku s tvojím CSRF tokenom. Uisti sa, že máš vo svojom "
"prehliadači povolené cookies, potom skús načítať stránku znovu. Ak budeš aj "
"naďalej vidieť túto chybovú správu, prosím nahlás ju."
msgid "You are not authorized." msgid "You are not authorized."
msgstr "Nemáš oprávnenie." msgstr "Nemáš oprávnenie."
@ -687,31 +651,14 @@ msgstr "Predvolená licencia článkov"
msgid "Save these settings" msgid "Save these settings"
msgstr "Ulož tieto nastavenia" msgstr "Ulož tieto nastavenia"
msgid "" msgid "If you are browsing this site as a visitor, no data about you is collected."
"If you are browsing this site as a visitor, no data about you is collected." msgstr "Pokiaľ si túto stránku prezeráš ako návštevník, niesú o tebe zaznamenávané žiadne dáta."
msgstr ""
"Pokiaľ si túto stránku prezeráš ako návštevník, niesú o tebe zaznamenávané "
"žiadne dáta."
msgid "" 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."
"As a registered user, you have to provide your username (which does not have " msgstr "Ako registrovaný užívateľ musíš poskytnúť svoje užívateľské meno (čo zároveň nemusí byť tvoje skutočné meno), tvoju fungujúcu emailovú adresu a helso, aby sa ti bolo možné prihlásiť, písať články a komentovať. Obsah, ktorý zverejníš je uložený len pokiaľ ho nevymažeš."
"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 ""
"Ako registrovaný užívateľ musíš poskytnúť svoje užívateľské meno (čo zároveň "
"nemusí byť tvoje skutočné meno), tvoju fungujúcu emailovú adresu a helso, "
"aby sa ti bolo možné prihlásiť, písať články a komentovať. Obsah, ktorý "
"zverejníš je uložený len pokiaľ ho nevymažeš."
msgid "" 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."
"When you log in, we store two cookies, one to keep your session open, the " msgstr "Keď sa prihlásiš, ukladáme dve cookies, jedno aby tvoja sezóna mohla ostať otvorená, druhé je na zabránenie iným ľudom, aby konali za teba. Žiadne iné cookies neukladáme."
"second to prevent other people to act on your behalf. We don't store any "
"other cookies."
msgstr ""
"Keď sa prihlásiš, ukladáme dve cookies, jedno aby tvoja sezóna mohla ostať "
"otvorená, druhé je na zabránenie iným ľudom, aby konali za teba. Žiadne iné "
"cookies neukladáme."
msgid "Blocklisted Emails" msgid "Blocklisted Emails"
msgstr "Blokované emaily" msgstr "Blokované emaily"
@ -719,10 +666,7 @@ msgstr "Blokované emaily"
msgid "Email address" msgid "Email address"
msgstr "Emailová adresa" msgstr "Emailová adresa"
msgid "" 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"
"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 "" msgstr ""
msgid "Note" msgid "Note"
@ -731,22 +675,14 @@ msgstr "Poznámka"
msgid "Notify the user?" msgid "Notify the user?"
msgstr "Oboznámiť používateľa?" msgstr "Oboznámiť používateľa?"
msgid "" msgid "Optional, shows a message to the user when they attempt to create an account with that address"
"Optional, shows a message to the user when they attempt to create an account " msgstr "Voliteľné, ukáže správu používateľovi, keby sa pokúsil/a vytvoriť si účet s danou adresou"
"with that address"
msgstr ""
"Voliteľné, ukáže správu používateľovi, keby sa pokúsil/a vytvoriť si účet s "
"danou adresou"
msgid "Blocklisting notification" msgid "Blocklisting notification"
msgstr "Oboznámenie o blokovaní" msgstr "Oboznámenie o blokovaní"
msgid "" msgid "The message to be shown when the user attempts to create an account with this email address"
"The message to be shown when the user attempts to create an account with " msgstr "Správa, ktorá má byť zobrazená, keď sa užívateľ pokúsi vytvoriť účet s touto emailovou adresou"
"this email address"
msgstr ""
"Správa, ktorá má byť zobrazená, keď sa užívateľ pokúsi vytvoriť účet s touto "
"emailovou adresou"
msgid "Add blocklisted address" msgid "Add blocklisted address"
msgstr "Pridaj blokovanú adresu" msgstr "Pridaj blokovanú adresu"
@ -772,8 +708,8 @@ msgstr "Užívateľovi bude v tichosti znemožnené vytvorenie účtu"
msgid "Welcome to {}" msgid "Welcome to {}"
msgstr "Vitaj na {}" msgstr "Vitaj na {}"
msgid "Nothing to see here yet." msgid "View all"
msgstr "Ešte tu nieje nič k videniu." msgstr "Ukázať všetky"
msgid "About {0}" msgid "About {0}"
msgstr "O {0}" msgstr "O {0}"
@ -817,12 +753,8 @@ msgstr "Podnadpis"
msgid "Content" msgid "Content"
msgstr "Obsah" msgstr "Obsah"
msgid "" msgid "You can upload media to your gallery, and then copy their Markdown code into your articles to insert them."
"You can upload media to your gallery, and then copy their Markdown code into " msgstr "Do svojej galérie môžeš nahrávať multimédiá, a potom skopírovať ich Markdown syntaxiu do tvojích článkov, aby si ich vložil/a."
"your articles to insert them."
msgstr ""
"Do svojej galérie môžeš nahrávať multimédiá, a potom skopírovať ich Markdown "
"syntaxiu do tvojích článkov, aby si ich vložil/a."
msgid "Upload media" msgid "Upload media"
msgstr "Nahraj multimédiá" msgstr "Nahraj multimédiá"
@ -883,12 +815,8 @@ msgstr "Už to viac nechcem vyzdvihovať"
msgid "Boost" msgid "Boost"
msgstr "Vyzdvihni" msgstr "Vyzdvihni"
msgid "" msgid "{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this article"
"{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this " msgstr "{0}Prihlás sa{1}, alebo {2}použi svoj účet v rámci Fediversa{3} pre narábanie s týmto článkom"
"article"
msgstr ""
"{0}Prihlás sa{1}, alebo {2}použi svoj účet v rámci Fediversa{3} pre "
"narábanie s týmto článkom"
msgid "Comments" msgid "Comments"
msgstr "Komentáre" msgstr "Komentáre"
@ -906,9 +834,7 @@ msgid "Are you sure?"
msgstr "Ste si istý/á?" msgstr "Ste si istý/á?"
msgid "This article is still a draft. Only you and other authors can see it." msgid "This article is still a draft. Only you and other authors can see it."
msgstr "" msgstr "Tento článok je ešte len konceptom. Vidieť ho môžeš iba ty, a ostatní jeho autori."
"Tento článok je ešte len konceptom. Vidieť ho môžeš iba ty, a ostatní jeho "
"autori."
msgid "Only you and other authors can edit this article." msgid "Only you and other authors can edit this article."
msgstr "Iba ty, a ostatní autori môžu upravovať tento článok." msgstr "Iba ty, a ostatní autori môžu upravovať tento článok."
@ -943,12 +869,8 @@ msgstr "Potvrdenie"
msgid "Update password" msgid "Update password"
msgstr "Aktualizovať heslo" msgstr "Aktualizovať heslo"
msgid "" msgid "We sent a mail to the address you gave us, with a link to reset your password."
"We sent a mail to the address you gave us, with a link to reset your " msgstr "Email s odkazom na obnovenie hesla bol odoslaný na adresu, ktorú si nám dal/a."
"password."
msgstr ""
"Email s odkazom na obnovenie hesla bol odoslaný na adresu, ktorú si nám dal/"
"a."
msgid "Send password reset link" msgid "Send password reset link"
msgstr "Pošli odkaz na obnovu hesla" msgstr "Pošli odkaz na obnovu hesla"
@ -956,9 +878,7 @@ msgstr "Pošli odkaz na obnovu hesla"
msgid "This token has expired" msgid "This token has expired"
msgstr "Toto token oprávnenie vypršalo" msgstr "Toto token oprávnenie vypršalo"
msgid "" msgid "Please start the process again by clicking <a href=\"/password-reset\">here</a>."
"Please start the process again by clicking <a href=\"/password-reset\">here</"
"a>."
msgstr "Prosím začni odznovu, kliknutím <a href=\"/password-reset\">sem</a>." msgstr "Prosím začni odznovu, kliknutím <a href=\"/password-reset\">sem</a>."
msgid "New Blog" msgid "New Blog"
@ -973,11 +893,8 @@ msgstr "Vytvor blog"
msgid "Edit \"{}\"" msgid "Edit \"{}\""
msgstr "Uprav \"{}\"" msgstr "Uprav \"{}\""
msgid "" msgid "You can upload images to your gallery, to use them as blog icons, or banners."
"You can upload images to your gallery, to use them as blog icons, or banners." msgstr "Do svojej galérie môžeš nahrávať obrázky, ktoré sa potom dajú použiť aj ako ikonky, či záhlavie pre blogy."
msgstr ""
"Do svojej galérie môžeš nahrávať obrázky, ktoré sa potom dajú použiť aj ako "
"ikonky, či záhlavie pre blogy."
msgid "Upload images" msgid "Upload images"
msgstr "Nahraj obrázky" msgstr "Nahraj obrázky"
@ -995,9 +912,7 @@ msgid "Update blog"
msgstr "Aktualizuj blog" msgstr "Aktualizuj blog"
msgid "Be very careful, any action taken here can't be reversed." msgid "Be very careful, any action taken here can't be reversed."
msgstr "" msgstr "Buď veľmi opatrný/á, akýkoľvek úkon vykonaný v tomto priestore nieje možné vziať späť."
"Buď veľmi opatrný/á, akýkoľvek úkon vykonaný v tomto priestore nieje možné "
"vziať späť."
msgid "Are you sure that you want to permanently delete this blog?" msgid "Are you sure that you want to permanently delete this blog?"
msgstr "Si si istý/á, že chceš natrvalo zmazať tento blog?" msgstr "Si si istý/á, že chceš natrvalo zmazať tento blog?"
@ -1018,6 +933,9 @@ msgstr[3] "Tento blog má {0} autorov: "
msgid "No posts to see here yet." msgid "No posts to see here yet."
msgstr "Ešte tu nemožno vidieť žiadné príspevky." msgstr "Ešte tu nemožno vidieť žiadné príspevky."
msgid "Nothing to see here yet."
msgstr "Ešte tu nieje nič k videniu."
msgid "None" msgid "None"
msgstr "Žiadne" msgstr "Žiadne"
@ -1039,13 +957,8 @@ msgstr "Plume je decentralizovaná blogovacia platforma."
msgid "Authors can manage multiple blogs, each as its own website." msgid "Authors can manage multiple blogs, each as its own website."
msgstr "Autori môžu spravovať viacero blogov, každý ako osobitnú stránku." msgstr "Autori môžu spravovať viacero blogov, každý ako osobitnú stránku."
msgid "" msgid "Articles are also visible on other Plume instances, and you can interact with them directly from other platforms like Mastodon."
"Articles are also visible on other Plume instances, and you can interact " msgstr "Články sú tiež viditeľné na iných Plume instanciách a môžeš s nimi interaktovať priamo aj z iných federovaných platforiem, ako napríklad Mastodon."
"with them directly from other platforms like Mastodon."
msgstr ""
"Články sú tiež viditeľné na iných Plume instanciách a môžeš s nimi "
"interaktovať priamo aj z iných federovaných platforiem, ako napríklad "
"Mastodon."
msgid "Read the detailed rules" msgid "Read the detailed rules"
msgstr "Prečítaj si podrobné pravidlá" msgstr "Prečítaj si podrobné pravidlá"
@ -1125,5 +1038,3 @@ msgstr "Uverejnené pod touto licenciou"
msgid "Article license" msgid "Article license"
msgstr "Článok je pod licenciou" msgstr "Článok je pod licenciou"
#~ msgid "View all"
#~ msgstr "Ukázať všetky"

View file

@ -10,8 +10,7 @@ msgstr ""
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n%100==4 ? 3 : 0);\n"
"%100==4 ? 3 : 0);\n"
"X-Crowdin-Project: plume\n" "X-Crowdin-Project: plume\n"
"X-Crowdin-Project-ID: 352097\n" "X-Crowdin-Project-ID: 352097\n"
"X-Crowdin-Language: sl\n" "X-Crowdin-Language: sl\n"
@ -127,9 +126,7 @@ msgid "Here is the link for registration: {0}"
msgstr "" msgstr ""
# src/routes/email_signups.rs:219 # src/routes/email_signups.rs:219
msgid "" msgid "Your account has been created. Now you just need to log in, before you can use it."
"Your account has been created. Now you just need to log in, before you can "
"use it."
msgstr "" msgstr ""
# src/routes/instance.rs:117 # src/routes/instance.rs:117
@ -237,15 +234,11 @@ msgid "Your article has been deleted."
msgstr "" msgstr ""
# src/routes/posts.rs:631 # src/routes/posts.rs:631
msgid "" msgid "It looks like the article you tried to delete doesn't exist. Maybe it is already gone?"
"It looks like the article you tried to delete doesn't exist. Maybe it is "
"already gone?"
msgstr "" msgstr ""
# src/routes/posts.rs:673 # src/routes/posts.rs:673
msgid "" msgid "Couldn't obtain enough information about your account. Please make sure your username is correct."
"Couldn't obtain enough information about your account. Please make sure your "
"username is correct."
msgstr "" msgstr ""
# src/routes/reshares.rs:58 # src/routes/reshares.rs:58
@ -316,14 +309,7 @@ msgstr "E-pošta"
msgid "Email confirmation" msgid "Email confirmation"
msgstr "" msgstr ""
msgid "" msgid "Apologies, but registrations are closed on this particular instance. You can, however, find a different one."
"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 "" msgstr ""
msgid "Registration" msgid "Registration"
@ -332,8 +318,7 @@ msgstr ""
msgid "Check your inbox!" msgid "Check your inbox!"
msgstr "" msgstr ""
msgid "" msgid "We sent a mail to the address you gave us, with a link for registration."
"We sent a mail to the address you gave us, with a link for registration."
msgstr "" msgstr ""
msgid "Username" msgid "Username"
@ -510,8 +495,7 @@ msgstr ""
msgid "Your Profile" msgid "Your Profile"
msgstr "" msgstr ""
msgid "" msgid "To change your avatar, upload it to your gallery and then select from there."
"To change your avatar, upload it to your gallery and then select from there."
msgstr "" msgstr ""
msgid "Upload an avatar" msgid "Upload an avatar"
@ -583,10 +567,7 @@ msgstr ""
msgid "Invalid CSRF token" msgid "Invalid CSRF token"
msgstr "" msgstr ""
msgid "" 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."
"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 "" msgstr ""
msgid "You are not authorized." msgid "You are not authorized."
@ -670,21 +651,13 @@ msgstr ""
msgid "Save these settings" msgid "Save these settings"
msgstr "" msgstr ""
msgid "" msgid "If you are browsing this site as a visitor, no data about you is collected."
"If you are browsing this site as a visitor, no data about you is collected."
msgstr "" msgstr ""
msgid "" 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."
"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 "" msgstr ""
msgid "" 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."
"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 "" msgstr ""
msgid "Blocklisted Emails" msgid "Blocklisted Emails"
@ -693,10 +666,7 @@ msgstr ""
msgid "Email address" msgid "Email address"
msgstr "" msgstr ""
msgid "" 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"
"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 "" msgstr ""
msgid "Note" msgid "Note"
@ -705,17 +675,13 @@ msgstr ""
msgid "Notify the user?" msgid "Notify the user?"
msgstr "" msgstr ""
msgid "" msgid "Optional, shows a message to the user when they attempt to create an account with that address"
"Optional, shows a message to the user when they attempt to create an account "
"with that address"
msgstr "" msgstr ""
msgid "Blocklisting notification" msgid "Blocklisting notification"
msgstr "" msgstr ""
msgid "" msgid "The message to be shown when the user attempts to create an account with this email address"
"The message to be shown when the user attempts to create an account with "
"this email address"
msgstr "" msgstr ""
msgid "Add blocklisted address" msgid "Add blocklisted address"
@ -742,7 +708,7 @@ msgstr ""
msgid "Welcome to {}" msgid "Welcome to {}"
msgstr "Dobrodošli na {}" msgstr "Dobrodošli na {}"
msgid "Nothing to see here yet." msgid "View all"
msgstr "" msgstr ""
msgid "About {0}" msgid "About {0}"
@ -787,9 +753,7 @@ msgstr ""
msgid "Content" msgid "Content"
msgstr "" msgstr ""
msgid "" msgid "You can upload media to your gallery, and then copy their Markdown code into your articles to insert them."
"You can upload media to your gallery, and then copy their Markdown code into "
"your articles to insert them."
msgstr "" msgstr ""
msgid "Upload media" msgid "Upload media"
@ -851,9 +815,7 @@ msgstr ""
msgid "Boost" msgid "Boost"
msgstr "" msgstr ""
msgid "" msgid "{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this article"
"{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this "
"article"
msgstr "" msgstr ""
msgid "Comments" msgid "Comments"
@ -907,9 +869,7 @@ msgstr ""
msgid "Update password" msgid "Update password"
msgstr "" msgstr ""
msgid "" msgid "We sent a mail to the address you gave us, with a link to reset your password."
"We sent a mail to the address you gave us, with a link to reset your "
"password."
msgstr "" msgstr ""
msgid "Send password reset link" msgid "Send password reset link"
@ -918,9 +878,7 @@ msgstr ""
msgid "This token has expired" msgid "This token has expired"
msgstr "" msgstr ""
msgid "" msgid "Please start the process again by clicking <a href=\"/password-reset\">here</a>."
"Please start the process again by clicking <a href=\"/password-reset\">here</"
"a>."
msgstr "" msgstr ""
msgid "New Blog" msgid "New Blog"
@ -935,8 +893,7 @@ msgstr ""
msgid "Edit \"{}\"" msgid "Edit \"{}\""
msgstr "" msgstr ""
msgid "" msgid "You can upload images to your gallery, to use them as blog icons, or banners."
"You can upload images to your gallery, to use them as blog icons, or banners."
msgstr "" msgstr ""
msgid "Upload images" msgid "Upload images"
@ -976,6 +933,9 @@ msgstr[3] ""
msgid "No posts to see here yet." msgid "No posts to see here yet."
msgstr "" msgstr ""
msgid "Nothing to see here yet."
msgstr ""
msgid "None" msgid "None"
msgstr "" msgstr ""
@ -997,9 +957,7 @@ msgstr ""
msgid "Authors can manage multiple blogs, each as its own website." msgid "Authors can manage multiple blogs, each as its own website."
msgstr "" msgstr ""
msgid "" msgid "Articles are also visible on other Plume instances, and you can interact with them directly from other platforms like Mastodon."
"Articles are also visible on other Plume instances, and you can interact "
"with them directly from other platforms like Mastodon."
msgstr "" msgstr ""
msgid "Read the detailed rules" msgid "Read the detailed rules"
@ -1079,3 +1037,4 @@ msgstr ""
msgid "Article license" msgid "Article license"
msgstr "" msgstr ""

View file

@ -10,8 +10,7 @@ msgstr ""
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Crowdin-Project: plume\n" "X-Crowdin-Project: plume\n"
"X-Crowdin-Project-ID: 352097\n" "X-Crowdin-Project-ID: 352097\n"
"X-Crowdin-Language: sr-CS\n" "X-Crowdin-Language: sr-CS\n"
@ -127,9 +126,7 @@ msgid "Here is the link for registration: {0}"
msgstr "" msgstr ""
# src/routes/email_signups.rs:219 # src/routes/email_signups.rs:219
msgid "" msgid "Your account has been created. Now you just need to log in, before you can use it."
"Your account has been created. Now you just need to log in, before you can "
"use it."
msgstr "" msgstr ""
# src/routes/instance.rs:117 # src/routes/instance.rs:117
@ -237,15 +234,11 @@ msgid "Your article has been deleted."
msgstr "" msgstr ""
# src/routes/posts.rs:631 # src/routes/posts.rs:631
msgid "" msgid "It looks like the article you tried to delete doesn't exist. Maybe it is already gone?"
"It looks like the article you tried to delete doesn't exist. Maybe it is "
"already gone?"
msgstr "" msgstr ""
# src/routes/posts.rs:673 # src/routes/posts.rs:673
msgid "" msgid "Couldn't obtain enough information about your account. Please make sure your username is correct."
"Couldn't obtain enough information about your account. Please make sure your "
"username is correct."
msgstr "" msgstr ""
# src/routes/reshares.rs:58 # src/routes/reshares.rs:58
@ -316,14 +309,7 @@ msgstr ""
msgid "Email confirmation" msgid "Email confirmation"
msgstr "" msgstr ""
msgid "" msgid "Apologies, but registrations are closed on this particular instance. You can, however, find a different one."
"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 "" msgstr ""
msgid "Registration" msgid "Registration"
@ -332,8 +318,7 @@ msgstr ""
msgid "Check your inbox!" msgid "Check your inbox!"
msgstr "" msgstr ""
msgid "" msgid "We sent a mail to the address you gave us, with a link for registration."
"We sent a mail to the address you gave us, with a link for registration."
msgstr "" msgstr ""
msgid "Username" msgid "Username"
@ -510,8 +495,7 @@ msgstr ""
msgid "Your Profile" msgid "Your Profile"
msgstr "" msgstr ""
msgid "" msgid "To change your avatar, upload it to your gallery and then select from there."
"To change your avatar, upload it to your gallery and then select from there."
msgstr "" msgstr ""
msgid "Upload an avatar" msgid "Upload an avatar"
@ -583,10 +567,7 @@ msgstr ""
msgid "Invalid CSRF token" msgid "Invalid CSRF token"
msgstr "" msgstr ""
msgid "" 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."
"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 "" msgstr ""
msgid "You are not authorized." msgid "You are not authorized."
@ -670,21 +651,13 @@ msgstr ""
msgid "Save these settings" msgid "Save these settings"
msgstr "" msgstr ""
msgid "" msgid "If you are browsing this site as a visitor, no data about you is collected."
"If you are browsing this site as a visitor, no data about you is collected."
msgstr "" msgstr ""
msgid "" 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."
"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 "" msgstr ""
msgid "" 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."
"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 "" msgstr ""
msgid "Blocklisted Emails" msgid "Blocklisted Emails"
@ -693,10 +666,7 @@ msgstr ""
msgid "Email address" msgid "Email address"
msgstr "" msgstr ""
msgid "" 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"
"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 "" msgstr ""
msgid "Note" msgid "Note"
@ -705,17 +675,13 @@ msgstr ""
msgid "Notify the user?" msgid "Notify the user?"
msgstr "" msgstr ""
msgid "" msgid "Optional, shows a message to the user when they attempt to create an account with that address"
"Optional, shows a message to the user when they attempt to create an account "
"with that address"
msgstr "" msgstr ""
msgid "Blocklisting notification" msgid "Blocklisting notification"
msgstr "" msgstr ""
msgid "" msgid "The message to be shown when the user attempts to create an account with this email address"
"The message to be shown when the user attempts to create an account with "
"this email address"
msgstr "" msgstr ""
msgid "Add blocklisted address" msgid "Add blocklisted address"
@ -742,7 +708,7 @@ msgstr ""
msgid "Welcome to {}" msgid "Welcome to {}"
msgstr "Dobrodošli u {0}" msgstr "Dobrodošli u {0}"
msgid "Nothing to see here yet." msgid "View all"
msgstr "" msgstr ""
msgid "About {0}" msgid "About {0}"
@ -787,9 +753,7 @@ msgstr ""
msgid "Content" msgid "Content"
msgstr "" msgstr ""
msgid "" msgid "You can upload media to your gallery, and then copy their Markdown code into your articles to insert them."
"You can upload media to your gallery, and then copy their Markdown code into "
"your articles to insert them."
msgstr "" msgstr ""
msgid "Upload media" msgid "Upload media"
@ -849,9 +813,7 @@ msgstr ""
msgid "Boost" msgid "Boost"
msgstr "" msgstr ""
msgid "" msgid "{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this article"
"{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this "
"article"
msgstr "" msgstr ""
msgid "Comments" msgid "Comments"
@ -905,9 +867,7 @@ msgstr ""
msgid "Update password" msgid "Update password"
msgstr "" msgstr ""
msgid "" msgid "We sent a mail to the address you gave us, with a link to reset your password."
"We sent a mail to the address you gave us, with a link to reset your "
"password."
msgstr "" msgstr ""
msgid "Send password reset link" msgid "Send password reset link"
@ -916,9 +876,7 @@ msgstr ""
msgid "This token has expired" msgid "This token has expired"
msgstr "" msgstr ""
msgid "" msgid "Please start the process again by clicking <a href=\"/password-reset\">here</a>."
"Please start the process again by clicking <a href=\"/password-reset\">here</"
"a>."
msgstr "" msgstr ""
msgid "New Blog" msgid "New Blog"
@ -933,8 +891,7 @@ msgstr ""
msgid "Edit \"{}\"" msgid "Edit \"{}\""
msgstr "" msgstr ""
msgid "" msgid "You can upload images to your gallery, to use them as blog icons, or banners."
"You can upload images to your gallery, to use them as blog icons, or banners."
msgstr "" msgstr ""
msgid "Upload images" msgid "Upload images"
@ -973,6 +930,9 @@ msgstr[2] ""
msgid "No posts to see here yet." msgid "No posts to see here yet."
msgstr "" msgstr ""
msgid "Nothing to see here yet."
msgstr ""
msgid "None" msgid "None"
msgstr "" msgstr ""
@ -994,9 +954,7 @@ msgstr ""
msgid "Authors can manage multiple blogs, each as its own website." msgid "Authors can manage multiple blogs, each as its own website."
msgstr "" msgstr ""
msgid "" msgid "Articles are also visible on other Plume instances, and you can interact with them directly from other platforms like Mastodon."
"Articles are also visible on other Plume instances, and you can interact "
"with them directly from other platforms like Mastodon."
msgstr "" msgstr ""
msgid "Read the detailed rules" msgid "Read the detailed rules"
@ -1076,3 +1034,4 @@ msgstr ""
msgid "Article license" msgid "Article license"
msgstr "" msgstr ""

View file

@ -126,9 +126,7 @@ msgid "Here is the link for registration: {0}"
msgstr "" msgstr ""
# src/routes/email_signups.rs:219 # src/routes/email_signups.rs:219
msgid "" msgid "Your account has been created. Now you just need to log in, before you can use it."
"Your account has been created. Now you just need to log in, before you can "
"use it."
msgstr "" msgstr ""
# src/routes/instance.rs:117 # src/routes/instance.rs:117
@ -236,15 +234,11 @@ msgid "Your article has been deleted."
msgstr "" msgstr ""
# src/routes/posts.rs:631 # src/routes/posts.rs:631
msgid "" msgid "It looks like the article you tried to delete doesn't exist. Maybe it is already gone?"
"It looks like the article you tried to delete doesn't exist. Maybe it is "
"already gone?"
msgstr "" msgstr ""
# src/routes/posts.rs:673 # src/routes/posts.rs:673
msgid "" msgid "Couldn't obtain enough information about your account. Please make sure your username is correct."
"Couldn't obtain enough information about your account. Please make sure your "
"username is correct."
msgstr "" msgstr ""
# src/routes/reshares.rs:58 # src/routes/reshares.rs:58
@ -315,14 +309,7 @@ msgstr ""
msgid "Email confirmation" msgid "Email confirmation"
msgstr "" msgstr ""
msgid "" msgid "Apologies, but registrations are closed on this particular instance. You can, however, find a different one."
"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 "" msgstr ""
msgid "Registration" msgid "Registration"
@ -331,8 +318,7 @@ msgstr ""
msgid "Check your inbox!" msgid "Check your inbox!"
msgstr "" msgstr ""
msgid "" msgid "We sent a mail to the address you gave us, with a link for registration."
"We sent a mail to the address you gave us, with a link for registration."
msgstr "" msgstr ""
msgid "Username" msgid "Username"
@ -509,8 +495,7 @@ msgstr ""
msgid "Your Profile" msgid "Your Profile"
msgstr "" msgstr ""
msgid "" msgid "To change your avatar, upload it to your gallery and then select from there."
"To change your avatar, upload it to your gallery and then select from there."
msgstr "" msgstr ""
msgid "Upload an avatar" msgid "Upload an avatar"
@ -582,10 +567,7 @@ msgstr ""
msgid "Invalid CSRF token" msgid "Invalid CSRF token"
msgstr "" msgstr ""
msgid "" 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."
"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 "" msgstr ""
msgid "You are not authorized." msgid "You are not authorized."
@ -669,21 +651,13 @@ msgstr ""
msgid "Save these settings" msgid "Save these settings"
msgstr "" msgstr ""
msgid "" msgid "If you are browsing this site as a visitor, no data about you is collected."
"If you are browsing this site as a visitor, no data about you is collected."
msgstr "" msgstr ""
msgid "" 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."
"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 "" msgstr ""
msgid "" 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."
"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 "" msgstr ""
msgid "Blocklisted Emails" msgid "Blocklisted Emails"
@ -692,10 +666,7 @@ msgstr ""
msgid "Email address" msgid "Email address"
msgstr "" msgstr ""
msgid "" 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"
"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 "" msgstr ""
msgid "Note" msgid "Note"
@ -704,17 +675,13 @@ msgstr ""
msgid "Notify the user?" msgid "Notify the user?"
msgstr "" msgstr ""
msgid "" msgid "Optional, shows a message to the user when they attempt to create an account with that address"
"Optional, shows a message to the user when they attempt to create an account "
"with that address"
msgstr "" msgstr ""
msgid "Blocklisting notification" msgid "Blocklisting notification"
msgstr "" msgstr ""
msgid "" msgid "The message to be shown when the user attempts to create an account with this email address"
"The message to be shown when the user attempts to create an account with "
"this email address"
msgstr "" msgstr ""
msgid "Add blocklisted address" msgid "Add blocklisted address"
@ -741,7 +708,7 @@ msgstr ""
msgid "Welcome to {}" msgid "Welcome to {}"
msgstr "Välkommen till {}" msgstr "Välkommen till {}"
msgid "Nothing to see here yet." msgid "View all"
msgstr "" msgstr ""
msgid "About {0}" msgid "About {0}"
@ -786,9 +753,7 @@ msgstr ""
msgid "Content" msgid "Content"
msgstr "" msgstr ""
msgid "" msgid "You can upload media to your gallery, and then copy their Markdown code into your articles to insert them."
"You can upload media to your gallery, and then copy their Markdown code into "
"your articles to insert them."
msgstr "" msgstr ""
msgid "Upload media" msgid "Upload media"
@ -846,9 +811,7 @@ msgstr ""
msgid "Boost" msgid "Boost"
msgstr "" msgstr ""
msgid "" msgid "{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this article"
"{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this "
"article"
msgstr "" msgstr ""
msgid "Comments" msgid "Comments"
@ -902,9 +865,7 @@ msgstr ""
msgid "Update password" msgid "Update password"
msgstr "" msgstr ""
msgid "" msgid "We sent a mail to the address you gave us, with a link to reset your password."
"We sent a mail to the address you gave us, with a link to reset your "
"password."
msgstr "" msgstr ""
msgid "Send password reset link" msgid "Send password reset link"
@ -913,9 +874,7 @@ msgstr ""
msgid "This token has expired" msgid "This token has expired"
msgstr "" msgstr ""
msgid "" msgid "Please start the process again by clicking <a href=\"/password-reset\">here</a>."
"Please start the process again by clicking <a href=\"/password-reset\">here</"
"a>."
msgstr "" msgstr ""
msgid "New Blog" msgid "New Blog"
@ -930,8 +889,7 @@ msgstr ""
msgid "Edit \"{}\"" msgid "Edit \"{}\""
msgstr "Redigera \"{}\"" msgstr "Redigera \"{}\""
msgid "" msgid "You can upload images to your gallery, to use them as blog icons, or banners."
"You can upload images to your gallery, to use them as blog icons, or banners."
msgstr "" msgstr ""
msgid "Upload images" msgid "Upload images"
@ -969,6 +927,9 @@ msgstr[1] ""
msgid "No posts to see here yet." msgid "No posts to see here yet."
msgstr "" msgstr ""
msgid "Nothing to see here yet."
msgstr ""
msgid "None" msgid "None"
msgstr "" msgstr ""
@ -990,9 +951,7 @@ msgstr ""
msgid "Authors can manage multiple blogs, each as its own website." msgid "Authors can manage multiple blogs, each as its own website."
msgstr "" msgstr ""
msgid "" msgid "Articles are also visible on other Plume instances, and you can interact with them directly from other platforms like Mastodon."
"Articles are also visible on other Plume instances, and you can interact "
"with them directly from other platforms like Mastodon."
msgstr "" msgstr ""
msgid "Read the detailed rules" msgid "Read the detailed rules"
@ -1072,3 +1031,4 @@ msgstr ""
msgid "Article license" msgid "Article license"
msgstr "" msgstr ""

View file

@ -126,11 +126,8 @@ msgid "Here is the link for registration: {0}"
msgstr "" msgstr ""
# src/routes/email_signups.rs:219 # src/routes/email_signups.rs:219
msgid "" msgid "Your account has been created. Now you just need to log in, before you can use it."
"Your account has been created. Now you just need to log in, before you can " msgstr "Hesabınız oluşturuldu. Şimdi kullanabilmeniz için giriş yapmanız yeterlidir."
"use it."
msgstr ""
"Hesabınız oluşturuldu. Şimdi kullanabilmeniz için giriş yapmanız yeterlidir."
# src/routes/instance.rs:117 # src/routes/instance.rs:117
msgid "Instance settings have been saved." msgid "Instance settings have been saved."
@ -237,20 +234,12 @@ msgid "Your article has been deleted."
msgstr "Makalen silindi." msgstr "Makalen silindi."
# src/routes/posts.rs:631 # src/routes/posts.rs:631
msgid "" msgid "It looks like the article you tried to delete doesn't exist. Maybe it is already gone?"
"It looks like the article you tried to delete doesn't exist. Maybe it is " msgstr "Görünüşe göre silmek istediğin makale mevcut değil. Belki de zaten silinmiştir?"
"already gone?"
msgstr ""
"Görünüşe göre silmek istediğin makale mevcut değil. Belki de zaten "
"silinmiştir?"
# src/routes/posts.rs:673 # src/routes/posts.rs:673
msgid "" msgid "Couldn't obtain enough information about your account. Please make sure your username is correct."
"Couldn't obtain enough information about your account. Please make sure your " msgstr "Hesabın hakkında yeterli bilgi edinemedik. Lütfen kullanıcı adını doğru yazdığından emin ol."
"username is correct."
msgstr ""
"Hesabın hakkında yeterli bilgi edinemedik. Lütfen kullanıcı adını doğru "
"yazdığından emin ol."
# src/routes/reshares.rs:58 # src/routes/reshares.rs:58
msgid "To reshare a post, you need to be logged in" msgid "To reshare a post, you need to be logged in"
@ -320,17 +309,8 @@ msgstr "E-posta"
msgid "Email confirmation" msgid "Email confirmation"
msgstr "" msgstr ""
msgid "" msgid "Apologies, but registrations are closed on this particular instance. You can, however, find a different one."
"An email will be sent to provided email. You can continue signing-up via the " msgstr "Özür dileriz, ancak bu örnek kayıt olmaya kapalıdır. Ama farklı bir tane bulabilirsiniz."
"email."
msgstr ""
msgid ""
"Apologies, but registrations are closed on this particular instance. You "
"can, however, find a different one."
msgstr ""
"Özür dileriz, ancak bu örnek kayıt olmaya kapalıdır. Ama farklı bir tane "
"bulabilirsiniz."
msgid "Registration" msgid "Registration"
msgstr "" msgstr ""
@ -338,8 +318,7 @@ msgstr ""
msgid "Check your inbox!" msgid "Check your inbox!"
msgstr "Gelen kutunuzu kontrol edin!" msgstr "Gelen kutunuzu kontrol edin!"
msgid "" msgid "We sent a mail to the address you gave us, with a link for registration."
"We sent a mail to the address you gave us, with a link for registration."
msgstr "" msgstr ""
msgid "Username" msgid "Username"
@ -499,8 +478,7 @@ msgid "Your Blogs"
msgstr "Günlüklerin" msgstr "Günlüklerin"
msgid "You don't have any blog yet. Create your own, or ask to join one." msgid "You don't have any blog yet. Create your own, or ask to join one."
msgstr "" msgstr "Henüz hiç günlüğün yok :( Bir tane yarat veya birine katılmak için izin al."
"Henüz hiç günlüğün yok :( Bir tane yarat veya birine katılmak için izin al."
msgid "Start a new blog" msgid "Start a new blog"
msgstr "Yeni bir günlük başlat" msgstr "Yeni bir günlük başlat"
@ -517,10 +495,8 @@ msgstr "Hesabınızı düzenleyin"
msgid "Your Profile" msgid "Your Profile"
msgstr "Profiliniz" msgstr "Profiliniz"
msgid "" msgid "To change your avatar, upload it to your gallery and then select from there."
"To change your avatar, upload it to your gallery and then select from there." msgstr "Avatarınızı değiştirmek için galerinize yükleyin ve ardından oradan seçin."
msgstr ""
"Avatarınızı değiştirmek için galerinize yükleyin ve ardından oradan seçin."
msgid "Upload an avatar" msgid "Upload an avatar"
msgstr "Bir avatar yükle" msgstr "Bir avatar yükle"
@ -586,20 +562,13 @@ msgid "Something broke on our side."
msgstr "Bizim tarafımızda bir şeyler bozuldu." msgstr "Bizim tarafımızda bir şeyler bozuldu."
msgid "Sorry about that. If you think this is a bug, please report it." msgid "Sorry about that. If you think this is a bug, please report it."
msgstr "" msgstr "Bunun için üzgünüz. Bunun bir hata olduğunu düşünüyorsanız, lütfen bildirin."
"Bunun için üzgünüz. Bunun bir hata olduğunu düşünüyorsanız, lütfen bildirin."
msgid "Invalid CSRF token" msgid "Invalid CSRF token"
msgstr "Geçersiz CSRF belirteci" msgstr "Geçersiz CSRF belirteci"
msgid "" 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."
"Something is wrong with your CSRF token. Make sure cookies are enabled in " msgstr "CSRF belirtecinizle ilgili bir sorun var. Tarayıcınızda çerezlerin etkinleştirildiğinden emin olun ve bu sayfayı yeniden yüklemeyi deneyin. Bu hata mesajını görmeye devam ederseniz, lütfen bildirin."
"you browser, and try reloading this page. If you continue to see this error "
"message, please report it."
msgstr ""
"CSRF belirtecinizle ilgili bir sorun var. Tarayıcınızda çerezlerin "
"etkinleştirildiğinden emin olun ve bu sayfayı yeniden yüklemeyi deneyin. Bu "
"hata mesajını görmeye devam ederseniz, lütfen bildirin."
msgid "You are not authorized." msgid "You are not authorized."
msgstr "Yetkiniz yok." msgstr "Yetkiniz yok."
@ -682,30 +651,14 @@ msgstr "Varsayılan makale lisansı"
msgid "Save these settings" msgid "Save these settings"
msgstr "Bu ayarları kaydet" msgstr "Bu ayarları kaydet"
msgid "" msgid "If you are browsing this site as a visitor, no data about you is collected."
"If you are browsing this site as a visitor, no data about you is collected." msgstr "Bu siteye ziyaretçi olarak göz atıyorsanız, hakkınızda veri toplanmamaktadır."
msgstr ""
"Bu siteye ziyaretçi olarak göz atıyorsanız, hakkınızda veri toplanmamaktadır."
msgid "" 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."
"As a registered user, you have to provide your username (which does not have " msgstr "Kayıtlı bir kullanıcı olarak, giriş yapmak, makale yazmak ve yorum yapmak için bir kullanıcı adına (ki bu kullanıcı adının senin gerçek adın olması gerekmiyor), kullanabildiğin bir e-posta adresine ve bir şifreye ihtiyacın var. Girdiğin bilgiler sen hesabını silene dek depolanır."
"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 ""
"Kayıtlı bir kullanıcı olarak, giriş yapmak, makale yazmak ve yorum yapmak "
"için bir kullanıcı adına (ki bu kullanıcı adının senin gerçek adın olması "
"gerekmiyor), kullanabildiğin bir e-posta adresine ve bir şifreye ihtiyacın "
"var. Girdiğin bilgiler sen hesabını silene dek depolanır."
msgid "" 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."
"When you log in, we store two cookies, one to keep your session open, the " msgstr "Giriş yaptığınızda; biri oturumunuzu açık tutmak için, ikincisi başkalarının sizin adınıza hareket etmesini önlemek için iki çerez saklamaktayız. Başka çerez saklamıyoruz."
"second to prevent other people to act on your behalf. We don't store any "
"other cookies."
msgstr ""
"Giriş yaptığınızda; biri oturumunuzu açık tutmak için, ikincisi başkalarının "
"sizin adınıza hareket etmesini önlemek için iki çerez saklamaktayız. Başka "
"çerez saklamıyoruz."
msgid "Blocklisted Emails" msgid "Blocklisted Emails"
msgstr "" msgstr ""
@ -713,10 +666,7 @@ msgstr ""
msgid "Email address" msgid "Email address"
msgstr "" msgstr ""
msgid "" 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"
"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 "" msgstr ""
msgid "Note" msgid "Note"
@ -725,17 +675,13 @@ msgstr ""
msgid "Notify the user?" msgid "Notify the user?"
msgstr "" msgstr ""
msgid "" msgid "Optional, shows a message to the user when they attempt to create an account with that address"
"Optional, shows a message to the user when they attempt to create an account "
"with that address"
msgstr "" msgstr ""
msgid "Blocklisting notification" msgid "Blocklisting notification"
msgstr "" msgstr ""
msgid "" msgid "The message to be shown when the user attempts to create an account with this email address"
"The message to be shown when the user attempts to create an account with "
"this email address"
msgstr "" msgstr ""
msgid "Add blocklisted address" msgid "Add blocklisted address"
@ -762,8 +708,8 @@ msgstr ""
msgid "Welcome to {}" msgid "Welcome to {}"
msgstr "{}'e hoş geldiniz" msgstr "{}'e hoş geldiniz"
msgid "Nothing to see here yet." msgid "View all"
msgstr "" msgstr "Hepsini görüntüle"
msgid "About {0}" msgid "About {0}"
msgstr "{0} hakkında" msgstr "{0} hakkında"
@ -807,12 +753,8 @@ msgstr "Altyazı"
msgid "Content" msgid "Content"
msgstr "İçerik" msgstr "İçerik"
msgid "" msgid "You can upload media to your gallery, and then copy their Markdown code into your articles to insert them."
"You can upload media to your gallery, and then copy their Markdown code into " msgstr "Galerine bir resim ekleyebilir, daha sonra makalene eklemek için resmin Markdown kodunu kopyalayabilirsin."
"your articles to insert them."
msgstr ""
"Galerine bir resim ekleyebilir, daha sonra makalene eklemek için resmin "
"Markdown kodunu kopyalayabilirsin."
msgid "Upload media" msgid "Upload media"
msgstr "Medyayı karşıya yükle" msgstr "Medyayı karşıya yükle"
@ -869,12 +811,8 @@ msgstr "Bunu artık desteklemek istemiyorum"
msgid "Boost" msgid "Boost"
msgstr "Destekle" msgstr "Destekle"
msgid "" msgid "{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this article"
"{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this " msgstr "{0}Giriş yaparak{1}, ya da {2}Fediverse hesabını kullanarak{3} bu makaleyle iletişime geç"
"article"
msgstr ""
"{0}Giriş yaparak{1}, ya da {2}Fediverse hesabını kullanarak{3} bu makaleyle "
"iletişime geç"
msgid "Comments" msgid "Comments"
msgstr "Yorumlar" msgstr "Yorumlar"
@ -892,8 +830,7 @@ msgid "Are you sure?"
msgstr "Emin misiniz?" msgstr "Emin misiniz?"
msgid "This article is still a draft. Only you and other authors can see it." msgid "This article is still a draft. Only you and other authors can see it."
msgstr "" msgstr "Bu makale hâlâ bir taslak. Yalnızca sen ve diğer yazarlar bunu görebilir."
"Bu makale hâlâ bir taslak. Yalnızca sen ve diğer yazarlar bunu görebilir."
msgid "Only you and other authors can edit this article." msgid "Only you and other authors can edit this article."
msgstr "Sadece sen ve diğer yazarlar bu makaleyi düzenleyebilir." msgstr "Sadece sen ve diğer yazarlar bu makaleyi düzenleyebilir."
@ -928,11 +865,8 @@ msgstr "Doğrulama"
msgid "Update password" msgid "Update password"
msgstr "Parolayı güncelle" msgstr "Parolayı güncelle"
msgid "" msgid "We sent a mail to the address you gave us, with a link to reset your password."
"We sent a mail to the address you gave us, with a link to reset your " msgstr "Bize verdiğiniz adrese, parola sıfırlama linki içeren bir e-posta gönderdik."
"password."
msgstr ""
"Bize verdiğiniz adrese, parola sıfırlama linki içeren bir e-posta gönderdik."
msgid "Send password reset link" msgid "Send password reset link"
msgstr "Parola sıfırlama linki gönder" msgstr "Parola sıfırlama linki gönder"
@ -940,9 +874,7 @@ msgstr "Parola sıfırlama linki gönder"
msgid "This token has expired" msgid "This token has expired"
msgstr "" msgstr ""
msgid "" msgid "Please start the process again by clicking <a href=\"/password-reset\">here</a>."
"Please start the process again by clicking <a href=\"/password-reset\">here</"
"a>."
msgstr "" msgstr ""
msgid "New Blog" msgid "New Blog"
@ -957,11 +889,8 @@ msgstr "Günlük oluştur"
msgid "Edit \"{}\"" msgid "Edit \"{}\""
msgstr "Düzenle: \"{}\"" msgstr "Düzenle: \"{}\""
msgid "" msgid "You can upload images to your gallery, to use them as blog icons, or banners."
"You can upload images to your gallery, to use them as blog icons, or banners." msgstr "Günlük simgeleri veya manşeti olarak kullanmak için resimleri galerinize yükleyebilirsiniz."
msgstr ""
"Günlük simgeleri veya manşeti olarak kullanmak için resimleri galerinize "
"yükleyebilirsiniz."
msgid "Upload images" msgid "Upload images"
msgstr "Resimleri karşıya yükle" msgstr "Resimleri karşıya yükle"
@ -998,6 +927,9 @@ msgstr[1] "Bu günlükte {0} tane yazar bulunmaktadır: "
msgid "No posts to see here yet." msgid "No posts to see here yet."
msgstr "Burada henüz görülecek gönderi yok." msgstr "Burada henüz görülecek gönderi yok."
msgid "Nothing to see here yet."
msgstr ""
msgid "None" msgid "None"
msgstr "Resim ayarlanmamış" msgstr "Resim ayarlanmamış"
@ -1019,12 +951,8 @@ msgstr "Plume merkezi olmayan bir internet günlüğü yazma motorudur."
msgid "Authors can manage multiple blogs, each as its own website." msgid "Authors can manage multiple blogs, each as its own website."
msgstr "Yazarlar her biri farklı sitedeki birden çok günlüğü yönetebilirler." msgstr "Yazarlar her biri farklı sitedeki birden çok günlüğü yönetebilirler."
msgid "" msgid "Articles are also visible on other Plume instances, and you can interact with them directly from other platforms like Mastodon."
"Articles are also visible on other Plume instances, and you can interact " msgstr "Makaleler ayrıca diğer Plume oluşumlarında da görünür. Mastodon gibi platformlardan yazılarla doğrudan etkileşime geçebilirsin."
"with them directly from other platforms like Mastodon."
msgstr ""
"Makaleler ayrıca diğer Plume oluşumlarında da görünür. Mastodon gibi "
"platformlardan yazılarla doğrudan etkileşime geçebilirsin."
msgid "Read the detailed rules" msgid "Read the detailed rules"
msgstr "Detaylı kuralları oku" msgstr "Detaylı kuralları oku"
@ -1104,5 +1032,3 @@ msgstr "Bu lisans altında yayınlanan"
msgid "Article license" msgid "Article license"
msgstr "Makale lisansı" msgstr "Makale lisansı"
#~ msgid "View all"
#~ msgstr "Hepsini görüntüle"

View file

@ -10,9 +10,7 @@ msgstr ""
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 " "Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n"
"&& n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 "
"&& n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n"
"X-Crowdin-Project: plume\n" "X-Crowdin-Project: plume\n"
"X-Crowdin-Project-ID: 352097\n" "X-Crowdin-Project-ID: 352097\n"
"X-Crowdin-Language: uk\n" "X-Crowdin-Language: uk\n"
@ -128,9 +126,7 @@ msgid "Here is the link for registration: {0}"
msgstr "" msgstr ""
# src/routes/email_signups.rs:219 # src/routes/email_signups.rs:219
msgid "" msgid "Your account has been created. Now you just need to log in, before you can use it."
"Your account has been created. Now you just need to log in, before you can "
"use it."
msgstr "" msgstr ""
# src/routes/instance.rs:117 # src/routes/instance.rs:117
@ -238,15 +234,11 @@ msgid "Your article has been deleted."
msgstr "" msgstr ""
# src/routes/posts.rs:631 # src/routes/posts.rs:631
msgid "" msgid "It looks like the article you tried to delete doesn't exist. Maybe it is already gone?"
"It looks like the article you tried to delete doesn't exist. Maybe it is "
"already gone?"
msgstr "" msgstr ""
# src/routes/posts.rs:673 # src/routes/posts.rs:673
msgid "" msgid "Couldn't obtain enough information about your account. Please make sure your username is correct."
"Couldn't obtain enough information about your account. Please make sure your "
"username is correct."
msgstr "" msgstr ""
# src/routes/reshares.rs:58 # src/routes/reshares.rs:58
@ -317,14 +309,7 @@ msgstr ""
msgid "Email confirmation" msgid "Email confirmation"
msgstr "" msgstr ""
msgid "" msgid "Apologies, but registrations are closed on this particular instance. You can, however, find a different one."
"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 "" msgstr ""
msgid "Registration" msgid "Registration"
@ -333,8 +318,7 @@ msgstr ""
msgid "Check your inbox!" msgid "Check your inbox!"
msgstr "" msgstr ""
msgid "" msgid "We sent a mail to the address you gave us, with a link for registration."
"We sent a mail to the address you gave us, with a link for registration."
msgstr "" msgstr ""
msgid "Username" msgid "Username"
@ -511,8 +495,7 @@ msgstr ""
msgid "Your Profile" msgid "Your Profile"
msgstr "" msgstr ""
msgid "" msgid "To change your avatar, upload it to your gallery and then select from there."
"To change your avatar, upload it to your gallery and then select from there."
msgstr "" msgstr ""
msgid "Upload an avatar" msgid "Upload an avatar"
@ -584,10 +567,7 @@ msgstr ""
msgid "Invalid CSRF token" msgid "Invalid CSRF token"
msgstr "" msgstr ""
msgid "" 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."
"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 "" msgstr ""
msgid "You are not authorized." msgid "You are not authorized."
@ -671,21 +651,13 @@ msgstr ""
msgid "Save these settings" msgid "Save these settings"
msgstr "" msgstr ""
msgid "" msgid "If you are browsing this site as a visitor, no data about you is collected."
"If you are browsing this site as a visitor, no data about you is collected."
msgstr "" msgstr ""
msgid "" 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."
"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 "" msgstr ""
msgid "" 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."
"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 "" msgstr ""
msgid "Blocklisted Emails" msgid "Blocklisted Emails"
@ -694,10 +666,7 @@ msgstr ""
msgid "Email address" msgid "Email address"
msgstr "" msgstr ""
msgid "" 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"
"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 "" msgstr ""
msgid "Note" msgid "Note"
@ -706,17 +675,13 @@ msgstr ""
msgid "Notify the user?" msgid "Notify the user?"
msgstr "" msgstr ""
msgid "" msgid "Optional, shows a message to the user when they attempt to create an account with that address"
"Optional, shows a message to the user when they attempt to create an account "
"with that address"
msgstr "" msgstr ""
msgid "Blocklisting notification" msgid "Blocklisting notification"
msgstr "" msgstr ""
msgid "" msgid "The message to be shown when the user attempts to create an account with this email address"
"The message to be shown when the user attempts to create an account with "
"this email address"
msgstr "" msgstr ""
msgid "Add blocklisted address" msgid "Add blocklisted address"
@ -743,7 +708,7 @@ msgstr ""
msgid "Welcome to {}" msgid "Welcome to {}"
msgstr "" msgstr ""
msgid "Nothing to see here yet." msgid "View all"
msgstr "" msgstr ""
msgid "About {0}" msgid "About {0}"
@ -788,9 +753,7 @@ msgstr ""
msgid "Content" msgid "Content"
msgstr "" msgstr ""
msgid "" msgid "You can upload media to your gallery, and then copy their Markdown code into your articles to insert them."
"You can upload media to your gallery, and then copy their Markdown code into "
"your articles to insert them."
msgstr "" msgstr ""
msgid "Upload media" msgid "Upload media"
@ -852,9 +815,7 @@ msgstr ""
msgid "Boost" msgid "Boost"
msgstr "" msgstr ""
msgid "" msgid "{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this article"
"{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this "
"article"
msgstr "" msgstr ""
msgid "Comments" msgid "Comments"
@ -908,9 +869,7 @@ msgstr ""
msgid "Update password" msgid "Update password"
msgstr "" msgstr ""
msgid "" msgid "We sent a mail to the address you gave us, with a link to reset your password."
"We sent a mail to the address you gave us, with a link to reset your "
"password."
msgstr "" msgstr ""
msgid "Send password reset link" msgid "Send password reset link"
@ -919,9 +878,7 @@ msgstr ""
msgid "This token has expired" msgid "This token has expired"
msgstr "" msgstr ""
msgid "" msgid "Please start the process again by clicking <a href=\"/password-reset\">here</a>."
"Please start the process again by clicking <a href=\"/password-reset\">here</"
"a>."
msgstr "" msgstr ""
msgid "New Blog" msgid "New Blog"
@ -936,8 +893,7 @@ msgstr ""
msgid "Edit \"{}\"" msgid "Edit \"{}\""
msgstr "" msgstr ""
msgid "" msgid "You can upload images to your gallery, to use them as blog icons, or banners."
"You can upload images to your gallery, to use them as blog icons, or banners."
msgstr "" msgstr ""
msgid "Upload images" msgid "Upload images"
@ -977,6 +933,9 @@ msgstr[3] ""
msgid "No posts to see here yet." msgid "No posts to see here yet."
msgstr "" msgstr ""
msgid "Nothing to see here yet."
msgstr ""
msgid "None" msgid "None"
msgstr "" msgstr ""
@ -998,9 +957,7 @@ msgstr ""
msgid "Authors can manage multiple blogs, each as its own website." msgid "Authors can manage multiple blogs, each as its own website."
msgstr "" msgstr ""
msgid "" msgid "Articles are also visible on other Plume instances, and you can interact with them directly from other platforms like Mastodon."
"Articles are also visible on other Plume instances, and you can interact "
"with them directly from other platforms like Mastodon."
msgstr "" msgstr ""
msgid "Read the detailed rules" msgid "Read the detailed rules"
@ -1080,3 +1037,4 @@ msgstr ""
msgid "Article license" msgid "Article license"
msgstr "" msgstr ""

View file

@ -126,9 +126,7 @@ msgid "Here is the link for registration: {0}"
msgstr "" msgstr ""
# src/routes/email_signups.rs:219 # src/routes/email_signups.rs:219
msgid "" msgid "Your account has been created. Now you just need to log in, before you can use it."
"Your account has been created. Now you just need to log in, before you can "
"use it."
msgstr "" msgstr ""
# src/routes/instance.rs:117 # src/routes/instance.rs:117
@ -236,15 +234,11 @@ msgid "Your article has been deleted."
msgstr "" msgstr ""
# src/routes/posts.rs:631 # src/routes/posts.rs:631
msgid "" msgid "It looks like the article you tried to delete doesn't exist. Maybe it is already gone?"
"It looks like the article you tried to delete doesn't exist. Maybe it is "
"already gone?"
msgstr "" msgstr ""
# src/routes/posts.rs:673 # src/routes/posts.rs:673
msgid "" msgid "Couldn't obtain enough information about your account. Please make sure your username is correct."
"Couldn't obtain enough information about your account. Please make sure your "
"username is correct."
msgstr "" msgstr ""
# src/routes/reshares.rs:58 # src/routes/reshares.rs:58
@ -315,14 +309,7 @@ msgstr ""
msgid "Email confirmation" msgid "Email confirmation"
msgstr "" msgstr ""
msgid "" msgid "Apologies, but registrations are closed on this particular instance. You can, however, find a different one."
"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 "" msgstr ""
msgid "Registration" msgid "Registration"
@ -331,8 +318,7 @@ msgstr ""
msgid "Check your inbox!" msgid "Check your inbox!"
msgstr "" msgstr ""
msgid "" msgid "We sent a mail to the address you gave us, with a link for registration."
"We sent a mail to the address you gave us, with a link for registration."
msgstr "" msgstr ""
msgid "Username" msgid "Username"
@ -509,8 +495,7 @@ msgstr ""
msgid "Your Profile" msgid "Your Profile"
msgstr "" msgstr ""
msgid "" msgid "To change your avatar, upload it to your gallery and then select from there."
"To change your avatar, upload it to your gallery and then select from there."
msgstr "" msgstr ""
msgid "Upload an avatar" msgid "Upload an avatar"
@ -582,10 +567,7 @@ msgstr ""
msgid "Invalid CSRF token" msgid "Invalid CSRF token"
msgstr "" msgstr ""
msgid "" 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."
"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 "" msgstr ""
msgid "You are not authorized." msgid "You are not authorized."
@ -669,21 +651,13 @@ msgstr ""
msgid "Save these settings" msgid "Save these settings"
msgstr "" msgstr ""
msgid "" msgid "If you are browsing this site as a visitor, no data about you is collected."
"If you are browsing this site as a visitor, no data about you is collected."
msgstr "" msgstr ""
msgid "" 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."
"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 "" msgstr ""
msgid "" 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."
"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 "" msgstr ""
msgid "Blocklisted Emails" msgid "Blocklisted Emails"
@ -692,10 +666,7 @@ msgstr ""
msgid "Email address" msgid "Email address"
msgstr "" msgstr ""
msgid "" 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"
"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 "" msgstr ""
msgid "Note" msgid "Note"
@ -704,17 +675,13 @@ msgstr ""
msgid "Notify the user?" msgid "Notify the user?"
msgstr "" msgstr ""
msgid "" msgid "Optional, shows a message to the user when they attempt to create an account with that address"
"Optional, shows a message to the user when they attempt to create an account "
"with that address"
msgstr "" msgstr ""
msgid "Blocklisting notification" msgid "Blocklisting notification"
msgstr "" msgstr ""
msgid "" msgid "The message to be shown when the user attempts to create an account with this email address"
"The message to be shown when the user attempts to create an account with "
"this email address"
msgstr "" msgstr ""
msgid "Add blocklisted address" msgid "Add blocklisted address"
@ -741,7 +708,7 @@ msgstr ""
msgid "Welcome to {}" msgid "Welcome to {}"
msgstr "" msgstr ""
msgid "Nothing to see here yet." msgid "View all"
msgstr "" msgstr ""
msgid "About {0}" msgid "About {0}"
@ -786,9 +753,7 @@ msgstr ""
msgid "Content" msgid "Content"
msgstr "" msgstr ""
msgid "" msgid "You can upload media to your gallery, and then copy their Markdown code into your articles to insert them."
"You can upload media to your gallery, and then copy their Markdown code into "
"your articles to insert them."
msgstr "" msgstr ""
msgid "Upload media" msgid "Upload media"
@ -844,9 +809,7 @@ msgstr ""
msgid "Boost" msgid "Boost"
msgstr "" msgstr ""
msgid "" msgid "{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this article"
"{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this "
"article"
msgstr "" msgstr ""
msgid "Comments" msgid "Comments"
@ -900,9 +863,7 @@ msgstr ""
msgid "Update password" msgid "Update password"
msgstr "" msgstr ""
msgid "" msgid "We sent a mail to the address you gave us, with a link to reset your password."
"We sent a mail to the address you gave us, with a link to reset your "
"password."
msgstr "" msgstr ""
msgid "Send password reset link" msgid "Send password reset link"
@ -911,9 +872,7 @@ msgstr ""
msgid "This token has expired" msgid "This token has expired"
msgstr "" msgstr ""
msgid "" msgid "Please start the process again by clicking <a href=\"/password-reset\">here</a>."
"Please start the process again by clicking <a href=\"/password-reset\">here</"
"a>."
msgstr "" msgstr ""
msgid "New Blog" msgid "New Blog"
@ -928,8 +887,7 @@ msgstr ""
msgid "Edit \"{}\"" msgid "Edit \"{}\""
msgstr "" msgstr ""
msgid "" msgid "You can upload images to your gallery, to use them as blog icons, or banners."
"You can upload images to your gallery, to use them as blog icons, or banners."
msgstr "" msgstr ""
msgid "Upload images" msgid "Upload images"
@ -966,6 +924,9 @@ msgstr[0] ""
msgid "No posts to see here yet." msgid "No posts to see here yet."
msgstr "" msgstr ""
msgid "Nothing to see here yet."
msgstr ""
msgid "None" msgid "None"
msgstr "" msgstr ""
@ -987,9 +948,7 @@ msgstr ""
msgid "Authors can manage multiple blogs, each as its own website." msgid "Authors can manage multiple blogs, each as its own website."
msgstr "" msgstr ""
msgid "" msgid "Articles are also visible on other Plume instances, and you can interact with them directly from other platforms like Mastodon."
"Articles are also visible on other Plume instances, and you can interact "
"with them directly from other platforms like Mastodon."
msgstr "" msgstr ""
msgid "Read the detailed rules" msgid "Read the detailed rules"
@ -1069,3 +1028,4 @@ msgstr ""
msgid "Article license" msgid "Article license"
msgstr "" msgstr ""

View file

@ -126,9 +126,7 @@ msgid "Here is the link for registration: {0}"
msgstr "這是註冊連結:{0}" msgstr "這是註冊連結:{0}"
# src/routes/email_signups.rs:219 # src/routes/email_signups.rs:219
msgid "" msgid "Your account has been created. Now you just need to log in, before you can use it."
"Your account has been created. Now you just need to log in, before you can "
"use it."
msgstr "已創建您的帳號。現在,只要登入就可以使用。" msgstr "已創建您的帳號。現在,只要登入就可以使用。"
# src/routes/instance.rs:117 # src/routes/instance.rs:117
@ -236,15 +234,11 @@ msgid "Your article has been deleted."
msgstr "已刪除您的文章。" msgstr "已刪除您的文章。"
# src/routes/posts.rs:631 # src/routes/posts.rs:631
msgid "" msgid "It looks like the article you tried to delete doesn't exist. Maybe it is already gone?"
"It looks like the article you tried to delete doesn't exist. Maybe it is "
"already gone?"
msgstr "您試圖刪除的文章不存在。可能早已被刪除?" msgstr "您試圖刪除的文章不存在。可能早已被刪除?"
# src/routes/posts.rs:673 # src/routes/posts.rs:673
msgid "" msgid "Couldn't obtain enough information about your account. Please make sure your username is correct."
"Couldn't obtain enough information about your account. Please make sure your "
"username is correct."
msgstr "關於您的帳號,無法取得足夠的資訊。請確認您的使用者名稱正確。" msgstr "關於您的帳號,無法取得足夠的資訊。請確認您的使用者名稱正確。"
# src/routes/reshares.rs:58 # src/routes/reshares.rs:58
@ -315,14 +309,7 @@ msgstr "Email"
msgid "Email confirmation" msgid "Email confirmation"
msgstr "確認 Email" msgstr "確認 Email"
msgid "" msgid "Apologies, but registrations are closed on this particular instance. You can, however, find a different one."
"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 "很抱歉,這個實例不開放註冊。然而,您可以找尋另一個實例。" msgstr "很抱歉,這個實例不開放註冊。然而,您可以找尋另一個實例。"
msgid "Registration" msgid "Registration"
@ -331,8 +318,7 @@ msgstr "註冊"
msgid "Check your inbox!" msgid "Check your inbox!"
msgstr "請檢查您的電子郵件收件箱!" msgstr "請檢查您的電子郵件收件箱!"
msgid "" msgid "We sent a mail to the address you gave us, with a link for registration."
"We sent a mail to the address you gave us, with a link for registration."
msgstr "我們寄了一封郵件到您提供的地址,附有註冊連結。" msgstr "我們寄了一封郵件到您提供的地址,附有註冊連結。"
msgid "Username" msgid "Username"
@ -509,8 +495,7 @@ msgstr "編輯您的帳號"
msgid "Your Profile" msgid "Your Profile"
msgstr "您的個人資料" msgstr "您的個人資料"
msgid "" msgid "To change your avatar, upload it to your gallery and then select from there."
"To change your avatar, upload it to your gallery and then select from there."
msgstr "要變更您的頭像,請先上傳到您的圖片集並從中選擇。" msgstr "要變更您的頭像,請先上傳到您的圖片集並從中選擇。"
msgid "Upload an avatar" msgid "Upload an avatar"
@ -582,13 +567,8 @@ msgstr "很抱歉。如果您認為這是一個漏洞,請回報。"
msgid "Invalid CSRF token" msgid "Invalid CSRF token"
msgstr "無效的 CSRF 權杖" msgstr "無效的 CSRF 權杖"
msgid "" 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."
"Something is wrong with your CSRF token. Make sure cookies are enabled in " msgstr "您的 CSRF 權杖有誤。請確保您的瀏覽器啟用 cookie 並嘗試重新載入此頁面。 如果您持續看到這個錯誤訊息,請回報。"
"you browser, and try reloading this page. If you continue to see this error "
"message, please report it."
msgstr ""
"您的 CSRF 權杖有誤。請確保您的瀏覽器啟用 cookie 並嘗試重新載入此頁面。 如果您"
"持續看到這個錯誤訊息,請回報。"
msgid "You are not authorized." msgid "You are not authorized."
msgstr "您未被授權。" msgstr "您未被授權。"
@ -671,26 +651,14 @@ msgstr "預設文章授權條款"
msgid "Save these settings" msgid "Save these settings"
msgstr "儲存這些設定" msgstr "儲存這些設定"
msgid "" msgid "If you are browsing this site as a visitor, no data about you is collected."
"If you are browsing this site as a visitor, no data about you is collected."
msgstr "如果您正在以訪客身分瀏覽這個站點,我們不會收集您的相關資料。" msgstr "如果您正在以訪客身分瀏覽這個站點,我們不會收集您的相關資料。"
msgid "" 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."
"As a registered user, you have to provide your username (which does not have " msgstr "作為註冊用戶,您必須提供您的用戶名(不必是真實姓名),可用的電子郵件地址和密碼以便能夠登入,寫文章和評論。您提交的內容會被保存,直到您刪除它為止。"
"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 "" 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."
"When you log in, we store two cookies, one to keep your session open, the " msgstr "當您登入時,我們會儲存兩個 cookie一個是為了保持您的登入狀態第二個是為了防止其他人代替您操作。我們不會儲存其他任何的 cookie。"
"second to prevent other people to act on your behalf. We don't store any "
"other cookies."
msgstr ""
"當您登入時,我們會儲存兩個 cookie一個是為了保持您的登入狀態第二個是為了防"
"止其他人代替您操作。我們不會儲存其他任何的 cookie。"
msgid "Blocklisted Emails" msgid "Blocklisted Emails"
msgstr "已封鎖的 Email" msgstr "已封鎖的 Email"
@ -698,13 +666,8 @@ msgstr "已封鎖的 Email"
msgid "Email address" msgid "Email address"
msgstr "Email 地址" msgstr "Email 地址"
msgid "" 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"
"The email address you wish to block. In order to block domains, you can use " msgstr "您想要封鎖的 Email 地址。您可以使用萬用符號來封鎖網域,例如 '*@example.com' 來封鎖所有來自 example.com 的地址"
"globbing syntax, for example '*@example.com' blocks all addresses from "
"example.com"
msgstr ""
"您想要封鎖的 Email 地址。您可以使用萬用符號來封鎖網域,例如 '*@example.com' "
"來封鎖所有來自 example.com 的地址"
msgid "Note" msgid "Note"
msgstr "備註" msgstr "備註"
@ -712,17 +675,13 @@ msgstr "備註"
msgid "Notify the user?" msgid "Notify the user?"
msgstr "通知此用戶?" msgstr "通知此用戶?"
msgid "" msgid "Optional, shows a message to the user when they attempt to create an account with that address"
"Optional, shows a message to the user when they attempt to create an account "
"with that address"
msgstr "選用,當用戶嘗試以此地址創建帳號時顯示訊息" msgstr "選用,當用戶嘗試以此地址創建帳號時顯示訊息"
msgid "Blocklisting notification" msgid "Blocklisting notification"
msgstr "封鎖通知" msgstr "封鎖通知"
msgid "" msgid "The message to be shown when the user attempts to create an account with this email address"
"The message to be shown when the user attempts to create an account with "
"this email address"
msgstr "當用戶嘗試使用此 Email 地址創建帳號時顯示的訊息" msgstr "當用戶嘗試使用此 Email 地址創建帳號時顯示的訊息"
msgid "Add blocklisted address" msgid "Add blocklisted address"
@ -749,8 +708,8 @@ msgstr "用戶將會被靜默阻止創建帳號"
msgid "Welcome to {}" msgid "Welcome to {}"
msgstr "歡迎來到 {}" msgstr "歡迎來到 {}"
msgid "Nothing to see here yet." msgid "View all"
msgstr "這裡還沒有任何內容。" msgstr "顯示全部"
msgid "About {0}" msgid "About {0}"
msgstr "關於 {0}" msgstr "關於 {0}"
@ -794,12 +753,8 @@ msgstr "副標題"
msgid "Content" msgid "Content"
msgstr "內容" msgstr "內容"
msgid "" msgid "You can upload media to your gallery, and then copy their Markdown code into your articles to insert them."
"You can upload media to your gallery, and then copy their Markdown code into " msgstr "你可以上傳媒體到你的圖片集,然後複製它們的 Markdown 代碼並貼在文章中來嵌入它們。"
"your articles to insert them."
msgstr ""
"你可以上傳媒體到你的圖片集,然後複製它們的 Markdown 代碼並貼在文章中來嵌入它"
"們。"
msgid "Upload media" msgid "Upload media"
msgstr "上傳媒體" msgstr "上傳媒體"
@ -854,9 +809,7 @@ msgstr "我不想再助推這個了"
msgid "Boost" msgid "Boost"
msgstr "助推" msgstr "助推"
msgid "" msgid "{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this article"
"{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this "
"article"
msgstr "{0}登入{1} 或 {2}使用您的 Fediverse 帳號{3} 與此文互動。" msgstr "{0}登入{1} 或 {2}使用您的 Fediverse 帳號{3} 與此文互動。"
msgid "Comments" msgid "Comments"
@ -910,9 +863,7 @@ msgstr "確認"
msgid "Update password" msgid "Update password"
msgstr "更新密碼" msgstr "更新密碼"
msgid "" msgid "We sent a mail to the address you gave us, with a link to reset your password."
"We sent a mail to the address you gave us, with a link to reset your "
"password."
msgstr "我們寄了一封郵件到您提供的地址,附有重設密碼的連結。" msgstr "我們寄了一封郵件到您提供的地址,附有重設密碼的連結。"
msgid "Send password reset link" msgid "Send password reset link"
@ -921,9 +872,7 @@ msgstr "發送重設密碼的連結"
msgid "This token has expired" msgid "This token has expired"
msgstr "此權杖已過期" msgstr "此權杖已過期"
msgid "" msgid "Please start the process again by clicking <a href=\"/password-reset\">here</a>."
"Please start the process again by clicking <a href=\"/password-reset\">here</"
"a>."
msgstr "請點擊<a href=\"/password-reset\">這裡</a>再次申請重設密碼的連結。" msgstr "請點擊<a href=\"/password-reset\">這裡</a>再次申請重設密碼的連結。"
msgid "New Blog" msgid "New Blog"
@ -938,8 +887,7 @@ msgstr "創建部落格"
msgid "Edit \"{}\"" msgid "Edit \"{}\""
msgstr "編輯「{}」" msgstr "編輯「{}」"
msgid "" msgid "You can upload images to your gallery, to use them as blog icons, or banners."
"You can upload images to your gallery, to use them as blog icons, or banners."
msgstr "您可以將圖片上傳到您的圖片庫,用作部落格標誌或橫幅。" msgstr "您可以將圖片上傳到您的圖片庫,用作部落格標誌或橫幅。"
msgid "Upload images" msgid "Upload images"
@ -976,6 +924,9 @@ msgstr[0] "這個部落格上有 {0} 位作者: "
msgid "No posts to see here yet." msgid "No posts to see here yet."
msgstr "這裡還沒有文章。" msgstr "這裡還沒有文章。"
msgid "Nothing to see here yet."
msgstr "這裡還沒有任何內容。"
msgid "None" msgid "None"
msgstr "無" msgstr "無"
@ -997,11 +948,8 @@ msgstr "Plume 是一個去中心化的部落格引擎。"
msgid "Authors can manage multiple blogs, each as its own website." msgid "Authors can manage multiple blogs, each as its own website."
msgstr "作者可以分別管理多個部落格。" msgstr "作者可以分別管理多個部落格。"
msgid "" msgid "Articles are also visible on other Plume instances, and you can interact with them directly from other platforms like Mastodon."
"Articles are also visible on other Plume instances, and you can interact " msgstr "文章在其他 Plume 實例上同樣可見,您也可以從其他平台例如 Mastodon 與之互動。"
"with them directly from other platforms like Mastodon."
msgstr ""
"文章在其他 Plume 實例上同樣可見,您也可以從其他平台例如 Mastodon 與之互動。"
msgid "Read the detailed rules" msgid "Read the detailed rules"
msgstr "閱讀詳細規則" msgstr "閱讀詳細規則"
@ -1081,5 +1029,3 @@ msgstr "發佈所用之授權條款"
msgid "Article license" msgid "Article license"
msgstr "文章授權條款" msgstr "文章授權條款"
#~ msgid "View all"
#~ msgstr "顯示全部"