blockquote style

This commit is contained in:
Aitzol 2024-12-19 16:18:45 +01:00
parent e4e996f3a7
commit d3e09ce8ac
50 changed files with 17438 additions and 35072 deletions

243
Cargo.lock generated
View File

@ -128,9 +128,9 @@ dependencies = [
[[package]]
name = "ahash"
version = "0.8.6"
version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91429305e9f0a25f6205c5b8e0d2db09e0708a7a6df0f42212bb56c32c8ac97a"
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
dependencies = [
"cfg-if 1.0.0",
"getrandom 0.2.8",
@ -326,21 +326,6 @@ dependencies = [
"thiserror",
]
[[package]]
name = "backtrace"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "150ae7828afa7afb6d474f909d64072d21de1f3365b6e8ad8029bf7b1c6350a0"
dependencies = [
"backtrace-sys",
"cfg-if 0.1.10",
"dbghelp-sys",
"debug-builders",
"kernel32-sys",
"libc",
"winapi 0.2.8",
]
[[package]]
name = "backtrace"
version = "0.3.67"
@ -356,16 +341,6 @@ dependencies = [
"rustc-demangle",
]
[[package]]
name = "backtrace-sys"
version = "0.1.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18fbebbe1c9d1f383a9cc7e8ccdb471b91c8d024ee9c2ca5b5346121fe8b4399"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "base64"
version = "0.9.3"
@ -418,12 +393,6 @@ dependencies = [
"serde 1.0.152",
]
[[package]]
name = "bitflags"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d"
[[package]]
name = "bitflags"
version = "1.3.2"
@ -518,7 +487,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
dependencies = [
"byteorder",
"either 1.8.0",
"either",
"iovec",
]
@ -558,18 +527,6 @@ version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chomp"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f74ad218e66339b11fd23f693fb8f1d621e80ba6ac218297be26073365d163d"
dependencies = [
"bitflags 0.7.0",
"conv",
"debugtrace",
"either 0.1.7",
]
[[package]]
name = "chrono"
version = "0.4.31"
@ -612,7 +569,7 @@ checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
dependencies = [
"ansi_term",
"atty",
"bitflags 1.3.2",
"bitflags",
"strsim 0.8.0",
"textwrap",
"unicode-width",
@ -625,7 +582,7 @@ version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
dependencies = [
"bitflags 1.3.2",
"bitflags",
]
[[package]]
@ -680,7 +637,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "368a7a772ead6ce7e1de82bfb04c485f3db8ec744f72925af5735e29a22cc18e"
dependencies = [
"const-random-macro",
"proc-macro-hack 0.5.20+deprecated",
"proc-macro-hack",
]
[[package]]
@ -691,19 +648,10 @@ checksum = "9d7d6ab3c3a2282db210df5f02c4dab6e0a7057af0fb7ebd4070f30fe05c0ddb"
dependencies = [
"getrandom 0.2.8",
"once_cell",
"proc-macro-hack 0.5.20+deprecated",
"proc-macro-hack",
"tiny-keccak",
]
[[package]]
name = "conv"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ff10625fd0ac447827aa30ea8b861fead473bb60aeb73af6c1c58caf0d1299"
dependencies = [
"custom_derive",
]
[[package]]
name = "cookie"
version = "0.11.5"
@ -972,12 +920,6 @@ dependencies = [
"windows-sys 0.42.0",
]
[[package]]
name = "custom_derive"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef8ae57c4978a2acd8b869ce6b9ca1dfe817bff704c220209fdef2c0b75a01b9"
[[package]]
name = "cxx"
version = "1.0.85"
@ -1074,31 +1016,6 @@ version = "2.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4f47ca1860a761136924ddd2422ba77b2ea54fe8cc75b9040804a0d9d32ad97"
[[package]]
name = "dbghelp-sys"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97590ba53bcb8ac28279161ca943a924d1fd4a8fb3fa63302591647c4fc5b850"
dependencies = [
"winapi 0.2.8",
"winapi-build",
]
[[package]]
name = "debug-builders"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f5d8e3d14cabcb2a8a59d7147289173c6ada77a0bc526f6b85078f941c0cf12"
[[package]]
name = "debugtrace"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62e432bd83c5d70317f6ebd8a50ed4afb32907c64d6e2e1e65e339b06dc553f3"
dependencies = [
"backtrace 0.1.8",
]
[[package]]
name = "derive_builder"
version = "0.12.0"
@ -1156,7 +1073,7 @@ version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1053e9d5d5aade9bcedb5ab53b78df2b56ff9408a3138ce77eaaef87f932373"
dependencies = [
"bitflags 1.3.2",
"bitflags",
"proc-macro2 0.4.30",
"quote 0.6.13",
"syn 0.15.44",
@ -1168,7 +1085,7 @@ version = "1.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b28135ecf6b7d446b43e27e225622a038cc4e2930a1022f51cdb97ada19b8e4d"
dependencies = [
"bitflags 1.3.2",
"bitflags",
"byteorder",
"chrono",
"diesel_derives",
@ -1282,12 +1199,6 @@ version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"
[[package]]
name = "either"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a39bffec1e2015c5d8a6773cb0cf48d0d758c842398f624c34969071f5499ea7"
[[package]]
name = "either"
version = "1.8.0"
@ -1399,7 +1310,7 @@ version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"
dependencies = [
"backtrace 0.3.67",
"backtrace",
"failure_derive",
]
@ -1514,7 +1425,7 @@ version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6"
dependencies = [
"bitflags 1.3.2",
"bitflags",
"fsevent-sys",
]
@ -1539,7 +1450,7 @@ version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
dependencies = [
"bitflags 1.3.2",
"bitflags",
"fuchsia-zircon-sys",
]
@ -1750,58 +1661,16 @@ version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
[[package]]
name = "guid"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e691c64d9b226c7597e29aeb46be753beb8c9eeef96d8c78dfd4d306338a38da"
dependencies = [
"chomp",
"failure",
"failure_derive",
"guid-macro-impl",
"guid-parser",
"proc-macro-hack 0.4.3",
"winapi 0.2.8",
]
[[package]]
name = "guid-create"
version = "0.2.0"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31477e35c699193e6af9d34765c8ccaaf750a9695844cc6a7a380259452e308d"
checksum = "523933167d2fe3685898d235d6b84c578b2414c446f865a0c405977ef0345980"
dependencies = [
"byteorder",
"chomp",
"guid",
"guid-parser",
"rand 0.8.5",
"winapi 0.3.9",
]
[[package]]
name = "guid-macro-impl"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d50f7c496073b5a5dec0f6f1c149113a50960ce25dd2a559987a5a71190816"
dependencies = [
"chomp",
"guid-parser",
"proc-macro-hack 0.4.3",
"quote 0.4.2",
"syn 0.12.15",
]
[[package]]
name = "guid-parser"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abc7adb441828023999e6cff9eb1ea63156f7ec37ab5bf690005e8fc6c1148ad"
dependencies = [
"chomp",
"winapi 0.2.8",
]
[[package]]
name = "h2"
version = "0.1.26"
@ -2256,7 +2125,7 @@ version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4816c66d2c8ae673df83366c18341538f234a26d65a9ecea5c348b453ac1d02f"
dependencies = [
"bitflags 1.3.2",
"bitflags",
"inotify-sys",
"libc",
]
@ -2318,7 +2187,7 @@ version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484"
dependencies = [
"either 1.8.0",
"either",
]
[[package]]
@ -2327,7 +2196,7 @@ version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
dependencies = [
"either 1.8.0",
"either",
]
[[package]]
@ -2458,7 +2327,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe"
dependencies = [
"arrayvec",
"bitflags 1.3.2",
"bitflags",
"cfg-if 1.0.0",
"ryu",
"static_assertions",
@ -2972,7 +2841,7 @@ version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c722bee1037d430d0f8e687bbdbf222f27cc6e4e68d5caf630857bb2b6dbdce"
dependencies = [
"bitflags 1.3.2",
"bitflags",
"cc",
"cfg-if 0.1.10",
"libc",
@ -2985,7 +2854,7 @@ version = "0.26.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46a58d1d356c6597d08cde02c2f09d785b09e28711837b1ed667dc652c08a694"
dependencies = [
"bitflags 1.3.2",
"bitflags",
"cfg-if 1.0.0",
"libc",
"static_assertions",
@ -3039,7 +2908,7 @@ version = "4.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae03c8c853dba7bfd23e571ff0cff7bc9dceb40a4cd684cd1681824183f45257"
dependencies = [
"bitflags 1.3.2",
"bitflags",
"filetime",
"fsevent",
"fsevent-sys",
@ -3132,9 +3001,9 @@ dependencies = [
[[package]]
name = "once_cell"
version = "1.17.0"
version = "1.20.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
[[package]]
name = "onig"
@ -3142,7 +3011,7 @@ version = "6.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f"
dependencies = [
"bitflags 1.3.2",
"bitflags",
"libc",
"once_cell",
"onig_sys",
@ -3170,7 +3039,7 @@ version = "0.10.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b102428fd03bc5edf97f62620f7298614c45cedf287c271e7ed450bbaf83f2e1"
dependencies = [
"bitflags 1.3.2",
"bitflags",
"cfg-if 1.0.0",
"foreign-types",
"libc",
@ -3540,7 +3409,7 @@ name = "plume-models"
version = "0.7.2"
dependencies = [
"activitystreams",
"ahash 0.8.6",
"ahash 0.8.11",
"ammonia",
"assert-json-diff",
"bcrypt",
@ -3637,36 +3506,12 @@ dependencies = [
"version_check 0.9.4",
]
[[package]]
name = "proc-macro-hack"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7f95648580798cc44ff8efb9bb0d7ee5205ea32e087b31b0732f3e8c2648ee2"
dependencies = [
"proc-macro-hack-impl",
]
[[package]]
name = "proc-macro-hack"
version = "0.5.20+deprecated"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
[[package]]
name = "proc-macro-hack-impl"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7be55bf0ae1635f4d7c7ddd6efc05c631e98a82104a73d35550bbc52db960027"
[[package]]
name = "proc-macro2"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd07deb3c6d1d9ff827999c7f9b04cdfd66b1b17ae508e14fe47b620f2282ae0"
dependencies = [
"unicode-xid 0.1.0",
]
[[package]]
name = "proc-macro2"
version = "0.4.30"
@ -3700,7 +3545,7 @@ name = "pulldown-cmark"
version = "0.8.0"
source = "git+https://git.joinplu.me/Plume/pulldown-cmark?branch=bidi-plume#58514a67a52d0fa2233160bd0e8933684397bfd6"
dependencies = [
"bitflags 1.3.2",
"bitflags",
"memchr",
"unicase 2.6.0",
]
@ -3731,15 +3576,6 @@ dependencies = [
"memchr",
]
[[package]]
name = "quote"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1eca14c727ad12702eb4b6bfb5a232287dcf8385cb8ca83a3eeaf6519c44c408"
dependencies = [
"proc-macro2 0.2.3",
]
[[package]]
name = "quote"
version = "0.6.13"
@ -3965,7 +3801,7 @@ version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6db3a213adf02b3bcfd2d3846bb41cb22857d131789e01df434fb7e7bc0759b7"
dependencies = [
"either 1.8.0",
"either",
"rayon-core",
]
@ -4002,7 +3838,7 @@ version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
dependencies = [
"bitflags 1.3.2",
"bitflags",
]
[[package]]
@ -4486,7 +4322,7 @@ version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c"
dependencies = [
"bitflags 1.3.2",
"bitflags",
"core-foundation",
"core-foundation-sys",
"libc",
@ -4640,7 +4476,7 @@ version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e63e6744142336dfb606fe2b068afa2e1cca1ee6a5d8377277a92945d81fa331"
dependencies = [
"bitflags 1.3.2",
"bitflags",
"itertools 0.8.2",
"proc-macro2 1.0.75",
"quote 1.0.35",
@ -4836,17 +4672,6 @@ version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
[[package]]
name = "syn"
version = "0.12.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c97c05b8ebc34ddd6b967994d5c6e9852fa92f8b82b3858c39451f97346dcce5"
dependencies = [
"proc-macro2 0.2.3",
"quote 0.4.2",
"unicode-xid 0.1.0",
]
[[package]]
name = "syn"
version = "0.14.9"
@ -4910,7 +4735,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b20815bbe80ee0be06e6957450a841185fcf690fe0178f14d77a05ce2caa031"
dependencies = [
"bincode",
"bitflags 1.3.2",
"bitflags",
"flate2",
"fnv",
"lazy_static",
@ -5266,7 +5091,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46"
dependencies = [
"bytes 0.4.12",
"either 1.8.0",
"either",
"futures 0.1.31",
]
@ -5358,7 +5183,7 @@ version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51165dfa029d2a65969413a6cc96f354b86b464498702f174a4efa13608fd8c0"
dependencies = [
"either 1.8.0",
"either",
"futures-util",
"thiserror",
"tokio 1.24.1",

View File

@ -12,7 +12,7 @@ dotenv = "0.15.0"
gettext = "0.4.0"
gettext-macros = "0.6.1"
gettext-utils = "0.1.0"
guid-create = "0.2"
guid-create = "0.3.0"
lettre_email = "0.9.2"
num_cpus = "1.16.0"
rocket = "0.4.11"

View File

@ -16,6 +16,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
WORKDIR /scratch
COPY script/wasm-deps.sh .
RUN chmod a+x ./wasm-deps.sh && sleep 1 && ./wasm-deps.sh
RUN ln -s /usr/bin/python3 /usr/bin/python & \
ln -s /usr/bin/pip3 /usr/bin/pip
WORKDIR /app

View File

@ -98,7 +98,7 @@ main article {
}
blockquote {
border-inline-start: 5px solid $gray;
border-inline-start: 5px solid $lightpurple;
margin: 1em auto;
padding: 0em 2em;
}

View File

@ -2,7 +2,7 @@
name = "plume-front"
version = "0.7.2"
authors = ["Plume contributors"]
edition = "2018"
edition = "2021"
[package.metadata.wasm-pack.profile.release]
wasm-opt = false

View File

@ -0,0 +1,13 @@
msgid ""
msgstr ""
"Project-Id-Version: plume-front\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-06-15 16:33-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"

View File

@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
ammonia = "3.2.0"
bcrypt = "0.12.1"
guid-create = "0.2"
guid-create = "0.3.0"
itertools = "0.10.3"
lazy_static = "1.0"
ldap3 = "0.11.1"
@ -36,7 +36,7 @@ once_cell = "1.12.0"
lettre = "0.9.6"
native-tls = "0.2.10"
activitystreams = "=0.7.0-alpha.20"
ahash = "=0.8.6"
ahash = "=0.8.11"
heck = "0.4.1"
[dependencies.chrono]

View File

@ -16,992 +16,3 @@ msgstr ""
"X-Crowdin-Language: af\n"
"X-Crowdin-File: /master/po/plume/plume.pot\n"
"X-Crowdin-File-ID: 8\n"
msgid "You can't use this media as a blog icon."
msgstr ""
msgid "You can't use this media as a blog banner."
msgstr ""
msgid "Your blog information have been updated."
msgstr ""
msgid "Your comment has been posted."
msgstr ""
msgid "Your comment has been deleted."
msgstr ""
msgid "Someone"
msgstr ""
msgid "{0} commented on your article."
msgstr ""
msgid "{0} is subscribed to you."
msgstr ""
msgid "{0} liked your article."
msgstr ""
msgid "{0} mentioned you."
msgstr ""
msgid "{0} boosted your article."
msgstr ""
msgid "Your feed"
msgstr ""
msgid "My feed"
msgstr ""
msgid "Local feed"
msgstr ""
msgid "Federated feed"
msgstr ""
msgid "{0}'s avatar"
msgstr ""
msgid "Previous page"
msgstr ""
msgid "Registrations are closed on this instance."
msgstr ""
msgid "Next page"
msgstr ""
msgid "Optional"
msgstr ""
msgid "User registration"
msgstr ""
msgid "Here is the link for registration: {0}"
msgstr ""
msgid ""
"Your account has been created. Now you just need to log in, before you can "
"use it."
msgstr ""
msgid "To create a new blog, you need to be logged in"
msgstr ""
msgid "A blog with the same name already exists."
msgstr ""
msgid "Your blog was successfully created!"
msgstr ""
msgid "Your blog was deleted."
msgstr ""
msgid "You are not allowed to delete this blog."
msgstr ""
msgid "Instance settings have been saved."
msgstr ""
msgid "You are not allowed to edit this blog."
msgstr ""
msgid "{} has been unblocked."
msgstr ""
msgid "{} has been blocked."
msgstr ""
msgid "Blocks deleted"
msgstr ""
msgid "Email already blocked"
msgstr ""
msgid "Email Blocked"
msgstr ""
msgid "You can't change your own rights."
msgstr ""
msgid "You are not allowed to take this action."
msgstr ""
msgid "Done."
msgstr ""
msgid "To like a post, you need to be logged in"
msgstr ""
msgid "Your media have been deleted."
msgstr ""
msgid "You are not allowed to delete this media."
msgstr ""
msgid "Your avatar has been updated."
msgstr ""
msgid "You are not allowed to use this media."
msgstr ""
msgid "To see your notifications, you need to be logged in"
msgstr ""
msgid "This post isn't published yet."
msgstr ""
msgid "To write a new post, you need to be logged in"
msgstr ""
msgid "You are not an author of this blog."
msgstr ""
msgid "New post"
msgstr ""
msgid "Edit {0}"
msgstr ""
msgid "You are not allowed to publish on this blog."
msgstr ""
msgid "Your article has been updated."
msgstr ""
msgid "Your article has been saved."
msgstr ""
msgid "New article"
msgstr ""
msgid "You are not allowed to delete this article."
msgstr ""
msgid "Your article has been deleted."
msgstr ""
msgid ""
"It looks like the article you tried to delete doesn't exist. Maybe it is "
"already gone?"
msgstr ""
msgid ""
"Couldn't obtain enough information about your account. Please make sure your "
"username is correct."
msgstr ""
msgid "To reshare a post, you need to be logged in"
msgstr ""
msgid "You are now connected."
msgstr ""
msgid "You are now logged off."
msgstr ""
msgid "Password reset"
msgstr ""
msgid "Here is the link to reset your password: {0}"
msgstr ""
msgid "Your password was successfully reset."
msgstr ""
msgid "To access your dashboard, you need to be logged in"
msgstr ""
msgid "You are no longer following {}."
msgstr ""
msgid "You are now following {}."
msgstr ""
msgid "To subscribe to someone, you need to be logged in"
msgstr ""
msgid "To edit your profile, you need to be logged in"
msgstr ""
msgid "Your profile has been updated."
msgstr ""
msgid "Your account has been deleted."
msgstr ""
msgid "You can't delete someone else's account."
msgstr ""
msgid "Plume"
msgstr ""
msgid "Menu"
msgstr ""
msgid "Search"
msgstr ""
msgid "Dashboard"
msgstr ""
msgid "Notifications"
msgstr ""
msgid "Log Out"
msgstr ""
msgid "My account"
msgstr ""
msgid "Log In"
msgstr ""
msgid "Register"
msgstr ""
msgid "About this instance"
msgstr ""
msgid "Privacy policy"
msgstr ""
msgid "Administration"
msgstr ""
msgid "Moderation"
msgstr ""
msgid "Documentation"
msgstr ""
msgid "Source code"
msgstr ""
msgid "Matrix room"
msgstr ""
msgid "None"
msgstr ""
msgid "No description"
msgstr ""
msgid "What is Plume?"
msgstr ""
msgid "Plume is a decentralized blogging engine."
msgstr ""
msgid "Authors can manage multiple blogs, each as its own website."
msgstr ""
msgid ""
"Articles are also visible on other Plume instances, and you can interact "
"with them directly from other platforms like Mastodon."
msgstr ""
msgid "Create your account"
msgstr ""
msgid "About {0}"
msgstr ""
msgid "Home to <em>{0}</em> people"
msgstr ""
msgid "Who wrote <em>{0}</em> articles"
msgstr ""
msgid "Read the detailed rules"
msgstr ""
msgid "Respond"
msgstr ""
msgid "Are you sure?"
msgstr ""
msgid "Delete this comment"
msgstr ""
msgid "Edit"
msgstr ""
msgid "By {0}"
msgstr ""
msgid "Draft"
msgstr ""
msgid "One like"
msgid_plural "{0} likes"
msgstr[0] ""
msgstr[1] ""
msgid "One boost"
msgid_plural "{0} boosts"
msgstr[0] ""
msgstr[1] ""
msgid "New Blog"
msgstr ""
msgid "Create a blog"
msgstr ""
msgid "Title"
msgstr ""
msgid "Create blog"
msgstr ""
msgid "Edit \"{}\""
msgstr ""
msgid "Description"
msgstr ""
msgid "Markdown syntax is supported"
msgstr ""
msgid ""
"You can upload images to your gallery, to use them as blog icons, or banners."
msgstr ""
msgid "Upload images"
msgstr ""
msgid "Blog icon"
msgstr ""
msgid "Blog banner"
msgstr ""
msgid "Custom theme"
msgstr ""
msgid "Default theme"
msgstr ""
msgid "Error while loading theme selector."
msgstr ""
msgid "Update blog"
msgstr ""
msgid "Danger zone"
msgstr ""
msgid "Be very careful, any action taken here can't be reversed."
msgstr ""
msgid "Are you sure that you want to permanently delete this blog?"
msgstr ""
msgid "Permanently delete this blog"
msgstr ""
msgid "{}'s icon"
msgstr ""
msgid "There's one author on this blog: "
msgid_plural "There are {0} authors on this blog: "
msgstr[0] ""
msgstr[1] ""
msgid "Latest articles"
msgstr ""
msgid "No posts to see here yet."
msgstr ""
msgid "Articles tagged \"{0}\""
msgstr ""
msgid "There are currently no articles with such a tag"
msgstr ""
msgid "Nothing to see here yet."
msgstr ""
msgid "Media upload"
msgstr ""
msgid "Useful for visually impaired people, as well as licensing information"
msgstr ""
msgid "Content warning"
msgstr ""
msgid "Leave it empty, if none is needed"
msgstr ""
msgid "File"
msgstr ""
msgid "Send"
msgstr ""
msgid "Your media"
msgstr ""
msgid "Upload"
msgstr ""
msgid "You don't have any media yet."
msgstr ""
msgid "Content warning: {0}"
msgstr ""
msgid "Delete"
msgstr ""
msgid "Details"
msgstr ""
msgid "Media details"
msgstr ""
msgid "Go back to the gallery"
msgstr ""
msgid "Markdown syntax"
msgstr ""
msgid "Copy it into your articles, to insert this media:"
msgstr ""
msgid "Use as an avatar"
msgstr ""
msgid "I'm from this instance"
msgstr ""
msgid "Username, or email"
msgstr ""
msgid "Password"
msgstr ""
msgid "Log in"
msgstr ""
msgid "I'm from another instance"
msgstr ""
msgid "Username"
msgstr ""
msgid "Continue to your instance"
msgstr ""
msgid "Advanced search"
msgstr ""
msgid "Article title matching these words"
msgstr ""
msgid "Subtitle matching these words"
msgstr ""
msgid "Subtitle"
msgstr ""
msgid "Content macthing these words"
msgstr ""
msgid "Body content"
msgstr ""
msgid "From this date"
msgstr ""
msgid "To this date"
msgstr ""
msgid "Containing these tags"
msgstr ""
msgid "Tags"
msgstr ""
msgid "Posted on one of these instances"
msgstr ""
msgid "Instance domain"
msgstr ""
msgid "Posted by one of these authors"
msgstr ""
msgid "Author(s)"
msgstr ""
msgid "Posted on one of these blogs"
msgstr ""
msgid "Blog title"
msgstr ""
msgid "Written in this language"
msgstr ""
msgid "Language"
msgstr ""
msgid "Published under this license"
msgstr ""
msgid "Article license"
msgstr ""
msgid "Search result(s) for \"{0}\""
msgstr ""
msgid "Search result(s)"
msgstr ""
msgid "No results for your query"
msgstr ""
msgid "No more results for your query"
msgstr ""
msgid "Invalid CSRF token"
msgstr ""
msgid ""
"Something is wrong with your CSRF token. Make sure cookies are enabled in "
"you browser, and try reloading this page. If you continue to see this error "
"message, please report it."
msgstr ""
msgid "You are not authorized."
msgstr ""
msgid "Page not found"
msgstr ""
msgid "We couldn't find this page."
msgstr ""
msgid "The link that led you here may be broken."
msgstr ""
msgid "The content you sent can't be processed."
msgstr ""
msgid "Maybe it was too long."
msgstr ""
msgid "Internal server error"
msgstr ""
msgid "Something broke on our side."
msgstr ""
msgid "Sorry about that. If you think this is a bug, please report it."
msgstr ""
msgid "Check your inbox!"
msgstr ""
msgid ""
"We sent a mail to the address you gave us, with a link to reset your "
"password."
msgstr ""
msgid "This token has expired"
msgstr ""
msgid ""
"Please start the process again by clicking <a href=\"/password-reset\">here</"
"a>."
msgstr ""
msgid "Reset your password"
msgstr ""
msgid "New password"
msgstr ""
msgid "Confirmation"
msgstr ""
msgid "Update password"
msgstr ""
msgid "Email"
msgstr ""
msgid "Send password reset link"
msgstr ""
msgid "Interact with {}"
msgstr ""
msgid "Log in to interact"
msgstr ""
msgid "Enter your full username to interact"
msgstr ""
msgid "Publish"
msgstr ""
msgid "Classic editor (any changes will be lost)"
msgstr ""
msgid "Content"
msgstr ""
msgid ""
"You can upload media to your gallery, and then copy their Markdown code into "
"your articles to insert them."
msgstr ""
msgid "Upload media"
msgstr ""
msgid "Tags, separated by commas"
msgstr ""
msgid "License"
msgstr ""
msgid "Illustration"
msgstr ""
msgid "This is a draft, don't publish it yet."
msgstr ""
msgid "Update"
msgstr ""
msgid "Update, or publish"
msgstr ""
msgid "Publish your post"
msgstr ""
msgid "Written by {0}"
msgstr ""
msgid "All rights reserved."
msgstr ""
msgid "This article is under the {0} license."
msgstr ""
msgid "I don't like this anymore"
msgstr ""
msgid "Add yours"
msgstr ""
msgid "I don't want to boost this anymore"
msgstr ""
msgid "Boost"
msgstr ""
msgid ""
"{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this "
"article"
msgstr ""
msgid "Unsubscribe"
msgstr ""
msgid "Subscribe"
msgstr ""
msgid "Comments"
msgstr ""
msgid "Your comment"
msgstr ""
msgid "Submit comment"
msgstr ""
msgid "No comments yet. Be the first to react!"
msgstr ""
msgid "This article is still a draft. Only you and other authors can see it."
msgstr ""
msgid "Only you and other authors can edit this article."
msgstr ""
msgid ""
"If you are browsing this site as a visitor, no data about you is collected."
msgstr ""
msgid ""
"As a registered user, you have to provide your username (which does not have "
"to be your real name), your functional email address and a password, in "
"order to be able to log in, write articles and comment. The content you "
"submit is stored until you delete it."
msgstr ""
msgid ""
"When you log in, we store two cookies, one to keep your session open, the "
"second to prevent other people to act on your behalf. We don't store any "
"other cookies."
msgstr ""
msgid "Administration of {0}"
msgstr ""
msgid "Unblock"
msgstr ""
msgid "Block"
msgstr ""
msgid "Welcome to {}"
msgstr ""
msgid "Runs Plume {0}"
msgstr ""
msgid "And are connected to <em>{0}</em> other instances"
msgstr ""
msgid "Administred by"
msgstr ""
msgid "Blocklisted Emails"
msgstr ""
msgid "Email address"
msgstr ""
msgid ""
"The email address you wish to block. In order to block domains, you can use "
"globbing syntax, for example '*@example.com' blocks all addresses from "
"example.com"
msgstr ""
msgid "Note"
msgstr ""
msgid "Notify the user?"
msgstr ""
msgid ""
"Optional, shows a message to the user when they attempt to create an account "
"with that address"
msgstr ""
msgid "Blocklisting notification"
msgstr ""
msgid ""
"The message to be shown when the user attempts to create an account with "
"this email address"
msgstr ""
msgid "Add blocklisted address"
msgstr ""
msgid "There are no blocked emails on your instance"
msgstr ""
msgid "Delete selected emails"
msgstr ""
msgid "Email address:"
msgstr ""
msgid "Blocklisted for:"
msgstr ""
msgid "Will notify them on account creation with this message:"
msgstr ""
msgid "The user will be silently prevented from making an account"
msgstr ""
msgid "Configuration"
msgstr ""
msgid "Instances"
msgstr ""
msgid "Users"
msgstr ""
msgid "Email blocklist"
msgstr ""
msgid "Search users"
msgstr ""
msgid "Grant admin rights"
msgstr ""
msgid "Revoke admin rights"
msgstr ""
msgid "Grant moderator rights"
msgstr ""
msgid "Revoke moderator rights"
msgstr ""
msgid "Ban"
msgstr ""
msgid "Run on selected users"
msgstr ""
msgid "Admin"
msgstr ""
msgid "Moderator"
msgstr ""
msgid "Name"
msgstr ""
msgid "Allow anyone to register here"
msgstr ""
msgid "Short description"
msgstr ""
msgid "Long description"
msgstr ""
msgid "Default article license"
msgstr ""
msgid "Save these settings"
msgstr ""
msgid "{0}'s subscribers"
msgstr ""
msgid "Articles"
msgstr ""
msgid "Subscribers"
msgstr ""
msgid "Subscriptions"
msgstr ""
msgid "Create an account"
msgstr ""
msgid "Password confirmation"
msgstr ""
msgid ""
"Apologies, but registrations are closed on this particular instance. You "
"can, however, find a different one."
msgstr ""
msgid "{0}'s subscriptions"
msgstr ""
msgid "Follow {}"
msgstr ""
msgid "Log in to follow"
msgstr ""
msgid "Enter your full username handle to follow"
msgstr ""
msgid "Edit your account"
msgstr ""
msgid "Your Profile"
msgstr ""
msgid ""
"To change your avatar, upload it to your gallery and then select from there."
msgstr ""
msgid "Upload an avatar"
msgstr ""
msgid "Display name"
msgstr ""
msgid "Summary"
msgstr ""
msgid "Theme"
msgstr ""
msgid "Never load blogs custom themes"
msgstr ""
msgid "Update account"
msgstr ""
msgid "Be very careful, any action taken here can't be cancelled."
msgstr ""
msgid "Delete your account"
msgstr ""
msgid "Sorry, but as an admin, you can't leave your own instance."
msgstr ""
msgid "Atom feed"
msgstr ""
msgid "Recently boosted"
msgstr ""
msgid "Your Dashboard"
msgstr ""
msgid "Your Blogs"
msgstr ""
msgid "You don't have any blog yet. Create your own, or ask to join one."
msgstr ""
msgid "Start a new blog"
msgstr ""
msgid "Your Drafts"
msgstr ""
msgid "Go to your gallery"
msgstr ""
msgid "It is you"
msgstr ""
msgid "Edit your profile"
msgstr ""
msgid "Open on {0}"
msgstr ""
msgid "Email confirmation"
msgstr ""
msgid ""
"An email will be sent to provided email. You can continue signing-up via the "
"email."
msgstr ""
msgid "Registration"
msgstr ""
msgid ""
"We sent a mail to the address you gave us, with a link for registration."
msgstr ""

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -16,992 +16,3 @@ msgstr ""
"X-Crowdin-Language: da\n"
"X-Crowdin-File: /master/po/plume/plume.pot\n"
"X-Crowdin-File-ID: 8\n"
msgid "You can't use this media as a blog icon."
msgstr ""
msgid "You can't use this media as a blog banner."
msgstr ""
msgid "Your blog information have been updated."
msgstr ""
msgid "Your comment has been posted."
msgstr ""
msgid "Your comment has been deleted."
msgstr ""
msgid "Someone"
msgstr ""
msgid "{0} commented on your article."
msgstr ""
msgid "{0} is subscribed to you."
msgstr ""
msgid "{0} liked your article."
msgstr ""
msgid "{0} mentioned you."
msgstr ""
msgid "{0} boosted your article."
msgstr ""
msgid "Your feed"
msgstr ""
msgid "My feed"
msgstr ""
msgid "Local feed"
msgstr ""
msgid "Federated feed"
msgstr ""
msgid "{0}'s avatar"
msgstr ""
msgid "Previous page"
msgstr ""
msgid "Registrations are closed on this instance."
msgstr ""
msgid "Next page"
msgstr ""
msgid "Optional"
msgstr ""
msgid "User registration"
msgstr ""
msgid "Here is the link for registration: {0}"
msgstr ""
msgid ""
"Your account has been created. Now you just need to log in, before you can "
"use it."
msgstr ""
msgid "To create a new blog, you need to be logged in"
msgstr ""
msgid "A blog with the same name already exists."
msgstr ""
msgid "Your blog was successfully created!"
msgstr ""
msgid "Your blog was deleted."
msgstr ""
msgid "You are not allowed to delete this blog."
msgstr ""
msgid "Instance settings have been saved."
msgstr ""
msgid "You are not allowed to edit this blog."
msgstr ""
msgid "{} has been unblocked."
msgstr ""
msgid "{} has been blocked."
msgstr ""
msgid "Blocks deleted"
msgstr ""
msgid "Email already blocked"
msgstr ""
msgid "Email Blocked"
msgstr ""
msgid "You can't change your own rights."
msgstr ""
msgid "You are not allowed to take this action."
msgstr ""
msgid "Done."
msgstr ""
msgid "To like a post, you need to be logged in"
msgstr ""
msgid "Your media have been deleted."
msgstr ""
msgid "You are not allowed to delete this media."
msgstr ""
msgid "Your avatar has been updated."
msgstr ""
msgid "You are not allowed to use this media."
msgstr ""
msgid "To see your notifications, you need to be logged in"
msgstr ""
msgid "This post isn't published yet."
msgstr ""
msgid "To write a new post, you need to be logged in"
msgstr ""
msgid "You are not an author of this blog."
msgstr ""
msgid "New post"
msgstr ""
msgid "Edit {0}"
msgstr ""
msgid "You are not allowed to publish on this blog."
msgstr ""
msgid "Your article has been updated."
msgstr ""
msgid "Your article has been saved."
msgstr ""
msgid "New article"
msgstr ""
msgid "You are not allowed to delete this article."
msgstr ""
msgid "Your article has been deleted."
msgstr ""
msgid ""
"It looks like the article you tried to delete doesn't exist. Maybe it is "
"already gone?"
msgstr ""
msgid ""
"Couldn't obtain enough information about your account. Please make sure your "
"username is correct."
msgstr ""
msgid "To reshare a post, you need to be logged in"
msgstr ""
msgid "You are now connected."
msgstr ""
msgid "You are now logged off."
msgstr ""
msgid "Password reset"
msgstr ""
msgid "Here is the link to reset your password: {0}"
msgstr ""
msgid "Your password was successfully reset."
msgstr ""
msgid "To access your dashboard, you need to be logged in"
msgstr ""
msgid "You are no longer following {}."
msgstr ""
msgid "You are now following {}."
msgstr ""
msgid "To subscribe to someone, you need to be logged in"
msgstr ""
msgid "To edit your profile, you need to be logged in"
msgstr ""
msgid "Your profile has been updated."
msgstr ""
msgid "Your account has been deleted."
msgstr ""
msgid "You can't delete someone else's account."
msgstr ""
msgid "Plume"
msgstr ""
msgid "Menu"
msgstr ""
msgid "Search"
msgstr ""
msgid "Dashboard"
msgstr ""
msgid "Notifications"
msgstr ""
msgid "Log Out"
msgstr ""
msgid "My account"
msgstr ""
msgid "Log In"
msgstr ""
msgid "Register"
msgstr ""
msgid "About this instance"
msgstr ""
msgid "Privacy policy"
msgstr ""
msgid "Administration"
msgstr ""
msgid "Moderation"
msgstr ""
msgid "Documentation"
msgstr ""
msgid "Source code"
msgstr ""
msgid "Matrix room"
msgstr ""
msgid "None"
msgstr ""
msgid "No description"
msgstr ""
msgid "What is Plume?"
msgstr ""
msgid "Plume is a decentralized blogging engine."
msgstr ""
msgid "Authors can manage multiple blogs, each as its own website."
msgstr ""
msgid ""
"Articles are also visible on other Plume instances, and you can interact "
"with them directly from other platforms like Mastodon."
msgstr ""
msgid "Create your account"
msgstr ""
msgid "About {0}"
msgstr ""
msgid "Home to <em>{0}</em> people"
msgstr ""
msgid "Who wrote <em>{0}</em> articles"
msgstr ""
msgid "Read the detailed rules"
msgstr ""
msgid "Respond"
msgstr ""
msgid "Are you sure?"
msgstr ""
msgid "Delete this comment"
msgstr ""
msgid "Edit"
msgstr ""
msgid "By {0}"
msgstr ""
msgid "Draft"
msgstr ""
msgid "One like"
msgid_plural "{0} likes"
msgstr[0] ""
msgstr[1] ""
msgid "One boost"
msgid_plural "{0} boosts"
msgstr[0] ""
msgstr[1] ""
msgid "New Blog"
msgstr ""
msgid "Create a blog"
msgstr ""
msgid "Title"
msgstr ""
msgid "Create blog"
msgstr ""
msgid "Edit \"{}\""
msgstr ""
msgid "Description"
msgstr ""
msgid "Markdown syntax is supported"
msgstr ""
msgid ""
"You can upload images to your gallery, to use them as blog icons, or banners."
msgstr ""
msgid "Upload images"
msgstr ""
msgid "Blog icon"
msgstr ""
msgid "Blog banner"
msgstr ""
msgid "Custom theme"
msgstr ""
msgid "Default theme"
msgstr ""
msgid "Error while loading theme selector."
msgstr ""
msgid "Update blog"
msgstr ""
msgid "Danger zone"
msgstr ""
msgid "Be very careful, any action taken here can't be reversed."
msgstr ""
msgid "Are you sure that you want to permanently delete this blog?"
msgstr ""
msgid "Permanently delete this blog"
msgstr ""
msgid "{}'s icon"
msgstr ""
msgid "There's one author on this blog: "
msgid_plural "There are {0} authors on this blog: "
msgstr[0] ""
msgstr[1] ""
msgid "Latest articles"
msgstr ""
msgid "No posts to see here yet."
msgstr ""
msgid "Articles tagged \"{0}\""
msgstr ""
msgid "There are currently no articles with such a tag"
msgstr ""
msgid "Nothing to see here yet."
msgstr ""
msgid "Media upload"
msgstr ""
msgid "Useful for visually impaired people, as well as licensing information"
msgstr ""
msgid "Content warning"
msgstr ""
msgid "Leave it empty, if none is needed"
msgstr ""
msgid "File"
msgstr ""
msgid "Send"
msgstr ""
msgid "Your media"
msgstr ""
msgid "Upload"
msgstr ""
msgid "You don't have any media yet."
msgstr ""
msgid "Content warning: {0}"
msgstr ""
msgid "Delete"
msgstr ""
msgid "Details"
msgstr ""
msgid "Media details"
msgstr ""
msgid "Go back to the gallery"
msgstr ""
msgid "Markdown syntax"
msgstr ""
msgid "Copy it into your articles, to insert this media:"
msgstr ""
msgid "Use as an avatar"
msgstr ""
msgid "I'm from this instance"
msgstr ""
msgid "Username, or email"
msgstr ""
msgid "Password"
msgstr ""
msgid "Log in"
msgstr ""
msgid "I'm from another instance"
msgstr ""
msgid "Username"
msgstr ""
msgid "Continue to your instance"
msgstr ""
msgid "Advanced search"
msgstr ""
msgid "Article title matching these words"
msgstr ""
msgid "Subtitle matching these words"
msgstr ""
msgid "Subtitle"
msgstr ""
msgid "Content macthing these words"
msgstr ""
msgid "Body content"
msgstr ""
msgid "From this date"
msgstr ""
msgid "To this date"
msgstr ""
msgid "Containing these tags"
msgstr ""
msgid "Tags"
msgstr ""
msgid "Posted on one of these instances"
msgstr ""
msgid "Instance domain"
msgstr ""
msgid "Posted by one of these authors"
msgstr ""
msgid "Author(s)"
msgstr ""
msgid "Posted on one of these blogs"
msgstr ""
msgid "Blog title"
msgstr ""
msgid "Written in this language"
msgstr ""
msgid "Language"
msgstr ""
msgid "Published under this license"
msgstr ""
msgid "Article license"
msgstr ""
msgid "Search result(s) for \"{0}\""
msgstr ""
msgid "Search result(s)"
msgstr ""
msgid "No results for your query"
msgstr ""
msgid "No more results for your query"
msgstr ""
msgid "Invalid CSRF token"
msgstr ""
msgid ""
"Something is wrong with your CSRF token. Make sure cookies are enabled in "
"you browser, and try reloading this page. If you continue to see this error "
"message, please report it."
msgstr ""
msgid "You are not authorized."
msgstr ""
msgid "Page not found"
msgstr ""
msgid "We couldn't find this page."
msgstr ""
msgid "The link that led you here may be broken."
msgstr ""
msgid "The content you sent can't be processed."
msgstr ""
msgid "Maybe it was too long."
msgstr ""
msgid "Internal server error"
msgstr ""
msgid "Something broke on our side."
msgstr ""
msgid "Sorry about that. If you think this is a bug, please report it."
msgstr ""
msgid "Check your inbox!"
msgstr ""
msgid ""
"We sent a mail to the address you gave us, with a link to reset your "
"password."
msgstr ""
msgid "This token has expired"
msgstr ""
msgid ""
"Please start the process again by clicking <a href=\"/password-reset\">here</"
"a>."
msgstr ""
msgid "Reset your password"
msgstr ""
msgid "New password"
msgstr ""
msgid "Confirmation"
msgstr ""
msgid "Update password"
msgstr ""
msgid "Email"
msgstr ""
msgid "Send password reset link"
msgstr ""
msgid "Interact with {}"
msgstr ""
msgid "Log in to interact"
msgstr ""
msgid "Enter your full username to interact"
msgstr ""
msgid "Publish"
msgstr ""
msgid "Classic editor (any changes will be lost)"
msgstr ""
msgid "Content"
msgstr ""
msgid ""
"You can upload media to your gallery, and then copy their Markdown code into "
"your articles to insert them."
msgstr ""
msgid "Upload media"
msgstr ""
msgid "Tags, separated by commas"
msgstr ""
msgid "License"
msgstr ""
msgid "Illustration"
msgstr ""
msgid "This is a draft, don't publish it yet."
msgstr ""
msgid "Update"
msgstr ""
msgid "Update, or publish"
msgstr ""
msgid "Publish your post"
msgstr ""
msgid "Written by {0}"
msgstr ""
msgid "All rights reserved."
msgstr ""
msgid "This article is under the {0} license."
msgstr ""
msgid "I don't like this anymore"
msgstr ""
msgid "Add yours"
msgstr ""
msgid "I don't want to boost this anymore"
msgstr ""
msgid "Boost"
msgstr ""
msgid ""
"{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this "
"article"
msgstr ""
msgid "Unsubscribe"
msgstr ""
msgid "Subscribe"
msgstr ""
msgid "Comments"
msgstr ""
msgid "Your comment"
msgstr ""
msgid "Submit comment"
msgstr ""
msgid "No comments yet. Be the first to react!"
msgstr ""
msgid "This article is still a draft. Only you and other authors can see it."
msgstr ""
msgid "Only you and other authors can edit this article."
msgstr ""
msgid ""
"If you are browsing this site as a visitor, no data about you is collected."
msgstr ""
msgid ""
"As a registered user, you have to provide your username (which does not have "
"to be your real name), your functional email address and a password, in "
"order to be able to log in, write articles and comment. The content you "
"submit is stored until you delete it."
msgstr ""
msgid ""
"When you log in, we store two cookies, one to keep your session open, the "
"second to prevent other people to act on your behalf. We don't store any "
"other cookies."
msgstr ""
msgid "Administration of {0}"
msgstr ""
msgid "Unblock"
msgstr ""
msgid "Block"
msgstr ""
msgid "Welcome to {}"
msgstr ""
msgid "Runs Plume {0}"
msgstr ""
msgid "And are connected to <em>{0}</em> other instances"
msgstr ""
msgid "Administred by"
msgstr ""
msgid "Blocklisted Emails"
msgstr ""
msgid "Email address"
msgstr ""
msgid ""
"The email address you wish to block. In order to block domains, you can use "
"globbing syntax, for example '*@example.com' blocks all addresses from "
"example.com"
msgstr ""
msgid "Note"
msgstr ""
msgid "Notify the user?"
msgstr ""
msgid ""
"Optional, shows a message to the user when they attempt to create an account "
"with that address"
msgstr ""
msgid "Blocklisting notification"
msgstr ""
msgid ""
"The message to be shown when the user attempts to create an account with "
"this email address"
msgstr ""
msgid "Add blocklisted address"
msgstr ""
msgid "There are no blocked emails on your instance"
msgstr ""
msgid "Delete selected emails"
msgstr ""
msgid "Email address:"
msgstr ""
msgid "Blocklisted for:"
msgstr ""
msgid "Will notify them on account creation with this message:"
msgstr ""
msgid "The user will be silently prevented from making an account"
msgstr ""
msgid "Configuration"
msgstr ""
msgid "Instances"
msgstr ""
msgid "Users"
msgstr ""
msgid "Email blocklist"
msgstr ""
msgid "Search users"
msgstr ""
msgid "Grant admin rights"
msgstr ""
msgid "Revoke admin rights"
msgstr ""
msgid "Grant moderator rights"
msgstr ""
msgid "Revoke moderator rights"
msgstr ""
msgid "Ban"
msgstr ""
msgid "Run on selected users"
msgstr ""
msgid "Admin"
msgstr ""
msgid "Moderator"
msgstr ""
msgid "Name"
msgstr ""
msgid "Allow anyone to register here"
msgstr ""
msgid "Short description"
msgstr ""
msgid "Long description"
msgstr ""
msgid "Default article license"
msgstr ""
msgid "Save these settings"
msgstr ""
msgid "{0}'s subscribers"
msgstr ""
msgid "Articles"
msgstr ""
msgid "Subscribers"
msgstr ""
msgid "Subscriptions"
msgstr ""
msgid "Create an account"
msgstr ""
msgid "Password confirmation"
msgstr ""
msgid ""
"Apologies, but registrations are closed on this particular instance. You "
"can, however, find a different one."
msgstr ""
msgid "{0}'s subscriptions"
msgstr ""
msgid "Follow {}"
msgstr ""
msgid "Log in to follow"
msgstr ""
msgid "Enter your full username handle to follow"
msgstr ""
msgid "Edit your account"
msgstr ""
msgid "Your Profile"
msgstr ""
msgid ""
"To change your avatar, upload it to your gallery and then select from there."
msgstr ""
msgid "Upload an avatar"
msgstr ""
msgid "Display name"
msgstr ""
msgid "Summary"
msgstr ""
msgid "Theme"
msgstr ""
msgid "Never load blogs custom themes"
msgstr ""
msgid "Update account"
msgstr ""
msgid "Be very careful, any action taken here can't be cancelled."
msgstr ""
msgid "Delete your account"
msgstr ""
msgid "Sorry, but as an admin, you can't leave your own instance."
msgstr ""
msgid "Atom feed"
msgstr ""
msgid "Recently boosted"
msgstr ""
msgid "Your Dashboard"
msgstr ""
msgid "Your Blogs"
msgstr ""
msgid "You don't have any blog yet. Create your own, or ask to join one."
msgstr ""
msgid "Start a new blog"
msgstr ""
msgid "Your Drafts"
msgstr ""
msgid "Go to your gallery"
msgstr ""
msgid "It is you"
msgstr ""
msgid "Edit your profile"
msgstr ""
msgid "Open on {0}"
msgstr ""
msgid "Email confirmation"
msgstr ""
msgid ""
"An email will be sent to provided email. You can continue signing-up via the "
"email."
msgstr ""
msgid "Registration"
msgstr ""
msgid ""
"We sent a mail to the address you gave us, with a link for registration."
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@ -16,992 +16,3 @@ msgstr ""
"X-Crowdin-Language: el\n"
"X-Crowdin-File: /master/po/plume/plume.pot\n"
"X-Crowdin-File-ID: 8\n"
msgid "You can't use this media as a blog icon."
msgstr ""
msgid "You can't use this media as a blog banner."
msgstr ""
msgid "Your blog information have been updated."
msgstr ""
msgid "Your comment has been posted."
msgstr ""
msgid "Your comment has been deleted."
msgstr ""
msgid "Someone"
msgstr ""
msgid "{0} commented on your article."
msgstr ""
msgid "{0} is subscribed to you."
msgstr ""
msgid "{0} liked your article."
msgstr ""
msgid "{0} mentioned you."
msgstr ""
msgid "{0} boosted your article."
msgstr ""
msgid "Your feed"
msgstr ""
msgid "My feed"
msgstr ""
msgid "Local feed"
msgstr ""
msgid "Federated feed"
msgstr ""
msgid "{0}'s avatar"
msgstr ""
msgid "Previous page"
msgstr ""
msgid "Registrations are closed on this instance."
msgstr ""
msgid "Next page"
msgstr ""
msgid "Optional"
msgstr ""
msgid "User registration"
msgstr ""
msgid "Here is the link for registration: {0}"
msgstr ""
msgid ""
"Your account has been created. Now you just need to log in, before you can "
"use it."
msgstr ""
msgid "To create a new blog, you need to be logged in"
msgstr ""
msgid "A blog with the same name already exists."
msgstr ""
msgid "Your blog was successfully created!"
msgstr ""
msgid "Your blog was deleted."
msgstr ""
msgid "You are not allowed to delete this blog."
msgstr ""
msgid "Instance settings have been saved."
msgstr ""
msgid "You are not allowed to edit this blog."
msgstr ""
msgid "{} has been unblocked."
msgstr ""
msgid "{} has been blocked."
msgstr ""
msgid "Blocks deleted"
msgstr ""
msgid "Email already blocked"
msgstr ""
msgid "Email Blocked"
msgstr ""
msgid "You can't change your own rights."
msgstr ""
msgid "You are not allowed to take this action."
msgstr ""
msgid "Done."
msgstr ""
msgid "To like a post, you need to be logged in"
msgstr ""
msgid "Your media have been deleted."
msgstr ""
msgid "You are not allowed to delete this media."
msgstr ""
msgid "Your avatar has been updated."
msgstr ""
msgid "You are not allowed to use this media."
msgstr ""
msgid "To see your notifications, you need to be logged in"
msgstr ""
msgid "This post isn't published yet."
msgstr ""
msgid "To write a new post, you need to be logged in"
msgstr ""
msgid "You are not an author of this blog."
msgstr ""
msgid "New post"
msgstr ""
msgid "Edit {0}"
msgstr ""
msgid "You are not allowed to publish on this blog."
msgstr ""
msgid "Your article has been updated."
msgstr ""
msgid "Your article has been saved."
msgstr ""
msgid "New article"
msgstr ""
msgid "You are not allowed to delete this article."
msgstr ""
msgid "Your article has been deleted."
msgstr ""
msgid ""
"It looks like the article you tried to delete doesn't exist. Maybe it is "
"already gone?"
msgstr ""
msgid ""
"Couldn't obtain enough information about your account. Please make sure your "
"username is correct."
msgstr ""
msgid "To reshare a post, you need to be logged in"
msgstr ""
msgid "You are now connected."
msgstr ""
msgid "You are now logged off."
msgstr ""
msgid "Password reset"
msgstr ""
msgid "Here is the link to reset your password: {0}"
msgstr ""
msgid "Your password was successfully reset."
msgstr ""
msgid "To access your dashboard, you need to be logged in"
msgstr ""
msgid "You are no longer following {}."
msgstr ""
msgid "You are now following {}."
msgstr ""
msgid "To subscribe to someone, you need to be logged in"
msgstr ""
msgid "To edit your profile, you need to be logged in"
msgstr ""
msgid "Your profile has been updated."
msgstr ""
msgid "Your account has been deleted."
msgstr ""
msgid "You can't delete someone else's account."
msgstr ""
msgid "Plume"
msgstr ""
msgid "Menu"
msgstr ""
msgid "Search"
msgstr ""
msgid "Dashboard"
msgstr ""
msgid "Notifications"
msgstr ""
msgid "Log Out"
msgstr ""
msgid "My account"
msgstr ""
msgid "Log In"
msgstr ""
msgid "Register"
msgstr ""
msgid "About this instance"
msgstr ""
msgid "Privacy policy"
msgstr ""
msgid "Administration"
msgstr ""
msgid "Moderation"
msgstr ""
msgid "Documentation"
msgstr ""
msgid "Source code"
msgstr ""
msgid "Matrix room"
msgstr ""
msgid "None"
msgstr ""
msgid "No description"
msgstr ""
msgid "What is Plume?"
msgstr ""
msgid "Plume is a decentralized blogging engine."
msgstr ""
msgid "Authors can manage multiple blogs, each as its own website."
msgstr ""
msgid ""
"Articles are also visible on other Plume instances, and you can interact "
"with them directly from other platforms like Mastodon."
msgstr ""
msgid "Create your account"
msgstr ""
msgid "About {0}"
msgstr ""
msgid "Home to <em>{0}</em> people"
msgstr ""
msgid "Who wrote <em>{0}</em> articles"
msgstr ""
msgid "Read the detailed rules"
msgstr ""
msgid "Respond"
msgstr ""
msgid "Are you sure?"
msgstr ""
msgid "Delete this comment"
msgstr ""
msgid "Edit"
msgstr ""
msgid "By {0}"
msgstr ""
msgid "Draft"
msgstr ""
msgid "One like"
msgid_plural "{0} likes"
msgstr[0] ""
msgstr[1] ""
msgid "One boost"
msgid_plural "{0} boosts"
msgstr[0] ""
msgstr[1] ""
msgid "New Blog"
msgstr ""
msgid "Create a blog"
msgstr ""
msgid "Title"
msgstr ""
msgid "Create blog"
msgstr ""
msgid "Edit \"{}\""
msgstr ""
msgid "Description"
msgstr ""
msgid "Markdown syntax is supported"
msgstr ""
msgid ""
"You can upload images to your gallery, to use them as blog icons, or banners."
msgstr ""
msgid "Upload images"
msgstr ""
msgid "Blog icon"
msgstr ""
msgid "Blog banner"
msgstr ""
msgid "Custom theme"
msgstr ""
msgid "Default theme"
msgstr ""
msgid "Error while loading theme selector."
msgstr ""
msgid "Update blog"
msgstr ""
msgid "Danger zone"
msgstr ""
msgid "Be very careful, any action taken here can't be reversed."
msgstr ""
msgid "Are you sure that you want to permanently delete this blog?"
msgstr ""
msgid "Permanently delete this blog"
msgstr ""
msgid "{}'s icon"
msgstr ""
msgid "There's one author on this blog: "
msgid_plural "There are {0} authors on this blog: "
msgstr[0] ""
msgstr[1] ""
msgid "Latest articles"
msgstr ""
msgid "No posts to see here yet."
msgstr ""
msgid "Articles tagged \"{0}\""
msgstr ""
msgid "There are currently no articles with such a tag"
msgstr ""
msgid "Nothing to see here yet."
msgstr ""
msgid "Media upload"
msgstr ""
msgid "Useful for visually impaired people, as well as licensing information"
msgstr ""
msgid "Content warning"
msgstr ""
msgid "Leave it empty, if none is needed"
msgstr ""
msgid "File"
msgstr ""
msgid "Send"
msgstr ""
msgid "Your media"
msgstr ""
msgid "Upload"
msgstr ""
msgid "You don't have any media yet."
msgstr ""
msgid "Content warning: {0}"
msgstr ""
msgid "Delete"
msgstr ""
msgid "Details"
msgstr ""
msgid "Media details"
msgstr ""
msgid "Go back to the gallery"
msgstr ""
msgid "Markdown syntax"
msgstr ""
msgid "Copy it into your articles, to insert this media:"
msgstr ""
msgid "Use as an avatar"
msgstr ""
msgid "I'm from this instance"
msgstr ""
msgid "Username, or email"
msgstr ""
msgid "Password"
msgstr ""
msgid "Log in"
msgstr ""
msgid "I'm from another instance"
msgstr ""
msgid "Username"
msgstr ""
msgid "Continue to your instance"
msgstr ""
msgid "Advanced search"
msgstr ""
msgid "Article title matching these words"
msgstr ""
msgid "Subtitle matching these words"
msgstr ""
msgid "Subtitle"
msgstr ""
msgid "Content macthing these words"
msgstr ""
msgid "Body content"
msgstr ""
msgid "From this date"
msgstr ""
msgid "To this date"
msgstr ""
msgid "Containing these tags"
msgstr ""
msgid "Tags"
msgstr ""
msgid "Posted on one of these instances"
msgstr ""
msgid "Instance domain"
msgstr ""
msgid "Posted by one of these authors"
msgstr ""
msgid "Author(s)"
msgstr ""
msgid "Posted on one of these blogs"
msgstr ""
msgid "Blog title"
msgstr ""
msgid "Written in this language"
msgstr ""
msgid "Language"
msgstr ""
msgid "Published under this license"
msgstr ""
msgid "Article license"
msgstr ""
msgid "Search result(s) for \"{0}\""
msgstr ""
msgid "Search result(s)"
msgstr ""
msgid "No results for your query"
msgstr ""
msgid "No more results for your query"
msgstr ""
msgid "Invalid CSRF token"
msgstr ""
msgid ""
"Something is wrong with your CSRF token. Make sure cookies are enabled in "
"you browser, and try reloading this page. If you continue to see this error "
"message, please report it."
msgstr ""
msgid "You are not authorized."
msgstr ""
msgid "Page not found"
msgstr ""
msgid "We couldn't find this page."
msgstr ""
msgid "The link that led you here may be broken."
msgstr ""
msgid "The content you sent can't be processed."
msgstr ""
msgid "Maybe it was too long."
msgstr ""
msgid "Internal server error"
msgstr ""
msgid "Something broke on our side."
msgstr ""
msgid "Sorry about that. If you think this is a bug, please report it."
msgstr ""
msgid "Check your inbox!"
msgstr ""
msgid ""
"We sent a mail to the address you gave us, with a link to reset your "
"password."
msgstr ""
msgid "This token has expired"
msgstr ""
msgid ""
"Please start the process again by clicking <a href=\"/password-reset\">here</"
"a>."
msgstr ""
msgid "Reset your password"
msgstr ""
msgid "New password"
msgstr ""
msgid "Confirmation"
msgstr ""
msgid "Update password"
msgstr ""
msgid "Email"
msgstr ""
msgid "Send password reset link"
msgstr ""
msgid "Interact with {}"
msgstr ""
msgid "Log in to interact"
msgstr ""
msgid "Enter your full username to interact"
msgstr ""
msgid "Publish"
msgstr ""
msgid "Classic editor (any changes will be lost)"
msgstr ""
msgid "Content"
msgstr ""
msgid ""
"You can upload media to your gallery, and then copy their Markdown code into "
"your articles to insert them."
msgstr ""
msgid "Upload media"
msgstr ""
msgid "Tags, separated by commas"
msgstr ""
msgid "License"
msgstr ""
msgid "Illustration"
msgstr ""
msgid "This is a draft, don't publish it yet."
msgstr ""
msgid "Update"
msgstr ""
msgid "Update, or publish"
msgstr ""
msgid "Publish your post"
msgstr ""
msgid "Written by {0}"
msgstr ""
msgid "All rights reserved."
msgstr ""
msgid "This article is under the {0} license."
msgstr ""
msgid "I don't like this anymore"
msgstr ""
msgid "Add yours"
msgstr ""
msgid "I don't want to boost this anymore"
msgstr ""
msgid "Boost"
msgstr ""
msgid ""
"{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this "
"article"
msgstr ""
msgid "Unsubscribe"
msgstr ""
msgid "Subscribe"
msgstr ""
msgid "Comments"
msgstr ""
msgid "Your comment"
msgstr ""
msgid "Submit comment"
msgstr ""
msgid "No comments yet. Be the first to react!"
msgstr ""
msgid "This article is still a draft. Only you and other authors can see it."
msgstr ""
msgid "Only you and other authors can edit this article."
msgstr ""
msgid ""
"If you are browsing this site as a visitor, no data about you is collected."
msgstr ""
msgid ""
"As a registered user, you have to provide your username (which does not have "
"to be your real name), your functional email address and a password, in "
"order to be able to log in, write articles and comment. The content you "
"submit is stored until you delete it."
msgstr ""
msgid ""
"When you log in, we store two cookies, one to keep your session open, the "
"second to prevent other people to act on your behalf. We don't store any "
"other cookies."
msgstr ""
msgid "Administration of {0}"
msgstr ""
msgid "Unblock"
msgstr ""
msgid "Block"
msgstr ""
msgid "Welcome to {}"
msgstr ""
msgid "Runs Plume {0}"
msgstr ""
msgid "And are connected to <em>{0}</em> other instances"
msgstr ""
msgid "Administred by"
msgstr ""
msgid "Blocklisted Emails"
msgstr ""
msgid "Email address"
msgstr ""
msgid ""
"The email address you wish to block. In order to block domains, you can use "
"globbing syntax, for example '*@example.com' blocks all addresses from "
"example.com"
msgstr ""
msgid "Note"
msgstr ""
msgid "Notify the user?"
msgstr ""
msgid ""
"Optional, shows a message to the user when they attempt to create an account "
"with that address"
msgstr ""
msgid "Blocklisting notification"
msgstr ""
msgid ""
"The message to be shown when the user attempts to create an account with "
"this email address"
msgstr ""
msgid "Add blocklisted address"
msgstr ""
msgid "There are no blocked emails on your instance"
msgstr ""
msgid "Delete selected emails"
msgstr ""
msgid "Email address:"
msgstr ""
msgid "Blocklisted for:"
msgstr ""
msgid "Will notify them on account creation with this message:"
msgstr ""
msgid "The user will be silently prevented from making an account"
msgstr ""
msgid "Configuration"
msgstr ""
msgid "Instances"
msgstr ""
msgid "Users"
msgstr ""
msgid "Email blocklist"
msgstr ""
msgid "Search users"
msgstr ""
msgid "Grant admin rights"
msgstr ""
msgid "Revoke admin rights"
msgstr ""
msgid "Grant moderator rights"
msgstr ""
msgid "Revoke moderator rights"
msgstr ""
msgid "Ban"
msgstr ""
msgid "Run on selected users"
msgstr ""
msgid "Admin"
msgstr ""
msgid "Moderator"
msgstr ""
msgid "Name"
msgstr ""
msgid "Allow anyone to register here"
msgstr ""
msgid "Short description"
msgstr ""
msgid "Long description"
msgstr ""
msgid "Default article license"
msgstr ""
msgid "Save these settings"
msgstr ""
msgid "{0}'s subscribers"
msgstr ""
msgid "Articles"
msgstr ""
msgid "Subscribers"
msgstr ""
msgid "Subscriptions"
msgstr ""
msgid "Create an account"
msgstr ""
msgid "Password confirmation"
msgstr ""
msgid ""
"Apologies, but registrations are closed on this particular instance. You "
"can, however, find a different one."
msgstr ""
msgid "{0}'s subscriptions"
msgstr ""
msgid "Follow {}"
msgstr ""
msgid "Log in to follow"
msgstr ""
msgid "Enter your full username handle to follow"
msgstr ""
msgid "Edit your account"
msgstr ""
msgid "Your Profile"
msgstr ""
msgid ""
"To change your avatar, upload it to your gallery and then select from there."
msgstr ""
msgid "Upload an avatar"
msgstr ""
msgid "Display name"
msgstr ""
msgid "Summary"
msgstr ""
msgid "Theme"
msgstr ""
msgid "Never load blogs custom themes"
msgstr ""
msgid "Update account"
msgstr ""
msgid "Be very careful, any action taken here can't be cancelled."
msgstr ""
msgid "Delete your account"
msgstr ""
msgid "Sorry, but as an admin, you can't leave your own instance."
msgstr ""
msgid "Atom feed"
msgstr ""
msgid "Recently boosted"
msgstr ""
msgid "Your Dashboard"
msgstr ""
msgid "Your Blogs"
msgstr ""
msgid "You don't have any blog yet. Create your own, or ask to join one."
msgstr ""
msgid "Start a new blog"
msgstr ""
msgid "Your Drafts"
msgstr ""
msgid "Go to your gallery"
msgstr ""
msgid "It is you"
msgstr ""
msgid "Edit your profile"
msgstr ""
msgid "Open on {0}"
msgstr ""
msgid "Email confirmation"
msgstr ""
msgid ""
"An email will be sent to provided email. You can continue signing-up via the "
"email."
msgstr ""
msgid "Registration"
msgstr ""
msgid ""
"We sent a mail to the address you gave us, with a link for registration."
msgstr ""

View File

@ -16,992 +16,3 @@ msgstr ""
"X-Crowdin-Language: en\n"
"X-Crowdin-File: /master/po/plume/plume.pot\n"
"X-Crowdin-File-ID: 8\n"
msgid "You can't use this media as a blog icon."
msgstr ""
msgid "You can't use this media as a blog banner."
msgstr ""
msgid "Your blog information have been updated."
msgstr ""
msgid "Your comment has been posted."
msgstr ""
msgid "Your comment has been deleted."
msgstr ""
msgid "Someone"
msgstr ""
msgid "{0} commented on your article."
msgstr ""
msgid "{0} is subscribed to you."
msgstr ""
msgid "{0} liked your article."
msgstr ""
msgid "{0} mentioned you."
msgstr ""
msgid "{0} boosted your article."
msgstr ""
msgid "Your feed"
msgstr ""
msgid "My feed"
msgstr ""
msgid "Local feed"
msgstr ""
msgid "Federated feed"
msgstr ""
msgid "{0}'s avatar"
msgstr ""
msgid "Previous page"
msgstr ""
msgid "Registrations are closed on this instance."
msgstr ""
msgid "Next page"
msgstr ""
msgid "Optional"
msgstr ""
msgid "User registration"
msgstr ""
msgid "Here is the link for registration: {0}"
msgstr ""
msgid ""
"Your account has been created. Now you just need to log in, before you can "
"use it."
msgstr ""
msgid "To create a new blog, you need to be logged in"
msgstr ""
msgid "A blog with the same name already exists."
msgstr ""
msgid "Your blog was successfully created!"
msgstr ""
msgid "Your blog was deleted."
msgstr ""
msgid "You are not allowed to delete this blog."
msgstr ""
msgid "Instance settings have been saved."
msgstr ""
msgid "You are not allowed to edit this blog."
msgstr ""
msgid "{} has been unblocked."
msgstr ""
msgid "{} has been blocked."
msgstr ""
msgid "Blocks deleted"
msgstr ""
msgid "Email already blocked"
msgstr ""
msgid "Email Blocked"
msgstr ""
msgid "You can't change your own rights."
msgstr ""
msgid "You are not allowed to take this action."
msgstr ""
msgid "Done."
msgstr ""
msgid "To like a post, you need to be logged in"
msgstr ""
msgid "Your media have been deleted."
msgstr ""
msgid "You are not allowed to delete this media."
msgstr ""
msgid "Your avatar has been updated."
msgstr ""
msgid "You are not allowed to use this media."
msgstr ""
msgid "To see your notifications, you need to be logged in"
msgstr ""
msgid "This post isn't published yet."
msgstr ""
msgid "To write a new post, you need to be logged in"
msgstr ""
msgid "You are not an author of this blog."
msgstr ""
msgid "New post"
msgstr ""
msgid "Edit {0}"
msgstr ""
msgid "You are not allowed to publish on this blog."
msgstr ""
msgid "Your article has been updated."
msgstr ""
msgid "Your article has been saved."
msgstr ""
msgid "New article"
msgstr ""
msgid "You are not allowed to delete this article."
msgstr ""
msgid "Your article has been deleted."
msgstr ""
msgid ""
"It looks like the article you tried to delete doesn't exist. Maybe it is "
"already gone?"
msgstr ""
msgid ""
"Couldn't obtain enough information about your account. Please make sure your "
"username is correct."
msgstr ""
msgid "To reshare a post, you need to be logged in"
msgstr ""
msgid "You are now connected."
msgstr ""
msgid "You are now logged off."
msgstr ""
msgid "Password reset"
msgstr ""
msgid "Here is the link to reset your password: {0}"
msgstr ""
msgid "Your password was successfully reset."
msgstr ""
msgid "To access your dashboard, you need to be logged in"
msgstr ""
msgid "You are no longer following {}."
msgstr ""
msgid "You are now following {}."
msgstr ""
msgid "To subscribe to someone, you need to be logged in"
msgstr ""
msgid "To edit your profile, you need to be logged in"
msgstr ""
msgid "Your profile has been updated."
msgstr ""
msgid "Your account has been deleted."
msgstr ""
msgid "You can't delete someone else's account."
msgstr ""
msgid "Plume"
msgstr ""
msgid "Menu"
msgstr ""
msgid "Search"
msgstr ""
msgid "Dashboard"
msgstr ""
msgid "Notifications"
msgstr ""
msgid "Log Out"
msgstr ""
msgid "My account"
msgstr ""
msgid "Log In"
msgstr ""
msgid "Register"
msgstr ""
msgid "About this instance"
msgstr ""
msgid "Privacy policy"
msgstr ""
msgid "Administration"
msgstr ""
msgid "Moderation"
msgstr ""
msgid "Documentation"
msgstr ""
msgid "Source code"
msgstr ""
msgid "Matrix room"
msgstr ""
msgid "None"
msgstr ""
msgid "No description"
msgstr ""
msgid "What is Plume?"
msgstr ""
msgid "Plume is a decentralized blogging engine."
msgstr ""
msgid "Authors can manage multiple blogs, each as its own website."
msgstr ""
msgid ""
"Articles are also visible on other Plume instances, and you can interact "
"with them directly from other platforms like Mastodon."
msgstr ""
msgid "Create your account"
msgstr ""
msgid "About {0}"
msgstr ""
msgid "Home to <em>{0}</em> people"
msgstr ""
msgid "Who wrote <em>{0}</em> articles"
msgstr ""
msgid "Read the detailed rules"
msgstr ""
msgid "Respond"
msgstr ""
msgid "Are you sure?"
msgstr ""
msgid "Delete this comment"
msgstr ""
msgid "Edit"
msgstr ""
msgid "By {0}"
msgstr ""
msgid "Draft"
msgstr ""
msgid "One like"
msgid_plural "{0} likes"
msgstr[0] ""
msgstr[1] ""
msgid "One boost"
msgid_plural "{0} boosts"
msgstr[0] ""
msgstr[1] ""
msgid "New Blog"
msgstr ""
msgid "Create a blog"
msgstr ""
msgid "Title"
msgstr ""
msgid "Create blog"
msgstr ""
msgid "Edit \"{}\""
msgstr ""
msgid "Description"
msgstr ""
msgid "Markdown syntax is supported"
msgstr ""
msgid ""
"You can upload images to your gallery, to use them as blog icons, or banners."
msgstr ""
msgid "Upload images"
msgstr ""
msgid "Blog icon"
msgstr ""
msgid "Blog banner"
msgstr ""
msgid "Custom theme"
msgstr ""
msgid "Default theme"
msgstr ""
msgid "Error while loading theme selector."
msgstr ""
msgid "Update blog"
msgstr ""
msgid "Danger zone"
msgstr ""
msgid "Be very careful, any action taken here can't be reversed."
msgstr ""
msgid "Are you sure that you want to permanently delete this blog?"
msgstr ""
msgid "Permanently delete this blog"
msgstr ""
msgid "{}'s icon"
msgstr ""
msgid "There's one author on this blog: "
msgid_plural "There are {0} authors on this blog: "
msgstr[0] ""
msgstr[1] ""
msgid "Latest articles"
msgstr ""
msgid "No posts to see here yet."
msgstr ""
msgid "Articles tagged \"{0}\""
msgstr ""
msgid "There are currently no articles with such a tag"
msgstr ""
msgid "Nothing to see here yet."
msgstr ""
msgid "Media upload"
msgstr ""
msgid "Useful for visually impaired people, as well as licensing information"
msgstr ""
msgid "Content warning"
msgstr ""
msgid "Leave it empty, if none is needed"
msgstr ""
msgid "File"
msgstr ""
msgid "Send"
msgstr ""
msgid "Your media"
msgstr ""
msgid "Upload"
msgstr ""
msgid "You don't have any media yet."
msgstr ""
msgid "Content warning: {0}"
msgstr ""
msgid "Delete"
msgstr ""
msgid "Details"
msgstr ""
msgid "Media details"
msgstr ""
msgid "Go back to the gallery"
msgstr ""
msgid "Markdown syntax"
msgstr ""
msgid "Copy it into your articles, to insert this media:"
msgstr ""
msgid "Use as an avatar"
msgstr ""
msgid "I'm from this instance"
msgstr ""
msgid "Username, or email"
msgstr ""
msgid "Password"
msgstr ""
msgid "Log in"
msgstr ""
msgid "I'm from another instance"
msgstr ""
msgid "Username"
msgstr ""
msgid "Continue to your instance"
msgstr ""
msgid "Advanced search"
msgstr ""
msgid "Article title matching these words"
msgstr ""
msgid "Subtitle matching these words"
msgstr ""
msgid "Subtitle"
msgstr ""
msgid "Content macthing these words"
msgstr ""
msgid "Body content"
msgstr ""
msgid "From this date"
msgstr ""
msgid "To this date"
msgstr ""
msgid "Containing these tags"
msgstr ""
msgid "Tags"
msgstr ""
msgid "Posted on one of these instances"
msgstr ""
msgid "Instance domain"
msgstr ""
msgid "Posted by one of these authors"
msgstr ""
msgid "Author(s)"
msgstr ""
msgid "Posted on one of these blogs"
msgstr ""
msgid "Blog title"
msgstr ""
msgid "Written in this language"
msgstr ""
msgid "Language"
msgstr ""
msgid "Published under this license"
msgstr ""
msgid "Article license"
msgstr ""
msgid "Search result(s) for \"{0}\""
msgstr ""
msgid "Search result(s)"
msgstr ""
msgid "No results for your query"
msgstr ""
msgid "No more results for your query"
msgstr ""
msgid "Invalid CSRF token"
msgstr ""
msgid ""
"Something is wrong with your CSRF token. Make sure cookies are enabled in "
"you browser, and try reloading this page. If you continue to see this error "
"message, please report it."
msgstr ""
msgid "You are not authorized."
msgstr ""
msgid "Page not found"
msgstr ""
msgid "We couldn't find this page."
msgstr ""
msgid "The link that led you here may be broken."
msgstr ""
msgid "The content you sent can't be processed."
msgstr ""
msgid "Maybe it was too long."
msgstr ""
msgid "Internal server error"
msgstr ""
msgid "Something broke on our side."
msgstr ""
msgid "Sorry about that. If you think this is a bug, please report it."
msgstr ""
msgid "Check your inbox!"
msgstr ""
msgid ""
"We sent a mail to the address you gave us, with a link to reset your "
"password."
msgstr ""
msgid "This token has expired"
msgstr ""
msgid ""
"Please start the process again by clicking <a href=\"/password-reset\">here</"
"a>."
msgstr ""
msgid "Reset your password"
msgstr ""
msgid "New password"
msgstr ""
msgid "Confirmation"
msgstr ""
msgid "Update password"
msgstr ""
msgid "Email"
msgstr ""
msgid "Send password reset link"
msgstr ""
msgid "Interact with {}"
msgstr ""
msgid "Log in to interact"
msgstr ""
msgid "Enter your full username to interact"
msgstr ""
msgid "Publish"
msgstr ""
msgid "Classic editor (any changes will be lost)"
msgstr ""
msgid "Content"
msgstr ""
msgid ""
"You can upload media to your gallery, and then copy their Markdown code into "
"your articles to insert them."
msgstr ""
msgid "Upload media"
msgstr ""
msgid "Tags, separated by commas"
msgstr ""
msgid "License"
msgstr ""
msgid "Illustration"
msgstr ""
msgid "This is a draft, don't publish it yet."
msgstr ""
msgid "Update"
msgstr ""
msgid "Update, or publish"
msgstr ""
msgid "Publish your post"
msgstr ""
msgid "Written by {0}"
msgstr ""
msgid "All rights reserved."
msgstr ""
msgid "This article is under the {0} license."
msgstr ""
msgid "I don't like this anymore"
msgstr ""
msgid "Add yours"
msgstr ""
msgid "I don't want to boost this anymore"
msgstr ""
msgid "Boost"
msgstr ""
msgid ""
"{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this "
"article"
msgstr ""
msgid "Unsubscribe"
msgstr ""
msgid "Subscribe"
msgstr ""
msgid "Comments"
msgstr ""
msgid "Your comment"
msgstr ""
msgid "Submit comment"
msgstr ""
msgid "No comments yet. Be the first to react!"
msgstr ""
msgid "This article is still a draft. Only you and other authors can see it."
msgstr ""
msgid "Only you and other authors can edit this article."
msgstr ""
msgid ""
"If you are browsing this site as a visitor, no data about you is collected."
msgstr ""
msgid ""
"As a registered user, you have to provide your username (which does not have "
"to be your real name), your functional email address and a password, in "
"order to be able to log in, write articles and comment. The content you "
"submit is stored until you delete it."
msgstr ""
msgid ""
"When you log in, we store two cookies, one to keep your session open, the "
"second to prevent other people to act on your behalf. We don't store any "
"other cookies."
msgstr ""
msgid "Administration of {0}"
msgstr ""
msgid "Unblock"
msgstr ""
msgid "Block"
msgstr ""
msgid "Welcome to {}"
msgstr ""
msgid "Runs Plume {0}"
msgstr ""
msgid "And are connected to <em>{0}</em> other instances"
msgstr ""
msgid "Administred by"
msgstr ""
msgid "Blocklisted Emails"
msgstr ""
msgid "Email address"
msgstr ""
msgid ""
"The email address you wish to block. In order to block domains, you can use "
"globbing syntax, for example '*@example.com' blocks all addresses from "
"example.com"
msgstr ""
msgid "Note"
msgstr ""
msgid "Notify the user?"
msgstr ""
msgid ""
"Optional, shows a message to the user when they attempt to create an account "
"with that address"
msgstr ""
msgid "Blocklisting notification"
msgstr ""
msgid ""
"The message to be shown when the user attempts to create an account with "
"this email address"
msgstr ""
msgid "Add blocklisted address"
msgstr ""
msgid "There are no blocked emails on your instance"
msgstr ""
msgid "Delete selected emails"
msgstr ""
msgid "Email address:"
msgstr ""
msgid "Blocklisted for:"
msgstr ""
msgid "Will notify them on account creation with this message:"
msgstr ""
msgid "The user will be silently prevented from making an account"
msgstr ""
msgid "Configuration"
msgstr ""
msgid "Instances"
msgstr ""
msgid "Users"
msgstr ""
msgid "Email blocklist"
msgstr ""
msgid "Search users"
msgstr ""
msgid "Grant admin rights"
msgstr ""
msgid "Revoke admin rights"
msgstr ""
msgid "Grant moderator rights"
msgstr ""
msgid "Revoke moderator rights"
msgstr ""
msgid "Ban"
msgstr ""
msgid "Run on selected users"
msgstr ""
msgid "Admin"
msgstr ""
msgid "Moderator"
msgstr ""
msgid "Name"
msgstr ""
msgid "Allow anyone to register here"
msgstr ""
msgid "Short description"
msgstr ""
msgid "Long description"
msgstr ""
msgid "Default article license"
msgstr ""
msgid "Save these settings"
msgstr ""
msgid "{0}'s subscribers"
msgstr ""
msgid "Articles"
msgstr ""
msgid "Subscribers"
msgstr ""
msgid "Subscriptions"
msgstr ""
msgid "Create an account"
msgstr ""
msgid "Password confirmation"
msgstr ""
msgid ""
"Apologies, but registrations are closed on this particular instance. You "
"can, however, find a different one."
msgstr ""
msgid "{0}'s subscriptions"
msgstr ""
msgid "Follow {}"
msgstr ""
msgid "Log in to follow"
msgstr ""
msgid "Enter your full username handle to follow"
msgstr ""
msgid "Edit your account"
msgstr ""
msgid "Your Profile"
msgstr ""
msgid ""
"To change your avatar, upload it to your gallery and then select from there."
msgstr ""
msgid "Upload an avatar"
msgstr ""
msgid "Display name"
msgstr ""
msgid "Summary"
msgstr ""
msgid "Theme"
msgstr ""
msgid "Never load blogs custom themes"
msgstr ""
msgid "Update account"
msgstr ""
msgid "Be very careful, any action taken here can't be cancelled."
msgstr ""
msgid "Delete your account"
msgstr ""
msgid "Sorry, but as an admin, you can't leave your own instance."
msgstr ""
msgid "Atom feed"
msgstr ""
msgid "Recently boosted"
msgstr ""
msgid "Your Dashboard"
msgstr ""
msgid "Your Blogs"
msgstr ""
msgid "You don't have any blog yet. Create your own, or ask to join one."
msgstr ""
msgid "Start a new blog"
msgstr ""
msgid "Your Drafts"
msgstr ""
msgid "Go to your gallery"
msgstr ""
msgid "It is you"
msgstr ""
msgid "Edit your profile"
msgstr ""
msgid "Open on {0}"
msgstr ""
msgid "Email confirmation"
msgstr ""
msgid ""
"An email will be sent to provided email. You can continue signing-up via the "
"email."
msgstr ""
msgid "Registration"
msgstr ""
msgid ""
"We sent a mail to the address you gave us, with a link for registration."
msgstr ""

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -17,998 +17,3 @@ msgstr ""
"X-Crowdin-Language: he\n"
"X-Crowdin-File: /master/po/plume/plume.pot\n"
"X-Crowdin-File-ID: 8\n"
msgid "You can't use this media as a blog icon."
msgstr ""
msgid "You can't use this media as a blog banner."
msgstr ""
msgid "Your blog information have been updated."
msgstr ""
msgid "Your comment has been posted."
msgstr ""
msgid "Your comment has been deleted."
msgstr ""
msgid "Someone"
msgstr ""
msgid "{0} commented on your article."
msgstr ""
msgid "{0} is subscribed to you."
msgstr ""
msgid "{0} liked your article."
msgstr ""
msgid "{0} mentioned you."
msgstr ""
msgid "{0} boosted your article."
msgstr ""
msgid "Your feed"
msgstr ""
msgid "My feed"
msgstr ""
msgid "Local feed"
msgstr ""
msgid "Federated feed"
msgstr ""
msgid "{0}'s avatar"
msgstr ""
msgid "Previous page"
msgstr ""
msgid "Registrations are closed on this instance."
msgstr ""
msgid "Next page"
msgstr ""
msgid "Optional"
msgstr ""
msgid "User registration"
msgstr ""
msgid "Here is the link for registration: {0}"
msgstr ""
msgid ""
"Your account has been created. Now you just need to log in, before you can "
"use it."
msgstr ""
msgid "To create a new blog, you need to be logged in"
msgstr ""
msgid "A blog with the same name already exists."
msgstr ""
msgid "Your blog was successfully created!"
msgstr ""
msgid "Your blog was deleted."
msgstr ""
msgid "You are not allowed to delete this blog."
msgstr ""
msgid "Instance settings have been saved."
msgstr ""
msgid "You are not allowed to edit this blog."
msgstr ""
msgid "{} has been unblocked."
msgstr ""
msgid "{} has been blocked."
msgstr ""
msgid "Blocks deleted"
msgstr ""
msgid "Email already blocked"
msgstr ""
msgid "Email Blocked"
msgstr ""
msgid "You can't change your own rights."
msgstr ""
msgid "You are not allowed to take this action."
msgstr ""
msgid "Done."
msgstr ""
msgid "To like a post, you need to be logged in"
msgstr ""
msgid "Your media have been deleted."
msgstr ""
msgid "You are not allowed to delete this media."
msgstr ""
msgid "Your avatar has been updated."
msgstr ""
msgid "You are not allowed to use this media."
msgstr ""
msgid "To see your notifications, you need to be logged in"
msgstr ""
msgid "This post isn't published yet."
msgstr ""
msgid "To write a new post, you need to be logged in"
msgstr ""
msgid "You are not an author of this blog."
msgstr ""
msgid "New post"
msgstr ""
msgid "Edit {0}"
msgstr ""
msgid "You are not allowed to publish on this blog."
msgstr ""
msgid "Your article has been updated."
msgstr ""
msgid "Your article has been saved."
msgstr ""
msgid "New article"
msgstr ""
msgid "You are not allowed to delete this article."
msgstr ""
msgid "Your article has been deleted."
msgstr ""
msgid ""
"It looks like the article you tried to delete doesn't exist. Maybe it is "
"already gone?"
msgstr ""
msgid ""
"Couldn't obtain enough information about your account. Please make sure your "
"username is correct."
msgstr ""
msgid "To reshare a post, you need to be logged in"
msgstr ""
msgid "You are now connected."
msgstr ""
msgid "You are now logged off."
msgstr ""
msgid "Password reset"
msgstr ""
msgid "Here is the link to reset your password: {0}"
msgstr ""
msgid "Your password was successfully reset."
msgstr ""
msgid "To access your dashboard, you need to be logged in"
msgstr ""
msgid "You are no longer following {}."
msgstr ""
msgid "You are now following {}."
msgstr ""
msgid "To subscribe to someone, you need to be logged in"
msgstr ""
msgid "To edit your profile, you need to be logged in"
msgstr ""
msgid "Your profile has been updated."
msgstr ""
msgid "Your account has been deleted."
msgstr ""
msgid "You can't delete someone else's account."
msgstr ""
msgid "Plume"
msgstr ""
msgid "Menu"
msgstr ""
msgid "Search"
msgstr ""
msgid "Dashboard"
msgstr ""
msgid "Notifications"
msgstr ""
msgid "Log Out"
msgstr ""
msgid "My account"
msgstr ""
msgid "Log In"
msgstr ""
msgid "Register"
msgstr ""
msgid "About this instance"
msgstr ""
msgid "Privacy policy"
msgstr ""
msgid "Administration"
msgstr ""
msgid "Moderation"
msgstr ""
msgid "Documentation"
msgstr ""
msgid "Source code"
msgstr ""
msgid "Matrix room"
msgstr ""
msgid "None"
msgstr ""
msgid "No description"
msgstr ""
msgid "What is Plume?"
msgstr ""
msgid "Plume is a decentralized blogging engine."
msgstr ""
msgid "Authors can manage multiple blogs, each as its own website."
msgstr ""
msgid ""
"Articles are also visible on other Plume instances, and you can interact "
"with them directly from other platforms like Mastodon."
msgstr ""
msgid "Create your account"
msgstr ""
msgid "About {0}"
msgstr ""
msgid "Home to <em>{0}</em> people"
msgstr ""
msgid "Who wrote <em>{0}</em> articles"
msgstr ""
msgid "Read the detailed rules"
msgstr ""
msgid "Respond"
msgstr ""
msgid "Are you sure?"
msgstr ""
msgid "Delete this comment"
msgstr ""
msgid "Edit"
msgstr ""
msgid "By {0}"
msgstr ""
msgid "Draft"
msgstr ""
msgid "One like"
msgid_plural "{0} likes"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
msgid "One boost"
msgid_plural "{0} boosts"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
msgid "New Blog"
msgstr ""
msgid "Create a blog"
msgstr ""
msgid "Title"
msgstr ""
msgid "Create blog"
msgstr ""
msgid "Edit \"{}\""
msgstr ""
msgid "Description"
msgstr ""
msgid "Markdown syntax is supported"
msgstr ""
msgid ""
"You can upload images to your gallery, to use them as blog icons, or banners."
msgstr ""
msgid "Upload images"
msgstr ""
msgid "Blog icon"
msgstr ""
msgid "Blog banner"
msgstr ""
msgid "Custom theme"
msgstr ""
msgid "Default theme"
msgstr ""
msgid "Error while loading theme selector."
msgstr ""
msgid "Update blog"
msgstr ""
msgid "Danger zone"
msgstr ""
msgid "Be very careful, any action taken here can't be reversed."
msgstr ""
msgid "Are you sure that you want to permanently delete this blog?"
msgstr ""
msgid "Permanently delete this blog"
msgstr ""
msgid "{}'s icon"
msgstr ""
msgid "There's one author on this blog: "
msgid_plural "There are {0} authors on this blog: "
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
msgid "Latest articles"
msgstr ""
msgid "No posts to see here yet."
msgstr ""
msgid "Articles tagged \"{0}\""
msgstr ""
msgid "There are currently no articles with such a tag"
msgstr ""
msgid "Nothing to see here yet."
msgstr ""
msgid "Media upload"
msgstr ""
msgid "Useful for visually impaired people, as well as licensing information"
msgstr ""
msgid "Content warning"
msgstr ""
msgid "Leave it empty, if none is needed"
msgstr ""
msgid "File"
msgstr ""
msgid "Send"
msgstr ""
msgid "Your media"
msgstr ""
msgid "Upload"
msgstr ""
msgid "You don't have any media yet."
msgstr ""
msgid "Content warning: {0}"
msgstr ""
msgid "Delete"
msgstr ""
msgid "Details"
msgstr ""
msgid "Media details"
msgstr ""
msgid "Go back to the gallery"
msgstr ""
msgid "Markdown syntax"
msgstr ""
msgid "Copy it into your articles, to insert this media:"
msgstr ""
msgid "Use as an avatar"
msgstr ""
msgid "I'm from this instance"
msgstr ""
msgid "Username, or email"
msgstr ""
msgid "Password"
msgstr ""
msgid "Log in"
msgstr ""
msgid "I'm from another instance"
msgstr ""
msgid "Username"
msgstr ""
msgid "Continue to your instance"
msgstr ""
msgid "Advanced search"
msgstr ""
msgid "Article title matching these words"
msgstr ""
msgid "Subtitle matching these words"
msgstr ""
msgid "Subtitle"
msgstr ""
msgid "Content macthing these words"
msgstr ""
msgid "Body content"
msgstr ""
msgid "From this date"
msgstr ""
msgid "To this date"
msgstr ""
msgid "Containing these tags"
msgstr ""
msgid "Tags"
msgstr ""
msgid "Posted on one of these instances"
msgstr ""
msgid "Instance domain"
msgstr ""
msgid "Posted by one of these authors"
msgstr ""
msgid "Author(s)"
msgstr ""
msgid "Posted on one of these blogs"
msgstr ""
msgid "Blog title"
msgstr ""
msgid "Written in this language"
msgstr ""
msgid "Language"
msgstr ""
msgid "Published under this license"
msgstr ""
msgid "Article license"
msgstr ""
msgid "Search result(s) for \"{0}\""
msgstr ""
msgid "Search result(s)"
msgstr ""
msgid "No results for your query"
msgstr ""
msgid "No more results for your query"
msgstr ""
msgid "Invalid CSRF token"
msgstr ""
msgid ""
"Something is wrong with your CSRF token. Make sure cookies are enabled in "
"you browser, and try reloading this page. If you continue to see this error "
"message, please report it."
msgstr ""
msgid "You are not authorized."
msgstr ""
msgid "Page not found"
msgstr ""
msgid "We couldn't find this page."
msgstr ""
msgid "The link that led you here may be broken."
msgstr ""
msgid "The content you sent can't be processed."
msgstr ""
msgid "Maybe it was too long."
msgstr ""
msgid "Internal server error"
msgstr ""
msgid "Something broke on our side."
msgstr ""
msgid "Sorry about that. If you think this is a bug, please report it."
msgstr ""
msgid "Check your inbox!"
msgstr ""
msgid ""
"We sent a mail to the address you gave us, with a link to reset your "
"password."
msgstr ""
msgid "This token has expired"
msgstr ""
msgid ""
"Please start the process again by clicking <a href=\"/password-reset\">here</"
"a>."
msgstr ""
msgid "Reset your password"
msgstr ""
msgid "New password"
msgstr ""
msgid "Confirmation"
msgstr ""
msgid "Update password"
msgstr ""
msgid "Email"
msgstr ""
msgid "Send password reset link"
msgstr ""
msgid "Interact with {}"
msgstr ""
msgid "Log in to interact"
msgstr ""
msgid "Enter your full username to interact"
msgstr ""
msgid "Publish"
msgstr ""
msgid "Classic editor (any changes will be lost)"
msgstr ""
msgid "Content"
msgstr ""
msgid ""
"You can upload media to your gallery, and then copy their Markdown code into "
"your articles to insert them."
msgstr ""
msgid "Upload media"
msgstr ""
msgid "Tags, separated by commas"
msgstr ""
msgid "License"
msgstr ""
msgid "Illustration"
msgstr ""
msgid "This is a draft, don't publish it yet."
msgstr ""
msgid "Update"
msgstr ""
msgid "Update, or publish"
msgstr ""
msgid "Publish your post"
msgstr ""
msgid "Written by {0}"
msgstr ""
msgid "All rights reserved."
msgstr ""
msgid "This article is under the {0} license."
msgstr ""
msgid "I don't like this anymore"
msgstr ""
msgid "Add yours"
msgstr ""
msgid "I don't want to boost this anymore"
msgstr ""
msgid "Boost"
msgstr ""
msgid ""
"{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this "
"article"
msgstr ""
msgid "Unsubscribe"
msgstr ""
msgid "Subscribe"
msgstr ""
msgid "Comments"
msgstr ""
msgid "Your comment"
msgstr ""
msgid "Submit comment"
msgstr ""
msgid "No comments yet. Be the first to react!"
msgstr ""
msgid "This article is still a draft. Only you and other authors can see it."
msgstr ""
msgid "Only you and other authors can edit this article."
msgstr ""
msgid ""
"If you are browsing this site as a visitor, no data about you is collected."
msgstr ""
msgid ""
"As a registered user, you have to provide your username (which does not have "
"to be your real name), your functional email address and a password, in "
"order to be able to log in, write articles and comment. The content you "
"submit is stored until you delete it."
msgstr ""
msgid ""
"When you log in, we store two cookies, one to keep your session open, the "
"second to prevent other people to act on your behalf. We don't store any "
"other cookies."
msgstr ""
msgid "Administration of {0}"
msgstr ""
msgid "Unblock"
msgstr ""
msgid "Block"
msgstr ""
msgid "Welcome to {}"
msgstr ""
msgid "Runs Plume {0}"
msgstr ""
msgid "And are connected to <em>{0}</em> other instances"
msgstr ""
msgid "Administred by"
msgstr ""
msgid "Blocklisted Emails"
msgstr ""
msgid "Email address"
msgstr ""
msgid ""
"The email address you wish to block. In order to block domains, you can use "
"globbing syntax, for example '*@example.com' blocks all addresses from "
"example.com"
msgstr ""
msgid "Note"
msgstr ""
msgid "Notify the user?"
msgstr ""
msgid ""
"Optional, shows a message to the user when they attempt to create an account "
"with that address"
msgstr ""
msgid "Blocklisting notification"
msgstr ""
msgid ""
"The message to be shown when the user attempts to create an account with "
"this email address"
msgstr ""
msgid "Add blocklisted address"
msgstr ""
msgid "There are no blocked emails on your instance"
msgstr ""
msgid "Delete selected emails"
msgstr ""
msgid "Email address:"
msgstr ""
msgid "Blocklisted for:"
msgstr ""
msgid "Will notify them on account creation with this message:"
msgstr ""
msgid "The user will be silently prevented from making an account"
msgstr ""
msgid "Configuration"
msgstr ""
msgid "Instances"
msgstr ""
msgid "Users"
msgstr ""
msgid "Email blocklist"
msgstr ""
msgid "Search users"
msgstr ""
msgid "Grant admin rights"
msgstr ""
msgid "Revoke admin rights"
msgstr ""
msgid "Grant moderator rights"
msgstr ""
msgid "Revoke moderator rights"
msgstr ""
msgid "Ban"
msgstr ""
msgid "Run on selected users"
msgstr ""
msgid "Admin"
msgstr ""
msgid "Moderator"
msgstr ""
msgid "Name"
msgstr ""
msgid "Allow anyone to register here"
msgstr ""
msgid "Short description"
msgstr ""
msgid "Long description"
msgstr ""
msgid "Default article license"
msgstr ""
msgid "Save these settings"
msgstr ""
msgid "{0}'s subscribers"
msgstr ""
msgid "Articles"
msgstr ""
msgid "Subscribers"
msgstr ""
msgid "Subscriptions"
msgstr ""
msgid "Create an account"
msgstr ""
msgid "Password confirmation"
msgstr ""
msgid ""
"Apologies, but registrations are closed on this particular instance. You "
"can, however, find a different one."
msgstr ""
msgid "{0}'s subscriptions"
msgstr ""
msgid "Follow {}"
msgstr ""
msgid "Log in to follow"
msgstr ""
msgid "Enter your full username handle to follow"
msgstr ""
msgid "Edit your account"
msgstr ""
msgid "Your Profile"
msgstr ""
msgid ""
"To change your avatar, upload it to your gallery and then select from there."
msgstr ""
msgid "Upload an avatar"
msgstr ""
msgid "Display name"
msgstr ""
msgid "Summary"
msgstr ""
msgid "Theme"
msgstr ""
msgid "Never load blogs custom themes"
msgstr ""
msgid "Update account"
msgstr ""
msgid "Be very careful, any action taken here can't be cancelled."
msgstr ""
msgid "Delete your account"
msgstr ""
msgid "Sorry, but as an admin, you can't leave your own instance."
msgstr ""
msgid "Atom feed"
msgstr ""
msgid "Recently boosted"
msgstr ""
msgid "Your Dashboard"
msgstr ""
msgid "Your Blogs"
msgstr ""
msgid "You don't have any blog yet. Create your own, or ask to join one."
msgstr ""
msgid "Start a new blog"
msgstr ""
msgid "Your Drafts"
msgstr ""
msgid "Go to your gallery"
msgstr ""
msgid "It is you"
msgstr ""
msgid "Edit your profile"
msgstr ""
msgid "Open on {0}"
msgstr ""
msgid "Email confirmation"
msgstr ""
msgid ""
"An email will be sent to provided email. You can continue signing-up via the "
"email."
msgstr ""
msgid "Registration"
msgstr ""
msgid ""
"We sent a mail to the address you gave us, with a link for registration."
msgstr ""

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -16,992 +16,3 @@ msgstr ""
"X-Crowdin-Language: hu\n"
"X-Crowdin-File: /master/po/plume/plume.pot\n"
"X-Crowdin-File-ID: 8\n"
msgid "You can't use this media as a blog icon."
msgstr ""
msgid "You can't use this media as a blog banner."
msgstr ""
msgid "Your blog information have been updated."
msgstr ""
msgid "Your comment has been posted."
msgstr ""
msgid "Your comment has been deleted."
msgstr ""
msgid "Someone"
msgstr ""
msgid "{0} commented on your article."
msgstr ""
msgid "{0} is subscribed to you."
msgstr ""
msgid "{0} liked your article."
msgstr ""
msgid "{0} mentioned you."
msgstr ""
msgid "{0} boosted your article."
msgstr ""
msgid "Your feed"
msgstr ""
msgid "My feed"
msgstr ""
msgid "Local feed"
msgstr ""
msgid "Federated feed"
msgstr ""
msgid "{0}'s avatar"
msgstr ""
msgid "Previous page"
msgstr ""
msgid "Registrations are closed on this instance."
msgstr ""
msgid "Next page"
msgstr ""
msgid "Optional"
msgstr ""
msgid "User registration"
msgstr ""
msgid "Here is the link for registration: {0}"
msgstr ""
msgid ""
"Your account has been created. Now you just need to log in, before you can "
"use it."
msgstr ""
msgid "To create a new blog, you need to be logged in"
msgstr ""
msgid "A blog with the same name already exists."
msgstr ""
msgid "Your blog was successfully created!"
msgstr ""
msgid "Your blog was deleted."
msgstr ""
msgid "You are not allowed to delete this blog."
msgstr ""
msgid "Instance settings have been saved."
msgstr ""
msgid "You are not allowed to edit this blog."
msgstr ""
msgid "{} has been unblocked."
msgstr ""
msgid "{} has been blocked."
msgstr ""
msgid "Blocks deleted"
msgstr ""
msgid "Email already blocked"
msgstr ""
msgid "Email Blocked"
msgstr ""
msgid "You can't change your own rights."
msgstr ""
msgid "You are not allowed to take this action."
msgstr ""
msgid "Done."
msgstr ""
msgid "To like a post, you need to be logged in"
msgstr ""
msgid "Your media have been deleted."
msgstr ""
msgid "You are not allowed to delete this media."
msgstr ""
msgid "Your avatar has been updated."
msgstr ""
msgid "You are not allowed to use this media."
msgstr ""
msgid "To see your notifications, you need to be logged in"
msgstr ""
msgid "This post isn't published yet."
msgstr ""
msgid "To write a new post, you need to be logged in"
msgstr ""
msgid "You are not an author of this blog."
msgstr ""
msgid "New post"
msgstr ""
msgid "Edit {0}"
msgstr ""
msgid "You are not allowed to publish on this blog."
msgstr ""
msgid "Your article has been updated."
msgstr ""
msgid "Your article has been saved."
msgstr ""
msgid "New article"
msgstr ""
msgid "You are not allowed to delete this article."
msgstr ""
msgid "Your article has been deleted."
msgstr ""
msgid ""
"It looks like the article you tried to delete doesn't exist. Maybe it is "
"already gone?"
msgstr ""
msgid ""
"Couldn't obtain enough information about your account. Please make sure your "
"username is correct."
msgstr ""
msgid "To reshare a post, you need to be logged in"
msgstr ""
msgid "You are now connected."
msgstr ""
msgid "You are now logged off."
msgstr ""
msgid "Password reset"
msgstr ""
msgid "Here is the link to reset your password: {0}"
msgstr ""
msgid "Your password was successfully reset."
msgstr ""
msgid "To access your dashboard, you need to be logged in"
msgstr ""
msgid "You are no longer following {}."
msgstr ""
msgid "You are now following {}."
msgstr ""
msgid "To subscribe to someone, you need to be logged in"
msgstr ""
msgid "To edit your profile, you need to be logged in"
msgstr ""
msgid "Your profile has been updated."
msgstr ""
msgid "Your account has been deleted."
msgstr ""
msgid "You can't delete someone else's account."
msgstr ""
msgid "Plume"
msgstr ""
msgid "Menu"
msgstr ""
msgid "Search"
msgstr ""
msgid "Dashboard"
msgstr ""
msgid "Notifications"
msgstr ""
msgid "Log Out"
msgstr ""
msgid "My account"
msgstr ""
msgid "Log In"
msgstr ""
msgid "Register"
msgstr ""
msgid "About this instance"
msgstr ""
msgid "Privacy policy"
msgstr ""
msgid "Administration"
msgstr ""
msgid "Moderation"
msgstr ""
msgid "Documentation"
msgstr ""
msgid "Source code"
msgstr ""
msgid "Matrix room"
msgstr ""
msgid "None"
msgstr ""
msgid "No description"
msgstr ""
msgid "What is Plume?"
msgstr ""
msgid "Plume is a decentralized blogging engine."
msgstr ""
msgid "Authors can manage multiple blogs, each as its own website."
msgstr ""
msgid ""
"Articles are also visible on other Plume instances, and you can interact "
"with them directly from other platforms like Mastodon."
msgstr ""
msgid "Create your account"
msgstr ""
msgid "About {0}"
msgstr ""
msgid "Home to <em>{0}</em> people"
msgstr ""
msgid "Who wrote <em>{0}</em> articles"
msgstr ""
msgid "Read the detailed rules"
msgstr ""
msgid "Respond"
msgstr ""
msgid "Are you sure?"
msgstr ""
msgid "Delete this comment"
msgstr ""
msgid "Edit"
msgstr ""
msgid "By {0}"
msgstr ""
msgid "Draft"
msgstr ""
msgid "One like"
msgid_plural "{0} likes"
msgstr[0] ""
msgstr[1] ""
msgid "One boost"
msgid_plural "{0} boosts"
msgstr[0] ""
msgstr[1] ""
msgid "New Blog"
msgstr ""
msgid "Create a blog"
msgstr ""
msgid "Title"
msgstr ""
msgid "Create blog"
msgstr ""
msgid "Edit \"{}\""
msgstr ""
msgid "Description"
msgstr ""
msgid "Markdown syntax is supported"
msgstr ""
msgid ""
"You can upload images to your gallery, to use them as blog icons, or banners."
msgstr ""
msgid "Upload images"
msgstr ""
msgid "Blog icon"
msgstr ""
msgid "Blog banner"
msgstr ""
msgid "Custom theme"
msgstr ""
msgid "Default theme"
msgstr ""
msgid "Error while loading theme selector."
msgstr ""
msgid "Update blog"
msgstr ""
msgid "Danger zone"
msgstr ""
msgid "Be very careful, any action taken here can't be reversed."
msgstr ""
msgid "Are you sure that you want to permanently delete this blog?"
msgstr ""
msgid "Permanently delete this blog"
msgstr ""
msgid "{}'s icon"
msgstr ""
msgid "There's one author on this blog: "
msgid_plural "There are {0} authors on this blog: "
msgstr[0] ""
msgstr[1] ""
msgid "Latest articles"
msgstr ""
msgid "No posts to see here yet."
msgstr ""
msgid "Articles tagged \"{0}\""
msgstr ""
msgid "There are currently no articles with such a tag"
msgstr ""
msgid "Nothing to see here yet."
msgstr ""
msgid "Media upload"
msgstr ""
msgid "Useful for visually impaired people, as well as licensing information"
msgstr ""
msgid "Content warning"
msgstr ""
msgid "Leave it empty, if none is needed"
msgstr ""
msgid "File"
msgstr ""
msgid "Send"
msgstr ""
msgid "Your media"
msgstr ""
msgid "Upload"
msgstr ""
msgid "You don't have any media yet."
msgstr ""
msgid "Content warning: {0}"
msgstr ""
msgid "Delete"
msgstr ""
msgid "Details"
msgstr ""
msgid "Media details"
msgstr ""
msgid "Go back to the gallery"
msgstr ""
msgid "Markdown syntax"
msgstr ""
msgid "Copy it into your articles, to insert this media:"
msgstr ""
msgid "Use as an avatar"
msgstr ""
msgid "I'm from this instance"
msgstr ""
msgid "Username, or email"
msgstr ""
msgid "Password"
msgstr ""
msgid "Log in"
msgstr ""
msgid "I'm from another instance"
msgstr ""
msgid "Username"
msgstr ""
msgid "Continue to your instance"
msgstr ""
msgid "Advanced search"
msgstr ""
msgid "Article title matching these words"
msgstr ""
msgid "Subtitle matching these words"
msgstr ""
msgid "Subtitle"
msgstr ""
msgid "Content macthing these words"
msgstr ""
msgid "Body content"
msgstr ""
msgid "From this date"
msgstr ""
msgid "To this date"
msgstr ""
msgid "Containing these tags"
msgstr ""
msgid "Tags"
msgstr ""
msgid "Posted on one of these instances"
msgstr ""
msgid "Instance domain"
msgstr ""
msgid "Posted by one of these authors"
msgstr ""
msgid "Author(s)"
msgstr ""
msgid "Posted on one of these blogs"
msgstr ""
msgid "Blog title"
msgstr ""
msgid "Written in this language"
msgstr ""
msgid "Language"
msgstr ""
msgid "Published under this license"
msgstr ""
msgid "Article license"
msgstr ""
msgid "Search result(s) for \"{0}\""
msgstr ""
msgid "Search result(s)"
msgstr ""
msgid "No results for your query"
msgstr ""
msgid "No more results for your query"
msgstr ""
msgid "Invalid CSRF token"
msgstr ""
msgid ""
"Something is wrong with your CSRF token. Make sure cookies are enabled in "
"you browser, and try reloading this page. If you continue to see this error "
"message, please report it."
msgstr ""
msgid "You are not authorized."
msgstr ""
msgid "Page not found"
msgstr ""
msgid "We couldn't find this page."
msgstr ""
msgid "The link that led you here may be broken."
msgstr ""
msgid "The content you sent can't be processed."
msgstr ""
msgid "Maybe it was too long."
msgstr ""
msgid "Internal server error"
msgstr ""
msgid "Something broke on our side."
msgstr ""
msgid "Sorry about that. If you think this is a bug, please report it."
msgstr ""
msgid "Check your inbox!"
msgstr ""
msgid ""
"We sent a mail to the address you gave us, with a link to reset your "
"password."
msgstr ""
msgid "This token has expired"
msgstr ""
msgid ""
"Please start the process again by clicking <a href=\"/password-reset\">here</"
"a>."
msgstr ""
msgid "Reset your password"
msgstr ""
msgid "New password"
msgstr ""
msgid "Confirmation"
msgstr ""
msgid "Update password"
msgstr ""
msgid "Email"
msgstr ""
msgid "Send password reset link"
msgstr ""
msgid "Interact with {}"
msgstr ""
msgid "Log in to interact"
msgstr ""
msgid "Enter your full username to interact"
msgstr ""
msgid "Publish"
msgstr ""
msgid "Classic editor (any changes will be lost)"
msgstr ""
msgid "Content"
msgstr ""
msgid ""
"You can upload media to your gallery, and then copy their Markdown code into "
"your articles to insert them."
msgstr ""
msgid "Upload media"
msgstr ""
msgid "Tags, separated by commas"
msgstr ""
msgid "License"
msgstr ""
msgid "Illustration"
msgstr ""
msgid "This is a draft, don't publish it yet."
msgstr ""
msgid "Update"
msgstr ""
msgid "Update, or publish"
msgstr ""
msgid "Publish your post"
msgstr ""
msgid "Written by {0}"
msgstr ""
msgid "All rights reserved."
msgstr ""
msgid "This article is under the {0} license."
msgstr ""
msgid "I don't like this anymore"
msgstr ""
msgid "Add yours"
msgstr ""
msgid "I don't want to boost this anymore"
msgstr ""
msgid "Boost"
msgstr ""
msgid ""
"{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this "
"article"
msgstr ""
msgid "Unsubscribe"
msgstr ""
msgid "Subscribe"
msgstr ""
msgid "Comments"
msgstr ""
msgid "Your comment"
msgstr ""
msgid "Submit comment"
msgstr ""
msgid "No comments yet. Be the first to react!"
msgstr ""
msgid "This article is still a draft. Only you and other authors can see it."
msgstr ""
msgid "Only you and other authors can edit this article."
msgstr ""
msgid ""
"If you are browsing this site as a visitor, no data about you is collected."
msgstr ""
msgid ""
"As a registered user, you have to provide your username (which does not have "
"to be your real name), your functional email address and a password, in "
"order to be able to log in, write articles and comment. The content you "
"submit is stored until you delete it."
msgstr ""
msgid ""
"When you log in, we store two cookies, one to keep your session open, the "
"second to prevent other people to act on your behalf. We don't store any "
"other cookies."
msgstr ""
msgid "Administration of {0}"
msgstr ""
msgid "Unblock"
msgstr ""
msgid "Block"
msgstr ""
msgid "Welcome to {}"
msgstr ""
msgid "Runs Plume {0}"
msgstr ""
msgid "And are connected to <em>{0}</em> other instances"
msgstr ""
msgid "Administred by"
msgstr ""
msgid "Blocklisted Emails"
msgstr ""
msgid "Email address"
msgstr ""
msgid ""
"The email address you wish to block. In order to block domains, you can use "
"globbing syntax, for example '*@example.com' blocks all addresses from "
"example.com"
msgstr ""
msgid "Note"
msgstr ""
msgid "Notify the user?"
msgstr ""
msgid ""
"Optional, shows a message to the user when they attempt to create an account "
"with that address"
msgstr ""
msgid "Blocklisting notification"
msgstr ""
msgid ""
"The message to be shown when the user attempts to create an account with "
"this email address"
msgstr ""
msgid "Add blocklisted address"
msgstr ""
msgid "There are no blocked emails on your instance"
msgstr ""
msgid "Delete selected emails"
msgstr ""
msgid "Email address:"
msgstr ""
msgid "Blocklisted for:"
msgstr ""
msgid "Will notify them on account creation with this message:"
msgstr ""
msgid "The user will be silently prevented from making an account"
msgstr ""
msgid "Configuration"
msgstr ""
msgid "Instances"
msgstr ""
msgid "Users"
msgstr ""
msgid "Email blocklist"
msgstr ""
msgid "Search users"
msgstr ""
msgid "Grant admin rights"
msgstr ""
msgid "Revoke admin rights"
msgstr ""
msgid "Grant moderator rights"
msgstr ""
msgid "Revoke moderator rights"
msgstr ""
msgid "Ban"
msgstr ""
msgid "Run on selected users"
msgstr ""
msgid "Admin"
msgstr ""
msgid "Moderator"
msgstr ""
msgid "Name"
msgstr ""
msgid "Allow anyone to register here"
msgstr ""
msgid "Short description"
msgstr ""
msgid "Long description"
msgstr ""
msgid "Default article license"
msgstr ""
msgid "Save these settings"
msgstr ""
msgid "{0}'s subscribers"
msgstr ""
msgid "Articles"
msgstr ""
msgid "Subscribers"
msgstr ""
msgid "Subscriptions"
msgstr ""
msgid "Create an account"
msgstr ""
msgid "Password confirmation"
msgstr ""
msgid ""
"Apologies, but registrations are closed on this particular instance. You "
"can, however, find a different one."
msgstr ""
msgid "{0}'s subscriptions"
msgstr ""
msgid "Follow {}"
msgstr ""
msgid "Log in to follow"
msgstr ""
msgid "Enter your full username handle to follow"
msgstr ""
msgid "Edit your account"
msgstr ""
msgid "Your Profile"
msgstr ""
msgid ""
"To change your avatar, upload it to your gallery and then select from there."
msgstr ""
msgid "Upload an avatar"
msgstr ""
msgid "Display name"
msgstr ""
msgid "Summary"
msgstr ""
msgid "Theme"
msgstr ""
msgid "Never load blogs custom themes"
msgstr ""
msgid "Update account"
msgstr ""
msgid "Be very careful, any action taken here can't be cancelled."
msgstr ""
msgid "Delete your account"
msgstr ""
msgid "Sorry, but as an admin, you can't leave your own instance."
msgstr ""
msgid "Atom feed"
msgstr ""
msgid "Recently boosted"
msgstr ""
msgid "Your Dashboard"
msgstr ""
msgid "Your Blogs"
msgstr ""
msgid "You don't have any blog yet. Create your own, or ask to join one."
msgstr ""
msgid "Start a new blog"
msgstr ""
msgid "Your Drafts"
msgstr ""
msgid "Go to your gallery"
msgstr ""
msgid "It is you"
msgstr ""
msgid "Edit your profile"
msgstr ""
msgid "Open on {0}"
msgstr ""
msgid "Email confirmation"
msgstr ""
msgid ""
"An email will be sent to provided email. You can continue signing-up via the "
"email."
msgstr ""
msgid "Registration"
msgstr ""
msgid ""
"We sent a mail to the address you gave us, with a link for registration."
msgstr ""

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -16,989 +16,3 @@ msgstr ""
"X-Crowdin-Language: ko\n"
"X-Crowdin-File: /master/po/plume/plume.pot\n"
"X-Crowdin-File-ID: 8\n"
msgid "You can't use this media as a blog icon."
msgstr ""
msgid "You can't use this media as a blog banner."
msgstr ""
msgid "Your blog information have been updated."
msgstr ""
msgid "Your comment has been posted."
msgstr ""
msgid "Your comment has been deleted."
msgstr ""
msgid "Someone"
msgstr ""
msgid "{0} commented on your article."
msgstr ""
msgid "{0} is subscribed to you."
msgstr ""
msgid "{0} liked your article."
msgstr ""
msgid "{0} mentioned you."
msgstr ""
msgid "{0} boosted your article."
msgstr ""
msgid "Your feed"
msgstr ""
msgid "My feed"
msgstr ""
msgid "Local feed"
msgstr ""
msgid "Federated feed"
msgstr ""
msgid "{0}'s avatar"
msgstr ""
msgid "Previous page"
msgstr ""
msgid "Registrations are closed on this instance."
msgstr ""
msgid "Next page"
msgstr ""
msgid "Optional"
msgstr ""
msgid "User registration"
msgstr ""
msgid "Here is the link for registration: {0}"
msgstr ""
msgid ""
"Your account has been created. Now you just need to log in, before you can "
"use it."
msgstr ""
msgid "To create a new blog, you need to be logged in"
msgstr ""
msgid "A blog with the same name already exists."
msgstr ""
msgid "Your blog was successfully created!"
msgstr ""
msgid "Your blog was deleted."
msgstr ""
msgid "You are not allowed to delete this blog."
msgstr ""
msgid "Instance settings have been saved."
msgstr ""
msgid "You are not allowed to edit this blog."
msgstr ""
msgid "{} has been unblocked."
msgstr ""
msgid "{} has been blocked."
msgstr ""
msgid "Blocks deleted"
msgstr ""
msgid "Email already blocked"
msgstr ""
msgid "Email Blocked"
msgstr ""
msgid "You can't change your own rights."
msgstr ""
msgid "You are not allowed to take this action."
msgstr ""
msgid "Done."
msgstr ""
msgid "To like a post, you need to be logged in"
msgstr ""
msgid "Your media have been deleted."
msgstr ""
msgid "You are not allowed to delete this media."
msgstr ""
msgid "Your avatar has been updated."
msgstr ""
msgid "You are not allowed to use this media."
msgstr ""
msgid "To see your notifications, you need to be logged in"
msgstr ""
msgid "This post isn't published yet."
msgstr ""
msgid "To write a new post, you need to be logged in"
msgstr ""
msgid "You are not an author of this blog."
msgstr ""
msgid "New post"
msgstr ""
msgid "Edit {0}"
msgstr ""
msgid "You are not allowed to publish on this blog."
msgstr ""
msgid "Your article has been updated."
msgstr ""
msgid "Your article has been saved."
msgstr ""
msgid "New article"
msgstr ""
msgid "You are not allowed to delete this article."
msgstr ""
msgid "Your article has been deleted."
msgstr ""
msgid ""
"It looks like the article you tried to delete doesn't exist. Maybe it is "
"already gone?"
msgstr ""
msgid ""
"Couldn't obtain enough information about your account. Please make sure your "
"username is correct."
msgstr ""
msgid "To reshare a post, you need to be logged in"
msgstr ""
msgid "You are now connected."
msgstr ""
msgid "You are now logged off."
msgstr ""
msgid "Password reset"
msgstr ""
msgid "Here is the link to reset your password: {0}"
msgstr ""
msgid "Your password was successfully reset."
msgstr ""
msgid "To access your dashboard, you need to be logged in"
msgstr ""
msgid "You are no longer following {}."
msgstr ""
msgid "You are now following {}."
msgstr ""
msgid "To subscribe to someone, you need to be logged in"
msgstr ""
msgid "To edit your profile, you need to be logged in"
msgstr ""
msgid "Your profile has been updated."
msgstr ""
msgid "Your account has been deleted."
msgstr ""
msgid "You can't delete someone else's account."
msgstr ""
msgid "Plume"
msgstr ""
msgid "Menu"
msgstr ""
msgid "Search"
msgstr ""
msgid "Dashboard"
msgstr ""
msgid "Notifications"
msgstr ""
msgid "Log Out"
msgstr ""
msgid "My account"
msgstr ""
msgid "Log In"
msgstr ""
msgid "Register"
msgstr ""
msgid "About this instance"
msgstr ""
msgid "Privacy policy"
msgstr ""
msgid "Administration"
msgstr ""
msgid "Moderation"
msgstr ""
msgid "Documentation"
msgstr ""
msgid "Source code"
msgstr ""
msgid "Matrix room"
msgstr ""
msgid "None"
msgstr ""
msgid "No description"
msgstr ""
msgid "What is Plume?"
msgstr ""
msgid "Plume is a decentralized blogging engine."
msgstr ""
msgid "Authors can manage multiple blogs, each as its own website."
msgstr ""
msgid ""
"Articles are also visible on other Plume instances, and you can interact "
"with them directly from other platforms like Mastodon."
msgstr ""
msgid "Create your account"
msgstr ""
msgid "About {0}"
msgstr ""
msgid "Home to <em>{0}</em> people"
msgstr ""
msgid "Who wrote <em>{0}</em> articles"
msgstr ""
msgid "Read the detailed rules"
msgstr ""
msgid "Respond"
msgstr ""
msgid "Are you sure?"
msgstr ""
msgid "Delete this comment"
msgstr ""
msgid "Edit"
msgstr ""
msgid "By {0}"
msgstr ""
msgid "Draft"
msgstr ""
msgid "One like"
msgid_plural "{0} likes"
msgstr[0] ""
msgid "One boost"
msgid_plural "{0} boosts"
msgstr[0] ""
msgid "New Blog"
msgstr ""
msgid "Create a blog"
msgstr ""
msgid "Title"
msgstr ""
msgid "Create blog"
msgstr ""
msgid "Edit \"{}\""
msgstr ""
msgid "Description"
msgstr ""
msgid "Markdown syntax is supported"
msgstr ""
msgid ""
"You can upload images to your gallery, to use them as blog icons, or banners."
msgstr ""
msgid "Upload images"
msgstr ""
msgid "Blog icon"
msgstr ""
msgid "Blog banner"
msgstr ""
msgid "Custom theme"
msgstr ""
msgid "Default theme"
msgstr ""
msgid "Error while loading theme selector."
msgstr ""
msgid "Update blog"
msgstr ""
msgid "Danger zone"
msgstr ""
msgid "Be very careful, any action taken here can't be reversed."
msgstr ""
msgid "Are you sure that you want to permanently delete this blog?"
msgstr ""
msgid "Permanently delete this blog"
msgstr ""
msgid "{}'s icon"
msgstr ""
msgid "There's one author on this blog: "
msgid_plural "There are {0} authors on this blog: "
msgstr[0] ""
msgid "Latest articles"
msgstr ""
msgid "No posts to see here yet."
msgstr ""
msgid "Articles tagged \"{0}\""
msgstr ""
msgid "There are currently no articles with such a tag"
msgstr ""
msgid "Nothing to see here yet."
msgstr ""
msgid "Media upload"
msgstr ""
msgid "Useful for visually impaired people, as well as licensing information"
msgstr ""
msgid "Content warning"
msgstr ""
msgid "Leave it empty, if none is needed"
msgstr ""
msgid "File"
msgstr ""
msgid "Send"
msgstr ""
msgid "Your media"
msgstr ""
msgid "Upload"
msgstr ""
msgid "You don't have any media yet."
msgstr ""
msgid "Content warning: {0}"
msgstr ""
msgid "Delete"
msgstr ""
msgid "Details"
msgstr ""
msgid "Media details"
msgstr ""
msgid "Go back to the gallery"
msgstr ""
msgid "Markdown syntax"
msgstr ""
msgid "Copy it into your articles, to insert this media:"
msgstr ""
msgid "Use as an avatar"
msgstr ""
msgid "I'm from this instance"
msgstr ""
msgid "Username, or email"
msgstr ""
msgid "Password"
msgstr ""
msgid "Log in"
msgstr ""
msgid "I'm from another instance"
msgstr ""
msgid "Username"
msgstr ""
msgid "Continue to your instance"
msgstr ""
msgid "Advanced search"
msgstr ""
msgid "Article title matching these words"
msgstr ""
msgid "Subtitle matching these words"
msgstr ""
msgid "Subtitle"
msgstr ""
msgid "Content macthing these words"
msgstr ""
msgid "Body content"
msgstr ""
msgid "From this date"
msgstr ""
msgid "To this date"
msgstr ""
msgid "Containing these tags"
msgstr ""
msgid "Tags"
msgstr ""
msgid "Posted on one of these instances"
msgstr ""
msgid "Instance domain"
msgstr ""
msgid "Posted by one of these authors"
msgstr ""
msgid "Author(s)"
msgstr ""
msgid "Posted on one of these blogs"
msgstr ""
msgid "Blog title"
msgstr ""
msgid "Written in this language"
msgstr ""
msgid "Language"
msgstr ""
msgid "Published under this license"
msgstr ""
msgid "Article license"
msgstr ""
msgid "Search result(s) for \"{0}\""
msgstr ""
msgid "Search result(s)"
msgstr ""
msgid "No results for your query"
msgstr ""
msgid "No more results for your query"
msgstr ""
msgid "Invalid CSRF token"
msgstr ""
msgid ""
"Something is wrong with your CSRF token. Make sure cookies are enabled in "
"you browser, and try reloading this page. If you continue to see this error "
"message, please report it."
msgstr ""
msgid "You are not authorized."
msgstr ""
msgid "Page not found"
msgstr ""
msgid "We couldn't find this page."
msgstr ""
msgid "The link that led you here may be broken."
msgstr ""
msgid "The content you sent can't be processed."
msgstr ""
msgid "Maybe it was too long."
msgstr ""
msgid "Internal server error"
msgstr ""
msgid "Something broke on our side."
msgstr ""
msgid "Sorry about that. If you think this is a bug, please report it."
msgstr ""
msgid "Check your inbox!"
msgstr ""
msgid ""
"We sent a mail to the address you gave us, with a link to reset your "
"password."
msgstr ""
msgid "This token has expired"
msgstr ""
msgid ""
"Please start the process again by clicking <a href=\"/password-reset\">here</"
"a>."
msgstr ""
msgid "Reset your password"
msgstr ""
msgid "New password"
msgstr ""
msgid "Confirmation"
msgstr ""
msgid "Update password"
msgstr ""
msgid "Email"
msgstr ""
msgid "Send password reset link"
msgstr ""
msgid "Interact with {}"
msgstr ""
msgid "Log in to interact"
msgstr ""
msgid "Enter your full username to interact"
msgstr ""
msgid "Publish"
msgstr ""
msgid "Classic editor (any changes will be lost)"
msgstr ""
msgid "Content"
msgstr ""
msgid ""
"You can upload media to your gallery, and then copy their Markdown code into "
"your articles to insert them."
msgstr ""
msgid "Upload media"
msgstr ""
msgid "Tags, separated by commas"
msgstr ""
msgid "License"
msgstr ""
msgid "Illustration"
msgstr ""
msgid "This is a draft, don't publish it yet."
msgstr ""
msgid "Update"
msgstr ""
msgid "Update, or publish"
msgstr ""
msgid "Publish your post"
msgstr ""
msgid "Written by {0}"
msgstr ""
msgid "All rights reserved."
msgstr ""
msgid "This article is under the {0} license."
msgstr ""
msgid "I don't like this anymore"
msgstr ""
msgid "Add yours"
msgstr ""
msgid "I don't want to boost this anymore"
msgstr ""
msgid "Boost"
msgstr ""
msgid ""
"{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this "
"article"
msgstr ""
msgid "Unsubscribe"
msgstr ""
msgid "Subscribe"
msgstr ""
msgid "Comments"
msgstr ""
msgid "Your comment"
msgstr ""
msgid "Submit comment"
msgstr ""
msgid "No comments yet. Be the first to react!"
msgstr ""
msgid "This article is still a draft. Only you and other authors can see it."
msgstr ""
msgid "Only you and other authors can edit this article."
msgstr ""
msgid ""
"If you are browsing this site as a visitor, no data about you is collected."
msgstr ""
msgid ""
"As a registered user, you have to provide your username (which does not have "
"to be your real name), your functional email address and a password, in "
"order to be able to log in, write articles and comment. The content you "
"submit is stored until you delete it."
msgstr ""
msgid ""
"When you log in, we store two cookies, one to keep your session open, the "
"second to prevent other people to act on your behalf. We don't store any "
"other cookies."
msgstr ""
msgid "Administration of {0}"
msgstr ""
msgid "Unblock"
msgstr ""
msgid "Block"
msgstr ""
msgid "Welcome to {}"
msgstr ""
msgid "Runs Plume {0}"
msgstr ""
msgid "And are connected to <em>{0}</em> other instances"
msgstr ""
msgid "Administred by"
msgstr ""
msgid "Blocklisted Emails"
msgstr ""
msgid "Email address"
msgstr ""
msgid ""
"The email address you wish to block. In order to block domains, you can use "
"globbing syntax, for example '*@example.com' blocks all addresses from "
"example.com"
msgstr ""
msgid "Note"
msgstr ""
msgid "Notify the user?"
msgstr ""
msgid ""
"Optional, shows a message to the user when they attempt to create an account "
"with that address"
msgstr ""
msgid "Blocklisting notification"
msgstr ""
msgid ""
"The message to be shown when the user attempts to create an account with "
"this email address"
msgstr ""
msgid "Add blocklisted address"
msgstr ""
msgid "There are no blocked emails on your instance"
msgstr ""
msgid "Delete selected emails"
msgstr ""
msgid "Email address:"
msgstr ""
msgid "Blocklisted for:"
msgstr ""
msgid "Will notify them on account creation with this message:"
msgstr ""
msgid "The user will be silently prevented from making an account"
msgstr ""
msgid "Configuration"
msgstr ""
msgid "Instances"
msgstr ""
msgid "Users"
msgstr ""
msgid "Email blocklist"
msgstr ""
msgid "Search users"
msgstr ""
msgid "Grant admin rights"
msgstr ""
msgid "Revoke admin rights"
msgstr ""
msgid "Grant moderator rights"
msgstr ""
msgid "Revoke moderator rights"
msgstr ""
msgid "Ban"
msgstr ""
msgid "Run on selected users"
msgstr ""
msgid "Admin"
msgstr ""
msgid "Moderator"
msgstr ""
msgid "Name"
msgstr ""
msgid "Allow anyone to register here"
msgstr ""
msgid "Short description"
msgstr ""
msgid "Long description"
msgstr ""
msgid "Default article license"
msgstr ""
msgid "Save these settings"
msgstr ""
msgid "{0}'s subscribers"
msgstr ""
msgid "Articles"
msgstr ""
msgid "Subscribers"
msgstr ""
msgid "Subscriptions"
msgstr ""
msgid "Create an account"
msgstr ""
msgid "Password confirmation"
msgstr ""
msgid ""
"Apologies, but registrations are closed on this particular instance. You "
"can, however, find a different one."
msgstr ""
msgid "{0}'s subscriptions"
msgstr ""
msgid "Follow {}"
msgstr ""
msgid "Log in to follow"
msgstr ""
msgid "Enter your full username handle to follow"
msgstr ""
msgid "Edit your account"
msgstr ""
msgid "Your Profile"
msgstr ""
msgid ""
"To change your avatar, upload it to your gallery and then select from there."
msgstr ""
msgid "Upload an avatar"
msgstr ""
msgid "Display name"
msgstr ""
msgid "Summary"
msgstr ""
msgid "Theme"
msgstr ""
msgid "Never load blogs custom themes"
msgstr ""
msgid "Update account"
msgstr ""
msgid "Be very careful, any action taken here can't be cancelled."
msgstr ""
msgid "Delete your account"
msgstr ""
msgid "Sorry, but as an admin, you can't leave your own instance."
msgstr ""
msgid "Atom feed"
msgstr ""
msgid "Recently boosted"
msgstr ""
msgid "Your Dashboard"
msgstr ""
msgid "Your Blogs"
msgstr ""
msgid "You don't have any blog yet. Create your own, or ask to join one."
msgstr ""
msgid "Start a new blog"
msgstr ""
msgid "Your Drafts"
msgstr ""
msgid "Go to your gallery"
msgstr ""
msgid "It is you"
msgstr ""
msgid "Edit your profile"
msgstr ""
msgid "Open on {0}"
msgstr ""
msgid "Email confirmation"
msgstr ""
msgid ""
"An email will be sent to provided email. You can continue signing-up via the "
"email."
msgstr ""
msgid "Registration"
msgstr ""
msgid ""
"We sent a mail to the address you gave us, with a link for registration."
msgstr ""

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -11,948 +11,3 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
msgid "You can't use this media as a blog icon."
msgstr ""
msgid "You can't use this media as a blog banner."
msgstr ""
msgid "Your blog information have been updated."
msgstr ""
msgid "Your comment has been posted."
msgstr ""
msgid "Your comment has been deleted."
msgstr ""
msgid "Someone"
msgstr ""
msgid "{0} commented on your article."
msgstr ""
msgid "{0} is subscribed to you."
msgstr ""
msgid "{0} liked your article."
msgstr ""
msgid "{0} mentioned you."
msgstr ""
msgid "{0} boosted your article."
msgstr ""
msgid "Your feed"
msgstr ""
msgid "My feed"
msgstr ""
msgid "Local feed"
msgstr ""
msgid "Federated feed"
msgstr ""
msgid "{0}'s avatar"
msgstr ""
msgid "Previous page"
msgstr ""
msgid "Registrations are closed on this instance."
msgstr ""
msgid "Next page"
msgstr ""
msgid "Optional"
msgstr ""
msgid "User registration"
msgstr ""
msgid "Here is the link for registration: {0}"
msgstr ""
msgid "Your account has been created. Now you just need to log in, before you can use it."
msgstr ""
msgid "To create a new blog, you need to be logged in"
msgstr ""
msgid "A blog with the same name already exists."
msgstr ""
msgid "Your blog was successfully created!"
msgstr ""
msgid "Your blog was deleted."
msgstr ""
msgid "You are not allowed to delete this blog."
msgstr ""
msgid "Instance settings have been saved."
msgstr ""
msgid "You are not allowed to edit this blog."
msgstr ""
msgid "{} has been unblocked."
msgstr ""
msgid "{} has been blocked."
msgstr ""
msgid "Blocks deleted"
msgstr ""
msgid "Email already blocked"
msgstr ""
msgid "Email Blocked"
msgstr ""
msgid "You can't change your own rights."
msgstr ""
msgid "You are not allowed to take this action."
msgstr ""
msgid "Done."
msgstr ""
msgid "To like a post, you need to be logged in"
msgstr ""
msgid "Your media have been deleted."
msgstr ""
msgid "You are not allowed to delete this media."
msgstr ""
msgid "Your avatar has been updated."
msgstr ""
msgid "You are not allowed to use this media."
msgstr ""
msgid "To see your notifications, you need to be logged in"
msgstr ""
msgid "This post isn't published yet."
msgstr ""
msgid "To write a new post, you need to be logged in"
msgstr ""
msgid "You are not an author of this blog."
msgstr ""
msgid "New post"
msgstr ""
msgid "Edit {0}"
msgstr ""
msgid "You are not allowed to publish on this blog."
msgstr ""
msgid "Your article has been updated."
msgstr ""
msgid "Your article has been saved."
msgstr ""
msgid "New article"
msgstr ""
msgid "You are not allowed to delete this article."
msgstr ""
msgid "Your article has been deleted."
msgstr ""
msgid "It looks like the article you tried to delete doesn't exist. Maybe it is already gone?"
msgstr ""
msgid "Couldn't obtain enough information about your account. Please make sure your username is correct."
msgstr ""
msgid "To reshare a post, you need to be logged in"
msgstr ""
msgid "You are now connected."
msgstr ""
msgid "You are now logged off."
msgstr ""
msgid "Password reset"
msgstr ""
msgid "Here is the link to reset your password: {0}"
msgstr ""
msgid "Your password was successfully reset."
msgstr ""
msgid "To access your dashboard, you need to be logged in"
msgstr ""
msgid "You are no longer following {}."
msgstr ""
msgid "You are now following {}."
msgstr ""
msgid "To subscribe to someone, you need to be logged in"
msgstr ""
msgid "To edit your profile, you need to be logged in"
msgstr ""
msgid "Your profile has been updated."
msgstr ""
msgid "Your account has been deleted."
msgstr ""
msgid "You can't delete someone else's account."
msgstr ""
msgid "Plume"
msgstr ""
msgid "Menu"
msgstr ""
msgid "Search"
msgstr ""
msgid "Dashboard"
msgstr ""
msgid "Notifications"
msgstr ""
msgid "Log Out"
msgstr ""
msgid "My account"
msgstr ""
msgid "Log In"
msgstr ""
msgid "Register"
msgstr ""
msgid "About this instance"
msgstr ""
msgid "Privacy policy"
msgstr ""
msgid "Administration"
msgstr ""
msgid "Moderation"
msgstr ""
msgid "Documentation"
msgstr ""
msgid "Source code"
msgstr ""
msgid "Matrix room"
msgstr ""
msgid "None"
msgstr ""
msgid "No description"
msgstr ""
msgid "What is Plume?"
msgstr ""
msgid "Plume is a decentralized blogging engine."
msgstr ""
msgid "Authors can manage multiple blogs, each as its own website."
msgstr ""
msgid "Articles are also visible on other Plume instances, and you can interact with them directly from other platforms like Mastodon."
msgstr ""
msgid "Create your account"
msgstr ""
msgid "About {0}"
msgstr ""
msgid "Home to <em>{0}</em> people"
msgstr ""
msgid "Who wrote <em>{0}</em> articles"
msgstr ""
msgid "Read the detailed rules"
msgstr ""
msgid "Respond"
msgstr ""
msgid "Are you sure?"
msgstr ""
msgid "Delete this comment"
msgstr ""
msgid "Edit"
msgstr ""
msgid "By {0}"
msgstr ""
msgid "Draft"
msgstr ""
msgid "One like"
msgid_plural "{0} likes"
msgstr[0] ""
msgid "One boost"
msgid_plural "{0} boosts"
msgstr[0] ""
msgid "New Blog"
msgstr ""
msgid "Create a blog"
msgstr ""
msgid "Title"
msgstr ""
msgid "Create blog"
msgstr ""
msgid "Edit \"{}\""
msgstr ""
msgid "Description"
msgstr ""
msgid "Markdown syntax is supported"
msgstr ""
msgid "You can upload images to your gallery, to use them as blog icons, or banners."
msgstr ""
msgid "Upload images"
msgstr ""
msgid "Blog icon"
msgstr ""
msgid "Blog banner"
msgstr ""
msgid "Custom theme"
msgstr ""
msgid "Default theme"
msgstr ""
msgid "Error while loading theme selector."
msgstr ""
msgid "Update blog"
msgstr ""
msgid "Danger zone"
msgstr ""
msgid "Be very careful, any action taken here can't be reversed."
msgstr ""
msgid "Are you sure that you want to permanently delete this blog?"
msgstr ""
msgid "Permanently delete this blog"
msgstr ""
msgid "{}'s icon"
msgstr ""
msgid "There's one author on this blog: "
msgid_plural "There are {0} authors on this blog: "
msgstr[0] ""
msgid "Latest articles"
msgstr ""
msgid "No posts to see here yet."
msgstr ""
msgid "Articles tagged \"{0}\""
msgstr ""
msgid "There are currently no articles with such a tag"
msgstr ""
msgid "Nothing to see here yet."
msgstr ""
msgid "Media upload"
msgstr ""
msgid "Useful for visually impaired people, as well as licensing information"
msgstr ""
msgid "Content warning"
msgstr ""
msgid "Leave it empty, if none is needed"
msgstr ""
msgid "File"
msgstr ""
msgid "Send"
msgstr ""
msgid "Your media"
msgstr ""
msgid "Upload"
msgstr ""
msgid "You don't have any media yet."
msgstr ""
msgid "Content warning: {0}"
msgstr ""
msgid "Delete"
msgstr ""
msgid "Details"
msgstr ""
msgid "Media details"
msgstr ""
msgid "Go back to the gallery"
msgstr ""
msgid "Markdown syntax"
msgstr ""
msgid "Copy it into your articles, to insert this media:"
msgstr ""
msgid "Use as an avatar"
msgstr ""
msgid "I'm from this instance"
msgstr ""
msgid "Username, or email"
msgstr ""
msgid "Password"
msgstr ""
msgid "Log in"
msgstr ""
msgid "I'm from another instance"
msgstr ""
msgid "Username"
msgstr ""
msgid "Continue to your instance"
msgstr ""
msgid "Advanced search"
msgstr ""
msgid "Article title matching these words"
msgstr ""
msgid "Subtitle matching these words"
msgstr ""
msgid "Subtitle"
msgstr ""
msgid "Content macthing these words"
msgstr ""
msgid "Body content"
msgstr ""
msgid "From this date"
msgstr ""
msgid "To this date"
msgstr ""
msgid "Containing these tags"
msgstr ""
msgid "Tags"
msgstr ""
msgid "Posted on one of these instances"
msgstr ""
msgid "Instance domain"
msgstr ""
msgid "Posted by one of these authors"
msgstr ""
msgid "Author(s)"
msgstr ""
msgid "Posted on one of these blogs"
msgstr ""
msgid "Blog title"
msgstr ""
msgid "Written in this language"
msgstr ""
msgid "Language"
msgstr ""
msgid "Published under this license"
msgstr ""
msgid "Article license"
msgstr ""
msgid "Search result(s) for \"{0}\""
msgstr ""
msgid "Search result(s)"
msgstr ""
msgid "No results for your query"
msgstr ""
msgid "No more results for your query"
msgstr ""
msgid "Invalid CSRF token"
msgstr ""
msgid "Something is wrong with your CSRF token. Make sure cookies are enabled in you browser, and try reloading this page. If you continue to see this error message, please report it."
msgstr ""
msgid "You are not authorized."
msgstr ""
msgid "Page not found"
msgstr ""
msgid "We couldn't find this page."
msgstr ""
msgid "The link that led you here may be broken."
msgstr ""
msgid "The content you sent can't be processed."
msgstr ""
msgid "Maybe it was too long."
msgstr ""
msgid "Internal server error"
msgstr ""
msgid "Something broke on our side."
msgstr ""
msgid "Sorry about that. If you think this is a bug, please report it."
msgstr ""
msgid "Check your inbox!"
msgstr ""
msgid "We sent a mail to the address you gave us, with a link to reset your password."
msgstr ""
msgid "This token has expired"
msgstr ""
msgid "Please start the process again by clicking <a href=\"/password-reset\">here</a>."
msgstr ""
msgid "Reset your password"
msgstr ""
msgid "New password"
msgstr ""
msgid "Confirmation"
msgstr ""
msgid "Update password"
msgstr ""
msgid "Email"
msgstr ""
msgid "Send password reset link"
msgstr ""
msgid "Interact with {}"
msgstr ""
msgid "Log in to interact"
msgstr ""
msgid "Enter your full username to interact"
msgstr ""
msgid "Publish"
msgstr ""
msgid "Classic editor (any changes will be lost)"
msgstr ""
msgid "Content"
msgstr ""
msgid "You can upload media to your gallery, and then copy their Markdown code into your articles to insert them."
msgstr ""
msgid "Upload media"
msgstr ""
msgid "Tags, separated by commas"
msgstr ""
msgid "License"
msgstr ""
msgid "Illustration"
msgstr ""
msgid "This is a draft, don't publish it yet."
msgstr ""
msgid "Update"
msgstr ""
msgid "Update, or publish"
msgstr ""
msgid "Publish your post"
msgstr ""
msgid "Written by {0}"
msgstr ""
msgid "All rights reserved."
msgstr ""
msgid "This article is under the {0} license."
msgstr ""
msgid "I don't like this anymore"
msgstr ""
msgid "Add yours"
msgstr ""
msgid "I don't want to boost this anymore"
msgstr ""
msgid "Boost"
msgstr ""
msgid "{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this article"
msgstr ""
msgid "Unsubscribe"
msgstr ""
msgid "Subscribe"
msgstr ""
msgid "Comments"
msgstr ""
msgid "Your comment"
msgstr ""
msgid "Submit comment"
msgstr ""
msgid "No comments yet. Be the first to react!"
msgstr ""
msgid "This article is still a draft. Only you and other authors can see it."
msgstr ""
msgid "Only you and other authors can edit this article."
msgstr ""
msgid "If you are browsing this site as a visitor, no data about you is collected."
msgstr ""
msgid "As a registered user, you have to provide your username (which does not have to be your real name), your functional email address and a password, in order to be able to log in, write articles and comment. The content you submit is stored until you delete it."
msgstr ""
msgid "When you log in, we store two cookies, one to keep your session open, the second to prevent other people to act on your behalf. We don't store any other cookies."
msgstr ""
msgid "Administration of {0}"
msgstr ""
msgid "Unblock"
msgstr ""
msgid "Block"
msgstr ""
msgid "Welcome to {}"
msgstr ""
msgid "Runs Plume {0}"
msgstr ""
msgid "And are connected to <em>{0}</em> other instances"
msgstr ""
msgid "Administred by"
msgstr ""
msgid "Blocklisted Emails"
msgstr ""
msgid "Email address"
msgstr ""
msgid "The email address you wish to block. In order to block domains, you can use globbing syntax, for example '*@example.com' blocks all addresses from example.com"
msgstr ""
msgid "Note"
msgstr ""
msgid "Notify the user?"
msgstr ""
msgid "Optional, shows a message to the user when they attempt to create an account with that address"
msgstr ""
msgid "Blocklisting notification"
msgstr ""
msgid "The message to be shown when the user attempts to create an account with this email address"
msgstr ""
msgid "Add blocklisted address"
msgstr ""
msgid "There are no blocked emails on your instance"
msgstr ""
msgid "Delete selected emails"
msgstr ""
msgid "Email address:"
msgstr ""
msgid "Blocklisted for:"
msgstr ""
msgid "Will notify them on account creation with this message:"
msgstr ""
msgid "The user will be silently prevented from making an account"
msgstr ""
msgid "Configuration"
msgstr ""
msgid "Instances"
msgstr ""
msgid "Users"
msgstr ""
msgid "Email blocklist"
msgstr ""
msgid "Search users"
msgstr ""
msgid "Grant admin rights"
msgstr ""
msgid "Revoke admin rights"
msgstr ""
msgid "Grant moderator rights"
msgstr ""
msgid "Revoke moderator rights"
msgstr ""
msgid "Ban"
msgstr ""
msgid "Run on selected users"
msgstr ""
msgid "Admin"
msgstr ""
msgid "Moderator"
msgstr ""
msgid "Name"
msgstr ""
msgid "Allow anyone to register here"
msgstr ""
msgid "Short description"
msgstr ""
msgid "Long description"
msgstr ""
msgid "Default article license"
msgstr ""
msgid "Save these settings"
msgstr ""
msgid "{0}'s subscribers"
msgstr ""
msgid "Articles"
msgstr ""
msgid "Subscribers"
msgstr ""
msgid "Subscriptions"
msgstr ""
msgid "Create an account"
msgstr ""
msgid "Password confirmation"
msgstr ""
msgid "Apologies, but registrations are closed on this particular instance. You can, however, find a different one."
msgstr ""
msgid "{0}'s subscriptions"
msgstr ""
msgid "Follow {}"
msgstr ""
msgid "Log in to follow"
msgstr ""
msgid "Enter your full username handle to follow"
msgstr ""
msgid "Edit your account"
msgstr ""
msgid "Your Profile"
msgstr ""
msgid "To change your avatar, upload it to your gallery and then select from there."
msgstr ""
msgid "Upload an avatar"
msgstr ""
msgid "Display name"
msgstr ""
msgid "Summary"
msgstr ""
msgid "Theme"
msgstr ""
msgid "Never load blogs custom themes"
msgstr ""
msgid "Update account"
msgstr ""
msgid "Be very careful, any action taken here can't be cancelled."
msgstr ""
msgid "Delete your account"
msgstr ""
msgid "Sorry, but as an admin, you can't leave your own instance."
msgstr ""
msgid "Atom feed"
msgstr ""
msgid "Recently boosted"
msgstr ""
msgid "Your Dashboard"
msgstr ""
msgid "Your Blogs"
msgstr ""
msgid "You don't have any blog yet. Create your own, or ask to join one."
msgstr ""
msgid "Start a new blog"
msgstr ""
msgid "Your Drafts"
msgstr ""
msgid "Go to your gallery"
msgstr ""
msgid "It is you"
msgstr ""
msgid "Edit your profile"
msgstr ""
msgid "Open on {0}"
msgstr ""
msgid "Email confirmation"
msgstr ""
msgid "An email will be sent to provided email. You can continue signing-up via the email."
msgstr ""
msgid "Registration"
msgstr ""
msgid "We sent a mail to the address you gave us, with a link for registration."
msgstr ""

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -16,989 +16,3 @@ msgstr ""
"X-Crowdin-Language: vi\n"
"X-Crowdin-File: /master/po/plume/plume.pot\n"
"X-Crowdin-File-ID: 8\n"
msgid "You can't use this media as a blog icon."
msgstr ""
msgid "You can't use this media as a blog banner."
msgstr ""
msgid "Your blog information have been updated."
msgstr ""
msgid "Your comment has been posted."
msgstr ""
msgid "Your comment has been deleted."
msgstr ""
msgid "Someone"
msgstr ""
msgid "{0} commented on your article."
msgstr ""
msgid "{0} is subscribed to you."
msgstr ""
msgid "{0} liked your article."
msgstr ""
msgid "{0} mentioned you."
msgstr ""
msgid "{0} boosted your article."
msgstr ""
msgid "Your feed"
msgstr ""
msgid "My feed"
msgstr ""
msgid "Local feed"
msgstr ""
msgid "Federated feed"
msgstr ""
msgid "{0}'s avatar"
msgstr ""
msgid "Previous page"
msgstr ""
msgid "Registrations are closed on this instance."
msgstr ""
msgid "Next page"
msgstr ""
msgid "Optional"
msgstr ""
msgid "User registration"
msgstr ""
msgid "Here is the link for registration: {0}"
msgstr ""
msgid ""
"Your account has been created. Now you just need to log in, before you can "
"use it."
msgstr ""
msgid "To create a new blog, you need to be logged in"
msgstr ""
msgid "A blog with the same name already exists."
msgstr ""
msgid "Your blog was successfully created!"
msgstr ""
msgid "Your blog was deleted."
msgstr ""
msgid "You are not allowed to delete this blog."
msgstr ""
msgid "Instance settings have been saved."
msgstr ""
msgid "You are not allowed to edit this blog."
msgstr ""
msgid "{} has been unblocked."
msgstr ""
msgid "{} has been blocked."
msgstr ""
msgid "Blocks deleted"
msgstr ""
msgid "Email already blocked"
msgstr ""
msgid "Email Blocked"
msgstr ""
msgid "You can't change your own rights."
msgstr ""
msgid "You are not allowed to take this action."
msgstr ""
msgid "Done."
msgstr ""
msgid "To like a post, you need to be logged in"
msgstr ""
msgid "Your media have been deleted."
msgstr ""
msgid "You are not allowed to delete this media."
msgstr ""
msgid "Your avatar has been updated."
msgstr ""
msgid "You are not allowed to use this media."
msgstr ""
msgid "To see your notifications, you need to be logged in"
msgstr ""
msgid "This post isn't published yet."
msgstr ""
msgid "To write a new post, you need to be logged in"
msgstr ""
msgid "You are not an author of this blog."
msgstr ""
msgid "New post"
msgstr ""
msgid "Edit {0}"
msgstr ""
msgid "You are not allowed to publish on this blog."
msgstr ""
msgid "Your article has been updated."
msgstr ""
msgid "Your article has been saved."
msgstr ""
msgid "New article"
msgstr ""
msgid "You are not allowed to delete this article."
msgstr ""
msgid "Your article has been deleted."
msgstr ""
msgid ""
"It looks like the article you tried to delete doesn't exist. Maybe it is "
"already gone?"
msgstr ""
msgid ""
"Couldn't obtain enough information about your account. Please make sure your "
"username is correct."
msgstr ""
msgid "To reshare a post, you need to be logged in"
msgstr ""
msgid "You are now connected."
msgstr ""
msgid "You are now logged off."
msgstr ""
msgid "Password reset"
msgstr ""
msgid "Here is the link to reset your password: {0}"
msgstr ""
msgid "Your password was successfully reset."
msgstr ""
msgid "To access your dashboard, you need to be logged in"
msgstr ""
msgid "You are no longer following {}."
msgstr ""
msgid "You are now following {}."
msgstr ""
msgid "To subscribe to someone, you need to be logged in"
msgstr ""
msgid "To edit your profile, you need to be logged in"
msgstr ""
msgid "Your profile has been updated."
msgstr ""
msgid "Your account has been deleted."
msgstr ""
msgid "You can't delete someone else's account."
msgstr ""
msgid "Plume"
msgstr ""
msgid "Menu"
msgstr ""
msgid "Search"
msgstr ""
msgid "Dashboard"
msgstr ""
msgid "Notifications"
msgstr ""
msgid "Log Out"
msgstr ""
msgid "My account"
msgstr ""
msgid "Log In"
msgstr ""
msgid "Register"
msgstr ""
msgid "About this instance"
msgstr ""
msgid "Privacy policy"
msgstr ""
msgid "Administration"
msgstr ""
msgid "Moderation"
msgstr ""
msgid "Documentation"
msgstr ""
msgid "Source code"
msgstr ""
msgid "Matrix room"
msgstr ""
msgid "None"
msgstr ""
msgid "No description"
msgstr ""
msgid "What is Plume?"
msgstr ""
msgid "Plume is a decentralized blogging engine."
msgstr ""
msgid "Authors can manage multiple blogs, each as its own website."
msgstr ""
msgid ""
"Articles are also visible on other Plume instances, and you can interact "
"with them directly from other platforms like Mastodon."
msgstr ""
msgid "Create your account"
msgstr ""
msgid "About {0}"
msgstr ""
msgid "Home to <em>{0}</em> people"
msgstr ""
msgid "Who wrote <em>{0}</em> articles"
msgstr ""
msgid "Read the detailed rules"
msgstr ""
msgid "Respond"
msgstr ""
msgid "Are you sure?"
msgstr ""
msgid "Delete this comment"
msgstr ""
msgid "Edit"
msgstr ""
msgid "By {0}"
msgstr ""
msgid "Draft"
msgstr ""
msgid "One like"
msgid_plural "{0} likes"
msgstr[0] ""
msgid "One boost"
msgid_plural "{0} boosts"
msgstr[0] ""
msgid "New Blog"
msgstr ""
msgid "Create a blog"
msgstr ""
msgid "Title"
msgstr ""
msgid "Create blog"
msgstr ""
msgid "Edit \"{}\""
msgstr ""
msgid "Description"
msgstr ""
msgid "Markdown syntax is supported"
msgstr ""
msgid ""
"You can upload images to your gallery, to use them as blog icons, or banners."
msgstr ""
msgid "Upload images"
msgstr ""
msgid "Blog icon"
msgstr ""
msgid "Blog banner"
msgstr ""
msgid "Custom theme"
msgstr ""
msgid "Default theme"
msgstr ""
msgid "Error while loading theme selector."
msgstr ""
msgid "Update blog"
msgstr ""
msgid "Danger zone"
msgstr ""
msgid "Be very careful, any action taken here can't be reversed."
msgstr ""
msgid "Are you sure that you want to permanently delete this blog?"
msgstr ""
msgid "Permanently delete this blog"
msgstr ""
msgid "{}'s icon"
msgstr ""
msgid "There's one author on this blog: "
msgid_plural "There are {0} authors on this blog: "
msgstr[0] ""
msgid "Latest articles"
msgstr ""
msgid "No posts to see here yet."
msgstr ""
msgid "Articles tagged \"{0}\""
msgstr ""
msgid "There are currently no articles with such a tag"
msgstr ""
msgid "Nothing to see here yet."
msgstr ""
msgid "Media upload"
msgstr ""
msgid "Useful for visually impaired people, as well as licensing information"
msgstr ""
msgid "Content warning"
msgstr ""
msgid "Leave it empty, if none is needed"
msgstr ""
msgid "File"
msgstr ""
msgid "Send"
msgstr ""
msgid "Your media"
msgstr ""
msgid "Upload"
msgstr ""
msgid "You don't have any media yet."
msgstr ""
msgid "Content warning: {0}"
msgstr ""
msgid "Delete"
msgstr ""
msgid "Details"
msgstr ""
msgid "Media details"
msgstr ""
msgid "Go back to the gallery"
msgstr ""
msgid "Markdown syntax"
msgstr ""
msgid "Copy it into your articles, to insert this media:"
msgstr ""
msgid "Use as an avatar"
msgstr ""
msgid "I'm from this instance"
msgstr ""
msgid "Username, or email"
msgstr ""
msgid "Password"
msgstr ""
msgid "Log in"
msgstr ""
msgid "I'm from another instance"
msgstr ""
msgid "Username"
msgstr ""
msgid "Continue to your instance"
msgstr ""
msgid "Advanced search"
msgstr ""
msgid "Article title matching these words"
msgstr ""
msgid "Subtitle matching these words"
msgstr ""
msgid "Subtitle"
msgstr ""
msgid "Content macthing these words"
msgstr ""
msgid "Body content"
msgstr ""
msgid "From this date"
msgstr ""
msgid "To this date"
msgstr ""
msgid "Containing these tags"
msgstr ""
msgid "Tags"
msgstr ""
msgid "Posted on one of these instances"
msgstr ""
msgid "Instance domain"
msgstr ""
msgid "Posted by one of these authors"
msgstr ""
msgid "Author(s)"
msgstr ""
msgid "Posted on one of these blogs"
msgstr ""
msgid "Blog title"
msgstr ""
msgid "Written in this language"
msgstr ""
msgid "Language"
msgstr ""
msgid "Published under this license"
msgstr ""
msgid "Article license"
msgstr ""
msgid "Search result(s) for \"{0}\""
msgstr ""
msgid "Search result(s)"
msgstr ""
msgid "No results for your query"
msgstr ""
msgid "No more results for your query"
msgstr ""
msgid "Invalid CSRF token"
msgstr ""
msgid ""
"Something is wrong with your CSRF token. Make sure cookies are enabled in "
"you browser, and try reloading this page. If you continue to see this error "
"message, please report it."
msgstr ""
msgid "You are not authorized."
msgstr ""
msgid "Page not found"
msgstr ""
msgid "We couldn't find this page."
msgstr ""
msgid "The link that led you here may be broken."
msgstr ""
msgid "The content you sent can't be processed."
msgstr ""
msgid "Maybe it was too long."
msgstr ""
msgid "Internal server error"
msgstr ""
msgid "Something broke on our side."
msgstr ""
msgid "Sorry about that. If you think this is a bug, please report it."
msgstr ""
msgid "Check your inbox!"
msgstr ""
msgid ""
"We sent a mail to the address you gave us, with a link to reset your "
"password."
msgstr ""
msgid "This token has expired"
msgstr ""
msgid ""
"Please start the process again by clicking <a href=\"/password-reset\">here</"
"a>."
msgstr ""
msgid "Reset your password"
msgstr ""
msgid "New password"
msgstr ""
msgid "Confirmation"
msgstr ""
msgid "Update password"
msgstr ""
msgid "Email"
msgstr ""
msgid "Send password reset link"
msgstr ""
msgid "Interact with {}"
msgstr ""
msgid "Log in to interact"
msgstr ""
msgid "Enter your full username to interact"
msgstr ""
msgid "Publish"
msgstr ""
msgid "Classic editor (any changes will be lost)"
msgstr ""
msgid "Content"
msgstr ""
msgid ""
"You can upload media to your gallery, and then copy their Markdown code into "
"your articles to insert them."
msgstr ""
msgid "Upload media"
msgstr ""
msgid "Tags, separated by commas"
msgstr ""
msgid "License"
msgstr ""
msgid "Illustration"
msgstr ""
msgid "This is a draft, don't publish it yet."
msgstr ""
msgid "Update"
msgstr ""
msgid "Update, or publish"
msgstr ""
msgid "Publish your post"
msgstr ""
msgid "Written by {0}"
msgstr ""
msgid "All rights reserved."
msgstr ""
msgid "This article is under the {0} license."
msgstr ""
msgid "I don't like this anymore"
msgstr ""
msgid "Add yours"
msgstr ""
msgid "I don't want to boost this anymore"
msgstr ""
msgid "Boost"
msgstr ""
msgid ""
"{0}Log in{1}, or {2}use your Fediverse account{3} to interact with this "
"article"
msgstr ""
msgid "Unsubscribe"
msgstr ""
msgid "Subscribe"
msgstr ""
msgid "Comments"
msgstr ""
msgid "Your comment"
msgstr ""
msgid "Submit comment"
msgstr ""
msgid "No comments yet. Be the first to react!"
msgstr ""
msgid "This article is still a draft. Only you and other authors can see it."
msgstr ""
msgid "Only you and other authors can edit this article."
msgstr ""
msgid ""
"If you are browsing this site as a visitor, no data about you is collected."
msgstr ""
msgid ""
"As a registered user, you have to provide your username (which does not have "
"to be your real name), your functional email address and a password, in "
"order to be able to log in, write articles and comment. The content you "
"submit is stored until you delete it."
msgstr ""
msgid ""
"When you log in, we store two cookies, one to keep your session open, the "
"second to prevent other people to act on your behalf. We don't store any "
"other cookies."
msgstr ""
msgid "Administration of {0}"
msgstr ""
msgid "Unblock"
msgstr ""
msgid "Block"
msgstr ""
msgid "Welcome to {}"
msgstr ""
msgid "Runs Plume {0}"
msgstr ""
msgid "And are connected to <em>{0}</em> other instances"
msgstr ""
msgid "Administred by"
msgstr ""
msgid "Blocklisted Emails"
msgstr ""
msgid "Email address"
msgstr ""
msgid ""
"The email address you wish to block. In order to block domains, you can use "
"globbing syntax, for example '*@example.com' blocks all addresses from "
"example.com"
msgstr ""
msgid "Note"
msgstr ""
msgid "Notify the user?"
msgstr ""
msgid ""
"Optional, shows a message to the user when they attempt to create an account "
"with that address"
msgstr ""
msgid "Blocklisting notification"
msgstr ""
msgid ""
"The message to be shown when the user attempts to create an account with "
"this email address"
msgstr ""
msgid "Add blocklisted address"
msgstr ""
msgid "There are no blocked emails on your instance"
msgstr ""
msgid "Delete selected emails"
msgstr ""
msgid "Email address:"
msgstr ""
msgid "Blocklisted for:"
msgstr ""
msgid "Will notify them on account creation with this message:"
msgstr ""
msgid "The user will be silently prevented from making an account"
msgstr ""
msgid "Configuration"
msgstr ""
msgid "Instances"
msgstr ""
msgid "Users"
msgstr ""
msgid "Email blocklist"
msgstr ""
msgid "Search users"
msgstr ""
msgid "Grant admin rights"
msgstr ""
msgid "Revoke admin rights"
msgstr ""
msgid "Grant moderator rights"
msgstr ""
msgid "Revoke moderator rights"
msgstr ""
msgid "Ban"
msgstr ""
msgid "Run on selected users"
msgstr ""
msgid "Admin"
msgstr ""
msgid "Moderator"
msgstr ""
msgid "Name"
msgstr ""
msgid "Allow anyone to register here"
msgstr ""
msgid "Short description"
msgstr ""
msgid "Long description"
msgstr ""
msgid "Default article license"
msgstr ""
msgid "Save these settings"
msgstr ""
msgid "{0}'s subscribers"
msgstr ""
msgid "Articles"
msgstr ""
msgid "Subscribers"
msgstr ""
msgid "Subscriptions"
msgstr ""
msgid "Create an account"
msgstr ""
msgid "Password confirmation"
msgstr ""
msgid ""
"Apologies, but registrations are closed on this particular instance. You "
"can, however, find a different one."
msgstr ""
msgid "{0}'s subscriptions"
msgstr ""
msgid "Follow {}"
msgstr ""
msgid "Log in to follow"
msgstr ""
msgid "Enter your full username handle to follow"
msgstr ""
msgid "Edit your account"
msgstr ""
msgid "Your Profile"
msgstr ""
msgid ""
"To change your avatar, upload it to your gallery and then select from there."
msgstr ""
msgid "Upload an avatar"
msgstr ""
msgid "Display name"
msgstr ""
msgid "Summary"
msgstr ""
msgid "Theme"
msgstr ""
msgid "Never load blogs custom themes"
msgstr ""
msgid "Update account"
msgstr ""
msgid "Be very careful, any action taken here can't be cancelled."
msgstr ""
msgid "Delete your account"
msgstr ""
msgid "Sorry, but as an admin, you can't leave your own instance."
msgstr ""
msgid "Atom feed"
msgstr ""
msgid "Recently boosted"
msgstr ""
msgid "Your Dashboard"
msgstr ""
msgid "Your Blogs"
msgstr ""
msgid "You don't have any blog yet. Create your own, or ask to join one."
msgstr ""
msgid "Start a new blog"
msgstr ""
msgid "Your Drafts"
msgstr ""
msgid "Go to your gallery"
msgstr ""
msgid "It is you"
msgstr ""
msgid "Edit your profile"
msgstr ""
msgid "Open on {0}"
msgstr ""
msgid "Email confirmation"
msgstr ""
msgid ""
"An email will be sent to provided email. You can continue signing-up via the "
"email."
msgstr ""
msgid "Registration"
msgstr ""
msgid ""
"We sent a mail to the address you gave us, with a link for registration."
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
nightly-2023-11-10
nightly-2024-07-19